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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.designerlogo {
  clear: none;
  margin-right: 0;
  padding-left: 0;
}

.homebody {
  background-color: #0f1b40;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.tabs-menu {
  color: #bf7e96;
  border: 0 #0f1b40;
  border-radius: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.body {
  border: 1px #000;
}

.home {
  color: #e8e4e4;
  background-color: #bf7e96;
  border-radius: 5px;
  font-family: Dosis Book, Impact, sans-serif;
}

.home:hover {
  color: #0f1b40;
  background-color: #0f1b40;
  border: 1px solid #f8d8d8;
}

.home.w--current {
  color: #e8e4e4;
  background-color: #0f1b40;
  border: 1px solid #f8d8de;
  border-radius: 5px;
}

.home.tablink {
  border-bottom-left-radius: 0;
}

.home.tablink.w--current {
  border: 1px solid #f8d8de;
  border-top-left-radius: 10px;
  padding-left: 2%;
  padding-right: 2%;
  font-family: Dosis, Impact, sans-serif;
}

.cases {
  color: #0f1b40;
  background-color: #bf7e96;
  border: 1px #e8e4e4;
  border-radius: 5px;
  font-family: Dosis Book, Impact, sans-serif;
  display: block;
}

.cases:hover {
  color: #0f1b40;
  background-color: #0f1b40;
  border-style: solid;
  border-color: #f8d8d8;
}

.cases.w--current {
  background-color: #0f1b40;
  border-style: solid;
  border-color: #f8d8de;
}

.cases.tablink {
  padding-left: 2%;
  padding-right: 2%;
}

.cases.tablink.w--current {
  border-style: solid;
  border-color: #f8d8de;
}

.designer {
  color: #e8e4e4;
  background-color: #bf7e96;
  border: 1px #e8e4e4;
  border-radius: 5px;
  font-family: Dosis Book, Impact, sans-serif;
}

.designer:hover {
  color: #0f1b40;
  background-color: #0f1b40;
  border-style: solid;
  border-color: #f8d8d8;
}

.designer.w--current {
  background-color: #0f1b40;
  border-style: solid;
  border-color: #f8d8de;
  display: block;
}

.designer.tablink {
  padding-left: 2%;
  padding-right: 2%;
}

.designer.tablink.w--current {
  border: 1px solid #f8d8de;
}

.work {
  color: #e8e4e4;
  background-color: #bf7e96;
  border-radius: 5px;
}

.work:hover {
  color: #0f1b40;
  background-color: #f2b3bf;
}

.work.w--current {
  background-color: #0f1b40;
}

.tab-link-junk-tab-1---adobe, .tab-link-junk-tab-2---dribbble, .tab-link-junk-tab-3---w3schools {
  pointer-events: none;
  color: #e8e4e4;
  cursor: not-allowed;
  background-color: #bf7e96;
  border-radius: 5px;
}

.tab-link-junk-tab-4---music {
  color: #e8e4e4;
  background-color: #bf7e96;
  border-radius: 5px;
}

.casestudiesbody, .designerbody, .workwithmebody {
  background-color: #0f1b40;
}

.heading {
  color: #e8e4e4;
  margin-left: 206px;
  font-family: "Arp 80", Palatino Linotype, sans-serif;
  font-size: 72px;
  line-height: 100px;
}

.heading-2 {
  color: #bf7e96;
  margin-left: 150px;
  font-family: Chantal, Trebuchet MS, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.text-block {
  color: #e8e4e4;
  margin-top: -63px;
  margin-left: 512px;
  font-family: "Arp 240", Palatino Linotype, sans-serif;
  font-size: 28px;
  position: static;
}

.heading-3 {
  color: #bf7e96;
  margin-top: -60px;
  margin-left: 682px;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 85px;
  line-height: 80px;
}

.meetmehomebtn {
  aspect-ratio: auto;
  color: #e8e4e4;
  text-align: center;
  overflow-wrap: normal;
  background-color: #0f1b40;
  border: 1px solid #e8e4e4;
  border-radius: 5px;
  width: 200px;
  height: 70px;
  margin-bottom: 32px;
  margin-left: 322px;
  margin-right: 45px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 2px 5px #ecdede;
}

.meetmehomebtn.secondary-btn {
  margin-top: 55px;
  margin-left: 460px;
}

.seemyworkhomebtn {
  color: #bf7e96;
  text-align: center;
  object-fit: fill;
  background-color: #fff;
  border-radius: 5px;
  width: 200px;
  height: 70px;
  margin-top: 48px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: Dosis, Impact, sans-serif;
  font-size: 28px;
  box-shadow: 0 2px 5px #ecdede;
}

.tabs-content {
  background-color: #0f1b40;
  border-radius: 10px;
  margin-left: 18px;
  margin-right: 18px;
}

.tab-link-junk-tab-4 {
  color: #e8e4e4;
  background-color: #bf7e96;
  border-radius: 5px;
}

.logo {
  width: 12%;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 45%;
  padding-bottom: 0;
  position: relative;
}

.container {
  width: auto;
  margin-left: 20px;
  margin-right: 0;
}

.tablink {
  color: #e8e4e4;
  background-color: #bf7e96;
  border-radius: 5px;
  padding-left: 2%;
  padding-right: 2%;
  font-family: Dosis, Impact, sans-serif;
}

.tablink.music:hover {
  background-color: #0f1b40;
  border: 1px solid #f8d8d8;
}

.tablink.music.w--current {
  background-color: #0f1b40;
  border: 1px solid #f8d8de;
}

.button {
  margin-top: 27px;
}

.tab-pane-cases {
  background-color: #0f1b40;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: 0;
}

.volumeimg {
  height: 20px;
  margin-top: -3px;
  line-height: 20px;
}

.tab-pane-home {
  background-color: #0f1b40;
  background-image: url('../images/background2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 3%;
}

.tab-pane-meet-the-designer {
  background-color: #0f1b40;
  margin-bottom: 23px;
}

.codeembed {
  background-image: url('../images/icons8-volume-30_1icons8-volume-30.png');
  background-position: 0 0;
  background-size: auto;
  height: 20px;
  overflow: visible;
}

.code-embed {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/icons8-volume-48_1icons8-volume-48.png');
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-clip: content-box;
  width: 20px;
  position: relative;
}

.code-embed:hover {
  background-image: url('../images/icons8-volume-30_1icons8-volume-30.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.mainnavcontent {
  background-color: #0f1b40;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 100%;
  margin-right: 12px;
}

.heading-4 {
  float: right;
  color: #e8e4e4;
  font-family: "Arp 80", Palatino Linotype, sans-serif;
  font-size: 72px;
  line-height: 70px;
}

.itransform {
  color: #e8e4e4;
  letter-spacing: normal;
  text-indent: 0%;
  column-count: auto;
  white-space: normal;
  object-fit: fill;
  column-gap: 0%;
  height: auto;
  margin: 2% auto 1% 10%;
  font-family: "Arp 80", Palatino Linotype, sans-serif;
  font-size: 5.5rem;
  line-height: 125%;
}

.chaos {
  filter: blur(2px);
  color: #bf7e96;
  text-shadow: 0 1px 3px #e8e4e4;
  margin-top: 5%;
  margin-bottom: 3%;
  margin-left: 48%;
  font-family: Chantal, Trebuchet MS, sans-serif;
  font-size: 5.625rem;
  line-height: 5rem;
  position: relative;
  left: -47px;
}

.clarityclear {
  color: #bf7e96;
  margin-right: auto;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 5.625rem;
  line-height: 5rem;
  display: block;
  position: absolute;
}

.heading-8 {
  clear: none;
  color: #e8e4e4;
  text-align: left;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Arp 80", Palatino Linotype, sans-serif;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.heading-9 {
  color: #e8e4e4;
  text-align: center;
  margin-bottom: 31px;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 2.375rem;
  line-height: 2.75rem;
  display: none;
}

.container-2 {
  max-width: none;
}

.minimizeimg {
  float: right;
  border: 0 solid #000;
  height: 20px;
  margin-top: 5px;
  padding-left: 0;
  padding-right: 12px;
}

.closeimg {
  float: right;
  height: 20px;
  margin-top: 5px;
  padding-right: 5px;
}

.tabdecoration {
  background-color: #0f1b40;
  border-top-right-radius: 10px;
  margin-left: 22%;
  padding-left: 2%;
  padding-right: 0;
}

.tabs {
  background-color: #0f1b40;
  border-radius: 10px;
}

.urlbar {
  background-color: #e8e4e4;
  border-radius: 10px;
  min-width: 98%;
  max-width: 100%;
  height: 30px;
  margin-top: 10px;
  margin-left: 1%;
  margin-right: .5%;
  display: none;
}

.url {
  text-align: center;
  border-radius: 5px;
  margin-top: 4px;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
  display: block;
  position: static;
}

.mainnavtabs {
  width: 100vw;
  height: 43px;
  margin-top: 1px;
  display: flex;
}

.tabimg {
  width: auto;
  height: 20px;
  padding-top: 0;
}

.tablabels {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-right: 0;
  padding: 0;
}

.cell {
  padding-left: 0;
  padding-right: 0;
}

.quick-stack {
  grid-column-gap: 32px;
}

.figmaimg {
  width: 45px;
  height: 23px;
}

.cell-2 {
  padding-left: 4px;
}

.cell-3 {
  padding-left: 0;
  padding-right: 0;
}

.cell-4 {
  padding-left: 3px;
}

.cell-5 {
  padding-left: 6px;
  padding-right: 0;
}

.clarityblur {
  filter: blur(5px);
  color: #bf7e96;
  text-shadow: 0 1px 1px #e8e4e4;
  margin-top: 12px;
  margin-left: -68px;
  margin-right: auto;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 90px;
  line-height: 80px;
  display: none;
}

.about {
  color: #e8e4e4;
  width: 100%;
  height: 75%;
  padding-top: 20px;
  padding-left: 40px;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 28px;
  line-height: 50px;
}

.span1 {
  color: #bf7e96;
}

.spanoutline {
  color: #bf7e96;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #e8e4e4;
  font-weight: 400;
}

.bold-text {
  color: #0f1b40;
  -webkit-text-stroke-color: #bf7e96;
  font-weight: 700;
}

.span2 {
  color: #f8d8de;
}

.abouthook {
  color: #e8e4e4;
  text-align: center;
  width: 100%;
  height: 21.5%;
  margin-top: 30px;
  font-family: "Arpdisplay 40", Palatino Linotype, sans-serif;
  font-size: 2rem;
}

.chaosspan {
  color: #bf7e96;
  font-family: Chantal, Trebuchet MS, sans-serif;
  font-size: 50px;
}

.clarityspan {
  color: #f8d8de;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 60px;
}

.container-3 {
  aspect-ratio: auto;
  background-color: #bf7e96;
  border: 6px solid #bf7e96;
  width: 267px;
  font-family: "Arpdisplay 40", Palatino Linotype, sans-serif;
  display: block;
}

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

.heading-10 {
  text-align: center;
  font-family: "Arp 80", Palatino Linotype, sans-serif;
}

.aboutiam {
  background-color: #bf7e96;
  justify-content: center;
  width: 16.68rem;
  height: 6.06rem;
  margin-top: 3.1%;
  margin-left: 18.5%;
  font-family: "Arp 80", Palatino Linotype, sans-serif;
  display: flex;
  position: relative;
  rotate: -10deg;
  box-shadow: 0 2px 45px 3px #bf7e96;
}

.aboutdyani {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #e8e4e4;
  border: 6px solid #e8e4e4;
  justify-content: center;
  width: 22.25rem;
  height: 8.625rem;
  margin-top: -129px;
  margin-left: 38%;
  font-family: "Arp 80", Palatino Linotype, sans-serif;
  font-size: 50px;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: inset 0 2px 10px 2px #e8e4e4;
}

.dyani {
  text-align: center;
  margin-top: 35px;
  font-family: "Arpdisplay 40", Palatino Linotype, sans-serif;
  font-size: 72px;
}

.iam {
  color: #0f1b40;
}

.aboutcatori {
  color: #bf7e96;
  background-color: #e8e4e4;
  justify-content: center;
  width: 16.68rem;
  height: 7.625rem;
  margin-top: -6%;
  margin-left: 65%;
  font-family: "Arpdisplay 40", Palatino Linotype, sans-serif;
  display: flex;
  position: relative;
  rotate: 10deg;
  box-shadow: 0 2px 45px 5px #f8d8de;
}

.heading-13 {
  font-size: 42px;
}

.catori {
  margin-top: 38px;
  font-size: 42px;
  line-height: 40px;
}

.div-block {
  margin-bottom: 0%;
  position: relative;
}

.footerimg {
  border: 1px #e8e4e4;
  align-self: flex-start;
  width: auto;
  height: 70px;
}

.footer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 300px;
  margin-left: 15px;
  padding-left: 0;
  position: relative;
}

.cell-6 {
  flex-flow: row;
  padding-left: 0;
}

.cell-7, .cell-8 {
  flex-flow: row;
}

.div-block-2 {
  border-top: 1px solid #e8e4e454;
  margin-top: 30px;
  margin-left: 7px;
}

.casestudytabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 30px;
  display: block;
  position: relative;
}

.casestudy {
  color: #e8e4e4;
  background-color: #ddd0;
  width: auto;
  height: 100%;
  font-family: Dosis, Impact, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.casestudy.w--current {
  color: #f8d8de;
  background-color: #c8c8c800;
  width: auto;
  height: 100%;
  font-family: Dosis, Impact, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: underline;
}

.tabs-menu-3 {
  justify-content: center;
  width: 100%;
  height: 1%;
  margin-top: 1px;
  display: flex;
}

.text-block-2, .text-block-2-copy, .text-block-2-copy-copy {
  display: block;
}

.productmenu {
  color: #bf7e96;
  width: 60%;
  margin-left: 20.5%;
  font-family: Dosis, Impact, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.div-block-3 {
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  height: 0%;
  margin-top: 30px;
  margin-bottom: -20px;
  display: none;
}

.section-2 {
  margin-top: -25px;
}

.image {
  height: 240px;
}

.casestudyimg {
  border: 1.5px solid #e8e4e4;
  border-radius: 10px;
  width: 256px;
  height: 235px;
}

.casestudybanner {
  color: #e8e4e4;
  background-color: #0f1b40a1;
  width: 240px;
  height: 50px;
  margin-top: 88px;
  margin-left: 0;
  font-family: "Arpdisplay 40", Palatino Linotype, sans-serif;
  position: absolute;
}

.casestudybannertext {
  text-align: center;
  margin-top: 3px;
  font-size: 30px;
  position: relative;
}

.casestudybannertext2 {
  text-align: center;
  margin-top: 3px;
  font-size: 20px;
  position: relative;
}

.casestudydescription {
  color: #e8e4e4;
  font-family: Dosis Book, Impact, sans-serif;
}

.quick-stack-2 {
  order: 0;
  align-self: center;
}

.image-2 {
  order: -9999;
}

.image-3 {
  align-self: center;
}

.casestudystack {
  margin-top: 15px;
}

.tab-pane-onepay {
  margin-top: 25px;
  margin-bottom: 31px;
}

.prototypelink {
  vertical-align: baseline;
  justify-content: center;
  margin-left: 100%;
  padding-top: 3%;
  padding-left: 0;
  display: inline-flex;
}

.tabs-content-3 {
  justify-content: flex-start;
  display: flex;
}

.casestudytitle {
  color: #bf7e96;
  width: 100%;
  height: 15.197%;
  margin-top: 2%;
  margin-bottom: 1%;
  padding-top: 0%;
  padding-bottom: 5%;
  font-family: "Arp 40", Palatino Linotype, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 2.75rem;
}

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

.myrole {
  color: #e8e4e4;
  width: 100%;
  height: 9.46806%;
  margin-bottom: -5px;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.74rem;
}

.role {
  color: #f2b3bf;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  font-family: "Arp 80", Palatino Linotype, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.75rem;
}

.timeline {
  color: #e8e4e4;
  width: 100%;
  height: 10%;
  margin-top: 0%;
  margin-bottom: 0%;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.75rem;
}

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

.navitem {
  color: #e8e4e4;
  font-size: .975rem;
  line-height: 1.25rem;
}

.navitem:hover {
  width: 100%;
}

.text-block-4 {
  font-size: .8755rem;
  line-height: 1.25rem;
}

.text-block-5 {
  font-size: .875rem;
  line-height: 1.25rem;
}

.quick-stack-3 {
  padding: 2% 5%;
  position: relative;
}

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

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

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

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

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

.process {
  color: #bf7e96;
  width: 80%;
  height: 1%;
  margin-top: 5%;
  margin-bottom: 3%;
  margin-left: 10%;
  font-family: "Arp 80", Palatino Linotype, sans-serif;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 3rem;
}

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

.summarytext {
  color: #e8e4e4;
  width: 84.9758%;
  height: 3%;
  margin: 5% 5% 5% 10%;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.4rem;
  line-height: 1.75rem;
}

.summaryobj {
  color: #bf7e96;
  width: 75%;
  height: 1%;
  margin-top: 5%;
  margin-bottom: 2%;
  margin-left: 10%;
  font-family: "Arp 80", Palatino Linotype, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 3rem;
}

.bold-text-2 {
  color: #e8e4e4;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
}

.text-block-6 {
  color: #e8e4e4;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.375rem;
}

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

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

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

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

.heading-14 {
  font-family: Dosis, Impact, sans-serif;
  font-size: 1.75rem;
  text-decoration: none;
}

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

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

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

.button-2 {
  background-image: url('../images/go-to-top-button_1go to top button.png');
  background-position: 0 0;
  background-size: auto;
}

.researchspan {
  color: #f2b3bf;
  font-family: "Arp 80", Palatino Linotype, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.discoveryquickstack {
  padding: 1.5% 5% 5%;
}

.userinterviewsimg {
  border-radius: 10px;
  width: 77%;
  margin-left: 23%;
}

.image-6 {
  border-radius: 10px;
  width: 88%;
}

.lightbox-link {
  object-fit: fill;
  align-self: center;
}

.lightbox-link-2 {
  align-self: center;
}

.notetext {
  color: #e8e4e4;
  width: 89.9744%;
  height: 0%;
  margin-left: 10%;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.25rem;
  line-height: 1.375rem;
}

.prototypetopimg {
  width: 100%;
  height: 55vh;
  margin-left: 0%;
  position: relative;
  top: -2%;
  left: 25%;
}

.bold {
  color: #f2b3bf;
  font-family: Dosis, Impact, sans-serif;
  font-weight: 700;
}

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

.fullresearchlink {
  color: #e8e4e4;
  width: 33.1992%;
  height: .5%;
  margin-left: 10%;
  font-family: "Arpdisplay 80", Palatino Linotype, sans-serif;
  font-size: 1.1rem;
  line-height: 1.375rem;
}

.kcsketchimage1 {
  border-radius: 10px;
  width: 65%;
  margin-top: 5%;
  margin-left: -5%;
}

.kcthoughtbubble2 {
  margin-top: 7%;
  margin-left: 17%;
  position: absolute;
}

.block-quote {
  padding-top: 10%;
  padding-left: 20%;
  position: absolute;
}

.kcnarrationtext2 {
  color: #bf7e96;
  width: 17%;
  margin-top: 15%;
  margin-left: 16.5%;
  font-family: Dosis, Impact, sans-serif;
  font-size: 1.25rem;
  line-height: 1.78rem;
  position: absolute;
}

.quote {
  color: #bf7e96;
  font-family: "Arpdisplay 240", Palatino Linotype, sans-serif;
  font-size: 1.75rem;
}

.kcsketchimage2 {
  border-radius: 10px;
  width: 67%;
  margin-top: 5%;
  margin-left: 25%;
}

.kcsketchimage3 {
  border-radius: 10px;
  width: 60%;
  margin-top: 5%;
  margin-left: 55%;
}

.kcthoughtbubble3 {
  margin-top: 7%;
  margin-left: 25%;
  position: absolute;
}

.kcnarrationtext3 {
  color: #bf7e96;
  width: 15%;
  margin-top: 15%;
  margin-left: 25%;
  font-family: Dosis, Impact, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.78rem;
  position: absolute;
}

.sketchesdiv {
  margin-top: 2%;
  display: none;
}

.kcsketchquickstack1 {
  padding: 5%;
}

.thoughtbubble3 {
  margin-left: 33%;
  position: absolute;
}

.image-14 {
  border-radius: 10px;
  width: 70%;
  margin-left: 5%;
}

.image-15 {
  margin-left: 25%;
  position: absolute;
}

.image-16 {
  border-radius: 10px;
  width: 80%;
  margin-left: 20%;
}

.narrationtext {
  color: #bf7e96;
  width: 20%;
  margin-top: 7%;
  margin-left: 33%;
  font-family: Dosis, Impact, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.78rem;
  position: absolute;
}

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

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

.image4bottom {
  width: 3.5%;
  margin-top: -8%;
  margin-left: 38%;
  position: absolute;
  rotate: 330deg;
}

.iamaprototypebottom {
  color: #bf7e96;
  cursor: default;
  margin-top: -9%;
  margin-bottom: 0%;
  margin-left: 43%;
  font-family: Dosis, Impact, sans-serif;
  font-size: 1.4rem;
  line-height: 1.75rem;
  text-decoration: none;
  position: absolute;
}

.browserbuttons {
  cursor: not-allowed;
  background-color: #0f1b40;
  border-top-right-radius: 10px;
  margin-left: 4vw;
  padding-left: 2%;
  padding-right: 1%;
  display: none;
}

.logoheadersection {
  background-color: #0f1840;
}

.body-2 {
  background-color: #0f1b40;
}

.researchtext {
  color: #e8e4e4;
  -webkit-text-stroke-color: #e8e4e4;
  margin-top: 5%;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}

.image-18 {
  width: 85%;
}

.image-19 {
  width: 90%;
}

.researchstack {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 5%;
}

.image-20, .image-21, .image-22 {
  width: 60%;
}

.tablinkdecoration {
  pointer-events: none;
  color: #e8e4e4;
  cursor: not-allowed;
  background-color: #bf7e96;
  border-radius: 5px;
  padding-left: 2%;
  padding-right: 2%;
  font-family: Dosis, Impact, sans-serif;
}

.tablinkdecoration.w--current {
  background-color: #0f1b40;
}

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

.productmenu2 {
  color: #bf7e96;
  width: 20%;
  margin-top: -1.5%;
  margin-left: 46.5%;
  font-family: Dosis, Impact, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.code-embed-2 {
  text-align: left;
  height: auto;
  padding: 5%;
}

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

.kcdiscovery1 {
  border-radius: 10px;
  width: 77%;
  margin-left: 23%;
}

.kcuserinterviews {
  border-radius: 10px;
  width: 88%;
}

.kcthoughtbubble1 {
  margin-left: 33%;
  position: absolute;
}

.kcnarrationtext1 {
  color: #bf7e96;
  width: 20%;
  margin-top: 7%;
  margin-left: 33%;
  font-family: Dosis, Impact, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.78rem;
  position: absolute;
}

.onepaysketchimage1 {
  width: 60%;
  margin-top: 5%;
  margin-left: 0%;
}

.onepaysketchimage2 {
  width: 60%;
  margin-top: 5%;
  margin-left: 25%;
}

.onepaysketchimage3 {
  width: 60%;
  margin-top: 5%;
  margin-left: 50%;
}

.onepaythoughtbubble1 {
  margin-top: 7%;
  margin-left: 16%;
  position: absolute;
}

.onepaynarrationtext {
  color: #bf7e96;
  width: 33%;
  height: 25.1737%;
  margin-top: 5%;
  margin-left: 65%;
  font-family: Dosis, Impact, sans-serif;
  font-size: 1.25rem;
  line-height: 1.78rem;
  position: absolute;
}

.onepaythoughtbubble2 {
  margin-top: 7%;
  margin-left: 23%;
  position: absolute;
}

.onepaynarrationtext2 {
  color: #bf7e96;
  width: 18%;
  margin-top: 15%;
  margin-left: 23%;
  font-family: Dosis, Impact, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.78rem;
  position: absolute;
}

.kcprototypetopimg {
  width: 100%;
  height: 60vh;
  margin-left: 0%;
  position: relative;
}

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

.bottomarrowimg {
  width: 3.5%;
  margin-top: -11%;
  margin-left: 47%;
  position: absolute;
  rotate: 330deg;
}

.image-23 {
  position: absolute;
}

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

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

.image-24 {
  width: 50%;
}

.kcdiscoveryresearch1 {
  width: 85%;
}

.kcresearch2 {
  width: 90%;
}

.kcresearch7 {
  width: auto;
}

.kcresearch9 {
  width: 100%;
}

.kcresearch10 {
  width: 97%;
}

.kcrsarch11 {
  width: 58%;
}

.kcresearch12 {
  width: 50%;
}

.researchtext1 {
  color: #e8e4e4;
  -webkit-text-stroke-color: #e8e4e4;
  margin-top: 30%;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.5rem;
}

.researchtext2 {
  color: #e8e4e4;
  -webkit-text-stroke-color: #e8e4e4;
  margin-top: 28%;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.5rem;
}

.researchtext3 {
  color: #e8e4e4;
  -webkit-text-stroke-color: #e8e4e4;
  margin-top: 20%;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.5rem;
}

.section-3 {
  width: 100%;
  margin-top: 5%;
  display: block;
  position: relative;
  top: 30px;
}

.mobilefooterdesigner {
  display: none;
}

.urlbarmobile {
  background-color: #e8e4e4;
  border-radius: 10px;
  min-width: 98%;
  max-width: 100%;
  height: 30px;
  margin-top: 10px;
  margin-left: 1%;
  margin-right: .5%;
}

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

.mobilesummarytext {
  color: #e8e4e4;
  margin-left: 10%;
  margin-right: 5%;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  display: none;
}

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

.mobileresearchspan {
  color: #f2b3bf;
  font-family: "Arp 80", Palatino Linotype, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.mobilefooterkc, .slider {
  display: none;
}

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

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

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

.mobilesummaryobj {
  color: #bf7e96;
  width: 75%;
  margin-top: 5%;
  margin-bottom: 2%;
  margin-left: 10%;
  font-family: "Arp 80", Palatino Linotype, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 3rem;
}

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

.mobilefooteronepay {
  display: none;
}

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

.newprototypeannounce {
  color: #bf7e96;
  width: 100%;
  height: 10%;
  margin-top: 2%;
  margin-bottom: 0%;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2rem;
}

.mobileslideronepay {
  display: none;
}

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

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

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

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

.slide {
  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%;
}

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

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

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

.slide-4 {
  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%;
}

.slide-5 {
  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%;
}

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

.image-27, .div-block-6 {
  display: none;
}

.newprototypeannouncebottom {
  color: #bf7e96;
  width: 40%;
  height: 7%;
  margin-top: -5%;
  margin-bottom: 0%;
  margin-left: 32%;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.75rem;
}

.link-block-4 {
  width: 100%;
  height: 100%;
  margin-left: 15%;
  text-decoration: none;
}

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

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

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

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

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

.kcnarrationtext {
  color: #bf7e96;
  width: 30%;
  height: 25.1737%;
  margin-top: 5%;
  margin-left: 65%;
  font-family: Dosis, Impact, sans-serif;
  font-size: 1.25rem;
  line-height: 1.78rem;
  position: absolute;
}

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

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

.mobilefooterhome {
  display: block;
}

.mobilefootermusic {
  display: none;
}

.homeimg {
  width: auto;
  height: 20px;
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-5 {
  width: 52%;
  height: 13%;
}

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

.icon-6 {
  width: 52%;
  height: 13%;
}

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

.tab-pane-music-tab {
  height: auto;
}

.image-33 {
  height: 40vh;
}

.lightbox-link-4 {
  height: auto;
  margin-left: 10%;
}

.image-34 {
  height: 40vh;
  margin-left: 25%;
}

.lightbox-link-5 {
  margin-left: 25%;
  text-decoration: none;
}

.lightbox-link-6 {
  display: none;
}

.researchtext-copy {
  color: #e8e4e4;
  -webkit-text-stroke-color: #e8e4e4;
  margin-top: 5%;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.5rem;
}

.image-31 {
  height: 45vh;
}

.image-29, .image-30 {
  height: 50vh;
}

.div-block-8, .div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5%;
  margin-right: 5%;
  display: grid;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.image-35 {
  height: 40vh;
  margin-left: 20%;
}

.image-36 {
  height: 40vh;
}

.back {
  text-align: center;
  background-color: #bf7e96;
  border-radius: 10px;
  margin-bottom: 2%;
  margin-left: 10%;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1rem;
}

.image-37, .image-38 {
  height: 30vh;
}

.lightbox-link-11 {
  margin-left: 8%;
}

.image-39 {
  width: 200%;
  max-width: none;
  height: 35vh;
  margin-left: 5%;
}

.text-block-13, .text-block-14 {
  display: none;
}

.footercomingsoon {
  color: #e8e4e4;
  text-align: left;
  width: 30%;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 4%;
  padding-bottom: 0%;
  font-family: Dosis, Impact, sans-serif;
  font-size: .85rem;
  font-weight: 200;
  position: relative;
  top: -10px;
}

.musicicon {
  width: auto;
  height: 2vh;
  position: relative;
}

.musicicon:hover {
  background-image: url('../images/icons8-voice-48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.simplicity, .creativity, .insight {
  color: #bf7e96;
  margin-right: auto;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 5.625rem;
  line-height: 5rem;
  display: none;
  position: absolute;
}

.homepoem {
  color: #e8e4e4;
  width: 100%;
  height: 75%;
  padding-top: 20px;
  padding-left: 40px;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 28px;
  line-height: 50px;
  display: none;
}

.tab-pane-junk-tab-1-figma {
  pointer-events: none;
  background-image: url('../images/Screenshot-2026-01-22-at-9.40.15-PM.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 75vh;
  padding-bottom: 0%;
}

.mobilefootfordesktop {
  background-color: #e8e4e499;
  border: 1px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 10vh;
  margin-top: 10%;
  display: flex;
}

.container-5 {
  background-image: url('../images/hamburger-menu---blue.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  position: relative;
}

.urlbar2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #00000005;
  border-radius: 20px;
  order: -9999;
  align-self: center;
  width: 75%;
  height: 30px;
  margin-top: 0%;
  margin-left: 5%;
  font-family: Dosis Book, Impact, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
  display: block;
  position: relative;
}

.hammenuhome2 {
  order: 9999;
}

.hammenuhome2.w--current {
  object-fit: fill;
  background-image: url('../images/hamburger-menu---blue.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  align-self: center;
  width: 8%;
  height: 10vh;
  margin-right: 5%;
  display: inline-flex;
  position: relative;
}

.url2 {
  vertical-align: middle;
  display: inline-block;
}

.container-4 {
  margin-top: 10%;
  position: relative;
}

.mobilefooterhome2 {
  display: none;
}

.image-40 {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

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

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

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

.slider-2 {
  width: 99.9911%;
  height: 60vh;
  margin-bottom: 5%;
}

.onepaysider {
  background-color: #0f1b40;
  width: 100%;
  height: 60vh;
}

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

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

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

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

@media screen and (min-width: 1280px) {
  .code-embed {
    width: 20px;
    height: 80%;
  }

  .mainnavcontent {
    width: 100%;
    height: 96.8%;
  }

  .itransform {
    width: 90.0002%;
    height: 32%;
    margin-right: 5%;
  }

  .chaos {
    width: 52.1518%;
    height: 67%;
  }

  .clarityclear {
    width: 44.2623%;
    height: 67%;
  }

  .heading-8 {
    width: 56.1648%;
    height: 25%;
  }

  .heading-9 {
    width: 100%;
    height: 6%;
  }

  .urlbar {
    width: 98.5004%;
  }

  .url {
    width: 100%;
    height: 67%;
  }

  .mainnavtabs {
    width: 100vw;
    height: 43px;
  }

  .figmaimg {
    width: 90%;
    max-width: none;
    height: auto;
  }

  .aboutiam {
    margin-left: 20%;
  }

  .dyani {
    width: 89.6594%;
    height: 59%;
  }

  .iam {
    width: 41.2839%;
    height: 87.7404%;
  }

  .aboutcatori {
    margin-left: 65%;
    left: 0;
  }

  .casestudy {
    font-size: 1.25rem;
  }

  .casestudy.w--current {
    width: auto;
    font-size: 1.25rem;
  }

  .productmenu {
    width: 60%;
    margin-left: 21%;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .div-block-3 {
    margin-top: 30px;
  }

  .casestudydescript {
    height: auto;
  }

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

  .quick-stack-3 {
    width: 100%;
    height: 24.3941%;
  }

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

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

  .iamaprototype {
    margin-left: 44%;
  }

  .researchspan {
    font-size: 1rem;
  }

  .notetext {
    font-size: 1.25rem;
  }

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

  .fullresearchlink {
    font-size: 1.3rem;
  }

  .sketchesdiv {
    display: none;
  }

  .browserbuttons {
    margin-left: 13vw;
  }

  .logoheadersection {
    width: 100%;
    height: 18%;
  }

  .productmenu2 {
    width: 40%;
    margin-top: 0%;
    margin-left: 44%;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .code-embed-2 {
    padding-top: 5%;
  }

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

  .kcprototypetopimg {
    height: 55vh;
    margin-left: 0%;
  }

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

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

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

  .section-3 {
    width: 100%;
    height: 16%;
  }

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

  .mobileobjtext {
    font-size: 1.5rem;
  }

  .mobileresearchspan {
    font-size: 1rem;
  }

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

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

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

  .mobileobjtexthidden {
    font-size: 1.5rem;
  }

  .newprototypeannounce {
    color: #bf7e96;
    margin-top: 2%;
    font-family: Dosis, Impact, sans-serif;
    font-weight: 700;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .kcnarrationtext {
    width: 30%;
    margin-top: 10%;
    margin-left: 60%;
  }

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

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

  .image-28 {
    width: 100%;
    height: 100%;
  }

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

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

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

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

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

  .back {
    font-size: 1.2rem;
  }

  .simplicity, .creativity, .insight {
    width: 44.2623%;
    height: 67%;
  }

  .homepoem {
    text-align: left;
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    right: 0%;
  }

  .section-5 {
    display: none;
  }

  .homestatement {
    color: #e8e4e4;
    width: 90%;
    margin: 5%;
    font-family: Dosis, Impact, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    position: relative;
  }

  .urlbar2 {
    width: 100%;
    height: 67%;
  }

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

@media screen and (min-width: 1440px) {
  .urlbar {
    display: block;
  }

  .url {
    font-size: 1.5rem;
  }

  .mainnavtabs {
    width: 100vw;
    height: 43px;
  }

  .aboutiam {
    margin-left: 20%;
  }

  .aboutcatori {
    margin-left: 62%;
  }

  .casestudy, .casestudy.w--current {
    font-size: 1.5rem;
  }

  .productmenu {
    width: 60%;
    margin-left: 20.5%;
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .div-block-3 {
    margin-top: 40px;
    display: none;
  }

  .role {
    font-size: 2rem;
  }

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

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

  .image-5 {
    height: 5.25vh;
  }

  .researchspan {
    font-size: 1.25rem;
  }

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

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

  .fullresearchlink {
    font-size: 1.35rem;
  }

  .kcsketchimage1 {
    width: 65%;
    margin-top: 5%;
  }

  .kcthoughtbubble2 {
    margin-top: 8%;
    margin-left: 17%;
  }

  .kcnarrationtext2 {
    margin-top: 15%;
    margin-left: 17%;
  }

  .kcsketchimage2 {
    width: 69%;
  }

  .kcsketchimage3 {
    margin-left: 52%;
  }

  .kcthoughtbubble3 {
    margin-left: 26%;
  }

  .kcnarrationtext3 {
    width: 16%;
    margin-left: 25%;
  }

  .sketchesdiv {
    display: none;
  }

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

  .browserbuttons {
    margin-left: 20vw;
  }

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

  .productmenu2 {
    width: 40%;
    margin-left: 43.5%;
    font-size: 2rem;
    line-height: 1.5rem;
  }

  .code-embed-2 {
    padding: 5%;
  }

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

  .kcthoughtbubble1 {
    margin-top: 6%;
  }

  .kcnarrationtext1 {
    width: 19%;
    margin-top: 14%;
  }

  .onepaysketchimage1 {
    width: 100%;
    margin-top: 5%;
  }

  .onepaysketchimage2 {
    width: 69%;
  }

  .onepaysketchimage3 {
    margin-left: 52%;
  }

  .onepaythoughtbubble1 {
    margin-top: 25%;
    margin-left: 2%;
  }

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

  .onepaythoughtbubble2 {
    margin-left: 26%;
  }

  .onepaynarrationtext2 {
    width: 16%;
    margin-left: 25%;
  }

  .kcprototypetopimg {
    height: 50vh;
    margin-left: 0%;
    left: 25%;
  }

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

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

  .kcbottomarrow {
    display: none;
  }

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

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

  .mobileobjtext {
    font-size: 1.65rem;
  }

  .mobileresearchspan {
    font-size: 1.25rem;
  }

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

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

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

  .mobileobjtexthidden {
    font-size: 1.65rem;
  }

  .newprototypeannounce {
    color: #bf7e96;
    margin-top: 3%;
    font-family: Dosis, Impact, sans-serif;
    font-weight: 700;
  }

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

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

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

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

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

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

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

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

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

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

  .newprototypeannouncebottom {
    color: #bf7e96;
    width: 50%;
    height: 7%;
    margin-top: -6%;
    margin-left: 35%;
    text-decoration: none;
  }

  .link-block-4 {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .back, .urlbar2 {
    font-size: 1.5rem;
  }

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

@media screen and (min-width: 1920px) {
  .home {
    width: 10%;
    height: auto;
  }

  .home.w--current, .home.tablink {
    width: 10%;
  }

  .home.tablink.w--current {
    width: 10%;
    height: auto;
  }

  .cases {
    width: 11.2402%;
    height: 100%;
  }

  .designer {
    width: 11.5051%;
    height: 100%;
  }

  .tablink.music {
    width: 5.82275%;
    height: 100%;
  }

  .tab-pane-home {
    margin-bottom: 9%;
  }

  .code-embed {
    background-size: auto 35px;
    width: 35px;
    height: 35px;
    position: relative;
  }

  .itransform {
    margin-left: 15%;
    font-size: 7rem;
  }

  .chaos {
    font-size: 7rem;
  }

  .clarityclear {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 7rem;
  }

  .heading-8 {
    align-self: auto;
    margin-top: 35%;
    margin-bottom: 10%;
    margin-left: 0%;
    font-size: 2.5rem;
  }

  .heading-9 {
    margin-top: 2%;
    margin-bottom: 5%;
    font-family: Dosis Book, Impact, sans-serif;
    font-size: 4rem;
  }

  .minimizeimg, .closeimg {
    height: 25px;
  }

  .urlbar {
    height: 40px;
    margin-bottom: 3%;
  }

  .url {
    margin-top: 10px;
    font-size: 1.8rem;
  }

  .mainnavtabs {
    height: 50px;
  }

  .tabimg {
    width: 1.5vw;
    max-width: none;
    height: 30px;
  }

  .tablabels {
    width: 100%;
    height: 94%;
  }

  .figmaimg {
    width: 2vw;
    max-width: none;
    height: 35px;
    padding-right: 0%;
  }

  .about {
    margin-top: 0%;
    padding-top: 2%;
    padding-left: 2%;
    font-size: 2.75rem;
    line-height: 4.125rem;
  }

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

  .chaosspan {
    color: #f8d8de;
  }

  .clarityspan {
    color: #bf7e96;
  }

  .aboutiam {
    width: 21.68rem;
    height: 9.06rem;
    margin-top: 5%;
    margin-left: 22%;
  }

  .aboutdyani {
    width: 27.25rem;
    height: 10.625rem;
    margin-top: -9%;
    margin-left: 39%;
  }

  .dyani {
    margin-top: 14%;
    margin-bottom: 5%;
    font-size: 5.35rem;
  }

  .iam {
    margin-top: 14%;
    margin-bottom: 5%;
    font-size: 3.375rem;
  }

  .aboutcatori {
    width: 21.68rem;
    height: 10.625rem;
    margin-top: -6%;
    margin-left: 61%;
  }

  .catori {
    margin-top: 20%;
    margin-bottom: 5%;
    font-size: 3.375rem;
  }

  .casestudy {
    margin-left: 0%;
    font-size: 2rem;
  }

  .casestudy.w--current {
    font-size: 2rem;
  }

  .productmenu {
    width: 60%;
    margin-top: 0%;
    margin-left: 22%;
    font-size: 2.5rem;
    line-height: 3rem;
    display: none;
  }

  .div-block-3 {
    margin-top: 20px;
  }

  .casestudytitle {
    font-size: 4.125rem;
  }

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

  .myrole {
    font-size: 2.125rem;
  }

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

  .timeline {
    font-size: 2.75rem;
  }

  .navitem {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

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

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

  .researchspan {
    font-size: 1.75rem;
  }

  .userinterviewsimg {
    width: 100%;
    margin-top: 5%;
  }

  .image-6 {
    width: 85%;
    margin-top: 3%;
  }

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

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

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

  .kcsketchimage1 {
    width: 65%;
    margin-left: 2%;
  }

  .kcthoughtbubble2 {
    width: 5%;
    margin-left: 20%;
  }

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

  .kcsketchimage2 {
    width: 68%;
    margin-left: 31%;
  }

  .kcsketchimage3 {
    width: 60%;
  }

  .kcthoughtbubble3 {
    width: 5%;
    margin-left: 27%;
  }

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

  .sketchesdiv {
    display: none;
  }

  .thoughtbubble3 {
    width: 5%;
    margin-top: 5%;
    margin-left: 31%;
  }

  .image-14 {
    width: 60%;
    margin-left: 14%;
  }

  .image-16 {
    width: 65%;
  }

  .narrationtext {
    margin-top: 13%;
    margin-left: 31%;
    font-size: 1.75rem;
    line-height: 2rem;
  }

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

  .iamaprototypebottom {
    font-size: 2.75rem;
    line-height: 3rem;
    display: none;
  }

  .browserbuttons {
    width: 6.48926%;
    height: 100%;
    margin-left: 18vw;
  }

  .researchsection:hover {
    color: #0f1b40;
    font-family: Dosis Book, Impact, sans-serif;
  }

  .researchtext {
    margin-top: 72%;
    margin-left: -59%;
    font-size: 2rem;
  }

  .tablinkdecoration {
    width: 8.7923%;
    height: 100%;
  }

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

  .productmenu2 {
    width: 40%;
    margin-top: -1.5%;
    margin-left: 43%;
    font-size: 2.5rem;
    line-height: 2rem;
  }

  .code-embed-2 {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .kcdiscovery1 {
    width: 79%;
    margin-top: 5%;
    margin-left: 20%;
  }

  .kcuserinterviews {
    width: 85%;
    margin-top: 5%;
  }

  .kcthoughtbubble1 {
    width: 5%;
    margin-top: 5%;
    margin-left: 34%;
  }

  .kcnarrationtext1 {
    margin-top: 13%;
    margin-left: 34%;
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .onepaysketchimage1, .onepaysketchimage2, .onepaysketchimage3 {
    width: 50%;
  }

  .onepaythoughtbubble1 {
    width: 5%;
    margin-left: 15%;
  }

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

  .onepaythoughtbubble2 {
    width: 5%;
    margin-left: 22%;
  }

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

  .kcprototypetopimg {
    width: auto;
    height: 50vh;
    margin-left: 0%;
  }

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

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

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

  .kcbottomarrow {
    display: none;
  }

  .researchtext1 {
    width: 70%;
    height: 5%;
    margin-top: 30%;
    margin-left: -200px;
    font-size: 2rem;
    text-decoration: none;
  }

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

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

  .mobileresearchspan {
    font-size: 1.75rem;
  }

  .slider {
    height: 30%;
    display: block;
  }

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

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

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

  .mobilesummaryobj {
    font-size: 2.75rem;
  }

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

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

  .newprototypeannounce {
    color: #bf7e96;
    margin-top: 5%;
    font-family: Dosis, Impact, sans-serif;
    font-size: 2.75rem;
  }

  .mobileslideronepay {
    height: 30%;
    display: block;
  }

  .slideronepay {
    height: 60vh;
    display: block;
  }

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

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

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

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

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

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

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

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

  .slide-5 {
    background-color: #0f1b40;
    background-image: url('../images/final-homepage-sketch.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;
  }

  .image-27, .div-block-6 {
    display: none;
  }

  .newprototypeannouncebottom {
    color: #bf7e96;
    margin-top: -4%;
    margin-left: 57%;
    font-size: 2.75rem;
    text-decoration: none;
  }

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

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

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

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

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

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

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

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

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

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

  .homeimg {
    width: 60%;
    height: 30px;
  }

  .cell-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-33 {
    width: 99.999%;
    margin-bottom: 25%;
  }

  .lightbox-link-3 {
    background-image: url('../images/user-testing-after-redesign.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 50vh;
  }

  .quick-stack-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 85%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
  }

  .lightbox-link-4 {
    width: 100%;
    height: 45vh;
    margin-bottom: 25%;
  }

  .image-34 {
    width: 100%;
    margin-top: 0%;
  }

  .quick-stack-5-copy {
    margin-top: 5%;
  }

  .quick-stack-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 85%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
  }

  .lightbox-link-5 {
    order: -9999;
    align-self: center;
    width: 100%;
    height: auto;
    margin-bottom: 0%;
    text-decoration: none;
    display: flex;
  }

  .lightbox-link-6 {
    flex: 0 auto;
    order: 9999;
    align-self: center;
    width: 100%;
    height: auto;
    text-decoration: none;
    display: flex;
  }

  .researchtext-copy {
    margin-top: 5%;
    font-size: 2rem;
  }

  .quick-stack-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 85%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
  }

  .lightbox-link-8 {
    width: 100%;
    height: auto;
    margin-bottom: 25%;
  }

  .lightbox-link-10 {
    object-fit: fill;
    width: 100%;
    height: auto;
  }

  .image-31 {
    background-image: url('../images/RachelONEFinance.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 1;
    align-self: center;
    width: 99.999%;
    margin-bottom: 0%;
  }

  .image-32 {
    flex: 1;
    align-self: center;
    width: 100%;
    margin-top: 0%;
    display: block;
  }

  .image-29 {
    width: 99.999%;
    margin-bottom: 25%;
  }

  .image-30 {
    width: 100%;
    margin-top: 0%;
  }

  .div-block-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

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

  .div-block-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

  .image-35, .image-36 {
    height: 50vh;
  }

  .back {
    text-align: center;
    background-color: #bf7e96;
    border-radius: 10px;
    width: auto;
    height: auto;
    margin-bottom: 2%;
    margin-left: 10%;
    font-family: Dosis Book, Impact, sans-serif;
    font-size: 2rem;
    line-height: 30px;
  }

  .simplicity, .creativity, .insight {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 7rem;
  }

  .homepoem {
    margin-top: 0%;
    padding-top: 2%;
    padding-left: 2%;
    font-size: 2.75rem;
    line-height: 4.125rem;
  }

  .urlbar2 {
    margin-top: 10px;
    font-size: 1.8rem;
  }

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

@media screen and (max-width: 991px) {
  .mainnavcontent {
    height: 100%;
    margin-bottom: 0%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .itransform {
    margin-left: 5%;
    font-size: 4.5rem;
  }

  .chaos {
    margin-left: auto;
  }

  .tabs {
    height: 100%;
    margin-bottom: 0%;
  }

  .urlbar {
    min-width: 98%;
    max-width: 100%;
  }

  .mainnavtabs {
    margin-top: .02%;
  }

  .abouthook {
    font-size: 1.375rem;
  }

  .chaosspan {
    color: #f8d8de;
  }

  .clarityspan {
    color: #bf7e96;
  }

  .aboutiam {
    width: 12rem;
    height: 4rem;
    margin-left: 6%;
  }

  .aboutdyani {
    width: 19rem;
    height: 6rem;
    margin-top: -11%;
    margin-left: 30%;
  }

  .dyani {
    margin-top: 5%;
    font-size: 4rem;
    line-height: 4rem;
  }

  .iam {
    margin-top: 9%;
    margin-bottom: 10%;
    font-size: 2rem;
    line-height: 2rem;
  }

  .aboutcatori {
    width: 12rem;
    height: 4rem;
    margin-left: 69%;
  }

  .catori {
    margin-top: 8%;
    margin-bottom: 6%;
    font-size: 2rem;
    line-height: 2rem;
  }

  .casestudy.w--current {
    width: auto;
  }

  .productmenu {
    margin-left: 11%;
  }

  .prototypelink {
    margin-left: 15%;
  }

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

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

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

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

  .caseprototypecell {
    padding-right: 0%;
  }

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

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

  .summarytext {
    margin-left: 5%;
  }

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

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

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

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

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

  .image-6 {
    width: 100%;
  }

  .notetext {
    margin-left: 5%;
  }

  .prototypetopimg {
    width: 100%;
    max-width: none;
    height: 40vh;
  }

  .fullresearchlink {
    margin-left: 5%;
  }

  .browserbuttons {
    margin-left: 20vw;
  }

  .tablinkdecoration {
    display: none;
  }

  .prototypebottomimg {
    height: 40vh;
  }

  .productmenu2 {
    width: 40%;
    margin-top: -6%;
    margin-left: 44%;
  }

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

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

  .kcprototypetopimg {
    width: 50vw;
    max-width: none;
    height: 45vh;
  }

  .kcprototypebottomimg {
    height: 40vh;
  }

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

  .mobilefooterdesigner {
    display: none;
  }

  .urlbarmobile {
    min-width: 98%;
    max-width: 100%;
  }

  .text-block-7 {
    width: 100%;
  }

  .mobilefooterkc {
    display: none;
  }

  .slider {
    display: block;
  }

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

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

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

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

  .mobilefooteronepay {
    display: none;
  }

  .newprototypeannounce {
    font-size: 1.5rem;
  }

  .mobileslideronepay {
    display: block;
  }

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

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

  .newprototypeannouncebottom {
    width: 60%;
    height: 10%;
    margin-left: 25%;
    font-size: 1.5rem;
  }

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

  .kcnarrationtext, .mobilekcnarrationtext {
    display: none;
  }

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

  .mobilefooterhome, .mobilefootermusic {
    display: none;
  }

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

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

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

  .image-33 {
    height: 30vh;
  }

  .lightbox-link-4 {
    margin-left: 0%;
  }

  .image-34 {
    height: 30vh;
  }

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

  .image-35 {
    height: 30vh;
  }

  .image-36 {
    height: 30vh;
    margin-left: 5%;
  }

  .back {
    margin-left: 5%;
  }

  .text-block-13, .text-block-14, .mobilefooterhome2 {
    display: none;
  }

  .slider-2 {
    height: 50vh;
  }

  .onepaysider {
    height: 40vh;
  }

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

@media screen and (max-width: 767px) {
  .home {
    display: none;
  }

  .home.w--current {
    display: block;
  }

  .cases {
    display: none;
  }

  .cases.w--current {
    display: block;
  }

  .designer, .tablink.music {
    display: none;
  }

  .mainnavcontent {
    margin-left: 0%;
  }

  .itransform {
    margin-left: 2%;
    font-size: 4rem;
  }

  .chaos {
    margin-left: 0%;
    font-size: 5rem;
    left: -2px;
  }

  .clarityclear {
    margin-top: 5%;
    margin-right: 0%;
    font-size: 5rem;
    position: relative;
  }

  .tabs {
    width: 100%;
    overflow: hidden;
  }

  .urlbar {
    display: none;
  }

  .about {
    margin-top: 0%;
  }

  .section {
    width: 100%;
    height: auto;
    margin-bottom: 0%;
  }

  .aboutiam {
    margin-left: 2%;
    position: relative;
  }

  .aboutdyani {
    margin-top: -17%;
    position: relative;
  }

  .aboutcatori {
    margin-top: -1%;
    margin-left: 61%;
    position: relative;
  }

  .div-block {
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .casestudy {
    display: block;
  }

  .casestudy.w--current {
    width: auto;
  }

  .tabs-menu-3 {
    width: 80%;
    left: 15%;
  }

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

  .casestudydescript {
    margin-top: 15%;
  }

  .casecell {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 5%;
  }

  .div-block-4 {
    width: 100%;
    margin-left: 0%;
    position: relative;
    left: 25%;
  }

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

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

  .process {
    margin-left: 0%;
  }

  .summarytext {
    display: none;
  }

  .summaryobj {
    margin-left: 0%;
  }

  .objtext, .scrolltotopbtn, .fullresearchlink {
    display: none;
  }

  .browserbuttons {
    cursor: not-allowed;
    margin-left: 0;
    display: none;
  }

  .kcprototypetopimg {
    width: auto;
    height: 50vh;
  }

  .section-3 {
    display: none;
  }

  .mobilefooterdesigner {
    background-color: #e8e4e499;
    border-radius: 15px;
    width: 100%;
    height: 7vh;
    display: flex;
  }

  .urlbarmobile {
    order: -9999;
    align-self: center;
    width: 70%;
    min-width: 50%;
    margin-top: 0%;
    margin-left: 5%;
    display: block;
    position: relative;
  }

  .link-block-2 {
    display: none;
  }

  .mobilesummarytext {
    margin-left: 20%;
    display: block;
  }

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

  .mobileresearchspan {
    color: #e8e4e4;
  }

  .mobilefooterkc, .mobilefooteronepay {
    background-color: #e8e4e499;
    border-radius: 15px;
    width: 100%;
    height: 7vh;
    display: flex;
  }

  .newprototypeannounce {
    display: none;
  }

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

  .sliderdiscoveryonepay {
    margin-bottom: 10%;
  }

  .slidersketchesonepay {
    margin-bottom: 15%;
  }

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

  .image-27 {
    height: 30vh;
    margin-top: 0%;
    margin-left: 0%;
    display: none;
    position: relative;
    left: 10%;
  }

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

  .mobilemenu {
    background-color: #0f1b40;
  }

  .mobilefooterhome {
    background-color: #e8e4e499;
    border-radius: 10px;
    width: 100%;
    height: 7vh;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .mobiletabgroupleft, .mobiletabgroupright {
    display: none;
  }

  .hammenuone {
    background-image: url('../images/hamburger-menu---blue.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: 9999;
    align-self: center;
    width: 15%;
    height: 5vh;
    margin-left: 5%;
    margin-right: 5%;
  }

  .hammenukc, .hammenudesigner {
    background-image: url('../images/hamburger-menu---blue.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: 9999;
    align-self: center;
    width: 15%;
    height: 5vh;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
  }

  .hammenuhome {
    z-index: auto;
    background-image: url('../images/hamburger-menu---blue.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: 9999;
    align-self: center;
    width: 15%;
    height: 5vh;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
    position: relative;
  }

  .left-arrow, .right-arrow, .left-arrow-2, .right-arrow-2 {
    display: none;
  }

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

  .left-arrow-3, .right-arrow-3 {
    display: none;
  }

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

  .left-arrow-4, .right-arrow-4, .left-arrow-5, .right-arrow-5, .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
    display: none;
  }

  .simplicity, .creativity, .insight {
    margin-top: 5%;
    margin-right: 0%;
    font-size: 5rem;
    display: none;
    top: -5px;
  }

  .homepoem {
    margin-top: 0%;
  }

  .landscapemobile {
    color: #bf7e96;
    width: 100%;
    height: auto;
    margin-top: 10%;
    font-family: Dosis Book, Impact, sans-serif;
    font-size: 1rem;
  }

  .landscapelinkkc {
    background-color: #ffffff59;
    background-image: url('../images/homepage-mockup.png');
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    flex-flow: column;
    height: 30vh;
    display: flex;
    position: relative;
  }

  .landscapetext {
    margin-left: 35%;
    padding-top: 1%;
  }

  .landscapelinkonepay {
    background-color: #ffffff59;
    background-image: url('../images/clear-mockup.png');
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    flex-flow: column;
    height: 30vh;
    display: flex;
    position: relative;
  }

  .landscapelinkhome {
    background-color: #ffffff59;
    background-image: url('../images/home-image.png');
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    flex-flow: column;
    height: 30vh;
    display: flex;
    position: relative;
  }

  .landscapelinkdesigner {
    background-color: #ffffff59;
    background-image: url('../images/designer-image.png');
    background-position: 50% 18%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    flex-flow: column;
    height: 30vh;
    display: flex;
    position: relative;
  }

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

  .lightbox-link-12 {
    margin-left: 0%;
    position: relative;
    left: 50%;
  }

  .cell-10 {
    padding-left: 0%;
  }

  .link-block-7, .link-block-8 {
    position: relative;
    left: 25%;
  }

  .mobilefooterhome2 {
    background-color: #e8e4e499;
    border-radius: 15px;
    width: 100%;
    height: 7vh;
    display: flex;
  }

  .slider-2 {
    height: 30vh;
    margin-bottom: 10%;
  }

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

  .onepaysider {
    margin-top: 0%;
    margin-bottom: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 479px) {
  .home {
    display: none;
  }

  .home.w--current {
    display: block;
  }

  .home.tablink, .cases {
    display: none;
  }

  .cases.w--current {
    display: block;
  }

  .cases.tablink, .designer {
    display: none;
  }

  .designer.w--current {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo {
    width: 45%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 30%;
  }

  .tablink.music {
    display: none;
  }

  .tablink.music.w--current {
    display: block;
  }

  .tab-pane-cases {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
  }

  .tab-pane-home {
    width: 100%;
    height: 77.398%;
    min-height: auto;
  }

  .tab-pane-meet-the-designer {
    width: 100%;
    height: 100%;
    min-height: auto;
  }

  .mainnavcontent {
    width: 100%;
    min-height: 80svh;
    margin-bottom: auto;
    margin-left: 0%;
    overflow: visible;
  }

  .itransform {
    width: 100%;
    margin-top: 15%;
    margin-left: 2%;
    margin-right: 0;
    font-size: 2.3rem;
  }

  .chaos {
    align-self: center;
    margin-left: 0;
    font-size: 5rem;
    left: 5%;
  }

  .clarityclear {
    margin-top: auto;
    margin-bottom: 10%;
    margin-left: auto;
    font-size: 5rem;
    display: block;
    left: -11%;
  }

  .heading-8 {
    margin-top: 35%;
    margin-bottom: 10%;
  }

  .heading-9 {
    margin-top: 15%;
  }

  .urlbar {
    width: auto;
    min-width: 40%;
    max-width: 60%;
    margin-top: 5%;
    margin-left: 20%;
    display: none;
  }

  .url {
    width: 100%;
    height: 67%;
    font-family: Dosis, Impact, sans-serif;
    font-size: .9rem;
    font-weight: 400;
  }

  .mainnavtabs {
    margin-bottom: 10%;
  }

  .about {
    min-width: 95%;
    min-height: auto;
    margin-top: 0%;
    margin-left: 0%;
    padding-top: 5%;
    padding-left: 3%;
    padding-right: 2%;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .abouthook {
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 0%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section {
    margin-top: 15%;
    position: relative;
  }

  .aboutiam {
    width: 12rem;
    margin-top: 15%;
    position: relative;
  }

  .aboutdyani {
    margin-top: 0%;
    margin-left: 3%;
    position: relative;
  }

  .aboutcatori {
    margin-top: 1%;
    margin-left: 35%;
    position: relative;
  }

  .div-block {
    margin-bottom: 5%;
  }

  .casestudy, .casestudy.w--current {
    display: block;
  }

  .tabs-menu-3, .div-block-3 {
    display: none;
  }

  .tab-pane-onepay {
    width: 100%;
    height: 98.9429%;
    min-height: auto;
  }

  .tabs-content-3 {
    width: NaN% ;
    height: 99.9999%;
    min-height: auto;
    overflow: visible;
  }

  .casestudytitle {
    font-size: 2.35rem;
  }

  .casestudydescript {
    max-width: 100%;
    height: 31%;
    margin-top: 15%;
    font-size: 2em;
  }

  .myrole {
    font-size: 1.15rem;
  }

  .role {
    font-size: 1rem;
  }

  .timeline {
    font-size: 1.15rem;
  }

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

  .navitem:hover {
    color: #f8d8de;
  }

  .quick-stack-3 {
    margin-top: 15%;
  }

  .div-block-4 {
    width: 100%;
    margin-left: 3.5%;
    padding-right: 10px;
    left: 0%;
  }

  .caseprototypecell {
    display: none;
  }

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

  .process {
    width: 100%;
    margin-left: 0%;
    font-size: 1.5rem;
    display: block;
  }

  .summarytext {
    margin-left: 0%;
    font-size: 1.15rem;
    display: none;
  }

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

  .objtext {
    margin-left: 0%;
    margin-right: 2%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.15rem;
    display: none;
  }

  .image-4, .iamaprototype {
    display: none;
  }

  .scrolltotopbtn {
    width: 4%;
    display: none;
  }

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

  .notetext, .fullresearchlink, .sketchesdiv {
    display: none;
  }

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

  .browserbuttons {
    display: none;
  }

  .logoheadersection {
    height: auto;
    min-height: auto;
    margin-bottom: auto;
    padding-bottom: 0%;
    font-family: Dosis, Impact, sans-serif;
  }

  .kciamaprototypebottom, .kcbottomarrow, .section-3 {
    display: none;
  }

  .hamburgermenu {
    background-color: #3898ec00;
    background-image: url('../images/hamburger-menu---blue.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 15%;
    height: auto;
    margin-top: 5%;
    margin-left: 75%;
    margin-right: 5%;
    padding-left: 0%;
    font-size: 0;
    text-decoration: none;
    position: absolute;
  }

  .mobilefooterdesigner {
    -webkit-text-fill-color: inherit;
    background-color: #e8e4e499;
    background-clip: border-box;
    border-top: 1px solid #e8e4e4;
    border-radius: 0;
    width: 100%;
    height: 10vh;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .image-25, .image-26 {
    width: 11%;
    position: absolute;
  }

  .backarrow {
    width: 11%;
    margin-top: 6%;
    margin-left: 2%;
    position: absolute;
  }

  .urlbarmobile {
    order: -9999;
    align-self: center;
    width: 75%;
    min-width: 40%;
    max-width: 75%;
    margin-top: 0%;
    margin-left: 5%;
    position: relative;
  }

  .link-block-2 {
    display: none;
  }

  .link-block-3 {
    border: 10px solid #000;
    margin-left: 0;
  }

  .button-3 {
    background-color: #3898ec00;
    background-image: url('../images/hamburger-menu---blue.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .hammenu {
    background-image: url('../images/hamburger-menu---blue.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    max-width: none;
    height: 1%;
    max-height: none;
    margin-top: 3%;
    margin-left: 80%;
    position: absolute;
  }

  .text-block-7 {
    display: block;
  }

  .tab-pane-kidcommerce {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
  }

  .mobilesummarytext {
    margin-left: 0%;
    padding-bottom: 5%;
    font-size: 1.15rem;
    display: block;
  }

  .mobileobjtext {
    margin-top: 0%;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.15rem;
    display: block;
  }

  .mobileresearchspan {
    color: #e8e4e4;
    font-size: .85rem;
    line-height: .4rem;
  }

  .mobilefooterkc {
    -webkit-text-fill-color: inherit;
    background-color: #e8e4e499;
    background-clip: border-box;
    border-top: 1px solid #e8e4e4;
    border-radius: 0;
    width: 100%;
    height: 9vh;
    display: flex;
  }

  .slider {
    display: block;
  }

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

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

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

  .mobilesummaryobj {
    width: 100%;
    margin-left: 0%;
    font-size: 1.2rem;
    display: none;
  }

  .mobileobjtexthidden {
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.15rem;
    display: none;
  }

  .mobilefooteronepay {
    -webkit-text-fill-color: inherit;
    background-color: #e8e4e499;
    background-clip: border-box;
    border-top: 1px solid #e8e4e4;
    border-radius: 0;
    width: 100%;
    height: 9vh;
    margin-top: 15%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .newprototypeannounce {
    font-size: 1.15rem;
  }

  .mobileslideronepay {
    display: block;
  }

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

  .sliderdiscoveryonepay {
    margin-top: 5%;
    margin-bottom: 15%;
  }

  .slidersketchesonepay {
    margin-bottom: 15%;
  }

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

  .image-27 {
    margin-left: 5%;
    display: none;
    position: relative;
    left: 0%;
  }

  .newprototypeannouncebottom {
    font-size: 1.15rem;
  }

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

  .slidersketcheskc {
    margin-bottom: 15%;
  }

  .kcnarrationtext {
    display: none;
  }

  .mobilemenu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0f1b40;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: space-between;
    justify-items: center;
    display: grid;
  }

  .mobilefooterhome {
    -webkit-text-fill-color: inherit;
    background-color: #e8e4e499;
    background-clip: border-box;
    border-top: 1px solid #e8e4e4;
    border-radius: 0;
    width: 100%;
    height: 10vh;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
    position: relative;
    top: 56px;
  }

  .mobiletablinkkc {
    background-color: #ffffff59;
    background-image: url('../images/homepage-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e8e4e4;
    border-radius: 20px;
    width: 45vw;
    height: 25vh;
    margin-top: 0%;
    margin-left: 0%;
  }

  .mobiletabgroupleft {
    border: 1px #000;
    width: 100%;
    height: 29.5vh;
    margin-top: 25%;
    margin-left: 10%;
    margin-right: 0%;
    font-family: Dosis Book, Impact, sans-serif;
    display: block;
    position: relative;
  }

  .text-block-8 {
    color: #bf7e96;
    text-align: center;
    font-size: 1rem;
  }

  .mobiletabgroupright {
    width: 100%;
    height: 29.5vh;
    margin-top: 25%;
    margin-left: 10%;
    margin-right: 15%;
    font-family: Dosis Book, Impact, sans-serif;
    display: block;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .mobiletablinkonepay {
    background-color: #ffffff59;
    background-image: url('../images/original-home-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e8e4e4;
    border-radius: 20px;
    width: 45vw;
    height: 25vh;
    margin-top: 0%;
    margin-left: 0%;
  }

  .hammenuone {
    background-image: url('../images/hamburger-menu---blue.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: 9999;
    align-self: center;
    width: 15%;
    max-width: none;
    height: 5vh;
    max-height: none;
    margin-top: 0%;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
  }

  .hammenukc {
    background-image: url('../images/hamburger-menu---blue.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: 9999;
    align-self: center;
    width: 15%;
    max-width: none;
    height: 5vh;
    max-height: none;
    margin-top: 0%;
    margin-left: 5%;
    margin-right: 5%;
    display: inline-flex;
    position: relative;
  }

  .hammenudesigner {
    background-image: url('../images/hamburger-menu---blue.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: 9999;
    align-self: center;
    width: 15%;
    max-width: none;
    height: 5vh;
    max-height: none;
    margin-top: 0%;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
  }

  .mobilefootermusic {
    -webkit-text-fill-color: inherit;
    background-color: #e8e4e499;
    background-clip: border-box;
    border-top: 1px solid #e8e4e4;
    border-radius: 0;
    height: 9vh;
    display: block;
  }

  .hammenumusic {
    background-image: url('../images/hamburger-menu---blue.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    max-width: none;
    height: 5%;
    max-height: none;
    margin-top: 3%;
    margin-left: 80%;
    position: absolute;
  }

  .mobiletablinkhome {
    background-color: #ffffff59;
    background-image: url('../images/Screenshot-2025-12-29-at-12.27.04-AM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e8e4e4;
    border-radius: 20px;
    width: 45vw;
    height: 25vh;
    margin-top: 0%;
    margin-left: 0%;
  }

  .mobiletabgroupright2 {
    width: 50%;
    height: 29.5vh;
    margin-left: 0%;
    margin-right: 0%;
    font-family: Dosis Book, Impact, sans-serif;
    display: block;
    position: relative;
    inset: 33% 0% auto auto;
  }

  .mobiletablinkdesigner {
    background-color: #ffffff59;
    background-image: url('../images/Screenshot-2025-12-29-at-12.27.29-AM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e8e4e4;
    border-radius: 20px;
    width: 45vw;
    height: 25vh;
    margin-top: 0%;
    margin-left: 0%;
  }

  .mobiletablinkmusic {
    background-color: #ffffff59;
    background-image: url('../images/Screenshot-2025-12-29-at-12.27.42-AM.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e8e4e4;
    border-radius: 20px;
    width: 45vw;
    height: 25vh;
    margin-top: 10%;
    margin-left: 5%;
  }

  .hammenuhome {
    background-image: url('../images/hamburger-menu---blue.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: 9999;
    align-self: center;
    width: 15%;
    max-width: none;
    height: 5vh;
    max-height: none;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
  }

  .left-arrow, .right-arrow, .left-arrow-2 {
    display: none;
  }

  .icon-3 {
    margin-top: 60%;
    margin-left: -20%;
  }

  .right-arrow-2 {
    display: none;
  }

  .icon-4 {
    margin-top: 48%;
    margin-left: -55%;
  }

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

  .left-arrow-3 {
    display: none;
  }

  .icon-5 {
    margin-left: -25%;
  }

  .right-arrow-3 {
    display: none;
  }

  .icon-6 {
    margin-left: -74%;
  }

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

  .tab-pane-music-tab {
    width: 100%;
    height: 99.9999%;
    min-height: auto;
  }

  .icon-7 {
    margin-left: 0;
  }

  .icon-8 {
    border: 1px #000;
    margin-right: 0;
  }

  .section-4 {
    min-height: 100vh;
  }

  .mobiletabgroupleft2 {
    border: 1px #000;
    width: 50%;
    height: 29.5vh;
    margin-left: 0%;
    margin-right: 0%;
    font-family: Dosis Book, Impact, sans-serif;
    display: block;
    position: relative;
  }

  .left-arrow-4, .right-arrow-4, .left-arrow-5, .right-arrow-5 {
    display: none;
  }

  .simplicity {
    margin-top: auto;
    margin-bottom: 10%;
    margin-left: auto;
    font-size: 5rem;
    display: none;
    position: relative;
    top: -25%;
    left: 2%;
  }

  .creativity {
    margin-top: auto;
    margin-bottom: 10%;
    margin-left: auto;
    font-size: 5rem;
    display: none;
    position: relative;
    top: -50%;
  }

  .insight {
    margin-top: auto;
    margin-bottom: 10%;
    margin-left: auto;
    font-size: 5rem;
    display: none;
    position: relative;
    top: -75%;
    left: -8%;
  }

  .homepoem {
    min-width: 95%;
    min-height: auto;
    margin-top: 0%;
    margin-left: 0%;
    padding-top: 5%;
    padding-left: 3%;
    padding-right: 2%;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .section-5, .homestatement, .landscapemobile {
    display: none;
  }

  .landscapelinkkc {
    background-color: #ffffff59;
    background-image: url('../images/homepage-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e8e4e4;
    border-radius: 20px;
    width: 45vw;
    height: 25vh;
    margin-top: 0%;
    margin-left: 0%;
  }

  .landscapetext {
    color: #bf7e96;
    text-align: center;
    font-size: 1rem;
  }

  .landscapelinkonepay, .landscapelinkhome, .landscapelinkdesigner {
    background-color: #ffffff59;
    background-image: url('../images/homepage-mockup.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e8e4e4;
    border-radius: 20px;
    width: 45vw;
    height: 25vh;
    margin-top: 0%;
    margin-left: 0%;
  }

  .link-block-6 {
    position: relative;
    right: 15%;
  }

  .link-block-7, .link-block-8 {
    left: 0%;
  }

  .urlbar2 {
    width: 100%;
    height: 67%;
    font-family: Dosis, Impact, sans-serif;
    font-size: .9rem;
    font-weight: 400;
  }

  .mobilefooterhome2 {
    -webkit-text-fill-color: inherit;
    background-color: #e8e4e499;
    background-clip: border-box;
    border-top: 1px solid #e8e4e4;
    border-radius: 0;
    width: 100%;
    height: 9vh;
    margin-top: 15%;
    display: flex;
    position: relative;
    top: 0%;
  }

  .slider-2 {
    height: 30vh;
  }

  .slide-nav-5 {
    margin-top: 25%;
  }
}

#w-node-_9642e3f6-6de2-3a32-7e4c-55536de20821-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

#w-node-_2a110871-8925-7678-dc55-d78e6438f11c-01b028dc, #w-node-_97f0b5ea-fd53-a9d6-85a5-a13902628c4d-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
}

#w-node-_46a16706-6db5-06da-4463-311882ca6727-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_46125794-d970-4e17-b8aa-41cc40363960-01b028dc, #w-node-d1b7605c-cc33-e91c-8058-20098f9f7ee6-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-e7b9b504-7abe-1de3-77c4-4b9746fa37cf-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_0db71a41-192a-eaeb-196d-f49e621019cc-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70b7e18b-91c9-80cd-19c3-ea03caf01fed-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-c4f0a3f0-db9c-aef3-84ae-69639c0dd464-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
}

#w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-bb2cd9dc-062c-dad4-3d8e-bbcac5723204-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_97dfea5b-cc05-5e96-7177-db331201016a-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-_292ca145-9381-4092-4020-3099760fb9aa-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_9dd3078d-bbdf-31ec-e316-10aab36edcfc-01b028dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04acb618-ebb4-a5f1-8cec-8ddb875188e5-875188e3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
}

#w-node-_18fa0d97-226f-54bd-d81f-e3e26739674c-01b028dd {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9642e3f6-6de2-3a32-7e4c-55536de20821-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

#w-node-_2a110871-8925-7678-dc55-d78e6438f11c-e2959d5d, #w-node-_97f0b5ea-fd53-a9d6-85a5-a13902628c4d-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
}

#w-node-_46a16706-6db5-06da-4463-311882ca6727-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_46125794-d970-4e17-b8aa-41cc40363960-e2959d5d, #w-node-d1b7605c-cc33-e91c-8058-20098f9f7ee6-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-e7b9b504-7abe-1de3-77c4-4b9746fa37cf-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_0db71a41-192a-eaeb-196d-f49e621019cc-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70b7e18b-91c9-80cd-19c3-ea03caf01fed-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-bb2cd9dc-062c-dad4-3d8e-bbcac5723204-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_97dfea5b-cc05-5e96-7177-db331201016a-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-_292ca145-9381-4092-4020-3099760fb9aa-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_9dd3078d-bbdf-31ec-e316-10aab36edcfc-e2959d5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9642e3f6-6de2-3a32-7e4c-55536de20821-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

#w-node-_2a110871-8925-7678-dc55-d78e6438f11c-17bf9ca2, #w-node-_97f0b5ea-fd53-a9d6-85a5-a13902628c4d-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
}

#w-node-_46a16706-6db5-06da-4463-311882ca6727-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_46125794-d970-4e17-b8aa-41cc40363960-17bf9ca2, #w-node-d1b7605c-cc33-e91c-8058-20098f9f7ee6-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-e7b9b504-7abe-1de3-77c4-4b9746fa37cf-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_0db71a41-192a-eaeb-196d-f49e621019cc-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70b7e18b-91c9-80cd-19c3-ea03caf01fed-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-bb2cd9dc-062c-dad4-3d8e-bbcac5723204-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_97dfea5b-cc05-5e96-7177-db331201016a-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-_292ca145-9381-4092-4020-3099760fb9aa-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_9dd3078d-bbdf-31ec-e316-10aab36edcfc-17bf9ca2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9642e3f6-6de2-3a32-7e4c-55536de20821-361055a3 {
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

#w-node-_2a110871-8925-7678-dc55-d78e6438f11c-361055a3, #w-node-_97f0b5ea-fd53-a9d6-85a5-a13902628c4d-361055a3 {
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
}

#w-node-_46a16706-6db5-06da-4463-311882ca6727-361055a3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_46125794-d970-4e17-b8aa-41cc40363960-361055a3, #w-node-d1b7605c-cc33-e91c-8058-20098f9f7ee6-361055a3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-e7b9b504-7abe-1de3-77c4-4b9746fa37cf-361055a3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_0db71a41-192a-eaeb-196d-f49e621019cc-361055a3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70b7e18b-91c9-80cd-19c3-ea03caf01fed-361055a3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-361055a3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-361055a3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-bb2cd9dc-062c-dad4-3d8e-bbcac5723204-361055a3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-361055a3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_97dfea5b-cc05-5e96-7177-db331201016a-361055a3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-_292ca145-9381-4092-4020-3099760fb9aa-361055a3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_9642e3f6-6de2-3a32-7e4c-55536de20821-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

#w-node-_2a110871-8925-7678-dc55-d78e6438f11c-74dafcc1, #w-node-_97f0b5ea-fd53-a9d6-85a5-a13902628c4d-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
}

#w-node-_46a16706-6db5-06da-4463-311882ca6727-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_46125794-d970-4e17-b8aa-41cc40363960-74dafcc1, #w-node-d1b7605c-cc33-e91c-8058-20098f9f7ee6-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-e7b9b504-7abe-1de3-77c4-4b9746fa37cf-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_0db71a41-192a-eaeb-196d-f49e621019cc-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70b7e18b-91c9-80cd-19c3-ea03caf01fed-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-bb2cd9dc-062c-dad4-3d8e-bbcac5723204-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_97dfea5b-cc05-5e96-7177-db331201016a-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-_292ca145-9381-4092-4020-3099760fb9aa-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-_9dd3078d-bbdf-31ec-e316-10aab36edcfc-74dafcc1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_46a16706-6db5-06da-4463-311882ca6727-01b028dc {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_46125794-d970-4e17-b8aa-41cc40363960-01b028dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-01b028dc, #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-01b028dc, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-01b028dc {
    display: none;
  }

  #w-node-_3b43e74b-99f2-b5ac-e334-b7ed28327cac-01b028de {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_3b43e74b-99f2-b5ac-e334-b7ed28327ca9-01b028de {
    align-self: auto;
  }

  #w-node-_46a16706-6db5-06da-4463-311882ca6727-e2959d5d {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_46125794-d970-4e17-b8aa-41cc40363960-e2959d5d {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-e2959d5d, #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-e2959d5d, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-e2959d5d {
    display: none;
  }

  #w-node-_46a16706-6db5-06da-4463-311882ca6727-17bf9ca2 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_46125794-d970-4e17-b8aa-41cc40363960-17bf9ca2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-17bf9ca2, #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-17bf9ca2, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-17bf9ca2 {
    display: none;
  }

  #w-node-_46a16706-6db5-06da-4463-311882ca6727-361055a3 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_46125794-d970-4e17-b8aa-41cc40363960-361055a3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-361055a3, #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-361055a3, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-361055a3 {
    display: none;
  }

  #w-node-_46a16706-6db5-06da-4463-311882ca6727-74dafcc1 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_46125794-d970-4e17-b8aa-41cc40363960-74dafcc1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-74dafcc1, #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-74dafcc1, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-74dafcc1 {
    display: none;
  }

  #w-node-_3b43e74b-99f2-b5ac-e334-b7ed28327cac-3615205c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_3b43e74b-99f2-b5ac-e334-b7ed28327ca9-3615205c {
    align-self: auto;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-01b028dc, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-01b028dc, #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-e2959d5d, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-e2959d5d, #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-17bf9ca2, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-17bf9ca2, #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-361055a3, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-361055a3, #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-74dafcc1, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-74dafcc1 {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_46125794-d970-4e17-b8aa-41cc40363960-01b028dc, #w-node-d1b7605c-cc33-e91c-8058-20098f9f7ee6-01b028dc {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_292ca145-9381-4092-4020-3099760fb9aa-01b028dc {
    display: none;
  }

  #w-node-_46125794-d970-4e17-b8aa-41cc40363960-e2959d5d, #w-node-d1b7605c-cc33-e91c-8058-20098f9f7ee6-e2959d5d {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_292ca145-9381-4092-4020-3099760fb9aa-e2959d5d {
    display: none;
  }

  #w-node-_46125794-d970-4e17-b8aa-41cc40363960-17bf9ca2, #w-node-d1b7605c-cc33-e91c-8058-20098f9f7ee6-17bf9ca2 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_292ca145-9381-4092-4020-3099760fb9aa-17bf9ca2 {
    display: none;
  }

  #w-node-_46125794-d970-4e17-b8aa-41cc40363960-361055a3, #w-node-d1b7605c-cc33-e91c-8058-20098f9f7ee6-361055a3 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_292ca145-9381-4092-4020-3099760fb9aa-361055a3 {
    display: none;
  }

  #w-node-_46125794-d970-4e17-b8aa-41cc40363960-74dafcc1, #w-node-d1b7605c-cc33-e91c-8058-20098f9f7ee6-74dafcc1 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_292ca145-9381-4092-4020-3099760fb9aa-74dafcc1 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-01b028dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-01b028dc, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-01b028dc {
    display: none;
  }

  #w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-e2959d5d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-e2959d5d, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-e2959d5d {
    display: none;
  }

  #w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-17bf9ca2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-17bf9ca2, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-17bf9ca2 {
    display: none;
  }

  #w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-361055a3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-361055a3, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-361055a3 {
    display: none;
  }

  #w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-74dafcc1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-74dafcc1, #w-node-_292ca145-9381-4092-4020-3099760fb9aa-74dafcc1 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-01b028dc {
    display: none;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-01b028dc {
    display: grid;
  }

  #w-node-_109271c7-f7cd-66f0-366a-bd82fbdd1759-e2959d5d {
    grid-row: span 1 / span 1;
  }

  #w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-e2959d5d {
    display: none;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-e2959d5d {
    display: grid;
  }

  #w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-17bf9ca2 {
    display: none;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-17bf9ca2 {
    display: grid;
  }

  #w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-361055a3 {
    display: none;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-361055a3 {
    display: grid;
  }

  #w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-74dafcc1 {
    display: none;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-74dafcc1 {
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_70b7e18b-91c9-80cd-19c3-ea03caf01fed-01b028dc {
    grid-template-rows: 3px;
    grid-template-columns: 1fr;
  }

  #w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-01b028dc {
    display: none;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-01b028dc {
    display: grid;
  }

  #w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-01b028dc {
    display: none;
  }

  #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-01b028dc {
    display: grid;
  }

  #w-node-_292ca145-9381-4092-4020-3099760fb9aa-01b028dc, #w-node-_9dd3078d-bbdf-31ec-e316-10aab36edcfc-01b028dc {
    display: none;
  }

  #w-node-_70b7e18b-91c9-80cd-19c3-ea03caf01fed-e2959d5d {
    grid-template-rows: 3px;
    grid-template-columns: 1fr;
  }

  #w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-e2959d5d {
    display: none;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-e2959d5d {
    display: grid;
  }

  #w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-e2959d5d {
    display: none;
  }

  #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-e2959d5d {
    display: grid;
  }

  #w-node-_292ca145-9381-4092-4020-3099760fb9aa-e2959d5d, #w-node-_9dd3078d-bbdf-31ec-e316-10aab36edcfc-e2959d5d {
    display: none;
  }

  #w-node-_70b7e18b-91c9-80cd-19c3-ea03caf01fed-17bf9ca2 {
    grid-template-rows: 3px;
    grid-template-columns: 1fr;
  }

  #w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-17bf9ca2 {
    display: none;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-17bf9ca2 {
    display: grid;
  }

  #w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-17bf9ca2 {
    display: none;
  }

  #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-17bf9ca2 {
    display: grid;
  }

  #w-node-_292ca145-9381-4092-4020-3099760fb9aa-17bf9ca2, #w-node-_9dd3078d-bbdf-31ec-e316-10aab36edcfc-17bf9ca2 {
    display: none;
  }

  #w-node-_70b7e18b-91c9-80cd-19c3-ea03caf01fed-361055a3 {
    grid-template-rows: 3px;
    grid-template-columns: 1fr;
  }

  #w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-361055a3 {
    display: none;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-361055a3 {
    display: grid;
  }

  #w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-361055a3 {
    display: none;
  }

  #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-361055a3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-_292ca145-9381-4092-4020-3099760fb9aa-361055a3 {
    display: none;
  }

  #w-node-_70b7e18b-91c9-80cd-19c3-ea03caf01fed-74dafcc1 {
    grid-template-rows: 3px;
    grid-template-columns: 1fr;
  }

  #w-node-bb2cd9dc-062c-dad4-3d8e-bbcac57231d1-74dafcc1 {
    display: none;
  }

  #w-node-dc5e2981-43e9-0ad3-71ee-0ed45ff30018-74dafcc1 {
    display: grid;
  }

  #w-node-_4e64c2f5-50d6-d0b4-f940-b74309e9120e-74dafcc1 {
    display: none;
  }

  #w-node-_97dfea5b-cc05-5e96-7177-db331201016a-74dafcc1 {
    display: grid;
  }

  #w-node-_292ca145-9381-4092-4020-3099760fb9aa-74dafcc1, #w-node-_9dd3078d-bbdf-31ec-e316-10aab36edcfc-74dafcc1 {
    display: none;
  }
}


@font-face {
  font-family: 'Arp 40';
  src: url('../fonts/ARP-40.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arp 20';
  src: url('../fonts/ARP-20.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arpdisplay 150';
  src: url('../fonts/ARPDisplay-150.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arp 150';
  src: url('../fonts/ARP-150.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arp 80';
  src: url('../fonts/ARP-80.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arp 240';
  src: url('../fonts/ARP-240.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arpdisplay 20';
  src: url('../fonts/ARPDisplay-20.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arpdisplay 240';
  src: url('../fonts/ARPDisplay-240.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arpdisplay 80';
  src: url('../fonts/ARPDisplay-80.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arpdisplay 40';
  src: url('../fonts/ARPDisplay-40.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Bold.ttf') format('truetype'), url('../fonts/Dosis-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dosis Book';
  src: url('../fonts/Dosis-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chantal';
  src: url('../fonts/Chantal-Medium-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}