:root {
  --header-pink: #f4e6f2;
  --off-white: #f8f8f8;
  --elements-webflow-library-neutral--100: white;
  --nav-text: #4d4d4d;
  --header: #a2288f;
  --portfolio-pink: #e1bcdb;
  --grey-500: #686868;
  --hover-pink: #b9a1b6;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--600: #6e7191;
  --gradient: #08686e;
  --gradient-2: #5deac8;
  --goldenrod: #eaae15;
  --medium-orchid: #d34fc6;
  --sky-blue: #07d2ff;
}

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

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

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

.hero-home {
  opacity: 1;
  background-color: #000;
  background-image: url('../images/bg_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  height: 100vw;
  max-height: 100vw;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar {
  background-color: #140e0e;
}

.brand {
  background-image: url('../images/Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  min-width: 8rem;
  min-height: 2rem;
}

.navbar-2 {
  background-color: #ddd0;
}

.hero-text {
  color: #c5c5c5;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 429px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 18px;
}

.text-span {
  color: #eaae15;
}

.text-span.home {
  font-style: italic;
  font-weight: 100;
}

.image {
  width: 2rem;
  max-width: 4rem;
  height: 1rem;
  max-height: 2rem;
}

.nav-menu {
  display: none;
}

.menu-button {
  flex: 0 auto;
  display: block;
}

.gradient-blob1 {
  z-index: 1;
  opacity: .55;
  filter: blur(50px);
  background-color: #0000;
  background-image: radial-gradient(circle, #eaae1570, #e65ad81c 57%);
  border-radius: 100%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 73px auto 0% -15%;
}

.gradient-blob2 {
  z-index: 2;
  opacity: .28;
  filter: blur(50px);
  background-color: #0000;
  background-image: radial-gradient(circle, #09d2ff, #07d2ff38 57%);
  border-radius: 100%;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 457px 0% 0% auto;
}

.gradient-blob3 {
  z-index: 2;
  opacity: .43;
  filter: blur(50px);
  background-color: #0000;
  background-image: radial-gradient(circle, #7717c2, #d34fc642 57%);
  border-radius: 100%;
  width: 70vh;
  height: 70vh;
  margin-top: -274px;
  margin-right: -253px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container {
  float: none;
  clear: none;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.div-block {
  display: flex;
}

.brand-2 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  min-width: 50px;
  min-height: 60px;
  display: flex;
}

.section {
  background-color: var(--header-pink);
}

.section.header {
  background-color: var(--off-white);
  height: 100vh;
}

.navbar-3 {
  color: var(--elements-webflow-library-neutral--100);
  background-color: #ddd0;
  padding-top: 11px;
  padding-bottom: 40px;
}

.body {
  font-family: Martel, sans-serif;
}

.nav-menu-2 {
  color: #fff;
}

.nav-link {
  color: var(--nav-text);
  background-color: #0000;
}

.nav-link:hover, .nav-link:active {
  font-weight: 800;
}

.nav-link.w--current {
  color: var(--header);
  font-weight: 800;
}

.nav-link.light {
  color: var(--elements-webflow-library-neutral--100);
  font-weight: 300;
}

.brand-3 {
  background-image: url('../images/Logo.png');
  background-position: 0 0;
  background-size: contain;
}

.text-span-2 {
  color: var(--portfolio-pink);
}

.heading {
  color: var(--grey-500);
  font-weight: 600;
}

.div-block-2 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.paragraph {
  color: var(--grey-500);
  max-width: 70%;
  margin-top: 33px;
  margin-bottom: 33px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5em;
}

.div-block-3 {
  padding-top: 41px;
  padding-bottom: 41px;
}

.div-block-3.button {
  padding-top: 40px;
  padding-bottom: 40px;
}

.social-media {
  display: flex;
}

.home-socials {
  border: .5px solid var(--grey-500);
  color: var(--grey-500);
  background-color: #fff0;
  border-radius: 20px;
  margin-right: 22px;
}

.home-socials:hover {
  border-color: var(--hover-pink);
  background-color: var(--hover-pink);
  color: var(--elements-webflow-library-neutral--100);
}

.home-socials.resume {
  font-weight: 700;
}

.home-socials.linkedin {
  background-image: url('../images/Linkedin_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-socials.footer {
  border-radius: 20rem;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--grey-500);
  border: 1px solid #000;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.link-block.home-socials {
  border-width: .5px;
  border-color: var(--grey-500);
  border-radius: 20px;
}

.link-block.home-socials:hover {
  border-color: var(--hover-pink);
}

.link-block.home-socials.footer {
  width: 32px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.work {
  padding-top: 82px;
  padding-bottom: 82px;
}

.work-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--grey-500);
  flex-direction: row;
  align-items: center;
  margin-top: 79px;
  margin-bottom: 0;
  display: flex;
}

.divider {
  border: .5px solid #bfc0c3;
  width: 40%;
  height: 0;
}

.work-thumbnails {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 "Area-3 ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---bg-overlay-gradient {
  z-index: -1;
  background-image: linear-gradient(#0000 15%, #0000008f 61%, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---card-image {
  z-index: -1;
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---link-wrapper {
  color: var(--elements-webflow-library-neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-300 {
  color: var(--elements-webflow-library-neutral--300);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---card-link-img-bg {
  border-radius: 24px;
  min-height: 500px;
  padding: 48px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---card-link-img-bg:hover {
  transform: scale(.96);
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---text-center {
  text-align: center;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.cards-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.work-cards {
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.text-block {
  color: #7e7e7e;
}

.cards-container {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.card-overlay {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  background-color: #000000c7;
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.cards-text {
  color: #fff;
  text-align: center;
  flex-direction: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
}

.heading-2 {
  color: #fff;
}

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

.hero-img {
  background-color: var(--portfolio-pink);
  color: var(--portfolio-pink);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 64em;
  height: 29em;
  margin-right: 65px;
  display: flex;
}

.body-2 {
  font-family: Martel, sans-serif;
}

.container-3 {
  margin: 21px auto;
  display: flex;
  position: static;
}

.story-text {
  width: 70em;
  margin-top: 52px;
  margin-bottom: 52px;
}

.text-block-2 {
  color: #979797;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.6em;
}

.heading-3 {
  color: var(--portfolio-pink);
  word-break: normal;
  font-size: 1.4em;
  line-height: 1em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Martel, sans-serif;
  display: flex;
}

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

.utility-page-form {
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.field-label {
  color: #d5caca;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 600;
}

.image-2 {
  color: #f00000;
  -webkit-text-stroke-color: #ca4343;
}

.lock {
  flex: 1;
}

.submit-button {
  background-color: var(--off-white);
  color: #7a48c2;
  border-radius: 5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 11px 97px;
  font-weight: 700;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #ffffff5c;
  border-radius: 6px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 300;
}

.text-field:focus {
  border-color: #fff;
}

.heading-4 {
  color: #fff;
  margin-top: 47px;
  margin-bottom: 47px;
  font-size: 3em;
  line-height: 2em;
}

.bold-text {
  color: #fff;
}

.body-3 {
  background-color: #f4e6f2;
  background-image: linear-gradient(225deg, #0a6cff, #b81e8d);
}

.frame-60 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 63px;
  padding-bottom: 63px;
  font-size: .2rem;
  line-height: 1rem;
  display: flex;
}

.gourvid-brief {
  background-color: #fff;
  padding-top: 92px;
  padding-bottom: 0;
  position: relative;
}

.gourvid-overview {
  max-width: 75%;
}

.text-6 {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#19191bed, #000);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 300;
}

.frame-58 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--nav-text);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  display: flex;
}

.image-34 {
  width: 100vw;
}

.text-5 {
  color: #696969;
  font-weight: 300;
}

.gourvid-intro {
  color: var(--nav-text);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#19191bed, #000);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.text-7 {
  color: #000;
  font-weight: 300;
}

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

.image-36 {
  object-fit: cover;
  margin-left: -8px;
}

.text-10 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#19191bed 0%, #000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14px;
  font-weight: 300;
}

.frame-65 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 82px;
  display: flex;
}

.challenge {
  background-color: var(--off-white);
}

.i-was-challenged-to-evolve-the-brand-identity-creating-a-look-and-feel-that-would-appeal-to-their-target-customer-the-theme-was-luxury-and-decadence-since-most-sales-were-dependent-on-placing-orders-from-gourvids-product-brochure-the-team-had-identified-that-their-customers-were-using-the-appearance-of-their-brochure-brand-and-website-to-infer-the-quality-of-their-product-with-a-dated-product-brochure-website-and-brand-that-didn-t-reflect-their-high-quality-product-gourvid-was-ready-to-invest-to-connect-with-their-customers-and-reflect-their-position-in-the-wines-market {
  color: var(--nav-text);
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.text-8 {
  color: var(--nav-text);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2rem;
}

.details {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--elements-webflow-library-neutral--100);
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: flex-end;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.details.gourvid-challenge {
  max-width: 75%;
  padding-top: 73px;
  padding-bottom: 73px;
}

.details.gourvid {
  flex-direction: column;
  justify-content: space-around;
  height: 280px;
  margin-top: 53.5vh;
  padding-top: 0;
  display: block;
  position: relative;
}

.frame-62 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 5rem;
  display: flex;
}

.text-9 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#19191bed 0%, #000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 18px;
  font-weight: 500;
}

.website-gourvid {
  margin-top: 120px;
  margin-bottom: 120px;
}

.gourvid-custom {
  max-width: 75%;
}

.frame10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.background-video {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.frame-279 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 49px;
  padding-bottom: 49px;
  display: flex;
}

.web {
  background-color: #b93332;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 58px;
  display: flex;
}

.text-11 {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.text-13 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.background-video-2 {
  z-index: 1;
  width: 60%;
  height: 58%;
  margin-top: 112px;
  position: absolute;
}

.stats {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1512px;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.div-block-14 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-12 {
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.text-14 {
  color: #fefdff;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1rem;
}

.frame-280 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 915px;
  display: flex;
}

.brochure {
  margin-top: 105px;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.title {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-15 {
  color: var(--nav-text);
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}

.text-16 {
  color: var(--nav-text);
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 14px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.text-16.after {
  color: #fff;
}

.text-17 {
  color: var(--nav-text);
  margin-top: 127px;
  margin-left: 234px;
  font-size: 1rem;
  font-weight: 200;
}

.image-38 {
  z-index: 2;
}

.body-4 {
  font-family: Martel, sans-serif;
}

.dx-navbar-copy {
  background-color: #00000045;
}

.burger-icon {
  background-image: url('../images/burger-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3.5vw;
  min-width: 4vw;
  min-height: 3vw;
  font-size: 90vw;
  line-height: 90vw;
}

.burger-icon:hover {
  background-image: url('../images/burger-icon-hover.svg');
  background-position: 50%;
  background-size: 3.5vw;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-2:hover {
  color: #eaae15;
  font-weight: 400;
}

.nav-link-2:focus {
  color: #fff;
}

.nav-link-2.w--current {
  color: #fff;
  text-decoration: none;
}

.div-block-11 {
  color: #fff;
}

.brand-4 {
  background-image: url('../images/DXCreative..svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.brand-4.logo-nav {
  background-position: 0%;
  background-size: 12vw;
  min-width: 2vw;
}

.gourvid-sub {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5rem;
}

.gourvid-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Home-page.png');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.heading-5 {
  color: #fff;
}

.div-block-12 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 200;
}

.container-4 {
  color: var(--elements-webflow-library-neutral--100);
}

.div-container {
  color: var(--elements-webflow-library-neutral--100);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-15 {
  max-width: 940px;
}

.div-block-16 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 88px;
  margin-bottom: 0;
  display: grid;
}

.div-block-18 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(#b93332, #b93332);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(to bottom, var(--off-white), var(--off-white));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: var(--nav-text);
  font-size: 1rem;
  line-height: 2rem;
}

.text-block-4 {
  color: var(--elements-webflow-library-neutral--100);
  font-size: 1rem;
  line-height: 2rem;
}

.background-video-3 {
  width: 80%;
  max-width: 100%;
  overflow: visible;
}

.background-video-4 {
  z-index: 100;
  background-color: #494949;
  background-image: linear-gradient(#00000080, #00000080);
  width: 40rem;
}

.section-2 {
  background-image: linear-gradient(#0f0f0fa1 9%, #fff0), url('../images/Image-Wrapper.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.background-video-5 {
  filter: brightness(65%) saturate(200%) contrast(69%);
}

.footer {
  background-color: var(--off-white);
  margin-top: 64px;
  padding-top: 43px;
  padding-bottom: 43px;
}

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

.logo-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.text-block-5 {
  color: var(--nav-text);
  text-shadow: none;
  font-size: 1rem;
  font-weight: 600;
}

.text-block-6 {
  color: var(--grey-500);
  text-shadow: none;
  font-size: .8rem;
  line-height: .8rem;
}

.text-block-7 {
  color: var(--grey-500);
  font-size: .8rem;
}

.div-block-22 {
  align-items: stretch;
  height: 32px;
  margin-top: 60px;
  margin-bottom: 30px;
  display: flex;
}

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

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

.bold-text-2 {
  color: var(--nav-text);
  font-weight: 600;
}

.footer-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 6px;
  align-items: center;
  width: 14rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 9px #0003;
}

.text-block-8 {
  color: var(--grey-500);
  text-shadow: none;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 18px;
  margin-bottom: 0;
  display: grid;
}

.be {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  align-items: center;
  width: 14rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 9px #0003;
}

.div-block-26 {
  color: #fff;
}

.aliexprss-bg {
  background-image: url('../images/Home-page_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  width: 100vw;
  height: 100vh;
  display: block;
}

.aliexpress-sub {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
}

.brand-5 {
  background-image: url('../images/DXCreative..svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.brand-5.logo-nav {
  background-position: 0%;
  background-size: 12vw;
  min-width: 2vw;
}

.default-custom {
  max-width: 80%;
}

.default-custom.alixpress-hero {
  flex-direction: column;
  justify-content: space-around;
  margin-top: 48.5vh;
  padding-top: 0;
  display: block;
  position: relative;
}

.default-custom.gourvid-challenge {
  max-width: 75%;
  padding-top: 73px;
  padding-bottom: 73px;
}

.default-custom.gourvid {
  flex-direction: column;
  justify-content: space-around;
  height: 280px;
  margin-top: 53.5vh;
  padding-top: 0;
  display: block;
  position: relative;
}

.heading-6 {
  color: #fff;
}

.div-block-27 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 200;
}

.body-5 {
  font-family: Martel, sans-serif;
}

.frame-281 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 63px;
  padding-bottom: 63px;
  font-size: .2rem;
  line-height: 1rem;
  display: flex;
}

.aliexpress-overview {
  color: var(--grey-500);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#19191bed, #000);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.text-18 {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#19191bed, #000);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 300;
}

.frame-282 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  display: flex;
}

.text-19 {
  color: #696969;
  font-weight: 300;
}

.aliexpress-thumbnail {
  width: 100vw;
}

.aliexpress-brief {
  background-color: #fff;
  padding-top: 92px;
  padding-bottom: 0;
  position: relative;
}

.text-20 {
  color: #000;
  font-weight: 300;
}

.div-block-28 {
  margin-top: 36px;
  display: flex;
}

.aliexpress-challenge {
  background-color: #f8f8f8;
}

.text-21 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#19191bed 0%, #000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14px;
  font-weight: 300;
}

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

.i-was-challenged-to-evolve-the-brand-identity-creating-a-look-and-feel-that-would-appeal-to-their-target-customer-the-theme-was-luxury-and-decadence-since-most-sales-were-dependent-on-placing-orders-from-gourvids-product-brochure-the-team-had-identified-that-their-customers-were-using-the-appearance-of-their-brochure-brand-and-website-to-infer-the-quality-of-their-product-with-a-dated-product-brochure-website-and-brand-that-didn-t-reflect-their-high-quality-product-gourvid-was-ready-to-invest-to-connect-with-their-customers-and-reflect-their-position-in-the-wines-market-2 {
  color: var(--nav-text);
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.text-22 {
  color: var(--nav-text);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.text-span-5 {
  font-weight: 300;
}

.frame-284 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--nav-text);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 270px;
  margin-top: 228px;
  margin-left: 28px;
  display: flex;
}

.text-23 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#19191bed 0%, #000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 18px;
  font-weight: 500;
}

.image-36-copy {
  margin-left: -10px;
}

.user--persona {
  color: #110b16;
  padding-bottom: 36px;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.aliexpress-table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-span-4 {
  font-weight: 300;
}

.text-span-6, .bold-text-3 {
  font-weight: 200;
}

.image-42 {
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-3-copy {
  font-weight: 300;
}

.text-24 {
  color: var(--nav-text);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
}

.phase-one-info {
  color: var(--nav-text);
  padding-bottom: 36px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.4rem;
}

.phase-one {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 82px;
  padding-bottom: 82px;
  font-weight: 300;
}

.bold-text-4, .bold-text-5 {
  font-weight: 200;
}

.empathise {
  padding-top: 55px;
  padding-bottom: 55px;
}

.text-span-4-copy {
  font-weight: 300;
}

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

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-3 {
  font-weight: 300;
}

.text-8-copy {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
}

.affinity-map-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 116px;
  padding-bottom: 116px;
  display: block;
}

.text-span-7 {
  font-weight: 300;
}

.wireframing {
  margin-top: 45px;
  padding-top: 55px;
}

.bold-text-6 {
  color: #fff;
  font-size: 1rem;
}

.background-video-6 {
  z-index: 2;
  object-fit: fill;
  width: 20vw;
  height: 40vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.wireframing-info {
  color: #110b16;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5rem;
}

._2-title {
  color: #fff;
  background-color: #dd8310;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 82px;
  padding-bottom: 82px;
  font-weight: 300;
}

.phase-2-copy {
  color: #fff;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.4rem;
}

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

.prototype {
  color: #fffefe;
  padding-bottom: 36px;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.brochure-2 {
  background-image: url('../images/bg.png');
  background-position: 100% 10%;
  background-repeat: no-repeat;
  background-size: 100vw;
  margin-top: 105px;
  margin-bottom: -13px;
  padding-bottom: 17px;
  overflow: hidden;
}

.arachnys-info {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 200;
}

.arachnys-hero, .arcahnys-title {
  color: #fff;
}

.brand-6 {
  background-image: url('../images/DXCreative..svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.brand-6.logo-nav {
  background-position: 0%;
  background-size: 12vw;
  min-width: 2vw;
}

.arachnys-bg {
  background-image: url('../images/Home-page_2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: baseline;
  width: 100vw;
  height: 100vh;
  display: block;
}

.arachnys-sub {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1rem;
  font-weight: 100;
}

.arachnys-brief {
  color: var(--nav-text);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#19191bed, #000);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.small-info {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 63px;
  padding-bottom: 0;
  font-size: .2rem;
  line-height: 1rem;
  display: flex;
}

.text-25 {
  color: #696969;
  font-weight: 300;
}

.arachnys-overview {
  max-width: 75%;
}

.text-26 {
  color: #000;
  font-weight: 300;
}

.arachnys-hero-text {
  background-color: #fff;
  padding-top: 92px;
  padding-bottom: 92px;
  position: relative;
}

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

.challenge-2 {
  background-color: #f8f8f8;
}

.text-27 {
  color: #110b16;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}

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

.image-wrapper {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.slider-text {
  color: #110b16;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.slider {
  border: 1px #0000;
  flex: 1;
  height: 42.7vw;
}

.research {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}

.slide-5 {
  background-image: url('../images/2.-Entity-Profile---List-of-Entity-Edits-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  border-radius: 0;
}

.arachnys-discovery {
  background-color: #001e42;
  padding-top: 92px;
  padding-bottom: 92px;
}

.results {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}

.image-40 {
  z-index: 2;
  position: relative;
}

.data-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-items: center;
  display: grid;
}

.slide-3 {
  background-image: url('../images/2.-Entity-Profile---List-of-Entity-Edits-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon {
  color: #8a8a8a;
}

.results-info {
  color: #fff;
  padding-top: 52px;
  padding-bottom: 52px;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.arachnys-custom {
  max-width: 75%;
}

.slide-7 {
  background-image: url('../images/2.-Entity-Profile---List-of-Entity-Edits.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.discovery-and-research {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.slide-2 {
  background-image: url('../images/2.-Entity-Profile---List-of-Entity-Edits-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testing-info {
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.div-block-31 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.slide-4 {
  background-image: url('../images/2.-Entity-Profile---List-of-Entity-Edits-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-41 {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 36px;
}

.marketing {
  background-color: #f8f8f8;
}

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

.text-28 {
  color: #110b16;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}

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

.image-43 {
  padding-top: 28px;
}

.image-44 {
  text-align: left;
  padding-top: 28px;
}

.body-6 {
  font-family: Martel, sans-serif;
}

.div-block-33 {
  width: 70vw;
  display: flex;
}

.text-block-9 {
  padding-top: 20px;
}

.body-7 {
  font-family: Martel, sans-serif;
}

.be-title {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.text-block-10 {
  color: #fffc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: -16px;
  font-size: 10px;
  font-weight: 200;
}

.paragraph-2 {
  color: #ffffffd9;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 10px;
  font-weight: 200;
}

.button-info {
  color: #ffffff8f;
}

.info-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff8f;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: baseline;
  padding: 3px 13px;
  display: inline-block;
}

.info-card-text {
  color: #302f2f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 8px;
  font-weight: 200;
  display: block;
}

.div-block-34 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.header-text {
  margin-top: 84px;
  margin-left: 23px;
}

.section-break {
  border-top: 1px solid #a3a3a3;
  margin-top: 55px;
  margin-bottom: 55px;
}

.overview-table {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.div-block-35 {
  color: #686868;
  flex: 1;
}

.heading-7 {
  font-size: 24px;
}

.paragraph-3 {
  font-size: 11px;
  font-weight: 200;
  line-height: 22px;
}

.heading-9 {
  color: #686868;
  font-size: 26px;
}

.container-6 {
  color: #686868;
}

.section-3 {
  color: #686868;
  padding-top: 55px;
}

.paragraph-4 {
  font-size: 12px;
  line-height: 22px;
}

.text-span-8, .text-span-9 {
  color: #2a9b91;
  font-weight: 600;
}

.paragraph-5 {
  font-size: 11px;
  font-weight: 200;
  line-height: 22px;
}

.uxrs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 12px;
  display: flex;
}

.text-block-11 {
  color: #6868689c;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 8px;
}

.text-span-10 {
  font-weight: 800;
}

.text-span-11, .text-span-12 {
  color: #2a9b91;
}

.mocks {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(270deg, #0a6a70 25%, #5ce8c7);
  border-radius: 8px;
  padding: 20px;
  display: flex;
}

.image-45 {
  max-width: 174px;
}

.paragraph-5-copy {
  font-size: 11px;
  font-weight: 200;
  line-height: 22px;
}

.heading-9-copy {
  color: #686868;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.de-brief {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 53px;
  padding-bottom: 0;
  display: grid;
}

.image-46 {
  border-radius: 6px 0 0 6px;
}

.div-block-36 {
  border-radius: 6px;
}

.section-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.title-bg {
  background-image: linear-gradient(270deg, var(--gradient), var(--gradient-2));
}

.container-7 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.be-section {
  background-image: linear-gradient(270deg, var(--gradient), #5deac8);
  align-items: center;
  height: 100vh;
  display: flex;
}

.crad-text {
  margin-top: 84px;
  margin-left: 23px;
}

.be-card {
  flex: 0 auto;
  display: block;
}

.info-text {
  margin-top: 29px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.card-link {
  color: #ffffffd9;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 12px;
  font-weight: 200;
}

.card-title {
  color: var(--elements-webflow-library-neutral--100);
  font-size: 28px;
}

.div-block-37 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: flex-start;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 34px;
  text-decoration: none;
  display: flex;
}

.text-block-12 {
  color: #fff;
  font-size: 10px;
  font-weight: 200;
  text-decoration: none;
}

.heading-10 {
  color: var(--elements-webflow-library-neutral--100);
}

.appy-section {
  background-image: linear-gradient(270deg, #c50cf3, #0baef2);
  align-items: center;
  height: 100vh;
  display: flex;
}

.info-text-copy {
  margin-top: 0;
  margin-left: 0;
  padding-top: 117px;
  padding-bottom: 0;
}

.image-47 {
  padding-top: 56px;
}

.arachnys-section {
  background-image: linear-gradient(270deg, #969831 32%, #ffab08);
  align-items: center;
  height: 100vh;
  display: flex;
}

.gourvid-section {
  background-image: linear-gradient(135deg, #eb0707, #b81e8d);
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-37-copy {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  align-items: flex-start;
  padding-top: 55px;
  display: flex;
}

.arachnys_card_info {
  margin-top: 30px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.appy-info-card {
  margin-top: 0;
  margin-left: 0;
  padding-top: 117px;
  padding-bottom: 0;
}

.gourvid-title {
  background-image: linear-gradient(270deg, var(--gradient), var(--gradient-2));
}

.gourvid-text {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.gourvid-hero {
  background-image: linear-gradient(135deg, #eb0707, #b81e8d);
}

.g-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 34px;
  text-decoration: none;
  display: flex;
}

.gouvid-overview {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.moodboard {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 10px solid #f9f5f5;
  border-radius: 17px;
  padding-top: 0;
  display: flex;
}

.image-48 {
  aspect-ratio: auto;
  object-fit: cover;
  position: static;
}

.mocks-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 8px;
  padding: 26px 0;
  display: flex;
}

.de-brief-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 53px;
  padding-bottom: 0;
  display: grid;
}

.section-3-copy {
  color: #686868;
  padding-top: 55px;
}

.gourvid-stats, .heading-9-copy-copy {
  color: #b93332;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.debrief-p2 {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 200;
  line-height: 22px;
}

.gstats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.text-block-12-copy {
  color: #fff;
  font-size: 10px;
  font-weight: 200;
  text-decoration: none;
}

.appy-card-link, .arachnys-card-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 34px;
  text-decoration: none;
  display: flex;
}

.div-block-38 {
  color: #fff;
}

.image-2-copy {
  color: #f00000;
  -webkit-text-stroke-color: #ca4343;
  padding-top: 29px;
  padding-bottom: 29px;
}

.div-block-39 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.appy-card-mg {
  padding-top: 56px;
}

.gourvid-hero-copy {
  background-image: linear-gradient(135deg, #eb0707, #b81e8d);
}

.arachnys-hero-bg {
  background-image: linear-gradient(135deg, #ffab08, #969831);
}

.arachnys-text {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.a-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.ac-header {
  margin-top: 0;
  margin-left: 23px;
  padding-bottom: 84px;
}

.ac, .section-10 {
  color: #686868;
  padding-top: 55px;
}

.appy-bg {
  background-image: linear-gradient(90deg, #0baef2 18%, #c50cf3);
}

.appy-01 {
  color: #686868;
  padding-top: 55px;
}

.appy-uxrs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 12px;
  display: flex;
}

.appy-02 {
  color: #686868;
  padding-top: 55px;
}

.uxrs-appy02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 12px;
  display: flex;
}

.appy_03 {
  color: #686868;
  padding-top: 55px;
}

.appy-cont-03 {
  color: #686868;
}

.appy-mocks {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(270deg, #0a6a70 25%, #5ce8c7);
  border-radius: 8px;
  padding: 20px;
  display: flex;
}

.arriva-section {
  background-image: linear-gradient(90deg, #2d146e, #00becd);
  align-items: center;
  height: 100vh;
  display: flex;
}

.arriva-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 34px;
  text-decoration: none;
  display: flex;
}

.arriva-thumbail {
  padding-top: 56px;
}

@media screen and (min-width: 1280px) {
  .background-video-2 {
    width: 60%;
    margin-top: 106px;
  }

  .image-37 {
    max-width: 140%;
  }

  .text-17 {
    font-size: 1.4rem;
  }

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

  .text-8-copy, .bold-text-6 {
    color: #fff;
  }

  ._2-title {
    color: #f8e4e4;
  }

  .phase-2-copy {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

  .prototype {
    color: #fff;
  }

  .slide-2 {
    background-size: 75vw;
  }
}

@media screen and (min-width: 1440px) {
  .background-video-2 {
    width: 60%;
    margin-top: 75px;
    margin-left: -4px;
    padding-top: 0;
    padding-left: 0;
  }

  .image-37 {
    width: 100%;
  }

  .text-17 {
    margin-left: 294px;
  }

  .image-38 {
    width: 65%;
    margin-left: 578px;
  }
}

@media screen and (min-width: 1920px) {
  .gourvid-overview, .details {
    font-family: Lato, sans-serif;
  }

  .background-video-2 {
    width: 47.5%;
    height: 46%;
    margin-top: 58px;
  }

  .brochure {
    background-position: 100%;
    background-size: 100vw;
  }

  .text-17 {
    margin-left: 186px;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .default-custom {
    font-family: Lato, sans-serif;
  }

  .brochure-2 {
    background-position: 100%;
    background-size: 100vw;
  }

  .arachnys-overview, .arachnys-custom {
    font-family: Lato, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .gourvid-overview, .details, .gourvid-custom {
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .menu-button-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .burger-icon {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    display: flex;
  }

  .default-custom, .arachnys-overview, .arachnys-custom {
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    min-width: 1px;
    min-height: 1px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---card-link-img-bg {
    min-height: 440px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_18009931-23a8-b43b-2cb1-1f8ebc5acc3b-405285b4, #w-node-_18009931-23a8-b43b-2cb1-1f8ebc5acc44-405285b4, #w-node-_18009931-23a8-b43b-2cb1-1f8ebc5acc5d-405285b4, #w-node-_34d870df-32d9-785f-b694-9b0ff0deb66e-405285b4, #w-node-_34ba2bc8-86db-a746-153b-f9577abf92d5-405285b4, #w-node-e7e25b0c-0c61-7a99-5202-2bb03cc7fb3d-3cc7fb3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7e25b0c-0c61-7a99-5202-2bb03cc7fb3e-3cc7fb3a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e7e25b0c-0c61-7a99-5202-2bb03cc7fb3f-3cc7fb3a, #w-node-e7e25b0c-0c61-7a99-5202-2bb03cc7fb40-3cc7fb3a, #w-node-e7e25b0c-0c61-7a99-5202-2bb03cc7fb41-3cc7fb3a, #w-node-e7e25b0c-0c61-7a99-5202-2bb03cc7fb44-3cc7fb3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7e25b0c-0c61-7a99-5202-2bb03cc7fb46-3cc7fb3a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e7e25b0c-0c61-7a99-5202-2bb03cc7fb4d-3cc7fb3a, #w-node-e7e25b0c-0c61-7a99-5202-2bb03cc7fb52-3cc7fb3a, #w-node-e7e25b0c-0c61-7a99-5202-2bb03cc7fb53-3cc7fb3a, #w-node-f868a54e-789e-cab0-da1b-9fd88127a40c-3cc7fb3a, #w-node-e7e25b0c-0c61-7a99-5202-2bb03cc7fb54-3cc7fb3a, #w-node-e7e25b0c-0c61-7a99-5202-2bb03cc7fb57-3cc7fb3a, #w-node-e30fdfcc-c2cb-e4b3-6b09-1ed2f2e450a8-3cc7fb3a, #w-node-e7e25b0c-0c61-7a99-5202-2bb03cc7fb5b-3cc7fb3a, #w-node-c47e41ee-4e65-7b50-df3e-9fccf0ec00a5-3cc7fb3a, #w-node-ce866790-a76f-7028-a44d-23ae370f4ed8-3cc7fb3a, #w-node-_92825ffa-386e-6ee3-c4a1-6fcba6a6b3f0-3cc7fb3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


