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

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

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

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

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

:root {
  --notblack: #192020;
  --white: white;
  --black: black;
  --logored: #d91e1e;
  --gainsboro: #e5e5e5;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  margin-bottom: 20px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.container {
  max-width: 100vw;
  padding-left: 25vw;
  padding-right: 25vw;
}

.paragraph-small {
  color: var(--notblack);
  font-size: 14px;
  line-height: 26px;
  position: relative;
}

.heading-jumbo {
  text-transform: none;
  margin: 10px 10px 10px 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.heading-jumbo._2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.heading-jumbo.alt {
  color: #fff;
  font-family: Karma, sans-serif;
  position: relative;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-tiny.cc-paragraph-tiny-light.alt {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  opacity: .6;
  direction: ltr;
  color: var(--notblack);
  margin-bottom: 30px;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.paragraph-light.cc-position-name.alt {
  color: #fff;
}

.paragraph-light.alt {
  color: var(--notblack);
  margin: 15px 0 30px;
}

.section {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.section.cc-contact {
  z-index: 3;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
  position: relative;
}

.section.alt {
  display: flex;
}

.button {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  border-bottom: 3px solid var(--logored);
  background-color: var(--white);
  color: var(--black);
  border-radius: 1px;
}

.button:active {
  background-color: #fff;
}

.button.cc-white-button {
  background-color: var(--white);
  color: #202020;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  display: none;
  overflow: visible;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: none;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-height: 40px;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 25px;
  display: flex;
  position: fixed;
}

.navigation.alt {
  position: relative;
}

.logo-image {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 60px;
  margin-bottom: 100px;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.position-name-text.alt {
  color: #fff;
  margin-bottom: 29px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 60px;
}

.work-position-wrap {
  margin-bottom: 30px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/augmentyCover-copy.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.work-image.cc-work-2 {
  background-image: url('../images/UHNBACover.png');
  background-size: cover;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.work-image.cc-work-4 {
  background-image: url('../images/ExpanoCover2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.work-image.cc-work-3 {
  background-image: url('../images/QACover.png');
  background-position: 50% 0;
  background-size: cover;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.work-image.cc-work-5 {
  background-image: url('../images/NoordungCover.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.work-image.cc-work-6 {
  background-image: url('../images/VRARCover.jpg');
  background-size: cover;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.project-name-link {
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid var(--notblack);
  text-align: left;
  border-radius: 1px;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
  position: relative;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  border-style: solid;
  border-color: var(--notblack);
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--logored);
  background-color: var(--white);
  color: var(--black);
  border-radius: 1px;
}

.status-message.cc-error-message {
  background-color: var(--logored);
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.footer-item.alt {
  color: #fff;
}

.about-intro-grid {
  grid-column-gap: 63px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  place-items: start stretch;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.hi-there-heading.alt {
  color: var(--white);
}

.skillset-wrap {
  padding-bottom: 70px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 70px;
}

.detail {
  width: 100%;
  display: block;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.detail-image.off {
  display: none;
}

.detail-image.sml {
  width: 40%;
}

.email-section {
  text-align: center;
  margin: 140px auto 200px;
}

.email-link {
  text-align: center;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.email-link.alt {
  color: #fff;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 0;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  background-color: #1a1b1f;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.protected-form {
  flex-direction: column;
  max-width: 40vw;
  display: flex;
}

.protected-heading {
  color: #fff;
  margin-bottom: 30px;
}

.imageholder {
  width: 100%;
  position: relative;
}

.headertextandgraphicholder {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

._3dholder {
  background-image: url('../images/blobb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

._3dholder.alt {
  width: 50vw;
  height: 50vh;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image {
  height: 5vh;
}

.heading {
  color: var(--notblack);
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
}

.heading.drop-line {
  margin-top: -30px;
}

.heading.footer {
  margin-bottom: 0;
}

.submitbutton {
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: var(--notblack);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.submitbutton:hover {
  border-bottom-width: 3px;
  border-bottom-color: var(--logored);
  background-color: var(--notblack);
  color: #fff;
}

.submitbutton:active {
  background-color: #282b30;
}

.experimentimageholder {
  flex-direction: column;
  align-items: center;
  width: 80vw;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.experimentalsection {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 100%;
}

.lottie-animation-2 {
  width: 100%;
  margin-bottom: 30px;
}

.video {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.image-2 {
  width: 30vw;
  position: relative;
}

.text-block {
  position: static;
}

.body {
  background-color: var(--white);
}

.imagepagination {
  color: #888;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  font-style: italic;
}

.imagepagination.off {
  display: none;
}

.detail-image-small {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.sectioncentralorientation {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.text-block-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  position: static;
}

.link {
  color: var(--logored);
  object-fit: fill;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.section-2 {
  flex-direction: column;
  justify-content: space-around;
  min-height: 80vh;
  display: flex;
  position: relative;
}

.container-2 {
  border-top: 1px solid var(--notblack);
  border-bottom: 1px solid var(--notblack);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 30px 100px;
  display: flex;
  position: relative;
}

.lottie-animation-3 {
  height: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-3, .image-4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.body-2 {
  background-color: var(--gainsboro);
}

.field-label {
  color: var(--notblack);
}

.content {
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.scroll {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-top: 10%;
  padding-left: 20px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.content_holder {
  perspective: 2000px;
  perspective-origin: 50% 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
}

.circle {
  border: 1px solid var(--notblack);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
}

.scroll_holder {
  text-align: left;
  align-items: flex-end;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  position: relative;
}

.seperator_vertical {
  background-color: var(--notblack);
  width: 1px;
  height: 400px;
  position: relative;
}

.text-block-2 {
  text-align: left;
  margin: 0 10px 0 -10px;
  position: relative;
  top: -20px;
  transform: rotate(-90deg);
}

.block {
  z-index: 1;
  background-color: var(--notblack);
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 512px;
  height: 512px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 50px -10px #19202080;
}

.block._2 {
  transform-origin: 50% 100%;
  display: flex;
  position: relative;
}

.block._1 {
  transform-origin: 50% 100%;
  display: flex;
  position: fixed;
}

.block._3 {
  transform-origin: 50% 100%;
  display: flex;
}

.block._4 {
  transform-origin: 50% 100%;
  display: flex;
  overflow: visible;
}

.block._5 {
  transform-origin: 50% 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.block._6 {
  transform-origin: 50% 100%;
  display: flex;
}

.block._7 {
  transform-origin: 50% 100%;
  color: var(--notblack);
  display: flex;
}

.outline_text {
  z-index: 0;
  color: var(--notblack);
  text-align: center;
  background-color: #0000;
  font-family: Karma, sans-serif;
  font-size: 12vw;
  font-weight: 700;
  line-height: 100%;
  display: block;
  position: absolute;
}

.outline_text._1 {
  z-index: -10;
  color: #0000;
  font-family: Karma, sans-serif;
  font-size: 20vw;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.outline_text._2, .outline_text._3, .outline_text._4, .outline_text._5, .outline_text._6 {
  z-index: -10;
  color: #0000;
  display: block;
}

.outline_text._7 {
  z-index: -10;
  color: #0000;
  align-items: stretch;
  font-size: 11vw;
  display: block;
}

.box_text_holder {
  flex-flow: column;
  width: 300px;
  margin-top: 40px;
  padding-right: 0;
  display: flex;
}

.box_image_holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.box_title_holder {
  padding-bottom: 0;
  padding-left: 0;
}

.box_description_text {
  direction: ltr;
  color: var(--white);
  text-transform: none;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.box_description_text.date {
  color: var(--gainsboro);
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}

.box_title_text {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  text-decoration: none;
  position: relative;
}

.box_subtitle_text {
  color: #ffffff4d;
  margin-top: 5px;
  font-size: 10px;
  line-height: 12px;
  position: relative;
}

.box_image {
  z-index: 10;
  transform-style: preserve-3d;
  background-image: url('../images/3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 400px;
  height: 400px;
  display: block;
  position: absolute;
  inset: 49% auto auto 0%;
  transform: translate3d(0, 0, 1px);
}

.box_image._1 {
  background-image: url('../images/3.png');
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  overflow: hidden;
}

.box_image._2 {
  z-index: 20;
  transform-style: preserve-3d;
  background-image: url('../images/argo-cover.jpg');
  background-position: 50%;
  background-size: cover;
  width: 320px;
  height: 320px;
  top: 0%;
  transform: translate3d(0, 0, 1px);
}

.box_image._3 {
  z-index: 20;
  background-image: url('../images/simpl-cover.jpg');
  background-size: contain;
  width: 330px;
  height: 330px;
  top: 0%;
}

.box_image._4 {
  z-index: 20;
  background-image: url('../images/Giphy-Download-optimized.gif');
  width: 350px;
  height: 350px;
  display: block;
  top: 0%;
}

.box_image._5 {
  background-image: url('../images/stack.png');
  background-position: 50%;
  background-size: contain;
  top: 0%;
}

.box_image._6 {
  background-image: url('../images/PersonaAugmenty.png');
  display: none;
  top: 0%;
}

.box_image._7 {
  background-image: url('../images/ARGO-web.png');
  background-position: 50%;
  background-size: contain;
  position: absolute;
  top: 0%;
}

.box_image._6-5 {
  background-image: none;
  top: 0%;
}

.test_blog {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.height {
  width: 100vw;
  height: 400vh;
}

.height.hide {
  display: none;
}

.holder_3 {
  z-index: 3;
  perspective: 2000px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 0;
  width: 512px;
  height: 512px;
  display: flex;
  position: fixed;
}

.holder_2 {
  z-index: 2;
  perspective: 2000px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  width: 512px;
  height: 512px;
  display: flex;
  position: fixed;
}

.holder_4 {
  z-index: 4;
  perspective: 2000px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 0;
  width: 512px;
  height: 512px;
  display: flex;
  position: fixed;
}

.holder_5 {
  z-index: 5;
  perspective: 2000px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 0;
  width: 512px;
  height: 512px;
  display: flex;
  position: fixed;
}

.holder_6 {
  z-index: 6;
  perspective: 2000px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 0;
  width: 512px;
  height: 512px;
  display: flex;
  position: fixed;
}

.holder_7 {
  z-index: 7;
  perspective: 2000px;
  perspective-origin: 50% 100%;
  transform-origin: 50% 0;
  width: 512px;
  height: 512px;
  display: flex;
  position: fixed;
  overflow: visible;
}

.body_dark {
  background-color: var(--notblack);
}

.alt_text_2, .alt_text {
  color: var(--notblack);
}

.link_to_top_of_page {
  width: 100%;
  height: 100%;
}

.nav_w {
  align-items: center;
  padding: 30px 25px;
  display: flex;
}

.image-5 {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text_block.alt {
  color: var(--white);
}

.heading-2 {
  color: var(--notblack);
}

.heading-3 {
  color: var(--white);
}

.link_blok {
  z-index: 1;
  background-color: var(--notblack);
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 50px 50px -10px #19202080;
}

.link_blok._2 {
  transform-origin: 50% 100%;
  display: flex;
  position: relative;
}

.link_blok._1 {
  transform-origin: 50% 100%;
  display: flex;
  position: fixed;
}

.link_blok._3 {
  transform-origin: 50% 100%;
  display: flex;
}

.link_blok._4 {
  transform-origin: 50% 100%;
  display: flex;
  overflow: visible;
}

.link_blok._5 {
  transform-origin: 50% 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.link_blok._6, .link_blok._7 {
  transform-origin: 50% 100%;
  display: flex;
}

.footer_alt {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.image-6 {
  width: 5vh;
  height: 5vh;
  margin-bottom: 0;
}

.link-2 {
  color: var(--notblack);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.link-2:hover {
  color: var(--notblack);
  font-weight: 500;
}

.div-block, .div-block-2 {
  margin-bottom: 30px;
}

.luxy {
  position: fixed;
}

.div-block-3 {
  position: absolute;
}

.bg_gradient {
  z-index: -1;
  background-image: linear-gradient(41deg, #a6aeb8, var(--white));
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.html-embed-4 {
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.reference_holder {
  justify-content: space-between;
  align-items: flex-start;
  min-width: 100vw;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.reference_holder.left {
  background-color: var(--gainsboro);
}

.reference_holder.right {
  flex-direction: row-reverse;
}

.reference_holder.full-img {
  justify-content: flex-start;
  align-items: center;
  height: 40vh;
}

.reference_holder.down {
  flex-direction: column;
}

.container-reference {
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

.reference_text_holder {
  width: 50%;
  max-width: 50%;
  padding: 30px 50px;
}

.reference_text_holder.down {
  width: auto;
  max-width: none;
}

.reference_img_holder {
  flex-direction: column;
  max-width: 50vw;
  display: flex;
  position: relative;
}

.reference_img_holder.down {
  justify-content: center;
  align-items: center;
  max-width: none;
}

.reference_img_holder.left {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: none;
}

.reference_img {
  max-width: 50%;
  max-height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.reference_img.full {
  width: 70vw;
  max-width: 100vw;
  position: absolute;
  top: -100%;
  left: -10%;
}

.reference_img.alt {
  margin-left: 20px;
}

.reference_slider {
  background-color: #0000;
  width: 50vw;
  height: 100vh;
}

.slide {
  background-color: #0000;
  background-image: url('../images/OPSword.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2 {
  background-color: #0000;
  background-image: url('../images/Obraz1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon {
  background-color: #0000;
}

.slide-3 {
  background-image: url('../images/face.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/giphy.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.html-embed-5, .html-embed-6 {
  width: 50vw;
  height: 100vh;
}

.div-block-4, .div-block-5, .div-block-6 {
  display: none;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-7 {
  width: 100%;
  height: 100%;
}

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

  .container.alt {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #0000;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 0 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  ._3dholder {
    min-height: 100vh;
  }

  ._3dholder.alt {
    width: 50vw;
    height: 50vh;
    min-height: auto;
  }

  .submitbutton {
    justify-content: center;
  }

  .content {
    display: flex;
  }

  .box_description_text {
    font-size: 12px;
    line-height: 14px;
  }

  .reference_holder.full-img {
    min-width: auto;
    height: 35vh;
  }

  .container-reference {
    padding-left: 0;
    padding-right: 0;
  }

  .reference_img_holder.left {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .reference_img.full {
    width: 90vw;
    top: -50%;
  }

  .reference_img.alt {
    margin-top: 20px;
    margin-left: 0;
  }

  .slide, .slide-2 {
    background-size: cover;
  }

  .slide-3 {
    background-position: 40%;
  }

  .slide-4 {
    background-size: cover;
  }

  .html-embed-5 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-jumbo {
    font-size: 35px;
    line-height: 50px;
  }

  .heading-jumbo._2 {
    font-size: 20px;
    line-height: 35px;
  }

  .paragraph-light.cc-position-name, .paragraph-light.alt {
    font-size: 14px;
    line-height: 20px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .section.alt {
    margin-left: 0;
    margin-right: 0;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .work-image.cc-work-1, .work-image.cc-work-2, .work-image.cc-work-4, .work-image.cc-work-3, .work-image.cc-work-5, .work-image.cc-work-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

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

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: row;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 32px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .protected-form {
    max-width: 50vw;
  }

  .headertextandgraphicholder {
    flex-direction: column;
  }

  ._3dholder {
    min-width: 85vw;
    min-height: 50vh;
  }

  ._3dholder.alt {
    width: 90vw;
  }

  .experimentalsection {
    margin-left: 15px;
    margin-right: 15px;
  }

  .detail-image-small {
    margin-bottom: 15px;
  }

  .sectioncentralorientation {
    margin-left: 15px;
    margin-right: 15px;
  }

  .block._2 {
    width: 100%;
    height: 100%;
  }

  .block._1 {
    width: 80vw;
    height: 80vw;
  }

  .block._3, .block._4, .block._5, .block._6, .block._7 {
    width: 100%;
    height: 100%;
  }

  .box_description_text {
    font-size: 11px;
    line-height: 14px;
  }

  .box_image._1 {
    width: 35vw;
    height: 35vw;
    margin-left: -20px;
    top: 100%;
  }

  .box_image._2, .box_image._3, .box_image._4, .box_image._5, .box_image._6, .box_image._7 {
    width: 35vw;
    height: 35vw;
    margin-left: -20px;
    top: 80%;
  }

  .holder_3, .holder_2, .holder_4, .holder_5, .holder_6, .holder_7 {
    width: 80vw;
    height: 80vw;
  }

  .reference_holder.left, .reference_holder.right {
    flex-direction: column;
    align-items: center;
  }

  .container-reference {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .reference_text_holder {
    width: 100%;
    max-width: 100%;
  }

  .reference_img_holder.left {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .reference_img {
    max-width: 100vw;
  }

  .reference_img.alt {
    max-width: 50vw;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .reference_slider, .html-embed-5, .html-embed-6 {
    width: 100vw;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-light {
    margin-bottom: 20px;
  }

  .paragraph-light.cc-position-name {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-light.alt {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .navigation-item {
    background-color: var(--white);
    opacity: .8;
  }

  .navigation-item:hover {
    background-color: var(--white);
    color: #32343acc;
  }

  .navigation-item.w--current {
    background-color: var(--white);
  }

  .navigation-items {
    height: 100%;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .position-name-text {
    font-size: 18px;
    line-height: 30px;
  }

  .contact {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .footer-wrap {
    flex-direction: row;
  }

  .about-head-text-wrap, .social-media-heading {
    width: 100%;
    max-width: none;
  }

  .project-overview-grid {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    width: 80vw;
    font-size: 20px;
    line-height: 46px;
  }

  .protected-form {
    max-width: 80vw;
  }

  ._3dholder {
    min-height: 50vh;
  }

  ._3dholder.alt {
    width: 90vw;
    min-width: auto;
  }

  .text-block-white {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

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

  .content_holder {
    margin-top: 15vh;
  }

  .block._2 {
    background-image: url('../images/Wooden-Hand-iPhone-12-Pro.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
  }

  .block._1 {
    background-image: url('../images/3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
  }

  .block._3 {
    background-image: url('../images/Display-XDR.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
  }

  .block._4 {
    background-image: url('../images/expano.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
  }

  .block._5 {
    background-image: url('../images/stack.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
  }

  .block._6 {
    background-image: url('../images/augmentyCover-copy.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
  }

  .block._7 {
    background-image: url('../images/ARGO-web.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
  }

  .outline_text._1, .outline_text._2, .outline_text._3, .outline_text._4, .outline_text._5, .outline_text._6, .outline_text._7 {
    display: none;
  }

  .box_title_holder {
    background-color: var(--notblack);
    padding: 15px;
  }

  .box_description_text {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 9px;
    line-height: 10px;
    text-decoration: none;
    display: none;
  }

  .box_title_text {
    font-size: 18px;
    line-height: 18px;
  }

  .box_subtitle_text {
    font-size: 10px;
    text-decoration: none;
  }

  .box_image._1 {
    display: none;
    inset: 0%;
  }

  .box_image._2, .box_image._3, .box_image._4, .box_image._5, .box_image._6, .box_image._7, .box_image._6-5 {
    display: none;
  }

  .holder_3, .holder_2, .holder_4, .holder_5, .holder_6, .holder_7 {
    display: flex;
  }

  .link_blok {
    box-shadow: none;
    background-color: #0000;
    transition-property: none;
  }

  .reference_holder.full-img {
    height: 10vh;
  }

  .container-reference {
    padding-left: 0;
    padding-right: 0;
  }

  .reference_text_holder {
    padding: 20px 10px;
  }

  .reference_img_holder.left {
    flex-direction: column;
  }

  .reference_img.alt {
    max-width: 100vw;
    margin-top: 20px;
  }
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-f54b4ade {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-2e4b4adf {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-2e4b4adf {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-2e4b4adf {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-2e4b4adf, #w-node-ba070e86-cee2-13d3-f5df-1909a1f26abe-2e4b4adf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-2c4b4ae1 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-2c4b4ae1 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-2c4b4ae1 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-674b4ae2 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-674b4ae2 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-674b4ae2 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-364b4ae3 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-364b4ae3 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-364b4ae3 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-2ca97126 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-2ca97126 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-2ca97126 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-2ca97126, #w-node-b228094f-d2fb-02f1-cf86-897557961786-2ca97126 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a91bd194-eac0-5216-78b3-30cd221221ad-f77a79bf {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a91bd194-eac0-5216-78b3-30cd221221b2-f77a79bf {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a91bd194-eac0-5216-78b3-30cd221221b7-f77a79bf {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_06ec93fd-0ea5-3487-8370-6eef87f1ffc5-f77a79bf, #w-node-_2053eed8-b9fc-4194-08d4-39fb578a0216-f77a79bf, #w-node-_6885b9c8-19a8-7fd9-76f7-56c39b987db6-f77a79bf, #w-node-_50b82f89-11a1-e2cd-10dc-1306d94361fa-f77a79bf, #w-node-bbce30db-8e9d-2b2c-25bb-f6fa293ba61b-f77a79bf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-d2a96c54 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-d2a96c54 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-d2a96c54 {
  grid-area: 2 / 3 / 3 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-2e4b4adf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-2e4b4adf {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-2e4b4adf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-2c4b4ae1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-2c4b4ae1 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-2c4b4ae1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-674b4ae2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-674b4ae2 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-674b4ae2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-364b4ae3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-364b4ae3 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-364b4ae3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-2ca97126 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-2ca97126 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-2ca97126 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a91bd194-eac0-5216-78b3-30cd221221ad-f77a79bf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a91bd194-eac0-5216-78b3-30cd221221b2-f77a79bf {
    grid-column-end: 2;
  }

  #w-node-a91bd194-eac0-5216-78b3-30cd221221b7-f77a79bf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-d2a96c54 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-d2a96c54 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-d2a96c54 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Karma';
  src: url('../fonts/Karma-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karma';
  src: url('../fonts/Karma-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karma';
  src: url('../fonts/Karma-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karma';
  src: url('../fonts/Karma-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Karma';
  src: url('../fonts/Karma-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}