a {
  color: #fff;
  text-decoration: underline;
}

.body {
  background-color: #191919;
}

.heading-1 {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: 100%;
  font-family: Newsreader, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 125%;
}

.heading-1.peace {
  opacity: .31;
}

.hero-section {
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
}

.hero-content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: left;
  margin-top: 24px;
  font-family: Newsreader, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 125%;
  text-decoration: none;
  display: block;
}

.hero-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.hero-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .4fr 1fr 1.2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  margin-left: 160px;
  margin-right: 160px;
  display: grid;
}

.work-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.work-section {
  padding-left: 160px;
  padding-right: 160px;
  display: block;
}

.project {
  opacity: 1;
  margin-bottom: 80px;
  text-decoration: none;
}

.project.natwest, .project.hsbc, .project.knoma {
  display: none;
}

.project.first {
  margin-bottom: 80px;
}

.project.last {
  margin-bottom: 0;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newsreader, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.project-image {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 24px;
}

.project-content {
  text-decoration: none;
}

.logo-section {
  opacity: .3;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.line-div {
  background-color: #80858c;
  width: 100%;
  height: 1px;
  display: block;
  position: static;
  overflow: hidden;
}

.project-details {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.arrow {
  opacity: 0;
  display: block;
}

.project-desc {
  text-decoration: none;
}

.line {
  background-color: #fff;
  width: 0%;
  height: 1px;
  display: block;
  position: static;
  overflow: hidden;
}

.image-div {
  overflow: hidden;
}

.logo-container {
  max-width: 1440px;
}

.footer-section {
  width: 100%;
  padding: 40px 80px;
  display: block;
}

.quote-section {
  padding: 160px 80px 120px;
  display: block;
}

.quote-container {
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.arrow-1 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 32px;
  margin-bottom: 0;
  font-family: Suisse Intl;
  font-size: 48px;
  font-weight: 300;
  line-height: 64px;
}

.title {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  font-family: Suisse Intl Mono;
  font-size: .75rem;
  font-weight: 400;
  line-height: 18px;
}

.additional-content {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.2fr .7fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-section {
  padding: 80px;
  display: block;
}

.paragraph-3 {
  color: #d6d7d9;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Suisse Intl;
  font-size: 1rem;
  font-weight: 300;
  line-height: 26px;
}

.portfolio-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-container {
  max-width: 1440px;
}

.portfolio-section {
  padding-top: 80px;
  display: block;
}

.quote-section-2 {
  padding: 80px;
  display: block;
}

.gradient-canvas {
  z-index: -1;
  display: none;
  position: absolute;
  inset: 0%;
}

.portfolio-container {
  max-width: 1440px;
}

.footer-container {
  max-width: 1200px;
}

.footer-content {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisse Intl;
  font-size: 48px;
  font-weight: 300;
  line-height: 64px;
}

.footer-link {
  color: #d6d7d9;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Suisse Intl;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
}

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

.site-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  display: flex;
}

.loading-container {
  z-index: 9999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading {
  opacity: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rolling {
  margin-top: -12px;
}

.p1 {
  color: #fff;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.p1.grey {
  color: #7c7c7c;
}

.p1.grey.alt {
  display: none;
}

.p1.copyright {
  opacity: .1;
  font-size: 16px;
  font-style: italic;
}

.p-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 480px;
  display: flex;
}

.footer {
  border: 1px #000;
  border-top: 1px solid #191919;
  width: 100%;
  padding: 10px 16px 12px;
  display: none;
}

.header {
  background-color: #0000;
  border-bottom: 1px #191919;
  width: 100%;
  padding: 16px;
}

.hamburger, .nav-links {
  display: none;
}

.nav-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand.w--current {
  opacity: .05;
  display: none;
}

.signature {
  color: #fff;
  font-family: Whisper, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.salaam {
  color: #fff;
  font-family: Scheherazade New, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.intro {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.story {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.link {
  color: #fff;
}

.p-container-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  max-width: 480px;
  display: flex;
}

.current-hero {
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
}

.main-hero {
  justify-content: center;
  align-items: center;
  padding-left: 160px;
  padding-right: 160px;
}

.project-title {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.caption {
  opacity: .5;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: JetBrains Mono, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: inline;
}

.chip {
  background-color: #ffffff1a;
  border-radius: 999px;
  padding: 8px 16px;
  text-decoration: none;
  display: inline;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-section-copy {
  opacity: .3;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.footer-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.project-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-chip {
  background-color: #ffffff1a;
  border-radius: 999px;
  padding: 8px 16px;
  text-decoration: none;
  display: inline;
}

.footer-chip:hover {
  background-color: #fff3;
}

.p2 {
  opacity: .7;
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: JetBrains Mono, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.hero-description {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .heading-1 {
    display: block;
  }

  .hero-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph {
    margin-right: 120px;
  }

  .hero-div {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .grid {
    margin-left: auto;
    margin-right: auto;
  }

  .work-container, .work-section {
    padding-left: 0;
    padding-right: 0;
  }

  .project {
    margin: 40px;
  }

  .logo-section {
    margin-left: 80px;
    margin-right: 80px;
    display: none;
  }

  .footer-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quote-section {
    margin-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .additional-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-section {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-container, .quote-section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .gradient-canvas, .icon {
    display: none;
  }

  .current-hero, .main-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-section-copy {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .additional-content {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading-1 {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-section {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 16px;
  }

  .hero-content {
    align-items: center;
  }

  .paragraph {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .hero-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-div {
    display: none;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template: "."
                   "."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

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

  .project {
    margin: 0 20px 40px;
  }

  .heading-3 {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 32px;
  }

  .project-image {
    margin-bottom: 16px;
  }

  .logo-section {
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .arrow {
    display: none;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

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

  .arrow-1 {
    text-align: left;
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .title {
    width: 280px;
    font-size: .875rem;
    line-height: 20px;
    display: block;
  }

  .additional-block.achievements, .additional-block.experience {
    display: block;
  }

  .additional-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .about-section {
    padding: 56px 20px 0;
  }

  .paragraph-3 {
    margin-top: 8px;
  }

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

  .portfolio-section {
    padding-top: 56px;
  }

  .quote-section-2 {
    margin-top: 0;
    padding: 80px 20px 0;
  }

  .coop {
    width: 28px;
  }

  .footer-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    text-align: left;
    font-size: 32px;
    line-height: 44px;
  }

  .footer-link {
    font-size: 24px;
    line-height: 32px;
  }

  .site-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .p1 {
    font-size: 20px;
    line-height: 28px;
  }

  .p1.grey.alt {
    display: block;
  }

  .p1.grey.start, .p1.copyright._2nd, .header {
    display: none;
  }

  .nav-container {
    justify-content: flex-start;
    align-items: center;
  }

  .brand.w--current {
    padding-left: 0;
  }

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

  .intro {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .current-hero {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 16px;
  }

  .main-hero {
    margin-left: auto;
    margin-right: auto;
    padding: 32px 16px;
  }

  .project-title {
    margin-bottom: 8px;
  }

  .caption {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 32px;
  }

  .chip {
    padding: 4px 12px;
    display: block;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .logo-section-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .project-tags {
    flex-flow: row;
  }

  .footer-chip {
    padding: 4px 12px;
    display: block;
  }

  .p2 {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 32px;
  }
}

#w-node-_7018971b-4d7a-27a2-2bc5-3c9a2a7abc18-27c1882b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_7018971b-4d7a-27a2-2bc5-3c9a2a7abc18-27c1882b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


