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

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #9e9e9e;
  background-color: #222;
  font-family: Bebas Neue;
  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: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  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 {
  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 {
  background-color: #0000;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

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

.paragraph-light {
  opacity: .6;
}

.section {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.section.cc-contact {
  background-color: #f4f4f4;
  justify-content: center;
  padding-left: 80px;
  padding-right: 80px;
}

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

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

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

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

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

.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;
  display: flex;
}

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

.logo-image {
  display: block;
}

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

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

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

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

.text-field.cc-textarea {
  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 {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

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

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

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

.contact-form {
  border: 2px solid var(--white);
  background-color: #000;
  border-radius: 20px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 400;
}

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

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

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

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

.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: 30px;
  display: flex;
}

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

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

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

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

.header {
  z-index: -1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  display: block;
  position: relative;
}

.karoshi-logo {
  z-index: -1;
  width: 50vw;
  max-width: 50vw;
  position: relative;
}

.karoshi-gif {
  z-index: -2;
  border-radius: 300px;
  position: relative;
  top: -180px;
}

.body-8 {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.header-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -69px;
  display: flex;
}

.reel-section {
  background-color: #fdfdfd00;
  background-image: url('../images/cavefloor.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  margin-bottom: -30px;
  padding-bottom: 127px;
  display: flex;
}

.white-section-container {
  background-color: #fff0;
  flex-direction: column;
  align-items: center;
  padding: 60px 60px 23px;
  display: flex;
}

.heading-on-black {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Castoro Titling, sans-serif;
  font-size: 60px;
  line-height: 60px;
  position: relative;
}

.heading-on-black.bio {
  text-align: left;
  font-family: Castoro Titling, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.body-on-white {
  color: #666;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Droid Sans, sans-serif;
}

.body-on-white.reelcopy {
  color: #c5c5c5;
  padding-left: 60px;
  padding-right: 60px;
}

.black-section-container {
  background-color: #fff0;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  font-family: Bebas Neue;
  font-weight: 400;
  display: flex;
}

.body-on-black {
  color: #fafafa;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Droid Sans, sans-serif;
}

.image-31 {
  width: 150px;
}

.navbar {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container-15 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Droid Sans, sans-serif;
}

.nav-link.contact {
  color: #fff;
  background-color: #070707;
  border-radius: 20px;
  padding: 10px 20px;
  display: block;
}

.black-section {
  background-color: var(--black);
  opacity: 1;
  background-image: url('../images/stalagtites02.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  flex-direction: column;
  align-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.heading-on-white {
  color: #f1f1f1;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Castoro Titling, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  position: relative;
}

.heading-on-white.contact {
  text-align: center;
}

.heading-on-white.reeltitle {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: 0;
}

.form {
  flex-direction: column;
  flex: 1;
  align-self: auto;
  display: flex;
}

.form-block {
  flex-direction: column;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  display: flex;
}

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

.div-block-2 {
  flex: 1;
  margin-left: 40px;
  margin-right: 40px;
}

.success-message {
  flex: 1;
  padding: 0;
}

.error-message {
  flex: 1;
  margin-top: 0;
  padding: 0;
}

.submit-button {
  background-color: #000;
  border-radius: 12px;
  margin-top: 36px;
  font-family: Castoro Titling, sans-serif;
  font-weight: 400;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #696969;
}

.submit-button:active {
  color: #1d1d1d;
  background-color: #cecece;
}

.field-label, .field-label-2 {
  text-transform: none;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 50px;
  padding: 40px 40px 93px;
}

.about-section-main {
  background-color: #fff0;
  flex-direction: row;
  align-items: center;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Bebas Neue;
  font-weight: 400;
  display: flex;
}

.div-block-4 {
  width: 50%;
}

.div-block-5 {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.image-33 {
  border-radius: 300px;
}

.nav-menu {
  flex: 0 auto;
  display: flex;
}

.a {
  background-color: #fff;
  border-radius: 19px;
  width: 100px;
}

.text-block {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Cormorant, sans-serif;
  text-decoration: none;
  display: flex;
}

.input_range {
  width: 500px;
}

.text-field-2 {
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: normal;
  margin-bottom: 10px;
  padding-bottom: 100px;
}

.section-2 {
  min-height: 1200px;
}

.body-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-34 {
  border-radius: 100px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-on-white-contact {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Castoro Titling, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
}

.heading-on-white-contact.contact {
  text-align: center;
}

.div-block-6 {
  z-index: 100;
  background-color: #db0dc7;
  flex-direction: row;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.image-35 {
  position: static;
}

.div-block-7 {
  background-color: #af5050;
  justify-content: center;
  width: 100vw;
  height: 300vh;
  display: flex;
  position: relative;
}

.div-block-8 {
  z-index: 100;
  width: 30vw;
  position: sticky;
  top: auto;
}

.text-block-2 {
  object-fit: fill;
  display: flex;
}

.image-36 {
  position: sticky;
  top: auto;
}

.section-3 {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 300vh;
  display: flex;
  position: relative;
}

.div-block-9 {
  flex: 0 auto;
  position: sticky;
  top: 199px;
}

.image-37 {
  position: relative;
}

.background-video {
  z-index: -3;
  background-color: #fff;
  border-radius: 50px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.container-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image-38 {
  z-index: 3;
  width: 50vw;
  margin-top: -267px;
  position: absolute;
}

.image-39 {
  z-index: 2;
  border-radius: 300px;
  width: 30vw;
  padding-top: 96px;
  position: absolute;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  width: 400px;
  display: flex;
  position: relative;
  top: -107px;
}

.image-40 {
  border-radius: 200px;
}

.image-41 {
  position: relative;
  top: 134px;
}

.video {
  position: relative;
}

.image-42 {
  object-fit: contain;
  margin-bottom: -50px;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.contact-section {
  background-color: var(--black);
  opacity: 1;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.main-copy-section-copy {
  background-color: #fdfdfd;
  margin-bottom: 2px;
  padding-bottom: 0;
}

.image-43 {
  aspect-ratio: auto;
  width: 100vw;
}

.background-video-2 {
  object-fit: contain;
}

.section-4 {
  background-image: url('../images/cave_fire_animated02.gif');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 700px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-5 {
  margin-top: -400px;
}

.image-44 {
  z-index: 3;
  padding-top: 0;
  position: relative;
}

.slider {
  color: #050505;
  top: -435px;
}

.slide1 {
  background-color: #000;
}

.paragraph {
  color: #fff;
  font-family: Droid Sans, sans-serif;
}

.div-block-11 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.left-arrow, .right-arrow {
  z-index: 5;
}

.background-video-3 {
  position: relative;
}

.background-video-4 {
  height: 75vh;
}

.div-block-12 {
  padding-left: 40px;
  padding-right: 40px;
}

.heading-on-black-copy {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Castoro Titling, sans-serif;
  font-size: 40px;
  line-height: 40px;
  position: relative;
}

.heading-on-black-copy.bio {
  text-align: left;
  font-family: Castoro Titling, sans-serif;
  line-height: 60px;
}

.textarea {
  padding-bottom: 75px;
}

.div-block-13 {
  background-color: #000;
  border-radius: 50px;
  padding-top: 51px;
  padding-bottom: 25px;
}

.heading-on-white-copy {
  color: #3d3d3d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Castoro Titling, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  position: relative;
}

.heading-on-white-copy.contact {
  text-align: center;
}

.heading-on-white-copy.reeltitle {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  top: 0;
}

.image-45 {
  align-self: center;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section {
    flex-wrap: wrap;
    place-content: stretch center;
    display: flex;
  }

  .section.cc-contact {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .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: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

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

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

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

  .heading {
    display: block;
  }

  .karoshi-logo {
    width: 75%;
    top: -52px;
  }

  .karoshi-gif {
    margin-top: -161px;
    top: -14px;
  }

  .body-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .header-container {
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
  }

  .reel-section {
    align-items: center;
    margin-bottom: -30px;
    padding-bottom: 62px;
  }

  .white-section-container {
    z-index: 2;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 68px;
    display: flex;
    position: relative;
    top: -20px;
  }

  .heading-on-black.bio {
    text-align: center;
  }

  .body-on-white {
    margin-top: 20px;
    margin-bottom: 37px;
  }

  .body-on-black {
    text-align: center;
  }

  .nav-link {
    justify-content: center;
    display: flex;
  }

  .black-section {
    border-radius: 50px 50px 0 0;
  }

  .heading-on-white {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-3 {
    border-radius: 50px;
    padding-bottom: 91px;
  }

  .about-section-main {
    border-radius: 0;
    flex-direction: column;
  }

  .div-block-4, .div-block-5 {
    width: 100%;
  }

  .image-33 {
    border-radius: 300px;
  }

  .image-34 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-on-white-contact {
    margin-bottom: 20px;
  }

  .background-video {
    flex-direction: column;
    justify-content: center;
  }

  .container-16 {
    flex-direction: column;
    display: flex;
  }

  .image-38 {
    top: 6px;
  }

  .image-39 {
    padding-top: 0;
    top: 116px;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-42 {
    margin-top: -42px;
    margin-bottom: -443px;
    top: -264px;
  }

  .section-4 {
    background-position: 50% 0;
    background-repeat: repeat-x;
    height: 500px;
    margin-bottom: -39px;
    padding-bottom: 18px;
  }

  .div-block-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-on-black-copy.bio {
    text-align: center;
  }

  .div-block-13 {
    border-radius: 50px;
    margin-top: 51px;
    padding-top: 41px;
    padding-bottom: 19px;
  }

  .heading-on-white-copy {
    margin-top: 95px;
    margin-bottom: 20px;
  }
}

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

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

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

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

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

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

  .webflow-link {
    margin-bottom: 15px;
  }

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .header {
    height: 60vh;
  }

  .karoshi-logo {
    top: 60px;
  }

  .karoshi-gif {
    top: -6px;
  }

  .body-8 {
    border-radius: 0;
  }

  .header-container {
    width: 100vw;
    padding-top: 60px;
  }

  .reel-section {
    padding-bottom: 9px;
  }

  .heading-on-black, .heading-on-black.bio {
    text-align: center;
  }

  .black-section {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-on-white {
    text-align: center;
  }

  .div-block-3 {
    border-radius: 50px;
    padding: 20px 20px 86px;
  }

  .about-section-main {
    border-radius: 0;
    flex-direction: column;
  }

  .div-block-4, .div-block-5 {
    width: 100%;
  }

  .image-34 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-on-white-contact {
    text-align: center;
  }

  .background-video {
    z-index: -3;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-42 {
    top: -204px;
  }

  .section-4 {
    background-position: 50% 0;
    background-repeat: repeat-x;
    height: 400px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-on-black-copy, .heading-on-black-copy.bio {
    text-align: center;
  }

  .div-block-13 {
    border-radius: 50px;
    padding: 30px 10px 23px;
  }

  .heading-on-white-copy {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

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

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

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

  .contact-form {
    text-align: center;
    background-color: #3a3a3a;
    flex-direction: column;
    font-family: Inconsolata, monospace;
  }

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

  .header {
    height: 60vh;
    display: block;
  }

  .karoshi-logo {
    width: 100vw;
  }

  .karoshi-gif {
    width: 75vw;
    margin-top: -95px;
    top: -18px;
  }

  .header-container {
    align-items: center;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .reel-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .white-section-container {
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-on-black {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
  }

  .heading-on-black.bio {
    text-align: center;
    margin-top: 29px;
    font-size: 30px;
    line-height: 30px;
  }

  .body-on-white {
    text-align: center;
  }

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

  .body-on-black {
    text-align: center;
  }

  .navbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .black-section {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-on-white {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    padding: 20px 20px 81px;
    display: flex;
  }

  .about-section-main {
    border-radius: 0;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .div-block-5 {
    width: 100%;
  }

  .heading-on-white-contact {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .background-video {
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .div-block-10 {
    width: 300px;
  }

  .image-41 {
    top: 100px;
  }

  .image-42 {
    margin-bottom: -489px;
    top: -134px;
  }

  .section-4 {
    height: 200px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .div-block-12 {
    padding-bottom: 32px;
  }

  .heading-on-black-copy {
    text-align: center;
    justify-content: center;
    margin-top: 35px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
  }

  .heading-on-black-copy.bio {
    text-align: center;
    margin-top: 29px;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-13 {
    padding: 10px 0 4px;
  }

  .heading-on-white-copy {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }
}

#w-node-_4fe52c48-3e45-8cd2-221c-d5522b5882e4-28417814 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


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