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

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

@font-face {
  font-family: Scandia;
  src: url('../fonts/Scandia-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Titilliumweb;
  src: url('../fonts/TitilliumWeb-Bold.ttf') format("truetype"), url('../fonts/TitilliumWeb-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Titilliumweb;
  src: url('../fonts/TitilliumWeb-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Titilliumweb;
  src: url('../fonts/TitilliumWeb-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Titilliumweb;
  src: url('../fonts/TitilliumWeb-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Titilliumweb;
  src: url('../fonts/TitilliumWeb-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Titilliumweb;
  src: url('../fonts/TitilliumWeb-Light.ttf') format("truetype"), url('../fonts/TitilliumWeb-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Titilliumweb;
  src: url('../fonts/TitilliumWeb-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

.nav-logo {
  width: 170px;
}

.navbar {
  opacity: 1;
  background-color: #000;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  padding: 12px 16px;
  font-family: Scandia, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

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

.nav-link.w--current {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

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

.nav-link.lang-link.selected-link {
  font-weight: 700;
  text-decoration: underline;
}

.lang {
  border-left: 1px solid #fff;
  margin-left: 14px;
  padding-left: 14px;
  display: block;
}

.mobile-menu {
  display: flex;
}

.separate-line {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
}

.body {
  background-color: #000;
}

.home-hero-slider {
  background-image: url('../images/header_small.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  padding-top: 24%;
  padding-bottom: 100px;
}

._1600-container {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
  display: block;
}

.hero-slide-title {
  color: #fff;
  font-family: Scandia, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  display: block;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  margin-bottom: 20px;
}

.meta-everything {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

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

.sub-container {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
}

.team-img-desktop {
  width: 100%;
  padding-top: 140px;
}

.paragraph-md {
  color: #fff;
  text-align: left;
  font-family: Scandia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.columns {
  padding-top: 75px;
  padding-bottom: 60px;
  display: block;
}

.link-btn {
  color: #fff;
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 60px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 70px;
  font-family: Scandia, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
}

.link-btn:hover {
  padding-right: 90px;
}

.link-btn.arrow-5 {
  background-image: url('../images/arrow5.svg');
}

.link-btn.arrow-2 {
  background-image: url('../images/arrow2.svg');
}

.link-btn.arrow-4 {
  background-image: url('../images/arrow4.svg');
}

.link-btn.arrow-3 {
  background-image: url('../images/arrow3.svg');
}

.link-btn.arrow-1 {
  background-image: url('../images/arrow1.svg');
}

.link-btn.arrow-6 {
  background-image: url('../images/arrow6.svg');
}

.div-block-3 {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-14 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-title {
  color: #fff;
  font-family: Scandia, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

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

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

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

.button {
  color: #fff;
  background-color: #0000;
  border: 3px solid #fff;
  padding: 14px 30px;
  font-family: Scandia, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px 5px #ffffff3d;
}

.button.promo {
  margin-top: 20px;
}

.team-img-mobile {
  width: 100%;
  padding-top: 40px;
  display: none;
}

.column-2 {
  text-align: center;
  padding-left: 20px;
  padding-right: 0;
}

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

.loader-wrapper {
  border: 3px solid #e63830;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 4px;
  position: relative;
}

.text-block-3 {
  color: #e63830;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Mono, sans-serif;
  font-size: 26px;
  line-height: 40px;
  text-decoration: none;
}

.text-block-3.ld-mrg-btm {
  margin-bottom: 30px;
}

.div-block-18 {
  background-color: #e63830;
  height: 100%;
}

.percent-loader {
  color: #fff;
  font-family: PT Mono, sans-serif;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  inset: 50% 20px 0% auto;
  transform: translate(0, -50%);
}

.event-wrapper {
  border: 3px solid #e63830;
  padding: 40px 70px;
}

.event {
  padding-top: 60px;
}

.div-block-19 {
  justify-content: center;
  display: flex;
}

.link-block-2 {
  color: #e63830;
}

.text-span-3 {
  color: #9f3d72;
}

.heading {
  color: #fff;
  margin-top: 10px;
  font-family: Scandia, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
}

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

.sub-section-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Scandia, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-6 {
  width: 50%;
  position: relative;
}

.div-block-6.hexa-btm {
  margin-top: 32%;
}

.text-span-5 {
  color: #7480c5;
}

.text-span-4 {
  color: #855098;
}

.two-skills-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-span-8 {
  font-style: italic;
  font-weight: 700;
}

.skill-label {
  z-index: 4;
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Scandia, sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  display: block;
  position: relative;
}

.right-col {
  padding-left: 40px;
}

.div-block-2 {
  max-width: 540px;
  padding-top: 68px;
}

.left-col {
  padding-right: 40px;
}

.meta-skills {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 140px;
}

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

.img-left-cols {
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.text-span {
  color: #e63830;
}

.paragraph-sm {
  color: #fff;
  font-family: Scandia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hexa-img {
  z-index: 2;
  max-width: 120%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hexa-img.hexa-hover {
  z-index: 2;
  opacity: 0;
  transition: opacity .3s;
}

.text-span-2 {
  color: #c93652;
}

.skills-wrapper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tool-colored {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.tool-colored:hover {
  opacity: 1;
}

.tools-row {
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  display: none;
}

.tool-logo {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.columns-copy {
  padding-top: 40px;
  padding-bottom: 70px;
}

.tool-img.sm-logo {
  max-width: 70px;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.advisory-board {
  padding-top: 140px;
  padding-bottom: 0;
  overflow: hidden;
}

.advisor-photo {
  filter: grayscale();
  text-align: center;
  border-radius: 400px;
  width: 120px;
  margin-bottom: 20px;
  transition: all .2s;
}

.advisor-photo:hover {
  filter: grayscale(0%);
}

.advisor-website {
  color: #fff;
  font-family: Scandia, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
}

.advisor-position {
  color: #fff;
  font-family: Scandia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.advisor-name {
  color: #fff;
  font-family: Scandia, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.partner-network {
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.partner-overlay {
  opacity: 0;
  color: #000;
  background-color: #ffffffe6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.partner-overlay:hover {
  opacity: 1;
}

.grid-3 {
  grid-template: ". . . ."
                 ". . . Area"
                 / 1fr 1fr 1fr 1fr;
}

.partner {
  background-color: #272727;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 20px;
  display: flex;
  position: relative;
}

.white-input-label {
  color: #fff;
  padding-top: 20px;
  font-family: Scandia, sans-serif;
}

.form {
  align-items: flex-end;
  display: flex;
}

.forms {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.form-col-left {
  padding-left: 0;
  padding-right: 20px;
}

.submit-link-btn {
  background-color: #0000;
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 60px;
  padding-right: 70px;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  transition: all .2s;
}

.submit-link-btn:hover {
  padding-right: 90px;
}

.submit-link-btn.tablet-mrg-top-40 {
  font-family: Scandia, sans-serif;
}

.submit-link-btn.mrg-top-40 {
  margin-top: 40px;
  padding-left: 0;
  font-family: Scandia, sans-serif;
}

.form-col-right {
  padding-left: 20px;
  padding-right: 0;
}

.form-block {
  padding-bottom: 60px;
}

.div-block-7 {
  flex: 1;
}

.input-line {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-right: 0;
}

.footer {
  background-color: #272727;
  padding-top: 50px;
}

.div-block-8 {
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.separate-line-ftr {
  color: #fff;
  padding: 12px 10px;
  display: inline-block;
}

.div-block-12 {
  justify-content: space-between;
  display: flex;
}

.div-block-11 {
  background-image: linear-gradient(to right, #e63830, #c93652 23%, #ac3474 40%, #8e4d9c 62%, #7180ca 83%, #54b3f8);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-10 {
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-9 {
  flex: 1;
  padding-right: 20px;
}

.ftr-label {
  color: #fff;
  font-family: Scandia, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.ftr-label-copy {
  color: #fff;
  font-family: Scandia, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.footer-p-xsm {
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  font-family: Scandia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
}

.social-icon {
  border-radius: 8px;
  width: 40px;
  padding: 4px;
  transition: all .2s;
}

.social-icon:hover {
  background-color: #ffffff14;
}

.team-hero {
  padding-top: 200px;
  padding-bottom: 60px;
  overflow: hidden;
}

.team-hero-heading {
  color: #fff;
  font-family: Scandia, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 64px;
}

.team-hero-heading.align-right {
  text-align: right;
}

.advisors-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(180px, .75fr) minmax(180px, .75fr) minmax(180px, .75fr) minmax(200px, .75fr);
}

.member-socials {
  margin-top: 10px;
}

.member-position {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Scandia, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
}

.div-block-16 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.team {
  overflow: hidden;
}

.member-description {
  color: #fff;
  white-space: normal;
  font-family: Scandia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.hero-slide-title-quote {
  color: #fff;
  font-family: Scandia, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.hero-slide-title-quote.promo {
  font-size: 50px;
  line-height: 60px;
}

.hero-quote-author {
  color: #fff;
  padding-top: 20px;
  font-family: Scandia, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.italic-text {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

.impressum-hero {
  padding-top: 200px;
  padding-bottom: 60px;
  overflow: hidden;
}

.legal-p {
  color: #fff;
  margin-bottom: 30px;
  font-family: Scandia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.section {
  padding-bottom: 100px;
}

.legal-info {
  color: #fff;
  font-family: Scandia, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 64px;
}

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

.image-5 {
  max-height: 100%;
}

.tools-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.member-desk-div {
  overflow: hidden;
}

.more, .less {
  color: #fff;
  font-family: Scandia, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.more-btn {
  display: none;
}

.link {
  z-index: 3;
  position: relative;
}

.hexa-img-hover {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  max-width: 120%;
  transition: opacity .2s;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hexa-img-hover.hexa-hover {
  z-index: 2;
  opacity: 0;
  transition: opacity .3s;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.hero-heading-center {
  object-fit: fill;
  background-color: #000;
  border-bottom: 1px #e4ebf3;
  margin-top: 0;
  padding: 32px 30px 80px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: #fff;
  margin-top: 36px;
  margin-bottom: 46px;
  font-family: Scandia, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 42px;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-family: Scandia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  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;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.text-block-4 {
  font-family: Scandia, sans-serif;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 65px;
  font-family: Scandia, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
}

.image-6, .image-7, .column-3 {
  text-align: center;
}

.grid-4 {
  grid-template: "Area"
  / 1fr;
  grid-auto-flow: row;
}

.list-item {
  color: #fff;
  font-family: Scandia, sans-serif;
  font-size: 24px;
}

.column-4 {
  color: #fff;
  white-space: normal;
  height: auto;
  font-family: Scandia, sans-serif;
  font-size: 24px;
  line-height: 24px;
  overflow: visible;
}

.list-item-2 {
  list-style-type: disc;
}

.slider-consulting {
  background-image: url('../images/fHD_header_objects_education.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  padding-top: 24%;
  padding-bottom: 100px;
}

.slider-education {
  background-image: url('../images/fHD_header_objects_brain.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  padding-top: 24%;
  padding-bottom: 100px;
}

.slider-nft {
  background-image: url('../images/fHD_header_objects_nft.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  padding-top: 24%;
  padding-bottom: 100px;
}

.slider-building {
  background-image: url('../images/fHD_header_objects_goggles.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  padding-top: 24%;
  padding-bottom: 100px;
}

.slider-marketing {
  background-image: url('../images/fHD_header_objects_rakete.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  padding-top: 24%;
  padding-bottom: 100px;
}

.slider-development {
  background-image: url('../images/fHD_header_objects_blockchain.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  padding-top: 24%;
  padding-bottom: 100px;
}

.mask {
  position: absolute;
  inset: 0%;
}

.promo-slide {
  background-image: url('../images/LEITNER-Metaverse-Experience-Teaser-Trailer-No-1-Preview-c-NFBrandsX-V2.webp');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto 1200px;
  padding-top: 24%;
}

.slide {
  padding-top: 24%;
}

@media screen and (min-width: 1920px) {
  .nav-logo {
    width: auto;
  }

  .navbar {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .nav-container {
    justify-content: space-between;
  }

  .nav-link {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .separate-line {
    font-size: 30px;
    line-height: 34px;
  }

  .hero-slide-title {
    font-size: 70px;
    line-height: 80px;
  }

  .paragraph-md {
    font-size: 25px;
    line-height: 34px;
  }

  .link-btn {
    font-size: 30px;
    line-height: 34px;
  }

  .section-title {
    font-size: 125px;
    line-height: 130px;
  }

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

  .loader-wrapper {
    height: 100px;
  }

  .text-block-3 {
    font-size: 50px;
    line-height: 70px;
  }

  .text-block-3.ld-mrg-btm {
    margin-bottom: 60px;
  }

  .percent-loader {
    font-size: 50px;
    line-height: 50px;
  }

  .event-wrapper {
    padding: 100px 126px;
  }

  .heading {
    font-size: 50px;
    font-weight: 500;
    line-height: 54px;
  }

  .heading.align-right {
    font-weight: 400;
  }

  .text-span-8 {
    font-style: italic;
    font-weight: 500;
  }

  .skill-label {
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
  }

  .div-block-2 {
    max-width: 740px;
  }

  .paragraph-sm {
    font-size: 24px;
    line-height: 32px;
  }

  .tool-colored {
    height: 100%;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .advisor-photo {
    width: 100%;
  }

  .advisor-website, .advisor-position {
    font-size: 17px;
    line-height: 26px;
  }

  .advisor-name {
    font-size: 30px;
    line-height: 34px;
  }

  .white-input-label {
    font-size: 20px;
  }

  .submit-link-btn {
    font-size: 30px;
    line-height: 38px;
  }

  .separate-line-ftr {
    font-size: 30px;
    line-height: 34px;
  }

  .ftr-label, .ftr-label-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .team-hero-heading {
    font-size: 125px;
    line-height: 130px;
  }

  .advisors-grid {
    grid-column-gap: 40px;
  }

  .member-position {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
    line-height: 32px;
  }

  .member-description {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-slide-title-quote {
    font-size: 50px;
    line-height: 80px;
  }

  .impressum-hero {
    padding-bottom: 140px;
  }

  .legal-p {
    font-size: 24px;
    line-height: 32px;
  }

  .legal-info {
    font-size: 125px;
    line-height: 130px;
  }

  .slider-consulting {
    background-image: url('../images/fHD_header_objects_education.webp');
  }

  .slider-education {
    background-image: url('../images/fHD_header_objects_brain.webp');
  }

  .slider-nft {
    background-image: url('../images/fHD_header_objects_nft.webp');
  }

  .slider-building {
    background-image: url('../images/fHD_header_objects_goggles.webp');
  }

  .slider-marketing {
    background-image: url('../images/fHD_header_objects_rakete.webp');
  }

  .slider-development {
    background-image: url('../images/fHD_header_objects_blockchain.webp');
  }
}

@media screen and (max-width: 991px) {
  .burger-btn {
    padding: 4px;
  }

  .burger-btn.w--open {
    z-index: 9999;
    background-color: #0000;
  }

  .nav-menu {
    z-index: 2;
    background-color: #000;
    flex: 1;
    align-items: center;
    width: 100%;
    height: 100vh;
  }

  .navbar, .brand {
    z-index: 9999;
  }

  .nav-container {
    padding-left: 90px;
    padding-right: 90px;
  }

  .nav-link {
    font-size: 22px;
    line-height: 30px;
  }

  .lang {
    border-left-style: none;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .mobile-menu {
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: relative;
  }

  ._1600-container {
    padding-left: 90px;
    padding-right: 90px;
  }

  .hero-slide-title {
    font-size: 44px;
    line-height: 54px;
  }

  .meta-everything {
    padding-top: 80px;
  }

  .sub-container {
    padding-left: 70px;
    padding-right: 70px;
  }

  .team-img-desktop {
    padding-top: 100px;
  }

  .columns {
    padding-bottom: 60px;
  }

  .section-title {
    font-size: 60px;
    line-height: 70px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .text-block-3.ld-mrg-btm {
    margin-bottom: 20px;
  }

  .percent-loader {
    font-size: 20px;
    line-height: 20px;
  }

  .event-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-6.hexa-btm {
    margin-top: 29%;
  }

  .two-skills-wrapper {
    padding-top: 12%;
  }

  .right-col, .left-col {
    padding-left: 0;
    padding-right: 0;
  }

  .img-left-cols {
    flex-direction: column;
  }

  .img-left-cols.mob-reverse {
    flex-direction: column-reverse;
  }

  .hexa-img {
    min-width: 100%;
  }

  .skills-wrapper {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 110px;
  }

  .tool-img.sm-logo {
    max-width: 50px;
  }

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

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

  .partner {
    padding: 36px;
  }

  .form {
    flex-direction: column;
    display: block;
  }

  .submit-link-btn.tablet-mrg-top-40 {
    margin-top: 40px;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .separate-line-ftr {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-13 {
    padding-bottom: 20px;
  }

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

  .div-block-10 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
  }

  .div-block-9 {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .team-hero-heading {
    font-size: 52px;
  }

  .advisors-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: minmax(200px, .75fr) minmax(200px, .75fr);
    width: 100%;
  }

  .member-socials {
    margin-top: 6px;
  }

  .burger-icon {
    z-index: 9999;
    width: 40px;
    height: 40px;
    position: relative;
  }

  .hero-slide-title-quote {
    font-size: 44px;
    line-height: 54px;
  }

  .legal-info {
    font-size: 52px;
  }

  .member-desk-div {
    padding-bottom: 60px;
    position: relative;
  }

  .more {
    z-index: 3;
    cursor: pointer;
    padding-right: 20px;
    display: inline-block;
  }

  .less {
    z-index: 2;
    padding-right: 20px;
    display: inline-block;
  }

  .more-btn {
    background-image: linear-gradient(#0000, #000 17%);
    width: 100%;
    padding-top: 24px;
    padding-bottom: 14px;
    display: block;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .hexa-img-hover {
    min-width: 100%;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo {
    width: 150px;
  }

  .navbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-container, ._1600-container {
    padding-left: 70px;
    padding-right: 70px;
  }

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

  .team-img-desktop {
    display: none;
  }

  .columns {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .link-btn {
    margin-top: 10px;
  }

  .link-btn.arrow-1 {
    font-size: 18px;
  }

  .div-block-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .button {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .team-img-mobile {
    display: block;
  }

  .column-2 {
    padding-left: 0;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .sub-section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-6.hexa-btm {
    margin-top: 36%;
  }

  .two-skills-wrapper {
    padding-top: 10%;
  }

  .div-block-2 {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
  }

  .meta-skills {
    padding-top: 74px;
    padding-bottom: 70px;
  }

  .hexa-img {
    max-width: 120%;
  }

  .tool-colored {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tool-logo {
    padding: 20px 10px;
  }

  .columns-copy {
    padding-top: 24px;
    padding-bottom: 40px;
  }

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

  .advisory-board {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .partner {
    height: 130px;
  }

  .forms {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .form-col-left {
    padding-right: 0;
  }

  .submit-link-btn {
    font-size: 18px;
  }

  .form-col-right {
    padding-left: 0;
  }

  .separate-line-ftr {
    display: none;
  }

  .div-block-9 {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .ftr-label-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .team-hero {
    padding-top: 140px;
  }

  .team-hero-heading {
    font-size: 50px;
  }

  .advisors-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: minmax(200px, .75fr) minmax(200px, .75fr);
  }

  .impressum-hero {
    padding-top: 140px;
  }

  .legal-info {
    font-size: 50px;
  }

  .tools-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hexa-img-hover {
    max-width: 120%;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .promo-slide {
    background-position: 15%;
  }
}

@media screen and (max-width: 479px) {
  .burger-btn {
    display: block;
  }

  .nav-logo {
    width: 120px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-hero-slider {
    padding-top: 40%;
  }

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

  .hero-slide-title {
    font-size: 30px;
    line-height: 40px;
  }

  .meta-everything {
    overflow: hidden;
  }

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

  .section-title {
    font-size: 40px;
    line-height: 50px;
  }

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

  .team-img-mobile {
    padding-top: 60px;
  }

  .loader-wrapper {
    height: 50px;
    margin-bottom: 10px;
  }

  .text-block-3 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .event-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .div-block-6.hexa-btm {
    margin-top: 24%;
  }

  .two-skills-wrapper {
    margin-top: 0%;
    padding-top: 0%;
  }

  .skill-label {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .meta-skills {
    overflow: hidden;
  }

  .hexa-img {
    max-width: 110%;
  }

  .skills-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tool-colored, .tool-logo {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .advisor-photo {
    width: 100px;
  }

  .advisor-website, .advisor-position {
    font-size: 13px;
  }

  .advisor-name {
    font-size: 18px;
    line-height: 26px;
  }

  .grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .partner {
    height: 90px;
    padding: 16px 20px;
  }

  .div-block-12 {
    text-align: center;
    display: block;
  }

  .socials-wrapper {
    display: block;
  }

  .social-icon {
    margin-right: 10px;
  }

  .team-hero {
    padding-top: 100px;
  }

  .team-hero-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .advisors-grid {
    grid-template-columns: minmax(130px, .75fr) repeat(auto-fit, minmax(130px, .75fr));
    grid-auto-flow: row;
    width: 100%;
  }

  .member-socials {
    padding-top: 20px;
  }

  .member-position {
    font-size: 13px;
  }

  .member-description {
    white-space: normal;
    font-size: 13px;
  }

  .hero-slide-title-quote, .hero-slide-title-quote.promo {
    font-size: 30px;
    line-height: 40px;
  }

  .impressum-hero {
    padding-top: 100px;
  }

  .legal-info {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-20 {
    margin-top: 10px;
  }

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

  .hexa-img-hover {
    max-width: 110%;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.margin-bottom-32px {
    outline-offset: 0px;
    outline: 3px #fff;
    margin-bottom: 32px;
    font-size: 45px;
  }

  .slider-consulting, .slider-education, .slider-nft, .slider-building, .slider-marketing, .slider-development {
    padding-top: 40%;
  }

  .promo-slide {
    background-position: 15%;
    background-repeat: no-repeat;
    background-size: 1150px;
    background-attachment: scroll;
    padding-top: 40%;
  }

  .slide {
    padding-top: 40%;
  }
}

#w-node-f8a59498-713f-8355-6e26-4f4978190a67-7ae192a6, #w-node-f8a59498-713f-8355-6e26-4f4978190a6f-7ae192a6, #w-node-f8a59498-713f-8355-6e26-4f4978190a77-7ae192a6, #w-node-f8a59498-713f-8355-6e26-4f4978190a7f-7ae192a6, #w-node-f8a59498-713f-8355-6e26-4f4978190a87-7ae192a6, #w-node-f8a59498-713f-8355-6e26-4f4978190a8f-7ae192a6, #w-node-f8a59498-713f-8355-6e26-4f4978190a97-7ae192a6, #w-node-f8a59498-713f-8355-6e26-4f4978190a9f-7ae192a6, #w-node-f8a59498-713f-8355-6e26-4f4978190aa7-7ae192a6, #w-node-f8a59498-713f-8355-6e26-4f4978190ab7-7ae192a6, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af74-7ae192a6, #w-node-_9abbe44a-d8f3-f3bc-7c42-ae2876f2716a-7ae192a6, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af6a-7ae192a6, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af56-7ae192a6, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af5b-7ae192a6, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af65-7ae192a6, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af6f-7ae192a6, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af60-7ae192a6, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248ab-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24971-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248cf-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24929-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24917-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24905-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24983-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea2494d-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea2495f-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248f3-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea2493b-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248bd-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248e1-3c18808f, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f73-3c18808f, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f55-3c18808f, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f69-3c18808f, #w-node-_37033337-8c51-c798-a6ef-77eb4881aeb8-3c18808f, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f5a-3c18808f, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f64-3c18808f, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f6e-3c18808f, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f5f-3c18808f, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f9596-a4e6b4ef, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f959f-a4e6b4ef, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95a8-a4e6b4ef, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95b1-a4e6b4ef, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95ba-a4e6b4ef, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95c3-a4e6b4ef, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95cc-a4e6b4ef, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95d5-a4e6b4ef, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95de-a4e6b4ef, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95f2-a4e6b4ef, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af74-a4e6b4ef, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af56-a4e6b4ef, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af6a-a4e6b4ef, #w-node-_0ef62322-465f-1e1c-e831-a721069fca9a-a4e6b4ef, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af5b-a4e6b4ef, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af65-a4e6b4ef, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af6f-a4e6b4ef, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af60-a4e6b4ef, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0cff-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0ddd-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d3f-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d8f-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d79-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d67-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0df1-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0db9-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0dcb-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d53-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d17-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d2b-e6d3229e, #w-node-b24a5086-e99d-8cef-316c-126a7ab236aa-e6d3229e, #w-node-b24a5086-e99d-8cef-316c-126a7ab2368c-e6d3229e, #w-node-b24a5086-e99d-8cef-316c-126a7ab236a0-e6d3229e, #w-node-_72bc7c2f-5519-bb1f-473e-79ebc6dcbe6f-e6d3229e, #w-node-b24a5086-e99d-8cef-316c-126a7ab23691-e6d3229e, #w-node-b24a5086-e99d-8cef-316c-126a7ab2369b-e6d3229e, #w-node-b24a5086-e99d-8cef-316c-126a7ab236a5-e6d3229e, #w-node-b24a5086-e99d-8cef-316c-126a7ab23696-e6d3229e, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f9596-888d47c1, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f959f-888d47c1, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95a8-888d47c1, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95b1-888d47c1, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95ba-888d47c1, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95c3-888d47c1, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95cc-888d47c1, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95d5-888d47c1, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95de-888d47c1, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95f2-888d47c1, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af74-888d47c1, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af56-888d47c1, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af6a-888d47c1, #w-node-_2c5044d9-662f-8e5a-537e-5901df881914-888d47c1, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af5b-888d47c1, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af65-888d47c1, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af6f-888d47c1, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af60-888d47c1, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0cff-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0ddd-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d3f-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d8f-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d79-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d67-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0df1-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0db9-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0dcb-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d53-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0da5-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d17-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d2b-469d486c, #w-node-b24a5086-e99d-8cef-316c-126a7ab236aa-469d486c, #w-node-b24a5086-e99d-8cef-316c-126a7ab2368c-469d486c, #w-node-b24a5086-e99d-8cef-316c-126a7ab236a0-469d486c, #w-node-_955fbd3f-d0c2-bb91-b896-a961e6fbee34-469d486c, #w-node-b24a5086-e99d-8cef-316c-126a7ab23691-469d486c, #w-node-b24a5086-e99d-8cef-316c-126a7ab2369b-469d486c, #w-node-b24a5086-e99d-8cef-316c-126a7ab236a5-469d486c, #w-node-b24a5086-e99d-8cef-316c-126a7ab23696-469d486c, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248ab-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248bd-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248e1-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248cf-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248f3-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24905-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24917-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24929-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea2493b-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea2494d-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea2495f-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24971-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24983-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24995-e4b0ee0e, #w-node-_37033337-8c51-c798-a6ef-77eb4881aeb8-e4b0ee0e, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f55-e4b0ee0e, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f5a-e4b0ee0e, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f5f-e4b0ee0e, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f64-e4b0ee0e, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f69-e4b0ee0e, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f6e-e4b0ee0e, #w-node-_8ffa418c-23fb-78cb-014c-94f0acbb0f73-e4b0ee0e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0cff-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d17-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d2b-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d3f-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d53-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d67-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d79-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d8f-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0da5-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0db9-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0dcb-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0ddd-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0df1-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0e07-46438068, #w-node-_72bc7c2f-5519-bb1f-473e-79ebc6dcbe6f-46438068, #w-node-b24a5086-e99d-8cef-316c-126a7ab2368c-46438068, #w-node-b24a5086-e99d-8cef-316c-126a7ab23691-46438068, #w-node-b24a5086-e99d-8cef-316c-126a7ab23696-46438068, #w-node-b24a5086-e99d-8cef-316c-126a7ab2369b-46438068, #w-node-b24a5086-e99d-8cef-316c-126a7ab236a0-46438068, #w-node-b24a5086-e99d-8cef-316c-126a7ab236a5-46438068, #w-node-b24a5086-e99d-8cef-316c-126a7ab236aa-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0cff-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d17-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d2b-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d3f-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d53-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d67-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d79-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d8f-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0da5-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0db9-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0dcb-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0ddd-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0df1-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0e07-cca497bf, #w-node-_955fbd3f-d0c2-bb91-b896-a961e6fbee34-cca497bf, #w-node-b24a5086-e99d-8cef-316c-126a7ab2368c-cca497bf, #w-node-b24a5086-e99d-8cef-316c-126a7ab23691-cca497bf, #w-node-b24a5086-e99d-8cef-316c-126a7ab23696-cca497bf, #w-node-b24a5086-e99d-8cef-316c-126a7ab2369b-cca497bf, #w-node-b24a5086-e99d-8cef-316c-126a7ab236a0-cca497bf, #w-node-b24a5086-e99d-8cef-316c-126a7ab236a5-cca497bf, #w-node-b24a5086-e99d-8cef-316c-126a7ab236aa-cca497bf, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f9596-3c3a1065, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f959f-3c3a1065, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95a8-3c3a1065, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95b1-3c3a1065, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95ba-3c3a1065, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95c3-3c3a1065, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95cc-3c3a1065, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95d5-3c3a1065, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95de-3c3a1065, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95e7-3c3a1065, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95f2-3c3a1065, #w-node-_2c5044d9-662f-8e5a-537e-5901df881914-3c3a1065, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af56-3c3a1065, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af5b-3c3a1065, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af60-3c3a1065, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af65-3c3a1065, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af6a-3c3a1065, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af6f-3c3a1065, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af74-3c3a1065, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f9596-0080393c, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f959f-0080393c, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95a8-0080393c, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95b1-0080393c, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95ba-0080393c, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95c3-0080393c, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95cc-0080393c, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95d5-0080393c, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95de-0080393c, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95e7-0080393c, #w-node-_143a2363-d0cf-052f-57a9-7356ac6f95f2-0080393c, #w-node-_0ef62322-465f-1e1c-e831-a721069fca9a-0080393c, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af56-0080393c, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af5b-0080393c, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af60-0080393c, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af65-0080393c, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af6a-0080393c, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af6f-0080393c, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af74-0080393c, #w-node-f8a59498-713f-8355-6e26-4f4978190a67-a204cc42, #w-node-f8a59498-713f-8355-6e26-4f4978190a6f-a204cc42, #w-node-f8a59498-713f-8355-6e26-4f4978190a77-a204cc42, #w-node-f8a59498-713f-8355-6e26-4f4978190a7f-a204cc42, #w-node-f8a59498-713f-8355-6e26-4f4978190a87-a204cc42, #w-node-f8a59498-713f-8355-6e26-4f4978190a8f-a204cc42, #w-node-f8a59498-713f-8355-6e26-4f4978190a97-a204cc42, #w-node-f8a59498-713f-8355-6e26-4f4978190a9f-a204cc42, #w-node-f8a59498-713f-8355-6e26-4f4978190aa7-a204cc42, #w-node-f8a59498-713f-8355-6e26-4f4978190ab7-a204cc42, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af56-a204cc42, #w-node-_9abbe44a-d8f3-f3bc-7c42-ae2876f2716a-a204cc42, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af5b-a204cc42, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af60-a204cc42, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af65-a204cc42, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af6a-a204cc42, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af6f-a204cc42, #w-node-f30976ad-6ab4-2076-e408-adcff9b0af74-a204cc42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248ab-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24971-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248cf-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24929-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24917-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24905-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24983-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea2494d-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea2495f-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248f3-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea2493b-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248bd-3c18808f, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248e1-3c18808f, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0cff-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0ddd-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d3f-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d8f-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d79-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d67-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0df1-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0db9-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0dcb-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d53-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d17-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d2b-e6d3229e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0cff-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0ddd-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d3f-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d8f-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d79-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d67-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0df1-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0db9-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0dcb-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d53-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0da5-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d17-469d486c, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d2b-469d486c, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248ab-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248bd-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248e1-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248cf-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea248f3-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24905-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24917-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24929-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea2493b-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea2494d-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea2495f-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24971-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24983-e4b0ee0e, #w-node-_500e5217-e6d7-a4e3-6125-2deb0ea24995-e4b0ee0e, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0cff-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d17-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d2b-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d3f-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d53-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d67-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d79-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d8f-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0da5-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0db9-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0dcb-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0ddd-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0df1-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0e07-46438068, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0cff-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d17-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d2b-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d3f-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d53-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d67-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d79-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0d8f-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0da5-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0db9-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0dcb-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0ddd-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0df1-cca497bf, #w-node-_090f5c6e-cc5e-7faa-f3b5-8badeade0e07-cca497bf {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Scandia';
  src: url('../fonts/Scandia-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scandia';
  src: url('../fonts/Scandia-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Scandia';
  src: url('../fonts/Scandia-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Scandia';
  src: url('../fonts/Scandia-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-Bold.ttf') format('truetype'), url('../fonts/TitilliumWeb-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-Light.ttf') format('truetype'), url('../fonts/TitilliumWeb-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titilliumweb';
  src: url('../fonts/TitilliumWeb-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}