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

body {
  background-color: #000;
  font-family: 'Unit Pro', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 300;
}

h1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 0.05em;
  color: #b3b8be;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
}

.hero-image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-image: url('../images/2110_0181z.webp');
  background-position: 50% 50%;
  background-size: auto 80vh;
  background-repeat: no-repeat;
}

._01-hero-section {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.hero-heading {
  position: relative;
  font-size: 6vw;
  font-weight: 100;
}

._02-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #000;
}

._02-heading {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #e68b0c;
  font-size: 5.5em;
  font-weight: 100;
  text-align: center;
}

.big-number-container {
  position: -webkit-sticky;
  position: sticky;
  top: 35vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._03-section {
  position: relative;
  height: 150vh;
  background-color: #2a373d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

._03-text-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  padding-top: 5vh;
  padding-bottom: 5em;
}

._03-image-1 {
  position: absolute;
  z-index: 20;
  width: 70%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -o-object-fit: contain;
  object-fit: contain;
}

._03-image-2 {
  position: absolute;
  top: 15%;
  z-index: 30;
  width: 70%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

._03-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._04-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 150vh;
  -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;
}

._04-content-div {
  overflow: hidden;
}

._04-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  background-image: url('../images/5057-background.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._04-mic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  height: 100%;
  background-image: url('../images/5057-microphone.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._04-text-div {
  z-index: 2;
}

.h1-align-left {
  text-align: left;
}

._04-text-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60vh;
  margin-bottom: 75vh;
  -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;
}

._05-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #2a373d;
}

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

._05-image-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._06-section {
  position: relative;
  overflow: hidden;
  height: 150vh;
  -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;
  background-color: #000;
}

._06-heading {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 2.5em;
  font-weight: 400;
  text-align: left;
}

._06-heading.subline {
  color: #b3b8be;
  font-weight: 100;
}

._06-content-div {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 100%;
}

._06-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  background-image: url('../images/M-49-V-macro-background.webp');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._06-mic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  height: 100%;
  background-image: url('../images/M-49-V-macro-microphone.webp');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._06-text-container {
  position: absolute;
  left: 0%;
  top: 50vh;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._07-11-section {
  position: relative;
  overflow: hidden;
  height: 150vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

._07-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  background-image: url('../images/case-background.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._07-power-supply {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  height: 100%;
  background-image: url('../images/case-power-supply.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._07-text-div {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 1em;
  background-color: rgba(42, 55, 61, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

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

._07-paragraph {
  position: relative;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}

._07-h1 {
  position: relative;
  margin-top: 0em;
  font-size: 1.5em;
  line-height: 1.1;
}

._07-line {
  position: relative;
  height: 2px;
  margin: 1em 25% 0.75em;
  background-color: #fff;
}

._04-glow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  height: 100%;
  background-image: url('../images/5057-glow.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.navigation {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.link-block {
  display: block;
  width: 2em;
  height: 2em;
  margin: 0.5em;
  background-image: url('../images/Neumann-signet.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._08-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  background-image: url('../images/1863_solding-background.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._08-hand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  height: 100%;
  background-image: url('../images/1863_solding-hand.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._08-text-div {
  position: absolute;
  z-index: 2;
  width: 50%;
}

._08-11-h1 {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 0.8em;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

._08-11-h1.glow {
  font-weight: 700;
  text-shadow: 0 0 10px #9073fc, 0 0 20px #9073fc, 0 0 10px #9073fc;
}

._08-11-h1.glow-copy {
  text-shadow: 0 0 10px #9073fc, 0 0 20px #9073fc, 0 0 10px #9073fc;
}

._08-11-paragraph {
  color: #fff;
  font-size: 0.8em;
  text-align: left;
}

._08-11-paragraph.glow {
  text-shadow: 0 0 10px #9073fc, 0 0 20px #9073fc, 0 0 10px #9073fc;
}

._09-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  background-image: url('../images/0777.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._07-11-text-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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: 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;
}

._09-text-div {
  position: absolute;
  z-index: 2;
  width: 50%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

._07-11-content-div {
  position: relative;
  top: 0px;
  overflow: hidden;
  height: 100%;
}

._10-text-div {
  position: absolute;
  z-index: 2;
  width: 50%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

._10-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  background-image: url('../images/3797-background.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._10-foreground {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  height: 100%;
  background-image: url('../images/3797-foreground.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.no-wrap {
  white-space: nowrap;
}

._11-text-div {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  z-index: 2;
  width: 50%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

._12-section {
  position: relative;
  padding-bottom: 50vh;
  background-color: #2a373d;
}

._12-container {
  position: relative;
}

._12-grid {
  position: relative;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 1em;
}

._12-text-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

._12-image {
  margin-top: 2rem;
}

._12-improvements-div {
  margin-top: 30vh;
}

._12-improvement {
  margin-top: 2rem;
  margin-bottom: 0rem;
  padding: 1em;
  background-color: #364a50;
  color: #fff;
  font-size: 0.7em;
}

._13-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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;
  background-color: #2a373d;
}

._13-slide-grid {
  height: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e68b0c;
}

._13-image {
  background-image: url('../images/Michael-Ilbert.webp');
  background-position: 50% 50%;
  background-size: cover;
}

._13-image._02 {
  background-image: url('../images/Jan-van-der-Toorn.webp');
}

._13-image._03 {
  background-image: url('../images/Rene-Moeller.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

._13-image._04 {
  background-image: url('../images/Axel-Reinemer.webp');
}

._13-image._05 {
  background-image: url('../images/Klaus-Heyne.jpg');
}

._13-image._06 {
  background-image: url('../images/Oli-Jacobs.webp');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._13-slider {
  height: 80%;
}

._13-heading {
  margin-top: 0em;
  margin-bottom: 1em;
}

._13-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 4em 2em 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._13-text {
  margin-bottom: 1em;
  color: #fff;
  font-weight: 400;
}

.highlight {
  font-weight: 700;
}

.right-arrow {
  width: 2em;
}

._13-name {
  margin-bottom: 0px;
  color: #fff;
  font-size: 0.7em;
  font-weight: 400;
}

.slide-nav {
  bottom: 1em;
  font-size: 0.5em;
}

._14-section {
  position: relative;
  padding-bottom: 25vh;
  background-color: #000;
}

._14-grid {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 1em;
}

._14-mic {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  max-height: 80vh;
}

._14-text-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 100vh;
  -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;
}

._15-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.image-3 {
  position: absolute;
  width: 50vw;
  max-height: 80vh;
  max-width: 80vw;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

._15-heading {
  position: relative;
  z-index: 5;
  font-size: 8vw;
  font-weight: 100;
}

.button {
  position: relative;
  padding: 0.75em 1.5em;
  background-color: #2a373d;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  font-size: 0.6em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:hover {
  background-color: #e68b0c;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.navigation-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
}

.orange-progression {
  width: 100%;
  height: 2px;
  background-color: #e68b0c;
}

.progression {
  overflow: hidden;
  width: 100%;
  height: 2px;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  background-color: #000;
}

.image-4 {
  width: 2em;
  height: 2em;
}

.loading-text {
  margin-left: 0.25ch;
  color: #fff;
  font-size: 0.5em;
  font-weight: 300;
  letter-spacing: 0.25ch;
  text-transform: uppercase;
}

._11-foreground {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  height: 100%;
  background-image: url('../images/5307-foreground.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._11-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  background-image: url('../images/5307-background.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-text {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._14-container {
  position: relative;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.scroll-notice-div {
  position: absolute;
  top: 62vh;
  z-index: 200;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
}

._02-progression-div {
  overflow: hidden;
  height: 0.15em;
  margin-bottom: 1em;
  background-color: #e68b0c;
}

._02-progression {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000;
}

._02-heading-holder {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-5 {
  width: 100%;
}

.image-6 {
  width: 100%;
}

.div-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  background-image: url('../images/0167z.webp');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  ._04-section {
    height: 100vh;
  }

  ._04-background {
    background-attachment: scroll;
  }

  ._04-mic {
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  ._04-text-container {
    margin-top: 10vh;
  }

  ._05-section {
    height: auto;
    min-height: 100vh;
  }

  ._06-section {
    height: 100vh;
  }

  ._06-background {
    background-position: 100% 100%;
    background-size: 170vw;
    background-attachment: scroll;
  }

  ._06-mic {
    display: none;
    background-position: 100% 100%;
    background-size: 170vw;
    background-attachment: scroll;
  }

  ._06-text-container {
    position: absolute;
    top: 20vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._07-11-section {
    height: 100vh;
  }

  ._07-background {
    background-attachment: scroll;
  }

  ._07-power-supply {
    display: none;
    background-attachment: scroll;
  }

  ._07-paragraph {
    font-size: 1em;
  }

  ._04-glow {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  ._08-background {
    background-attachment: scroll;
  }

  ._08-hand {
    display: none;
    background-attachment: scroll;
  }

  ._08-text-div {
    top: 55vh;
  }

  ._08-11-h1 {
    font-size: 1em;
  }

  ._08-11-h1.blue-on-mobile {
    color: #9073fc;
    text-shadow: 0 0 10px #9073fc;
  }

  ._08-11-paragraph {
    font-size: 1em;
  }

  ._08-11-paragraph.blue-on-mobile {
    color: #9073fc;
    text-shadow: 0 -1px 10px #9073fc;
  }

  ._09-background {
    background-attachment: scroll;
  }

  ._07-11-text-container {
    padding-top: 10vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._09-text-div {
    top: 25vh;
  }

  ._10-text-div {
    top: 41vh;
  }

  ._10-background {
    background-attachment: scroll;
  }

  ._10-foreground {
    display: none;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  ._11-text-div {
    top: 62vh;
  }

  ._13-slide-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  ._15-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .image-3 {
    width: 80vw;
    max-height: 50vh;
    max-width: 100vw;
  }

  ._11-foreground {
    display: none;
    background-attachment: scroll;
  }

  ._11-background {
    background-attachment: scroll;
  }

  .body {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .hero-image {
    background-size: contain;
  }

  ._02-section {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  ._02-heading {
    font-size: 4em;
  }

  ._03-text-container {
    padding-right: 1em;
    padding-left: 1em;
  }

  ._04-text-container {
    padding-right: 1em;
    padding-left: 1em;
  }

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

  ._06-text-container {
    padding-right: 1em;
    padding-left: 1em;
  }

  ._07-text-div {
    width: 65%;
  }

  ._07-11-text-container {
    padding-right: 1em;
    padding-left: 1em;
  }

  ._12-section {
    padding-bottom: 0vh;
  }

  ._12-container {
    padding-right: 1em;
    padding-left: 1em;
  }

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

  ._12-text-div {
    position: relative;
    height: auto;
  }

  ._12-image {
    margin-top: 1rem;
  }

  ._12-improvements-div {
    margin-top: 0vh;
  }

  ._12-improvement {
    margin-top: 1rem;
    font-size: 1em;
  }

  ._14-section {
    padding-bottom: 0vh;
  }

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

  ._14-mic {
    margin-top: 2em;
  }

  ._14-text-div {
    position: relative;
    top: auto;
  }

  .body {
    font-size: 20px;
  }

  .heading {
    font-size: 1.8em;
  }

  ._05-text-container {
    padding-right: 1em;
    padding-left: 1em;
  }

  ._14-container {
    padding-right: 1em;
    padding-left: 1em;
  }
}

@media screen and (max-width: 479px) {
  ._02-heading {
    line-height: 1.1;
  }

  ._03-section {
    overflow: hidden;
    height: 100vh;
  }

  ._05-section {
    padding-bottom: 10vh;
  }

  ._08-text-div {
    top: 57.1vh;
  }

  ._08-11-h1 {
    font-size: 0.8em;
  }

  ._08-11-h1.blue-on-mobile {
    color: #9073fc;
  }

  ._08-11-paragraph {
    font-size: 0.8em;
  }

  ._10-text-div {
    top: 43vh;
    width: 60%;
  }

  ._11-text-div {
    top: 72.3vh;
    width: 70%;
  }

  ._13-text-div {
    padding-right: 1em;
    padding-left: 1em;
  }

  .body {
    font-size: 18px;
  }

  ._02-progression-div {
    margin-top: 1em;
  }
}

#w-node-_11b80897-b0f0-7e70-d700-179a902a57c9-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72c1d35d-33bd-f511-2641-7aa6ee392537-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15c646a2-f64f-a848-a906-8b9c021f72a9-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c98f396c-1348-0162-0ed5-7ae8895bb181-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d2fbc34-ce9c-e77e-08ce-804d83e8877f-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f4ed3a3-fe4b-5221-7d62-7518d95835b6-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_438d287f-652b-2101-977b-c12ef3a141ce-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1001f05c-567d-8072-5198-5c1f1dfade4a-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7c46ca6e-2ac9-e506-0bc8-ace751feba3d-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7c46ca6e-2ac9-e506-0bc8-ace751feba3e-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e26b4bc8-08b7-e807-d330-221c4088750f-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_365a4d38-420b-e998-48bc-57b50aaa5cd9-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f270ff8a-dd34-65c3-ed03-f579c5f53c6c-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f270ff8a-dd34-65c3-ed03-f579c5f53c6d-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5054d7b1-4dc5-a0f7-76eb-264d52128445-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5054d7b1-4dc5-a0f7-76eb-264d52128446-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_48488e51-27a2-a61e-c715-381659dc5cda-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_48488e51-27a2-a61e-c715-381659dc5cdb-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94a4d345-bde9-e7bb-2073-bf6359008b00-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94a4d345-bde9-e7bb-2073-bf6359008b01-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-abb533ee-598c-a568-2b1e-912b9e8a1575-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-abb533ee-598c-a568-2b1e-912b9e8a1576-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-abb533ee-598c-a568-2b1e-912b9e8a1578-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3eea3e3a-b3bc-9058-9834-9fbb44078bf6-e6ae2111 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Unit Pro';
  src: url('../fonts/UnitPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unit Pro';
  src: url('../fonts/UnitPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unit Pro';
  src: url('../fonts/UnitPro-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unit Pro';
  src: url('../fonts/UnitPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}