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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Octopad, sans-serif;
  color: #110e32;
  font-size: 72px;
  line-height: 108px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Octopad, sans-serif;
  color: #110e32;
  font-size: 3.5rem;
  line-height: 5.25rem;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Octopad, sans-serif;
  color: #110e32;
  font-size: 2.5rem;
  line-height: 3.75rem;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
}

.div-block {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
}

.mutant-default {
  width: 100%;
  height: 240px;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 12px;
  border-color: #fafbfd;
  border-radius: 150px;
  box-shadow: inset -6px 6px 20px 0 rgba(19, 20, 28, 0.5);
}

.paragraph {
  padding: 32px;
  font-family: 'Soehne web leicht';
}

.section {
  height: 100vh;
  background-color: #090628;
}

.div-block-3 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.heather-container {
  margin-bottom: 2rem;
}

.heather-container.mw-32-5 {
  max-width: 32.5rem;
}

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

.h1-c.dm {
  color: #fcfcfc;
}

.frame-content {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.frame-content.pt2 {
  padding-top: 2rem;
}

.frame-inner {
  padding-bottom: 4rem;
}

.frame-inner.flex-v-tc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-container {
  margin-bottom: 2rem;
}

.paragraph-container.mw-32-5 {
  max-width: 32.5rem;
}

.paragraph-container.mw-32-5.mb0 {
  margin-bottom: 0rem;
}

.paragraph-container.mw15 {
  max-width: 15rem;
}

.p {
  color: #3a3c5a;
}

.p.dm {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #8387bb;
  line-height: 28px;
  font-weight: 300;
}

.p-c {
  color: #3a3c5a;
  text-align: center;
}

.p-20 {
  color: #3a3c5a;
  font-size: 20px;
  line-height: 28px;
}

.p-20.dm {
  color: #fcfcfc;
}

.p-20-c {
  color: #8387bb;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.p-20-c.dm {
  color: #fcfcfc;
}

.p-20-c.dark {
  color: #110e32;
}

.section-hero-background {
  background-color: #010319;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010319), to(#010533));
  background-image: linear-gradient(180deg, #010319, #010533);
  background-position: 0px 0px;
  opacity: 1;
}

.button-container {
  margin-top: 2.5rem;
}

.button-container.flex-cc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-container.flex-cc.mt4 {
  margin-top: 4rem;
}

.link {
  font-family: Octopad, sans-serif;
  color: #2a96f4;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.link:hover {
  color: #2ad9f4;
}

.link.white {
  background-image: linear-gradient(95deg, #c3f5c0, #74d7d0 25%, #6b6ef9 50%, #c278d2 75%, #fbdea6);
  color: #fcfcfc;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link.white.c {
  font-size: 1.5rem;
  line-height: 2rem;
}

.link.white.c:hover {
  background-image: linear-gradient(95deg, #6cf563, #34d5c9 25%, #4a4dfa 50%, #c13fdd 75%, #ffb628);
}

.container-hero-background {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.section-navbar-background {
  background-color: transparent;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  background-color: transparent;
}

.menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.menu-button.w--open {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  background-color: transparent;
}

.nav-menu {
  border: 1px solid #110e32;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #010319;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010431), to(#010319));
  background-image: linear-gradient(180deg, #010431, #010319);
  box-shadow: 0 20px 20px 0 #110e32;
}

.nav-link {
  padding: 1.5rem 2rem;
  color: #fcfcfc;
  font-size: 18px;
}

.nav-link:active {
  color: #aeb5ff;
}

.image {
  display: none;
}

.h2 {
  font-size: 3.5rem;
  line-height: 5.25rem;
}

.h2.dm {
  font-family: Octopad, sans-serif;
  color: #fcfcfc;
}

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

.paragraph-2 {
  line-height: 24px;
}

.section-intro-background {
  position: relative;
  background-color: #010319;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010533), to(#010319));
  background-image: linear-gradient(180deg, #010533, #010319);
}

.grid-3col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.h6 {
  font-family: Octopad, sans-serif;
  color: #110e32;
  font-size: 20px;
}

.h6.dm {
  color: #aeb5ff;
  font-size: 1.25rem;
  line-height: 2.3rem;
}

.h6.dm.mb2 {
  margin-bottom: 2rem;
}

.h6.dm.mb2.lime {
  color: #fcfcfc;
}

.h6.dm.mb2.white {
  color: #e2e1e1;
}

.h5 {
  color: #110e32;
}

.h5.dm {
  color: #fcfcfc;
  font-size: 1.5rem;
}

.image-3 {
  display: none;
}

.div-block-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.section-background-services {
  background-color: #010319;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(67%, #010319), to(#100219));
  background-image: linear-gradient(180deg, #010319 67%, #100219);
}

.card-base {
  width: 100%;
  padding: 4rem;
  border-style: none;
  border-width: 1px;
  border-color: #e2e1e1;
  border-radius: 4px;
  background-color: #fcfcfc;
}

.card-base.purple {
  width: 100%;
  border-style: solid;
  border-color: #110e32;
  border-radius: 8px;
  background-color: #010319;
  background-image: url('../images/Noise.png'), -webkit-gradient(linear, left top, left bottom, from(#010319), to(#010533));
  background-image: url('../images/Noise.png'), linear-gradient(180deg, #010319, #010533);
  background-size: auto, auto;
  box-shadow: none;
}

.card-base.purple.hidden {
  border-style: none;
  background-color: #010319;
  background-image: url('../images/Noise.png');
  background-size: auto;
}

.card-base.soft {
  background-image: url('../images/Noise.png'), -webkit-gradient(linear, left top, left bottom, color-stop(15%, #010319), to(#7b0080));
  background-image: url('../images/Noise.png'), linear-gradient(180deg, #010319 15%, #7b0080);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.card-base.orange {
  background-image: url('../images/Noise.png'), -webkit-gradient(linear, left top, left bottom, color-stop(15%, #010319), to(#6b1b12));
  background-image: url('../images/Noise.png'), linear-gradient(180deg, #010319 15%, #6b1b12);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.card-base.purple-2 {
  border-style: solid;
  border-color: #110e32;
  border-radius: 8px;
  background-color: #110e32;
  background-image: url('../images/Noise.png'), -webkit-gradient(linear, left top, left bottom, from(#010319), to(#43055a));
  background-image: url('../images/Noise.png'), linear-gradient(180deg, #010319, #43055a);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  box-shadow: none;
}

.card-base.lime {
  border-color: #4c0c8b;
  border-radius: 8px;
  background-color: #110e32;
  background-image: url('../images/Noise.png'), -webkit-gradient(linear, left top, left bottom, from(#010319), to(#308a03));
  background-image: url('../images/Noise.png'), linear-gradient(180deg, #010319, #308a03);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  box-shadow: none;
}

.card-base.dark {
  background-color: #010319;
}

.card-base.special {
  background-image: url('../images/Noise2.png'), linear-gradient(198deg, #010319, rgba(32, 0, 1, 0.36) 80%, rgba(244, 56, 42, 0.2)), linear-gradient(214deg, #010319, #491b31);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, auto;
}

.grid-2col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h3.dm {
  color: #fcfcfc;
}

.text-block.p4 {
  padding: 4rem;
}

.feature_icon-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature_icon-left.align-top {
  margin-bottom: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 16px;
  min-width: 16px;
  margin-top: 0px;
  margin-right: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon_check-20 {
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
}

.features_description {
  margin-bottom: 0px;
  color: #3a3c5a;
  font-size: 16px;
}

.features_description.dm {
  color: #8387bb;
}

.image-container.flexcc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-container.flexcc.mb2 {
  margin-bottom: 2rem;
}

.image-container.mb1 {
  display: none;
  margin-bottom: 1rem;
}

.image-container.mb1.hidden {
  display: none;
}

.image-container.mb1.mobile-hidden {
  display: none;
}

.image-container.mt2 {
  margin-top: 2rem;
}

.card-full {
  display: none;
  padding: 0rem;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e1e1;
  border-radius: 4px;
  background-color: #fcfcfc;
}

.card-full.purple {
  border-color: #4c0c8b;
  border-radius: 8px;
  background-color: #3a066d;
  box-shadow: -10px 7px 19px 0 rgba(20, 3, 37, 0.37);
}

.section-background-values {
  position: relative;
  background-color: #010319;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#100219), to(#010319));
  background-image: linear-gradient(180deg, #100219, #010319);
}

.grid-4col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hightligted {
  color: #e2e1e1;
}

.white {
  color: #aeb5ff;
}

.divider-color {
  height: 2px;
  margin-top: 4rem;
  margin-bottom: 2rem;
  border-radius: 20px;
  background-image: linear-gradient(86deg, #c1f5be, #71ddd4 25%, #6350fc 50%, #c669d6 70%, #fad4a9);
}

.divider-color.mb0 {
  margin-bottom: 0rem;
}

.divider-color.mb0.mt2 {
  margin-top: 2rem;
}

.divider-color.mtbo {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.gradient {
  background-image: linear-gradient(86deg, #c1f5be, #71ddd4 25%, #6350fc 50%, #c669d6 70%, #fad4a9);
}

.number-big {
  font-size: 2.5rem;
}

.gradient-container {
  background-image: radial-gradient(circle closest-side at 50% 50%, rgba(174, 181, 255, 0.1), rgba(42, 197, 244, 0.07) 52%, #010319);
}

.section-background-contact {
  position: relative;
  background-color: #010319;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010319), to(#100219));
  background-image: linear-gradient(180deg, #010319, #100219);
}

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

.h2-c.dm {
  color: #fcfcfc;
}

.section-contact-background {
  background-color: #010319;
  background-image: none;
  background-position: 0px 0px;
  opacity: 1;
}

.h6-2 {
  font-weight: 600;
  letter-spacing: -0.02rem;
}

.img_container {
  position: relative;
  height: 100%;
}

.img_container.flex_c-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_container.flex_c-c.m-t-2 {
  margin-top: 2rem;
}

.feature_title-container {
  margin-bottom: 1rem;
}

.button {
  height: 40px;
  padding-top: 9px;
  padding-right: 2rem;
  padding-left: 2rem;
  border-radius: 4px;
  background-color: #2e6fc6;
  color: #fcfcfc;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.019rem;
}

.button:hover {
  background-color: #3686f0;
}

.form-success_message {
  font-size: 16px;
  font-weight: 500;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid_2col {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form_intro {
  padding: 0rem 2.5rem 2.5rem;
}

.form_field-copy {
  height: 48px;
  border-radius: 4px;
  background-color: rgba(4, 3, 39, 0.03);
  color: #152b48;
  font-weight: 400;
}

.form_field-copy:active {
  color: #152b48;
}

.form_field-copy:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #2e6fc6;
  color: #152b48;
}

.button_container {
  display: block;
  margin-top: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button_container.align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-error_message {
  position: static;
  color: #ff211c;
  font-size: 16px;
}

.checkbox {
  width: 16px;
  height: 16px;
}

.checkbox.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  min-height: 1rem;
  min-width: 1rem;
  margin-top: 0px;
  border-color: #aeb5ff;
  border-radius: 4px;
  background-color: #8387bb;
  background-size: 12px 12px;
}

.inner_frame {
  position: static;
  width: 100%;
  padding-bottom: 4rem;
}

.inner_frame.flex_cc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox_link {
  color: #2e6fc6;
  font-weight: 500;
  text-decoration: none;
}

.form_card {
  width: 100%;
  margin-bottom: 4rem;
  padding: 4rem 4.1rem;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(4, 3, 39, 0.12);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 6px 0 9px 0 rgba(27, 32, 50, 0.05), -8px 8px 19px 0 rgba(27, 32, 50, 0.12);
}

.form_field {
  height: 48px;
  margin-bottom: 1rem;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  background-color: #fcfcfc;
  color: #152b48;
  font-weight: 400;
}

.form_field:active {
  color: #152b48;
}

.form_field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #2e6fc6;
  color: #152b48;
}

.features_description-2 {
  margin-bottom: 0px;
}

.icon_36-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  min-width: 36px;
  margin-top: 0px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_label {
  color: #4f6076;
  font-size: 12px;
  font-weight: 400;
}

.featured_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.featured_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.featured_item.m-b-4 {
  margin-bottom: 4rem;
}

.success-message {
  background-color: #b3d1f6;
  color: #040327;
}

.checkbox-label {
  margin-left: 0.5rem;
  color: #4f6076;
  font-weight: 400;
}

.columns {
  max-width: 100%;
}

.form-block {
  width: 100%;
}

.field-label {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #8387bb;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.text-field {
  height: 48px;
  border-style: solid;
  border-width: 2px;
  border-color: #3a3c5a;
  border-radius: 4px;
  background-color: transparent;
  color: #b9b9b9;
  font-size: 16px;
  font-weight: 400;
}

.text-field:focus {
  color: #fcfcfc;
}

.text-field::-webkit-input-placeholder {
  color: #3a3c5a;
}

.text-field:-ms-input-placeholder {
  color: #3a3c5a;
}

.text-field::-ms-input-placeholder {
  color: #3a3c5a;
}

.text-field::placeholder {
  color: #3a3c5a;
}

.column {
  padding: 1rem;
}

.column-2 {
  padding: 1rem;
}

.submit-button {
  width: 100%;
  height: 48px;
  margin-top: 2rem;
  border-radius: 4px;
  background-color: #aeb5ff;
  color: #010319;
  font-size: 16px;
  font-weight: 700;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-footer {
  background-color: #010319;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-copyright {
  margin-left: 2rem;
  color: #3a3c5a;
  font-size: 12px;
}

.link-2 {
  color: #3a3c5a;
}

.lottie-animation {
  width: 32px;
  height: 32px;
}

.image-4 {
  opacity: 0.76;
}

.image-5 {
  opacity: 0.75;
}

.image-6 {
  opacity: 0.75;
}

.image-7 {
  opacity: 0.75;
}

.image-8 {
  opacity: 0.75;
}

.heroimage-container.flexcc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heroimage-container.flexcc.mb2 {
  margin-bottom: 2rem;
}

.heroimage-container.mb1 {
  display: none;
  margin-bottom: 1rem;
}

.heroimage-container.mb1.hidden {
  display: none;
}

.heroimage-container.mb1.mobile-hidden {
  display: none;
}

.heroimage-container.mt2 {
  margin-top: 2rem;
}

.image-6--mobile {
  display: none;
  opacity: 0.75;
}

.image-8-mobile {
  display: none;
  opacity: 0.75;
}

.image-4--mobile {
  display: none;
  opacity: 0.76;
}

.image-7-mobile {
  display: none;
  opacity: 0.75;
}

.image-5--mobile {
  display: none;
  opacity: 0.75;
}

.logo-container.flexcc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-container.flexcc.mb2 {
  margin-bottom: 2rem;
}

.logo-container.mb1 {
  display: none;
  margin-bottom: 1rem;
}

.logo-container.mb1.hidden {
  display: none;
}

.logo-container.mb1.mobile-hidden {
  display: none;
}

.logo-container.mt2 {
  margin-top: 2rem;
}

.success-message-2 {
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aeb5ff), to(#aeb5ff));
  background-image: linear-gradient(180deg, #aeb5ff, #aeb5ff);
}

.text-block-2 {
  color: #010319;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .section-hero-background {
    background-size: 768px;
  }

  .container-hero-background {
    background-position: 50% 136%;
    background-size: 95%;
  }

  .grid-2col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-contact-background {
    background-size: 768px;
  }

  .img_container.flex_c-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .checkbox-field {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid_2col {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .form_intro {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .button_container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .checkbox.w--redirected-checked {
    min-height: 1rem;
    min-width: 1rem;
    margin-top: 2px;
  }

  .inner_frame {
    padding-bottom: 2rem;
  }

  .form_card {
    margin-bottom: 0rem;
  }

  .column {
    padding: 0rem 1rem 0rem 0rem;
  }

  .column-2 {
    padding: 0rem 0rem 0rem 1rem;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
    line-height: 96px;
  }

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

  .section-hero-background {
    background-size: 568px;
  }

  .grid-3col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-contact-background {
    background-size: 568px;
  }

  .grid_2col {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .column {
    padding: 0rem;
  }

  .column-2 {
    padding: 0rem;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 52px;
    line-height: 84px;
  }

  h2 {
    font-size: 3rem;
    line-height: 4.25rem;
  }

  .heading {
    padding: 32px;
    font-size: 48px;
  }

  .mutant-default {
    height: 207px;
  }

  .div-block-2 {
    padding: 16px;
  }

  .container.pt8 {
    padding-top: 8rem;
  }

  .h1-c.dm {
    font-size: 3rem;
    line-height: 5rem;
  }

  .frame-content {
    padding-top: 4rem;
  }

  .frame-inner.flex-v-tc.mt4 {
    margin-top: 4rem;
  }

  .frame-inner.flex-v-tc.mt6 {
    margin-top: 6rem;
  }

  .frame-inner.flex-v-tc.mt8 {
    margin-top: 8rem;
  }

  .frame-inner.flex-v-tc.mt8.pt4 {
    padding-top: 4rem;
  }

  .frame-inner.mobile-hidden {
    display: none;
  }

  .p-20-c {
    color: #8387bb;
  }

  .p-20-c.dark {
    color: #8387bb;
  }

  .section-hero-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#010319), to(#010533));
    background-image: linear-gradient(180deg, #010319, #010533);
    background-position: 0px 0px;
  }

  .link {
    color: #fcfcfc;
  }

  .link.white.c {
    text-align: center;
  }

  .container-hero-background {
    height: auto;
    padding-top: 2rem;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image {
    display: none;
  }

  .image-2 {
    display: none;
  }

  .container-intro-background {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .h2 {
    font-size: 3rem;
    line-height: 4.5rem;
  }

  .h2.dm {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  .section-intro-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#010533), to(#010319));
    background-image: linear-gradient(180deg, #010533, #010319);
  }

  .grid-3col {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-3 {
    display: block;
  }

  .card-base {
    padding: 1rem;
  }

  .card-base.purple {
    padding: 1.5rem 0.5rem;
  }

  .card-base.soft {
    padding: 0.5rem;
  }

  .card-base.purple-2 {
    padding: 1.5rem 0.5rem;
  }

  .card-base.lime {
    padding: 0.5rem;
  }

  .grid-2col {
    grid-row-gap: 16px;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .h3.dm {
    font-size: 2.2rem;
    line-height: 3rem;
  }

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

  .text-block.p0 {
    padding: 0rem;
  }

  .icon_container {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .image-container.mb1.hidden {
    display: block;
  }

  .image-container.mb1.mobile-hidden {
    display: block;
  }

  .image-container.mt2 {
    display: block;
  }

  .card-full {
    padding: 1rem;
  }

  .card-full.purple {
    padding: 1.5rem;
  }

  .grid-4col {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h2-c.dm {
    font-size: 2.5rem;
  }

  .section-contact-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#010319), to(#010533));
    background-image: linear-gradient(180deg, #010319, #010533);
    background-position: 0px 0px;
  }

  .img_container.flex_c-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid_2col {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .form_intro {
    padding: 0rem;
  }

  .button_container {
    display: none;
  }

  .checkbox.w--redirected-checked {
    max-height: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    min-width: 1rem;
  }

  .form_card {
    padding: 2rem 1rem;
  }

  .icon_36-container {
    display: none;
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    display: none;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    display: none;
  }

  .heroimage-container.mb1.hidden {
    display: block;
  }

  .heroimage-container.mb1.mobile-hidden {
    display: block;
  }

  .heroimage-container.mt2 {
    display: block;
  }

  .image-6--mobile {
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .image-8-mobile {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .image-4--mobile {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .image-7-mobile {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .image-5--mobile {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .logo-container.mb1.hidden {
    display: block;
  }

  .logo-container.mb1.mobile-hidden {
    display: block;
  }

  .logo-container.mt2 {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5eeed5c8-6caf-77e5-5c46-f738ef575f0e-3b5c5ab7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_794c2b0f-3743-a146-0c00-3e1365459d6b-3b5c5ab7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_527a00a7-11c0-cf28-779f-ccd2158a5ced-3b5c5ab7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5eeed5c8-6caf-77e5-5c46-f738ef575f0e-3b5c5ab7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_794c2b0f-3743-a146-0c00-3e1365459d6b-3b5c5ab7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_527a00a7-11c0-cf28-779f-ccd2158a5ced-3b5c5ab7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5eeed5c8-6caf-77e5-5c46-f738ef575f0e-3b5c5ab7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-b146dae9-cbf9-be39-2ae8-63f68a5ec1e3-3b5c5ab7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_794c2b0f-3743-a146-0c00-3e1365459d6b-3b5c5ab7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-cd0871ed-1595-2cc0-7be3-0168191dda17-3b5c5ab7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_527a00a7-11c0-cf28-779f-ccd2158a5ced-3b5c5ab7 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@font-face {
  font-family: 'Octopad';
  src: url('../fonts/Feijoa-Display.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Feijoa display';
  src: url('../fonts/Feijoa-Display.eot') format('embedded-opentype'), url('../fonts/Feijoa-Display.woff') format('woff'), url('../fonts/Feijoa-Display.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}