:root {
  --main-border: 20px;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.global {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.navbar-logo-left {
  z-index: 999;
  background-color: #fff;
  border-top: 2px #000;
  border-bottom: 2px #000;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #333;
  border-left: 2px #000;
  border-right: 2px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #262632;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-div {
  border-radius: var(--main-border);
  text-transform: uppercase;
  background-image: none;
  margin: 30px auto 60px;
  box-shadow: 0 2px 5px #0003;
}

.div-block {
  display: block;
}

.image {
  max-width: 30%;
}

.div-block-2 {
  background-image: url('../images/young-african-american-businesswoman-smiling-happy-using-smartphone.jpg');
  background-position: 42% 100%;
  background-size: cover;
  border: 1px #000;
}

.div-block-2.ad1 {
  background-image: url('../images/ono-kosuki.jpg');
}

.heading {
  font-size: 90px;
  font-weight: 900;
  line-height: 110px;
}

.div-block-3 {
  background-image: radial-gradient(circle, #f2b120 51%, #e58703);
  padding: 60px 80px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
}

.heading-2 {
  color: #474747;
  font-weight: 900;
}

.paragraph {
  text-transform: none;
  font-size: 18px;
  line-height: 30px;
}

.button {
  text-transform: none;
  cursor: pointer;
  background-color: #333;
  border-radius: 0;
  margin-top: 15px;
  margin-right: 20px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
}

.button.secondary {
  color: #333;
  background-color: #fff;
  font-weight: 500;
}

.highlighter {
  text-transform: none;
  font-weight: 900;
}

.body {
  background-color: #262632;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.section {
  background-image: linear-gradient(#fff0, #262632), url('../images/Shutterstock_1436562926.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 70vh;
  margin-top: 100px;
  padding-bottom: 0;
}

.image-2 {
  width: 100%;
  height: 400px;
}

.carosel-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #18181c;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-4 {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-around;
  min-width: 100%;
  padding: 30px 10px;
  display: flex;
}

.carosel-image {
  background-image: radial-gradient(circle, #a693fd, #fff);
  border-radius: 20px;
  max-width: none;
  height: 400px;
  padding: 20px;
}

.carosel-image._2nd {
  background-image: radial-gradient(circle, #0059ff, #ffd2f7 88%);
  border-radius: 20px;
  height: 400px;
  padding: 20px;
}

.carosel-image._3rd {
  background-image: radial-gradient(circle, #e27900, #fff);
  height: 400px;
}

.carosel-image._4th {
  background-image: radial-gradient(circle, #000, #ccc);
  height: 400px;
}

.carosel-image._5th {
  background-image: radial-gradient(circle, #fd9395, #fff);
}

.carosel-image._8th {
  background-image: radial-gradient(circle, #fff, #acfbff);
}

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

.div-block-6 {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 1440px;
  margin: 60px 20px;
  padding: 0 60px 100px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.heading-3 {
  margin-top: -20px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 105px;
  font-weight: 900;
  line-height: 130px;
}

.heading-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(262deg, #e0f, #40f);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px 5px 0;
  font-size: 28px;
  font-weight: 400;
}

.body-2 {
  background-image: radial-gradient(circle, #a693fd, #fff);
  font-family: Montserrat, sans-serif;
}

.hero-image-container {
  background-image: url('../images/12075.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-2 {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
}

.button-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 50px;
  padding: 30px 60px;
  font-size: 20px;
}

.button-2.secondary {
  color: #000;
  text-transform: uppercase;
  background-color: #3330;
  text-decoration: underline;
}

.div-block-7 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.navbar {
  border-radius: 20px;
}

.container-2 {
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(262deg, #e0f, #40f);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 900;
}

.heading-5.modern-hero {
  background-image: linear-gradient(262deg, #ff92d2, #afd5ff);
  margin-top: 0;
  padding: 5% 20px;
}

.container-3 {
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container-3.modern {
  border: 1px solid #fff;
  border-radius: 100px 100px 100px 0;
}

.navbar-2 {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-2.modern-hero {
  color: #fff;
}

.navbar-2.modern {
  background-color: #000;
}

.modern-hero {
  background-color: #000;
  padding: 2% 3%;
}

.heading-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(57deg, #ff92d2 20%, #afd5ff 80%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 80px;
  font-weight: 300;
}

.heading-6.subheading {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 40px;
}

.body-3 {
  font-family: Lato, sans-serif;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.button-3 {
  letter-spacing: 1px;
  background-color: #3898ec00;
  border: 1px solid #f5b5ff;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 10px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 300;
}

.div-block-8 {
  background-image: url('../images/2151618587.jpg');
  background-size: cover;
  border-radius: 100px 100px 100px 0;
  padding-bottom: 0;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  align-items: stretch;
}

.flex-block-3 {
  padding: 40px 20px;
}

.logos-without-title {
  border-bottom: 1px #e4ebf3;
  padding: 60px 0;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-9 {
  background-color: #000;
}

.modern {
  color: #fff;
  font-size: 14px;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-block-5 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
}

.section-2 {
  background-image: radial-gradient(circle closest-corner at 90%, #ffe3c3, #fff0), radial-gradient(circle closest-corner at 10%, #ffe3c3, #fff0);
  padding-top: 40px;
  padding-bottom: 140px;
}

.heading-7 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 120px;
  font-weight: 800;
}

.heading-8 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #ffac4d, #ffbf00);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.div-block-10 {
  border-top: 1px solid #ffe3c3;
  border-bottom: 1px solid #ffe3c3;
  min-width: 500px;
}

.div-block-11 {
  background-image: radial-gradient(circle, #ffae0014, #ffb70024 46%, #ffbf0000);
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #333;
  background-image: linear-gradient(260deg, #333, #fff0 6%, #ffffff4f 27%, #333 77%);
  border-radius: 15px;
  padding: 15px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.button-4.menu-button {
  letter-spacing: normal;
  background-color: #32a525;
  background-image: linear-gradient(260deg, #748801 3%, #ffffff4f 19%, #fff0 66%, #df9800);
  padding: 10px 30px;
  font-weight: 500;
}

.image-3 {
  max-width: 140px;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.flex-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-9 {
  font-size: 16px;
  font-weight: 500;
}

.heading-9.logo {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

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

.div-block-13 {
  background-color: #f8f2e8;
  border-radius: 20px;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 5px #0003;
}

.section-3 {
  background-color: #000;
  background-image: repeating-linear-gradient(241deg, #000, #0f0f0f 12%);
  padding-top: 60px;
  padding-bottom: 200px;
}

.flex-block-7 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
}

.heading-10 {
  letter-spacing: 28px;
  font-family: Scream Real, sans-serif;
  font-size: 200px;
  line-height: 40px;
}

.div-block-14 {
  text-align: center;
}

.paragraph-4 {
  color: #b6b6b6;
  border: 1px solid #464646;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.highlighter-ride-in {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Scream Real, sans-serif;
  font-weight: 700;
}

.flex-block-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #000;
  border: 1px solid #464646;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.flex-block-8._2nd {
  border-radius: 20px 0 0 20px;
  max-height: 80px;
  margin-left: 100px;
  padding-right: 0;
}

.flex-block-8._3rd {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: space-between;
  max-width: 80px;
  min-height: 700px;
  margin-right: 0;
  padding: 20px 10px;
}

.heading-11 {
  color: #fff;
  letter-spacing: 4px;
  font-family: Scream Real, sans-serif;
}

.flex-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-left: 1px solid #464646;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.flex-block-9.social-text {
  border-left-style: none;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
  transform: rotate(0);
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 150px;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 100%;
  display: grid;
  position: absolute;
  inset: 3% 0% auto;
}

.heading-13 {
  color: #fff;
  text-transform: uppercase;
  min-width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
  transform: rotate(90deg);
}

.image-4 {
  min-width: 35px;
  max-height: 35px;
}

.flex-block-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.menu-button-2 {
  padding: 5px;
}

.icon {
  color: #000;
  font-size: 35px;
}

.navbar-3 {
  background-color: #fff;
  border-radius: 20px;
}

.section-4 {
  background-color: #000;
  background-image: linear-gradient(#000 5%, #000000cf 18%, #fff0 48%), linear-gradient(90deg, #000 15%, #000000cf 38%, #0000 72%), url('../images/A_large_red_violet_planet_emerages_from_the_bottom_r_a29083c2-4ec4-49f5-b681-51a9cc40bf91.png');
  background-position: 0 0, 0 0, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  padding-top: 250px;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
}

.grid-5 {
  background-color: #686363;
  grid-template-rows: auto;
}

.flex-block-11 {
  flex-flow: column;
  width: 60%;
  margin-left: 100px;
}

.heading-14 {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  line-height: 100px;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #e5c3ff, #ff5ec4);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span.hidden {
  background-image: linear-gradient(90deg, #ff2768, #ffb9e5);
}

.redplanet-hero-button {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-right-width: 2px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px 60px;
  font-size: 20px;
  position: static;
}

.redplanet-hero-button.redplanet-menu-button {
  border-style: solid;
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 300;
}

.flex-block-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.paragraph-5 {
  color: #fff;
  width: 600px;
  font-size: 16px;
  line-height: 30px;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-menu {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.flex-block-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

.flex-block-14 {
  color: #333;
  background-color: #fff;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  margin: 0 30px 50px;
  padding: 15px 50px;
}

.body-4 {
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
}

.div-block-17 {
  background-image: url('../images/3219.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 100vh;
  max-height: 100vh;
  padding-top: 30px;
  padding-bottom: 250px;
}

.button-6 {
  color: #202020;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 12px 30px;
}

.flex-block-15 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 150px;
  margin-right: 150px;
}

.button-7 {
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #000;
  border-radius: 1000px;
  padding: 90px 50px;
  font-size: 20px;
}

.div-block-18 {
  justify-content: center;
  align-items: flex-end;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.heading-16 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 120px;
}

.text-span-2 {
  color: #fffd8e;
  font-family: Great Vibes, cursive;
  font-size: 150px;
}

.section-6 {
  padding: 100px 250px;
}

.div-block-19 {
  z-index: -4;
  background-color: #853f3f;
  margin: 100px 150px;
  position: absolute;
  inset: 0%;
  transform: rotate(5deg);
}

.div-block-19._2nd {
  z-index: -3;
  background-color: #348771;
  transform: rotate(1deg);
}

.div-block-19._3rd {
  z-index: -1;
  background-color: #2a3366;
  transform: rotate(7deg);
}

.div-block-19._4th {
  z-index: -2;
  background-color: #6d6c3c;
  transform: rotate(-3deg);
}

.div-block-19.image {
  z-index: 999;
  background-image: url('../images/A_large_red_violet_planet_emerages_from_the_bottom_r_a29083c2-4ec4-49f5-b681-51a9cc40bf91.png');
  background-position: 0 0;
  background-size: auto;
  inset: 0%;
  transform: none;
}

.div-block-19._5th {
  z-index: 5;
  background-image: url('../images/young-african-american-businesswoman-smiling-happy-using-smartphone.jpg');
  background-position: 0 0;
  background-size: cover;
  transform: none;
}

.body-5 {
  background-color: #cbae98;
}

.heading-17 {
  color: #fff;
  text-align: center;
  font-size: 90px;
}

.div-block-20 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.heading-18 {
  color: #fff;
  letter-spacing: 5px;
  margin-top: 0;
  padding-top: 25px;
  padding-left: 50px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 120px;
  line-height: 110px;
}

.section-7 {
  background-image: url('../images/chevrolet-8647804_1280.jpg');
  background-position: 0 80%;
  background-repeat: repeat-x;
  background-size: cover;
  min-height: 100vh;
  max-height: 100vh;
  font-family: Changa One, Impact, sans-serif;
}

.heading-menu-mjp {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 30px;
  font-weight: 400;
  transform: rotate(0);
}

.heading-menu-mjp.current {
  color: red;
  border: 1px #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  display: flex;
}

.heading-menu-mjp.side-menu {
  white-space: nowrap;
  background-color: red;
  border: 3px solid #fff;
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Great Vibes, cursive;
  font-size: 60px;
  transform: rotate(90deg);
}

.flex-block-16 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #00000091;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: auto 0% 0%;
}

.flex-block-16.side-menu {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #000000c4;
  flex-flow: column;
  max-width: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  inset: 0% 0% 0% auto;
}

.flex-block-16.bottom-menu {
  background-color: #000000c4;
  max-height: 100px;
}

.flex-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 100px;
}

.div-block-21 {
  background-color: #fff;
  border: 3px solid red;
  border-radius: 20px;
  max-width: 180px;
}

.section-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-22 {
  z-index: 1;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

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

.div-block-23 {
  background-color: #fff;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  min-width: auto;
  min-height: 64px;
  display: flex;
}

.div-block-24 {
  align-self: stretch;
}

.flex-block-18 {
  justify-content: space-around;
  align-items: center;
}

.flex-block-19 {
  border: 2px #000;
  border-left-width: 3px;
  border-right: 4px solid #000;
  justify-content: space-between;
}

.flex-block-20 {
  border-bottom: 4px solid #000;
  justify-content: space-between;
  align-items: center;
  min-height: 85px;
  max-height: 85px;
  padding-left: 100px;
  padding-right: 0;
}

.heading-19 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.container-5 {
  flex: 1;
  align-self: stretch;
}

.icon-2 {
  font-size: 36px;
}

.heading-20 {
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.body-6 {
  font-family: Inconsolata, monospace;
}

.div-block-25 {
  background-color: #fffbb3;
  border-left: 4px solid #000;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-26 {
  background-color: #aafeff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 20px;
  padding: 50px 75px 75px;
  display: flex;
}

.flex-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 800px;
}

.paragraph-6 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.heading-21 {
  color: #3b3b3b;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #303602;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bionixfat Vnmem, sans-serif;
  font-size: 60px;
  line-height: 80px;
}

.text-span-3 {
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-family: Bionixfat Vnmem, sans-serif;
  font-size: 80px;
  line-height: 90px;
}

.button-8 {
  color: #000;
  background-color: #fffd83;
  border: 4px solid #000;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 5px 5px #000000d6;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-27 {
  border: 5px solid #000;
}

.flex-block-22 {
  border: 5px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}

.div-block-28 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-span-4 {
  color: #b0f;
  font-family: Bionixfat Vnmem, sans-serif;
  font-size: 90px;
}

.text-span-5 {
  color: #ffc800;
  font-family: Bionixfat Vnmem, sans-serif;
  font-size: 90px;
}

.paragraph-7 {
  font-family: Bionixfat Vnmem, sans-serif;
  font-size: 50px;
}

.div-block-29 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  text-align: center;
  letter-spacing: 10px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  font-family: Bionixfat Vnmem, sans-serif;
  font-size: 90px;
  display: flex;
  position: relative;
  inset: auto 0% -5%;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-7 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.div-block-30 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: clip;
}

.div-block-31 {
  border: 3px solid #000;
}

.flex-block-23 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-around;
  align-items: stretch;
  min-width: 100%;
  position: static;
  left: -409px;
  transform: rotate(5deg);
}

.flex-block-23.flex-box-scroll-slide-right {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  transform: translate(0, -34px);
}

.flex-block-23.flex-box-scroll-slide-left {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
  transform: rotate(0);
}

.image-5 {
  border: 2px solid #9264ff;
  border-radius: 10px;
  max-width: none;
  height: 300px;
}

.div-block-32 {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #262632;
  background-image: linear-gradient(#262632bf, #262632bf), url('../images/noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.image6-scroll-right {
  border: 2px solid #9264ff;
  border-radius: 10px;
  max-width: none;
  height: 300px;
}

.div-block-33 {
  z-index: 99;
  background-image: radial-gradient(circle farthest-side at 100%, #ba76ff, #0000 20%), radial-gradient(circle at 0%, #ffbf00d9, #fff0 20%), linear-gradient(#262632bf, #262632bf), url('../images/noise.png');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.heading-23 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 140px 0 0;
  font-size: 60px;
  font-weight: 900;
  line-height: 80px;
}

.div-block-34 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 140px;
  display: flex;
}

.div-block-35 {
  background-image: linear-gradient(90deg, #e35aff, #5effa4 54%, #8f39ff);
  flex: 1;
  height: 6px;
  max-height: 6px;
  margin-top: 30px;
}

.div-block-36 {
  background-image: linear-gradient(#000, #fff0);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  min-height: 100px;
  max-height: 100px;
  position: static;
}

.section-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #646464;
  border-left: 1px #000;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  padding: 10px 140px 10px 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section-10.right-side {
  border-bottom-style: none;
  border-left: 1px solid #646464;
  border-right: 1px #646464;
  padding-right: 60px;
  inset: 0% 0% 0% auto;
}

.redplanet-heading {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.body-7 {
  font-family: Montserrat, sans-serif;
}

.image-7 {
  max-width: 80px;
}

.section-11 {
  background-image: url('../images/2_chairs_furniture_in_a_minimalistik_setting.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
}

.heading-24 {
  border-bottom: 4px solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 85px;
  font-weight: 800;
  line-height: 100px;
}

.flex-block-24 {
  justify-content: center;
  align-items: center;
  padding: 100px;
}

.body-8 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.div-block-37 {
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 20px 40px;
  display: flex;
}

.div-block-37.heading {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 60px;
}

.paragraph-8 {
  justify-content: center;
  align-items: flex-end;
  font-size: 17px;
  line-height: 30px;
}

.div-block-38 {
  flex-flow: column;
  height: auto;
  max-height: 50vh;
  display: flex;
}

.div-block-39 {
  max-height: 70vh;
  overflow: hidden;
}

.div-block-40 {
  background-color: #d3ec7a00;
  border-radius: 20px;
  min-width: 40%;
  max-width: 40%;
  padding: 10px;
  position: sticky;
  top: 125px;
}

.flex-block-25 {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.navbar-5 {
  background-color: #ddd0;
  border: 1px #000;
  position: sticky;
  inset: 125px 0% auto;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  margin-right: 0;
  font-size: 18px;
  display: inline-flex;
}

.nav-link-2.w--current {
  color: #333;
  letter-spacing: 1px;
  text-transform: none;
  background-image: linear-gradient(120deg, #ec8fff, #a5ffcc 52%, #b67eff);
  border-radius: 500px;
  margin-right: 0;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-2.navlink3 {
  color: #fff;
  font-size: 18px;
}

.nav-link-2.navlink3.w--current {
  color: #333;
  margin-right: 0;
}

.nav-link-2.navlink3.navlink4.w--current {
  margin-right: 0;
}

.divblock-how-it-works {
  background-color: #000;
  border: 1px solid #5d5c5c;
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 60px;
  padding: 60px 40px 140px;
  display: flex;
}

.nav-link-3 {
  display: inline-flex;
}

.nav-link-3.w--current {
  background-color: #30f;
}

.image-8 {
  padding: 60px;
  position: sticky;
  top: 10%;
}

.flex-block-26 {
  background-image: linear-gradient(#000000b0, #fff0 49%), url('../images/2_chairs_furniture_in_a_minimalistik_setting_for_dis_181d7b9a-c2b6-43c5-9c3b-135fde5f30ab.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 50vh;
}

.div-block-42 {
  flex: 1;
  align-self: stretch;
}

.flex-block-27 {
  flex-flow: column;
  flex: 1;
}

.heading-25 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 90px;
}

.text-span-6 {
  color: #a693fd;
}

.div-block-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 1280px;
  padding: 0 40px 60px;
  display: flex;
}

.div-block-44 {
  align-self: stretch;
  padding-left: 500px;
  padding-right: 0;
}

.flex-block-28 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}

.text-span-7 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
}

.paragraph-9 {
  color: #fff;
}

.heading-26 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
}

.div-block-45 {
  background-color: #fff;
  border: 1px #000;
  border-top: 2px solid #262632;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 100px;
}

.section-12 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-self: stretch;
  display: flex;
}

.flex-block-29 {
  justify-content: space-between;
  align-items: center;
}

.div-block-46 {
  align-self: stretch;
}

.heading-27 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.flex-block-30 {
  color: #3f3f3f;
  padding-left: 10px;
  padding-right: 10px;
}

.container-6 {
  background-color: #262632;
  border: 1px solid #5d5c5c;
  border-radius: 500px;
  padding: 10px;
}

.flex-block-31 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.heading-28 {
  color: #fff;
  text-align: center;
  width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 30px;
  font-weight: 400;
}

.heading-29 {
  color: #e0e0e0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
}

.flex-block-32 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #000;
  border-radius: 20px;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px;
}

.heading-30 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 65px;
}

.heading-30.dark {
  color: #262632;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 80px;
}

.text-span-8 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #7eff70, #74e1ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 35px;
  font-weight: 900;
}

.heading-31 {
  color: #000;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 80px;
}

.heading-process {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a5ffcc, #ec8fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
}

.paragraph-11 {
  color: #e9e9e9;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.button-9 {
  color: #353535;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  background-image: linear-gradient(90deg, #a5ffcc, #ec8fff);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #555;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 60px;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 4px 4px #a5ffcc;
}

.button-9.dark {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #262632;
  background-image: none;
  background-clip: border-box;
}

.button-9.dark2 {
  background-color: #262632;
  background-image: linear-gradient(90deg, #a5ffcc, #ec8fff);
}

.paragraph-12 {
  color: #e9e9e9;
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.pop-up {
  z-index: 999999;
  background-color: #000000e0;
  justify-content: center;
  align-items: center;
  margin: 220px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-47 {
  background-color: #fff;
  border: 1px #2626324f;
  border-radius: 20px 20px 0 0;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding: 60px;
}

.flex-block-33 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-field {
  border-radius: 10px;
  flex: 1;
  min-height: 80px;
  margin-bottom: 0;
  font-size: 18px;
}

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

.field-label {
  letter-spacing: 1px;
  align-self: center;
  width: 200px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.flex-block-34 {
  flex-flow: column;
}

.div-block-48 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-33 {
  color: #262632;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
}

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

.div-block-49 {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.pris_dsc {
  color: #e788ff;
  border-bottom: 1px solid #bebebe;
  font-size: 20px;
  font-weight: 500;
}

.flex-block-35 {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.pris_namn {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.pris_pris {
  color: silver;
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
}

.heading-34 {
  color: #d9d8d8;
}

.countdown-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 900;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Shutterstock_1436562926.webp');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-51 {
  background-image: url('../images/portrait-happy-man.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-52 {
  background-image: linear-gradient(#262632bf, #262632bf), url('../images/noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 60px;
  position: relative;
}

.flex-block-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
}

.div-block-53 {
  background-color: #fff;
  border-radius: 0 80px 90px 0;
  max-width: 700px;
  padding: 40px 0 40px 100px;
}

.heading-35 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 90px;
  font-weight: 900;
}

.paragraph-13 {
  font-size: 20px;
  line-height: 36px;
}

.div-block-54 {
  background-image: linear-gradient(#5d479b, #262632);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 60px;
  display: flex;
}

.heading-36 {
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-weight: 400;
  line-height: 100px;
}

.flex-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

.heading-37 {
  color: #c1c1c1;
}

.div-block-55 {
  min-width: 90%;
  position: relative;
}

.div-block-56 {
  background-image: radial-gradient(circle, #f88a548f 44%, #5d479b80 55%, #262632 79% 91%, #5d479b 60%), radial-gradient(circle, #f88a54 40%, #f88a5400 41%);
  min-width: 500px;
  min-height: 500px;
  margin-top: -250px;
  transform: translate(0, 250px);
}

.image-9 {
  background-image: url('../images/Shutterstock_1436562926.webp'), linear-gradient(#000, #fff);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.div-block-57 {
  aspect-ratio: 16 / 9;
  background-image: linear-gradient(#2626321c, #262632 90%), url('../images/Shutterstock_1436562926.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
}

.shape-5 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.gradient-intro-wrapper {
  z-index: 1;
  color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.intro-description {
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 4em;
}

.title-highlight-wrapper {
  margin-bottom: 1.3em;
  font-size: .7em;
}

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

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: 2;
}

.shape-8 {
  background-color: #9fc68e;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  background-color: #1b1b1b;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-4 {
  background-color: #f6c779;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.shape-2 {
  background-color: #a693fd;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.shape-3 {
  background-color: #ffeabac4;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.copy-medium {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.45em;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.ultra-gradient-wrapper {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.title1 {
  font-size: 10em;
  font-weight: 300;
  line-height: 1;
}

.shape-1 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.shape-6 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.title-highlight {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fcf6f326;
  border-radius: 999em;
  padding: .7em 1.4em .8em;
  font-size: 1.5em;
  display: inline-block;
}

.div-block-58 {
  margin-top: 100px;
  padding: 0;
}

.div-block-59 {
  background-image: linear-gradient(#0000, #262632), url('../images/man-är-shockad-över-brilijant-webdesign.webp'), radial-gradient(circle closest-corner, #ff9500ba, #ff9100cc 2%, #ffbf00cc 93%, #ffbf00);
  background-position: 0 0, 150%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, contain, auto;
  margin-top: 100px;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 60px;
}

.div-block-60 {
  background-color: #fff;
}

.heading-38 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 80px;
}

.flex-block-38 {
  width: 800px;
}

.flex-block-38.countdown-wrapper {
  background-image: none;
}

.paragraph-14 {
  color: #fff;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.text-span-10 {
  font-weight: 900;
}

.div-block-61 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
}

.paragraph-15 {
  margin-bottom: 0;
}

.footer-link {
  color: #3f3f3f;
}

.div-block-62 {
  background-color: #ffecca;
  padding: 100px;
}

.paragraph-16 {
  font-size: 24px;
  line-height: 36px;
}

.body-9 {
  font-family: Montserrat, sans-serif;
}

.heading-39 {
  padding-bottom: 20px;
  font-size: 60px;
}

.close {
  z-index: 9999;
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

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

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

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

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

.form_input {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

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

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

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

.error-text {
  color: #e23939;
}

.popup_content-wrapper {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 42rem;
  height: auto;
  max-height: 85vh;
  padding: 4rem;
  position: absolute;
  overflow: scroll;
}

.form_field-wrapper {
  position: relative;
}

.success-message {
  padding: 1.5rem;
}

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

.margin-bottom.margin-medium {
  padding-bottom: 2rem;
}

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

.contact-modal5_form-block {
  flex-direction: column;
  align-items: stretch;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.exit-intent-popup {
  z-index: 99999;
  background-color: #1f1f1f80;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

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

.button-10 {
  color: #000;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

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

.form_input-2 {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #0009;
}

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

.popup_content-wrapper-2 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 42rem;
  height: auto;
  max-height: 85vh;
  padding: 4rem;
  overflow: scroll;
}

.success-message-2 {
  padding: 1.5rem;
}

.exit-intent-popup-2 {
  z-index: 99999;
  background-color: #1f1f1f80;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.div-block-63 {
  z-index: 999999;
  background-color: #000000b0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-64 {
  background-color: #fff;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/young-african-american-businesswoman-smiling-happy-using-smartphone.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
  flex: 1;
  margin: 140px 220px 350px;
  padding: 60px;
  position: static;
  top: 5%;
  bottom: 5%;
  left: 5%;
}

.heading-40 {
  color: #fff;
  text-align: center;
  font-size: 90px;
  font-weight: 900;
}

.heading-41 {
  color: #6bff6b;
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
}

.image-11 {
  position: absolute;
}

.form {
  margin-bottom: 8px;
}

.pop-up-form {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-text-input {
  background-color: #f7f9fa;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  height: 44px;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-header {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
}

.pop-up-button {
  color: #fff;
  text-align: center;
  background-color: #272727;
  border-radius: 3px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  transition: opacity .2s;
}

.pop-up-button:hover {
  opacity: .8;
}

.pop-up-button:active {
  opacity: 1;
}

.pop-up-back {
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.pop-up-exit-button {
  opacity: 1;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-up-exit-button:hover {
  opacity: .8;
}

.popup-form-error {
  color: #444;
  background-color: #dee5eb;
  border-radius: 6px;
  padding: 16px;
}

.pop-up-form-success {
  color: #33383f;
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-wrapper {
  z-index: -999;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pop-up-box {
  cursor: auto;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/young-african-american-businesswoman-smiling-happy-using-smartphone.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 20px;
  padding: 60px 100px;
  position: relative;
}

.pop-up-paragraph {
  color: #6bff6b;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4em;
}

.paragraph-17 {
  color: #fff;
}

.button-11 {
  background-color: #202020;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 300;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container-4 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .heading-23 {
    padding-left: 0;
    padding-right: 20px;
    font-size: 60px;
    line-height: 70px;
  }

  .div-block-34 {
    padding-left: 20px;
  }

  .divblock-how-it-works {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-25 {
    line-height: 90px;
  }

  .text-span-7 {
    font-size: 30px;
  }

  .heading-26 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-28 {
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .flex-block-32 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-30 {
    font-size: 30px;
    line-height: 40px;
  }

  .shape-4 {
    top: 22em;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .div-block-59 {
    background-position: 0 0, 0%, 0 0;
    background-size: auto, cover, auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-38 {
    font-size: 60px;
    line-height: 70px;
  }

  .flex-block-38.countdown-wrapper {
    width: auto;
  }

  .popup_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .popup_content-wrapper-2 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .pop-up-button {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .main-shapes-wrapper {
    filter: blur(80px);
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .title1 {
    font-size: 5em;
  }

  .popup_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .popup_content-wrapper-2 {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .pop-up-form {
    flex-direction: column;
  }

  .pop-up-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .section {
    background-position: 0 0, 33%;
    background-size: auto, cover;
    margin-top: 60px;
    overflow: hidden;
  }

  .container-4 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-30 {
    padding-bottom: 0;
  }

  .flex-block-23.flex-box-scroll-slide-left {
    z-index: 99;
    position: relative;
  }

  .image-5 {
    height: 250px;
  }

  .div-block-32 {
    margin-top: auto;
    padding-top: 100px;
  }

  .image6-scroll-right {
    height: 250px;
  }

  .div-block-33 {
    padding-top: 100px;
    padding-bottom: 0;
    position: static;
    overflow: hidden;
  }

  .heading-23 {
    letter-spacing: 2px;
    padding-right: 10px;
    font-size: 40px;
    line-height: 60px;
  }

  .div-block-34 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
  }

  .div-block-40 {
    min-width: auto;
    max-width: none;
    position: static;
    overflow: hidden;
  }

  .divblock-how-it-works {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .heading-25 {
    font-size: 45px;
    line-height: 70px;
  }

  .div-block-43 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-7 {
    font-size: 20px;
    line-height: 0;
  }

  .heading-26 {
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph-10 {
    overflow: hidden;
  }

  .div-block-45 {
    text-align: center;
    flex-flow: column;
    align-items: flex-end;
    padding: 60px 20px;
    display: flex;
  }

  .section-12 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-self: center;
    margin-top: 40px;
  }

  .flex-block-29 {
    flex-flow: column;
  }

  .heading-27 {
    font-size: 24px;
  }

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

  .heading-28 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
  }

  .flex-block-32 {
    flex-flow: column;
  }

  .heading-30.dark {
    font-size: 26px;
    line-height: 40px;
  }

  .text-span-8 {
    font-size: 24px;
  }

  .heading-process {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .paragraph-12 {
    margin-top: 0;
  }

  .div-block-47 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 20px;
  }

  .flex-block-33 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-field {
    align-self: center;
    min-height: 60px;
  }

  .field-label {
    align-self: center;
  }

  .heading-33 {
    font-size: 20px;
  }

  .countdown-text {
    font-size: 30px;
  }

  .div-block-52 {
    padding-top: 100px;
  }

  .shape-4 {
    top: 30.7em;
  }

  .div-block-59 {
    background-position: 0 0, 20%, 0 0;
    margin-top: auto;
  }

  .heading-38 {
    font-size: 34px;
    line-height: 50px;
  }

  .paragraph-14 {
    font-size: 24px;
  }

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

  .image-10 {
    max-width: 60%;
  }

  .footer-link {
    font-weight: 500;
  }

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

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-header {
    font-size: 40px;
    line-height: 60px;
  }

  .pop-up-button {
    background-color: #0a0a0a;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
  }

  .pop-up-exit-button {
    border-radius: 20px;
  }

  .pop-up-box {
    background-image: linear-gradient(to bottom, null, null), url('../images/young-african-american-businesswoman-smiling-happy-using-smartphone.jpg');
    background-position: 0 0, 50%;
    padding: 48px 24px 16px;
  }

  .pop-up-text-box {
    overflow-wrap: anywhere;
  }

  .pop-up-paragraph {
    margin-top: 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-17 {
    margin-top: 10px;
  }

  .link-block, .link-block-2 {
    color: #363636;
  }
}

#w-node-_0bd3ac38-3a1b-3ac1-1464-2af9411fd966-cee00b0d, #w-node-c74c5221-a32a-f34a-4e29-daae2a5a0e92-cee00b0d, #w-node-_64794c5f-2835-f79b-8abc-1c6cad7b4f56-18068e3f, #w-node-_92af4285-560c-c70d-39b1-940867bd47f7-a9949ebe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6215f3a3-432d-4833-95e0-885f51c95b51-bc24c227, #w-node-_83a7bd25-4763-05ce-d4c0-bef1b9b8379c-bc24c227, #w-node-_1357d415-2b6f-05f2-3dc9-87ab4c9386d3-bc24c227 {
  place-self: center;
}

#w-node-d1220f40-303d-e007-4ca9-d81eab5b293d-34f479fc {
  align-self: stretch;
}


@font-face {
  font-family: 'Scream Real';
  src: url('../fonts/scream-real.regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bionixfat Vnmem';
  src: url('../fonts/BionixFat-vnmEM.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}