@font-face {
  font-family: Sf Pro;
  src: url('../fonts/SF-Pro-Text-Black.otf') format("opentype"), url('../fonts/SF-Pro-Text-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro;
  src: url('../fonts/SF-Pro-Text-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro;
  src: url('../fonts/SF-Pro-Text-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro;
  src: url('../fonts/SF-Pro-Text-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro;
  src: url('../fonts/SF-Pro-Text-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro;
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro;
  src: url('../fonts/SF-Pro-Text-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.team-rectangles {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 154px;
  display: block;
}

.section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.text {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-2 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.columns {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  display: flex;
}

.image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
}

.info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.name {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.description {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-left-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.container-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.text-3 {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.text-4 {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.column-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: 1080px;
  display: flex;
  position: relative;
}

.img_6099-2-1 {
  object-fit: cover;
}

.frame-4 {
  grid-column-gap: 164px;
  grid-row-gap: 164px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 103px;
  left: 325px;
}

.frame-2 {
  grid-column-gap: 155px;
  grid-row-gap: 155px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  color: #fff;
  flex-flow: row;
  flex: 0 auto;
  margin: 0 auto;
  padding-right: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.frame-1 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-copy-goes-here-be-awesome-2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.frame-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-copy-goes-here-be-awesome-3 {
  color: #fff;
  font-size: 122px;
  font-weight: 300;
  line-height: 120%;
}

.title-copy-goes-here-be-awesome-4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: underline;
}

.new-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1c1c1c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1080px;
  display: flex;
}

.navbar-logo-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d1d1d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 218px;
  display: flex;
}

.navbar-content {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-right: 501px;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.title-copy-goes-here-be-awesome-5 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.hero-heading-left-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #1d1d1d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 24px 64px;
  display: flex;
}

.container-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.column-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-copy-goes-here-be-awesome-6 {
  color: #fff;
  font-size: 122px;
  font-weight: 300;
  line-height: 120%;
}

.text-6 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: underline;
}

.hero-heading-left-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #1d1d1d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.container-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 913px;
  display: flex;
}

.title-copy-goes-here-be-awesome-7 {
  color: #fff;
  font-size: 90px;
  font-weight: 300;
  line-height: 120%;
}

.text-7 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: underline;
}

.navbar-brand-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-copy-goes-here-be-awesome-8 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.title-copy-goes-here-be-awesome-9 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.hero-heading-left-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #1d1d1d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.container-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.column-4 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-heading-left-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #1d1d1d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.container-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 913px;
  display: flex;
}

.title-copy-goes-here-be-awesome-10 {
  color: #fff;
  align-self: flex-start;
  width: auto;
  font-size: 90px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  top: -5px;
}

.text-8 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: underline;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

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

.nav-menu {
  color: #fff;
  padding-right: 452px;
}

.nav-link-2 {
  color: #fff;
  padding-left: 0;
  font-size: 15px;
}

.navbar {
  background-color: #1d1d1d;
}

.body {
  color: #1d1d1d;
  background-color: #1d1d1d;
  font-family: Sf Pro, sans-serif;
}

.nav-link-3, .nav-link-4, .nav-link-5 {
  color: #fff;
}

.navbar-logo-left-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d1d1d;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 187px;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.navbarcontainer-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 187px;
  display: flex;
}

.navbar-content-2 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-right: 0;
  display: flex;
}

.navbar-brand-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.title-copy-goes-here-be-awesome-11 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.navbar-menu-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.navbar-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 12px;
  font-size: 18px;
  display: flex;
}

.title-copy-goes-here-be-awesome-12 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.research-link-copy {
  padding: 0;
}

.research-link-copy._24-text {
  color: #0006;
  font-size: 1.5rem;
  line-height: 140%;
}

.research-link-copy._24-text:hover {
  text-decoration: underline;
}

.research-link-copy._24-text.w--current {
  color: #000;
  font-weight: 700;
}

.research-link-copy._24-text.resume {
  text-transform: capitalize;
  position: absolute;
  inset: 0% 0% auto auto;
}

.research-link-copy._24-text.resume.white {
  text-transform: capitalize;
}

.research-link-copy._24-text.resume.white:hover {
  text-decoration: underline;
}

.research-link-copy._24-text.white {
  color: #fff;
  font-size: 1.2rem;
  line-height: 140%;
}

.research-link-copy._24-text.white:hover {
  text-decoration: underline;
}

.research-link-copy._24-text.white.w--current {
  color: #fff;
}

.hero-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0 0;
  display: flex;
  position: relative;
}

.nav-menu-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0;
}

.about-link {
  color: #0006;
  padding: 0;
  font-size: 1.2rem;
}

.about-link._24-text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
}

.about-link._24-text:hover {
  text-decoration: underline;
}

.about-link._24-text.w--current {
  color: #000;
  border: 1px #000;
  padding-bottom: 0;
  font-weight: 700;
}

.about-link._24-text.white {
  color: #0006;
}

.about-link._24-text.white.w--current {
  color: #000;
}

.about-link._24-text.reflection-nav {
  color: #fff6;
}

.nav-work {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-work:hover {
  color: #3e7ac1;
}

.nav-work.w--current {
  color: #fff;
}

.hero-content {
  height: 300px;
}

.resume-wrapper {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.resume-wrapper:hover {
  color: #3e7ac1;
}

.resume-wrapper.w--current {
  color: #fff;
}

.full-screen-menu-overlay {
  background-color: #000000e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.logo-tab {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.logo-tab:hover {
  color: #3e7ac1;
}

.logo-tab.w--current {
  color: #fff;
}

.logo-tab.w--current:hover {
  color: #d95de3;
}

.nav-menu-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #000;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.brand, .brand.w--current {
  padding-bottom: 0;
}

.research-link {
  padding: 0;
}

.research-link._24-text {
  color: #0006;
  font-size: 1.2rem;
  line-height: 140%;
}

.research-link._24-text:hover {
  text-decoration: underline;
}

.research-link._24-text.w--current {
  color: #000;
  font-weight: 700;
}

.research-link._24-text.white {
  color: #fff;
  font-size: 1.2rem;
  line-height: 140%;
}

.research-link._24-text.white:hover {
  text-decoration: underline;
}

.research-link._24-text.white.w--current {
  color: #fff;
}

.research-link._24-text.white.reflection-nav {
  color: #fff6;
}

.research-link._24-text.resume {
  text-transform: capitalize;
  position: absolute;
  inset: 0% 0% auto auto;
}

.research-link._24-text.resume.white {
  text-transform: capitalize;
}

.research-link._24-text.resume.white:hover {
  text-decoration: underline;
}

._24-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

._24-text.logo {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  width: 200px;
  margin-right: 100px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 140%;
}

._24-text.logo.black {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  width: 200px;
}

.ham-open-logo {
  display: none;
}

.navbar-2 {
  opacity: 1;
  background-color: #0000;
  height: 100px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
}

.navbar-2.landing-page-nav {
  flex: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 4rem 0% auto;
}

.navbar-4 {
  align-self: stretch;
  display: none;
}

.nav-menu-container {
  color: #fff;
  flex: 1;
  display: flex;
}

.n-c {
  z-index: 900;
  width: 60px;
  height: 60px;
  transform-style: preserve-3d;
  background-color: #0000;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.n-c.w--open {
  background-color: #0000;
}

.middle-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.get-in-touch-link {
  color: #fff;
}

.get-in-touch-link._24-text {
  order: 1;
  align-self: auto;
  width: 200px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 140%;
  display: block;
}

.navbar-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.latest-mobile-navbar {
  display: none;
}

.resume-copy {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.resume-copy:hover {
  color: #3e7ac1;
}

.resume-copy.w--current {
  color: #fff;
}

.nav-home {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-home:hover {
  color: #3e7ac1;
}

.nav-home.w--current {
  color: #fff;
}

.nav-home.w--current:hover {
  color: #d95de3;
}

.nav-contact {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: #fff;
}

.typed-words {
  color: #fff;
  height: 300px;
  margin-top: 0;
  margin-bottom: 8vh;
  margin-left: -5px;
  padding-bottom: 0;
  font-size: 4rem;
  font-weight: 300;
  line-height: 120%;
  display: block;
}

.navbar-animated {
  background-color: #0000;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-image: url('../images/hero_new.jpg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: 100px auto 100px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  padding-left: 4rem;
  padding-right: 4rem;
}

.body-2 {
  padding-top: 4rem;
}

.nav-bar-white {
  display: none;
}

.nav-menu-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #000;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.navbar-5 {
  opacity: 1;
  background-color: #0000;
  height: 100px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
}

.navbar-5.landing-page-nav {
  flex: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 4rem 0% auto;
}

.navbar-5.landing-page-nav.about-page-nav {
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  top: 0;
}

.reflections-llink {
  padding: 0;
}

.reflections-llink._24-text {
  color: #0006;
  font-size: 1.2rem;
  line-height: 140%;
}

.reflections-llink._24-text:hover {
  text-decoration: underline;
}

.reflections-llink._24-text.w--current {
  color: #000;
  font-weight: 700;
}

.nav-menu-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #000;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.nav-menu-8.tab-nav {
  color: var(--black);
  line-height: 140%;
}

.navbar-6 {
  opacity: 1;
  background-color: #0000;
  height: 100px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
}

.navbar-6.landing-page-nav {
  flex: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 4rem 0% auto;
}

.navbar-6.landing-page-nav.about-page-nav {
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  top: 0;
}

.about-us-section {
  margin-top: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.social-media-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
}

.about-us-image {
  background-image: url('../images/vinay.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 700px;
  height: 600px;
  position: absolute;
  inset: -3% -27% auto auto;
}

.github {
  color: #000;
  font-size: 1rem;
}

.about-us---title {
  color: #000;
  width: 500px;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: -5px;
  font-size: 6rem;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.about-us-desc {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.about-us-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 2rem;
  display: block;
  position: relative;
}

.about-us---gen-in-touch {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}

.linkedin {
  color: #000;
  font-size: 1rem;
}

.education-title {
  color: #bdbdbd;
  margin-top: 2rem;
  margin-bottom: 4rem;
  margin-left: -5px;
  font-size: 4rem;
  font-weight: 600;
}

.education-section {
  margin-bottom: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.heading-5 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 25px;
}

.schools {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.school-logo-2 {
  background-image: url('../images/Cet_emblem-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 225px;
  position: relative;
  top: 25px;
  left: 0;
}

.school-des.school-2-des.school-2-des-laptop.school-2-laptop-min {
  margin-left: 0;
}

.school {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.school-title {
  color: #000;
  margin-top: 50px;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 600;
}

.education-container {
  max-width: 1000px;
  margin-top: 10rem;
}

.heading-3 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 25px;
}

.time-in-school {
  opacity: .4;
  color: #212121;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 25px;
}

.school-logo {
  background-image: url('../images/black-with-screen-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 225px;
  position: relative;
  top: 20px;
}

.school-activities {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 24px;
  list-style-type: none;
  display: flex;
}

.heading-4 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 25px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

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

.footer-name {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.div-block-3 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-direction: column;
  display: flex;
}

.footer-contents {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1000px;
  display: grid;
}

.link-11 {
  color: #bdbdbd;
  text-decoration: none;
}

.container-12 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-section {
  background-color: #2d2d2d;
  width: 100%;
  height: 380px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-3-copy, .div-block-4-copy {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-direction: column;
  display: flex;
}

.footer-des {
  text-align: justify;
  width: 320px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.div-block-4 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-direction: column;
  display: flex;
}

.social-media-links {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
}

.social-media-links.footer-logo {
  font-size: 1.75rem;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.navbar-7 {
  opacity: 1;
  background-color: #0000;
  height: 100px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
}

.navbar-7.landing-page-nav {
  flex: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 4rem 0% auto;
}

.navbar-7.landing-page-nav.about-page-nav {
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
  top: 0;
}

.body-3 {
  margin-top: 4rem;
  font-family: Sf Pro, sans-serif;
}

.res---hero {
  background-image: url('../images/My-project-10.png');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-top: 2rem;
  padding: 0 4rem;
}

.container-14 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-14.res-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.res-hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: -5px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 130%;
}

.res-hero-sub-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.res-projects {
  margin-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.res-projects-container {
  max-width: 1000px;
}

.res-project-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 130%;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

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

.div-block-14 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-direction: column;
  display: flex;
}

.link-13, .link-14 {
  color: #bdbdbd;
  text-decoration: none;
}

.container-15 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-10 {
  color: #bdbdbd;
  text-decoration: none;
}

.div-block-16 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-direction: column;
  display: flex;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.nav-bar-black {
  display: none;
}

.navbar-8 {
  opacity: 1;
  background-color: #0000;
  height: 100px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
}

.navbar-8.landing-page-nav {
  flex: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 4rem 0% auto;
}

.navbar-8.landing-page-nav.reflection-page-nav {
  padding-left: 4rem;
  padding-right: 4rem;
  position: static;
}

.ref---hero {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Rectangle-6.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 400px;
  margin-top: 2rem;
  padding: 0 4rem;
}

.container-16 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-16.res-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ref-hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: -5px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 130%;
}

.ref-hero-sub-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 120%;
}

.ref-section {
  padding-left: 4rem;
  padding-right: 4rem;
}

.container-17 {
  max-width: 1500px;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.collection-list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

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

.div-block-20 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-direction: column;
  display: flex;
}

.link-15, .link-16 {
  color: #bdbdbd;
  text-decoration: none;
}

.container-18 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-17 {
  color: #bdbdbd;
  text-decoration: none;
}

.div-block-22 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-direction: column;
  display: flex;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.body-4 {
  background-color: #000;
  margin-top: 4rem;
  font-family: Sf Pro, sans-serif;
}

.project {
  grid-column-gap: 99px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8rem;
  display: grid;
}

.project-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 130%;
  display: block;
}

.project-date {
  opacity: .4;
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.project-des {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

.ref-title {
  color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: flex-end;
  width: 85%;
  margin: 0 auto 0 0;
  font-size: 1.8rem;
  font-weight: 600;
  overflow: visible;
}

.ref-divider {
  background-color: #fff6;
  height: 2px;
  margin-top: 6rem;
}

.mobile-nav-white, .mobile-nav-black {
  display: none;
}

.resume-laptop {
  color: #0006;
  margin-top: 2px;
  font-size: 1.2rem;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.resume-laptop:hover {
  text-decoration: underline;
}

.resume-laptop.resume-home {
  color: var(--white);
}

.resume-laptop.grey {
  color: #fff6;
}

.body-about {
  padding-top: 4rem;
  font-family: Sf Pro, sans-serif;
}

.about-us-container-new {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.image-6 {
  object-fit: cover;
  height: 100%;
}

.image-container {
  position: relative;
}

.about-me-image {
  background-image: url('../images/vinay.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 130%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% -10%;
  overflow: auto;
}

.nav-wrapper {
  z-index: 10;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-wrapper.w--open {
  background-color: #0000;
}

.main-nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 88px;
  display: flex;
}

.nav-link-26 {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 4.5vw;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.nav-link-26:hover {
  color: #fff;
  transform: scale(1.1);
}

.nav-link-26.btn {
  background-color: #fff;
  border-radius: 999em;
  margin-top: 2vh;
  padding: .6em .9em;
  font-size: 3vw;
}

.nav-link-26.btn:hover {
  color: #000;
}

.container-w1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.nav-items {
  z-index: 1;
  flex-direction: column;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.close-btn-text {
  z-index: 1;
  font-size: 1.6em;
  position: relative;
}

.nav-toggle-text {
  z-index: 1;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}

.nav-gradient-bg {
  z-index: 0;
  background-image: radial-gradient(circle closest-corner at 50% 0, #729fe9 4%, #ce99cc 49%, #af70ad00 87%), radial-gradient(circle farthest-side at 100% 0, #c03d5f 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #e04c73, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #ffdfab, #ffa675 43%, #f36f85);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-nav {
  background-color: #ffe9d6;
  display: none;
  position: sticky;
  top: 0;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
}

.nav-toggle-btn {
  z-index: 5;
  opacity: 1;
  background-color: #fff;
  background-image: linear-gradient(148deg, #ffdead, #ffa04c);
  border-radius: 999em;
  padding: 17px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

.nav-toggle-btn:hover {
  background-image: linear-gradient(355deg, #ffdead, #ffa04c);
  transform: scale(1.2);
}

.logo {
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 700;
}

.close-btn-wrapper {
  z-index: 5;
  opacity: 1;
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(148deg, #ffdead, #ffa04c);
  border-radius: 999em;
  padding: 17px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: fixed;
  inset: 40px 45px auto auto;
}

.close-btn-wrapper:hover {
  background-image: linear-gradient(355deg, #ffdead, #ffa04c);
  transform: scale(1.2);
}

.bg-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-18 {
  background-color: var(--white);
  color: #212121;
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 0;
}

@media screen and (min-width: 1280px) {
  .research-link-copy._24-text {
    color: #0006;
    font-size: 1.5rem;
    line-height: 140%;
  }

  .research-link-copy._24-text.resume {
    text-transform: capitalize;
  }

  .research-link-copy._24-text.resume.white {
    text-transform: capitalize;
    font-size: 1.2rem;
    line-height: 140%;
  }

  .research-link-copy._24-text.white {
    font-size: 1.2rem;
    line-height: 140%;
  }

  .hero-container {
    justify-content: center;
    align-items: flex-start;
    max-width: 1000px;
    padding: 2rem 0 0;
    position: relative;
  }

  .about-link._24-text {
    font-size: 1.2rem;
    line-height: 140%;
  }

  .about-link._24-text.w--current {
    border: 1px #000;
    padding-bottom: 0;
  }

  .about-link._24-text.white {
    color: #0006;
  }

  .about-link._24-text.reflection-nav {
    color: #fff6;
  }

  .hero-content {
    height: 300px;
  }

  .brand {
    padding-bottom: 0;
  }

  .research-link._24-text {
    color: #0006;
    font-size: 1.2rem;
    line-height: 140%;
  }

  .research-link._24-text.white {
    font-size: 1.2rem;
    line-height: 140%;
  }

  .research-link._24-text.white.reflection-nav {
    color: #fff6;
  }

  .research-link._24-text.resume {
    text-transform: capitalize;
  }

  .research-link._24-text.resume.white {
    text-transform: capitalize;
    font-size: 1.2rem;
    line-height: 140%;
  }

  ._24-text.logo {
    color: #fff;
    width: 200px;
    margin-right: 100px;
    font-size: 1.2rem;
    line-height: 140%;
  }

  ._24-text.logo.black {
    letter-spacing: normal;
    text-transform: none;
    width: 200px;
  }

  .ham-open-logo {
    display: none;
  }

  .navbar-2.landing-page-nav {
    height: auto;
    position: absolute;
    inset: 4rem 0% auto;
  }

  .middle-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .get-in-touch-link._24-text {
    width: 200px;
    font-size: 1.2rem;
    line-height: 140%;
  }

  .navbar-container {
    max-width: 1000px;
    height: auto;
  }

  .typed-words {
    color: #fff;
    height: 300px;
    font-size: 4rem;
  }

  .hero {
    background-image: url('../images/hero_new.jpg');
    background-position: 50%;
    height: 100vh;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .navbar-5.landing-page-nav {
    height: auto;
    position: absolute;
    inset: 4rem 0% auto;
  }

  .navbar-5.landing-page-nav.about-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
    top: 0;
  }

  .reflections-llink._24-text {
    color: #0006;
    font-size: 1.2rem;
    line-height: 140%;
  }

  .navbar-6.landing-page-nav {
    height: auto;
    position: absolute;
    inset: 4rem 0% auto;
  }

  .navbar-6.landing-page-nav.about-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
    top: 0;
  }

  .about-us-section {
    margin-top: 8rem;
    padding-left: 4rem;
  }

  .social-media-container {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .about-us-image {
    background-image: url('../images/vinay.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 700px;
    height: 600px;
    inset: -5% -27% auto auto;
  }

  .github {
    font-size: 1rem;
  }

  .about-us---title {
    color: #000;
    width: 500px;
    font-size: 6rem;
  }

  .about-us-desc {
    color: #000;
    width: auto;
    margin-bottom: 0;
    font-size: .9rem;
  }

  .about-us-container {
    max-width: 1000px;
    margin-top: 4rem;
  }

  .about-us---gen-in-touch {
    font-size: 2rem;
  }

  .linkedin {
    font-size: 1rem;
  }

  .education-title {
    margin-top: 2rem;
    margin-bottom: 4rem;
    font-size: 4rem;
  }

  .heading-5 {
    font-size: 1.04rem;
  }

  .schools {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .school-logo-2 {
    position: relative;
    top: 25px;
    left: 0;
  }

  .school-des.school-2-des.school-2-des-laptop {
    margin-left: -45px;
    padding-left: 0;
  }

  .school-des.school-2-des.school-2-des-laptop.school-2-laptop-min {
    margin-left: 0;
  }

  .school {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: .25fr 3.25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .school-title {
    color: #000;
    font-size: 1.75rem;
  }

  .education-container {
    max-width: 1000px;
  }

  .heading-3 {
    font-size: 1.04rem;
  }

  .time-in-school {
    margin-left: 0;
    font-size: 1rem;
  }

  .time-in-school.time-in-school-2 {
    font-size: 1.04rem;
  }

  .school-logo {
    position: relative;
    top: 20px;
  }

  .school-activities {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    list-style-type: none;
  }

  .heading-4 {
    font-size: 1.04rem;
  }

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

  .footer-name {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
  }

  .div-block-3 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-direction: column;
    display: flex;
  }

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

  .link-11 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .container-12 {
    max-width: 1000px;
  }

  .div-block-3-copy, .div-block-4-copy {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-direction: column;
    display: flex;
  }

  .footer-des {
    text-align: justify;
    width: 320px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.3rem;
  }

  .div-block-4 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-direction: column;
    display: flex;
  }

  .social-media-links {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
  }

  .social-media-links.w--current {
    font-size: 1.2rem;
  }

  .social-media-links.footer-logo {
    font-size: 1.8rem;
  }

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

  .navbar-7.landing-page-nav {
    height: auto;
    position: absolute;
    inset: 4rem 0% auto;
  }

  .navbar-7.landing-page-nav.about-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
    top: 0;
  }

  .res---hero {
    background-image: url('../images/My-project-10.png');
    background-position: 50%;
    height: 400px;
    margin-top: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-14 {
    max-width: 1000px;
  }

  .res-hero-title {
    margin-top: 0;
    font-size: 4rem;
  }

  .res-hero-sub-title {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .res-projects-container {
    max-width: 1000px;
  }

  .res-project-title {
    font-size: 1.8rem;
  }

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

  .div-block-14 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-direction: column;
    display: flex;
  }

  .link-13, .link-14 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .container-15 {
    max-width: 1000px;
  }

  .link-10 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .div-block-16 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-direction: column;
    display: flex;
  }

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

  .navbar-8.landing-page-nav {
    height: auto;
    position: absolute;
    inset: 4rem 0% auto;
  }

  .navbar-8.landing-page-nav.reflection-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    position: static;
  }

  .ref---hero {
    background-image: linear-gradient(#00000040, #00000040), url('../images/649c8b37822ee8345fee1b17_Rectangle-6.png');
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-16 {
    max-width: 1000px;
  }

  .ref-hero-title {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 4rem;
  }

  .ref-hero-sub-title {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .collection-list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-20 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-direction: column;
    display: flex;
  }

  .link-15, .link-16 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .container-18 {
    max-width: 1000px;
  }

  .link-17 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .div-block-22 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-direction: column;
    display: flex;
  }

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

  .project {
    margin-bottom: 5rem;
  }

  .project-title {
    font-size: 1.8rem;
  }

  .project-date, .project-des {
    font-size: 1.2rem;
  }

  .ref-title {
    margin-left: 0;
    font-size: 1.8rem;
  }

  .image-6 {
    object-fit: cover;
    height: 100%;
  }

  .image-container {
    position: relative;
  }

  .about-me-image {
    background-image: url('../images/vinay.png');
    background-position: 0 100%;
    background-size: cover;
    border: 1px #000;
    width: 130%;
    position: absolute;
    inset: 0% 0% 0% -10%;
  }
}

@media screen and (min-width: 1440px) {
  .research-link-copy._24-text {
    color: #0006;
    font-size: 1.5rem;
    line-height: 140%;
  }

  .research-link-copy._24-text.w--current {
    color: #000;
    font-weight: 700;
  }

  .research-link-copy._24-text.resume {
    text-transform: capitalize;
  }

  .research-link-copy._24-text.resume.white {
    text-transform: capitalize;
    font-size: 1.2rem;
  }

  .research-link-copy._24-text.white {
    color: #fff;
    font-size: 1.2rem;
    line-height: 140%;
  }

  .research-link-copy._24-text.white.w--current {
    color: #fff;
  }

  .hero-container {
    justify-content: center;
    align-items: flex-start;
    max-width: 1000px;
    margin-top: 0;
    padding: 0;
    display: flex;
    position: relative;
  }

  .about-link {
    font-size: 1.5rem;
  }

  .about-link._24-text {
    color: #fff;
    font-size: 1.2rem;
    line-height: 140%;
  }

  .about-link._24-text.w--current {
    border: 1px #000;
    padding-bottom: 0;
  }

  .about-link._24-text.white {
    color: #0006;
  }

  .about-link._24-text.white.w--current {
    color: #000;
  }

  .about-link._24-text.reflection-nav {
    color: #fff6;
  }

  .hero-content {
    height: 400px;
  }

  .nav-menu-6 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .brand {
    padding-bottom: 0;
  }

  .research-link._24-text {
    color: #0006;
    font-size: 1.2rem;
    line-height: 140%;
  }

  .research-link._24-text.w--current {
    color: #000;
    font-weight: 700;
  }

  .research-link._24-text.white {
    color: #fff;
    font-size: 1.2rem;
    line-height: 140%;
  }

  .research-link._24-text.white.w--current {
    color: #fff;
  }

  .research-link._24-text.white.reflection-nav {
    color: #fff6;
  }

  .research-link._24-text.resume {
    text-transform: capitalize;
  }

  .research-link._24-text.resume.white {
    text-transform: capitalize;
    font-size: 1.2rem;
  }

  ._24-text.logo {
    color: #fff;
    width: 200px;
    margin-right: 100px;
    font-size: 1.2rem;
    line-height: 140%;
  }

  ._24-text.logo.black {
    letter-spacing: normal;
    text-transform: none;
    width: 200px;
  }

  .ham-open-logo {
    display: none;
  }

  .navbar-2.landing-page-nav {
    height: auto;
    position: absolute;
    inset: 4rem 0% auto;
  }

  .nav-menu-container {
    flex: 1;
    justify-content: flex-start;
  }

  .middle-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    display: flex;
  }

  .get-in-touch-link._24-text {
    width: 200px;
    font-size: 1.2rem;
  }

  .navbar-container {
    max-width: 1000px;
    height: auto;
    top: 0;
  }

  .typed-words {
    color: #fff;
    height: 400px;
    margin-top: 0;
    margin-bottom: 8vh;
    font-size: 5rem;
  }

  .hero {
    background-image: url('../images/hero_new.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .nav-menu-7 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .navbar-5.landing-page-nav {
    height: auto;
    position: absolute;
    inset: 4rem 0% auto;
  }

  .navbar-5.landing-page-nav.about-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
    top: 0;
  }

  .reflections-llink._24-text {
    color: #0006;
    font-size: 1.2rem;
    line-height: 140%;
  }

  .reflections-llink._24-text.w--current {
    color: #000;
    font-weight: 700;
  }

  .nav-menu-8 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .navbar-6.landing-page-nav {
    height: auto;
    position: absolute;
    inset: 4rem 0% auto;
  }

  .navbar-6.landing-page-nav.about-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
    top: 0;
  }

  .about-us-section {
    margin-top: 8rem;
    padding-left: 4rem;
  }

  .social-media-container {
    color: #000;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .about-us-image {
    background-image: url('../images/vinay.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 700px;
    height: 600px;
    inset: -5% -27% auto auto;
  }

  .github {
    font-size: 1rem;
  }

  .about-us---title {
    color: #000;
    width: 500px;
    font-size: 6rem;
  }

  .about-us-desc {
    color: #000;
    width: auto;
    margin-bottom: 0;
    font-size: .9rem;
  }

  .about-us-container {
    max-width: 1000px;
    margin-top: 4rem;
  }

  .about-us---gen-in-touch {
    font-size: 2rem;
  }

  .linkedin {
    font-size: 1rem;
  }

  .education-title {
    font-size: 4rem;
  }

  .heading-5 {
    font-size: 1.04rem;
  }

  .schools {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .school-logo-2 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 25px;
    left: 0;
  }

  .school-des.school-2-des {
    margin-left: -45px;
  }

  .school-des.school-2-des.school-2-des-laptop.school-2-laptop-min {
    margin-left: 0;
  }

  .school-des.school-1-des {
    padding-left: 0;
  }

  .school {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: .25fr 3.25fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .school-title {
    color: #000;
    font-size: 1.75rem;
  }

  .education-container {
    max-width: 1000px;
    margin-top: 8rem;
  }

  .heading-3 {
    font-size: 1.04rem;
  }

  .time-in-school {
    margin-left: 0;
    font-size: 1.04rem;
  }

  .time-in-school.time-in-school-2 {
    margin-left: 0;
  }

  .school-logo {
    position: relative;
    top: 20px;
  }

  .school-activities {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    list-style-type: none;
  }

  .school-activities.activity-2 {
    padding-left: 0;
  }

  .heading-4 {
    font-size: 1.04rem;
  }

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

  .footer-name {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .div-block-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
  }

  .footer-contents {
    grid-column-gap: 31px;
    grid-template-columns: 1fr 1fr 1fr 1.75fr;
    margin-top: 1rem;
  }

  .link-11 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .div-block-6 {
    width: 300px;
  }

  .container-12 {
    max-width: 1000px;
  }

  .div-block-3-copy, .div-block-4-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .footer-des {
    text-align: justify;
    width: 320px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.3rem;
  }

  .div-block-4 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
  }

  .social-media-links {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
  }

  .social-media-links.w--current {
    font-size: 1.2rem;
  }

  .social-media-links.footer-logo {
    font-size: 1.8rem;
  }

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

  .navbar-7.landing-page-nav {
    height: auto;
    position: absolute;
    inset: 4rem 0% auto;
  }

  .navbar-7.landing-page-nav.about-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
    top: 0;
  }

  .res---hero {
    background-image: url('../images/My-project-10.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-14 {
    max-width: 1000px;
  }

  .res-hero-title {
    font-size: 4rem;
  }

  .res-hero-sub-title {
    font-size: 1.5rem;
  }

  .res-projects-container {
    max-width: 1000px;
  }

  .res-project-title {
    font-size: 1.8rem;
  }

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

  .div-block-14 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
  }

  .link-13, .link-14 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .div-block-15 {
    width: 300px;
  }

  .container-15 {
    max-width: 1000px;
  }

  .link-10 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .div-block-16 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
  }

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

  .navbar-8.landing-page-nav {
    height: auto;
    position: absolute;
    inset: 4rem 0% auto;
  }

  .navbar-8.landing-page-nav.reflection-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    position: static;
  }

  .ref---hero {
    background-image: linear-gradient(#00000040, #00000040), url('../images/649c8b37822ee8345fee1b17_Rectangle-6.png');
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-16 {
    max-width: 1000px;
  }

  .ref-hero-title {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 4rem;
  }

  .ref-hero-sub-title {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .collection-list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-20 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
  }

  .link-15, .link-16 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .div-block-21 {
    width: 300px;
  }

  .container-18 {
    max-width: 1000px;
  }

  .link-17 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .div-block-22 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
  }

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

  .project-title {
    font-size: 1.8rem;
  }

  .project-date, .project-des {
    font-size: 1.2rem;
  }

  .ref-title {
    margin-left: 0;
    font-size: 1.8rem;
  }

  .about-us-container-new {
    grid-template-columns: .5fr 1fr;
  }

  .image-6 {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .image-container {
    position: relative;
  }

  .about-me-image {
    background-image: url('../images/vinay.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 130%;
    position: absolute;
    inset: 0% 0% 0% -10%;
  }
}

@media screen and (min-width: 1920px) {
  .research-link-copy._24-text {
    font-size: 1.5rem;
    line-height: 140%;
  }

  .research-link-copy._24-text.resume {
    text-transform: capitalize;
  }

  .research-link-copy._24-text.resume.white {
    text-transform: capitalize;
    font-size: 1.5rem;
  }

  .research-link-copy._24-text.white {
    font-size: 1.5rem;
    line-height: 140%;
  }

  .hero-container {
    max-width: 1500px;
  }

  .about-link._24-text {
    font-size: 1.5rem;
    line-height: 140%;
    transition: opacity .2s;
  }

  .hero-content {
    height: 500px;
  }

  .brand.about-page-nav-brand {
    letter-spacing: normal;
  }

  .research-link._24-text, .research-link._24-text.white {
    font-size: 1.5rem;
    line-height: 140%;
  }

  .research-link._24-text.resume {
    text-transform: capitalize;
    display: block;
  }

  .research-link._24-text.resume.white {
    text-transform: capitalize;
    font-size: 1.5rem;
  }

  .research-link._24-text.resume.laptop-resume {
    opacity: 1;
    color: #0006;
  }

  ._24-text.logo {
    color: #fff;
    width: 200px;
    font-size: 1.5rem;
    line-height: 140%;
  }

  ._24-text.logo.black {
    letter-spacing: normal;
    text-transform: none;
    width: 200px;
  }

  ._24-text.logo.footer-logo {
    width: 250px;
  }

  .navbar-2.landing-page-nav {
    height: auto;
    top: 4rem;
  }

  .get-in-touch-link._24-text {
    font-size: 1.5rem;
  }

  .navbar-container {
    align-items: center;
    max-width: 1500px;
    height: auto;
    top: 0;
  }

  .typed-words {
    height: 500px;
    font-size: 6.5rem;
  }

  .navbar-5.landing-page-nav {
    height: auto;
    top: 4rem;
  }

  .reflections-llink._24-text {
    font-size: 1.5rem;
    line-height: 140%;
  }

  .navbar-6.landing-page-nav {
    height: auto;
    top: 4rem;
  }

  .about-us-section {
    margin-top: 8rem;
    padding-left: 4rem;
    overflow: hidden;
  }

  .social-media-container {
    margin-top: 0;
    margin-bottom: 4rem;
  }

  .about-us-image {
    width: 1000px;
    height: 750px;
    display: none;
    position: static;
    top: -6%;
    right: -10%;
  }

  .github {
    font-size: 1.2rem;
  }

  .about-us---title {
    color: #000;
    width: 700px;
    font-size: 7.5rem;
  }

  .about-us-desc {
    color: #000;
    width: 700px;
    font-size: 1.125rem;
  }

  .about-us-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 5px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 1500px;
    display: block;
  }

  .about-us---gen-in-touch {
    font-size: 2.5rem;
  }

  .linkedin {
    font-size: 1.2rem;
  }

  .education-title {
    font-size: 4.875rem;
  }

  .heading-5 {
    font-size: 1.5rem;
  }

  .school-logo-2 {
    position: relative;
    top: 25px;
    left: 0;
  }

  .school-des.school-2-des.school-2-des-laptop.school-2-laptop-min, .school-des.school-1-des {
    margin-left: 0;
  }

  .list-item {
    color: #000;
  }

  .school {
    grid-column-gap: 0rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .school-title {
    color: #000;
    font-size: 2.25rem;
  }

  .education-container {
    max-width: 1500px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 35px;
  }

  .time-in-school {
    margin-top: 2rem;
    margin-left: 0;
    font-size: 1.5rem;
  }

  .time-in-school.time-in-school-2 {
    font-size: 1.5rem;
  }

  .school-logo {
    position: relative;
    top: 20px;
  }

  .school-activities {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 0;
    list-style-type: none;
  }

  .school-activities.activity-2 {
    padding-left: 0;
  }

  .heading-4 {
    font-size: 1.5rem;
    line-height: 35px;
  }

  .footer-name {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .div-block-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-contents {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 1500px;
    padding-top: 0;
  }

  .link-11 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .container-12 {
    max-width: 1500px;
  }

  .footer-des {
    text-align: justify;
    width: 400px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .div-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .social-media-links, .social-media-links.w--current {
    font-size: 1.5rem;
  }

  .social-media-links.footer-logo {
    width: 20px;
    font-size: 2.25rem;
  }

  .heading-6 {
    font-size: 1.5rem;
  }

  .navbar-7.landing-page-nav {
    height: auto;
    top: 4rem;
  }

  .res---hero {
    background-image: url('../images/My-project-10.png');
    height: 500px;
  }

  .container-14 {
    max-width: 1500px;
  }

  .container-14.res-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .res-hero-title {
    font-size: 5.5rem;
  }

  .res-hero-sub-title {
    font-size: 2rem;
  }

  .res-projects-container {
    max-width: 1500px;
  }

  .res-project-title {
    font-size: 2.25rem;
  }

  .div-block-14 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .link-13, .link-14 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .container-15 {
    max-width: 1500px;
  }

  .link-10 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .div-block-16 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-19 {
    font-size: 1.5rem;
  }

  .navbar-8.landing-page-nav {
    height: auto;
    top: 4rem;
  }

  .ref---hero {
    background-image: linear-gradient(#00000040, #00000040), url('../images/649c8b37822ee8345fee1b17_Rectangle-6.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 500px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-16 {
    max-width: 1500px;
  }

  .container-16.res-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ref-hero-title {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 5.5rem;
  }

  .ref-hero-sub-title {
    margin-bottom: 0;
    font-size: 1.75rem;
  }

  .collection-list {
    max-width: 1500px;
  }

  .div-block-20 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .link-15, .link-16 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .container-18 {
    max-width: 1500px;
  }

  .link-17 {
    color: #bdbdbd;
    text-decoration: none;
  }

  .div-block-22 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-22 {
    font-size: 1.5rem;
  }

  .body-4 {
    margin-top: 4rem;
  }

  .project {
    margin-bottom: 6rem;
  }

  .project-title {
    font-size: 2.25rem;
  }

  .project-date, .project-des {
    font-size: 1.5rem;
  }

  .ref-title {
    width: 85%;
    margin-left: 0;
    margin-right: 0;
    font-size: 2.25rem;
  }

  .resume-laptop {
    margin-top: 5px;
    font-size: 1.5rem;
  }

  .body-about {
    font-family: Sf Pro, sans-serif;
    overflow: auto;
  }

  .about-us-container-new {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .image-6 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .about-me-image {
    background-position: 50% 0;
    width: 130%;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .columns {
    flex-direction: column;
    align-items: center;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3 {
    flex-direction: column;
    align-items: center;
  }

  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-brand {
    flex-wrap: nowrap;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link {
    justify-content: center;
  }

  .container-4, .container-5, .container-6, .container-7 {
    flex-direction: column;
    align-items: center;
  }

  .container-8 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .body {
    padding-top: 0;
    overflow: hidden;
  }

  .navbar-logo-left-3 {
    padding-left: 18px;
    padding-right: 0;
  }

  .navbar-menu-2 {
    max-width: unset;
  }

  .navbar-link-2 {
    justify-content: center;
  }

  .research-link-copy._24-text {
    color: #fff;
    align-self: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4rem;
    font-size: 3.125rem;
    text-decoration: underline;
  }

  .research-link-copy._24-text.resume, .research-link-copy._24-text.resume.white {
    display: none;
  }

  .research-link-copy._24-text.white {
    color: #fff;
  }

  .hero-container {
    justify-content: center;
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
  }

  .div-block-8 {
    margin-left: 4rem;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .nav-link-8 {
    padding: 0;
  }

  .nav-link-8.nav-link {
    color: #fff;
    margin-bottom: .5rem;
    padding-left: 0;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
  }

  .nav-menu-4 {
    background-color: #90b67f;
    border: 5px solid #e92cc9;
    height: 1000px;
    position: absolute;
    top: -1px;
    overflow: auto;
  }

  .nav-menu-3 {
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    display: flex;
    overflow: auto;
  }

  .about-link._24-text {
    text-align: left;
    align-self: auto;
    width: 100%;
    padding-bottom: 10px;
    padding-left: 4rem;
    font-size: 3.125rem;
    text-decoration: underline;
  }

  .about-link._24-text.white, .about-link._24-text.white.tab-whtie {
    color: #fff;
  }

  .nav-link-6 {
    color: #fff;
    margin: 20vh 0 0 4rem;
    padding: 0 0 15vh;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
    position: static;
    inset: auto auto 8rem 4rem;
  }

  .nav-work {
    width: 200px;
    margin: 40vh 2rem 20px;
    padding: 0 2rem;
    font-size: 3.125rem;
    line-height: 3.5rem;
  }

  .nav-work:hover {
    color: #fff;
    text-decoration: underline;
  }

  .nav-menu-5 {
    background-color: #000;
    flex-direction: column;
    justify-content: space-around;
    align-items: baseline;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    overflow: auto;
  }

  .hero-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

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

  .menu-button-2.w--open {
    z-index: 1000;
    background-color: #0000;
    margin-right: 4rem;
    display: none;
    position: absolute;
    inset: auto 0% -445% auto;
    overflow: hidden;
  }

  .menu-button-2.open-nav-btn {
    z-index: 30000;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    padding-top: 0;
    padding-left: 0;
  }

  .menu-button-2.open-nav-btn.w--open {
    z-index: 5000;
    position: fixed;
    inset: auto 0% 4rem auto;
  }

  .heading-12-copy {
    color: #fff;
    background-color: #0000;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.5rem;
    text-decoration: none;
  }

  .nav-link-9 {
    margin-top: 220px;
  }

  .resume-wrapper {
    width: 200px;
    margin: 0 0;
    padding: 0 0;
    font-size: 3.125rem;
    line-height: 3.5rem;
    position: static;
    inset: auto 0% 0;
  }

  .resume-wrapper:hover {
    color: #fff;
    text-decoration: underline;
  }

  .full-screen-menu-overlay {
    border: 5px solid #ff00f7;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    min-height: auto;
    padding-bottom: 8rem;
    display: none;
    position: sticky;
    overflow: auto;
  }

  .logo-tab {
    align-self: stretch;
    width: 100%;
    margin-bottom: 0;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 2rem 2rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    position: fixed;
    inset: 2rem auto auto 0%;
  }

  .logo-tab:hover {
    color: #fff;
    font-size: 1.5rem;
  }

  .logo-tab.hh {
    width: 400px;
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 0;
    position: fixed;
    top: 4rem;
  }

  .logo-tab.hh:hover {
    color: #fff;
  }

  .nav-menu-6 {
    background-color: #000;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .nav-menu-6.tab-nav {
    color: #1120bb;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 4rem;
    position: static;
    overflow: hidden;
  }

  .icon-4 {
    display: none;
  }

  .brand.about-page-nav-brand {
    color: #fff;
  }

  .research-link._24-text {
    color: #fff;
    align-self: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4rem;
    font-size: 3.125rem;
    text-decoration: underline;
  }

  .research-link._24-text.white {
    color: #fff;
  }

  .research-link._24-text.resume, .research-link._24-text.resume.white {
    display: none;
  }

  .research-link._24-text.resume.tab-resume {
    color: #fff;
    margin-top: 0;
    text-decoration: none;
    display: block;
    position: static;
    inset: auto auto 10rem 0%;
  }

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

  .heading-14 {
    color: #fff;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 4rem;
    font-size: 1.5rem;
    text-decoration: none;
    position: static;
    inset: 0% auto auto 0%;
  }

  .brand-2, .brand-2.w--current {
    top: 75px;
  }

  ._24-text.logo {
    margin-top: .5rem;
    margin-bottom: 0;
    margin-right: 0;
  }

  ._24-text.logo.black {
    margin-top: .5rem;
  }

  ._24-text.logo.footer-logo {
    width: 250px;
  }

  .menu-button-wrapper {
    background-color: #a80000;
    background-image: url('../images/down-arrow.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ham-open-logo {
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-left: 4rem;
    font-size: 1.5rem;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .navbar-2.landing-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
    position: absolute;
    inset: 2rem 0% auto;
  }

  .navbar-4 {
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu-container {
    color: #000;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .n-c {
    background-image: url('../images/blac-down-arrow.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-top: 1rem;
    margin-right: 0;
    display: block;
    position: static;
    top: 1rem;
  }

  .n-c.w--open {
    background-image: url('../images/down-arrow.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 5rem;
    padding-top: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 6rem auto;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .n-c.n-b {
    background-image: url('../images/down-arrow.svg');
    justify-content: flex-start;
    align-items: flex-start;
    height: 20px;
    margin-top: 1rem;
    padding-top: 0;
  }

  .n-c.n-b.w--open {
    object-fit: fill;
    bottom: 3rem;
  }

  .n-c.n-b.nav-a {
    width: 40px;
    height: 40px;
    padding: .5rem;
    display: none;
  }

  .n-c.n-b.nav-a.w--open {
    transition: opacity 7s;
  }

  .ham-btn {
    background-image: url('../images/down-arrow.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 40px;
    height: 40px;
    padding: 0;
    top: 6.8rem;
  }

  .ham-btn.w--open {
    z-index: 2000;
    background-color: #0000;
    background-image: url('../images/up-arrow.svg');
    position: fixed;
    inset: auto 4rem 4vh auto;
  }

  .ham-btn.about-us-ham-btn {
    background-color: #0000;
    background-image: url('../images/blac-down-arrow.svg');
    top: 7.3rem;
  }

  .ham-btn.about-us-ham-btn.w--open {
    background-color: #0000;
    background-image: url('../images/up-arrow.svg');
    inset: auto 4rem 5vh auto;
  }

  .middle-menu {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .middle-menu.tab-middle-menu {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-5 {
    display: none;
  }

  .get-in-touch-link._24-text {
    width: 200px;
    margin-top: 5vh;
    margin-bottom: 0;
    font-size: 1.5rem;
    position: static;
    inset: auto auto 0% 0%;
  }

  .tab-nav-menu {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    min-height: 100vh;
    display: flex;
  }

  .nav-link-7 {
    padding: 0;
  }

  .nav-link-7.nav-link {
    color: #fff;
    margin-bottom: .5rem;
    padding-left: 2px;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
  }

  .navbar-container {
    border: 1px #000;
    justify-content: flex-start;
    align-items: flex-start;
    height: 58px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .latest-mobile-navbar {
    background-color: #0000;
    display: none;
    position: fixed;
    inset: -76px 0% auto;
  }

  .nav-link-10 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .nav-link-10.nav-link {
    color: #fff;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
  }

  .resume-copy {
    width: 100%;
    margin: 100px 2rem 0;
    padding-bottom: 100px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 3.125rem;
    line-height: 3.5rem;
    position: static;
    inset: auto 0% 0;
  }

  .resume-copy:hover {
    color: #fff;
    text-decoration: underline;
  }

  .nav-home {
    align-self: stretch;
    width: 400px;
    margin-bottom: 0;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 0 2rem;
    font-size: 3.125rem;
    line-height: 3.5rem;
  }

  .nav-home:hover {
    color: #ffefef;
    text-decoration: underline;
  }

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

  .heading-13 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .nav-contact {
    width: 300px;
    margin-bottom: 20px;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 0 2rem;
    font-size: 3.125rem;
    line-height: 3.5rem;
  }

  .nav-contact:hover {
    color: #fff;
    text-decoration: underline;
  }

  .container-9 {
    max-width: 1000px;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .typed-words {
    height: 20vh;
    min-height: 20vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 4.5vh;
  }

  .navbar-animated {
    height: 100px;
    margin-bottom: 8rem;
    margin-right: auto;
    display: none;
    top: 2rem;
    overflow: auto;
  }

  .container-10 {
    max-width: 1000px;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 4rem;
    padding-right: 4rem;
    overflow: auto;
  }

  .hero {
    z-index: 500;
    height: 100%;
    min-height: 100vh;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .body-2 {
    padding-top: 0;
  }

  .nav-bar-white {
    width: 100%;
    height: 100px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
  }

  .nav-menu-7 {
    background-color: #000;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .nav-menu-7.tab-nav {
    color: #1120bb;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 4rem;
    position: static;
    overflow: hidden;
  }

  .navbar-5.landing-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
    position: absolute;
    inset: 2rem 0% auto;
  }

  .navbar-5.landing-page-nav.about-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
  }

  .reflections-llink._24-text {
    color: #fff;
    align-self: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4rem;
    font-size: 3.125rem;
    text-decoration: underline;
  }

  .nav-menu-8 {
    background-color: #000;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .nav-menu-8.tab-nav {
    color: #1120bb;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 4rem;
    position: static;
    overflow: hidden;
  }

  .navbar-6.landing-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
    position: absolute;
    inset: 2rem 0% auto;
  }

  .navbar-6.landing-page-nav.about-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
  }

  .div-block-9 {
    margin-left: 4rem;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .nav-link-11 {
    padding: 0;
  }

  .nav-link-11.nav-link {
    color: #fff;
    margin-bottom: .5rem;
    padding-left: 0;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
  }

  .nav-link-12 {
    color: #fff;
    margin: 0 0 0 4rem;
    padding: 0 0 0;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
    position: static;
    inset: auto auto 8rem 4rem;
  }

  .nav-menu-9 {
    background-color: #000;
    flex-direction: column;
    justify-content: space-around;
    align-items: baseline;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
  }

  .brand-3, .brand-3.w--current {
    top: 75px;
  }

  .brand-3.about-us-tab-nav-brand {
    top: 83px;
  }

  .nav-link-13 {
    padding: 0;
  }

  .nav-link-13.nav-link {
    color: #fff;
    margin-bottom: .5rem;
    padding-left: 2px;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
  }

  .nav-link-14 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .nav-link-14.nav-link {
    color: #fff;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
  }

  .heading-15 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .heading-15.about-us-mobiel-navbar {
    color: #000;
  }

  .container-11 {
    max-width: 1000px;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .about-us-section {
    margin-top: 8rem;
    padding-right: 4rem;
  }

  .about-us-image {
    width: 640px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .about-us---title {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 4.5rem;
  }

  .about-us-desc {
    width: 100%;
    font-size: 1.125rem;
  }

  .about-us-container {
    max-width: 1000px;
  }

  .education-title {
    font-size: 4.875rem;
  }

  .education-section {
    margin-bottom: 6rem;
  }

  .schools {
    width: 100%;
  }

  .education-container {
    max-width: 1000px;
    margin-top: 4rem;
  }

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

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

  .footer-contents {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "Area";
    display: flex;
  }

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

  .container-12 {
    max-width: 1000px;
  }

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

  .social-media-links {
    font-size: 1.5rem;
  }

  .social-media-links.footer-logo {
    font-size: 2.25rem;
  }

  .heading-6 {
    color: #d33a3a;
  }

  .div-block-11 {
    margin-left: 4rem;
  }

  .div-block-12 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .nav-link-15 {
    padding: 0;
  }

  .nav-link-15.nav-link {
    color: #fff;
    margin-bottom: .5rem;
    padding-left: 0;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
  }

  .nav-link-16 {
    color: #fff;
    margin: 20vh 0 0 4rem;
    padding: 0 0 15vh;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
    position: static;
    inset: auto auto 8rem 4rem;
  }

  .nav-menu-10 {
    background-color: #000;
    flex-direction: column;
    justify-content: space-around;
    align-items: baseline;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    overflow: auto;
  }

  .heading-16 {
    color: #fff;
    text-align: left;
    margin-bottom: 25vh;
    margin-left: 4rem;
    font-size: 1.5rem;
    text-decoration: none;
    position: static;
    inset: 0% auto auto 0%;
  }

  .brand-4, .brand-4.w--current {
    top: 75px;
  }

  .brand-4.about-us-tab-nav-brand {
    top: 83px;
  }

  .nav-link-17 {
    padding: 0;
  }

  .nav-link-17.nav-link {
    color: #fff;
    margin-bottom: .5rem;
    padding-left: 2px;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
  }

  .nav-link-18 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .nav-link-18.nav-link {
    color: #fff;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
  }

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

  .heading-17 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .heading-17.about-us-mobiel-navbar {
    color: #000;
  }

  .container-13 {
    max-width: 1000px;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .navbar-7.landing-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
    position: absolute;
    inset: 2rem 0% auto;
  }

  .navbar-7.landing-page-nav.about-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
  }

  .body-3 {
    margin-top: 0;
  }

  .res---hero {
    background-image: linear-gradient(#00000094, #00000094), url('../images/Rectangle-7.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 600px;
    margin-top: 6.2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-14, .container-14.res-container {
    max-width: 1000px;
  }

  .res-hero-title {
    font-size: 5rem;
  }

  .res-hero-sub-title {
    font-size: 1.6rem;
  }

  .res-project-title {
    font-size: 2.25rem;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-14, .div-block-15 {
    display: none;
  }

  .container-15 {
    max-width: 1000px;
  }

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

  .heading-19 {
    color: #d33a3a;
  }

  .nav-bar-black {
    z-index: 2;
    background-color: #000;
    width: 100%;
    height: 100px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-17 {
    margin-left: 4rem;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    display: flex;
  }

  .nav-link-19 {
    padding: 0;
  }

  .nav-link-19.nav-link {
    color: #fff;
    margin-bottom: .5rem;
    padding-left: 0;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
  }

  .nav-link-20 {
    color: #fff;
    margin: 20vh 0 0 4rem;
    padding: 0 0 15vh;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
    position: static;
    inset: auto auto 8rem 4rem;
  }

  .nav-menu-11 {
    background-color: #000;
    flex-direction: column;
    justify-content: space-around;
    align-items: baseline;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    overflow: auto;
  }

  .heading-20 {
    color: #fff;
    text-align: left;
    margin-bottom: 25vh;
    margin-left: 4rem;
    font-size: 1.5rem;
    text-decoration: none;
    position: static;
    inset: 0% auto auto 0%;
  }

  .brand-5, .brand-5.w--current {
    top: 75px;
  }

  .nav-link-21 {
    padding: 0;
  }

  .nav-link-21.nav-link {
    color: #fff;
    margin-bottom: .5rem;
    padding-left: 2px;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
  }

  .nav-link-22 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .nav-link-22.nav-link {
    color: #fff;
    font-size: 3.125rem;
    font-weight: 300;
    line-height: 140%;
    text-decoration: underline;
  }

  .nav-container {
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
  }

  .navbar-8.landing-page-nav {
    padding-left: 4rem;
    padding-right: 4rem;
    display: none;
    position: absolute;
    inset: 2rem 0% auto;
  }

  .navbar-8.landing-page-nav.reflection-page-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .ref---hero {
    background-image: linear-gradient(#00000094, #00000094), url('../images/Rectangle-6_1.png');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 600px;
    margin-top: 7.4rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-16, .container-16.res-container {
    max-width: 1000px;
  }

  .ref-hero-title {
    font-size: 5rem;
  }

  .ref-hero-sub-title {
    font-size: 1.6rem;
  }

  .collection-list {
    max-width: 1000px;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-20, .div-block-21 {
    display: none;
  }

  .container-18 {
    max-width: 1000px;
  }

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

  .heading-22 {
    color: #d33a3a;
  }

  .body-4 {
    margin-top: 0;
  }

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

  .project-title {
    width: 80%;
    margin-bottom: 0;
    font-size: 2.25rem;
  }

  .project-date {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 150%;
  }

  .project-des {
    font-size: 1.5rem;
  }

  .ref-title {
    width: 90%;
    font-size: 2.25rem;
    line-height: 130%;
  }

  .div-block-9-copy, .mobile-ham-contain, .mobile-ham-mobile {
    margin-left: 4rem;
  }

  .nav-menu-12 {
    z-index: 500;
    background-color: #000;
    max-width: 1000px;
    height: 100vh;
    margin-left: 0;
    position: fixed;
    top: 0;
    overflow: hidden;
  }

  .nav-menu-12.about-white {
    background-color: var(--white);
    color: var(--black);
  }

  .nav-menu-12.research-black-nav {
    background-color: var(--white);
  }

  .mobile-nav-white {
    z-index: 8000;
    color: #000;
    background-color: #0000;
    height: 80px;
    padding-top: 0;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .mobile-nav-white.about-mobile-nav-black {
    color: var(--white);
  }

  .heading-23 {
    z-index: 5000;
    color: var(--white);
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 24px;
    position: relative;
  }

  .heading-23.black {
    color: var(--black);
    margin-top: 21px;
  }

  .heading-23.black-color {
    background-color: var(--white);
    color: var(--black);
    margin-top: 0;
    padding: 40px 100px 0 0;
  }

  .container-19 {
    max-width: 1000px;
    height: 80px;
    margin-left: 4rem;
    margin-right: 4rem;
    overflow: hidden;
  }

  .container-19.about-container-19, .container-19.reseach-container-19 {
    background-color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .icon-5 {
    display: none;
  }

  .nav-btn {
    z-index: 6000;
    margin-top: 40px;
  }

  .nav-btn.w--open {
    z-index: 1200;
    background-color: #0000;
    display: flex;
    position: fixed;
    inset: auto 4rem 2rem auto;
  }

  .up-arrow, .down-arrow {
    display: none;
  }

  .down-arrow.black-arrow {
    display: block;
  }

  .div-block-23 {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-left: 4rem;
    margin-right: 4rem;
    display: flex;
    position: relative;
  }

  .nav-link-23 {
    color: var(--white);
    margin-bottom: 10px;
    padding: 0;
    font-size: 5vh;
    line-height: 140%;
    text-decoration: underline;
  }

  .nav-link-23.white {
    color: var(--white);
  }

  .nav-link-23.white.research-black-nav-link {
    color: var(--black);
  }

  .nav-link-23.about-black-nav-link {
    z-index: 200;
    color: var(--black);
  }

  .nav-link-24 {
    color: var(--white);
    margin-bottom: 10px;
    padding: 0;
    font-size: 5vh;
    line-height: 140%;
    text-decoration: underline;
  }

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

  .nav-link-24.white {
    color: var(--white);
  }

  .nav-link-24.white.about-black-nav-link {
    z-index: 200;
    color: var(--black);
  }

  .nav-link-24.white.research-black-nav-link {
    color: var(--black);
  }

  .nav-link-25 {
    color: var(--white);
    padding: 0;
    font-size: 5vh;
    line-height: 140%;
    text-decoration: underline;
  }

  .nav-link-25:hover {
    text-decoration: underline;
  }

  .nav-link-25.white {
    color: var(--white);
  }

  .nav-link-25.about-black-nav-link {
    z-index: 200;
    color: var(--black);
  }

  .nav-link-25.research-black-nav-link {
    color: var(--black);
  }

  .mobile-nav-menu {
    background-color: #0000;
  }

  .resume {
    color: var(--white);
    margin-top: 10vh;
    margin-bottom: 0;
    font-size: 5vh;
    font-weight: 400;
    line-height: 130%;
    text-decoration: underline;
  }

  .resume:hover {
    text-decoration: underline;
  }

  .resume.about-black-nav-link, .resume.research-black-nav-link {
    color: var(--black);
  }

  .over-lay {
    background-color: var(--black);
    width: 200px;
    height: 500px;
    position: absolute;
    inset: 20vh auto 0% 0%;
  }

  .animated-overlay {
    z-index: 3000;
    width: 100%;
    height: 50px;
    color: var(--black);
    background-color: #000c;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-nav-black {
    z-index: 1000;
    color: #000;
    background-color: #0000;
    height: 60px;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .brand-6 {
    z-index: 6000;
  }

  .nav-btn-about {
    z-index: 6000;
    margin-top: 35px;
  }

  .nav-btn-about.w--open {
    z-index: 1200;
    background-color: #0000;
    display: flex;
    position: fixed;
    inset: auto 4rem 2rem auto;
  }

  .nav-btn-about.menu-open-button {
    background-color: var(--white);
  }

  .brand-9, .brand-10 {
    padding-left: 0;
  }

  .body-about {
    height: 100%;
    padding-top: 0;
  }

  .hero-inner-content {
    margin-top: 15vh;
  }

  .about-us-container-new {
    grid-template-columns: 1fr;
  }

  .image-container {
    height: 600px;
  }

  .about-me-image {
    background-position: 0 100%;
    background-size: contain;
    width: auto;
    height: 100%;
    position: static;
  }

  .nav-open-top-white-bar {
    background-color: #a54141;
    height: 100px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-wrapper {
    background-color: #000;
    overflow: hidden;
  }

  .nav-wrapper.white-bg {
    background-color: var(--white);
  }

  .main-nav-inner {
    height: auto;
  }

  .nav-link-26 {
    border-bottom: 2px solid var(--white);
    color: #fff;
    letter-spacing: normal;
    text-transform: none;
    margin-bottom: 3vh;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Sf Pro, sans-serif;
    font-size: 6vh;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
  }

  .nav-link-26:hover {
    transform: none;
  }

  .nav-link-26._2 {
    text-transform: none;
    margin-bottom: 3vh;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
  }

  .nav-link-26._2.black {
    border-bottom-color: var(--black);
    color: var(--black);
    font-weight: 400;
  }

  .nav-link-26._3 {
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link-26._3.black {
    color: var(--black);
    border: 1px #000;
    border-bottom: 2px solid #000;
    font-weight: 400;
  }

  .nav-link-26._4 {
    margin-top: 10vh;
  }

  .nav-link-26._4.black {
    border-bottom-color: var(--black);
    color: var(--black);
    font-weight: 400;
  }

  .nav-link-26.btn {
    font-size: 4vw;
  }

  .nav-link-26.black {
    border-bottom-color: var(--black);
    color: var(--black);
  }

  .nav-link-26.black.w--current {
    border-bottom-color: var(--black);
    color: var(--black);
    font-weight: 400;
  }

  .container-w1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container-w1.gutter-outside {
    background-color: #0000;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .nav-items {
    justify-content: center;
    align-items: flex-start;
    padding-left: 4rem;
    padding-right: 4rem;
    overflow: hidden;
  }

  .nav-gradient-bg {
    background-image: none;
  }

  .main-nav {
    background-color: #0000;
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 1rem;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .main-nav.white {
    background-color: var(--white);
    margin-top: 0;
    padding-top: 3rem;
    position: fixed;
    inset: 0% 0% auto;
  }

  .main-nav.reflection-nav {
    background-color: var(--black);
  }

  .nav-link-4 {
    font-family: Sf Pro, sans-serif;
    font-weight: 400;
  }

  .logo-wrapper {
    z-index: 500;
    color: #0000;
  }

  .nav-toggle-btn {
    background-color: #0000;
    background-image: none;
  }

  .nav-toggle-btn:hover {
    background-image: none;
    transform: none;
  }

  .nav-toggle-btn.w--open {
    background-image: none;
  }

  .logo {
    color: #fff;
    letter-spacing: normal;
    text-transform: none;
  }

  .logo.black {
    color: var(--black);
    -webkit-text-stroke-color: transparent;
    position: relative;
  }

  .close-btn-wrapper {
    background-color: #0000;
    background-image: none;
    inset: auto 4rem 4rem auto;
  }

  .close-btn-wrapper:hover {
    background-image: none;
    transform: none;
  }

  .bg-noise {
    background-image: none;
  }

  .heading-24 {
    color: #fff;
  }

  .image-7 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-container {
    justify-content: center;
  }

  .div-block-8 {
    margin-left: 2rem;
  }

  .div-block-7 {
    justify-content: space-between;
    display: flex;
  }

  .nav-link-6 {
    margin: 20vh 0 0 2rem;
    padding-bottom: 15vh;
    position: static;
    bottom: 8vh;
  }

  .nav-work {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu-5 {
    overflow: auto;
  }

  .hero-content {
    padding-bottom: 3rem;
  }

  .heading-12-copy {
    color: #fff;
  }

  .logo-tab.hh {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .heading-14 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2rem;
    position: static;
  }

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

  ._24-text.logo {
    margin-top: 0;
  }

  .navbar-2.landing-page-nav {
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    inset: 2rem 0% auto;
  }

  .n-c.n-b.nav-a.w--open {
    margin-right: 3rem;
  }

  .ham-btn.w--open {
    bottom: 4vh;
    right: 2rem;
  }

  .ham-btn.about-us-ham-btn.w--open {
    right: 2rem;
  }

  .latest-mobile-navbar {
    background-color: #0000;
  }

  .resume-copy, .nav-home {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-5 {
    color: #00588f;
  }

  .nav-contact {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-9 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .typed-words {
    height: 55vh;
    min-height: 55vh;
    margin-top: 0;
    font-size: 6vh;
  }

  .navbar-animated {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .container-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero {
    background-position: 60%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    inset: 0%;
  }

  .navbar-5.landing-page-nav, .navbar-6.landing-page-nav {
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    inset: 2rem 0% auto;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 2rem;
    display: flex;
  }

  .div-block-10 {
    justify-content: space-between;
    display: flex;
  }

  .nav-link-11.nav-link {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-12 {
    margin: 0 0 0 2rem;
    padding-bottom: 0;
    position: static;
    bottom: 8vh;
  }

  .nav-menu-9 {
    overflow: auto;
  }

  .brand-3, .brand-3.w--current, .brand-3.about-us-tab-nav-brand {
    padding-left: 0;
  }

  .nav-link-13.nav-link {
    color: #eb1717;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-14.nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-11 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .about-us-section {
    margin-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-us-image {
    margin-left: 0;
    margin-right: auto;
  }

  .about-us---title {
    font-size: 3.125rem;
  }

  .about-us-container, .education-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .school-logo-2 {
    width: 100px;
    height: 150px;
    position: absolute;
    top: 2rem;
    left: 0;
  }

  .school-des.school-2-des.school-2-des-laptop.school-2-laptop-min, .school-des.school-1-des {
    margin-left: 10rem;
  }

  .school {
    display: flex;
    position: relative;
  }

  .school-logo {
    width: 100px;
    height: 150px;
    display: block;
    position: absolute;
    inset: 4.5% auto auto 0%;
  }

  .footer-section {
    height: auto;
    padding: 4rem 2rem 8rem;
  }

  .div-block-3-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .social-media-links {
    font-size: .875rem;
    line-height: 1rem;
  }

  .social-media-links:hover {
    text-decoration: underline;
  }

  .social-media-links.footer-logo {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .heading-6:hover {
    color: #fff;
    text-decoration: underline;
  }

  .div-block-11 {
    margin-left: 2rem;
  }

  .div-block-12 {
    justify-content: space-between;
    display: flex;
  }

  .nav-link-16 {
    margin: 20vh 0 0 2rem;
    padding-bottom: 15vh;
    position: static;
    bottom: 8vh;
  }

  .nav-menu-10 {
    overflow: auto;
  }

  .heading-16 {
    text-align: left;
    margin-bottom: 25vh;
    margin-left: 2rem;
    position: static;
  }

  .brand-4, .brand-4.w--current, .brand-4.about-us-tab-nav-brand {
    padding-left: 0;
  }

  .container-13 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .navbar-7.landing-page-nav {
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    inset: 2rem 0% auto;
  }

  .res---hero {
    background-image: linear-gradient(#00000094, #00000094), url('../images/Rectangle-7.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 400px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .res-hero-title {
    font-size: 3.125rem;
  }

  .res-hero-sub-title {
    font-size: 1rem;
  }

  .res-projects {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .res-project-title {
    margin-bottom: 3rem;
  }

  .heading-19:hover {
    color: #fff;
    text-decoration: underline;
  }

  .div-block-17 {
    margin-left: 2rem;
  }

  .div-block-18 {
    justify-content: space-between;
    display: flex;
  }

  .nav-link-20 {
    margin: 20vh 0 0 2rem;
    padding-bottom: 15vh;
    position: static;
    bottom: 8vh;
  }

  .nav-menu-11 {
    overflow: auto;
  }

  .heading-20 {
    text-align: left;
    margin-bottom: 25vh;
    margin-left: 2rem;
    position: static;
  }

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

  .navbar-8.landing-page-nav {
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    inset: 2rem 0% auto;
  }

  .ref---hero {
    background-image: linear-gradient(#00000094, #00000094), url('../images/Rectangle-6_1.png');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 400px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ref-hero-title {
    font-size: 3.125rem;
  }

  .ref-hero-sub-title {
    font-size: 1rem;
  }

  .ref-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-17 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .heading-22:hover {
    color: #fff;
    text-decoration: underline;
  }

  .project {
    margin-bottom: 4rem;
  }

  .project-title {
    font-size: 1.5rem;
  }

  .project-date {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: .875rem;
  }

  .project-des {
    font-size: .875rem;
  }

  .div-block-9-copy {
    background-color: #a37070;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 2rem;
    display: flex;
  }

  .div-block-9-copy.eee {
    background-color: #a54e4e;
  }

  .mobile-ham-contain, .mobile-ham-mobile {
    flex-direction: column;
    margin-left: 2rem;
    display: flex;
  }

  .mobile-nav-white.research-mobile-nav {
    background-color: var(--white);
  }

  .heading-23.black {
    color: var(--black);
  }

  .heading-23.black-color {
    padding-right: 140px;
  }

  .container-19 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .container-19.about-container-19 {
    background-color: var(--white);
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-19.reseach-container-19 {
    background-color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-btn.w--open {
    right: 2rem;
  }

  .down-arrow.black-arrow {
    display: block;
  }

  .div-block-23 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .nav-link-24.black {
    color: var(--white);
  }

  .over-lay {
    width: 200px;
    top: 20vh;
  }

  .nav-btn-about.w--open {
    right: 2rem;
  }

  .brand-7, .brand-8, .brand-9, .brand-10 {
    padding-left: 0;
  }

  .image-container {
    height: 400px;
  }

  .container-w1.gutter-outside, .nav-items {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .close-btn-text {
    font-size: 1.4em;
  }

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

  .nav-toggle-btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .logo {
    font-size: 1.4em;
  }

  .close-btn-wrapper {
    padding: 14px;
    font-size: 14px;
    top: auto;
    bottom: 2rem;
    right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .container-2, .container-8 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .body {
    overflow: visible;
  }

  .nav-link-6 {
    margin-bottom: 0;
    padding-bottom: 15vh;
  }

  .nav-work {
    width: 170px;
    font-size: 2.5rem;
  }

  .heading-12-copy {
    color: #fff;
  }

  .resume-wrapper {
    width: 170px;
    font-size: 2.5rem;
  }

  .ham-btn.w--open, .ham-btn.about-us-ham-btn.w--open {
    right: 2rem;
  }

  .latest-mobile-navbar {
    background-color: #0000;
  }

  .nav-home {
    font-size: 2.5rem;
  }

  .link-5 {
    color: #72c575;
  }

  .nav-contact {
    width: 230px;
    font-size: 2.5rem;
  }

  .typed-words {
    height: 55vh;
    min-height: 55vh;
    margin-top: 0;
    font-size: 6vh;
  }

  .hero {
    background-size: cover;
    border: 1px solid #000;
    position: fixed;
    inset: 0%;
  }

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

  .nav-link-12 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .about-us-section {
    margin-top: 8rem;
  }

  .social-media-container {
    display: none;
  }

  .about-us-image {
    width: 100%;
    height: 70vw;
  }

  .about-us---gen-in-touch {
    display: none;
  }

  .education-title {
    margin-top: 0;
    font-size: 3rem;
  }

  .education-section {
    display: block;
  }

  .heading-5 {
    font-size: .875rem;
    line-height: 140%;
  }

  .schools {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .school-logo-2 {
    width: 116px;
    height: 130px;
    margin-left: -10px;
    position: static;
  }

  .school-des.school-2-des.school-2-des-laptop.school-2-laptop-min {
    margin-left: 0;
  }

  .school-des.school-1-des {
    width: 100%;
    margin-left: 0;
  }

  .school {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    width: 100%;
  }

  .school-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }

  .education-container {
    margin-top: 2rem;
  }

  .heading-3 {
    font-size: .875rem;
    line-height: 140%;
  }

  .time-in-school {
    margin-top: 1rem;
    margin-left: 0;
    font-size: .875rem;
  }

  .school-logo {
    justify-content: flex-start;
    align-items: flex-start;
    width: 118px;
    height: 151px;
    margin-left: -9px;
    position: static;
    top: 0%;
    left: .125rem;
  }

  .school-activities {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
  }

  .heading-4 {
    font-size: .875rem;
    line-height: 140%;
  }

  .container-12 {
    max-width: none;
  }

  .nav-link-16 {
    margin-bottom: 0;
    padding-bottom: 15vh;
  }

  .res---hero {
    background-image: linear-gradient(#00000094, #00000094), url('../images/Rectangle-7.png');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 500px;
    margin-top: 6.2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-14, .container-15 {
    max-width: none;
  }

  .nav-bar-black {
    background-color: var(--black);
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-link-20 {
    margin-bottom: 0;
    padding-bottom: 15vh;
  }

  .ref---hero {
    background-image: linear-gradient(#00000094, #00000094), url('../images/Rectangle-6_1.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 500px;
    margin-top: 6.2rem;
  }

  .container-16, .container-18 {
    max-width: none;
  }

  .div-block-9-copy {
    display: flex;
  }

  .mobile-ham-mobile {
    flex-direction: column;
    align-self: auto;
    margin-left: 2rem;
    display: flex;
  }

  .mobile-nav-white {
    background-color: var(--white);
    display: none;
  }

  .mobile-nav-white.reflectino-nav-bar {
    background-color: var(--black);
  }

  .heading-23 {
    color: #e6e1e1;
  }

  .heading-23.black-color {
    padding-right: 70px;
  }

  .container-19.reseach-container-19 {
    padding-bottom: 100px;
  }

  .brand-8, .brand-9 {
    padding-left: 0;
  }

  .brand-10 {
    color: #fff;
    padding-left: 0;
  }

  .image-container {
    height: 300px;
  }

  .nav-link-26 {
    font-size: 10vw;
  }

  .container-w1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_36750112-f224-b457-57ed-39e907594271-083f56a2, #w-node-_36750112-f224-b457-57ed-39e90759427f-083f56a2, #w-node-_1a295e93-6a40-4395-84c1-f26eddbbaf36-083f56a2, #w-node-_1a295e93-6a40-4395-84c1-f26eddbbaf39-083f56a2, #w-node-_1a295e93-6a40-4395-84c1-f26eddbbaf46-083f56a2, #w-node-c983e4d6-d4fd-ceef-fe1f-4cf82d87a644-083f56a6, #w-node-c983e4d6-d4fd-ceef-fe1f-4cf82d87a647-083f56a6, #w-node-c983e4d6-d4fd-ceef-fe1f-4cf82d87a654-083f56a6, #w-node-_8766c87e-dd71-6767-985d-806a654f86ee-083f56a7, #w-node-_8766c87e-dd71-6767-985d-806a654f86f3-083f56a7, #w-node-_8c63aa17-581f-082e-d250-8d176af09acd-083f56a7, #w-node-_8c63aa17-581f-082e-d250-8d176af09ad0-083f56a7, #w-node-_8c63aa17-581f-082e-d250-8d176af09add-083f56a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_1a295e93-6a40-4395-84c1-f26eddbbaf36-083f56a2, #w-node-_1a295e93-6a40-4395-84c1-f26eddbbaf4d-083f56a2, #w-node-c983e4d6-d4fd-ceef-fe1f-4cf82d87a644-083f56a6, #w-node-c983e4d6-d4fd-ceef-fe1f-4cf82d87a65b-083f56a6, #w-node-_8766c87e-dd71-6767-985d-806a654f86ee-083f56a7, #w-node-_8c63aa17-581f-082e-d250-8d176af09acd-083f56a7, #w-node-_8c63aa17-581f-082e-d250-8d176af09ae4-083f56a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-e2468162-6324-b5d9-eb5e-84de0a2b413d-083f56a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e2468162-6324-b5d9-eb5e-84de0a2b413d-083f56a2 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_36750112-f224-b457-57ed-39e907594271-083f56a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Sf Pro';
  src: url('../fonts/SF-Pro-Text-Black.otf') format('opentype'), url('../fonts/SF-Pro-Text-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro';
  src: url('../fonts/SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro';
  src: url('../fonts/SF-Pro-Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro';
  src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro';
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro';
  src: url('../fonts/SF-Pro-Text-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}