@font-face {
  font-family: Gayathri;
  src: url('../fonts/Gayathri-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gayathri;
  src: url('../fonts/Gayathri-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gayathri;
  src: url('../fonts/Gayathri-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay Variablefont Wght;
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay Variablefont Wght;
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quicksand Variablefont Wght;
  src: url('../fonts/Quicksand-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.body, .navbar {
  background-color: #1a1028;
}

.brand {
  clear: none;
  background-image: url('../images/filler-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  order: 9999;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
  position: relative;
}

.work-nav {
  color: #afa9ec;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: center;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.work-nav:hover {
  color: #e8e4e4;
  background-image: none;
}

.about-nav {
  color: #afa9ec;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: center;
  margin-right: 0%;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.about-nav:hover {
  color: #e8e4e4;
  background-image: none;
}

.home-nav {
  color: #afa9ec;
  text-align: center;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: center;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  display: block;
}

.home-nav:hover {
  color: #e8e4e4;
  background-image: none;
}

.button {
  color: #e8e4e4;
  background-color: #0000;
}

.div-block {
  position: relative;
}

.container {
  margin-top: 1%;
  margin-bottom: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.footer {
  clear: none;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.brand-footer {
  clear: none;
  background-image: url('../images/filler-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  order: 9999;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
  position: relative;
  left: 60%;
}

.email-footer {
  color: #afa9ec;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: center;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.email-footer:hover {
  color: #e8e4e4;
  background-image: none;
}

.linkedin-footer {
  color: #afa9ec;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: center;
  margin-left: 2%;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.linkedin-footer:hover {
  color: #e8e4e4;
  background-image: none;
}

.resume-footer {
  color: #afa9ec;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: center;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.resume-footer:hover {
  color: #e8e4e4;
  background-image: none;
}

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

.nav-section {
  clear: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  place-content: flex-start flex-end;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.logo {
  vertical-align: baseline;
  order: -9999;
  width: 10%;
  display: inline-flex;
  position: relative;
  right: 58%;
}

.logo-footer {
  vertical-align: baseline;
  order: 9999;
  width: 10%;
  display: inline-flex;
  position: relative;
  left: 58%;
}

.footer-section {
  clear: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  place-content: flex-start;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.div-block-2 {
  display: inline-flex;
}

.grid {
  grid-template-rows: auto;
  margin-bottom: auto;
}

.heading {
  color: #e8e4e4;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 2.5rem;
}

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

.ikea-card {
  width: 27%;
  position: absolute;
  top: 19%;
  transform: rotate(11deg);
}

.tether-card {
  width: 27%;
  position: absolute;
  top: 50%;
  left: 65%;
  transform: rotate(-10deg);
}

.text-span {
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
}

.heading-2 {
  color: #e8e4e4;
  margin-top: 0;
  margin-bottom: 0%;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 25px;
}

.desktopgrid3 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  margin-top: 5%;
  position: absolute;
  top: 65%;
}

.onepay-card {
  width: 120%;
  max-width: 200%;
  position: relative;
  bottom: 15%;
  transform: rotate(-8deg);
}

.kidcommerce-card {
  width: 120%;
  max-width: 200%;
  position: static;
  transform: rotate(8deg);
}

.section {
  height: 90vh;
}

.body-2 {
  color: #1a1028;
  background-color: #eeedfe;
}

.processsection {
  width: 100%;
  height: auto;
}

.slide-9 {
  background-image: url('../images/clear-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  margin-bottom: 0%;
  padding-bottom: 0%;
}

.slide11ikea {
  background-image: url('../images/navigating-portrait.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.link-block {
  width: 100%;
  height: 100%;
  margin-left: 25%;
}

.ikeanarrationtextlargeviewmobile {
  color: #8b2f6f;
  width: 33%;
  height: auto;
  margin-top: 5%;
  margin-left: 65%;
  font-family: Gayathri, Impact, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  position: absolute;
  left: -3%;
}

.fullresearchlink {
  color: #1a1028;
  width: 100%;
  height: .5%;
  margin-bottom: 3%;
  margin-left: 10%;
  font-family: Gayathri, Impact, sans-serif;
  font-size: 1.35rem;
  line-height: 1.55rem;
  display: block;
}

.myrole {
  color: #1a1028;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: .75rem;
}

.slide9ikea {
  background-image: url('../images/homepage.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  margin-bottom: 0%;
  padding-bottom: 0%;
}

.slide-nav {
  width: 99.9997%;
  height: 18.1641%;
  padding-top: 6%;
}

.casestudydescript {
  aspect-ratio: auto;
  color: #1a1028;
  width: 100%;
  min-width: 100%;
  max-width: 150%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 5%;
  font-family: Gayathri, Impact, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
  position: relative;
  top: 15px;
}

.slide8ikea {
  background-image: url('../images/viewinspace.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.mobileobjtexthidden {
  color: #e8e4e4;
  letter-spacing: normal;
  text-indent: 0%;
  margin-bottom: 5%;
  margin-left: 10%;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

.slideonediscoveryikeamobile {
  background-color: #0000;
  background-image: url('../images/User-Persona.png');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: auto 80vh;
  width: 100%;
  height: 100%;
}

.left-arrow-3 {
  width: 7%;
  height: 100%;
}

.mask-3 {
  width: 99.9999%;
  height: 100%;
}

.role {
  color: #6155da;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.iamaprototype {
  color: #bf7e96;
  cursor: default;
  margin-top: -6%;
  margin-bottom: 0%;
  margin-left: 45%;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-decoration: none;
  display: none;
  position: absolute;
}

.image-4 {
  width: 3.5%;
  margin-top: -6%;
  margin-left: 40%;
  position: absolute;
  rotate: 330deg;
}

.timeline {
  color: #1a1028;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0%;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.15rem;
}

.slide-nav-4 {
  padding-top: 10%;
}

.slide-8 {
  background-image: url('../images/redesign-trends-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.slidethreediscoveryikea {
  background-color: #0000;
  background-image: url('../images/Moodboard.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.icon-4 {
  width: 48%;
  height: 13%;
}

.slidefour {
  background-color: #0000;
  background-image: url('../images/In-Store-Navigation-map-4.png');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.summaryobj {
  color: #6155da;
  width: 75%;
  height: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 10%;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2rem;
}

.howcanwe {
  color: #1a1028;
  border-bottom: 1px #e8e4e49e;
  width: 85%;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 10%;
  padding-bottom: 0%;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.sliderdiscoveryikea {
  background-color: #0000;
  width: 99.9715%;
  height: 35vh;
  margin-top: 5%;
  margin-bottom: 6%;
}

.image-8 {
  border-bottom: 1px #e8e4e49e;
}

.prototypebottomimg {
  width: 100%;
  height: 60vh;
  margin-left: 0%;
  display: none;
}

.slide-nav-6 {
  padding-top: 5%;
}

.objtext {
  color: #1a1028;
  letter-spacing: normal;
  text-indent: 0%;
  flex-flow: row-reverse wrap;
  flex: 0 auto;
  align-self: auto;
  width: 89.9744%;
  height: auto;
  margin-bottom: 5%;
  margin-left: 10%;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
}

.casecell {
  padding-top: 0%;
  padding-left: 10%;
  padding-right: 5%;
}

.ogimagesquickstack {
  border-bottom: 1px #e8e4e49e;
  width: 99.9715%;
  height: 5.3056%;
  padding: 0% 5% 1%;
}

.slidersketchesikea {
  background-color: #0000;
  width: 99.9501%;
  height: 35vh;
  margin-top: 5%;
  margin-bottom: 5%;
}

.prototypetopimg {
  width: 70%;
  height: auto;
  margin-left: 10%;
  position: relative;
  top: -2%;
  left: 25%;
}

.slidetwodiscoveryikea {
  background-color: #0000;
  background-image: url('../images/dark-background-ikea-user-flow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.casestudytitle {
  color: #8b2f6f;
  width: 100%;
  height: auto;
  margin-top: 0%;
  margin-bottom: auto;
  padding-top: 0%;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.75rem;
}

.slide10ikea {
  background-image: url('../images/product-details.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.bold {
  color: #8b2f6f;
  font-family: Gayathri, Impact, sans-serif;
  font-weight: 700;
}

.scrolltotopbtn {
  width: 4%;
  position: fixed;
  inset: auto 5% 2% auto;
}

.ikeaprototypetopimg {
  width: 75%;
  height: auto;
  margin-left: 0%;
  position: relative;
  top: -2%;
  left: 25%;
}

.left-arrow-2 {
  width: 8%;
  height: 100%;
}

.slide-nav-3 {
  width: 99.9999%;
  height: 13%;
  padding-top: 5%;
}

.image-17 {
  border-radius: 10px;
  margin-top: 10%;
}

.div-block-4 {
  box-sizing: content-box;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 85%;
  margin-top: 5%;
}

.dividerline {
  border: 1px #6155da;
  border-bottom-style: solid;
  width: 85%;
  height: .488%;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 10%;
  padding-top: 0%;
  padding-bottom: 0%;
}

.researchspan {
  color: #8b2f6f;
  font-family: Gayathri, Impact, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  display: inline;
}

.ikeasider {
  background-color: #0000;
  width: 100%;
  height: 60vh;
  margin-bottom: 5%;
}

.icon-5, .icon-6 {
  color: #1a1028;
  width: 52%;
  height: 13%;
}

.slideone {
  background-color: #0000;
  background-image: url('../images/Homepage-wireframe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.slidethreeikea {
  background-color: #0000;
  background-image: url('../images/ikea-scan-feature-portrait.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 100%;
}

.mobilesummarytext {
  color: #e8e4e4;
  margin-left: 10%;
  margin-right: 5%;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

.summarytext {
  color: #1a1028;
  width: 84.9758%;
  height: auto;
  margin: 0% 5% 0% 10%;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: block;
}

.right-arrow-2 {
  width: 8%;
  height: 100%;
}

.mobilesummaryobj {
  color: #6155da;
  width: 75%;
  margin-top: 5%;
  margin-bottom: 2%;
  margin-left: 10%;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 3rem;
  display: flex;
}

.quote {
  color: #bf7e96;
  font-size: 1.75rem;
}

.slideoneikea {
  background-color: #0000;
  background-image: url('../images/ikea-homepage.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 100%;
}

.icon-3 {
  width: 48%;
  height: 13%;
}

.caseprototypecell {
  display: block;
}

.onepaysider {
  background-color: #0000;
  width: 100%;
  height: 60vh;
  margin-top: 5%;
  margin-bottom: 5%;
}

.slidetwoikea {
  background-color: #0000;
  background-image: url('../images/ikea-product-detail-page-portrait.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.processdiv {
  margin-left: 5%;
  padding-right: 5%;
}

.image-27 {
  display: none;
}

.right-arrow-3 {
  width: 7%;
  height: 100%;
}

.sliderikea {
  background-color: #0000;
  width: 99.9501%;
  height: 50vh;
  margin-top: 5%;
  margin-bottom: 6%;
  display: block;
}

.slidethree {
  background-color: #0000;
  background-image: url('../images/Begin-navigating---item-path.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.mobileobjtext {
  color: #e8e4e4;
  letter-spacing: normal;
  text-indent: 0%;
  margin-bottom: 5%;
  margin-left: 10%;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

.process {
  color: #6155da;
  width: 80%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 1%;
  margin-left: 10%;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}

.image-5 {
  width: 100%;
  height: 100%;
  position: sticky;
  left: 92%;
}

.howcanwediv {
  margin-left: 5%;
  padding-right: 5%;
}

.slidetwo {
  background-color: #0000;
  background-image: url('../images/Product-Details-wireframe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.howcanwesection {
  width: 100%;
  height: auto;
}

.slide-10 {
  background-image: url('../images/redesign-savings-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.div-block-5 {
  order: 1;
  display: block;
}

.newprototypeannounce {
  color: #bf7e96;
  width: 100%;
  height: 10%;
  margin-top: 2%;
  margin-bottom: 0%;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2rem;
  display: none;
}

.case-study-nav-section {
  clear: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  place-content: flex-start flex-end;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.case-study-logo {
  vertical-align: baseline;
  order: -9999;
  width: 10%;
  display: inline-flex;
  position: relative;
  right: 58%;
}

.case-study-home-nav {
  color: #1a1028;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  align-self: center;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  display: block;
}

.case-study-home-nav:hover {
  color: #8b2f6f;
  background-image: none;
  align-self: center;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5px;
  text-decoration: none;
}

.case-study-work-nav {
  color: #8b2f6f;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: center;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.case-study-work-nav:hover {
  color: #26215c;
  background-image: none;
  align-self: center;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.case-study-about-nav {
  color: #1a1028;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: center;
  margin-right: 2%;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.case-study-about-nav:hover {
  color: #8b2f6f;
  background-image: none;
}

.container-2 {
  flex-flow: wrap;
  justify-content: flex-end;
  display: flex;
}

.breadcrumb-nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  display: flex;
}

.case-study-button {
  color: #1a1028;
  background-color: #0000;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: .75rem;
}

.case-study-button:hover {
  font-size: 1rem;
  font-weight: 600;
}

.current-case-study {
  color: #1a1028;
  background-color: #0000;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
}

.curly-bracket-right {
  order: 9999;
  width: 6%;
  display: none;
  position: absolute;
  inset: 40% 0% auto 100%;
}

.curly-bracket-left {
  order: -9999;
  width: 6%;
  display: none;
  position: absolute;
  inset: 40% auto 0% 0%;
}

.section-2 {
  padding-top: 5%;
}

.case-study-footer-section {
  clear: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  place-content: flex-start;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.linkedin-footer-case-study {
  color: #1a1028;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  align-self: center;
  margin-left: 2%;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.linkedin-footer-case-study:hover {
  color: #8b2f6f;
  background-image: none;
}

.email-footer-case-study {
  color: #1a1028;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  align-self: center;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.email-footer-case-study:hover {
  color: #8b2f6f;
  background-image: none;
}

.resume-footer-case-study {
  color: #1a1028;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  align-self: center;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.resume-footer-case-study:hover {
  color: #8b2f6f;
  background-image: none;
}

.tethertopimg {
  width: 30%;
  height: auto;
  margin-top: 5%;
  margin-left: 0%;
  position: relative;
  top: auto;
  left: 50%;
}

.text-span-2 {
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.objtext-2 {
  color: #6155da;
  letter-spacing: normal;
  text-indent: 0%;
  width: 89.9744%;
  height: 3%;
  margin-top: 5%;
  margin-bottom: 1%;
  margin-left: 10%;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: 1.2rem;
  line-height: 1.75rem;
  display: block;
}

.slidetwodiscoverytether {
  background-color: #0000;
  background-image: url('../images/Sensory-Preference-Survey-PNG2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 100%;
}

.icon {
  width: 48%;
  height: 13%;
}

.right-arrow, .left-arrow {
  width: 8%;
  height: 100%;
}

.slideonediscoverytether {
  background-color: #0000;
  background-image: url('../images/Sensory-Preference-Survey-PNG1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 99.99%;
}

.slide-nav-2 {
  width: 99.9999%;
  height: 16.2225%;
  padding-top: 5%;
}

.icon-2 {
  width: 48%;
  height: 13%;
}

.sliderdiscoverytether {
  background-color: #0000;
  width: 99.9715%;
  height: 35vh;
  margin-top: 5%;
  margin-bottom: 5%;
}

.slidethreediscoverytether {
  background-color: #0000;
  background-image: url('../images/Sensory-Preference-Survey-PNG3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 100%;
}

.icon-7 {
  width: 48%;
  height: 13%;
}

.slide2threediscoverytether {
  background-color: #0000;
  background-image: url('../images/PNG-Analysis---GROUND-ME.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 100%;
}

.right-arrow-4, .left-arrow-4 {
  width: 8%;
  height: 100%;
}

.slide-nav-7 {
  width: 99.9999%;
  height: 16.2225%;
  padding-top: 10%;
}

.icon-8 {
  width: 48%;
  height: 13%;
}

.sliderdiscoverytether2 {
  background-color: #0000;
  width: 99.9715%;
  height: 35vh;
  margin-top: 5%;
  margin-bottom: 5%;
}

.slide2onediscoverytether {
  background-color: #0000;
  background-image: url('../images/PNG-Analysis---Rootd.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 100%;
}

.slide2fourdiscoverytether {
  background-color: #0000;
  background-image: url('../images/PNG-Analysis---TAPPY.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 100%;
}

.slide2twodiscoverytether {
  background-color: #0000;
  background-image: url('../images/PNG-Analysis---Presently.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 100%;
}

.objtext-3 {
  color: #1a1028;
  letter-spacing: normal;
  text-indent: 0%;
  width: 89.9744%;
  height: 3%;
  margin-bottom: 5%;
  margin-left: 10%;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}

.researchspan-2 {
  color: #f2b3bf;
  font-size: 1.15rem;
  font-weight: 400;
  display: inline-block;
}

.curly-bracket-left-tether {
  order: -9999;
  width: 6%;
  display: none;
  position: absolute;
  top: 45%;
  left: 0%;
}

.curly-bracket-right-tether {
  order: 9999;
  width: 6%;
  display: none;
  position: absolute;
  inset: 44% 0% auto 95%;
}

.summarytext-2 {
  color: #e8e4e4;
  width: 84.9758%;
  height: 3%;
  margin: 5% 5% 5% 10%;
  font-size: 1.4rem;
  line-height: 1.75rem;
  display: block;
}

.summaryobj-2 {
  color: #bf7e96;
  width: 75%;
  height: 1%;
  margin-top: 5%;
  margin-bottom: 2%;
  margin-left: 10%;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 3rem;
}

.singleimage {
  background-color: #26215c;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin: 2% 0% 5% 2%;
}

.lightbox-link-14 {
  width: 100%;
  height: 100%;
}

.processbottom {
  color: #6155da;
  width: 80%;
  height: auto;
  margin-top: 3%;
  margin-bottom: 5%;
  margin-left: 10%;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 3rem;
}

.breadcrumb-nav-tether {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  display: flex;
}

.div-block-4-tether {
  box-sizing: content-box;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 85%;
  margin-top: 5%;
}

.mobileobjh3 {
  color: #e8e4e4;
  letter-spacing: normal;
  text-indent: 0%;
  margin-bottom: 5%;
  margin-left: 10%;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

.onepaynarrationtext {
  color: #bf7e96;
  width: 33%;
  height: 35%;
  margin-top: 5%;
  margin-left: 65%;
  font-size: 1.25rem;
  line-height: 1.78rem;
  position: absolute;
}

.slidethreeonepay {
  background-color: #0000;
  background-image: url('../images/original-savings-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 100%;
}

.onepaynarration {
  color: #bf7e96;
  width: 35%;
  height: 19.8092%;
  margin-top: 5%;
  margin-left: 60%;
  font-size: 1.25rem;
  line-height: 1.78rem;
  position: absolute;
}

.fullresearchlink-2 {
  color: #e8e4e4;
  width: 33.1992%;
  height: .5%;
  margin-left: 10%;
  font-size: 1.1rem;
  line-height: 1.375rem;
}

.myrole-2 {
  color: #e8e4e4;
  width: 100%;
  height: 9.46806%;
  margin-bottom: -5px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.74rem;
}

.slide-nav-8 {
  width: 99.9997%;
  height: 18.1641%;
  padding-top: 6%;
}

.casestudydescript-2 {
  aspect-ratio: auto;
  color: #e8e4e4;
  width: 100%;
  min-width: 100%;
  max-width: 150%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 5%;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 2.75rem;
  display: block;
  position: relative;
  top: 15px;
}

.notetext {
  color: #1a1028;
  width: 89.9744%;
  height: 0%;
  margin-left: 10%;
  font-family: Gayathri, Impact, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.375rem;
}

.mobileobjtexthidden-2 {
  color: #e8e4e4;
  letter-spacing: normal;
  text-indent: 0%;
  margin-bottom: 5%;
  margin-left: 10%;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

.role-2 {
  color: #f2b3bf;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.75rem;
}

.image-29 {
  width: 3.5%;
  margin-top: -6%;
  margin-left: 40%;
  position: absolute;
  rotate: 330deg;
}

.timeline-2 {
  color: #e8e4e4;
  width: 100%;
  height: 10%;
  margin-top: 0%;
  margin-bottom: 0%;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.75rem;
}

.slide-nav-9 {
  padding-top: 10%;
}

.singleimagesmall {
  border-radius: 10px;
  width: 55%;
  height: auto;
  margin: 5% 0% 5% 30%;
}

.slide-11 {
  background-image: url('../images/redesign-trends-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.slide-5 {
  background-color: #0f1b40;
  background-image: url('../images/Screenshot-2025-12-17-at-1.01.02-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.icon-9 {
  width: 48%;
  height: 13%;
}

.howcanwe-2 {
  color: #e8e4e4;
  border-bottom: 1px #e8e4e49e;
  width: 85%;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 3%;
  margin-left: 10%;
  padding-bottom: 2%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.slide {
  background-color: #0000;
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.image-30 {
  border-bottom: 1px #e8e4e49e;
}

.slideronepay {
  background-color: #0000;
  width: 99.9501%;
  height: 50vh;
  margin-top: 5%;
  margin-bottom: 7%;
  display: block;
}

.slide-nav-10 {
  padding-top: 5%;
}

.objtext-4 {
  color: #e8e4e4;
  letter-spacing: normal;
  text-indent: 0%;
  width: 89.9744%;
  height: 3%;
  margin-bottom: 5%;
  margin-left: 10%;
  font-size: 1.4rem;
  line-height: 1.75rem;
  display: block;
}

.slideoneonepay {
  background-color: #0000;
  background-image: url('../images/original-home-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 100%;
}

.casestudytitle-2 {
  color: #bf7e96;
  width: 100%;
  height: 15.197%;
  margin-top: 2%;
  margin-bottom: 1%;
  padding-top: 0%;
  padding-bottom: 5%;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 2.75rem;
}

.slide-3 {
  background-color: #0f1b40;
  background-image: url('../images/final.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.bold-2 {
  color: #f2b3bf;
  font-weight: 700;
}

.left-arrow-5 {
  width: 8%;
  height: 100%;
}

.slide-4 {
  background-color: #0f1b40;
  background-image: url('../images/Screenshot-2025-12-16-at-11.54.52-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.slide-nav-11 {
  width: 99.9999%;
  height: 13%;
  padding-top: 5%;
}

.slide-2 {
  background-color: #0f1b40;
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.div-block-7 {
  box-sizing: content-box;
  object-fit: fill;
  width: 100%;
  height: 85%;
  margin-top: 5%;
  margin-left: -5%;
}

.dividerline-2 {
  border-bottom: 1px solid #e8e4e49e;
  width: 85%;
  height: .488%;
  margin-top: 0%;
  margin-left: 10%;
  padding-top: 2%;
  padding-bottom: 0%;
}

.slidetwoonepay {
  background-color: #0000;
  background-image: url('../images/original-checking-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slidersketchesonepay {
  background-color: #0000;
  width: 99.9501%;
  height: 35vh;
  margin-top: 5%;
  margin-bottom: 7%;
}

.researchspan-3 {
  color: #f2b3bf;
  font-size: 1.15rem;
  font-weight: 400;
  display: inline-block;
}

.icon-10, .icon-11 {
  width: 52%;
  height: 13%;
}

.mobilesummarytext-2 {
  color: #e8e4e4;
  margin-left: 10%;
  margin-right: 5%;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

.right-arrow-5 {
  width: 8%;
  height: 100%;
}

.mobilesummaryobj-2 {
  color: #bf7e96;
  width: 75%;
  margin-top: 5%;
  margin-bottom: 2%;
  margin-left: 10%;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 3rem;
}

.icon-12 {
  width: 48%;
  height: 13%;
}

.sliderdiscoveryonepay {
  background-color: #0000;
  width: 99.9715%;
  height: 35vh;
  margin-top: 5%;
  margin-bottom: 5%;
}

.slidetwodiscoveryonepay {
  background-color: #0000;
  background-image: url('../images/priority-matrix.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.processdiv-2 {
  margin-left: 5%;
  padding-right: 5%;
}

.slideonediscoveryonepay {
  background-color: #0000;
  background-image: url('../images/user-testing-discovery-chart.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.mobileobjtext-2 {
  color: #e8e4e4;
  letter-spacing: normal;
  text-indent: 0%;
  margin-bottom: 5%;
  margin-left: 10%;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

.process-2 {
  color: #bf7e96;
  width: 80%;
  height: 1%;
  margin-top: 5%;
  margin-bottom: 3%;
  margin-left: 10%;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 3rem;
}

.image-31 {
  width: 100%;
  height: 100%;
  position: sticky;
  left: 92%;
}

.slide-12 {
  background-image: url('../images/redesign-savings-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.div-block-8 {
  order: 1;
  display: block;
}

.slide-13 {
  background-image: url('../images/clear-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  margin-bottom: 0%;
  padding-bottom: 0%;
}

.slide-nav-12 {
  width: 99.9997%;
  height: 18.1641%;
  padding-top: 6%;
}

.casestudydescript-3 {
  aspect-ratio: auto;
  color: #e8e4e4;
  width: 100%;
  min-width: 100%;
  max-width: 150%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 5%;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 2.75rem;
  display: block;
  position: relative;
  top: 15px;
}

.mobileobjtexthidden-3 {
  color: #e8e4e4;
  letter-spacing: normal;
  text-indent: 0%;
  margin-bottom: 5%;
  margin-left: 10%;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

.role-3 {
  color: #f2b3bf;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.75rem;
}

.image-32 {
  width: 3.5%;
  margin-top: -6%;
  margin-left: 40%;
  position: absolute;
  rotate: 330deg;
}

.slide-nav-13 {
  padding-top: 10%;
}

.slide-14 {
  background-image: url('../images/redesign-trends-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.slide-15 {
  background-color: #0000;
  background-image: url('../images/Screenshot-2025-12-17-at-1.01.02-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.icon-13 {
  width: 48%;
  height: 13%;
}

.image-33 {
  border-bottom: 1px #e8e4e49e;
}

.slide-nav-14 {
  padding-top: 5%;
}

.casestudytitle-3 {
  color: #bf7e96;
  width: 100%;
  height: 15.197%;
  margin-top: 2%;
  margin-bottom: 1%;
  padding-top: 0%;
  padding-bottom: 5%;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 2.75rem;
}

.slide-16 {
  background-color: #0000;
  background-image: url('../images/final.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.left-arrow-6 {
  width: 8%;
  height: 100%;
}

.slide-17 {
  background-color: #0000;
  background-image: url('../images/Screenshot-2025-12-16-at-11.54.52-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.slide-nav-15 {
  width: 99.9999%;
  height: 13%;
  padding-top: 5%;
}

.slide-18 {
  background-color: #0000;
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.div-block-9 {
  box-sizing: content-box;
  object-fit: fill;
  width: 100%;
  height: 85%;
  margin-top: 5%;
  margin-left: -5%;
}

.researchspan-4 {
  color: #f2b3bf;
  font-size: 1.15rem;
  font-weight: 400;
  display: inline-block;
}

.icon-14, .icon-15 {
  width: 52%;
  height: 13%;
}

.right-arrow-6 {
  width: 8%;
  height: 100%;
}

.icon-16 {
  width: 48%;
  height: 13%;
}

.processdiv-3 {
  margin-left: 5%;
  padding-right: 5%;
}

.mobileobjtext-3 {
  color: #e8e4e4;
  letter-spacing: normal;
  text-indent: 0%;
  margin-bottom: 5%;
  margin-left: 10%;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

.process-3 {
  color: #bf7e96;
  width: 80%;
  height: 1%;
  margin-top: 5%;
  margin-bottom: 3%;
  margin-left: 10%;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 3rem;
}

.image-34 {
  width: 100%;
  height: 100%;
  position: sticky;
  left: 92%;
}

.slide-19 {
  background-image: url('../images/redesign-savings-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.div-block-10 {
  order: 1;
  display: block;
}

.breadcrumb-nav-onepay {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  display: flex;
}

.processh1 {
  color: #6155da;
  width: 80%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 1%;
  margin-left: 10%;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.section-3 {
  padding-top: 5%;
}

.note {
  text-align: left;
  margin-bottom: 2%;
  margin-left: 7%;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.link-block-2 {
  width: 100%;
  height: 43%;
}

.body-3 {
  background-color: #1a1028;
}

.letter {
  color: #e8e4e4;
  width: 100%;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.image-35 {
  width: 70%;
  height: auto;
  position: relative;
  top: 10%;
  left: 15%;
  transform: rotate(11deg);
}

.text-span-3 {
  color: #afa9ec;
  font-size: 1.5rem;
}

.section-6 {
  padding-top: 5%;
  display: block;
}

.slidetwodiscoverykc {
  background-color: #0000;
  background-image: url('../images/user-interview-results.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 100%;
}

.kcslide2 {
  background-color: #0f1b40;
  background-image: url('../images/homepage-sketch.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.slidersketcheskc {
  width: 99.9715%;
  height: 40vh;
  margin-top: 5%;
  margin-bottom: 7%;
  display: block;
}

.slide-nav-16 {
  width: 99.9997%;
  height: 18.1641%;
  padding-top: 6%;
}

.casestudydescript-4 {
  aspect-ratio: auto;
  color: #e8e4e4;
  width: 100%;
  min-width: 100%;
  max-width: 150%;
  height: auto;
  margin-top: 0%;
  margin-bottom: 5%;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 2.75rem;
  display: block;
  position: relative;
  top: 15px;
}

.notetext-2 {
  color: #e8e4e4;
  width: 89.9744%;
  height: 0%;
  margin-left: 10%;
  font-size: 1.25rem;
  line-height: 1.375rem;
}

.sliderdiscoverykc {
  background-color: #0000;
  width: 99.9715%;
  height: 35vh;
  margin-top: 5%;
  margin-bottom: 5%;
}

.right-arrow-7 {
  width: 8%;
  height: 100%;
}

.image-36 {
  width: 3.5%;
  margin-top: -6%;
  margin-left: 40%;
  position: absolute;
  rotate: 330deg;
}

.kcbottomarrow {
  width: 3.5%;
  margin-top: 33%;
  margin-left: -5%;
  display: none;
  rotate: 330deg;
}

.link-block-5 {
  width: 100%;
  height: 100%;
  margin-left: 25%;
}

.link-block-6 {
  width: 50%;
  margin-left: 25%;
}

.kcprototypetopimg {
  width: 100%;
  height: auto;
  margin-left: 0%;
  display: inline-block;
  position: relative;
  left: 10%;
}

.slideonediscoverykc {
  background-color: #0000;
  background-image: url('../images/KC-discovery.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 100%;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 60vh;
  margin-top: 5%;
  margin-bottom: 5%;
}

.image-37 {
  border-bottom: 1px #e8e4e49e;
}

.mask-2 {
  width: 99.9999%;
  height: 100%;
}

.kcslide5 {
  background-color: #0f1b40;
  background-image: url('../images/final-homepage-sketch.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.kcslide4 {
  background-color: #0f1b40;
  background-image: url('../images/final-almost-homepage-sketch.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.kcslide1 {
  background-color: #0f1b40;
  background-image: url('../images/homepage-sketch-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.mobileresearchspan {
  color: #f2b3bf;
  font-size: 1.15rem;
  font-weight: 400;
}

.kcnarrationtextlargeview {
  color: #bf7e96;
  width: 30%;
  height: 25.1737%;
  margin-top: 5%;
  margin-left: 65%;
  font-size: 1.25rem;
  line-height: 1.78rem;
  position: absolute;
}

.casestudytitle-4 {
  color: #bf7e96;
  width: 100%;
  height: 15.197%;
  margin-top: 2%;
  margin-bottom: 1%;
  padding-top: 0%;
  padding-bottom: 5%;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 2.75rem;
}

.slide-nav-17 {
  width: 99.9999%;
  height: 16.2225%;
  padding-top: 5%;
}

.kcprototypebottomimg {
  width: 100%;
  height: 60vh;
  margin-top: 0%;
  margin-bottom: 5%;
  margin-left: 0%;
}

.kcslide3 {
  background-color: #0f1b40;
  background-image: url('../images/sketch.png');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0%;
}

.slide-6 {
  background-color: #0000;
  background-image: url('../images/homepage-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.div-block-11 {
  box-sizing: content-box;
  object-fit: fill;
  width: 100%;
  height: 85%;
  margin-top: 5%;
  margin-left: 0%;
}

.kciamaprototypebottom {
  color: #bf7e96;
  cursor: default;
  width: 20%;
  height: auto;
  margin-top: -6%;
  margin-bottom: 0%;
  margin-left: 15%;
  font-size: 1.75rem;
  line-height: 1.75rem;
  text-decoration: none;
  position: absolute;
}

.researchspan-5 {
  color: #f2b3bf;
  font-size: 1.15rem;
  font-weight: 400;
  display: inline-block;
}

.mask {
  width: 99.9999%;
  height: 100%;
}

.mobileonepaynarrationtext {
  color: #bf7e96;
  width: 35%;
  margin-top: 10%;
  margin-left: 63%;
  font-size: 1.25rem;
  line-height: 1.78rem;
  display: none;
  position: absolute;
}

.processdiv-4 {
  margin-left: 5%;
  padding-right: 5%;
}

.sliderkcdesigns {
  background-color: #0000;
  background-image: url('../images/parent-portal-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99.9999%;
  height: 100%;
}

.slide-7 {
  background-color: #0000;
  background-image: url('../images/preteen-portal-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.mobileobjtext-4 {
  color: #e8e4e4;
  letter-spacing: normal;
  text-indent: 0%;
  margin-bottom: 5%;
  margin-left: 10%;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

.process-4 {
  color: #bf7e96;
  width: 80%;
  height: 1%;
  margin-top: 5%;
  margin-bottom: 3%;
  margin-left: 10%;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 3rem;
}

.image-38 {
  width: 100%;
  height: 100%;
  position: sticky;
  left: 92%;
}

.div-block-12 {
  order: 1;
  display: block;
}

.mobilekcnarrationtext {
  color: #bf7e96;
  width: 30%;
  margin-top: 5%;
  margin-left: 66%;
  font-size: 1.25rem;
  line-height: 1.78rem;
  display: none;
  position: absolute;
}

.lightbox-link-15 {
  margin-left: 10%;
}

.singleimage2 {
  background-color: #26215c;
  width: 90%;
  height: auto;
  margin: 2% 0% 4% 7%;
}

.summarytextbottom {
  color: #1a1028;
  width: 84.9758%;
  height: auto;
  margin: 0% 5% 5% 10%;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: block;
}

.headingmobile {
  color: #e8e4e4;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 2.5rem;
  display: none;
}

.heading-2-mobile {
  color: #e8e4e4;
  margin-top: 0;
  margin-bottom: 0%;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 25px;
  display: none;
}

.desktopgrid {
  grid-template-rows: auto;
  margin-bottom: auto;
}

.mobilephoto {
  display: none;
}

.mobileletter {
  color: #e8e4e4;
  width: 100%;
  font-family: Quicksand Variablefont Wght, Impact, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  display: none;
}

.linkedin-nav {
  color: #afa9ec;
  background-color: #0000;
  align-self: center;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.linkedin-nav:hover {
  color: #e8e4e4;
}

.email-nav {
  color: #afa9ec;
  background-color: #0000;
  align-self: center;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.email-nav:hover {
  color: #e8e4e4;
}

.resume-nav {
  color: #afa9ec;
  background-color: #0000;
  align-self: center;
  margin-right: 2%;
  font-family: Playfairdisplay Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
}

.resume-nav:hover {
  color: #e8e4e4;
}

.nav-on-mobile {
  clear: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  place-content: flex-start flex-end;
  margin-top: 1%;
  margin-bottom: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  display: none;
}

.tetherslider {
  background-color: #0000;
  margin-top: 5%;
  padding-top: 0%;
}

.slide-nav-18 {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 15%;
}

.slide1tether {
  background-image: url('../images/hello-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.slide2tether {
  background-image: url('../images/anxious-or-numb-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.slide3tether {
  background-image: url('../images/anxious-options-mockup.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

@media screen and (min-width: 1280px) {
  .ikea-card {
    width: 25%;
  }

  .tether-card {
    width: 25%;
    top: 47%;
  }

  .onepay-card, .kidcommerce-card {
    width: 130%;
  }

  .section {
    margin-bottom: 2%;
  }

  .ikeanarrationtextlargeviewmobile {
    width: 33%;
    margin-left: 60%;
    font-size: 1.375rem;
    left: 0%;
  }

  .fullresearchlink {
    font-size: 1.3rem;
  }

  .slide-nav {
    padding-top: 6%;
  }

  .casestudydescript {
    height: auto;
    font-size: 1.25em;
  }

  .mobileobjtexthidden {
    font-size: 1.5rem;
  }

  .left-arrow-3 {
    width: 7%;
    height: 100%;
  }

  .role {
    height: auto;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .iamaprototype {
    margin-left: 44%;
  }

  .image-4 {
    margin-left: 39%;
  }

  .slide-nav-4 {
    width: 100%;
    height: 20.7871%;
    padding-top: 10%;
  }

  .slidefour {
    background-color: #0000;
    background-image: url('../images/In-Store-Navigation-map-4.png');
    background-position: 5%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .summaryobj {
    font-size: 1.9rem;
  }

  .howcanwe, .objtext {
    font-size: 1.5rem;
    line-height: 1.55rem;
  }

  .prototypetopimg {
    width: 100%;
    height: auto;
    margin-left: 0%;
  }

  .casestudytitle {
    font-size: 3.75rem;
  }

  .ikeaprototypetopimg {
    width: 100%;
    height: auto;
    margin-left: 0%;
  }

  .researchspan {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .icon-5, .icon-6 {
    width: 50%;
    height: 12%;
  }

  .slideone {
    background-color: #0000;
    background-image: url('../images/Homepage-wireframe.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slidethreeikea {
    background-color: #0000;
    background-image: url('../images/ikea-scan-feature-portrait.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .summarytext {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.55rem;
  }

  .mobilesummaryobj {
    font-size: 1.9rem;
  }

  .slideoneikea {
    background-color: #0000;
    background-image: url('../images/ikea-homepage.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .slidetwoikea {
    background-color: #0000;
    background-image: url('../images/ikea-product-detail-page-portrait.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .right-arrow-3 {
    width: 7%;
    height: 100%;
  }

  .sliderikea {
    background-color: #0000;
    width: 100%;
    height: 50vh;
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
  }

  .slidethree {
    background-color: #0000;
    background-image: url('../images/Begin-navigating---item-path.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mobileobjtext {
    font-size: 1.5rem;
  }

  .slidetwo {
    background-color: #0000;
    background-image: url('../images/Product-Details-wireframe.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-5 {
    margin-left: 0%;
    padding-left: 0%;
  }

  .newprototypeannounce {
    color: #bf7e96;
    margin-top: 2%;
    font-weight: 700;
  }

  .case-study-button {
    font-size: 1.25rem;
  }

  .case-study-button:hover {
    font-size: 1.5rem;
  }

  .current-case-study {
    flex: 0 auto;
    width: auto;
    height: auto;
    font-size: 1.25rem;
  }

  .curly-bracket-right, .curly-bracket-left {
    top: 35%;
  }

  .tethertopimg {
    width: 35%;
    height: auto;
    margin-left: 0%;
  }

  .objtext-2 {
    font-size: 1.5rem;
  }

  .slidetwodiscoverytether {
    background-color: #0000;
    background-image: url('../images/Sensory-Preference-Survey-PNG2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slideonediscoverytether {
    background-color: #0000;
    background-image: url('../images/Sensory-Preference-Survey-PNG1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-nav-2 {
    padding-top: 5%;
  }

  .sliderdiscoverytether {
    height: 35vh;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .slidethreediscoverytether {
    background-color: #0000;
    background-image: url('../images/Sensory-Preference-Survey-PNG3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide2threediscoverytether {
    background-color: #0000;
    background-image: url('../images/PNG-Analysis---GROUND-ME.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-nav-7 {
    padding-top: 5%;
  }

  .sliderdiscoverytether2 {
    height: 35vh;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .slide2onediscoverytether {
    background-color: #0000;
    background-image: url('../images/PNG-Analysis---Rootd.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide2fourdiscoverytether {
    background-color: #0000;
    background-image: url('../images/PNG-Analysis---TAPPY.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide2twodiscoverytether {
    background-color: #0000;
    background-image: url('../images/PNG-Analysis---Presently.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .objtext-3 {
    font-size: 1.5rem;
  }

  .researchspan-2 {
    font-size: 1rem;
  }

  .curly-bracket-left-tether {
    top: 50%;
  }

  .curly-bracket-right-tether {
    top: 50%;
    left: 100%;
  }

  .summarytext-2, .mobileobjh3 {
    font-size: 1.5rem;
  }

  .onepaynarrationtext {
    width: 30%;
    margin-left: 60%;
  }

  .slidethreeonepay {
    background-color: #0000;
    background-image: url('../images/original-savings-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .fullresearchlink-2 {
    font-size: 1.3rem;
  }

  .slide-nav-8 {
    padding-top: 6%;
  }

  .casestudydescript-2 {
    height: auto;
  }

  .notetext {
    font-size: 1.25rem;
  }

  .mobileobjtexthidden-2 {
    font-size: 1.5rem;
  }

  .role-2 {
    height: auto;
    font-size: 1.8rem;
  }

  .image-29 {
    margin-left: 39%;
  }

  .slide-nav-9 {
    width: 100%;
    height: 20.7871%;
    padding-top: 10%;
  }

  .singleimagesmall {
    height: auto;
  }

  .slide-5 {
    background-color: #0f1b40;
    background-image: url('../images/Screenshot-2025-12-17-at-1.01.02-AM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide {
    background-color: #0000;
    background-image: url('../images/1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slideronepay {
    background-color: #0000;
    width: 100%;
    height: 50vh;
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
  }

  .objtext-4 {
    font-size: 1.5rem;
  }

  .slideoneonepay {
    background-color: #0000;
    background-image: url('../images/original-home-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .slide-3 {
    background-color: #0f1b40;
    background-image: url('../images/final.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-4 {
    background-color: #0f1b40;
    background-image: url('../images/Screenshot-2025-12-16-at-11.54.52-PM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-2 {
    background-color: #0f1b40;
    background-image: url('../images/2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slidetwoonepay {
    background-color: #0000;
    background-image: url('../images/original-checking-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .researchspan-3 {
    font-size: 1rem;
  }

  .icon-10, .icon-11 {
    width: 50%;
    height: 12%;
  }

  .mobileobjtext-2 {
    font-size: 1.5rem;
  }

  .div-block-8 {
    margin-left: 0%;
    padding-left: 0%;
  }

  .slide-nav-12 {
    padding-top: 10%;
  }

  .casestudydescript-3 {
    height: auto;
  }

  .mobileobjtexthidden-3 {
    font-size: 1.5rem;
  }

  .role-3 {
    height: auto;
    font-size: 1.8rem;
  }

  .image-32 {
    margin-left: 39%;
  }

  .slide-nav-13 {
    width: 100%;
    height: 20.7871%;
    padding-top: 10%;
  }

  .slide-15 {
    background-color: #0000;
    background-image: url('../images/Screenshot-2025-12-17-at-1.01.02-AM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-16 {
    background-color: #0000;
    background-image: url('../images/final.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-17 {
    background-color: #0000;
    background-image: url('../images/Screenshot-2025-12-16-at-11.54.52-PM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-18 {
    background-color: #0000;
    background-image: url('../images/2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .researchspan-4 {
    font-size: 1rem;
  }

  .icon-14, .icon-15 {
    width: 50%;
    height: 12%;
  }

  .mobileobjtext-3 {
    font-size: 1.5rem;
  }

  .div-block-10 {
    margin-left: 0%;
    padding-left: 0%;
  }

  .note {
    font-family: Gayathri, Impact, sans-serif;
    font-size: 1rem;
  }

  .slidetwodiscoverykc {
    background-color: #0000;
    background-image: url('../images/user-interview-results.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .kcslide2 {
    background-color: #0f1b40;
    background-image: url('../images/homepage-sketch.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slidersketcheskc {
    height: 40vh;
    margin-top: 5%;
    margin-bottom: 7%;
  }

  .slide-nav-16 {
    padding-top: 6%;
  }

  .casestudydescript-4 {
    height: auto;
  }

  .notetext-2 {
    font-size: 1.25rem;
  }

  .sliderdiscoverykc {
    height: 35vh;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .image-36 {
    margin-left: 39%;
  }

  .kcbottomarrow {
    margin-top: 27%;
    margin-left: 1%;
    display: none;
  }

  .link-block-6 {
    margin-left: 25%;
  }

  .kcprototypetopimg {
    height: auto;
    margin-top: 5%;
    margin-left: 0%;
    top: auto;
  }

  .slideonediscoverykc {
    background-color: #0000;
    background-image: url('../images/KC-discovery.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .kcslide5 {
    background-color: #0f1b40;
    background-image: url('../images/final-homepage-sketch.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .kcslide4 {
    background-color: #0f1b40;
    background-image: url('../images/final-almost-homepage-sketch.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .kcslide1 {
    background-color: #0f1b40;
    background-image: url('../images/homepage-sketch-2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mobileresearchspan {
    font-size: 1rem;
  }

  .kcnarrationtextlargeview {
    width: 30%;
    margin-top: 5%;
    margin-left: 70%;
  }

  .slide-nav-17 {
    padding-top: 5%;
  }

  .kcprototypebottomimg {
    height: 60vh;
    margin-left: 0%;
  }

  .kcslide3 {
    background-color: #0f1b40;
    background-image: url('../images/sketch.png');
    background-position: 38%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .kciamaprototypebottom {
    width: 20%;
    margin-top: -5%;
    margin-left: 15%;
  }

  .researchspan-5 {
    font-size: 1rem;
  }

  .mobileonepaynarrationtext {
    width: 35%;
    margin-left: 60%;
  }

  .sliderkcdesigns {
    background-color: #0000;
    background-image: url('../images/parent-portal-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mobileobjtext-4 {
    font-size: 1.5rem;
  }

  .div-block-12 {
    margin-left: 0%;
    padding-left: 0%;
  }

  .mobilekcnarrationtext {
    width: 30%;
    margin-top: 10%;
    margin-left: 67%;
  }

  .summarytextbottom {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.55rem;
  }

  .headingmobile, .heading-2-mobile {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .onepay-card {
    width: 150%;
    top: -38%;
  }

  .kidcommerce-card {
    width: 150%;
  }

  .link-block {
    width: auto;
    margin-left: 0%;
    padding-left: 0%;
  }

  .ikeanarrationtextlargeviewmobile {
    width: 33%;
    margin-top: 5%;
    margin-left: 60%;
    left: 2%;
  }

  .fullresearchlink {
    font-size: 1.35rem;
  }

  .myrole {
    margin-top: 20px;
    font-size: 1rem;
  }

  .slide-nav {
    padding-top: 5%;
  }

  .casestudydescript {
    margin-bottom: 6%;
    padding-top: 2%;
    font-size: 1.5em;
  }

  .mobileobjtexthidden {
    font-size: 1.65rem;
  }

  .left-arrow-3 {
    width: 6%;
    height: 99.9999%;
  }

  .role {
    font-size: 1.5rem;
  }

  .timeline {
    margin-top: 20px;
    font-size: 1.25rem;
  }

  .slide-nav-4 {
    width: 100%;
    height: 20.7476%;
    padding-top: 10%;
  }

  .slidefour {
    background-color: #0000;
    background-image: url('../images/In-Store-Navigation-map-4.png');
    background-position: 5%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .summaryobj {
    margin-left: 5%;
  }

  .howcanwe {
    width: 100%;
    margin-left: 2%;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .prototypebottomimg {
    width: 100%;
    height: 60vh;
  }

  .objtext {
    width: 100%;
    margin-left: 5%;
    font-size: 1.75rem;
    line-height: 1.8rem;
  }

  .slidersketchesikea {
    width: 99.9236%;
    height: 35vh;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .prototypetopimg {
    width: 100%;
    height: auto;
    margin-left: -31%;
    position: relative;
    left: 50%;
  }

  .ikeaprototypetopimg {
    width: 100%;
    height: auto;
    margin-left: 0%;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .image-17 {
    width: 100%;
    height: 87%;
  }

  .researchspan {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .icon-5, .icon-6 {
    width: 51%;
    height: 11%;
  }

  .slideone {
    background-color: #0000;
    background-image: url('../images/Homepage-wireframe.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slidethreeikea {
    background-color: #0000;
    background-image: url('../images/ikea-scan-feature-portrait.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 99.9999%;
  }

  .mobilesummarytext {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .summarytext {
    margin-left: 5%;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .slideoneikea {
    background-color: #0000;
    background-image: url('../images/ikea-homepage.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 99.9999%;
  }

  .slidetwoikea {
    background-color: #0000;
    background-image: url('../images/ikea-product-detail-page-portrait.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 99.9999%;
  }

  .right-arrow-3 {
    width: 6%;
    height: 99.9999%;
  }

  .sliderikea {
    width: 99.9236%;
    height: 50vh;
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
  }

  .slidethree {
    background-color: #0000;
    background-image: url('../images/Begin-navigating---item-path.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mobileobjtext {
    font-size: 1.65rem;
  }

  .process {
    margin-left: 5%;
  }

  .image-5 {
    height: 5.25vh;
  }

  .slidetwo {
    background-color: #0000;
    background-image: url('../images/Product-Details-wireframe.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-5 {
    margin-left: 0%;
  }

  .newprototypeannounce {
    color: #bf7e96;
    margin-top: 3%;
    font-weight: 700;
  }

  .breadcrumb-nav {
    width: 100%;
    margin-left: 0%;
    position: relative;
    left: 26%;
  }

  .curly-bracket-right {
    margin-left: 15%;
  }

  .tethertopimg {
    width: 55%;
    height: auto;
    margin-left: 0%;
    position: relative;
    top: 0%;
    left: 32%;
  }

  .objtext-2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .slidetwodiscoverytether {
    background-color: #0000;
    background-image: url('../images/Sensory-Preference-Survey-PNG2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slideonediscoverytether {
    background-color: #0000;
    background-image: url('../images/Sensory-Preference-Survey-PNG1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-nav-2 {
    padding-top: 7%;
  }

  .sliderdiscoverytether {
    height: 35vw;
    margin-top: 3%;
    margin-bottom: 5%;
  }

  .slidethreediscoverytether {
    background-color: #0000;
    background-image: url('../images/Sensory-Preference-Survey-PNG3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide2threediscoverytether {
    background-color: #0000;
    background-image: url('../images/PNG-Analysis---GROUND-ME.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-nav-7 {
    padding-top: 7%;
  }

  .sliderdiscoverytether2 {
    height: 35vw;
    margin-top: 3%;
    margin-bottom: 5%;
  }

  .slide2onediscoverytether {
    background-color: #0000;
    background-image: url('../images/PNG-Analysis---Rootd.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide2fourdiscoverytether {
    background-color: #0000;
    background-image: url('../images/PNG-Analysis---TAPPY.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide2twodiscoverytether {
    background-color: #0000;
    background-image: url('../images/PNG-Analysis---Presently.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .objtext-3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .researchspan-2 {
    font-size: 1.25rem;
  }

  .curly-bracket-left-tether {
    width: 8%;
    top: 45%;
    left: -3%;
  }

  .curly-bracket-right-tether {
    width: 8%;
    margin-left: 15%;
    top: 45%;
    left: 100%;
  }

  .summarytext-2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .breadcrumb-nav-tether {
    width: 100%;
    margin-left: 0%;
    position: relative;
    left: 26%;
  }

  .mobileobjh3 {
    font-size: 1.65rem;
  }

  .onepaynarrationtext {
    width: 33%;
    margin-top: 5%;
    margin-left: 60%;
  }

  .slidethreeonepay {
    background-color: #0000;
    background-image: url('../images/original-savings-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 99.9999%;
  }

  .onepaynarration {
    width: 33%;
    height: 16.9091%;
    margin-top: 5%;
    margin-left: 60%;
  }

  .fullresearchlink-2 {
    font-size: 1.35rem;
  }

  .slide-nav-8 {
    padding-top: 5%;
  }

  .notetext {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .mobileobjtexthidden-2 {
    font-size: 1.65rem;
  }

  .role-2 {
    font-size: 2rem;
  }

  .slide-nav-9 {
    width: 100%;
    height: 20.7476%;
    padding-top: 10%;
  }

  .singleimagesmall {
    height: auto;
  }

  .slide-5 {
    background-color: #0f1b40;
    background-image: url('../images/Screenshot-2025-12-17-at-1.01.02-AM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide {
    background-color: #0000;
    background-image: url('../images/1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slideronepay {
    background-color: #0000;
    width: 99.9236%;
    height: 50vh;
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
  }

  .objtext-4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .slideoneonepay {
    background-color: #0000;
    background-image: url('../images/original-home-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 99.9999%;
  }

  .slide-3 {
    background-color: #0f1b40;
    background-image: url('../images/final.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-4 {
    background-color: #0f1b40;
    background-image: url('../images/Screenshot-2025-12-16-at-11.54.52-PM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-2 {
    background-color: #0f1b40;
    background-image: url('../images/2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slidetwoonepay {
    background-color: #0000;
    background-image: url('../images/original-checking-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 99.9999%;
  }

  .slidersketchesonepay {
    width: 99.9236%;
    height: 35vh;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .researchspan-3 {
    font-size: 1.25rem;
  }

  .icon-10, .icon-11 {
    width: 51%;
    height: 11%;
  }

  .mobilesummarytext-2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .mobileobjtext-2 {
    font-size: 1.65rem;
  }

  .image-31 {
    height: 5.25vh;
  }

  .div-block-8 {
    margin-left: 0%;
  }

  .slide-nav-12 {
    padding-top: 10%;
  }

  .mobileobjtexthidden-3 {
    font-size: 1.65rem;
  }

  .role-3 {
    font-size: 2rem;
  }

  .slide-nav-13 {
    width: 100%;
    height: 20.7476%;
    padding-top: 10%;
  }

  .slide-15 {
    background-color: #0000;
    background-image: url('../images/Screenshot-2025-12-17-at-1.01.02-AM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-16 {
    background-color: #0000;
    background-image: url('../images/final.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-17 {
    background-color: #0000;
    background-image: url('../images/Screenshot-2025-12-16-at-11.54.52-PM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-18 {
    background-color: #0000;
    background-image: url('../images/2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .researchspan-4 {
    font-size: 1.25rem;
  }

  .icon-14, .icon-15 {
    width: 51%;
    height: 11%;
  }

  .mobileobjtext-3 {
    font-size: 1.65rem;
  }

  .image-34 {
    height: 5.25vh;
  }

  .div-block-10 {
    margin-left: 0%;
  }

  .breadcrumb-nav-onepay {
    width: 100%;
    margin-left: 0%;
    position: relative;
    left: 26%;
  }

  .processh1 {
    margin-left: 5%;
  }

  .note {
    font-family: Gayathri, Impact, sans-serif;
    font-size: 1rem;
  }

  .slidetwodiscoverykc {
    background-color: #0000;
    background-image: url('../images/user-interview-results.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .kcslide2 {
    background-color: #0f1b40;
    background-image: url('../images/homepage-sketch.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slidersketcheskc {
    height: 40vh;
    margin-top: 5%;
    margin-bottom: 7%;
  }

  .slide-nav-16 {
    padding-top: 5%;
  }

  .notetext-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sliderdiscoverykc {
    height: 35vw;
    margin-top: 3%;
    margin-bottom: 5%;
  }

  .kcbottomarrow {
    display: none;
  }

  .link-block-6 {
    margin-left: 25%;
  }

  .kcprototypetopimg {
    height: auto;
    margin-left: 0%;
    left: 10%;
  }

  .slideonediscoverykc {
    background-color: #0000;
    background-image: url('../images/KC-discovery.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .kcslide5 {
    background-color: #0f1b40;
    background-image: url('../images/final-homepage-sketch.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .kcslide4 {
    background-color: #0f1b40;
    background-image: url('../images/final-almost-homepage-sketch.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .kcslide1 {
    background-color: #0f1b40;
    background-image: url('../images/homepage-sketch-2.png');
    background-position: 45%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mobileresearchspan {
    font-size: 1.25rem;
  }

  .kcnarrationtextlargeview {
    width: 30%;
    margin-top: 8%;
    margin-left: 60%;
  }

  .slide-nav-17 {
    padding-top: 7%;
  }

  .kcprototypebottomimg {
    height: 60vh;
    margin-left: 0%;
  }

  .kcslide3 {
    background-color: #0f1b40;
    background-image: url('../images/sketch.png');
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .kciamaprototypebottom {
    width: 40%;
    margin-top: -3%;
    margin-left: 15%;
    font-size: 2rem;
    line-height: 2rem;
    display: block;
  }

  .researchspan-5 {
    font-size: 1.25rem;
  }

  .mobileonepaynarrationtext {
    width: 35%;
    margin-top: 10%;
    margin-left: 62%;
    display: none;
  }

  .sliderkcdesigns {
    background-color: #0000;
    background-image: url('../images/parent-portal-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mobileobjtext-4 {
    font-size: 1.65rem;
  }

  .image-38 {
    height: 5.25vh;
  }

  .div-block-12 {
    margin-left: 0%;
  }

  .mobilekcnarrationtext {
    width: 30%;
    margin-top: 8%;
    margin-left: 68%;
    display: none;
  }

  .summarytextbottom {
    width: 100%;
    margin-left: auto;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .headingmobile, .heading-2-mobile, .mobilephoto, .mobileletter {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .heading-2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .desktopgrid3 {
    margin-bottom: 50%;
  }

  .onepay-card {
    width: 200%;
    top: 25%;
  }

  .kidcommerce-card {
    width: 90%;
    position: absolute;
    top: 46%;
    left: 85%;
  }

  .ikeanarrationtextlargeviewmobile {
    width: 30%;
    margin-top: 10%;
    margin-left: 60%;
    font-size: 1.75rem;
    line-height: 2rem;
    top: 0%;
    left: 10%;
  }

  .fullresearchlink {
    width: 100%;
    margin-left: 0%;
    font-size: 2.25rem;
    line-height: 2rem;
  }

  .myrole {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .slide-nav {
    padding-top: 25%;
  }

  .casestudydescript {
    padding-bottom: 0%;
    font-size: 2em;
    line-height: 2rem;
    bottom: 0;
  }

  .caseintroquickstack {
    margin-bottom: 5%;
  }

  .mobileobjtexthidden {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }

  .slideonediscoveryikeamobile {
    background-color: #0000;
    background-image: url('../images/User-Persona.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 80vh;
    margin-top: 0%;
  }

  .role {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .iamaprototype {
    margin-top: -11%;
    margin-left: 48%;
    font-size: 2.75rem;
    line-height: 2.75rem;
    display: none;
  }

  .image-4 {
    margin-top: -11%;
    margin-left: 43%;
  }

  .timeline {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .slide-nav-4 {
    padding-top: 25%;
  }

  .slidethreediscoveryikea {
    background-color: #0f1b40;
    background-image: url('../images/Moodboard.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slidefour {
    background-color: #0000;
    background-image: url('../images/In-Store-Navigation-map-4.png');
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 100%;
  }

  .summaryobj {
    width: 100%;
    margin-bottom: 5%;
    margin-left: 0%;
    font-size: 2.5rem;
  }

  .howcanwe {
    width: 100%;
    margin-top: 0%;
    margin-left: 0%;
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .sliderdiscoveryikea {
    height: 40vh;
    margin-bottom: 5%;
  }

  .prototypebottomimg {
    width: 100%;
    height: 60vh;
    margin-left: 0%;
  }

  .objtext {
    width: 100%;
    margin-left: 0%;
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .slidersketchesikea {
    height: 40vh;
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .prototypetopimg {
    width: 120%;
    max-width: none;
    height: auto;
    margin-left: -23%;
    left: 25%;
  }

  .slidetwodiscoveryikea {
    background-color: #0000;
    background-image: url('../images/user-flow.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .casestudytitle {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .ikeaprototypetopimg {
    width: 150%;
    max-width: 200%;
    height: auto;
    margin-left: 0%;
    left: -25%;
  }

  .slide-nav-3 {
    padding-top: 25%;
  }

  .image-17 {
    width: auto;
    height: 100%;
    margin-top: 15%;
  }

  .div-block-4 {
    width: 150%;
    height: auto;
    margin-top: 15%;
  }

  .dividerline {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .researchspan {
    font-size: 2rem;
  }

  .ikeasider {
    margin-bottom: 10%;
  }

  .slideone {
    background-color: #0000;
    background-image: url('../images/Homepage-wireframe.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 5%;
  }

  .slidethreeikea {
    background-color: #0000;
    background-image: url('../images/ikea-scan-feature-portrait.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mobilesummarytext {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }

  .summarytext {
    width: 100%;
    margin-bottom: 5%;
    margin-left: 0%;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .mobilesummaryobj {
    margin-top: 10%;
    margin-bottom: 5%;
    margin-left: 0%;
    font-size: 2.75rem;
  }

  .slideoneikea {
    background-color: #0000;
    background-image: url('../images/ikea-homepage.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
  }

  .slidetwoikea {
    background-color: #0000;
    background-image: url('../images/ikea-product-detail-page-portrait.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .processdiv {
    width: 100%;
    margin-left: 0%;
  }

  .image-27 {
    display: none;
  }

  .sliderikea {
    height: 45vh;
    margin-bottom: 10%;
    display: block;
  }

  .slidethree {
    background-color: #0000;
    background-image: url('../images/Begin-navigating---item-path.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mobileobjtext {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }

  .process {
    width: 100%;
    margin-bottom: 3%;
    margin-left: 0%;
    font-size: 3.25rem;
    line-height: 3.375rem;
  }

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

  .slidetwo {
    background-color: #0000;
    background-image: url('../images/Product-Details-wireframe.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .newprototypeannounce {
    color: #bf7e96;
    margin-top: 5%;
    font-size: 2.75rem;
  }

  .case-study-logo {
    right: 70%;
  }

  .case-study-home-nav {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex: none;
    width: 5%;
    height: auto;
    font-size: 14px;
  }

  .breadcrumb-nav {
    max-width: none;
    left: 0%;
  }

  .case-study-button {
    font-size: 1.6rem;
  }

  .case-study-button:hover {
    font-size: 1.85rem;
  }

  .current-case-study {
    font-size: 2rem;
  }

  .curly-bracket-right {
    width: 10%;
    margin-left: 5%;
  }

  .curly-bracket-left {
    width: 10%;
    left: -17%;
  }

  .section-2, .container-3, .lightbox-link-13 {
    width: 100%;
  }

  .tethertopimg {
    width: 60%;
    max-width: 200%;
    height: auto;
    margin-left: 0%;
    left: 0%;
  }

  .objtext-2 {
    font-size: 2.375rem;
    line-height: 3rem;
  }

  .slidetwodiscoverytether {
    background-color: #0000;
    background-image: url('../images/Sensory-Preference-Survey-PNG2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slideonediscoverytether {
    background-color: #0000;
    background-image: url('../images/Sensory-Preference-Survey-PNG1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0%;
  }

  .slide-nav-2 {
    margin-top: 0%;
    padding-top: 6%;
  }

  .sliderdiscoverytether {
    height: 45vh;
    margin-bottom: 5%;
  }

  .slidethreediscoverytether {
    background-color: #0f1b40;
    background-image: url('../images/Sensory-Preference-Survey-PNG3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide2threediscoverytether {
    background-color: #0000;
    background-image: url('../images/PNG-Analysis---GROUND-ME.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-nav-7 {
    margin-top: 0%;
    padding-top: 6%;
  }

  .sliderdiscoverytether2 {
    height: 45vh;
    margin-bottom: 5%;
  }

  .slide2onediscoverytether {
    background-color: #0000;
    background-image: url('../images/PNG-Analysis---Rootd.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0%;
  }

  .slide2fourdiscoverytether {
    background-color: #0000;
    background-image: url('../images/PNG-Analysis---TAPPY.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide2twodiscoverytether {
    background-color: #0000;
    background-image: url('../images/PNG-Analysis---Presently.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .objtext-3 {
    font-size: 2.375rem;
    line-height: 3rem;
  }

  .researchspan-2 {
    font-size: 1.75rem;
  }

  .curly-bracket-left-tether {
    width: 10%;
    top: 40%;
    left: -17%;
  }

  .curly-bracket-right-tether {
    width: 10%;
    margin-left: 5%;
    top: 40%;
    left: 100%;
  }

  .summarytext-2 {
    margin-bottom: 5%;
    font-size: 2.375rem;
    line-height: 3rem;
  }

  .summaryobj-2 {
    margin-bottom: 2%;
    font-size: 2.75rem;
  }

  .processbottom {
    width: 100%;
    margin-bottom: 3%;
    margin-left: 0%;
    font-size: 3.25rem;
    line-height: 3.375rem;
  }

  .breadcrumb-nav-tether {
    max-width: none;
    left: 0%;
  }

  .div-block-4-tether {
    width: 150%;
    height: auto;
    margin-top: 15%;
    position: relative;
    right: 25%;
  }

  .mobileobjh3 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }

  .onepaynarrationtext {
    width: 30%;
    margin-top: 10%;
    margin-left: 60%;
    font-size: 2rem;
    line-height: 2rem;
  }

  .slidethreeonepay {
    background-color: #0000;
    background-image: url('../images/original-savings-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .onepaynarration {
    width: 30%;
    margin-top: 10%;
    margin-left: 70%;
    font-size: 2rem;
    line-height: 2rem;
  }

  .fullresearchlink-2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .myrole-2 {
    font-size: 2.125rem;
  }

  .slide-nav-8 {
    padding-top: 5%;
  }

  .casestudydescript-2 {
    font-size: 3.25em;
    line-height: 3.25rem;
  }

  .notetext {
    margin-bottom: 5%;
    font-size: 2rem;
  }

  .mobileobjtexthidden-2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }

  .role-2 {
    font-size: 2.85rem;
    line-height: 3.5rem;
  }

  .image-29 {
    margin-top: -11%;
    margin-left: 43%;
  }

  .timeline-2 {
    font-size: 2.75rem;
  }

  .slide-nav-9 {
    padding-top: 10%;
  }

  .singleimagesmall {
    width: 70%;
    height: auto;
    margin-left: 15%;
  }

  .slide-5 {
    background-color: #0f1b40;
    background-image: url('../images/Screenshot-2025-12-17-at-1.01.02-AM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .howcanwe-2 {
    margin-top: 0%;
    font-size: 3.375rem;
    line-height: 3.375rem;
  }

  .slide {
    background-color: #0000;
    background-image: url('../images/1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 5%;
  }

  .slideronepay {
    background-color: #0000;
    height: 60vh;
    display: block;
  }

  .objtext-4 {
    font-size: 2.375rem;
    line-height: 3rem;
  }

  .slideoneonepay {
    background-color: #0000;
    background-image: url('../images/original-home-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
  }

  .casestudytitle-2 {
    font-size: 4.125rem;
  }

  .slide-3 {
    background-color: #0f1b40;
    background-image: url('../images/final.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-4 {
    background-color: #0f1b40;
    background-image: url('../images/Screenshot-2025-12-16-at-11.54.52-PM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-2 {
    background-color: #0f1b40;
    background-image: url('../images/2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slidetwoonepay {
    background-color: #0000;
    background-image: url('../images/original-checking-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slidersketchesonepay {
    height: 40vh;
    margin-top: 5%;
  }

  .researchspan-3 {
    font-size: 1.75rem;
  }

  .mobilesummarytext-2 {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }

  .mobilesummaryobj-2 {
    font-size: 2.75rem;
  }

  .sliderdiscoveryonepay {
    height: 40vh;
    margin-bottom: 5%;
  }

  .slidetwodiscoveryonepay {
    background-color: #0000;
    background-image: url('../images/priority-matrix.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slideonediscoveryonepay {
    background-color: #0000;
    background-image: url('../images/user-testing-discovery-chart.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0%;
  }

  .mobileobjtext-2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }

  .process-2 {
    font-size: 3.375rem;
    line-height: 3.375rem;
  }

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

  .slide-nav-12 {
    padding-top: 5%;
  }

  .casestudydescript-3 {
    font-size: 3.25em;
    line-height: 3.25rem;
  }

  .mobileobjtexthidden-3 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }

  .role-3 {
    font-size: 2.85rem;
    line-height: 3.5rem;
  }

  .image-32 {
    margin-top: -11%;
    margin-left: 43%;
  }

  .slide-nav-13 {
    padding-top: 10%;
  }

  .slide-15 {
    background-color: #0000;
    background-image: url('../images/Screenshot-2025-12-17-at-1.01.02-AM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .casestudytitle-3 {
    font-size: 4.125rem;
  }

  .slide-16 {
    background-color: #0000;
    background-image: url('../images/final.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-17 {
    background-color: #0000;
    background-image: url('../images/Screenshot-2025-12-16-at-11.54.52-PM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-18 {
    background-color: #0000;
    background-image: url('../images/2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .researchspan-4 {
    font-size: 1.75rem;
  }

  .mobileobjtext-3 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }

  .process-3 {
    font-size: 3.375rem;
    line-height: 3.375rem;
  }

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

  .breadcrumb-nav-onepay {
    max-width: none;
    left: 0%;
  }

  .processh1 {
    width: 100%;
    margin-bottom: 3%;
    margin-left: 0%;
    font-size: 3.25rem;
    line-height: 3.375rem;
  }

  .note {
    margin-left: 2%;
    padding-top: 1%;
    font-family: Gayathri, Impact, sans-serif;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .letter {
    width: 150%;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .image-35 {
    width: 100%;
    left: 75%;
  }

  .slidetwodiscoverykc {
    background-color: #0000;
    background-image: url('../images/user-interview-results.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .kcslide2 {
    background-color: #0f1b40;
    background-image: url('../images/homepage-sketch.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slidersketcheskc {
    height: 50vh;
    margin-top: 5%;
    margin-bottom: 7%;
  }

  .slide-nav-16 {
    padding-top: 5%;
  }

  .casestudydescript-4 {
    font-size: 3.25em;
    line-height: 3.25rem;
  }

  .notetext-2 {
    margin-bottom: 5%;
    font-size: 2rem;
  }

  .sliderdiscoverykc {
    height: 40vh;
    margin-bottom: 5%;
  }

  .image-36 {
    margin-top: -11%;
    margin-left: 43%;
  }

  .kcbottomarrow {
    display: none;
  }

  .kcprototypetopimg {
    width: 125%;
    max-width: none;
    height: auto;
    margin-top: 15%;
    margin-left: 0%;
    left: -30%;
  }

  .slideonediscoverykc {
    background-color: #0000;
    background-image: url('../images/KC-discovery.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0%;
  }

  .kcslide5 {
    background-color: #0f1b40;
    background-image: url('../images/final-homepage-sketch.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .kcslide4 {
    background-color: #0f1b40;
    background-image: url('../images/final-almost-homepage-sketch.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .kcslide1 {
    background-color: #0f1b40;
    background-image: url('../images/homepage-sketch-2.png');
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 5%;
  }

  .mobileresearchspan {
    font-size: 1.75rem;
  }

  .kcnarrationtextlargeview {
    width: 30%;
    margin-top: 10%;
    margin-left: 60%;
    font-size: 2rem;
    line-height: 2rem;
  }

  .casestudytitle-4 {
    font-size: 4.125rem;
  }

  .slide-nav-17 {
    margin-top: 0%;
    padding-top: 6%;
  }

  .kcprototypebottomimg {
    width: auto;
    height: 60vh;
    margin-left: 0%;
  }

  .kcslide3 {
    background-color: #0f1b40;
    background-image: url('../images/sketch.png');
    background-position: 35%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-11 {
    width: 150%;
    height: auto;
  }

  .kciamaprototypebottom {
    width: 40%;
    margin-top: -5%;
    margin-left: 15%;
    font-size: 2.75rem;
    line-height: 3rem;
    display: block;
  }

  .researchspan-5 {
    font-size: 1.75rem;
  }

  .mobileonepaynarrationtext {
    width: 30%;
    margin-top: 10%;
    margin-left: 65%;
    font-size: 2rem;
    line-height: 2rem;
    display: none;
  }

  .sliderkcdesigns {
    background-color: #0000;
    background-image: url('../images/parent-portal-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0%;
  }

  .mobileobjtext-4 {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }

  .process-4 {
    font-size: 3.375rem;
    line-height: 3.375rem;
  }

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

  .mobilekcnarrationtext {
    width: 30%;
    margin-top: 10%;
    margin-left: 66%;
    font-size: 2rem;
    line-height: 2rem;
    display: none;
  }

  .summarytextbottom {
    width: 100%;
    margin-bottom: 5%;
    margin-left: 0%;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .headingmobile {
    font-size: 4.5rem;
    line-height: 4.5rem;
    display: none;
  }

  .heading-2-mobile {
    font-size: 3rem;
    line-height: 3rem;
    display: none;
  }

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

  .mobileletter {
    width: 150%;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .work-nav, .about-nav, .home-nav {
    flex: none;
  }

  .footer-section {
    margin-top: 10%;
  }

  .heading, .heading-2 {
    padding-left: 5%;
  }

  .desktopgrid3 {
    margin-top: 10%;
    margin-bottom: auto;
  }

  .onepay-card {
    left: 10%;
  }

  .link-block {
    width: 100%;
    margin-left: 15%;
  }

  .ikeanarrationtextlargeviewmobile {
    width: 30%;
    margin-left: 68%;
    display: block;
  }

  .fullresearchlink {
    width: 100%;
    margin-left: 5%;
  }

  .myrole {
    margin-top: 0%;
  }

  .slide-nav {
    padding-top: 10%;
  }

  .casestudydescript {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 1.125em;
    line-height: 1.7rem;
    top: 0%;
  }

  .caseintroquickstack {
    width: 100%;
    padding-left: 0;
  }

  .role {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .iamaprototype {
    margin-top: 0%;
    margin-left: 12%;
  }

  .slide-nav-4 {
    padding-top: 6%;
  }

  .slidefour {
    background-position: 15%;
  }

  .summaryobj {
    width: 100%;
    margin-left: 0%;
    padding-left: 5%;
    font-size: 1.5rem;
    line-height: 2rem;
    text-decoration: none;
  }

  .howcanwe {
    margin-left: 0%;
    padding-left: 5%;
  }

  .prototypebottomimg {
    height: 40vh;
  }

  .slide-nav-6 {
    padding-top: 10%;
  }

  .objtext {
    width: 90%;
    margin-left: 5%;
    display: block;
  }

  .casecell {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 5%;
  }

  .prototypetopimg {
    width: 60%;
    max-width: none;
    height: auto;
  }

  .casestudytitle {
    font-size: 2.75rem;
  }

  .ikeaprototypetopimg {
    width: 70%;
    max-width: none;
    height: auto;
    left: 15%;
  }

  .slide-nav-3 {
    padding-top: 7%;
  }

  .div-block-4 {
    margin-left: -7%;
  }

  .ikeasider {
    height: 40vh;
  }

  .slidethreeikea {
    background-color: #0000;
    background-image: url('../images/ikea-scan-feature-portrait.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .summarytext {
    margin-left: 5%;
  }

  .mobilesummaryobj {
    width: 100%;
    margin-left: 0%;
    padding-left: 5%;
  }

  .slideoneikea {
    background-color: #0000;
    background-image: url('../images/ikea-homepage.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .caseprototypecell {
    padding-right: 0%;
  }

  .onepaysider {
    height: 40vh;
  }

  .slidetwoikea {
    background-color: #0000;
    background-image: url('../images/ikea-product-detail-page-portrait.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .sliderikea {
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
  }

  .process {
    width: 100%;
    margin-left: 0%;
    padding-left: 5%;
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .newprototypeannounce {
    font-size: 1.5rem;
  }

  .case-study-nav-section {
    width: 100%;
  }

  .case-study-logo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    right: 50%;
  }

  .curly-bracket-right {
    top: 35%;
    left: 95%;
  }

  .curly-bracket-left {
    top: 35%;
    left: -5%;
  }

  .tethertopimg {
    width: 30%;
    max-width: none;
    height: auto;
    left: 50%;
  }

  .objtext-2 {
    margin-left: 5%;
    display: block;
  }

  .slide-nav-2, .slide-nav-7 {
    padding-top: 6%;
  }

  .objtext-3 {
    margin-left: 5%;
    display: block;
  }

  .curly-bracket-left-tether {
    top: 45%;
    left: -3%;
  }

  .curly-bracket-right-tether {
    top: 45%;
    left: 95%;
  }

  .summarytext-2 {
    margin-left: 5%;
  }

  .summaryobj-2 {
    width: 100%;
    margin-left: 0%;
    padding-left: 5%;
    text-decoration: none;
  }

  .singleimage {
    height: auto;
    margin-left: 5%;
  }

  .processbottom {
    width: 100%;
    margin-left: 0%;
    padding-left: 5%;
    font-size: 2rem;
  }

  .div-block-4-tether {
    margin-left: -7%;
  }

  .onepaynarrationtext {
    width: 30%;
    margin-left: 68%;
    display: none;
  }

  .slidethreeonepay {
    background-color: #0000;
    background-image: url('../images/original-savings-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .fullresearchlink-2 {
    margin-left: 5%;
  }

  .myrole-2 {
    margin-top: 0%;
  }

  .slide-nav-8 {
    padding-top: 10%;
  }

  .casestudydescript-2 {
    margin-top: 10%;
    font-size: 2em;
    line-height: 2rem;
    top: 0%;
  }

  .notetext {
    margin-bottom: 3%;
    margin-left: 5%;
  }

  .role-2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .slide-nav-9 {
    padding-top: 6%;
  }

  .singleimagesmall {
    height: 30vh;
    margin-left: 25%;
  }

  .howcanwe-2 {
    margin-left: 0%;
    padding-left: 5%;
  }

  .slideronepay {
    margin-top: 5%;
    margin-bottom: 5%;
    display: block;
  }

  .slide-nav-10 {
    padding-top: 10%;
  }

  .objtext-4 {
    margin-left: 5%;
    display: block;
  }

  .slideoneonepay {
    background-color: #0000;
    background-image: url('../images/original-home-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-nav-11 {
    padding-top: 7%;
  }

  .div-block-7 {
    margin-left: -7%;
  }

  .slidetwoonepay {
    background-color: #0000;
    background-image: url('../images/original-checking-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mobilesummaryobj-2, .process-2 {
    width: 100%;
    margin-left: 0%;
    padding-left: 5%;
  }

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

  .slide-nav-12 {
    padding-top: 10%;
  }

  .casestudydescript-3 {
    margin-top: 10%;
    font-size: 2em;
    line-height: 2rem;
    top: 0%;
  }

  .role-3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .slide-nav-13 {
    padding-top: 6%;
  }

  .slide-nav-14 {
    padding-top: 10%;
  }

  .slide-nav-15 {
    padding-top: 7%;
  }

  .div-block-9 {
    margin-left: -7%;
  }

  .process-3 {
    width: 100%;
    margin-left: 0%;
    padding-left: 5%;
  }

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

  .processh1 {
    width: 100%;
    margin-left: 0%;
    padding-left: 5%;
    font-size: 2rem;
  }

  .note {
    margin-bottom: 2%;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .slide-nav-16 {
    padding-top: 10%;
  }

  .casestudydescript-4 {
    margin-top: 10%;
    font-size: 2em;
    line-height: 2rem;
    top: 0%;
  }

  .notetext-2 {
    margin-bottom: 3%;
    margin-left: 5%;
  }

  .link-block-5 {
    margin-left: 0%;
  }

  .kcprototypetopimg {
    width: 90%;
    max-width: none;
    height: auto;
    margin-top: 15%;
    top: auto;
    left: auto;
  }

  .slider-2 {
    height: 50vh;
  }

  .kcnarrationtextlargeview {
    display: none;
  }

  .slide-nav-17 {
    padding-top: 6%;
  }

  .kcprototypebottomimg {
    height: 40vh;
  }

  .div-block-11 {
    margin-left: -7%;
  }

  .kciamaprototypebottom {
    width: 30%;
    margin-left: 10%;
  }

  .mobileonepaynarrationtext {
    width: 30%;
    margin-left: 68%;
    display: none;
  }

  .process-4 {
    width: 100%;
    margin-left: 0%;
    padding-left: 5%;
  }

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

  .mobilekcnarrationtext {
    display: none;
  }

  .singleimage2 {
    background-color: #0000;
    height: auto;
    margin-left: 5%;
  }

  .summarytextbottom {
    margin-left: 5%;
  }

  .headingmobile, .heading-2-mobile {
    padding-left: 5%;
    display: none;
  }

  .linkedin-nav, .email-nav, .resume-nav {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .work-nav, .about-nav, .home-nav {
    flex: none;
  }

  .nav-section, .footer-section, .desktopgrid3 {
    display: none;
  }

  .cell-10 {
    padding-left: 0%;
  }

  .ikeanarrationtextlargeviewmobile {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .fullresearchlink {
    width: 100%;
    display: block;
  }

  .slide-nav {
    padding-top: 15%;
  }

  .casestudydescript {
    margin-top: 5%;
    font-size: 1.125em;
  }

  .mobileobjtexthidden {
    color: #1a1028;
    margin-left: 5%;
    font-family: Quicksand Variablefont Wght, Impact, sans-serif;
    font-size: .93755rem;
    line-height: 1.5rem;
    display: block;
  }

  .left-arrow-3 {
    display: none;
  }

  .role {
    font-size: 1.375rem;
  }

  .slide-nav-4 {
    padding-top: 15%;
  }

  .slidefour {
    background-position: 5%;
    background-size: contain;
  }

  .summaryobj {
    margin-left: 0%;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .howcanwe {
    width: 100%;
    margin-left: 0%;
    font-size: .9375rem;
    line-height: 1.25rem;
  }

  .sliderdiscoveryikea {
    margin-bottom: 10%;
  }

  .objtext {
    display: none;
  }

  .casecell {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 5%;
  }

  .slidersketchesikea {
    margin-bottom: 15%;
  }

  .scrolltotopbtn, .left-arrow-2 {
    display: none;
  }

  .lightbox-link-12 {
    margin-left: 0%;
    position: relative;
    left: 50%;
  }

  .slide-nav-3 {
    padding-top: 10%;
  }

  .div-block-4 {
    width: 75vw;
    margin-left: 0%;
    position: relative;
    left: 25%;
  }

  .dividerline {
    margin-left: 5%;
  }

  .ikeasider {
    margin-top: 0%;
    margin-bottom: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .slidethreeikea {
    background-color: #0000;
  }

  .mobilesummarytext {
    color: #1a1028;
    margin-left: 5%;
    padding-bottom: 5%;
    font-family: Quicksand Variablefont Wght, Impact, sans-serif;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.25rem;
    display: block;
  }

  .summarytext, .right-arrow-2 {
    display: none;
  }

  .mobilesummaryobj {
    font-size: 1.375rem;
    line-height: 2rem;
  }

  .slideoneikea {
    background-color: #0000;
  }

  .caseprototypecell {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .onepaysider {
    margin-top: 0%;
    margin-bottom: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .slidetwoikea {
    background-color: #0000;
  }

  .image-27 {
    height: 30vh;
    margin-top: 0%;
    margin-left: 0%;
    display: none;
    position: relative;
    left: 10%;
  }

  .right-arrow-3 {
    display: none;
  }

  .sliderikea {
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .mobileobjtext {
    color: #1a1028;
    text-align: left;
    margin-top: 5%;
    margin-left: 5%;
    font-family: Quicksand Variablefont Wght, Impact, sans-serif;
    font-size: .9375rem;
    line-height: 1.5rem;
    display: block;
  }

  .process {
    margin-left: 0%;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .newprototypeannounce {
    display: none;
  }

  .case-study-work-nav, .case-study-about-nav {
    flex: none;
  }

  .curly-bracket-right, .curly-bracket-left {
    display: none;
  }

  .container-3 {
    width: 95vw;
  }

  .objtext-2, .right-arrow, .left-arrow {
    display: none;
  }

  .slide-nav-2 {
    padding-top: 10%;
  }

  .sliderdiscoverytether {
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .right-arrow-4, .left-arrow-4 {
    display: none;
  }

  .slide-nav-7 {
    padding-top: 10%;
  }

  .sliderdiscoverytether2 {
    margin-bottom: 10%;
  }

  .objtext-3, .curly-bracket-left-tether, .curly-bracket-right-tether, .summarytext-2 {
    display: none;
  }

  .summaryobj-2 {
    margin-left: 0%;
  }

  .singleimage {
    height: auto;
    margin-left: 2%;
  }

  .processbottom {
    margin-left: 0%;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .div-block-4-tether {
    width: 75vw;
    margin-left: 0%;
    position: relative;
    left: 25%;
  }

  .mobileobjh3 {
    color: #6155da;
    text-align: left;
    margin-top: 5%;
    margin-left: 5%;
    font-family: Quicksand Variablefont Wght, Impact, sans-serif;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.5rem;
    display: block;
  }

  .fullresearchlink-2 {
    display: none;
  }

  .slide-nav-8 {
    padding-top: 15%;
  }

  .casestudydescript-2 {
    margin-top: 5%;
  }

  .notetext {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .mobileobjtexthidden-2 {
    margin-left: 5%;
    display: block;
  }

  .slide-nav-9 {
    padding-top: 15%;
  }

  .singleimagesmall {
    height: 30vh;
  }

  .howcanwe-2 {
    width: 100%;
    margin-left: 0%;
  }

  .slideronepay {
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .objtext-4, .left-arrow-5 {
    display: none;
  }

  .slide-nav-11 {
    padding-top: 10%;
  }

  .div-block-7 {
    width: 75vw;
    margin-left: 0%;
    position: relative;
    left: 25%;
  }

  .slidersketchesonepay {
    margin-bottom: 15%;
  }

  .mobilesummarytext-2 {
    margin-left: 5%;
    display: block;
  }

  .right-arrow-5 {
    display: none;
  }

  .sliderdiscoveryonepay {
    margin-bottom: 10%;
  }

  .mobileobjtext-2 {
    text-align: left;
    margin-top: 5%;
    margin-left: 5%;
    display: block;
  }

  .process-2 {
    margin-left: 0%;
  }

  .slide-nav-12 {
    padding-top: 15%;
  }

  .casestudydescript-3 {
    margin-top: 5%;
  }

  .mobileobjtexthidden-3 {
    margin-left: 5%;
    display: block;
  }

  .slide-nav-13 {
    padding-top: 15%;
  }

  .left-arrow-6 {
    display: none;
  }

  .slide-nav-15 {
    padding-top: 10%;
  }

  .div-block-9 {
    width: 75vw;
    margin-left: 0%;
    position: relative;
    left: 25%;
  }

  .right-arrow-6 {
    display: none;
  }

  .mobileobjtext-3 {
    text-align: left;
    margin-top: 5%;
    margin-left: 5%;
    display: block;
  }

  .process-3 {
    margin-left: 0%;
  }

  .processh1 {
    margin-left: 0%;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .slide-nav-16 {
    padding-top: 15%;
  }

  .casestudydescript-4 {
    margin-top: 5%;
  }

  .slide-nav-5 {
    padding-top: 5%;
  }

  .right-arrow-7, .link-block-6 {
    display: none;
  }

  .kcprototypetopimg {
    width: auto;
    height: 50vh;
  }

  .slider-2 {
    height: 30vh;
    margin-bottom: 10%;
  }

  .mobileresearchspan {
    color: #e8e4e4;
  }

  .slide-nav-17 {
    padding-top: 10%;
  }

  .link-block-7 {
    position: relative;
    left: 25%;
  }

  .div-block-11 {
    width: 75vw;
    margin-left: 0%;
    position: relative;
    left: 25%;
  }

  .mobileobjtext-4 {
    text-align: left;
    margin-top: 5%;
    margin-left: 5%;
    display: block;
  }

  .process-4 {
    margin-left: 0%;
  }

  .singleimage2 {
    height: auto;
  }

  .summarytextbottom {
    display: none;
  }

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

  .headingmobile {
    line-height: 2.5rem;
    display: block;
  }

  .heading-2-mobile {
    margin-top: 3%;
    line-height: 1.5rem;
    display: block;
  }

  .desktopgrid, .mobilephoto, .mobileletter {
    display: none;
  }

  .link-block-10 {
    margin-left: 0%;
    position: relative;
  }

  .linkedin-nav, .email-nav, .resume-nav {
    flex: none;
  }

  .nav-on-mobile {
    flex-flow: wrap;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .work-nav, .about-nav, .home-nav, .email-footer {
    flex: none;
  }

  .linkedin-footer {
    flex: none;
    margin-left: 2%;
  }

  .resume-footer {
    flex: none;
  }

  .nav-section {
    flex-flow: wrap;
    align-content: flex-start;
    display: none;
  }

  .footer-section {
    margin-bottom: 1%;
  }

  .heading {
    line-height: 3rem;
  }

  .heading-2 {
    margin-top: 5%;
    line-height: 2rem;
  }

  .desktopgrid3, .ikeanarrationtextlargeviewmobile, .fullresearchlink {
    display: none;
  }

  .myrole {
    margin-top: 2%;
    margin-bottom: 0;
    font-size: .6875rem;
    line-height: 1rem;
  }

  .slide-nav {
    padding-top: 25%;
  }

  .casestudydescript {
    max-width: 100%;
    height: auto;
    margin-top: 5%;
    margin-bottom: 0%;
    font-size: 1em;
    line-height: 1.2rem;
  }

  .mobileobjtexthidden {
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9375rem;
    display: block;
  }

  .slideonediscoveryikeamobile {
    background-position: 50% 55%;
    background-size: 100vw;
  }

  .left-arrow-3 {
    display: none;
  }

  .role {
    font-size: .9375rem;
    line-height: 1rem;
  }

  .iamaprototype, .image-4 {
    display: none;
  }

  .timeline {
    font-size: .75rem;
    line-height: 1rem;
  }

  .slide-nav-4 {
    padding-top: 15%;
  }

  .icon-4 {
    margin-top: 48%;
    margin-left: -55%;
  }

  .summaryobj {
    width: 100%;
    margin-left: 0%;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .howcanwe {
    width: 100%;
    margin-left: 0%;
    padding-left: 2%;
    font-size: .9375rem;
  }

  .sliderdiscoveryikea {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 15%;
  }

  .objtext {
    margin-left: 0%;
    margin-right: 2%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.15rem;
    display: none;
  }

  .casecell {
    padding-left: 2%;
    padding-right: 0%;
  }

  .slidersketchesikea {
    margin-bottom: 15%;
  }

  .casestudytitle {
    font-size: 2rem;
  }

  .scrolltotopbtn {
    width: 4%;
    display: none;
  }

  .left-arrow-2 {
    display: none;
  }

  .slide-nav-3 {
    padding-top: 15%;
  }

  .div-block-4 {
    width: 80vw;
    margin-top: 0%;
    margin-left: 3.5%;
    padding-right: 10px;
    left: 0%;
  }

  .dividerline {
    width: 90%;
    margin-top: 0%;
    margin-bottom: auto;
    margin-left: 10%;
    padding-top: 5%;
    padding-bottom: 0%;
    display: block;
  }

  .researchspan {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
  }

  .icon-5 {
    margin-left: -25%;
  }

  .icon-6 {
    margin-left: -74%;
  }

  .slidethreeikea {
    background-color: #0000;
    background-image: url('../images/ikea-scan-feature-portrait.png');
    background-position: 50%;
    background-size: contain;
  }

  .mobilesummarytext {
    margin-top: 5%;
    margin-left: 5%;
    padding-bottom: 5%;
    padding-left: 5px;
    font-size: .9375rem;
    font-weight: 400;
    display: block;
  }

  .summarytext {
    margin-left: 0%;
    font-size: 1.15rem;
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .mobilesummaryobj {
    width: 100%;
    margin-left: 0%;
    font-size: 1.2rem;
    display: block;
  }

  .slideoneikea {
    background-color: #0000;
    background-image: url('../images/ikea-homepage.png');
    background-position: 50%;
    background-size: contain;
  }

  .icon-3 {
    margin-top: 60%;
    margin-left: -20%;
  }

  .caseprototypecell {
    display: none;
  }

  .slidetwoikea {
    background-color: #0000;
    background-image: url('../images/ikea-product-detail-page-portrait.png');
    background-position: 50%;
    background-size: contain;
  }

  .processdiv {
    width: auto;
  }

  .image-27 {
    margin-left: 5%;
    display: none;
    position: relative;
    left: 0%;
  }

  .right-arrow-3 {
    display: none;
  }

  .sliderikea {
    margin-top: 5%;
    margin-bottom: 15%;
    display: block;
  }

  .mobileobjtext {
    margin: 2% 2% 5% 3%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9375rem;
    line-height: 1.5rem;
    display: block;
  }

  .process {
    width: 100%;
    margin-top: 10%;
    margin-left: 0%;
    font-size: 1.5rem;
    display: block;
  }

  .newprototypeannounce {
    font-size: 1.15rem;
  }

  .case-study-nav-section {
    flex-flow: row;
    margin-left: 2%;
    padding-left: 0%;
  }

  .breadcrumb-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-end;
    width: 70%;
    margin-left: 5%;
  }

  .case-study-button {
    flex: none;
  }

  .current-case-study {
    flex-flow: column-reverse;
    flex: none;
    align-self: auto;
    width: auto;
    height: auto;
    display: block;
  }

  .case-study-footer-section {
    flex-flow: wrap;
  }

  .container-3 {
    width: 95svw;
  }

  .objtext-2 {
    margin-left: 0%;
    margin-right: 2%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.15rem;
    display: none;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .slide-nav-2 {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 25%;
    padding-bottom: 0%;
  }

  .sliderdiscoverytether {
    margin-bottom: 15%;
  }

  .right-arrow-4, .left-arrow-4 {
    display: none;
  }

  .slide-nav-7 {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 25%;
    padding-bottom: 0%;
  }

  .sliderdiscoverytether2 {
    margin-bottom: 15%;
  }

  .objtext-3 {
    margin-left: 0%;
    margin-right: 2%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.15rem;
    display: none;
  }

  .researchspan-2 {
    font-size: .85rem;
    line-height: 1.25rem;
  }

  .summarytext-2 {
    margin-left: 0%;
    font-size: 1.15rem;
    display: none;
  }

  .summaryobj-2 {
    width: 100%;
    margin-left: 0%;
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .singleimage {
    width: 95vw;
    height: auto;
    margin-left: 0%;
  }

  .processbottom {
    width: 100%;
    margin-top: 10%;
    margin-left: 0%;
    font-size: 1.5rem;
    display: block;
  }

  .breadcrumb-nav-tether {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-end;
    width: 70%;
    margin-left: 5%;
  }

  .div-block-4-tether {
    width: 80vw;
    margin-left: 3.5%;
    padding-right: 10px;
    left: 0%;
  }

  .mobileobjh3 {
    margin: 2% 2% 5% 5%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9375rem;
    line-height: 1.5rem;
    display: block;
  }

  .slidethreeonepay {
    background-color: #0000;
    background-image: url('../images/original-savings-mockup.png');
    background-position: 50%;
    background-size: contain;
  }

  .fullresearchlink-2 {
    display: none;
  }

  .myrole-2 {
    margin-bottom: 0;
    font-size: 1.15rem;
  }

  .slide-nav-8 {
    padding-top: 25%;
  }

  .casestudydescript-2 {
    max-width: 100%;
    height: 20%;
    margin-top: 15%;
    margin-bottom: 0%;
    font-size: 2em;
    line-height: 2rem;
  }

  .notetext {
    display: none;
  }

  .mobileobjtexthidden-2 {
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.15rem;
    display: block;
  }

  .role-2 {
    font-size: 1rem;
  }

  .image-29 {
    display: none;
  }

  .timeline-2 {
    font-size: 1.15rem;
  }

  .slide-nav-9 {
    padding-top: 15%;
  }

  .singleimagesmall {
    width: 95vw;
    height: auto;
    margin-left: 0%;
  }

  .icon-9 {
    margin-top: 48%;
    margin-left: -55%;
  }

  .howcanwe-2 {
    width: 100%;
    margin-left: 0%;
    padding-left: 2%;
    font-size: 1.5rem;
  }

  .slideronepay {
    margin-top: 5%;
    margin-bottom: 15%;
    display: block;
  }

  .objtext-4 {
    margin-left: 0%;
    margin-right: 2%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.15rem;
    display: none;
  }

  .slideoneonepay {
    background-color: #0000;
    background-image: url('../images/original-home-mockup.png');
    background-position: 50%;
    background-size: contain;
  }

  .casestudytitle-2 {
    font-size: 2.35rem;
  }

  .left-arrow-5 {
    display: none;
  }

  .slide-nav-11 {
    padding-top: 15%;
  }

  .div-block-7 {
    width: 80vw;
    margin-left: 3.5%;
    padding-right: 10px;
    left: 0%;
  }

  .dividerline-2 {
    width: 90%;
    margin-left: 5%;
    display: block;
  }

  .slidetwoonepay {
    background-color: #0000;
    background-image: url('../images/original-checking-mockup.png');
    background-position: 50%;
    background-size: contain;
  }

  .slidersketchesonepay {
    margin-bottom: 15%;
  }

  .researchspan-3 {
    font-size: .85rem;
    line-height: 1.25rem;
  }

  .icon-10 {
    margin-left: -25%;
  }

  .icon-11 {
    margin-left: -74%;
  }

  .mobilesummarytext-2 {
    margin-left: 0%;
    padding-bottom: 5%;
    font-size: 1.15rem;
    display: block;
  }

  .right-arrow-5 {
    display: none;
  }

  .mobilesummaryobj-2 {
    width: 100%;
    margin-left: 0%;
    font-size: 1.2rem;
    display: block;
  }

  .icon-12 {
    margin-top: 60%;
    margin-left: -20%;
  }

  .sliderdiscoveryonepay {
    margin-top: 5%;
    margin-bottom: 15%;
  }

  .mobileobjtext-2 {
    margin: 7% 2% 5% 5%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.15rem;
    display: block;
  }

  .process-2 {
    width: 100%;
    margin-left: 0%;
    font-size: 1.5rem;
    display: block;
  }

  .slide-nav-12 {
    padding-top: 25%;
  }

  .casestudydescript-3 {
    max-width: 100%;
    height: 20%;
    margin-top: 15%;
    margin-bottom: 0%;
    font-size: 2em;
    line-height: 2rem;
  }

  .mobileobjtexthidden-3 {
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.15rem;
    display: block;
  }

  .role-3 {
    font-size: 1rem;
  }

  .image-32 {
    display: none;
  }

  .slide-nav-13 {
    padding-top: 15%;
  }

  .icon-13 {
    margin-top: 48%;
    margin-left: -55%;
  }

  .casestudytitle-3 {
    font-size: 2.35rem;
  }

  .left-arrow-6 {
    display: none;
  }

  .slide-nav-15 {
    padding-top: 15%;
  }

  .div-block-9 {
    width: 80vw;
    margin-left: 3.5%;
    padding-right: 10px;
    left: 0%;
  }

  .researchspan-4 {
    font-size: .85rem;
    line-height: 1.25rem;
  }

  .icon-14 {
    margin-left: -25%;
  }

  .icon-15 {
    margin-left: -74%;
  }

  .right-arrow-6 {
    display: none;
  }

  .icon-16 {
    margin-top: 60%;
    margin-left: -20%;
  }

  .mobileobjtext-3 {
    margin: 7% 2% 5% 5%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.15rem;
    display: block;
  }

  .process-3 {
    width: 100%;
    margin-left: 0%;
    font-size: 1.5rem;
    display: block;
  }

  .breadcrumb-nav-onepay {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-end;
    width: 70%;
    margin-left: 5%;
  }

  .processh1 {
    width: 100%;
    margin-top: 10%;
    margin-left: 0%;
    font-size: 1.5rem;
    display: block;
  }

  .letter {
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .slidersketcheskc {
    margin-bottom: 15%;
  }

  .slide-nav-16 {
    padding-top: 25%;
  }

  .casestudydescript-4 {
    max-width: 100%;
    height: 20%;
    margin-top: 15%;
    margin-bottom: 0%;
    font-size: 2em;
    line-height: 2rem;
  }

  .notetext-2 {
    display: none;
  }

  .slide-nav-5 {
    margin-top: 25%;
  }

  .sliderdiscoverykc {
    margin-bottom: 10%;
  }

  .right-arrow-7, .image-36, .kcbottomarrow, .link-block-6 {
    display: none;
  }

  .slider-2 {
    height: 30vh;
  }

  .mobileresearchspan {
    color: #e8e4e4;
    font-size: .85rem;
    line-height: .4rem;
  }

  .kcnarrationtextlargeview {
    display: none;
  }

  .casestudytitle-4 {
    font-size: 2.35rem;
  }

  .slide-nav-17 {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 25%;
    padding-bottom: 0%;
  }

  .link-block-7 {
    left: 0%;
  }

  .div-block-11 {
    width: 80vw;
    margin-left: 3.5%;
    padding-right: 10px;
    left: 0%;
  }

  .kciamaprototypebottom {
    display: none;
  }

  .icon-17 {
    border: 1px #000;
    margin-right: 0;
  }

  .researchspan-5 {
    font-size: .85rem;
    line-height: 1.25rem;
  }

  .mobileobjtext-4 {
    margin: 7% 2% 5% 5%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.15rem;
    display: block;
  }

  .process-4 {
    width: 100%;
    margin-left: 0%;
    font-size: 1.5rem;
    display: block;
  }

  .icon-18 {
    margin-left: 0;
  }

  .singleimage2 {
    width: 95vw;
    height: auto;
    margin-left: 0%;
  }

  .summarytextbottom {
    margin-left: 0%;
    font-size: 1.15rem;
    display: none;
  }

  .quick-stack {
    padding-bottom: 10px;
  }

  .mobilestack2 {
    padding-bottom: 20px;
  }

  .headingmobile {
    line-height: 3rem;
    display: block;
  }

  .heading-2-mobile {
    margin-top: 5%;
    line-height: 2rem;
    display: block;
  }

  .desktopgrid {
    display: none;
  }

  .mobilesection {
    margin-top: 5%;
  }

  .mobilephoto {
    width: 60%;
    height: auto;
    padding-top: 10%;
    padding-bottom: 5%;
    display: block;
    position: relative;
    left: 20%;
    transform: rotate(4deg);
  }

  .mobileletter {
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    display: block;
  }

  .linkedin-nav, .email-nav, .resume-nav {
    flex: none;
  }

  .nav-on-mobile {
    flex-flow: wrap;
    align-content: flex-start;
    display: flex;
  }
}

#w-node-aa26705b-6299-ec22-f509-353c1e0b5aae-3c442d28, #w-node-_14811b34-88c7-abc2-f553-ee9c151e6488-3c442d28 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-b8c0e04c-3177-f62d-3934-6d6decec3f80-47359f93 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-b8c0e04c-3177-f62d-3934-6d6decec3f92-47359f93 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-b8c0e04c-3177-f62d-3934-6d6decec3fda-47359f93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-b8c0e04c-3177-f62d-3934-6d6decec409c-47359f93 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-b8c0e04c-3177-f62d-3934-6d6decec3f80-4be67fd9 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-b8c0e04c-3177-f62d-3934-6d6decec3f92-4be67fd9 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-b8c0e04c-3177-f62d-3934-6d6decec3fda-4be67fd9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-b8c0e04c-3177-f62d-3934-6d6decec409c-4be67fd9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-deafcc2e-94b8-a450-cdd8-d372697877e9-e4db8f43 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-deafcc2e-94b8-a450-cdd8-d372697877fb-e4db8f43 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-deafcc2e-94b8-a450-cdd8-d37269787843-e4db8f43 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_7963030a-c30e-0d6b-fab8-c139fa5a839f-aedb9bf1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-affa69b7-a509-1ed3-2668-89839ac705cd-187afa52 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-affa69b7-a509-1ed3-2668-89839ac705e0-187afa52 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-affa69b7-a509-1ed3-2668-89839ac70621-187afa52 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-aa26705b-6299-ec22-f509-353c1e0b5aae-3c442d28, #w-node-_14811b34-88c7-abc2-f553-ee9c151e6488-3c442d28, #w-node-b8c0e04c-3177-f62d-3934-6d6decec3f92-47359f93, #w-node-b8c0e04c-3177-f62d-3934-6d6decec3fda-47359f93, #w-node-b8c0e04c-3177-f62d-3934-6d6decec3f92-4be67fd9, #w-node-b8c0e04c-3177-f62d-3934-6d6decec3fda-4be67fd9, #w-node-deafcc2e-94b8-a450-cdd8-d372697877fb-e4db8f43, #w-node-deafcc2e-94b8-a450-cdd8-d37269787843-e4db8f43 {
    display: none;
  }

  #w-node-affa69b7-a509-1ed3-2668-89839ac705cd-187afa52 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-affa69b7-a509-1ed3-2668-89839ac705e0-187afa52 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-aa26705b-6299-ec22-f509-353c1e0b5aae-3c442d28, #w-node-_14811b34-88c7-abc2-f553-ee9c151e6488-3c442d28, #w-node-b8c0e04c-3177-f62d-3934-6d6decec3fda-47359f93, #w-node-b8c0e04c-3177-f62d-3934-6d6decec3fda-4be67fd9, #w-node-deafcc2e-94b8-a450-cdd8-d37269787843-e4db8f43, #w-node-affa69b7-a509-1ed3-2668-89839ac705e0-187afa52 {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-aa26705b-6299-ec22-f509-353c1e0b5aae-3c442d28, #w-node-_14811b34-88c7-abc2-f553-ee9c151e6488-3c442d28, #w-node-b8c0e04c-3177-f62d-3934-6d6decec3fda-47359f93, #w-node-b8c0e04c-3177-f62d-3934-6d6decec3fda-4be67fd9, #w-node-deafcc2e-94b8-a450-cdd8-d37269787843-e4db8f43 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #w-node-aa26705b-6299-ec22-f509-353c1e0b5aae-3c442d28, #w-node-_14811b34-88c7-abc2-f553-ee9c151e6488-3c442d28 {
    display: none;
  }

  #w-node-b8c0e04c-3177-f62d-3934-6d6decec3f80-47359f93 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b8c0e04c-3177-f62d-3934-6d6decec3f92-47359f93, #w-node-b8c0e04c-3177-f62d-3934-6d6decec3fda-47359f93 {
    display: none;
  }

  #w-node-b8c0e04c-3177-f62d-3934-6d6decec3f80-4be67fd9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b8c0e04c-3177-f62d-3934-6d6decec3f92-4be67fd9, #w-node-b8c0e04c-3177-f62d-3934-6d6decec3fda-4be67fd9 {
    display: none;
  }

  #w-node-deafcc2e-94b8-a450-cdd8-d372697877e9-e4db8f43 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-deafcc2e-94b8-a450-cdd8-d372697877fb-e4db8f43, #w-node-deafcc2e-94b8-a450-cdd8-d37269787843-e4db8f43 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aa26705b-6299-ec22-f509-353c1e0b5aae-3c442d28, #w-node-_14811b34-88c7-abc2-f553-ee9c151e6488-3c442d28 {
    display: grid;
  }

  #w-node-b8c0e04c-3177-f62d-3934-6d6decec3f92-47359f93, #w-node-b8c0e04c-3177-f62d-3934-6d6decec3f92-4be67fd9, #w-node-affa69b7-a509-1ed3-2668-89839ac705cd-187afa52 {
    display: none;
  }

  #w-node-affa69b7-a509-1ed3-2668-89839ac705e0-187afa52 {
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aa26705b-6299-ec22-f509-353c1e0b5aae-3c442d28, #w-node-_14811b34-88c7-abc2-f553-ee9c151e6488-3c442d28 {
    display: grid;
  }

  #w-node-b8c0e04c-3177-f62d-3934-6d6decec3f80-47359f93 {
    display: none;
  }

  #w-node-b8c0e04c-3177-f62d-3934-6d6decec3f92-47359f93 {
    display: grid;
  }

  #w-node-b8c0e04c-3177-f62d-3934-6d6decec3fda-47359f93, #w-node-b8c0e04c-3177-f62d-3934-6d6decec409c-47359f93, #w-node-b8c0e04c-3177-f62d-3934-6d6decec3f80-4be67fd9 {
    display: none;
  }

  #w-node-b8c0e04c-3177-f62d-3934-6d6decec3f92-4be67fd9 {
    display: grid;
  }

  #w-node-b8c0e04c-3177-f62d-3934-6d6decec3fda-4be67fd9, #w-node-b8c0e04c-3177-f62d-3934-6d6decec409c-4be67fd9, #w-node-deafcc2e-94b8-a450-cdd8-d372697877e9-e4db8f43 {
    display: none;
  }

  #w-node-deafcc2e-94b8-a450-cdd8-d372697877fb-e4db8f43 {
    display: grid;
  }

  #w-node-deafcc2e-94b8-a450-cdd8-d37269787843-e4db8f43, #w-node-_7963030a-c30e-0d6b-fab8-c139fa5a839f-aedb9bf1, #w-node-affa69b7-a509-1ed3-2668-89839ac705cd-187afa52 {
    display: none;
  }

  #w-node-affa69b7-a509-1ed3-2668-89839ac705e0-187afa52 {
    display: grid;
  }
}


@font-face {
  font-family: 'Gayathri';
  src: url('../fonts/Gayathri-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gayathri';
  src: url('../fonts/Gayathri-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gayathri';
  src: url('../fonts/Gayathri-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand Variablefont Wght';
  src: url('../fonts/Quicksand-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}