body {
  background-color: #0d0628;
  font-family: 'DM Sans', sans-serif;
  color: #eeedf2;
  font-size: 1vw;
  line-height: 1.6;
  font-weight: 400;
}

h1 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Fahkwang, sans-serif;
  font-size: 10.4em;
  line-height: 0.85;
  font-weight: 700;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Fahkwang, sans-serif;
  font-size: 5.4em;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: none;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Fahkwang, sans-serif;
  font-size: 3.2em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.04em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Fahkwang, sans-serif;
  font-size: 15em;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.04em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Grifter, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.35em;
  font-weight: 400;
}

a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

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

.container.is--nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6em;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.is--hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 7.4em;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.calc {
  height: 200vh;
  padding-top: 8.3em;
  padding-bottom: 8.3em;
}

.container.is--text-wrap {
  overflow: hidden;
  padding-bottom: 0em;
}

.container.is--alt {
  height: 200vh;
}

.container.is--sticky {
  padding-top: 0em;
}

.container.is--letters {
  display: block;
  padding-top: 7.4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.is--footer {
  padding-bottom: 0em;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.section {
  position: relative;
  z-index: 1;
  width: 100%;
}

.section.is--nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
}

.section.is--hero {
  z-index: 4;
}

.nav__logo-link {
  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;
}

.nav__logo-img {
  width: 7em;
  height: 1.7em;
}

.nav__menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mav__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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6.5em;
  margin-left: 4.9em;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav__icon-line {
  width: 100%;
  height: 0.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  background-color: #eeedf2;
}

.nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1em;
  padding-left: 1em;
  -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;
  font-family: Grifter, sans-serif;
  color: #eeedf2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav__link-text {
  font-size: 1.1em;
}

.hero__h-contain {
  position: relative;
}

.hero__icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 7.3em;
  max-width: none;
  margin-top: 0.6em;
  margin-left: -1.2em;
}

.hero__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 3em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero__button.button_nav {
  margin-top: 0em;
  line-height: 0;
}

.hero__button-text {
  height: 1.2em;
  margin-right: 2em;
  margin-left: 2em;
  -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;
  font-family: Grifter, sans-serif;
  color: #73f74c;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero__button-text.is--pricing {
  color: #eeedf2;
}

.hero__button-text.nav_button {
  height: 1.1em;
}

.hero__button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4.3em;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #eeedf2;
  background-color: #eeedf2;
}

.hero__button-icon.is--pricing {
  border-width: 2px;
  border-color: #5c31ff;
  background-color: #5c31ff;
}

.hero__button-arrow {
  width: 2.6em;
  margin-right: 2.9em;
  margin-left: 2.9em;
}

.hero__button-arrow.is--pricing {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.hero__button-t-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0em;
  padding-left: 0em;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #eeedf2;
  font-size: 1em;
  line-height: 1.6;
}

.hero__button-t-contain.is--pricing {
  border-width: 2px;
  border-color: #5c31ff;
}

.hero__button-t-contain.button_cont_nav {
  border-style: none;
  border-width: 0px;
  line-height: 1.3;
}

.hero__left {
  position: relative;
  z-index: 20;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero__right {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40.7em;
  margin-right: 2.3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fill {
  width: 0%;
  height: 100%;
  background-color: #5c31ff;
}

.nav__line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 0em;
  height: 0.2em;
  margin-bottom: 3.3em;
  background-color: #5c31ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.fade-up {
  overflow: hidden;
}

.hero__p-contain {
  overflow: hidden;
}

.locomotive-scroll {
  z-index: 1;
}

.hero__video {
  position: relative;
  width: 100%;
  height: 42em;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(13, 6, 40, 0) 72%, #0d0628), -webkit-gradient(linear, right top, left top, from(#0d0628), color-stop(4%, rgba(13, 6, 40, 0))), -webkit-gradient(linear, left top, right top, from(#0d0628), color-stop(4%, rgba(13, 6, 40, 0))), -webkit-gradient(linear, left bottom, left top, from(#0d0628), color-stop(4%, rgba(13, 6, 40, 0)), to(rgba(13, 6, 40, 0))), -webkit-gradient(linear, left top, left bottom, from(#0d0628), color-stop(4%, rgba(13, 6, 40, 0)), to(rgba(13, 6, 40, 0)));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(13, 6, 40, 0) 72%, #0d0628), linear-gradient(270deg, #0d0628, rgba(13, 6, 40, 0) 4%), linear-gradient(90deg, #0d0628, rgba(13, 6, 40, 0) 4%), linear-gradient(0deg, #0d0628, rgba(13, 6, 40, 0) 4%, rgba(13, 6, 40, 0)), linear-gradient(180deg, #0d0628, rgba(13, 6, 40, 0) 4%, rgba(13, 6, 40, 0));
}

.hero__gradient {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 200em;
  height: 200em;
  margin-right: -135.7em;
  margin-bottom: -133.1em;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #5c31ff, rgba(92, 49, 255, 0) 69%);
  opacity: 0.9;
}

.hero__gradient.is--other {
  width: 160em;
  height: 160em;
  margin-right: -40.6em;
  margin-bottom: -133.7em;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #f88cd4, rgba(248, 140, 212, 0) 69%);
  opacity: 0.73;
}

.hero__card-contain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  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;
  -webkit-perspective: 2000em;
  perspective: 2000em;
}

.hero__card {
  position: relative;
  width: 38em;
  height: 24em;
  min-width: 38em;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(238, 237, 242, 0.18) rgba(238, 237, 242, 0.34) rgba(238, 237, 242, 0.34);
  border-radius: 2em;
  background-image: linear-gradient(144deg, rgba(238, 237, 242, 0.3), hsla(0, 0%, 100%, 0) 43%);
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero__card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 2.6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 2em;
}

.hero__card-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  opacity: 0.6;
}

.hero__card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  opacity: 0.6;
}

.hero__card-logo {
  width: 6.6em;
}

.hero__card-icon {
  width: 3.5em;
}

.hero__card-bar {
  width: 3.5em;
}

.hero__card-text {
  -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;
  font-family: Grifter, sans-serif;
  color: #eeedf2;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__card-shine {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 60em;
  height: 60em;
  margin-top: -30.4em;
  margin-left: -25.7em;
  border-radius: 100vw;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(28, 19, 65, 0.87), rgba(28, 19, 65, 0) 61%);
}

.section-2 {
  position: relative;
  z-index: 3;
  width: 100%;
}

.section-2.is--footer {
  z-index: 2;
  overflow: hidden;
  background-color: #eeedf2;
  color: #1c1c1c;
}

.calc__contain {
  display: -ms-grid;
  display: grid;
  padding-top: 3.1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.concepts__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.8em;
  height: 100%;
  -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;
  border-radius: 100vw;
  background-color: #1c1c1c;
  color: #eeedf2;
}

.switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8em;
  height: 4em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0.4em;
  -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;
  border-radius: 100vw;
  background-color: #1c1c1c;
}

.total {
  letter-spacing: 0em;
}

.contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 3.1em;
  padding: 4.8em 1.9em;
  -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;
  border-style: solid;
  border-width: 1.2px;
  border-color: #1c1c1c;
  background-color: #eeedf2;
  color: #1c1c1c;
  text-align: center;
}

.switch__circle {
  width: 4.3em;
  height: 100%;
  border-radius: 100vw;
  background-color: #def141;
}

.concepts__contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11em;
  height: 4em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0.4em;
  -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;
  border-style: solid;
  border-width: 1.2px;
  border-color: #1c1c1c;
  border-radius: 100vw;
  background-color: #f88cd4;
}

.slider__contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34em;
  height: 4em;
  margin-top: 2em;
  margin-bottom: 2em;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.is--text {
  height: 1em;
}

.disabled {
  background-color: #eeedf2;
  color: #f88cd4;
  cursor: not-allowed;
}

.pricing__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.page-gradient_img {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 68em;
  max-width: none;
  margin-right: -11em;
  margin-bottom: -18.5em;
}

.page-gradient_contain {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100vh;
  font-size: 1vw;
}

.hero_outline {
  color: #73f74c;
  font-size: 0.8vw;
  line-height: 1;
}

.side-text_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.9em;
  padding-bottom: 1.9em;
  -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;
  border-bottom: 1.4px solid rgba(238, 237, 242, 0.24);
  white-space: nowrap;
}

.side-text_wrap.is--alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-text_contain {
  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;
}

.side-text_line {
  width: 7em;
  height: 1px;
  min-width: 7em;
  margin-right: 0.8em;
  margin-left: 0.8em;
  background-color: #eeedf2;
}

.grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.sticky_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.sticky_content.withbutton {
  padding-top: 0em;
}

.sticky_image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 54em;
  margin-top: 8em;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sticky_heading {
  padding-bottom: 1.7em;
}

.video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.video_contain {
  z-index: 1;
  width: 100%;
  height: 150%;
  min-height: 150%;
}

.number {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2.2em 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-bottom: 1.5px solid rgba(238, 237, 242, 0.19);
  font-size: 0.8em;
}

.number.focused-number {
  padding: 4.4em 2.8em;
  background-color: rgba(92, 49, 255, 0.18);
  font-size: 1em;
}

.number_text {
  z-index: 1;
  margin-bottom: 0.1em;
  margin-left: 0.4em;
  color: #73f74c;
  font-size: 2em;
  line-height: 0.8;
}

.number_content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.number_bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 0%;
  height: 100%;
  background-image: linear-gradient(126deg, rgba(8, 4, 26, 0.28), hsla(0, 0%, 100%, 0.03));
}

.number_img {
  position: relative;
  z-index: 3;
  width: 17em;
  height: 10em;
  -webkit-transition: -webkit-filter 500ms linear;
  transition: -webkit-filter 500ms linear;
  transition: filter 500ms linear;
  transition: filter 500ms linear, -webkit-filter 500ms linear;
  -o-object-fit: contain;
  object-fit: contain;
}

.number_heading {
  position: relative;
  z-index: 2;
  font-size: 5em;
}

.number_heading.heading_emoji {
  font-size: 5em;
}

.number_heading.small_numb {
  font-size: 3.7em;
}

.number_heading.head_center {
  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;
}

.number_heading.number_link {
  color: #fff;
}

.number_wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.grid_media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 70%;
  height: 36em;
  margin-top: -7.3em;
  cursor: move;
}

.grid_media.is--2 {
  width: 40%;
  height: 26em;
  margin-left: auto;
}

.grid_media.is--3 {
  width: 80%;
  height: 26em;
  margin-left: 10%;
}

.grid_media.is--4 {
  width: 40%;
  height: 26em;
  margin-top: -7.3em;
  margin-left: 0%;
}

.grid_media.is--1 {
  margin-top: 0em;
}

.grid_video {
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.footer_p {
  text-transform: uppercase;
}

.footer_contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.8em;
  padding-bottom: 2.8em;
  -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;
  border-top: 1.5px solid rgba(238, 237, 242, 0.26);
  font-size: 0.8em;
}

.footer_link {
  position: relative;
  margin-left: 1.1em;
}

.nav__line-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 0em;
  height: 0.2em;
  margin-bottom: 3.3em;
  background-color: #5c31ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1em;
  padding-left: 1em;
  -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;
  font-family: Grifter, sans-serif;
  color: #eeedf2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav__left {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav__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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav__menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav__link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1em;
  padding-left: 1em;
  -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;
  font-family: Grifter, sans-serif;
  color: #eeedf2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.body {
  background-color: #565fe6;
}

.heading {
  font-family: Syne, sans-serif;
  font-weight: 800;
}

.heading-2 {
  font-family: Syne, sans-serif;
  font-size: 7.6em;
  font-weight: 800;
}

.heading-3 {
  font-family: Syne, sans-serif;
  font-size: 9em;
  line-height: 0.85;
  font-weight: 800;
}

.heading-3.date {
  font-size: 8em;
}

.heading-4 {
  font-family: Syne, sans-serif;
  font-size: 9em;
  font-weight: 800;
}

.heading-4.date {
  font-size: 8em;
}

.heading-5 {
  font-family: Syne, sans-serif;
  font-size: 9em;
  font-weight: 800;
}

.heading-5.date {
  font-size: 8em;
}

.headline-green {
  color: #73f74c;
}

.headline_prozes {
  margin-bottom: 24px;
  color: #73f74c;
}

.link {
  color: #73f74c;
  text-decoration: underline;
}

.paragraph {
  font-size: 1.6em;
}

.image {
  border-radius: 100px;
}

.text-span {
  background-color: transparent;
  color: #73f74c;
  text-decoration: underline;
}

.text-span.textspan2 {
  text-decoration: none;
}

.text-span-2 {
  color: #73f74c;
}

.image-2 {
  border-radius: 100px;
}

.heading-3 {
  display: block;
  width: 100%;
  margin-top: 24px;
  float: left;
}

.heading-3.heading-left {
  position: relative;
  display: block;
  width: auto;
  margin-bottom: 8px;
  float: left;
  clear: both;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
}

.heading-3.heading-left.headingcus2 {
  margin-bottom: 0px;
  padding-bottom: 8px;
}

.heading--tag {
  display: inline-block;
  height: 32px;
  padding: 4px 12px;
}

.heading--tag.tag-round {
  border-radius: 4px;
}

.heading--tag.tag-round.tag-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 8px;
  padding: 2px 8px 2px 0px;
  float: left;
  -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;
  background-color: transparent;
  color: #101317;
}

.link-2 {
  color: #5915f5;
}

.image-6 {
  display: inline-block;
}

.columns {
  float: none;
  clear: both;
}

.columns.section--program {
  position: static;
  top: auto;
  display: block;
  width: 100%;
  margin-top: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-col-3 {
  min-height: auto;
  padding-left: 0px;
}

.column-col-3.col-center {
  padding-right: 8px;
  padding-left: 8px;
}

.column-col-3.col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding-right: 16px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-col-3.col-right {
  padding-right: 0px;
  padding-left: 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bold-text-4 {
  color: #d1d2d4;
  text-decoration: none;
}

.col-item-container {
  border-radius: 16px;
}

.col-item-container.col-gradient {
  padding: 32px;
  background-image: linear-gradient(214deg, #181818, #101317);
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.16);
}

.column-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  float: left;
  clear: both;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-container.column--tickets {
  margin-top: 32px;
  margin-bottom: 32px;
}

.h1 {
  position: relative;
  margin-top: 32px;
  margin-bottom: 16px;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  text-align: left;
  text-decoration: none;
}

.h1.mobileh {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
}

.container-1080 {
  position: static;
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container-1080.divider {
  height: 16px;
  background-image: url('../images/divider.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.speaker-link {
  color: #acaeb1;
  text-decoration: none;
}

.paragraph-2 {
  float: left;
  clear: both;
  color: #acaeb1;
}

.paragraph-2.p18 {
  font-size: 18px;
  line-height: 28px;
}

.paragraph-2.p18.p-left {
  text-align: left;
}

.paragraph-2.p18.p-left.m-b-24 {
  margin-bottom: 24px;
  line-height: 24px;
}

.paragraph-2.p18.p-left.m-b-24.headline-width {
  width: 100%;
}

.paragraph-2.p18.p-left.m-b-24.first-paragraph {
  margin-bottom: 4px;
}

.section--block {
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 0px;
  padding-bottom: 96px;
}

.section--block.sectiontopmobile {
  margin-top: 96px;
}

.heading-6 {
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 3em;
    padding-left: 3em;
  }

  .hero__card {
    -webkit-transform: rotateX(20deg) rotateY(-3deg) rotateZ(-9deg);
    transform: rotateX(20deg) rotateY(-3deg) rotateZ(-9deg);
  }

  .nav__menu-2 {
    display: none;
  }

  .column-col-3.col-center {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .column-col-3.col-left {
    padding-right: 32px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .column-col-3.col-right {
    padding-left: 0px;
  }

  .container-1080 {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.8vw;
  }

  h2 {
    font-size: 2.4em;
  }

  .container {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .container.is--nav {
    height: 7em;
  }

  .container.is--hero {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 26.4em;
  }

  .container.is--sticky {
    padding-top: 8em;
  }

  .nav__logo-img {
    width: 9em;
  }

  .nav__menu {
    display: none;
  }

  .nav__icon {
    margin-left: 0em;
  }

  .hero__h-contain {
    font-size: 0.8em;
  }

  .hero__right {
    width: 42em;
    margin-top: 7.2em;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0em;
  }

  .hero__card-shine {
    margin-top: -18.6em;
    margin-left: 26.2em;
  }

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

  .grid {
    display: block;
  }

  .sticky_content {
    padding-top: 0em;
  }

  .sticky_image {
    display: none;
  }

  .nav__menu-2 {
    display: none;
  }

  .column-col-3.col-center {
    min-height: auto;
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-col-3.col-left {
    min-height: auto;
    margin-bottom: 32px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .column-col-3.col-right {
    min-height: auto;
    padding-left: 0px;
  }

  .column-container {
    display: block;
  }
}

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

  p {
    font-size: 12px;
  }

  .container.is--hero {
    padding-top: 36.5em;
  }

  .container.is--hero.top-mobile {
    padding-top: 20em;
  }

  .hero__button {
    font-size: 1.4em;
  }

  .hero__left {
    width: 91%;
  }

  .hero__right {
    width: 100%;
    margin-top: 8.4em;
  }

  .hero__video {
    height: 55em;
  }

  .hero__card {
    font-size: 1.1em;
  }

  .calc__contain {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contain {
    font-size: 1.9em;
  }

  .slider__contain {
    width: 100%;
  }

  .page-gradient_contain {
    font-size: 1em;
  }

  .side-text {
    font-size: 1.4em;
  }

  .sticky_content {
    font-size: 1.4em;
  }

  .number.focused-number {
    font-size: 0.9em;
  }

  .numbers_contain {
    font-size: 1.1em;
  }

  .heading.heading-mobile {
    font-size: 7.8em;
  }

  .heading-2.heading-mobile {
    font-size: 5.7em;
  }

  .heading-3.date.datemobile {
    font-size: 9em;
  }

  .heading-4.date.datemobile {
    font-size: 9em;
  }

  .heading-5.date.datemobile {
    font-size: 9em;
  }

  .column-col-3.col-center {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-col-3.col-left {
    margin-bottom: 32px;
    padding-right: 0px;
  }

  .column-col-3.col-right {
    display: block;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-container {
    display: block;
  }

  .column-container.col-con-mobile {
    margin-top: 0px;
  }

  .h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .h1.mobileh {
    margin-top: 64px;
    padding-top: 64px;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
  }

  .container-1080 {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .section--block {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section--block.sectiontopmobile {
    padding-top: 0px;
  }
}

#w-node-_6797e751-b929-132b-f906-53a0e063fdc8-5da3d674 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_805fcaf5-46d8-5edc-4066-5f5aa4a2916b-5da3d674 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_6f6422f6-61af-1e08-1bcc-0f6477ee49c9-5da3d674 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-c7071257-b81b-2a12-8ac0-b048bb62f3ee-5da3d674 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_6797e751-b929-132b-f906-53a0e063fdc8-53cacbb5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_805fcaf5-46d8-5edc-4066-5f5aa4a2916b-53cacbb5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_6f6422f6-61af-1e08-1bcc-0f6477ee49c9-53cacbb5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-c7071257-b81b-2a12-8ac0-b048bb62f3ee-53cacbb5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-e5d07d84-f7e2-d313-c4bc-ace04fb4af65-53cacbb5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_481b9b28-b21b-8bd7-fb94-ec4507597352-53cacbb5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

@font-face {
  font-family: 'Grifter';
  src: url('../images/') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}