:root {
  --black-2: #242424;
  --white: white;
  --silver: silver;
  --black: black;
}

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

body {
  background-color: var(--black-2);
  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: 100%;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  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: 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 {
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

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

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

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

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

.heading-jumbo {
  color: #fff;
  text-transform: none;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 400;
  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 {
  opacity: .6;
  color: var(--white);
}

.paragraph-light {
  opacity: .6;
  color: var(--silver);
  text-align: justify;
  transition: letter-spacing .3s ease-in;
}

.paragraph-light.cc-position-name {
  color: var(--silver);
  margin-bottom: 5px;
}

.section {
  object-fit: fill;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.section.cc-contact {
  background-color: #f4f4f4;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  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: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.navigation {
  background-color: var(--white);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  width: 125px;
  height: auto;
  background-image: none;
  background-size: auto;
  display: block;
}

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

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

.name-text {
  opacity: .6;
  color: var(--silver);
  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 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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: ". . Area"
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  grid-auto-flow: row;
  align-items: stretch;
  margin-bottom: 80px;
}

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

.work-image {
  height: 460px;
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  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/faculdade-47.jpg');
  background-position: 50%;
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/MILITAR-16.jpg');
  background-position: 50%;
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/alice-3-anos-3.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/_ARF2652.jpg');
  background-position: 50%;
  background-size: cover;
}

.work-image.cc-work-5 {
  object-fit: contain;
  background-image: url('../images/_THI6108.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.work-image.cc-work-6 {
  background-image: url('../images/outros--3.jpg');
  background-position: 50%;
  background-size: cover;
}

.work-image.cc-work-7 {
  background-image: url('../images/027.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.project-name-link {
  color: var(--white);
  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::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  height: 200px;
  max-width: 800px;
  object-fit: fill;
  object-position: 50% 50%;
  border-style: solid;
  padding-top: 12px;
  transition: border-color .4s;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.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;
  grid-template-rows: auto auto auto;
}

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

.footer-wrap {
  z-index: 2;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 10px 50px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 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;
  font-style: normal;
  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-content: stretch;
  justify-content: stretch;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.service-name-text {
  opacity: .6;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 30px;
  font-style: italic;
  line-height: 46px;
  text-decoration: none;
  display: block;
}

.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: ". . . ."
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-bottom: 30px;
}

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

.detail-header-image {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}

.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 {
  width: 70%;
  text-align: center;
  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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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;
}

.button-2 {
  background-color: var(--white);
  outline-offset: 0px;
  color: #101011;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  outline: 3px #555;
}

.link-block {
  width: 25px;
  height: 25px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ICON_INSTA.png');
  background-position: 0 0;
  background-size: cover;
  margin-left: 20px;
  margin-right: 20px;
  overflow: visible;
}

.link-block-2 {
  width: 25px;
  height: 25px;
  background-image: url('../images/ICON_FACE.png');
  background-position: 0 0;
  background-size: cover;
  margin-left: 20px;
  margin-right: 20px;
}

.link-block-2.link-block-3 {
  background-image: url('../images/ICON_WPP.png');
  background-position: 0 0;
  background-size: cover;
  margin-right: 0;
}

.body {
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Sem-título-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border: 1px #000;
}

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

.link-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.video {
  float: none;
  clear: none;
  object-fit: fill;
  border-radius: 0;
  position: relative;
  top: 0;
}

.heading-2 {
  color: var(--white);
  font-weight: 700;
}

.body-2 {
  background-color: #000;
  background-image: url('../images/Sem-título-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.div-block {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 200;
}

.div-block-2 {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-weight: 200;
}

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

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #1a1b1f;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
  display: grid;
}

.grid.grid-project1 {
  grid-template-rows: auto auto auto;
}

.grid.grid-project2, .grid.grid-project3 {
  grid-template-rows: auto auto;
}

.grid.grid-project4, .grid.grid-project6 {
  grid-template-rows: auto auto auto;
}

.image {
  background-image: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.image-2, .image-3 {
  width: 100%;
  height: auto;
}

.image-4 {
  width: 100%;
}

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

.image-6 {
  width: 100%;
}

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

.body-3 {
  background-image: url('../images/Sem-título-1.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.image-8 {
  width: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
}

.container-2 {
  width: 750px;
  height: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
}

.image-9 {
  background-image: url('../images/_ASS1569.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image-10 {
  height: 100%;
}

.image-11, .image-12, .image-13 {
  width: 100%;
  height: auto;
}

.image-14 {
  height: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
}

.div-block-4 {
  display: block;
}

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

.image-40, .image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47, .image-48, .image-49, .image-50, .image-51, .image-52, .image-53, .image-54, .image-55 {
  height: auto;
}

.image-56 {
  width: auto;
  height: auto;
  background-image: none;
}

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

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

  .paragraph-light, .paragraph-light.align-center {
    text-align: center;
  }

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

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

  .button {
    justify-content: center;
  }

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

  .menu-icon {
    background-image: none;
    display: block;
  }

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

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

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

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

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .intro-wrap {
    margin-top: 170px;
  }

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

  .work-image.cc-work-2 {
    background-image: url('../images/MILITAR-16.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .work-image.cc-work-4 {
    background-position: 50%;
  }

  .work-image.cc-work-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .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-top: 80px;
    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 {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

  .link-block {
    margin-bottom: 10px;
  }

  .link-block-2 {
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .link-block-2.link-block-3 {
    margin-right: 20px;
  }

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

  .div-block-3 {
    margin-bottom: -60px;
    padding-top: 80px;
  }
}

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

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

  .container {
    text-align: center;
  }

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

  .paragraph-light {
    text-align: center;
  }

  .section {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .navigation {
    padding: 20px 30px;
  }

  .intro-wrap {
    margin-top: 170px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    text-align: center;
    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;
  }

  .link-block {
    margin-bottom: 10px;
  }

  .link-block-2 {
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .link-block-2.link-block-3 {
    margin-right: 20px;
  }

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

  .div-block-3 {
    margin-bottom: -60px;
    padding-top: 80px;
  }
}

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

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

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

  .menu-icon {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .navigation-items {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

  .navigation-wrap {
    overflow: visible;
  }

  .intro-wrap {
    margin-top: 160px;
  }

  .work-image.cc-work-1 {
    background-position: 25%;
    background-attachment: scroll;
  }

  .work-image.cc-work-7 {
    object-fit: contain;
  }

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

  .contact-form-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "Area";
  }

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

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
    margin-top: 80px;
  }

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

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

  .social-media-grid {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .project-overview-grid {
    width: 100%;
    max-width: none;
    grid-row-gap: 0px;
    grid-template-rows: auto;
  }

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

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

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

  .link-block, .link-block-2 {
    margin-bottom: 10px;
  }

  .link-block-2.link-block-3 {
    margin-right: 20px;
  }

  .grid.grid-project4 {
    grid-template-rows: auto auto;
  }

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

  .div-block-3 {
    margin-bottom: -60px;
    padding-top: 80px;
  }

  .image-10 {
    height: auto;
  }

  .image-11 {
    width: auto;
  }

  .image-15, .image-16, .image-17, .image-18 {
    height: auto;
  }

  .image-19 {
    width: 100%;
    height: auto;
  }

  .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38 {
    height: auto;
  }
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fa5-8f2f0c4e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fad-8f2f0c4e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fb4-8f2f0c4e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dff26f68-5731-3efa-d3dd-8f65c72d8fbb-8f2f0c4e {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_26e9ab8e-0337-2cbf-c7e3-51f87a4815dc-8f2f0c4e {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_0dc7a178-f462-0a47-7480-9d45a72897a1-8f2f0c4e {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c34dd81b-1ee1-3e5f-a67f-1460637184aa-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 3 / 1 / 4 / 3;
}

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

#w-node-_1e98d404-1b5a-17c7-8651-1a596f5eb79f-8f2f0c51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8a-8f2f0c51 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8f-8f2f0c51 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd90-8f2f0c51 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd99-8f2f0c51 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-8f2f0c51, #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-8f2f0c51:active {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-8f2f0c51 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9f-8f2f0c51 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-8f2f0c51 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-8f2f0c51 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-8f2f0c51 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-8f2f0c51 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-8f2f0c51 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-fcaeefd2-903c-f262-c20a-a734cdd7eaac-8f2f0c51 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_10493290-9b26-1af3-bbf9-c4fefe4d63dd-8f2f0c51 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a503c82d-85a3-2d9d-e939-292f1cc10135-8f2f0c51 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_8a77d912-d66b-7f73-6d7b-47c45638416e-8f2f0c51 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-8f2f0c53 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e8533daa-2b30-82e6-bbfc-5e9c476a1f5e-8f2f0c53, #w-node-bec762a3-5c07-791e-b774-6dc863724533-8f2f0c53, #w-node-f76530fb-01f2-e605-29a1-57d0ceb07add-8f2f0c53, #w-node-_31ce046b-4786-90a8-ce1b-df1c28d36a3a-8f2f0c53, #w-node-e2a34afd-4adc-4f26-896f-663ca18f2981-8f2f0c53, #w-node-efa51f9e-e517-089a-7122-e8519356f0ac-8f2f0c53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-476c783e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5ec9a599-55fa-ab23-1100-36713ecb11d5-476c783e, #w-node-a88c5653-7d6d-0ac3-99c7-9b8fc66b5485-476c783e, #w-node-bf474261-654d-e112-5783-64e41452e779-476c783e, #w-node-_19d2dce3-1f11-f7f9-14df-5ddec25a0e05-476c783e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-62f7402c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_757374e7-fa07-213b-c727-b415db937f4f-62f7402c, #w-node-_16332cc7-0670-5fc0-3107-1529ba87a4e4-62f7402c, #w-node-f0745641-4aea-b331-6f0c-b4fead7e36c9-62f7402c, #w-node-b013a13f-7dd2-4842-a3f1-334d7315ac70-62f7402c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-eaac640d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c53c014e-55d8-07c4-ef21-5d929d900c7d-eaac640d, #w-node-_17ff20a2-99f8-607e-75d3-484b44325681-eaac640d, #w-node-_8d8fc53a-fa6d-585b-9bcb-b40aed2894dc-eaac640d, #w-node-d373f05d-ea0c-498c-df42-214da1ab5099-eaac640d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-7a24d03b {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_65d37bba-2fee-8961-6185-a526d9ade061-7a24d03b, #w-node-_9d4f71b4-bb2a-5752-30ca-11449d41a4dc-7a24d03b, #w-node-bd19b114-bc7c-1d07-0da8-a17ef99f1ee2-7a24d03b, #w-node-_2f754592-739a-a689-e24a-cce6072c8bfc-7a24d03b, #w-node-_3d5f5021-011f-dc55-407c-0e0b6323c502-7a24d03b, #w-node-_7897417a-469a-646d-ee6d-add972768ea3-7a24d03b, #w-node-_457a4c9b-4b37-3ad7-4ae1-bb0de501873c-7a24d03b, #w-node-_0bff8595-4965-37d8-cc01-103b08ce45ef-7a24d03b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-c704d3fe {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c23ab7da-2454-562c-d745-acc5fcf2cc5c-c704d3fe, #w-node-_2490ca2b-bb0d-8457-58fb-647f520f70f6-c704d3fe, #w-node-_44c24fef-bb26-3dbc-0a0a-f6cf635c5eef-c704d3fe, #w-node-afbefe71-b095-4da1-0c45-ee6323723407-c704d3fe, #w-node-f283a5c4-1331-600b-0492-8a62e77a0aa2-c704d3fe, #w-node-a8afb0e0-23c0-6080-87db-e4c699e8bb8a-c704d3fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-ff308ba3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e8533daa-2b30-82e6-bbfc-5e9c476a1f5e-ff308ba3, #w-node-bec762a3-5c07-791e-b774-6dc863724533-ff308ba3, #w-node-f76530fb-01f2-e605-29a1-57d0ceb07add-ff308ba3, #w-node-_31ce046b-4786-90a8-ce1b-df1c28d36a3a-ff308ba3, #w-node-e2a34afd-4adc-4f26-896f-663ca18f2981-ff308ba3, #w-node-efa51f9e-e517-089a-7122-e8519356f0ac-ff308ba3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-8f2f0c51, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-8f2f0c51 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-8f2f0c51 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-8f2f0c51 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-8f2f0c51 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-8f2f0c51 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-8f2f0c51 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-8f2f0c51 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-fcaeefd2-903c-f262-c20a-a734cdd7eaac-8f2f0c51 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_10493290-9b26-1af3-bbf9-c4fefe4d63dd-8f2f0c51 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a503c82d-85a3-2d9d-e939-292f1cc10135-8f2f0c51 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_8a77d912-d66b-7f73-6d7b-47c45638416e-8f2f0c51 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-8f2f0c53, #w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-476c783e, #w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-62f7402c, #w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-eaac640d, #w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-7a24d03b, #w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-c704d3fe, #w-node-ce62ab7a-455d-bf6c-9a55-6981d8e1929a-ff308ba3 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fcaeefd2-903c-f262-c20a-a734cdd7eaac-8f2f0c51 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_10493290-9b26-1af3-bbf9-c4fefe4d63dd-8f2f0c51 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a503c82d-85a3-2d9d-e939-292f1cc10135-8f2f0c51 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_8a77d912-d66b-7f73-6d7b-47c45638416e-8f2f0c51 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c34dd81b-1ee1-3e5f-a67f-1460637184aa-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fcaeefd2-903c-f262-c20a-a734cdd7eaac-8f2f0c51 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_10493290-9b26-1af3-bbf9-c4fefe4d63dd-8f2f0c51 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a503c82d-85a3-2d9d-e939-292f1cc10135-8f2f0c51 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_8a77d912-d66b-7f73-6d7b-47c45638416e-8f2f0c51 {
    grid-area: 5 / 1 / 6 / 2;
  }
}


