:root {
  --black: #222;
  --dark-cyan: #00ad92;
  --grey: #575757;
  --aqua: #00ffd6;
  --aqua-2: #00ffd6;
  --dark-turquoise: #00d6b4;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #fff;
  background-color: #222;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

a {
  color: #00d6b4;
  text-decoration: none;
}

img {
  max-width: 100%;
  margin-bottom: 9px;
  margin-right: -14px;
  padding-bottom: 0;
  display: inline-block;
}

.hero {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .57), #222), url('../images/Firefly-Post-modern-tv-screen.png');
  background-position: 0 0, 38%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 1000px;
  margin: 0 auto -150px;
  padding-top: 222px;
  display: block;
  position: static;
  top: 0;
  overflow: clip;
}

.hero.small {
  min-height: 410px;
}

.hero.sub-page {
  height: 62vh;
}

.hero.about-page {
  background-image: linear-gradient(rgba(0, 0, 0, .57), #222), url('../images/photo-1441716844725-09cedc13a4e7.jpg');
  background-size: auto, cover;
  min-height: 340px;
}

.hero.contact-page {
  min-height: 450px;
}

.hero.project-page {
  min-height: 384px;
}

.hero-content {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-content.small {
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: none;
}

.nav {
  background-color: rgba(34, 34, 34, .97);
  padding-top: 28px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link {
  color: #e4e4e4;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 17px;
  transition: color .2s;
}

.nav-link:hover {
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  color: #00d6b4;
}

.logo {
  color: #fff;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.subtitle {
  color: rgba(255, 255, 255, .49);
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 18px;
}

.button {
  color: #00d6b4;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #00d6b4;
  border-radius: 3px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  border-color: #fff;
}

.button.submit {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  display: block;
}

.section {
  margin-top: 0;
  padding-top: 45px;
  padding-bottom: 0;
}

.content-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-menu {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.tab-link {
  color: #999;
  background-color: rgba(0, 0, 0, 0);
}

.tab-link:hover {
  color: #fff;
}

.tab-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
}

.photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 300px;
  margin: 15px 5px;
  display: block;
}

.footer {
  color: #999;
  text-align: center;
  background-color: #222;
  margin-top: 29px;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 12px;
  line-height: 18px;
}

.footer-link {
  color: #999;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.section-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: 300;
}

.main-image {
  margin-bottom: 50px;
}

.form {
  color: #fff;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-column {
  color: #fff;
  padding-right: 40px;
}

.main-heading {
  color: #fff;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 53px;
  position: relative;
}

.main-heading.inline {
  display: inline;
}

.main-heading.inline.bolder {
  font-weight: 300;
}

.main-heading.my-name {
  color: #e4d2a5;
  font-family: Lobster, sans-serif;
  font-weight: 400;
}

.heading-wrapper {
  text-align: center;
  margin-top: 0%;
  padding-top: 0;
  padding-left: 16%;
  padding-right: 15%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer-logo {
  color: #c2c2c2;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.profile-pic {
  border-radius: 100%;
  width: 90px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-me {
  width: 61%;
  margin: 41px auto;
  display: block;
}

.field {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.input {
  color: #fff;
  background-color: #4b4b4b;
  border-style: none;
  border-radius: 3px;
  min-height: 50px;
  margin-bottom: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: box-shadow .2s;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #00d6b4;
}

.input.text-area {
  min-height: 141px;
}

.secondary-title:hover {
  text-decoration: none;
}

.empty-state {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 3px;
  padding: 33px 33px 49px;
}

.no-items-title {
  font-weight: 300;
}

.project-image {
  border-radius: 3px;
  margin-bottom: 22px;
  transition: opacity .2s;
}

.project-image:hover {
  opacity: .69;
}

.super-heading {
  color: rgba(255, 255, 255, .36);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.testimonial {
  text-align: center;
  margin-bottom: 44px;
  font-weight: 100;
}

.company {
  text-align: center;
}

.testimonial-wrapper {
  text-align: center;
  margin-bottom: 43px;
}

.project-body-copy {
  margin-bottom: 67px;
  margin-left: 12%;
  margin-right: 12%;
}

.success {
  background-color: #00ad92;
  border-radius: 3px;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.main-detail-image {
  border-radius: 3px;
  max-width: 400px;
  margin-bottom: 41px;
}

.category-link {
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .67;
  text-decoration: none;
}

.heading {
  max-height: 25px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 100;
}

.heading-2 {
  color: #e4d2a5;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #0279c6;
  margin: 35px auto 25px;
  font-size: 20px;
  font-weight: 100;
}

.cell {
  text-align: left;
  padding-left: 0;
  padding-right: 45px;
  display: block;
}

.heading-4 {
  text-align: left;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 100;
  position: static;
}

.text-block {
  display: block;
}

.text-block-2 {
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.television-display-1 {
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: block;
}

.text-block-3 {
  letter-spacing: 1px;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-weight: 100;
  display: block;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.cell-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.cell-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  max-width: 300px;
  padding: 10px 0;
}

.cell-4 {
  padding-top: 0;
  padding-left: 12px;
}

.image {
  min-height: 10px;
  margin-top: 9px;
  margin-bottom: 2px;
}

.rich-text-block {
  white-space: normal;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.rich-text-block-2 {
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.collection-item {
  padding-bottom: 10px;
}

.image-2 {
  min-width: 60px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 0;
}

.modal {
  background-color: var(--black);
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-bg {
  background-color: var(--dark-cyan);
  width: 100px;
  height: 100px;
  margin-left: 580px;
  display: block;
  position: static;
}

.lottie-animation {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper {
  text-align: left;
  margin-top: 16px;
  margin-left: 10%;
  margin-right: 10%;
  position: static;
}

.background-video {
  min-height: 1200px;
}

.lottie-animation-2 {
  z-index: -10;
  opacity: 1;
  min-width: 50%;
  max-width: 50%;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  max-width: 30px;
}

.video {
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.short-films {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.short-films.section {
  padding-bottom: 0;
}

.collection-list-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(266px, 1fr));
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: start;
  justify-items: center;
  margin-top: 0;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 11px;
  display: block;
}

.link-block {
  margin-left: 5px;
}

.heading-5 {
  margin-bottom: 55px;
  font-size: 16px;
  font-weight: 100;
}

.image-4 {
  max-height: 15px;
  margin: 9px auto 2px;
  overflow: auto;
}

.link-block-2 {
  min-width: 100px;
  min-height: 15px;
  margin-left: 9px;
}

.columns {
  margin-top: 10px;
}

.columns-2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.collection-item-2 {
  min-height: 100%;
  max-height: 167px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: clip;
}

.container {
  flex: 1;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.item {
  flex: none;
  width: 33.33%;
}

.popup-wrapper {
  z-index: 4;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-popup {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: block;
  position: fixed;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.inner-wrapper {
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: block;
}

.content-popup-wrapper {
  color: #fff;
  text-align: center;
  background-color: rgba(43, 43, 43, .11);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.popup-image {
  height: 300px;
  margin-bottom: 30px;
}

.link {
  box-sizing: border-box;
  aspect-ratio: auto;
  cursor: pointer;
  object-fit: scale-down;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.image-5 {
  vertical-align: text-top;
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
}

.image-5.hover {
  display: none;
}

.video-2 {
  display: block;
}

.hover {
  margin-bottom: 0;
  margin-right: 0;
  display: none;
}

.collection-list-wrapper-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15rem, 1fr);
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: start;
  margin-left: 10%;
  margin-right: 10%;
  display: grid;
}

.collection-list-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(99px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-2 {
  background-color: #fff;
  padding-bottom: 63px;
  position: relative;
}

.flex-block {
  max-width: 300px;
  min-height: 120px;
}

.div-block-3 {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  min-height: auto;
  max-height: none;
}

.flex-block-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .71) 72%, rgba(0, 0, 0, 0));
  flex-flow: column;
  align-self: flex-start;
  margin-top: -55px;
  margin-right: -10px;
  padding: 5px 20px 5px 5px;
}

.section-3 {
  background-color: #fff;
  padding-top: 0;
  display: block;
  position: static;
  top: 0;
}

.label {
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1991eb;
  border-radius: 4px;
  flex: 1;
  align-items: stretch;
  margin: 2px 2px 2px 0;
  padding: 1px 0;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.label:hover {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .49);
}

.label-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
  display: block;
}

.collection-item-4 {
  display: flex;
}

.collection-list-wrapper-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.label-text-2 {
  color: #fff;
  text-transform: none;
  white-space: nowrap;
  word-break: normal;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.text-block-5 {
  margin-top: -45px;
}

.text-block-6, .text-block-7, .text-block-8 {
  color: #000;
}

.div-block-4 {
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: #0279c6;
  background-color: #fff;
  border: 4px solid #0279c6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: static;
}

.image-6 {
  border-radius: 8px;
}

.collection-item-5 {
  margin-bottom: 30px;
}

.image-7 {
  margin-bottom: 0;
  margin-right: 0;
}

.image-8 {
  vertical-align: middle;
  margin-right: 0;
  display: block;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
  margin-left: 7%;
  margin-right: 7%;
}

.image-9 {
  margin-right: 0;
}

.tv-v-flex {
  margin-left: 10px;
  padding-left: 3px;
}

.flex-icons {
  margin-top: 11px;
}

.link-block-3 {
  margin-right: 8px;
  padding-right: 0;
}

.image-10 {
  margin-right: 0;
}

.image-11 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.lottie-animation-3 {
  object-fit: fill;
  margin-top: 298px;
  position: -webkit-sticky;
  position: sticky;
  top: 167px;
  overflow: clip;
}

.lottie-animation-4 {
  max-width: 200px;
  margin-left: 20%;
  position: static;
  top: 92px;
}

.text-block-9 {
  color: #000;
}

.flex-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 47px;
  margin-left: 15%;
  position: static;
  top: 138px;
}

.resume-wolf {
  background-color: #fff;
  margin-top: 20px;
}

.heading-7 {
  color: #222;
  text-align: center;
  letter-spacing: 2px;
  background-color: #fff;
  margin-bottom: 44px;
  margin-left: 0;
  padding-top: 104px;
  padding-right: 0;
  font-size: 22px;
  font-weight: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-block-10 {
  color: var(--black);
  margin-bottom: 36px;
}

.image-12 {
  clear: none;
  margin-bottom: 52px;
}

.flex-block-4 {
  margin-left: 42px;
}

.text-block-11 {
  color: var(--grey);
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.resume-title-company {
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-13 {
  color: var(--black);
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .hero {
    margin-bottom: -150px;
    padding-top: 222px;
  }

  .heading-wrapper {
    position: static;
  }

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

  .lottie-animation-4 {
    margin-left: 20%;
  }

  .flex-block-3 {
    position: static;
  }

  .heading-7 {
    margin-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    margin-bottom: -150px;
    padding-top: 210px;
  }

  .nav {
    display: block;
  }

  .popup-wrapper {
    z-index: 6;
    margin-top: 95px;
    display: none;
  }

  .section-3 {
    background-image: none;
    padding-top: 0;
    position: static;
  }

  .text-block-4 {
    margin-top: 97px;
  }

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

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

  .lottie-animation-4 {
    max-width: 200px;
    margin-left: 20%;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
  }

  .heading-6 {
    color: #222;
    text-align: center;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 100;
  }

  .text-block-9 {
    margin-top: 150px;
  }

  .flex-block-3 {
    margin-left: 12%;
    position: static;
  }

  .resume-wolf {
    color: #000;
  }

  .heading-7 {
    margin-left: 0;
    padding-right: 0;
  }

  .section-4 {
    margin-top: -268px;
  }
}

@media screen and (min-width: 1920px) {
  .lottie-animation-2 {
    margin-top: -323px;
  }

  .collection-item-2 {
    min-height: 100%;
    max-height: 286px;
    overflow: clip;
  }

  .section-3 {
    background-image: none;
    margin-bottom: 0;
    padding-top: 32px;
    position: static;
  }

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

  .lottie-animation-4 {
    max-width: 200px;
    margin-left: 20%;
    position: -webkit-sticky;
    position: sticky;
    top: 88px;
  }

  .heading-6 {
    color: #222;
    text-align: center;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 100;
  }

  .flex-block-3 {
    margin-left: 22%;
    position: static;
    top: 0;
  }

  .heading-7 {
    margin-left: 0;
    padding-right: 0;
  }

  .section-4 {
    min-height: 1400px;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 520px;
    padding-top: 48px;
  }

  .hero.about-page {
    min-height: 310px;
  }

  .hero.contact-page {
    min-height: 400px;
  }

  .hero.project-page {
    min-height: 344px;
  }

  .nav {
    margin-top: 0;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button:hover {
    color: #00d6b4;
  }

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

  .heading-wrapper {
    margin-top: 17px;
  }

  .nav-menu {
    background-color: #000;
  }

  .project-body-copy {
    margin-left: 12%;
    margin-right: 12%;
  }

  .heading-2 {
    font-size: 12px;
  }

  .heading-3 {
    margin-left: 20px;
  }

  .television-display-1 {
    white-space: normal;
  }

  .collection-list {
    word-break: normal;
    padding-left: 0;
  }

  .image-2 {
    margin-right: 0;
  }

  .lottie-animation-2 {
    margin-top: -387px;
  }

  .collection-list-wrapper-2 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: cover;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(137px, 1fr));
    grid-auto-columns: 1fr;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
    display: grid;
  }

  .collection-item-2 {
    max-width: 50%;
    min-height: 100%;
    max-height: none;
    position: static;
  }

  .link {
    display: block;
  }

  .collection-list-wrapper-3 {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    margin-left: 2%;
    margin-right: 2%;
  }

  .section-2 {
    padding-bottom: 0;
  }

  .section-3 {
    background-position: 31%;
    background-size: auto;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 1%;
    margin-right: 1%;
  }

  .lottie-animation-4 {
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 420px;
  }

  .hero.small {
    min-height: 280px;
  }

  .hero.about-page {
    min-height: 230px;
  }

  .hero.contact-page {
    min-height: 290px;
  }

  .hero.project-page {
    min-height: 256px;
  }

  .nav {
    padding-top: 0;
  }

  .section {
    padding-top: 40px;
  }

  .form {
    width: 80%;
  }

  .left-column {
    padding-right: 10px;
  }

  .main-heading {
    font-size: 38px;
    line-height: 43px;
  }

  .heading-wrapper {
    margin-top: 13px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-me {
    width: 81%;
    margin-top: 0;
  }

  .project-body-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading {
    margin-bottom: 26px;
    font-size: 20px;
  }

  .heading-2 {
    font-size: 8px;
  }

  .heading-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .television-display-1 {
    white-space: normal;
  }

  .collection-list {
    padding-right: 0;
  }

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

  .collection-item {
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-wrapper {
    margin-left: 4px;
    margin-right: -20px;
  }

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

  .collection-item-2 {
    min-height: 100%;
    max-height: none;
  }

  .column-2 {
    display: block;
  }

  .collection-list-wrapper-3 {
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(44px, 1.25fr));
    grid-auto-columns: minmax(134px, 1fr);
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
  }

  .collection-item-3 {
    display: block;
  }

  .div-block-2 {
    display: flex;
  }

  .flex-block {
    max-width: none;
  }

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

  .lottie-animation-4 {
    margin-left: 1%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: 340px;
    margin-bottom: -86px;
    padding-top: 22px;
  }

  .hero.about-page {
    min-height: 193px;
  }

  .hero.project-page {
    min-height: 226px;
  }

  .form {
    width: 90%;
  }

  .heading-wrapper {
    margin-top: 50px;
  }

  .about-me {
    width: 91%;
  }

  .project-body-copy {
    margin-left: 18px;
    margin-right: 18px;
  }

  .heading-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
  }

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

  .quick-stack, .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item {
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-2 {
    position: relative;
  }

  .collection-item-2 {
    aspect-ratio: 16 / 9;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .popup-wrapper {
    display: none;
  }

  .inner-wrapper {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .column-2 {
    overflow-wrap: normal;
  }

  .div-block-3 {
    box-sizing: content-box;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .section-3 {
    display: none;
  }

  .text-block-4 {
    float: right;
  }

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

  .lottie-animation-3 {
    display: none;
  }

  .code-embed {
    margin-top: -25px;
  }
}

#w-node-_2a5bce84-d936-a5e3-235f-224ec8a42528-721b7ac7 {
  grid-area: Area;
}

#w-node-b9f7121e-e0ab-f5dc-8dff-221478be2e83-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4b28695-5739-e43e-ff64-7e8a171a3c44-721b7ac7 {
  grid-area: Area;
}

#w-node-bba8db61-bc14-a69d-c3ff-d937168c3d35-721b7ac7, #w-node-bba8db61-bc14-a69d-c3ff-d937168c3d36-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bba8db61-bc14-a69d-c3ff-d937168c3d41-721b7ac7 {
  grid-area: Area;
}

#w-node-c5d61118-c57c-b43c-4254-85379c604b62-721b7ac7, #w-node-c5d61118-c57c-b43c-4254-85379c604b63-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5d61118-c57c-b43c-4254-85379c604b6e-721b7ac7 {
  grid-area: Area;
}

#w-node-a2485b57-6446-cae9-c56b-4331991f0fcf-721b7ac7, #w-node-a2485b57-6446-cae9-c56b-4331991f0fd0-721b7ac7, #w-node-ad4e0d11-27c3-aabe-b0b2-e3aa51da3653-721b7ac7, #w-node-ad4e0d11-27c3-aabe-b0b2-e3aa51da3654-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad4e0d11-27c3-aabe-b0b2-e3aa51da365f-721b7ac7 {
  grid-area: Area;
}

#w-node-e665ef00-9afd-3164-1979-7e7b0aa86ea2-721b7ac7, #w-node-e665ef00-9afd-3164-1979-7e7b0aa86ea3-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e665ef00-9afd-3164-1979-7e7b0aa86eae-721b7ac7 {
  grid-area: Area;
}

#w-node-_4b821af3-f6bf-b6c3-fe00-02fd4886fde4-721b7ac7, #w-node-_4b821af3-f6bf-b6c3-fe00-02fd4886fde5-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b821af3-f6bf-b6c3-fe00-02fd4886fdf0-721b7ac7 {
  grid-area: Area;
}

#w-node-bef41814-4456-ed6b-02cf-c8fc028a09a6-721b7ac7, #w-node-bef41814-4456-ed6b-02cf-c8fc028a09a7-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bef41814-4456-ed6b-02cf-c8fc028a09b2-721b7ac7 {
  grid-area: Area;
}

#w-node-d961a41b-017d-c942-f5eb-dbe9a6e93007-721b7ac7, #w-node-d961a41b-017d-c942-f5eb-dbe9a6e93008-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d961a41b-017d-c942-f5eb-dbe9a6e93013-721b7ac7 {
  grid-area: Area;
}

#w-node-ee10588c-8e61-b01a-5a89-b494a7c84678-721b7ac7, #w-node-ee10588c-8e61-b01a-5a89-b494a7c84679-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee10588c-8e61-b01a-5a89-b494a7c84684-721b7ac7 {
  grid-area: Area;
}

#w-node-_2383fe46-27e8-825f-e864-7164c0724173-721b7ac7, #w-node-_2383fe46-27e8-825f-e864-7164c0724174-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2383fe46-27e8-825f-e864-7164c072417f-721b7ac7 {
  grid-area: Area;
}

#w-node-_12b84589-cca3-8d6f-3b00-c7bde56291b2-721b7ac7, #w-node-_12b84589-cca3-8d6f-3b00-c7bde56291b3-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12b84589-cca3-8d6f-3b00-c7bde56291be-721b7ac7 {
  grid-area: Area;
}

#w-node-d8fbaafb-d9b8-845f-9602-1b82fb859752-721b7ac7, #w-node-d8fbaafb-d9b8-845f-9602-1b82fb859753-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8fbaafb-d9b8-845f-9602-1b82fb85975e-721b7ac7 {
  grid-area: Area;
}

#w-node-e64d1f51-d637-ba84-a952-ffce6d17872c-721b7ac7, #w-node-e64d1f51-d637-ba84-a952-ffce6d17872d-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e64d1f51-d637-ba84-a952-ffce6d178738-721b7ac7 {
  grid-area: Area;
}

#w-node-_359f4f61-cf6b-2a4b-19f0-2c4c0d06de5b-721b7ac7, #w-node-_359f4f61-cf6b-2a4b-19f0-2c4c0d06de5c-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_359f4f61-cf6b-2a4b-19f0-2c4c0d06de67-721b7ac7 {
  grid-area: Area;
}

#w-node-defaac59-8bd3-f0bb-cf1d-8a4ddc48b426-721b7ac7, #w-node-defaac59-8bd3-f0bb-cf1d-8a4ddc48b427-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-defaac59-8bd3-f0bb-cf1d-8a4ddc48b432-721b7ac7 {
  grid-area: Area;
}

#w-node-b43ba759-334b-6a81-8482-23759ada6cdb-721b7ac7, #w-node-b43ba759-334b-6a81-8482-23759ada6cdc-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b43ba759-334b-6a81-8482-23759ada6ce7-721b7ac7 {
  grid-area: Area;
}

#w-node-c32d77a3-dc51-5778-2bd0-51061be6d2d7-721b7ac7, #w-node-c32d77a3-dc51-5778-2bd0-51061be6d2d8-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c32d77a3-dc51-5778-2bd0-51061be6d2e3-721b7ac7 {
  grid-area: Area;
}

#w-node-_453ae3a5-f04d-f863-0f80-40c16b9b9624-721b7ac7, #w-node-_453ae3a5-f04d-f863-0f80-40c16b9b9625-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_453ae3a5-f04d-f863-0f80-40c16b9b9630-721b7ac7 {
  grid-area: Area;
}

#w-node-_98b3a891-a5de-03dd-76a5-2132c2a079ec-721b7ac7, #w-node-_98b3a891-a5de-03dd-76a5-2132c2a079ed-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98b3a891-a5de-03dd-76a5-2132c2a079f8-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabeed-721b7ac7 {
  grid-area: Area;
}

#w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabeee-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabefa-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabefb-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf07-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf08-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf14-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf15-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf1f-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf20-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf2c-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf2d-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf39-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf3a-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf46-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf47-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf53-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf54-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf60-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf61-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf6d-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf6e-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf7a-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf7b-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf87-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf88-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf94-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabf95-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabfa1-721b7ac7, #w-node-f5db0cbc-d1f8-b351-5b43-1d02cdbabfa2-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f3b07ae-3611-921a-f873-6970f90b9260-721b7ac7 {
  grid-area: Area;
}

#w-node-_8f3b07ae-3611-921a-f873-6970f90b9261-721b7ac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


