@font-face {
  font-family: Nexoradisplay;
  src: url('../fonts/NexoraDisplay.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --teal: #00b3b3;
  --black: #3f3f3f;
  --white: white;
  --yellow: #fbc86d;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

.main-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 250vh;
  display: flex;
  position: relative;
}

.container-bubbles {
  z-index: -100;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.container-bubbles.password-bubbles {
  width: 100vw;
}

.name-block {
  z-index: -1;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: -120px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-ex {
  color: #fff0;
  text-align: center;
  letter-spacing: 17px;
  text-transform: uppercase;
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 100%;
}

.heading-ex.nav-heading {
  font-size: 110px;
  line-height: 140%;
  text-decoration: none;
}

.heading-ex.hh-lrg {
  color: #e8e8e8;
  letter-spacing: 5px;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #e8e8e8;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Nexoradisplay, Impact, sans-serif;
  font-size: 200px;
  font-weight: 400;
  position: relative;
}

.custom-cursor-container {
  width: 500px;
  height: 500px;
}

.cursor-wrapper {
  z-index: 999999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  z-index: 9999999;
  text-align: center;
  background-color: #00b3b3;
  border: 0 solid #00b3b3;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-cursor {
  z-index: 10000;
  width: auto;
  height: auto;
}

.smooth-scroll {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  overflow: visible;
}

.nav-container {
  z-index: 500;
  opacity: 1;
  color: #fff0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo-container {
  cursor: none;
  width: 70px;
  padding: 0;
  position: static;
  overflow: hidden;
}

.container-main-logo {
  cursor: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  padding: 20px 0;
  display: block;
  position: static;
}

.body {
  background-color: #fff0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body.nocursor {
  background-color: #fff;
  flex-direction: column;
}

.lottie-animation {
  position: relative;
}

.nav-lists-container {
  z-index: 100;
  background-color: #00b3b3;
  width: 0;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.overlay {
  z-index: 88888;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.socials {
  z-index: 9999999;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 60px;
  display: flex;
}

.menu-links {
  z-index: 999999;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
  left: 65px;
}

.nav-social-line {
  color: #fbc86d;
  background-color: #fbc86d;
  width: 30px;
  height: 5px;
  margin-bottom: 10px;
}

.nav-social-links {
  color: #ffffff80;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.ham-container {
  z-index: 200;
  cursor: auto;
  flex-direction: column;
  justify-content: center;
  margin-right: 60px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.ham-ing {
  cursor: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 50px;
  height: 30px;
  padding: 0;
  display: flex;
}

.ham-lettuce {
  background-color: #fac76c;
  border-radius: 100px;
  width: 100%;
  height: 7px;
}

.ham-lettuce.bun-one {
  width: 70%;
  transform: rotate(-45deg);
}

.ham-lettuce.bun-2 {
  width: 70%;
  transform: rotate(45deg);
}

.full-nav-contaienr {
  z-index: 2000;
  opacity: 1;
  width: 100vw;
  position: relative;
}

.nav-sk-bg {
  width: 100%;
  position: absolute;
  inset: auto 0% -2% -15%;
}

.html-embed {
  opacity: .35;
}

.heading-ex-two {
  z-index: 100;
  color: #e2e2e2;
  text-align: center;
  letter-spacing: 30px;
  font-family: playfair-display, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 180%;
  display: block;
  position: relative;
  overflow: visible;
}

.main-about-container {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.aboutcontainer-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.about-heading-container {
  width: 450px;
  height: 410px;
  position: sticky;
  top: 200px;
  overflow: visible;
}

.about-text-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 450px;
  padding-top: 200px;
  display: flex;
}

.ah-line {
  background-color: #979797;
  width: 100%;
  height: 4px;
}

.heading-three {
  color: #969696;
  width: 50vh;
  margin-left: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 59px;
  font-weight: 700;
}

.heading-three.about-main-heading {
  letter-spacing: 1px;
  width: auto;
  font-family: playfair-display, sans-serif;
  font-size: 50px;
  line-height: 120%;
}

.heading-three.amh-herotext {
  width: 610px;
  color: var(--teal);
  margin-left: 0;
  font-family: aesthet-nova;
  font-size: 70px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

.heading-three.abm-location-text {
  z-index: -5;
  color: #ece9e9;
  letter-spacing: 10px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: playfair-display, sans-serif;
  font-size: 100px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% -2%;
}

.heading-three.password-heading {
  text-align: center;
  width: auto;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: playfair-display, sans-serif;
  font-size: 40px;
}

.heading-three._404-heading {
  color: #fac76c;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 180px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.heading-three.rightalign {
  text-align: right;
}

.bold-text {
  color: var(--black);
  font-weight: 700;
}

.underline-span {
  color: var(--black);
  text-decoration: underline;
}

.paragraph-one {
  color: #969696;
  width: 50%;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.paragraph-one.about-mainline {
  width: 100%;
  color: var(--black);
  margin-bottom: 40px;
  font-size: 20px;
}

.paragraph-one.about-secondary-line {
  width: 90%;
  color: var(--black);
  margin-bottom: 40px;
  font-size: 20px;
}

.paragraph-one.amh-nametext {
  color: #fcc96d;
  align-items: flex-end;
  width: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.paragraph-one.abm-text {
  letter-spacing: .7px;
  width: auto;
  line-height: 140%;
}

.paragraph-one.abm-text.abm-edu-text {
  width: 572px;
}

.paragraph-one.abm-text.abm-goal-txt {
  width: 640px;
  margin-top: 40px;
  margin-left: 20vw;
}

.paragraph-one.abm-text.abm-exp-text {
  width: 600px;
  margin-top: 140px;
  margin-left: 60px;
}

.paragraph-one.password-error-text {
  width: auto;
}

.paragraph-one._404-text {
  text-align: center;
  width: auto;
  font-size: 25px;
}

.paragraph-one._404-goback-text {
  color: #fac76c;
  text-align: center;
  width: auto;
  font-size: 40px;
  font-weight: 700;
}

.paragraph-one._404-goback-text:hover {
  color: var(--teal);
}

.paragraph-one.work-des-paragraph {
  width: 100%;
  font-size: 20px;
}

.paragraph-one.pi-info-text {
  width: auto;
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  transition: margin .2s ease-in-out;
}

.paragraph-one.pi-info-text:hover {
  margin-left: 9px;
}

.paragraph-one.ts-paragraph {
  width: auto;
}

.paragraph-one.footer-next-link {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
}

.about-location-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.heading-four {
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  display: block;
}

.heading-four.location-text {
  color: var(--black);
  margin-bottom: 0;
  margin-left: 20px;
  font-family: aesthet-nova;
}

.heading-four.contact-headingt {
  color: #969696;
  letter-spacing: .5px;
  font-family: playfair-display, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}

.heading-four.contcts-lists {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-four.cursor-heading {
  color: #fcc96d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.heading-four.cursor-heading.view-casestudy {
  z-index: 9999999;
  align-items: center;
  display: none;
  position: relative;
}

.heading-four.cursor-heading.ux-cursor, .heading-four.cursor-heading.ui-cursor, .heading-four.cursor-heading.brand-cursor, .heading-four.cursor-heading.dev-cursor {
  display: none;
}

.heading-four.cursor-heading.worklist-heading {
  z-index: 9999999;
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  align-items: center;
  font-size: 18px;
  display: flex;
  position: relative;
}

.heading-four.pill-text {
  color: var(--teal);
  font-weight: 400;
  position: relative;
}

.heading-four.pill-text.pill-title {
  text-align: center;
  text-transform: uppercase;
  font-family: playfair-display, sans-serif;
  font-weight: 700;
}

.heading-four.center {
  text-align: center;
}

.contact-lists {
  border-top: 0 solid #000;
  width: 90%;
}

.contact-lists-name-container {
  background-color: #0000;
  border-top: 1px solid #969696;
  border-bottom: .5px solid #969696;
  height: auto;
}

.footer-container {
  z-index: 10;
  background-color: #fff0;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-inner {
  align-items: flex-end;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-layout {
  flex-direction: column;
  padding: 100px;
  display: flex;
}

.about-image-container {
  border-radius: 400px;
  justify-content: center;
  align-items: flex-end;
  width: 300px;
  height: 300px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.paragraph-two {
  color: var(--black);
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-two.footer-copyright {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.paragraph-two.footer-copyright.dark {
  color: #a5a5a5;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
}

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

.paragraph-two.center._50vo {
  width: 50vw;
}

.paragraph-two.center._50vo._50 {
  text-align: left;
  width: 50%;
}

.footer-writing-container {
  z-index: 100;
  background-color: #f3c268;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-top: -12px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.footer-text-inner {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.cursor-text {
  z-index: 9999999;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.cursor-text-title {
  z-index: 99999;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.portfolio-linkblock {
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-link {
  color: #00b3b3;
}

.text-link.password-link-me {
  text-decoration: none;
}

.footer-link-inner {
  background-color: #fff;
  border-radius: 500px;
  align-items: center;
  width: 200px;
  height: 200px;
  display: none;
  position: relative;
  overflow: hidden;
}

.footer-link-inner.w--current {
  object-fit: fill;
  position: static;
  overflow: hidden;
}

.contact-link-block {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.page-trans-container {
  z-index: 100000;
  background-color: #fff0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.ptc-inner-one {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.ptc-inner-two {
  background-color: #fac76c;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.ptc-inner-three {
  background-color: #00b3b3;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.footer-logo-inner {
  justify-content: space-between;
  display: flex;
}

.footer-logo {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.collab-name {
  color: #979797;
  text-decoration: none;
}

.amh-inner-container {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  max-width: 1000px;
  height: 100%;
  display: flex;
  position: relative;
}

.amh-text-container {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.amh-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.amh-imge-circle {
  object-fit: fill;
  background-color: #d1dbe3;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: block;
  position: static;
  overflow: hidden;
}

.bold-text-2 {
  font-family: playfair-display, sans-serif;
  font-weight: 700;
}

.amh-img {
  object-fit: fill;
  height: 100%;
  display: block;
  position: relative;
}

.amh-img.ahm-smile {
  display: block;
}

.html-embed-3 {
  z-index: 1000;
  position: static;
}

.about-detail-container {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
}

.about-detail-inner {
  width: 80vw;
  max-width: 1000px;
  margin-top: 0;
}

.aboutme-exp-container {
  display: block;
  position: relative;
}

.heading-two {
  color: var(--teal);
  margin-top: 0;
  margin-bottom: 0;
  font-family: playfair-display, sans-serif;
  font-size: 60px;
  line-height: 100%;
}

.heading-two.portfolio-main-heading {
  flex-wrap: nowrap;
  width: 200%;
  margin-left: 210px;
  font-size: 70px;
  line-height: 120px;
}

.heading-two.work-list-heading2 {
  color: var(--teal);
  text-align: left;
  font-size: 60px;
  position: relative;
}

.heading-two.link-heading {
  color: var(--yellow);
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  margin-left: 10px;
  line-height: 150%;
  text-decoration: none;
  position: relative;
}

.aboutme-lists-container {
  justify-content: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.aml-inner {
  width: 80vw;
  max-width: 1100px;
}

.expirence-lists, .education-lists, .recognitions-lists {
  border-top: 0 solid #000;
  width: 70%;
  margin-top: 60px;
}

.list-yellow {
  color: #fac76c;
}

.lc-container {
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.lcc-inner {
  width: 50vw;
  max-width: 800px;
}

.lcc-connect-link-text {
  text-decoration: none;
}

.lcc-connect-heading-text {
  position: relative;
}

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

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

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.text-field {
  background-color: #fff;
  border: 2px solid #00b3b3;
  border-radius: 80px;
}

.text-field.paragraph-two.text-password {
  text-align: left;
  border-color: #00b3b3;
}

.text-field.paragraph-two.text-password:hover {
  border-color: #fcc96d;
}

.submit-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #fcc96d;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

.error-message {
  background-color: #0000;
}

.link {
  color: #15163d;
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
}

._404-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

._404-inner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 540px;
  display: flex;
  overflow: hidden;
}

._404-inner-text {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 540px;
  display: flex;
}

._404-4-text {
  width: auto;
  position: relative;
}

.o-text-content {
  border: 15px solid var(--yellow);
  -webkit-text-fill-color: inherit;
  background-color: #dfdfdf;
  background-clip: border-box;
  border-radius: 330px;
  width: 280px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

._0-content-box {
  height: 100%;
}

._0-content-box.cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

._404-info {
  justify-content: center;
  align-items: center;
  width: 570px;
  height: 20%;
  padding-bottom: 100px;
  display: block;
}

._404-info-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-3, .bold-text-5 {
  font-family: playfair-display, sans-serif;
}

.awwards-tag {
  display: none;
}

.portfolio-container {
  align-items: stretch;
  width: 100vw;
  height: 200vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.portfolio-inner {
  flex-direction: row;
  justify-content: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.portfolio-heading-container {
  background-color: var(--teal);
  object-fit: cover;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.portfolio-work-container {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1000px;
  height: 100vh;
  display: flex;
  position: relative;
}

.portfolio-work-container._01 {
  flex-direction: row;
  width: 100vw;
  max-width: none;
}

.pwinner {
  background-color: var(--white);
  color: #424242;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 60%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-items-container {
  flex-direction: row;
  width: 400vw;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.pw-bg-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.pw-infobubble-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.pillbox {
  background-color: #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 9px 16px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.pillbox.role-brand {
  box-shadow: 0 6px 6px #00000042;
}

.pillbox.role-brand.pillcta {
  display: none;
}

.pw-inner-bubble {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.lottie-animation-3, .html-embed-8 {
  position: relative;
}

.hero-inner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.hero-heading {
  width: 100vw;
  height: 100%;
  position: relative;
}

.portfolio-hero-container {
  z-index: 1;
  background-color: #fff;
  width: 100vw;
  margin-top: 64px;
  margin-bottom: 0;
  position: sticky;
  top: 64px;
}

.protfolio-hero-des-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-position: 0% 50%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
  top: 64px;
}

.hero-des-des {
  width: 50%;
}

.hero-des-info-container {
  width: 40%;
  margin-top: 120px;
}

.heading-fout {
  color: var(--black);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: playfair-display, sans-serif;
  font-size: 25px;
  line-height: 38px;
}

.heading-fout.tc-heading {
  margin-bottom: 12px;
}

.pi-box {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  justify-content: space-between;
  padding: 12px 9px;
  transition: padding .2s ease-in-out;
  display: flex;
}

.pi-box:hover {
  padding-left: 24px;
  padding-right: 24px;
}

.pi-collab {
  margin-top: 32px;
}

.collab-names-container {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  display: grid;
}

.portfolio-main-img-container {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  margin-top: 64px;
  display: flex;
  position: relative;
}

.main-img-inner {
  border-radius: 50px;
  width: 90%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.container-task-solution {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.tc-inner-container {
  grid-column-gap: 64px;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.ts-task-container {
  width: 40%;
}

.ts-solution-container {
  width: 60%;
}

.dual-img-container {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.dual-inner-container {
  grid-row-gap: 32px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.dual-img-one {
  border-radius: 40px;
  width: 70%;
  margin-right: 20%;
  overflow: hidden;
}

.dual-img-two {
  border-radius: 40px;
  width: 70%;
  margin-left: 20%;
  overflow: hidden;
}

.dual-img-two.vid-two {
  z-index: 1;
  height: 500px;
  position: relative;
  overflow: hidden;
}

._3d-head {
  z-index: 10;
  width: 90vw;
  height: 90vh;
  display: none;
  position: relative;
}

.container-footer-link {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  height: 200px;
  margin-top: 120px;
  margin-bottom: 0;
  margin-left: 407px;
  display: flex;
  position: relative;
}

.footer-link-copy {
  z-index: 0;
  clear: none;
  background-color: #fff0;
  background-image: url('../images/Saurav-Kattel_Bios_10_22_20192732_RGB_OL.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 260px;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  height: 70%;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-sticky-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.portfolio-home-work-container {
  flex-direction: row;
  width: 400vw;
  height: 100vh;
}

.container-work-stages {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
}

.workstage-innercontainer {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
}

.work-stages-box h2, .work-stages-box p {
  color: #969696;
  font-family: proxima-nova, sans-serif;
}

.work-stages-box h4 {
  color: #969696;
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.work-stages-box h5 {
  color: #969696;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
}

.work-stages-box h6 {
  color: #969696;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.work-stage-inner-container {
  width: 80%;
  margin-top: 64px;
  margin-bottom: 64px;
}

.container-workend-images {
  z-index: 2;
  background-color: #fff;
  align-items: flex-start;
  width: 100vw;
  height: 300vh;
  display: flex;
  position: relative;
}

.container-inner-workendimg {
  width: 100%;
  margin-top: 120px;
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.workpage-end-images {
  flex-direction: row;
  display: flex;
}

.collection-item-2 {
  object-fit: cover;
  border-radius: 50px;
  flex-direction: row;
  width: 80vw;
  height: 80vh;
  margin-left: 5vw;
  display: flex;
  overflow: hidden;
}

.wei-collection-list {
  flex-direction: row;
  display: flex;
}

.work-end-img {
  object-fit: cover;
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
}

.work-end-next-container {
  z-index: 20;
  background-color: #fff;
  width: 100vw;
  height: 500px;
  display: none;
  position: relative;
}

.empty-state {
  display: none;
}

.container-cms-nav {
  z-index: 50;
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 350px;
  padding-right: 240px;
  display: flex;
  position: relative;
}

.cms-next-link-box {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  height: 200px;
  display: flex;
  position: relative;
}

.cms-next-img {
  object-fit: cover;
  border-radius: 500px;
  width: 120px;
  max-width: none;
  height: 120px;
  position: relative;
}

.collection-list-3 {
  display: flex;
}

.lottie-animation-4 {
  width: 100vw;
}

.main-container-about {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 850px;
  display: flex;
  position: relative;
}

.about-img-pagewrap {
  z-index: -100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-loader {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-family: playfair-display, sans-serif;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-inner {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-size: 290px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loading-textblock {
  width: auto;
  height: auto;
  font-size: 60px;
  position: relative;
}

.loading-slider-yellow {
  background-color: var(--yellow);
  width: 0;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loading-slider-white {
  background-color: var(--white);
  width: 0;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nc-textblock {
  display: flex;
  position: relative;
}

.nc-block {
  margin-left: 9px;
  font-size: 60px;
}

.noiseblock {
  z-index: 10;
  opacity: .07;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.noiseblock.homenoise-box {
  opacity: .1;
}

.noise-img {
  width: auto;
  max-width: none;
  height: 150vh;
}

.noise-img.worklist-noiseimg {
  object-fit: fill;
  width: 120vw;
  height: auto;
  position: relative;
}

.row-below {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100px;
  margin-bottom: 16px;
  padding: 0 16px;
  display: flex;
  position: relative;
  overflow: auto;
}

.column_link-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.column_link-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 2px solid var(--yellow);
  cursor: pointer;
  border-radius: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column_link-wrap {
  z-index: 1000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  position: relative;
}

.column_img-list {
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 70vw;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column_img-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.column_img-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.column_img-photo {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.wcil-box {
  width: 100%;
  height: 100%;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.column-work-heading {
  z-index: 1;
  width: 50%;
  height: auto;
  margin-left: 7%;
  display: block;
  position: relative;
}

.column-workheading-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.workhead-list {
  opacity: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  transition: top .42s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  top: 132px;
}

.worklist-inner-container {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.worklist-main-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.wlist-cursor-box {
  z-index: 10;
  grid-column-gap: 9px;
  flex-direction: row;
  width: 250px;
  display: none;
  position: relative;
  overflow: hidden;
  transform: rotate(45deg);
}

.wlc-mainimg-link {
  z-index: 5000;
  width: 100%;
  height: 100%;
  font-size: 18px;
  position: absolute;
}

.work-view-more-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.wvm-inner {
  width: 300px;
  height: auto;
  overflow: hidden;
}

.wvm-inner.contact-link-block {
  border: 6px solid var(--yellow);
  border-radius: 150px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-left: 9px;
  display: flex;
  position: relative;
}

.ph-inner-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ph-text-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.portfolio-hero-container-ind {
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(#00000042, #00000042), url('../images/2-Nirvana-ad.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: -65px;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
  top: 64px;
  overflow: hidden;
}

.portfolio-hero-container-ind.p1 {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/focuspro-heroimage.jpg');
  margin-top: -64px;
}

.portfolio-hero-container-ind.p2 {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/2-Nirvana-ad.png');
  margin-top: -64px;
}

.portfolio-hero-container-ind.p3 {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/B2b_Heroimg.png');
  margin-top: -64px;
}

.quickstack-image {
  margin-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
}

.image-13 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 24px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  overflow: hidden;
}

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

.image-14 {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}

.cell-img-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.challangetextbox {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: sticky;
  top: 100px;
}

.challangetextbox.centeralign {
  justify-content: center;
  align-items: center;
}

.challangetextbox.centeralign.fullpage {
  height: 80vh;
}

.challangetextbox.centeralign.fullpage.bigpad {
  justify-content: center;
  align-items: center;
  padding: 0 120px;
  top: 0;
}

.quickstack-lightgrey {
  background-color: #f0f0f0;
  max-width: 1440px;
  padding: 120px 64px;
}

.fixedsegmentexplain_img {
  border-radius: 24px;
  width: 60%;
  overflow: hidden;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack {
  padding: 32px;
}

.quick-stack.extrapadding {
  background-color: #f0f0f0;
  padding: 100px 64px;
}

.tabs {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  display: flex;
}

.tab-pane-mode {
  height: 100%;
}

.tabs-portfolio {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
}

.tabs-portfolio.w--current {
  background-color: var(--teal);
  color: var(--white);
  font-weight: 700;
}

.quick-stack-visual {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 120px 32px;
}

.quickstack-ia {
  width: 100vw;
  max-width: 1440px;
  padding: 64px 32px;
}

.quick-stack-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.quick-stack-4.nopadding {
  padding: 0;
}

.quick-stack-5 {
  width: 100%;
}

.quick-stack-5.nopadding {
  padding: 0;
}

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

._2clm-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 1440px;
  margin-top: 64px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.body-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading_narrow_ex {
  text-align: center;
  letter-spacing: 3px;
  font-family: Nexoradisplay, Impact, sans-serif;
  font-size: 190px;
  font-weight: 700;
  line-height: 100%;
}

.heading_narrow_ex.white {
  color: var(--white);
  letter-spacing: 9px;
  -webkit-text-stroke-width: 2px;
  margin-bottom: -60px;
  padding-bottom: 0;
  text-decoration: none;
}

.subheading {
  font-family: playfair-display, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

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

.subheading.white.center {
  text-align: center;
}

.intro-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-top: 64px;
  display: flex;
}

.text-img-sticky {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 1440px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.centered-imgtext {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
}

.centered-imgtext.greybg {
  background-color: #f0f0f0;
}

.quickstact-white {
  max-width: 1440px;
  padding: 100px 32px;
}

.vid-container {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
}

.lrgimg-stack-text {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.lrgstack-doubletext {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.lrgstack-doubletext.fullwidth {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.imgstickycontent {
  padding: 32px 64px;
}

.imgstickycontent.extrapadding {
  background-color: #f0f0f0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.vid-inner-quickstack {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100vw;
  max-width: 1440px;
  padding: 120px 64px;
}

.container-textonly {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.textonly-inner {
  width: 100vw;
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
}

.quickstack-lrgimgs {
  width: 100vw;
  max-width: 1440px;
  padding: 64px 32px;
}

.textimg {
  padding: 32px;
}

.textimg.extrapadding {
  background-color: #f0f0f0;
  width: 100vw;
  max-width: 1440px;
  padding: 100px 64px;
}

.container-textimg-2clm {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
}

.cell-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.dafewebvideo {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 500px;
}

.tabs-video {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: sticky;
  top: 24px;
}

._2clmimg-clm1, ._2clmimg-clm2 {
  width: 50%;
}

.two-clm-hori-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.portfolio-content-container {
  background-color: var(--white);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 300vw;
  display: flex;
  position: relative;
}

._3d-head-container {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.spline-scene {
  width: 60vw;
  height: 80vh;
}

.nextproj-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.np-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 64px;
  padding-right: 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.np-content-container {
  background-image: url('../images/2-Nirvana-ad.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.np-img-content {
  background-image: linear-gradient(#00000054, #00000054), url('../images/2-Nirvana-ad.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 64px 100px;
  display: flex;
}

.np-img-content.ecom {
  background-image: linear-gradient(#0000, #0000), url('../images/B2b_Heroimg.png');
}

.np-img-content.fouspro {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/focuspro-heroimage.jpg');
}

.heading-narrow-next {
  color: var(--white);
  letter-spacing: 6px;
  font-family: Nexoradisplay, Impact, sans-serif;
  font-size: 160px;
  line-height: 200px;
}

@media screen and (min-width: 1280px) {
  .heading-ex {
    font-size: 100px;
  }

  .heading-ex-two {
    letter-spacing: 40px;
    font-size: 200px;
  }

  .paragraph-one._404-text {
    text-align: center;
    width: auto;
    font-size: 25px;
  }

  .paragraph-one._404-goback-text {
    color: #fac76c;
    text-align: center;
    width: auto;
    font-size: 40px;
    font-weight: 700;
  }

  .paragraph-one._404-goback-text:hover {
    color: var(--teal);
  }

  .footer-container {
    height: 100%;
  }

  .contact-link-block:hover {
    color: #493f3f;
  }

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

  ._404-inner {
    justify-content: center;
  }

  ._404-info {
    width: 570px;
    height: 20%;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .portfolio-items-container {
    width: 700vw;
  }

  .pw-bg-img {
    height: 130%;
  }

  .column-work-heading {
    width: 50%;
  }

  .workhead-list {
    opacity: 0;
  }

  .lrgstack-doubletext.fullwidth {
    width: 100%;
  }

  .margin {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-ex {
    font-size: 120px;
  }

  .heading-ex-two {
    font-size: 230px;
  }

  .footer-container {
    margin-top: 150px;
  }

  .text-layout {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-image-container {
    width: 400px;
    height: 400px;
    margin-left: -200px;
  }

  .amh-imge-circle {
    width: 600px;
    height: 600px;
  }

  .pwinner {
    width: 50%;
  }

  .column-work-heading {
    width: 40%;
  }
}

@media screen and (min-width: 1920px) {
  .name-block {
    width: 80vw;
  }

  .heading-ex {
    font-size: 140px;
  }

  .cursor-dot {
    background-color: #00b3b3;
    border-width: 0;
  }

  .nav-container, .nav-logo-container, .ham-container {
    cursor: none;
  }

  .heading-ex-two {
    color: #e2e2e28a;
    font-size: 240px;
  }

  .aboutcontainer-inner {
    width: 60vw;
    position: relative;
  }

  .heading-three.amh-herotext {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-three._404-heading {
    text-decoration: none;
  }

  .paragraph-one.amh-nametext {
    font-size: 30px;
  }

  .heading-four.contact-headingt {
    border-bottom: 1px solid #969696;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .contact-lists-name-container {
    border-top-width: 0;
  }

  .contact-lists-name-container.cl-email {
    border-bottom-width: 1px;
  }

  .footer-container {
    margin-top: 170px;
    overflow: visible;
  }

  .about-image-container {
    border-radius: 290px;
    justify-content: center;
    align-items: flex-end;
    width: 400px;
    height: 400px;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .paragraph-two.footer-copyright {
    font-size: 21px;
  }

  .footer-writing-container {
    height: 120px;
  }

  .text-link {
    color: #00b3b3;
  }

  .footer-link-inner {
    position: relative;
  }

  .footer-logo {
    width: 50px;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .amh-inner-container {
    max-width: 1200px;
  }

  .amh-text-container {
    width: 60%;
  }

  .amh-imge-circle {
    background-color: #d1dbe3;
  }

  .about-detail-inner, .aml-inner {
    max-width: 1200px;
  }

  .utility-page-content {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .pw-bg-img {
    height: 170%;
  }

  .footer-link-copy {
    display: block;
  }

  .column-work-heading {
    width: 30%;
  }

  .body-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .heading-ex, .heading-ex.nav-heading.nav-home, .heading-ex.nav-heading.nav-work, .heading-ex.nav-heading.navabout {
    font-size: 90px;
  }

  .heading-ex.hh-lrg {
    font-size: 130px;
  }

  .cursor-wrapper {
    display: flex;
    overflow: hidden;
  }

  .container-main-logo {
    margin-left: 40px;
  }

  .nav-lists-container {
    width: 0;
  }

  .overlay {
    z-index: 0;
    align-items: stretch;
    position: relative;
  }

  .socials {
    left: 20%;
  }

  .menu-links {
    align-items: flex-start;
  }

  .ham-container {
    margin-right: 40px;
  }

  .nav-sk-bg {
    width: 130%;
    bottom: 0%;
  }

  .heading-ex-two {
    letter-spacing: 70px;
    font-size: 140px;
    line-height: 160%;
  }

  .aboutcontainer-inner {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90vw;
  }

  .about-heading-container {
    z-index: 1;
    width: 420px;
    height: auto;
    margin-bottom: 200px;
    top: 100px;
  }

  .about-text-container {
    z-index: 100;
    background-color: #fff;
    width: 600px;
    padding-top: 0;
    position: relative;
  }

  .ah-line {
    width: 50%;
  }

  .ah-text {
    width: auto;
  }

  .heading-three.about-main-heading {
    width: 450px;
    margin-left: 0;
    font-size: 40px;
    line-height: 140%;
  }

  .heading-three.amh-herotext {
    text-align: left;
    width: 380px;
    font-size: 40px;
    line-height: 31px;
  }

  .heading-three.abm-location-text {
    font-size: 80px;
  }

  .paragraph-one.about-mainline, .paragraph-one.about-secondary-line {
    font-size: 20px;
  }

  .paragraph-one.abm-text.abm-edu-text {
    width: 90%;
  }

  .paragraph-one.abm-text.abm-goal-txt {
    width: 90%;
    margin-left: 5vw;
  }

  .paragraph-one.abm-text.abm-exp-text {
    width: 90%;
  }

  .heading-four {
    font-family: proxima-nova, sans-serif;
  }

  .footer-inner {
    height: 500px;
  }

  .about-image-container {
    z-index: 105;
  }

  .paragraph-two.footer-copyright {
    font-size: 15px;
  }

  .paragraph-two.center._50vo {
    width: 80vw;
  }

  .footer-writing-container {
    flex-direction: row-reverse;
    justify-content: space-around;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-text-inner {
    width: 50%;
    font-size: 12px;
  }

  .amh-text-container {
    align-items: flex-start;
    width: 50%;
    inset: 0% 0% auto;
  }

  .amh-image-container {
    width: 300px;
    inset: 0% 0% auto;
  }

  .amh-imge-circle {
    width: 300px;
    height: 300px;
  }

  .heading-two.portfolio-main-heading {
    width: 1000px;
    font-size: 40px;
    line-height: 70px;
  }

  .expirence-lists, .education-lists, .recognitions-lists {
    width: 80%;
  }

  .lcc-inner {
    width: 90vw;
  }

  .pwinner {
    width: 80%;
  }

  .portfolio-hero-container {
    height: auto;
  }

  .dual-img-two.vid-two {
    height: 300px;
  }

  .main-container-about {
    height: 800px;
  }

  .row-below {
    align-items: baseline;
    min-height: auto;
  }

  .column_img-wrap {
    position: relative;
  }

  .worklist-inner-container {
    grid-template-columns: 100%;
  }

  .portfolio-hero-container-ind {
    height: auto;
  }

  .portfolio-hero-container-ind.p1, .portfolio-hero-container-ind.p2, .portfolio-hero-container-ind.p3 {
    height: 100vh;
  }

  .cell-4 {
    justify-content: center;
    align-items: flex-start;
  }

  .np-img-content {
    padding: 32px 64px;
  }
}

@media screen and (max-width: 767px) {
  .main-container {
    height: 200vh;
  }

  .heading-ex, .heading-ex.nav-heading.nav-home, .heading-ex.nav-heading.nav-work, .heading-ex.nav-heading.navabout {
    font-size: 60px;
  }

  .heading-ex.hh-lrg {
    -webkit-text-stroke-width: 2px;
    font-size: 95px;
  }

  .cursor-wrapper {
    display: none;
  }

  .container-main-logo {
    margin-left: 10px;
  }

  .nav-lists-container {
    width: 0;
  }

  .overlay {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 100vh;
  }

  .socials {
    align-items: flex-end;
    display: flex;
  }

  .ham-container {
    margin-right: 10px;
  }

  .heading-ex-two {
    text-align: center;
    letter-spacing: 50px;
    justify-content: center;
    font-size: 140px;
    line-height: 130%;
    display: block;
    position: relative;
  }

  .aboutcontainer-inner {
    flex-direction: column;
    align-items: center;
  }

  .about-heading-container {
    width: 90%;
    margin-bottom: 0;
    padding-right: 120px;
  }

  .about-text-container {
    z-index: 100;
    background-color: #fff;
    align-items: flex-end;
    width: 100%;
    margin-top: 120px;
    padding-top: 0;
    position: relative;
  }

  .heading-three.about-main-heading {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .heading-three.amh-herotext {
    width: 310px;
    font-size: 32px;
    line-height: 30px;
  }

  .heading-three.abm-location-text {
    letter-spacing: 3px;
    width: 100%;
    font-size: 50px;
    bottom: -5%;
  }

  .heading-three._404-heading {
    font-size: 120px;
  }

  .paragraph-one.about-mainline, .paragraph-one.about-secondary-line {
    font-size: 16px;
  }

  .paragraph-one.abm-text.abm-edu-text, .paragraph-one.abm-text.abm-goal-txt, .paragraph-one.abm-text.abm-exp-text {
    font-size: 16px;
    line-height: 130%;
  }

  .paragraph-one._404-text {
    width: 90%;
    font-size: 22px;
  }

  .paragraph-one.work-des-paragraph {
    font-size: 18px;
  }

  .paragraph-one.pi-info-text, .paragraph-one.pi-info-text:hover {
    margin-left: 3px;
  }

  .heading-four.contcts-lists {
    font-size: 16px;
  }

  .heading-four.pill-text {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }

  .heading-four.pill-text.pill-title.pill-text-cta {
    color: var(--yellow);
  }

  .footer-container {
    width: 100vw;
  }

  .footer-inner {
    height: 350px;
  }

  .about-image-container {
    z-index: 105;
  }

  .paragraph-two.center._50vo._50 {
    width: 100%;
  }

  .footer-writing-container {
    flex-direction: column-reverse;
    height: 90px;
  }

  .footer-text-inner {
    width: 90%;
  }

  .footer-link-inner {
    width: 120px;
    height: 120px;
  }

  .amh-inner-container {
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 80vw;
  }

  .amh-text-container {
    width: 100%;
    bottom: 5%;
  }

  .amh-image-container {
    width: 300px;
  }

  .amh-imge-circle {
    width: 300px;
    height: 300px;
  }

  .bold-text-2 {
    line-height: 120%;
  }

  .heading-two.work-list-heading2, .heading-two.link-heading {
    font-size: 40px;
  }

  .expirence-lists, .education-lists, .recognitions-lists {
    width: 100%;
  }

  .utility-page-content {
    justify-content: flex-start;
    width: 340px;
    height: 400px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 100%;
  }

  ._404-container {
    flex-direction: column;
    justify-content: flex-start;
  }

  ._404-inner {
    align-items: flex-start;
    width: 100vw;
    height: 80vh;
  }

  ._404-inner-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 80vh;
  }

  .o-text-content {
    border-width: 10px;
    width: 220px;
    height: 300px;
  }

  ._404-info {
    height: 20vh;
  }

  .portfolio-container {
    height: 400vh;
  }

  .portfolio-inner {
    flex-direction: column;
    height: 400vh;
    position: relative;
    overflow: visible;
  }

  .portfolio-heading-container {
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .portfolio-work-container._01 {
    background-color: #0000;
  }

  .pwinner {
    width: 90%;
    height: 70%;
    overflow: hidden;
  }

  .portfolio-items-container {
    flex-flow: column;
    width: 100vw;
    height: 400vh;
  }

  .pw-bg-img {
    height: 110%;
  }

  .pw-infobubble-container {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 16px;
  }

  .pillbox.role-brand {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pillbox.role-brand.pillcta {
    display: flex;
  }

  .pw-inner-bubble {
    grid-row-gap: 8px;
    flex-direction: row;
    align-items: stretch;
  }

  .lottie-animation-3 {
    height: 100vh;
  }

  .protfolio-hero-des-container {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    top: 0;
  }

  .hero-des-des {
    width: 90%;
  }

  .hero-des-info-container {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
    display: flex;
  }

  .hero-info-pi {
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    display: flex;
  }

  .pi-box {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .pi-box:hover {
    align-items: center;
    padding: 12px 9px;
  }

  .pi-collab {
    width: 100%;
    margin-top: 16px;
  }

  .main-img-inner {
    border-radius: 20px;
  }

  .tc-inner-container {
    flex-direction: column;
    width: 90%;
  }

  .ts-task-container {
    width: 100%;
  }

  .ts-solution-container {
    width: 100%;
    margin-top: 16px;
  }

  .dual-img-one {
    border-radius: 20px;
    width: 100%;
    margin-right: 0%;
  }

  .dual-img-two {
    border-radius: 20px;
    width: 100%;
    margin-left: 0%;
  }

  .dual-img-two.vid-two {
    border-radius: 20px;
  }

  .container-footer-link {
    margin-left: 150px;
  }

  .footer-link-copy {
    justify-content: flex-start;
    width: 120px;
    height: 120px;
  }

  .portfolio-home-work-container {
    z-index: 1;
    flex-direction: column;
    width: 100vw;
    height: auto;
    display: block;
    position: relative;
  }

  .workstage-innercontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .work-stages-box h6 {
    font-size: 16px;
  }

  .work-stage-inner-container {
    width: 90%;
  }

  .container-workend-images {
    height: auto;
    position: relative;
    top: 0;
  }

  .container-inner-workendimg {
    margin-top: 64px;
    position: sticky;
    top: 0;
    overflow: visible;
  }

  .workpage-end-images {
    flex-direction: column;
    width: 100%;
    position: relative;
  }

  .collection-item-2 {
    object-fit: cover;
    border-radius: 25px;
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    height: 430px;
    margin-bottom: 32px;
    margin-left: 0;
    position: sticky;
    top: 64px;
  }

  .wei-collection-list {
    object-fit: fill;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
  }

  .work-end-img {
    border-radius: 20px;
    height: 100%;
  }

  .container-cms-nav {
    justify-content: center;
    align-items: center;
    height: 200px;
    padding-right: 0;
    overflow: visible;
  }

  .cms-next-link-box {
    margin-left: 0;
  }

  .collection-list-3 {
    grid-row-gap: 64px;
    flex-direction: column;
  }

  .collection-item-3 {
    flex-direction: column;
    align-items: center;
    width: 100vw;
    display: flex;
    position: sticky;
    top: 90px;
    overflow: hidden;
  }

  .main-container-about {
    height: 800px;
    padding-top: 64px;
    overflow: hidden;
  }

  .row-below {
    height: 70px;
    padding-bottom: 0;
  }

  .column_img-list {
    border-radius: 40px;
    width: 90vw;
  }

  .column-work-heading {
    width: 60%;
    margin-left: 2%;
  }

  .wvm-inner.contact-link-block {
    width: 250px;
  }

  .challangetextbox.centeralign.fullpage.bigpad {
    padding-left: 64px;
    padding-right: 64px;
  }

  .quickstack-lightgrey, .quick-stack.extrapadding {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  ._2clm-img {
    flex-flow: column;
    width: 100%;
  }

  .heading_narrow_ex.white {
    font-size: 160px;
  }

  .subheading.white.center {
    font-size: 32px;
  }

  .intro-container {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 64px;
  }

  .quickstact-white {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lrgstack-doubletext.fullwidth {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .imgstickycontent.extrapadding, .textimg.extrapadding {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  ._2clmimg-clm1, ._2clmimg-clm2 {
    width: 100%;
  }

  .portfolio-content-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 300vh;
    margin-top: 64px;
  }

  .heading-narrow-next {
    font-size: 100px;
    line-height: 120px;
  }
}

@media screen and (max-width: 479px) {
  .main-container {
    height: 160vh;
  }

  .name-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-ex {
    letter-spacing: 5px;
    font-size: 50px;
  }

  .heading-ex.nav-heading.nav-home, .heading-ex.nav-heading.nav-work, .heading-ex.nav-heading.navabout {
    font-size: 50px;
  }

  .heading-ex.hh-lrg {
    letter-spacing: 3px;
    -webkit-text-stroke-width: 2px;
    font-size: 70px;
  }

  .nav-lists-container {
    width: 0;
  }

  .overlay {
    z-index: 0;
    flex-flow: column;
    place-content: flex-start center;
    align-items: stretch;
    width: 90%;
    height: 100vh;
    position: relative;
    inset: 0% auto;
  }

  .menu-links {
    margin-left: 20px;
    margin-right: 0;
    left: auto;
  }

  .ham-container {
    z-index: 1000;
  }

  .heading-ex-two {
    font-size: 130px;
    position: relative;
  }

  .main-about-container {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .aboutcontainer-inner {
    flex-direction: column;
    align-items: center;
    width: 96vw;
  }

  .about-heading-container {
    width: 90%;
    height: 160px;
    padding-right: 0;
    overflow: hidden;
  }

  .about-text-container {
    z-index: 100;
    background-color: #fff;
    width: 90%;
    margin-top: 100px;
    padding-top: 0;
    position: relative;
  }

  .ah-line {
    width: 250px;
  }

  .ah-text {
    min-width: 280px;
    max-width: 300px;
  }

  .heading-three.about-main-heading {
    letter-spacing: 0;
    width: auto;
    margin-bottom: 140px;
    margin-left: 0;
    line-height: 100%;
  }

  .heading-three.amh-herotext {
    text-align: left;
    width: 270px;
    line-height: 40px;
  }

  .heading-three.abm-location-text {
    font-size: 37px;
  }

  .heading-three._404-heading {
    font-size: 90px;
  }

  .heading-three.rightalign {
    width: auto;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text {
    font-size: 30px;
  }

  .paragraph-one.abm-text.abm-edu-text {
    width: 100%;
  }

  .paragraph-one.abm-text.abm-goal-txt {
    width: 90%;
  }

  .paragraph-one.abm-text.abm-exp-text {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }

  .paragraph-one._404-text {
    width: 90%;
  }

  .paragraph-one.work-des-paragraph {
    font-size: 16px;
  }

  .paragraph-one.pi-info-text {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .paragraph-one.ts-paragraph {
    font-size: 18px;
  }

  .about-location-container {
    align-items: flex-start;
  }

  .heading-four.location-text {
    margin-top: 10px;
    line-height: 22px;
  }

  .heading-four.contcts-lists {
    font-size: 18px;
    line-height: 26px;
  }

  .contact-lists {
    width: 100%;
  }

  .contact-lists-name-container {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-inner {
    height: 320px;
  }

  .about-image-container {
    z-index: 150;
  }

  .paragraph-two.footer-copyright {
    text-align: center;
    font-size: 14px;
  }

  .paragraph-two.footer-copyright.dark, .paragraph-two.center {
    text-align: left;
  }

  .paragraph-two.center._50vo {
    text-align: left;
    width: 90vw;
  }

  .paragraph-two.center._50vo._50 {
    width: 100%;
  }

  .footer-writing-container {
    height: 120px;
    padding: 5px;
  }

  .footer-text-inner {
    width: 90%;
  }

  .footer-logo {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .amh-inner-container {
    width: 90vw;
  }

  .amh-uxtext {
    text-align: center;
  }

  .amh-imge-circle {
    width: 250px;
    height: 250px;
  }

  .bold-text-2 {
    text-align: center;
    letter-spacing: 0;
    font-weight: 700;
  }

  .about-detail-inner {
    width: 90vw;
  }

  .heading-two.portfolio-main-heading {
    width: auto;
    margin-left: 0;
    font-size: 40px;
    line-height: 46px;
  }

  .heading-two.work-list-heading2 {
    font-size: 32px;
  }

  .aml-inner {
    width: 90vw;
  }

  .expirence-lists {
    width: 90%;
    margin-top: 0;
  }

  .education-lists, .recognitions-lists {
    width: 90%;
  }

  .lc-container {
    justify-content: center;
  }

  .lcc-inner {
    width: 100vw;
    padding: 5px;
  }

  .utility-page-content {
    width: 320px;
    height: 400px;
  }

  ._404-info {
    width: 100vw;
  }

  .portfolio-inner {
    height: 100vh;
  }

  .portfolio-heading-container {
    justify-content: space-around;
    align-items: flex-start;
    height: 200vh;
  }

  .pw-infobubble-container {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pw-inner-bubble {
    grid-column-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-inner {
    position: relative;
    overflow: visible;
  }

  .hero-heading {
    z-index: -1;
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    position: sticky;
    top: 60px;
    overflow: visible;
  }

  .portfolio-hero-container {
    position: relative;
    top: 32px;
  }

  .protfolio-hero-des-container {
    z-index: 2;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    top: 0;
  }

  .hero-des-des {
    width: 100%;
    position: relative;
  }

  .hero-des-info-container {
    background-color: #fff;
    width: 100%;
    margin-top: 0;
  }

  .hero-info-pi, .pi-collab {
    background-color: #fff;
  }

  .collab-names-container {
    grid-row-gap: 3px;
    grid-template-columns: 1fr;
    margin-top: 8px;
  }

  .main-img-inner {
    border-radius: 25px;
    height: 50vh;
  }

  .container-task-solution {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .dual-img-one {
    border-radius: 20px;
  }

  .dual-img-two {
    border-radius: 25px;
  }

  .container-footer-link {
    width: 200px;
    height: 200px;
    margin-top: 64px;
    margin-left: 32px;
  }

  .footer-link-copy {
    justify-content: center;
    display: block;
  }

  .workstage-innercontainer {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .collection-item-2 {
    top: 90px;
  }

  .cms-next-link-box {
    width: 200px;
    height: 200px;
    margin-top: 64px;
    margin-left: 32px;
  }

  .collection-list-3 {
    grid-row-gap: 64px;
    position: relative;
  }

  .row-below {
    align-items: baseline;
  }

  .column_img-list {
    border-radius: 32px;
    height: 60vh;
  }

  .column_img-wrap {
    height: 70vh;
    padding-top: 20%;
  }

  .column-work-heading {
    width: 80%;
  }

  .workhead-list {
    inset: 90px 0% 0%;
  }

  .worklist-main-container {
    height: 90vh;
  }

  .portfolio-hero-container-ind {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    top: 32px;
  }

  .portfolio-hero-container-ind.p1, .portfolio-hero-container-ind.p2, .portfolio-hero-container-ind.p3 {
    margin-top: -32px;
  }

  .quickstack-image {
    padding-left: 16px;
    padding-right: 16px;
  }

  .challangetextbox.centeralign {
    justify-content: center;
    align-items: flex-start;
  }

  .challangetextbox.centeralign.fullpage.bigpad {
    height: 100vh;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    top: 0;
  }

  .quickstack-lightgrey {
    padding: 32px 16px;
  }

  .fixedsegmentexplain_img {
    object-fit: cover;
    width: 100%;
    height: 150px;
  }

  .quick-stack, .quick-stack-visual, .quickstack-ia {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading_narrow_ex.white {
    margin-bottom: -40px;
    font-size: 120px;
  }

  .intro-container {
    height: auto;
    margin-top: 32px;
  }

  .text-img-sticky {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .quickstact-white {
    padding: 32px 16px;
  }

  .lrgstack-doubletext {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .lrgstack-doubletext.fullwidth {
    padding-left: 0;
    padding-right: 0;
  }

  .imgstickycontent {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vid-inner-quickstack {
    padding: 64px 16px;
  }

  .textonly-inner, .quickstack-lrgimgs, .textimg, .textimg.extrapadding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .two-clm-hori-inner {
    flex-flow: column;
  }

  .portfolio-content-container {
    height: 200vh;
  }

  .spline-scene {
    pointer-events: none;
    object-fit: contain;
    width: 90vw;
    height: 50vh;
  }

  .nextproj-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .np-inner {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .np-img-content {
    padding: 16px 64px;
  }

  .heading-narrow-next {
    letter-spacing: 3px;
    font-size: 50px;
    line-height: 70px;
  }
}

#w-node-_41e0c765-ffa7-d78d-89b4-db41806de955-671d3b45 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-f2e9b146-10f2-a47a-37b7-65e2d472707a-671d3b45 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_321a5326-595f-8c15-d9b1-df858e594858-671d3b45 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-bf118ee3-2a05-3711-4b0a-11a6b5deb5b6-671d3b45 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-d388ea14-c916-4261-147c-cc1f997f95f6-671d3b45 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9aed4014-a213-6b40-ee75-df57064a25f5-671d3b45 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_5a6de22e-6509-391f-4406-4e6bbcf29838-671d3b45, #w-node-_41e0c765-ffa7-d78d-89b4-db41806de955-21ab0510 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-bd3e776c-b22a-decc-7ca0-37c0973e6368-21ab0510 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-bf118ee3-2a05-3711-4b0a-11a6b5deb5b6-21ab0510 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-d388ea14-c916-4261-147c-cc1f997f95f6-21ab0510 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9aed4014-a213-6b40-ee75-df57064a25f5-21ab0510 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3e6be38f-7a46-fe8a-a835-f9f590585214-21ab0510 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_41e0c765-ffa7-d78d-89b4-db41806de955-41efef93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-bd3e776c-b22a-decc-7ca0-37c0973e6368-41efef93 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-bf118ee3-2a05-3711-4b0a-11a6b5deb5b6-41efef93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-bbf97f6b-806f-68ee-8c8c-da4511dd2bc2-41efef93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-_3e6be38f-7a46-fe8a-a835-f9f590585214-41efef93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_41e0c765-ffa7-d78d-89b4-db41806de955-671d3b45 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ad0845c-f96a-216b-20a7-1e3db8b319f0-671d3b45 {
    grid-row: span 2 / span 2;
  }

  #w-node-_321a5326-595f-8c15-d9b1-df858e594858-671d3b45, #w-node-_5a6de22e-6509-391f-4406-4e6bbcf29838-671d3b45 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_41e0c765-ffa7-d78d-89b4-db41806de955-21ab0510 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ad0845c-f96a-216b-20a7-1e3db8b319f0-21ab0510 {
    grid-row: span 2 / span 2;
  }

  #w-node-bd3e776c-b22a-decc-7ca0-37c0973e6368-21ab0510 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_41e0c765-ffa7-d78d-89b4-db41806de955-41efef93 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ad0845c-f96a-216b-20a7-1e3db8b319f0-41efef93 {
    grid-row: span 2 / span 2;
  }

  #w-node-bd3e776c-b22a-decc-7ca0-37c0973e6368-41efef93, #w-node-bbf97f6b-806f-68ee-8c8c-da4511dd2bc2-41efef93 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d388ea14-c916-4261-147c-cc1f997f95f6-671d3b45, #w-node-d388ea14-c916-4261-147c-cc1f997f95f6-21ab0510 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Nexoradisplay';
  src: url('../fonts/NexoraDisplay.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}