@font-face {
  font-family: Gothamnarrow;
  src: url('../fonts/GothamNarrow-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gothamnarrow book;
  src: url('../fonts/GothamNarrow-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gothamnarrow;
  src: url('../fonts/GothamNarrow-BookItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Gothamnarrow;
  src: url('../fonts/GothamNarrow-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Gothamnarrow;
  src: url('../fonts/GothamNarrow-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Gothamnarrow;
  src: url('../fonts/GothamNarrow-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gothamnarrow;
  src: url('../fonts/GothamNarrow-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Gothamnarrow;
  src: url('../fonts/GothamNarrow-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Gothamnarrow;
  src: url('../fonts/GothamNarrow-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gothamnarrow;
  src: url('../fonts/GothamNarrow-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
  --dark-grey: #a1a1a1;
  --grey: grey;
}

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: 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 {
  height: 50px;
  display: block;
  position: relative;
  bottom: 35px;
  left: 16px;
}

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: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  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;
  font-weight: 500;
  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 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
}

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

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

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

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

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

.section {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section.cc-contact {
  background-color: #f4f4f4;
  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-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;
}

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

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

.logo-link.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-icon {
  width: 26px;
  height: auto;
  margin-bottom: auto;
  font-size: 14px;
  font-weight: 300;
  position: static;
}

.menu-icon.close.white {
  display: none;
}

.menu-icon.normal {
  margin-top: 2px;
}

.navigation-item {
  opacity: .6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  text-align: center;
  font-weight: 400;
}

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

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

.navigation-items {
  z-index: 50;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: 0%;
}

.navigation {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 30px 50px;
  display: flex;
  position: fixed;
}

.menu-button {
  z-index: 100;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.logo-image {
  opacity: .85;
  width: 130px;
  height: auto;
  max-height: none;
  margin: auto auto auto 0;
  display: block;
  position: static;
  inset: 0%;
}

.logo-image.white {
  opacity: 1;
}

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

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

.name-text {
  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: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

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

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

.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/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  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 #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: 0;
  padding-bottom: 0;
}

.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 {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px 0;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

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

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

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

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

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

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

.intro-box-2 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 20px;
  display: flex;
}

.scroll-text {
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.image {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  inset: 15% 0% 0%;
}

.scroll-dot {
  background-color: #000;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.icon-wrap {
  width: auto;
  height: auto;
}

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

.icon-scroll {
  color: #000;
  border: 1px #000;
  border-radius: 25px;
  width: 30px;
  height: 53px;
  position: relative;
}

.section-3 {
  color: #000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  height: auto;
  min-height: 100vh;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  overflow: visible;
}

.div-block-29 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.body {
  background-color: #fff;
  overflow: visible;
}

.link {
  letter-spacing: .5px;
  border-bottom: 1px #000;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.slide {
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.mask {
  width: auto;
  height: auto;
  overflow: hidden;
}

.slider {
  z-index: 200;
  background-color: #0000;
  flex: 0 auto;
  width: auto;
  height: auto;
  overflow: visible;
}

.div-block-30 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: auto 60px;
  padding-bottom: 0;
  display: flex;
}

.paragraph {
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  width: auto;
  margin-top: 10px;
  font-family: Gothamnarrow book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph.specifications {
  color: #000;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph.about {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gothamnarrow, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph.about.new {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1px;
  line-height: 1px;
}

.paragraph.contact-menu {
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 36px;
}

.paragraph.contact-menu-2 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 36px;
}

.paragraph.home {
  margin-top: 0;
}

.heading {
  margin-bottom: 40px;
  font-family: Roboto Mono, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.text-block {
  width: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.text-block.footer {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 0;
  font-family: Gothamnarrow book, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block.footer.white {
  color: var(--white);
}

.div-block-31 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 80%;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.image-2 {
  width: auto;
  height: auto;
}

.div-slider {
  filter: blur();
  background-image: url('../images/MK-Woman-2.4-Mockup.jpg');
  background-position: 50% 40%;
  background-size: cover;
  justify-content: flex-start;
  width: auto;
  max-width: 1600px;
  height: 75vh;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-32 {
  background-color: var(--black);
  width: 130px;
  height: 30px;
  margin: 20px -40px auto auto;
  padding-left: 0;
  position: static;
  inset: 735px -4% 69% -60px;
}

.slider-title {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Gothamnarrow book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.right-arrow {
  margin-right: 40px;
  padding-right: 0;
  display: none;
}

.div-block-33 {
  height: 40px;
  display: block;
}

.scribble {
  opacity: .5;
  display: none;
  bottom: 35px;
  left: 9px;
  overflow: visible;
}

.link-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gothamnarrow book, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.link-2.white {
  color: var(--white);
  text-decoration: none;
}

.lottie-animation {
  z-index: auto;
  opacity: .9;
  width: auto;
  height: 51px;
  position: relative;
  bottom: 38px;
  left: -40px;
}

.lottie-animation.black {
  opacity: 1;
  left: -40px;
}

.lottie-animation.red {
  color: #6475ba;
}

.div-block-34 {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.div-block-35 {
  height: 100%;
  min-height: 150px;
}

.div-slider-2 {
  background-image: url('../images/hospedaria-3-copy.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: flex-start;
  width: auto;
  max-width: 1600px;
  height: 75vh;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing-div {
  z-index: 2147483647;
  background-color: var(--white);
  background-image: url('../images/MK-Landing-page.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-right: 20px;
  display: flex;
  position: fixed;
}

.preloader-logo {
  height: 15vh;
  margin: auto;
}

.preloader {
  z-index: 2147483647;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-36 {
  z-index: -2147483648;
  opacity: .1;
  background-image: url('../images/MK-Web-texture.jpg');
  background-position: 100% -40%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70vw;
  height: 100%;
  position: fixed;
  inset: 0% 0% auto auto;
}

.bg-texture {
  z-index: -2147483648;
  opacity: .1;
  background-image: url('../images/MK-Web-texture-2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 40vw;
  height: 100%;
  position: fixed;
  inset: 0% -6% auto auto;
}

.bg-texture.invert {
  opacity: .07;
  filter: invert();
}

.bg-texture-2 {
  z-index: -2147483648;
  opacity: .12;
  background-image: url('../images/MK-Web-texture-3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 20vw;
  height: 100%;
  position: fixed;
  inset: 18% auto 0% -2%;
}

.bg-texture-2.invert {
  opacity: .11;
  filter: invert();
}

.lottie-header {
  width: 160px;
  height: 100%;
  position: relative;
  bottom: 6px;
  left: -11px;
}

.div-home {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  margin: 0 auto auto;
  display: flex;
}

.heading-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothamnarrow book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

.heading-2.home {
  margin-bottom: 5px;
  display: block;
}

.heading-2.seo1 {
  margin-bottom: 8px;
  display: none;
}

.div-block-37 {
  flex: 0 auto;
  height: 100%;
  max-height: 110px;
  padding-top: 0;
}

.heading-3 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: Gothamnarrow, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

.heading-3.specifications {
  color: #000;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 400;
}

.heading-3.zoom {
  z-index: 200;
  border-bottom: 1px solid var(--dark-grey);
  opacity: 1;
  color: var(--dark-grey);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Gothamnarrow book, sans-serif;
  font-weight: 400;
  position: relative;
}

.heading-3.zoom.out {
  border-bottom-color: var(--dark-grey);
  background-color: var(--white);
  opacity: 0;
  color: var(--dark-grey);
  margin-top: 0;
  position: relative;
  bottom: 22px;
}

.icon {
  font-size: 25px;
  font-weight: 300;
  transform: rotate(90deg);
}

.div-block-38 {
  margin-top: 40px;
}

.left-arrow {
  margin-left: 40px;
  display: none;
}

.slide-nav {
  z-index: 200;
  opacity: .3;
  color: #000;
  background-color: #0000;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto -2vh 0;
  padding-top: 3vh;
  padding-left: 27vw;
  padding-right: 0;
  font-size: 7px;
  font-weight: 500;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: visible;
}

.icon-2, .icon-3 {
  color: var(--black);
  font-size: 30px;
}

.container-copy, .container-3 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-39 {
  z-index: -999999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-3 {
  opacity: .54;
  height: 55px;
  display: block;
  position: static;
  inset: 50% auto 0% 80px;
}

.arrow {
  opacity: .54;
  height: 55px;
  margin-top: 120px;
  display: block;
  position: static;
  inset: 50% auto 0% 80px;
}

.div-block-40 {
  height: 10vh;
}

.small-slider {
  margin-top: 60px;
}

.slider-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 80vh;
  padding-bottom: 0;
  display: flex;
}

.slider-2._w-slider {
  height: auto;
}

.image-4 {
  flex: 1;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.icon-4, .icon-5 {
  color: var(--black);
  font-size: 25px;
}

.slide-nav-2 {
  color: var(--black);
  background-color: #0000;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gothamnarrow book, sans-serif;
  font-size: 10px;
  position: static;
}

.slide-nav-2._w-slider-dot {
  opacity: 0;
  font-size: 6px;
  line-height: 30px;
  display: none;
}

.div-block-41 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin-bottom: 10px;
  display: flex;
}

.image-5 {
  flex: 1;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.heading-4 {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 auto 20px;
  font-family: Gothamnarrow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

.right-arrow-2 {
  height: auto;
  margin-left: 20px;
  margin-right: -60px;
}

.left-arrow-2 {
  height: auto;
  margin-left: -60px;
  margin-right: 20px;
}

.div-block-42 {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.menu-button-2 {
  margin-bottom: 0;
  padding: 0;
}

.div-block-43 {
  width: 100%;
  height: 100vh;
}

.menu {
  z-index: 2147483647;
  background-color: var(--white);
  opacity: 1;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu.about, .menu.about-copy {
  background-color: #090909;
  display: block;
}

.menu.about-copy.about-bg {
  background-image: none;
}

.menu-item {
  color: #868686;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 15vh;
  font-family: Gothamnarrow book, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.menu-item:hover {
  color: #212121;
  border-bottom: 1px solid #151515;
}

.div-block-44 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  margin: auto;
  padding-top: 0;
  display: flex;
}

.div-block-44.about {
  justify-content: center;
}

.div-block-45 {
  align-items: center;
  width: 100%;
  height: 150px;
  padding: 30px 50px;
  display: flex;
  position: fixed;
}

.div-block-45.about {
  padding-right: 50px;
}

.numbers {
  font-family: Gothamnarrow book, sans-serif;
}

.numbers.space {
  margin-left: 5px;
  margin-right: 5px;
}

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

.slide-1 {
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.slide-copy {
  width: 100%;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.slide-2 {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.lottie-animation-2, .lottie-animation-burger {
  opacity: 1;
  color: var(--black);
  width: 26px;
  height: auto;
}

.lottie-animation-close {
  opacity: 1;
  filter: invert();
  color: var(--black);
  width: 26px;
  height: auto;
}

.lottie-animation-close.about {
  filter: none;
  color: var(--black);
}

.lottie-animation-3, .lottie-animation-4 {
  display: block;
}

.div-block-47 {
  color: var(--white);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-47.contact-spacer {
  margin-top: 60px;
}

.link-contact {
  color: var(--white);
  letter-spacing: .3px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
  font-family: Gothamnarrow, sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-decoration: none;
}

.link-contact:hover {
  color: #793030;
}

.div-slider-2-copy {
  background-image: url('../images/MK-Afrofemme-3---mockup-test-3.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  width: 100%;
  height: 70vh;
  max-height: none;
  display: flex;
}

.div-slider-3 {
  background-image: url('../images/MK-Afrofemme-3---mockup-test-4.jpg');
  background-position: 50% 35%;
  background-size: cover;
  justify-content: flex-start;
  width: auto;
  max-width: 1600px;
  height: 75vh;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-slider-4 {
  background-image: url('../images/MK-Afrofemme-5---mockup-test-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  width: auto;
  max-width: 1600px;
  height: 75vh;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-slider-5 {
  background-image: url('../images/MK-Afrofemme-5---mockup-test-4.jpg');
  background-position: 50% 60%;
  background-size: cover;
  justify-content: flex-start;
  width: auto;
  max-width: 1600px;
  height: 75vh;
  max-height: none;
  margin: 0 auto;
  display: flex;
}

.contact-text {
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gothamnarrow, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.text-block-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gothamnarrow book, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.link-block {
  text-decoration: none;
}

.home-h2 {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1px;
  line-height: 1px;
}

.p-hover {
  flex: 1;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  bottom: 10px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .container {
    height: auto;
    padding-bottom: 10px;
  }

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

  .section {
    height: auto;
  }

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

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 0 auto;
    width: 124px;
  }

  .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 50px 40px;
    display: none;
  }

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

  .footer-wrap {
    position: static;
  }

  .footer-wrap.white {
    position: fixed;
  }

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

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

  .intro-box-2 {
    flex: 0 auto;
    justify-content: flex-start;
  }

  .scroll-text {
    font-size: 10px;
  }

  .section-3 {
    min-height: 100vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-30 {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph {
    margin-bottom: 40px;
  }

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

  .paragraph.contact-menu {
    width: 70%;
  }

  .text-block.footer.white {
    margin-left: auto;
    margin-right: 0;
  }

  .div-slider {
    background-position: 50%;
    height: 60vh;
  }

  .div-block-32 {
    margin-top: 30px;
    margin-right: 0;
  }

  .div-block-34 {
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .div-slider-2 {
    height: 60vh;
  }

  .preloader {
    display: none;
  }

  .bg-texture {
    width: 60vw;
  }

  .bg-texture-2 {
    width: 30vw;
  }

  .bg-texture-2.invert {
    width: 50vw;
  }

  .div-home {
    width: 60%;
    margin-top: 40px;
  }

  .heading-2 {
    margin-bottom: 40px;
    display: block;
  }

  .heading-2.home, .heading-2.seo1 {
    display: none;
  }

  .div-block-37 {
    height: 150px;
    max-height: none;
  }

  .heading-3.specifications {
    margin-top: 40px;
  }

  .heading-3.zoom {
    opacity: .5;
    font-size: 14px;
    line-height: 22px;
  }

  .slide-nav {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-39 {
    display: none;
  }

  .small-slider {
    width: auto;
  }

  .slider-2._w-slider {
    height: auto;
  }

  .image-4 {
    flex: 1;
    height: auto;
  }

  .icon-4, .icon-5 {
    opacity: 0;
  }

  .slide-nav-2._w-slider-dot {
    display: none;
  }

  .image-5 {
    flex: 1;
    height: auto;
  }

  .right-arrow-2 {
    margin-right: -60px;
    display: block;
    overflow: visible;
  }

  .left-arrow-2 {
    margin-left: -60px;
    display: block;
    overflow: visible;
  }

  .menu {
    opacity: 1;
    display: none;
  }

  .menu.about-copy {
    opacity: 1;
  }

  .menu-item {
    margin-bottom: 10vh;
  }

  .div-block-44 {
    flex-direction: column;
    justify-content: center;
    width: 70%;
    padding-top: 0;
    padding-bottom: 5vh;
    display: flex;
  }

  .div-block-44.about {
    width: 90%;
  }

  .div-block-45 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-1 {
    height: auto;
    max-height: none;
  }

  .div-block-47 {
    width: 60%;
  }

  .div-block-47.about {
    width: 60%;
    height: 40vh;
    overflow: visible;
  }

  .link-contact {
    font-size: 21px;
    line-height: 32px;
  }

  .div-slider-2-copy {
    height: 40vh;
  }

  .div-slider-3, .div-slider-4, .div-slider-5 {
    height: 60vh;
  }

  .p-hover {
    flex: 1;
    height: auto;
    display: none;
  }
}

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

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

  .container {
    text-align: center;
    align-items: stretch;
    max-width: none;
  }

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

  .section {
    align-items: center;
    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;
  }

  .logo-image {
    width: 110px;
  }

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

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

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

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

  .contact {
    padding-bottom: 0;
    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;
    height: 250px;
  }

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

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

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .intro-box-2 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .body {
    object-fit: contain;
    overflow: visible;
  }

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

  .paragraph.about {
    letter-spacing: .8px;
    height: auto;
    min-height: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.8vh;
    line-height: 2.8vh;
    overflow: visible;
  }

  .paragraph.about.new {
    height: 1px;
    min-height: 1px;
    display: none;
  }

  .text-block.footer.white {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-31 {
    height: 100%;
  }

  .div-slider {
    height: 30vh;
  }

  .div-block-32 {
    width: 100px;
    height: 20px;
    margin-top: 10px;
  }

  .slider-title {
    font-family: Gothamnarrow book, sans-serif;
    font-size: 9px;
    font-weight: 400;
  }

  .right-arrow {
    margin-right: 0;
  }

  .div-block-33 {
    margin-bottom: 20px;
  }

  .link-2 {
    text-decoration: none;
  }

  .lottie-animation {
    left: 20px;
  }

  .div-block-34 {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .div-block-34.contact-footer, .div-block-34.about-foot {
    margin-top: 140px;
  }

  .div-slider-2 {
    height: 30vh;
  }

  .bg-texture {
    width: 60vw;
    overflow: hidden;
  }

  .bg-texture-2 {
    width: 30vw;
    overflow: hidden;
  }

  .bg-texture-2.invert {
    width: 60vw;
  }

  .div-home {
    align-items: center;
    width: 80%;
  }

  .heading-2 {
    margin-bottom: 40px;
  }

  .div-block-37 {
    height: 200px;
  }

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

  .left-arrow {
    margin-left: 0;
  }

  .container-copy {
    text-align: center;
  }

  .container-3 {
    text-align: center;
    max-width: none;
  }

  .div-block-39 {
    max-width: none;
  }

  .div-block-40 {
    display: none;
  }

  .small-slider {
    width: 90%;
  }

  .image-4, .image-5 {
    flex: 1;
    height: auto;
  }

  .right-arrow-2 {
    margin-right: -40px;
    display: block;
  }

  .left-arrow-2 {
    margin-left: -40px;
    display: block;
  }

  .menu {
    display: none;
  }

  .menu.about-copy {
    height: auto;
  }

  .menu-item {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .div-block-44.about {
    width: 100%;
  }

  .div-block-45.about {
    padding-right: 30px;
  }

  .slide-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-47 {
    width: 90%;
  }

  .div-block-47.about {
    width: 90%;
    height: auto;
    overflow: visible;
  }

  .link-contact {
    font-size: 18px;
    line-height: 28px;
  }

  .div-slider-2-copy, .div-slider-3, .div-slider-4, .div-slider-5 {
    height: 30vh;
  }

  .p-hover {
    flex: 1;
    height: auto;
  }
}

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

  .container {
    padding-bottom: 0;
  }

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

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

  .intro-box-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .body {
    overflow: visible;
  }

  .paragraph.about {
    height: auto;
    min-height: auto;
    margin-top: auto;
    padding-top: 20px;
    font-size: 1.7vh;
    line-height: 2.6vh;
    overflow: visible;
  }

  .paragraph.contact-menu {
    width: 90%;
    font-size: 21px;
    line-height: 30px;
  }

  .div-block-31 {
    justify-content: center;
  }

  .div-slider {
    background-position: 58%;
    height: 40vh;
  }

  .link-2 {
    text-decoration: none;
  }

  .div-block-34 {
    margin-top: 100px;
  }

  .div-block-34.about-foot {
    margin-top: 140px;
    margin-bottom: 0;
  }

  .div-slider-2 {
    height: 40vh;
  }

  .bg-texture-2.invert {
    width: 80vw;
  }

  .heading-2 {
    margin-bottom: 40px;
  }

  .div-block-37 {
    height: 180px;
  }

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

  .slider-2._w-slider {
    object-fit: none;
  }

  .image-4, .image-5 {
    flex: 1;
    height: auto;
  }

  .menu {
    opacity: 1;
    display: none;
  }

  .menu.about-copy {
    overflow: visible;
  }

  .div-block-44 {
    width: 80%;
    height: 100vh;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .div-block-44.about {
    width: 80%;
  }

  .div-block-45 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-45.about {
    padding-right: 20px;
  }

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

  .div-block-47.about {
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .div-slider-3 {
    background-position: 40% 35%;
    height: 40vh;
  }

  .div-slider-4 {
    height: 40vh;
  }

  .div-slider-5 {
    background-position: 45%;
    height: 40vh;
  }

  .mask-2 {
    width: 140%;
  }

  .p-hover {
    flex: 1;
    height: auto;
  }
}


@font-face {
  font-family: 'Gothamnarrow';
  src: url('../fonts/GothamNarrow-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamnarrow book';
  src: url('../fonts/GothamNarrow-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamnarrow';
  src: url('../fonts/GothamNarrow-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamnarrow';
  src: url('../fonts/GothamNarrow-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamnarrow';
  src: url('../fonts/GothamNarrow-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamnarrow';
  src: url('../fonts/GothamNarrow-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamnarrow';
  src: url('../fonts/GothamNarrow-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamnarrow';
  src: url('../fonts/GothamNarrow-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamnarrow';
  src: url('../fonts/GothamNarrow-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamnarrow';
  src: url('../fonts/GothamNarrow-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}