:root {
  --white: white;
  --black: black;
  --conservis-blue: #003d59;
}

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

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

@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: #1a1b1f;
  font-family: Dia, 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: 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: #0016d8;
}

a:active {
  color: #000c7a;
}

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

.heading-jumbo-small {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

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

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.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-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
  font-weight: 400;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.paragraph-light {
  opacity: .8;
}

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

.section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

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

.section.dark {
  mix-blend-mode: normal;
  position: relative;
}

.section.margin {
  margin-top: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  background-color: #000;
  border-radius: 0;
  margin-top: 1rem;
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #0016d8;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

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

.button.secondary {
  color: #161616;
  background-color: #f0f0f0;
}

.button.secondary:hover {
  color: #000;
  background-color: #e0e0e0;
}

.paragraph-bigger {
  opacity: .8;
  color: #000;
  letter-spacing: .015rem;
  max-width: 760px;
  margin-bottom: .75rem;
  font-size: 1.25rem;
  line-height: 34px;
  text-decoration: none;
}

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

.divider {
  background-color: #eee;
  height: 1px;
}

.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: 16px;
  font-weight: 500;
  line-height: 20px;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-family: Dia, sans-serif;
  font-weight: 400;
  transition-property: none;
}

.navigation-item.w--current:hover {
  opacity: 1;
  color: #1a1b1f;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #1a1b1f;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.logo-image {
  display: block;
}

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

.intro-wrap {
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 140px;
}

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

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

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

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
  display: flex;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 100%;
  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: 24px;
  text-decoration: none;
  display: flex;
}

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

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

.work-image.cc-work-1 {
  background-image: url('../images/Orbit-12x.png');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/Conservis-12x.png');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/Zipnosis-12x.png');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/CoinLion-12x.png');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

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

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

.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 {
  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;
  max-width: 1140px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px 0;
  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 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: 100%;
  text-decoration: none;
}

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

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

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.about-head-text-wrap {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

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

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

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

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

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

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

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

.detail-header-image {
  width: 100%;
}

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

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

.plain-link {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

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

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

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

.text-block {
  font-family: Dia, sans-serif;
  font-size: 18px;
}

.cta-wrap {
  padding-top: 16px;
}

.cta-wrap-l {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.project-paragraph {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  max-width: 700px;
  margin: 80px auto;
  display: flex;
}

.flexcontainer {
  z-index: 5;
  justify-content: space-around;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.bio {
  max-width: 400px;
  position: relative;
}

.about-wrap {
  flex-direction: column;
  justify-content: center;
  padding-right: 60px;
  display: flex;
}

.paragraph-subdued {
  opacity: .6;
}

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

.casestudyvid {
  z-index: 10;
  object-fit: contain;
  flex: 1;
  max-width: 800px;
  height: 540px;
  overflow: hidden;
}

.videowrap {
  background-color: var(--conservis-blue);
  color: var(--conservis-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.vidvid {
  max-width: 800px;
}

.link, .link-2 {
  display: inline-block;
}

.noisy {
  background-color: #0000;
  height: 100vh;
  position: relative;
}

.noise {
  filter: contrast(170%) brightness(200%);
  mix-blend-mode: normal;
  background-image: linear-gradient(158deg, #94389b, #fff0), url('../images/noise.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, 150px;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.overlay {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: #574e8a;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-2 {
  padding-top: 70vh;
  position: relative;
}

.heading-3 {
  color: #fff;
  mix-blend-mode: luminosity;
}

.backdrop {
  filter: contrast(186%) brightness(110%);
  background-image: url('../images/noise.svg'), linear-gradient(#f5f5e9, #af9090);
  background-position: 0 0, 0 0;
  background-size: 150px, auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cta-wrap-end {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.container-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15vh;
  display: flex;
}

.herohead {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  display: block;
}

.herohead-2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 80px;
  font-size: 64px;
  font-weight: 900;
  line-height: 72px;
  display: block;
}

.herohead-3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 160px;
  font-size: 64px;
  font-weight: 900;
  line-height: 72px;
  display: inline-block;
}

.herohead-4 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 0;
  font-size: 64px;
  font-weight: 900;
  line-height: 72px;
  display: inline-block;
}

.herohead-5 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 320px;
  font-size: 64px;
  font-weight: 900;
  line-height: 72px;
  display: block;
}

.email-wrap {
  padding-top: 40px;
}

.navigation-links {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bio-image {
  object-fit: cover;
  width: 100%;
  max-height: 240px;
  margin-top: 48px;
  margin-bottom: 8px;
}

.bio-image-half {
  width: 48%;
}

.image-pair-wrap {
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 8px;
  display: flex;
}

.caption {
  opacity: .6;
  margin-top: 0;
  margin-bottom: 40px;
}

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

.plain-link-short {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.plain-link-short:hover {
  opacity: .8;
}

.plain-link-short:active {
  opacity: .7;
}

.emojiblock {
  opacity: .8;
  letter-spacing: .015rem;
  background-color: #0000;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 32px;
  line-height: 34px;
  text-decoration: none;
}

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

.heading-construction {
  font-size: 3rem;
  line-height: 120%;
}

.info-banner {
  background-color: #f1f1f1;
  align-self: stretch;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.banner-text {
  opacity: .8;
  color: #565966;
  letter-spacing: .015rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 34px;
  text-decoration: none;
}

.banner-text.cc-bigger-light {
  opacity: .6;
}

@media screen and (min-width: 1920px) {
  .noise {
    background-size: auto, 10%;
  }
}

@media screen and (max-width: 991px) {
  .heading-jumbo-small {
    text-align: left;
  }

  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo-tiny {
    text-align: left;
  }

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

  .paragraph-tiny.cc-paragraph-tiny-light, .paragraph-light, .paragraph-light.cc-position-name {
    text-align: left;
  }

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

  .button {
    justify-content: center;
  }

  .paragraph-bigger {
    opacity: .8;
    text-align: left;
  }

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

  .menu-icon {
    display: block;
  }

  .navigation-item {
    background-color: var(--white);
    color: var(--black);
    text-align: center;
    flex: 0 auto;
    padding: 40px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

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

  .navigation-items {
    opacity: .97;
    background-color: #fff;
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    top: 25%;
    left: 0;
  }

  .navigation {
    z-index: 100;
    height: 80px;
    padding: 25px 40px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden;
  }

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

  .navigation-wrap {
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    width: auto;
    height: auto;
    position: absolute;
    top: 80px;
    left: 0;
  }

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

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

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

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

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

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

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

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

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

  .project-paragraph {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph-subdued, .paragraph-subdued.cc-position-name {
    text-align: left;
  }

  .casestudyvid {
    max-width: 600px;
    height: 400px;
  }

  .heading-jumbo-black, .herohead, .herohead-2, .herohead-3, .herohead-4, .herohead-5 {
    text-align: left;
    font-size: 56px;
    line-height: 70px;
  }

  .div-block {
    z-index: 99;
    background-color: #000000b3;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .navigation-links {
    opacity: .97;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100vw;
    padding-top: 0;
    top: 25%;
    left: 0;
  }

  .caption, .caption.cc-position-name {
    text-align: left;
  }

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

  .emojiblock, .banner-text {
    opacity: .8;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 40px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

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

  .label {
    text-align: left;
  }

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

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

  .button {
    text-align: center;
    width: 100%;
  }

  .paragraph-bigger {
    text-align: left;
    font-size: 1.25rem;
    line-height: 28px;
  }

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

  .navigation {
    padding: 20px 16px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    display: flex;
  }

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

  .work-image {
    height: 300px;
  }

  .project-name-link {
    font-size: 24px;
    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: column;
    margin: 16px;
  }

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

  .footer-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-self: stretch;
  }

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

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

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

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

  .plain-link {
    text-align: left;
    font-size: 36px;
    line-height: 54px;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .project-paragraph {
    width: 100%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .flexcontainer {
    text-align: center;
  }

  .bio {
    max-width: 100%;
  }

  .heading, .heading-2 {
    text-align: left;
  }

  .casestudyvid {
    max-width: 470px;
    height: 310px;
  }

  .cta-wrap-end {
    margin-left: 16px;
    margin-right: 16px;
  }

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

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

  .herohead {
    text-align: center;
    font-size: 50px;
    line-height: 64px;
  }

  .herohead-2 {
    padding-left: 0;
    font-size: 50px;
    line-height: 64px;
  }

  .herohead-3 {
    margin-right: 12px;
    padding-left: 0;
    font-size: 50px;
    line-height: 64px;
  }

  .herohead-4, .herohead-5 {
    font-size: 50px;
    line-height: 64px;
  }

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

  .plain-link-short {
    text-align: left;
    font-size: 36px;
    line-height: 54px;
  }

  .emojiblock {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

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

  .banner-text {
    text-align: left;
    font-size: 1.25rem;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

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

  .button, .paragraph-bigger {
    font-size: 1rem;
  }

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

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

  .work-position-wrap {
    flex-flow: column;
    display: flex;
  }

  .work-image {
    height: 240px;
  }

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

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

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

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

  .plain-link {
    font-size: 30px;
    line-height: 46px;
  }

  .cta-wrap-l {
    flex-direction: column;
  }

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

  .casestudyvid {
    max-width: 320px;
    height: 200px;
  }

  .cta-wrap-end {
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-jumbo-black {
    font-size: 36px;
    line-height: 48px;
  }

  .herohead, .herohead-2 {
    font-size: 32px;
    line-height: 48px;
  }

  .herohead-3 {
    margin-right: 8px;
    font-size: 32px;
    line-height: 48px;
  }

  .herohead-4 {
    font-size: 32px;
    line-height: 48px;
  }

  .herohead-5 {
    font-size: 36px;
    line-height: 48px;
  }

  .plain-link-short {
    font-size: 30px;
    line-height: 46px;
  }

  .heading-construction {
    font-size: 2.2rem;
  }

  .banner-text {
    font-size: 1rem;
  }
}

#w-node-_98536ad3-7c8b-fc34-9a78-eb7e36fdd92d-43b8997e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98536ad3-7c8b-fc34-9a78-eb7e36fdd932-43b8997e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_98536ad3-7c8b-fc34-9a78-eb7e36fdd964-43b8997e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_98536ad3-7c8b-fc34-9a78-eb7e36fdd99e-43b8997e, #w-node-a49c1293-fa7c-7c90-72a3-c6f0d9b43f81-43b8997e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a49c1293-fa7c-7c90-72a3-c6f0d9b43f8b-43b8997e, #w-node-_8f2e2841-782d-994d-cd87-16d325bb2a57-43b89980 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8f2e2841-782d-994d-cd87-16d325bb2a5f-43b89980 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f2e2841-782d-994d-cd87-16d325bb2a67-43b89980 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8f2e2841-782d-994d-cd87-16d325bb2a6f-43b89980 {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_98536ad3-7c8b-fc34-9a78-eb7e36fdd964-43b8997e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_98536ad3-7c8b-fc34-9a78-eb7e36fdd99e-43b8997e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a49c1293-fa7c-7c90-72a3-c6f0d9b43f81-43b8997e, #w-node-_8f2e2841-782d-994d-cd87-16d325bb2a67-43b89980 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8f2e2841-782d-994d-cd87-16d325bb2a6f-43b89980 {
    grid-area: 2 / 2 / 3 / 3;
  }
}


@font-face {
  font-family: 'Dia';
  src: url('../fonts/Dia-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dia';
  src: url('../fonts/Dia-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}