body {
  font-family: Hkgrotesk, sans-serif;
  color: #333;
  line-height: 1.3em;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.navigation-menu-origin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basic-text {
  max-width: 60ch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1em;
  line-height: 1.35em;
  font-weight: 400;
  white-space: normal;
}

.basic-text.nav {
  padding-top: 0px;
  font-size: 1em;
  white-space: nowrap;
}

.basic-text.nav.padding {
  margin-right: 8px;
}

.basic-text.xs {
  font-size: 16px;
}

.basic-text.xs.normal-cursor {
  cursor: default;
}

.basic-text.xs {
  font-size: 14px;
}

.basic-text.xs.normal-cursor {
  cursor: default;
}

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

.basic-text.white.arrow {
  height: 1em;
}

.basic-text.in-button {
  margin-top: 0px;
  margin-bottom: 0px;
}

.basic-text.bottom-space {
  margin-bottom: 16px;
  color: hsla(0, 0%, 100%, 0.5);
}

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

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

.basic-text.link {
  color: #0b0b0b;
}

.decent-link {
  display: inline;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: rgba(38, 38, 38, 0.6);
  text-decoration: none;
  cursor: pointer;
}

.decent-link:hover {
  color: #21b5ea;
}

.decent-link.in-navbar {
  display: block;
  margin-right: 3vw;
  color: #fff;
}

.decent-link.in-navbar:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.decent-link.in-navbar.no-right-margin {
  margin-right: 0vw;
}

.decent-link.in-navbar.in-list {
  margin-right: 0vw;
  margin-bottom: 16px;
}

.logo-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 50px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.logo-link-block.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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-size: 18px;
  line-height: 1.3em;
}

.logo-link-block.headline.xs.w--current {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000000000000;
  background-color: transparent;
  color: #fff;
}

.navbar.black {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.navbar.white {
  background-color: #000;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #000;
}

.navbar.dark {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.column-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding: 3vw;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: none;
}

.column-block._1-3 {
  width: 33.333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 1750px;
  perspective: 1750px;
}

.column-block._1-3.space-between {
  min-height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-block._1-3.no-right-padding {
  padding-right: 0vw;
}

.column-block._1-3.grow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-block._1-3.top-bottom {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-block.navbar {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0vw;
  padding-bottom: 0vw;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.column-block._1-6 {
  width: 16.666666666666668%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-block._1-6.align-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-block._1-6.align-right.justify-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-block._1-6.align-right.justify-bottom.absolut {
  display: none;
  width: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-block.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-block.grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-block.small-padding {
  padding: 1.5vw 3vw;
}

.column-block.no-padding {
  padding: 0vw;
}

.column-block.right {
  min-width: 33.333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-block.shrink {
  min-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.column-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.column-wrapper.black {
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.column-wrapper.vertical {
  height: 100%;
}

.column-wrapper.vertical.footer {
  min-height: 100vh;
}

.column-wrapper._1-3 {
  width: 33.333%;
}

.column-wrapper.bottom {
  margin-bottom: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-wrapper.bottom-space {
  margin-bottom: 40px;
}

.cl-logo {
  height: 2.1em;
  margin-right: 2em;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

.headline {
  max-width: 39ch;
}

.headline.s {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.headline.m {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 2.8vw;
  line-height: 1.175em;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.headline.m.grey {
  opacity: 0.5;
}

.headline.m.icon {
  height: 0.9em;
  margin-bottom: 29px;
}

.headline.xl {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 6.75vw;
  line-height: 1.02em;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.headline.xl.white {
  max-width: none;
  color: #fff;
  letter-spacing: -0.025em;
}

.headline.xl.arrow {
  width: 1em;
  height: 1em;
  margin-bottom: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.headline.xl.arrow:hover {
  opacity: 0.5;
}

.headline.xl.arrow.up {
  margin-bottom: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.headline.l {
  max-width: 39ch;
  margin-top: 0px;
  margin-bottom: 2vw;
  font-size: 3.75vw;
  line-height: 1.1em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.headline.l.white {
  color: #fff;
  font-weight: 400;
}

.headline.xs {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  line-height: 1.2em;
  font-weight: 300;
}

.headline.xs.nav {
  opacity: 0;
}

.headline.xs.nav._1 {
  opacity: 1;
}

.slide-nav {
  left: auto;
  display: none;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 3vw;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.button-text {
  position: relative;
  top: 0.1em;
  text-align: center;
}

.section {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.full-screen-section {
  height: 100vh;
  max-height: 100vh;
}

.section.black-font {
  padding-top: 0px;
}

.section.bottom-space-m {
  margin-bottom: 200px;
}

.section.hero {
  margin-top: 126px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.slider-arrow {
  z-index: 300000000;
  display: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.background-image {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
  -o-object-fit: cover;
  object-fit: cover;
}

.absolut-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.24);
}

.absolut-image-wrapper.hero {
  z-index: 1;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  padding: 8px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #262626;
  border-radius: 7353px;
  background-color: #262626;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.button:hover {
  left: 4px;
}

.button.royal {
  border-color: #001f47;
  background-color: #001f47;
}

.button.outline {
  border-width: 1px;
  background-color: transparent;
  color: #262626;
}

.button.outline:hover {
  opacity: 0.5;
}

.button.royal-hell {
  display: inline-block;
  border-color: #21b5ea;
  background-color: #21b5ea;
}

.button.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #0b0b0b;
  font-weight: 500;
}

.button.white:hover {
  border-color: #0b0b0b;
  background-color: #0b0b0b;
  color: #fff;
}

.vertical-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.paragraph {
  margin-bottom: 40px;
}

.intro-text {
  max-width: 50ch;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.intro-text.arrow {
  width: 1.5em;
  height: 0.8em;
  margin-top: 0.2em;
  margin-bottom: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.intro-text.no-padding {
  margin-bottom: 0px;
}

.container {
  position: relative;
  z-index: 12;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container.flexx {
  display: block;
  min-height: 100vh;
}

.container.center {
  padding-top: 33.33vh;
}

.container.center._1-3 {
  width: 33.333%;
  margin-left: 0px;
}

.design-system-devider {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #262626;
}

.gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(11, 11, 11, 0)));
  background-image: linear-gradient(0deg, #000, rgba(11, 11, 11, 0));
  opacity: 0.59;
}

.point-nav {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 141px;
  margin-right: 3vw;
  margin-bottom: 141px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.point-nav.hide {
  display: none;
}

.dot {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.dot:visited {
  background-color: #fff;
}

.dot.w--current {
  background-color: #fff;
}

.side-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: transparent;
}

.side-nav-wrapper:hover {
  color: #fff;
}

.image-slider {
  width: 100%;
  height: 100%;
  background-color: #0b0b0b;
}

.image-in-slider {
  width: 100vw;
  height: 100vh;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
  object-fit: cover;
}

.small-dots {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vw;
  -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-size: 10px;
  line-height: 0em;
}

.small-dots.article {
  margin-bottom: 1.5vw;
}

.arrow-container {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.arrow-container.left {
  margin-right: 16px;
  padding-right: 6vw;
  padding-bottom: 3vw;
  padding-left: 3vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.arrow-container.left:active {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(11, 11, 11, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(11, 11, 11, 0));
}

.arrow-container.left.center {
  padding-bottom: 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-container.right {
  position: absolute;
  padding-right: 3vw;
  padding-bottom: 3vw;
  padding-left: 6vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.arrow-container.right:active {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(11, 11, 11, 0)));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.4), rgba(11, 11, 11, 0));
}

.arrow-container.right.center {
  padding-bottom: 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-icon {
  height: 34px;
  border-radius: 100%;
  font-family: 'Simple line icons', sans-serif;
  color: #eee;
}

.arrow-icon:hover {
  opacity: 0.5;
}

.icon-in-tet {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 16px;
  font-family: 'Simple line icons', sans-serif;
}

.icon-in-tet._90-grad {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wrapper {
  position: relative;
}

.wrapper.grey {
  color: hsla(0, 0%, 100%, 0.5);
}

.wrapper._1 {
  margin-bottom: 1.5em;
}

.column {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column._25 {
  width: 25%;
}

.column.in-slider {
  padding: 0px;
}

.download-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.download-wrapper.space-between {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #0b0b0b;
  text-decoration: none;
}

.download-wrapper.space-between:hover {
  opacity: 0.5;
}

.footer {
  position: relative;
  z-index: 10000000;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0b0b0b;
  color: #fff;
}

.footer.not-full {
  z-index: 9007199254740991;
  height: auto;
  min-height: 100vh;
}

.div-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 14;
  width: 100%;
  height: 110px;
  background-color: #fff;
}

.div-block.nav-white {
  height: 150px;
  margin-bottom: 3vw;
}

.footer-logo {
  width: 50%;
  -webkit-filter: contrast(200%) invert(100%);
  filter: contrast(200%) invert(100%);
}

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

.link:hover {
  opacity: 0.5;
}

.link.black-type {
  color: #0b0b0b;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #fff;
}

.dropdown-toggle.w--open:hover {
  opacity: 0.5;
}

.dropdown-toggle.w--open:focus {
  opacity: 0.5;
}

.icon-dropdown {
  position: static;
  margin-right: 0px;
}

.dropdown-list {
  border-radius: 8px;
  background-color: transparent;
}

.dropdown-list.w--open {
  position: relative;
  margin-top: 16px;
  -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: 8px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  -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;
}

.horizontal-divider {
  height: 1px;
}

.horizontal-divider.black {
  background-color: #0b0b0b;
}

.horizontal-divider.white {
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #fff;
}

.team-image-wrapper {
  position: relative;
  margin-bottom: 40px;
  padding-top: 120%;
}

.team-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.arrow {
  font-family: Manrope, sans-serif;
}

.responsive-alert {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9007199254740991;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #000;
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
  background-color: #000;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.submit-button {
  border-radius: 20px;
  background-color: #5f32c0;
}

.image-2 {
  margin-bottom: 62px;
  -webkit-filter: contrast(200%) invert(100%);
  filter: contrast(200%) invert(100%);
}

.black {
  background-color: #0b0b0b;
}

.light {
  font-weight: 300;
}

.social-media-icon {
  font-family: 'Fa brands 400', sans-serif;
}

.link-block {
  margin-right: 24px;
  color: #fff;
  text-decoration: none;
}

.link-block:hover {
  opacity: 0.5;
}

.vertical-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .basic-text.nav {
    font-size: 19px;
    line-height: 24px;
  }

  .basic-text.xs {
    font-size: 14px;
    line-height: 1.4em;
  }

  .basic-text.xs {
    font-size: 14px;
    line-height: 1.4em;
  }

  .decent-link.in-navbar {
    color: #fff;
    font-size: 32px;
    font-weight: 100;
  }

  .decent-link.in-navbar:hover {
    color: #fff;
  }

  .column-block {
    padding: 30px;
  }

  .column-block._1-3.space-between {
    width: 33.333%;
  }

  .column-block._1-3.no-right-padding.t-100 {
    width: 100%;
    padding-right: 30px;
  }

  .column-block._1-3.small-padding {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-block._1-3.grow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-block._1-3.t-100 {
    width: 100%;
  }

  .column-block._1-3.top-bottom {
    width: 50%;
  }

  .column-block.navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-block._1-6.align-right.justify-bottom {
    width: 11%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-block._1-6.align-right.justify-bottom.absolut {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: auto;
  }

  .column-block.space-between {
    position: static;
  }

  .column-block.space-between.mobile {
    width: 66.666%;
  }

  .column-block.small-padding.mid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar-menu-wrapper {
    z-index: 0;
  }

  .column-wrapper.black {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-wrapper.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-wrapper.vertical.ipad-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-wrapper._1-3.responsive-1-1 {
    z-index: 100;
    width: 33.33%;
  }

  .column-wrapper.in-slider {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .headline.m.icon {
    margin-bottom: 15px;
  }

  .headline.xl.arrow {
    display: block;
  }

  .headline.l {
    margin-bottom: 20px;
  }

  .headline.xs.nav {
    margin-top: -2px;
  }

  .hero-container {
    padding-bottom: 6vh;
  }

  .section.full-screen-section.snap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .section.full-screen-section.snap.first {
    max-height: 100vh;
  }

  .section.full-screen-section.snap.article {
    height: 50vh;
  }

  .absolut-image-wrapper.hero {
    position: absolute;
    height: 100vh;
    min-height: 100vh;
  }

  .button.outline:hover {
    opacity: 1;
  }

  .vertical-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-right-style: none;
  }

  .container.center {
    position: relative;
    z-index: 12;
  }

  .image-in-slider {
    position: relative;
    height: 50vh;
  }

  .image-in-slider.main {
    height: 100%;
  }

  .small-dots {
    margin-bottom: 6vh;
  }

  .arrow-container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .arrow-container.left {
    padding-right: 80px;
    padding-bottom: 6vh;
    padding-left: 40px;
  }

  .arrow-container.right {
    padding-right: 40px;
    padding-bottom: 6vh;
    padding-left: 80px;
  }

  .arrow-icon {
    height: 31px;
  }

  .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column._25 {
    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-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column.in-slider {
    position: relative;
    width: 50%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .download-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo {
    width: 100%;
  }

  .team-image-wrapper {
    width: 50%;
    padding-top: 55%;
  }

  .responsive-alert {
    display: none;
    text-align: center;
    letter-spacing: 1px;
  }

  .utility-page-wrap {
    background-color: #000;
  }

  .utility-page-form {
    color: #fff;
  }

  .submit-button {
    border-radius: 20px;
    background-color: #7a32ff;
  }

  .image-2 {
    width: 100%;
    margin-bottom: 70px;
    -webkit-filter: contrast(200%) invert(100%);
    filter: contrast(200%) invert(100%);
  }

  .text-field {
    margin-bottom: 35px;
  }

  .social-media-icon:hover {
    color: #262626;
  }

  .link-block {
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-menu-origin {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .basic-text.xs {
    max-width: 50ch;
    font-size: 14px;
    line-height: 1.4em;
  }

  .basic-text.xs {
    max-width: 50ch;
    font-size: 14px;
    line-height: 1.4em;
  }

  .decent-link.in-navbar {
    margin-right: 20px;
    font-size: 24px;
  }

  .logo-link-block.w--current {
    font-size: 16px;
  }

  .logo-link-block.headline.xs {
    margin-bottom: 16px;
  }

  .logo-link-block.headline.xs.w--current {
    max-width: none;
    margin-bottom: 12px;
  }

  .navbar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .column-block {
    padding: 20px;
  }

  .column-block._1-3.no-right-padding.t-100 {
    padding-right: 20px;
  }

  .column-block._1-3.t-100 {
    width: 100%;
  }

  .column-block._1-6.align-right.justify-bottom {
    padding-right: 19px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-block._1-6.align-right.justify-bottom.absolut {
    display: none;
  }

  .column-wrapper.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-wrapper.bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-wrapper.in-slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-wrapper.article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cl-logo {
    height: 2.1em;
    margin-right: 1.5em;
    margin-bottom: 12px;
  }

  .headline.m.icon {
    margin-bottom: 12px;
  }

  .headline.l {
    margin-bottom: 20px;
  }

  .headline.xs.nav {
    opacity: 1;
    line-height: 1.2em;
  }

  .section.full-screen-section.snap.article {
    height: 100vh;
  }

  .button {
    padding: 6px 16px;
  }

  .button.outline:hover {
    opacity: 1;
  }

  .image-in-slider {
    height: 100vh;
  }

  .small-dots {
    margin-bottom: 5em;
  }

  .small-dots.article {
    width: 66.6666%;
    margin-bottom: 35px;
  }

  .arrow-container {
    padding-bottom: 1.3em;
  }

  .arrow-container.left {
    height: 90px;
    margin-top: auto;
    margin-bottom: 0px;
    padding-bottom: 1.3em;
    padding-left: 24px;
  }

  .arrow-container.right {
    height: 90px;
    margin-top: auto;
    margin-bottom: 0px;
    padding-right: 24px;
    padding-bottom: 1.3em;
  }

  .wrapper {
    margin-bottom: 20px;
  }

  .column {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column._25 {
    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-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column.in-slider {
    width: 50%;
    height: 100vh;
    padding: 0px;
  }

  .download-wrapper.space-between {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown {
    margin-right: 20px;
  }

  .vertical-divider {
    width: 8px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-menu-origin {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .decent-link.in-navbar {
    margin-top: 8px;
    margin-right: 16px;
  }

  .logo-link-block.w--current {
    font-size: 14px;
  }

  .logo-link-block.headline.xs {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-link-block.headline.xs.w--current {
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-block._1-3.space-between {
    width: 100%;
    height: auto;
    padding-top: 40px;
  }

  .column-block._1-3.small-padding {
    width: 100%;
    padding: 10px 20px;
  }

  .column-block._1-3.grow {
    width: 100%;
  }

  .column-block._1-6.align-right.justify-bottom {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .column-block._1-6.align-right.justify-bottom.arrow {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-block.space-between.mobile {
    width: 100%;
  }

  .column-block.small-padding.mid {
    display: none;
  }

  .column-block.no-padding._1-6 {
    width: 100%;
    margin-bottom: 1em;
  }

  .column-block.no-padding._1-6.m-hide {
    display: none;
  }

  .column-block.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-menu-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

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

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

  .column-wrapper._1-3.responsive-1-1 {
    top: -24px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-wrapper.bottom {
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-wrapper.in-slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-wrapper.center-m {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cl-logo {
    height: 2.1em;
    margin-right: 1.2em;
  }

  .headline.s.m-no-padding {
    margin-bottom: 0px;
  }

  .headline.s.m-hide {
    display: none;
  }

  .headline.m {
    margin-bottom: 17px;
  }

  .headline.m.kontakt {
    margin-bottom: 0px;
  }

  .headline.m.icon {
    margin-bottom: 10px;
  }

  .headline.xl.white {
    text-align: center;
  }

  .headline.xl.white.no-padding {
    margin-bottom: 0px;
  }

  .headline.xs.nav {
    opacity: 1;
  }

  .hero-container {
    padding-bottom: 3em;
  }

  .section.full-screen-section.snap.article {
    height: 50vh;
  }

  .button-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .absolut-image-wrapper {
    background-color: rgba(0, 0, 0, 0.35);
  }

  .button.white {
    margin-right: auto;
    margin-left: auto;
  }

  .vertical-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .intro-text {
    margin-bottom: 19px;
  }

  .container.center._1-3.not-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
  }

  .image-in-slider {
    height: 100%;
  }

  .small-dots.article {
    width: 50%;
    margin-bottom: 35px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .arrow-container.left {
    padding-right: 50px;
    padding-left: 20px;
  }

  .arrow-container.right {
    padding-right: 20px;
    padding-left: 50px;
  }

  .arrow-icon {
    height: 26px;
    font-size: 32px;
  }

  .wrapper {
    margin-bottom: 12px;
  }

  .column.in-slider {
    width: 50%;
    height: 100%;
    padding: 0px;
  }

  .footer.not-full {
    height: auto;
    min-height: 100vh;
  }

  .footer-logo {
    width: 35%;
    min-width: 150px;
    margin-bottom: 47px;
  }

  .dropdown-toggle {
    margin-top: 8px;
    padding-top: 0px;
  }

  .dropdown {
    margin-right: 16px;
  }

  .team-image-wrapper {
    width: 100%;
    padding-top: 110%;
  }
}

@font-face {
  font-family: 'Simple line icons';
  src: url('../fonts/Simple-Line-Icons.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Italic.woff') format('woff'), url('../fonts/HKGrotesk-LegacyItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Bold.woff') format('woff'), url('../fonts/HKGrotesk-BoldLegacy.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-BoldLegacyItalic.woff') format('woff'), url('../fonts/HKGrotesk-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Light.woff') format('woff'), url('../fonts/HKGrotesk-LightLegacy.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-LightItalic.woff') format('woff'), url('../fonts/HKGrotesk-LightLegacyItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Medium.woff') format('woff'), url('../fonts/HKGrotesk-MediumLegacy.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-MediumItalic.woff') format('woff'), url('../fonts/HKGrotesk-MediumLegacyItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-Regular.woff') format('woff'), url('../fonts/HKGrotesk-RegularLegacy.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-SemiBoldItalic.woff') format('woff'), url('../fonts/HKGrotesk-SemiBoldLegacyItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hkgrotesk';
  src: url('../fonts/HKGrotesk-SemiBoldLegacy.woff') format('woff'), url('../fonts/HKGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}