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

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

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

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

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

@font-face {
  font-family: Abcwhyte book;
  src: url('../fonts/ABCWhyte-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcsimonmono Trial;
  src: url('../fonts/ABCSimonMono-Regular-Trial.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Wt Kormelink Roman Desk 1";
  src: url('../fonts/WT_Kormelink_Roman_DESK_1.1.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--background: #efefef;
  --color--text: #333;
  --blue-2: #1b3ab5;
  --maroon: #451124;
  --indian-red: #f4454d;
  --midnight-blue: #1b2745;
  --light-blue: #d0eaf9;
  --dark-green: #0e6d31;
  --orange2: #e57828;
  --dark-slate-grey: #002f33;
  --light-pink: #f2a2a0;
  --medium-violet-red: #94437d;
  --tomato: #fe5f3f;
  --dark--text: white;
  --cream-dark: #eae6d6;
  --light-cream: #fffcf3;
  --light-purple: #e6d6fc;
  --dark-purple: #b487ff;
  --lime-green: #d0f467;
  --digital--purp-cta: #7d61f7;
  --digital--purp-light: #7d61f7;
  --digital--purp-gradient: linear-gradient(180deg, #7d61f7 0%, #190863 100%);
  --digital--purp-gradient-hover: linear-gradient(180deg, #b49aff 0%, #7d61f7 100%);
  --digital--max-width--size: 90rem;
  --color--toggle: #c8c8c8;
  --color--toggle-offset: 0px;
  --color--tile: white;
  --digital--bg-light-grey: #efefef;
  --digital--mercury-gradient-1: #a0a9b3;
  --digital--mercury-gradient-2: #bdb5bb;
  --digital--purp-hover: #190863;
  --peru: #d77d3d;
  --pink-2: #f7d0d2;
  --blog-text-link-color: #919191;
  --thistle: #c6add3;
  --dark--background: #000000;
  --dark--toggle: #7d61f7;
  --dark--tile: #ffffff;
  --dark--toggle-offset: 1rem;
  --digital--dark-type: #333;
  --digital--arrow-grey: #dfdfdf;
  --digital--medium-grey: #252525;
  --digital--bg-dark-grey: #000000;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

body {
  background-color: var(--color--background);
  color: #333;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  min-width: 300px;
  max-width: 600px;
  color: var(--color--text);
  text-indent: 100px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcwhyte book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  overflow: visible;
}

h3 {
  min-width: 300px;
  max-width: 600px;
  color: var(--blue-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcwhyte book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

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

h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcwhyte book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

p {
  color: var(--color--text);
  background-image: none;
  margin-bottom: 10px;
  font-family: Saanstrial, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

a {
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  max-width: none;
  text-decoration: underline;
  display: inline;
}

blockquote {
  color: #000;
  border-left: 5px solid #e2e2e2;
  min-width: 300px;
  max-width: 600px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.navbar-home {
  z-index: 0;
  background-color: var(--maroon);
  min-width: 100%;
  height: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.container-2 {
  background-color: var(--maroon);
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  height: 40px;
  display: flex;
}

.home-link {
  color: var(--indian-red);
  align-items: center;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.burger-menu {
  align-self: center;
  width: 50px;
  height: 40px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.image-3 {
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

.footer-container {
  border-bottom: 2px #000;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90%;
  max-width: none;
  margin: 60px 0 45px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.social-footer-button {
  z-index: 2;
  text-align: center;
  background-color: #000;
  border: 2px #000;
  border-left-width: 1px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: static;
}

.social-footer-button:hover {
  border: 0 #fff;
  padding-bottom: 0;
  text-decoration: none;
}

.footer-social-link {
  background-color: #000;
  margin-left: 55px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 18px;
  position: relative;
}

.footer-social-link.left {
  z-index: 888;
  border: 1px #000;
  margin-left: 0;
  position: relative;
}

.container-5 {
  z-index: 999;
  min-width: 85%;
  height: 45px;
  color: var(--indian-red);
  background-color: #fff0;
  justify-content: space-between;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
}

.menu-button {
  z-index: 999;
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-button:active {
  background-color: #fff;
}

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

.menu-button.w--open {
  background-color: var(--midnight-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-5 {
  width: 195px;
  height: 40px;
  color: var(--indian-red);
  align-items: center;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.monish-button {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-items: center;
  width: 195px;
  height: 40px;
  padding-top: 5px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 30px;
  display: flex;
}

.nav-menu {
  z-index: 0;
  background-color: var(--midnight-blue);
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: none;
  position: fixed;
  inset: 0% 0% auto;
}

.work-container {
  margin-top: 0;
  display: flex;
}

.menu-links-container {
  z-index: 999;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: static;
}

.menu-grid {
  z-index: 999;
  grid-template-rows: .25fr 1fr 1fr 1fr 1fr 2fr;
  grid-template-columns: 2fr .25fr 1.75fr;
  width: 100vw;
  height: 96vh;
  margin-right: 0;
  padding-right: 70px;
  position: static;
}

.div-block-12 {
  margin-bottom: 20px;
  margin-left: 20px;
}

.social-button-underline {
  transform-origin: 50% 100%;
  border-bottom: 1.5px solid #fff;
  width: 100%;
  height: 1.5px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-copyright-container {
  flex-wrap: wrap;
  align-items: center;
  width: 55%;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

._2020-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  min-width: 275px;
  height: 20px;
  margin-right: 20px;
  display: flex;
}

.bottom-footer-container {
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 50px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.footer-social-container-right {
  flex-wrap: nowrap;
  place-content: center flex-end;
  align-items: center;
  width: 23%;
  height: 20px;
  margin-top: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-34 {
  flex-wrap: nowrap;
  place-content: center flex-end;
  align-items: center;
  width: 400px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.grafik-top-container-full-bleed {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
}

.black-gif-container {
  width: 150px;
  min-width: 80px;
  height: auto;
  min-height: auto;
}

.lightbox-wrapper {
  z-index: 99999;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.lightbox-container {
  z-index: 99999;
  color: #000;
  background-color: #000;
  width: 450px;
  height: 650px;
  margin: auto;
  position: absolute;
  inset: 0;
  box-shadow: 2px 2px 10px #7c7c7c;
}

.lightbox-container.content {
  z-index: 9999999;
  height: 700px;
  padding: 20px 34px;
}

.lightbox-gp-heading {
  color: #fff;
  width: 250px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: .95;
}

.paragraph-4 {
  color: #fff;
  width: 100%;
  margin-top: 20px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.lightbox-top-content {
  position: relative;
}

.lightbox-exit-container {
  cursor: pointer;
  background-color: #000;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lightbox-exit-container:hover {
  opacity: .6;
  background-color: #000;
}

.lightbox-exit-container:active {
  opacity: 1;
}

.lightbox-form-container {
  margin-top: 40px;
}

.form-block {
  margin-top: 60px;
  margin-bottom: 0;
  display: none;
}

.field-label-2 {
  color: #fff;
  margin-top: 10px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-field-2 {
  color: var(--indian-red);
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.submit-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  align-self: center;
  width: 40%;
  margin-top: 30px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 16px;
  display: block;
}

.submit-button:hover {
  color: #fff;
  background-color: #fff0;
}

.submit-button:active {
  color: #000;
  background-color: #fff;
}

.form {
  flex-direction: column;
  display: flex;
}

.lightbox-gif-container {
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-6 {
  width: 70px;
  height: 70px;
  display: block;
}

.footer-section {
  z-index: 99998;
  color: #000;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: auto;
  display: flex;
  position: relative;
}

.exit-button {
  cursor: pointer;
}

.text-block-6 {
  color: var(--maroon);
  border: 0 #000;
  font-family: Abcwhyte book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.success-message-2 {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 100px;
  margin-left: 42px;
  margin-right: 42px;
}

.error-message {
  border: 2px solid var(--indian-red);
  background-color: var(--indian-red);
  text-align: center;
  border-radius: 50px;
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  font-family: Abcwhyte book, sans-serif;
  font-size: 12px;
}

.text-block-7 {
  color: var(--maroon);
  font-family: Abcwhyte book, sans-serif;
  font-size: 16px;
}

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

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

.image-11 {
  width: auto;
}

.about-link {
  color: var(--light-blue);
  align-items: flex-end;
  font-family: Abcwhyte book, sans-serif;
  font-size: 90px;
  text-decoration: none;
  display: flex;
}

.about-link.w--current {
  color: var(--light-blue);
}

.contact-link {
  height: auto;
  color: var(--light-blue);
  font-family: Abcwhyte book, sans-serif;
  font-size: 90px;
  text-decoration: none;
  display: block;
}

.contact-link.w--current {
  color: var(--light-blue);
}

.blog-link {
  color: var(--light-blue);
  font-family: Abcwhyte book, sans-serif;
  font-size: 90px;
  text-decoration: none;
  display: block;
}

.blog-link.w--current {
  color: var(--light-blue);
}

._01-menu-link {
  height: auto;
  color: var(--light-blue);
  font-family: Romie, sans-serif;
  font-size: 30px;
  text-decoration: none;
}

._01-menu-link.w--current {
  font-size: 30px;
}

._02-menu-link-2, ._03-menu-link, ._04-menu-link {
  color: var(--light-blue);
  font-family: Romie, sans-serif;
  font-size: 30px;
  text-decoration: none;
}

.image-13 {
  max-width: 80%;
}

.menu-line {
  perspective-origin: 0 100%;
  width: 22px;
  height: 2px;
  transform: ;
  transform-origin: 0 100%;
  background-color: #000;
}

.menu-line.top {
  perspective: none;
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 26px;
}

.menu-line.middle {
  width: 26px;
}

.menu-line.bottom {
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 26px;
}

.div-block-158 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 2px 0;
  display: flex;
}

.div-block-158:active {
  background-color: #fff0;
}

.text-block-28 {
  height: 50px;
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 20px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 90px;
  text-decoration: none;
}

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

.link-block-10.w--current {
  margin-top: 0;
}

.body {
  background-color: var(--color--background);
}

.navbar {
  z-index: 99999;
  background-color: #1b274500;
  width: auto;
  height: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.image-39 {
  max-width: 40%;
}

.gp-gif-container {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.blog-heading-container {
  justify-content: center;
  display: flex;
}

.gp-huge-text-section {
  align-self: center;
  width: 90%;
  margin-top: 80px;
  margin-bottom: 60px;
}

.gp-huge-text-container {
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.gp-hp-h-line {
  background-color: #000;
  width: auto;
  height: 3px;
  margin-top: 20px;
}

.button-13 {
  color: #fff;
  background-color: #000;
  border: 3px solid #000;
  border-radius: 40px;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 16px;
}

.gp-hp-button-17 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: white;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 16px;
  line-height: 27px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gp-hp-button-17:hover {
  opacity: 0;
  color: #000;
  background-color: #000;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
}

.page-loader {
  z-index: 99999;
  background-color: var(--color--background);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.monish-button-white {
  color: #fff;
  align-items: center;
  width: 195px;
  height: 40px;
  margin-top: 5px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 30px;
  line-height: 20px;
  display: flex;
}

.menu-line-white.top {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #fff;
  width: 26px;
  height: 2px;
}

.menu-line-white.middle {
  background-color: #fff;
  width: 26px;
  height: 2px;
}

.menu-line-white.bottom {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #fff;
  width: 26px;
  height: 2px;
}

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

.subscribe-page {
  background-color: #000;
}

.subpage-section {
  justify-content: center;
  height: 100%;
  display: flex;
}

.subpage-section-85 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  width: 85%;
  height: 1200px;
  display: flex;
}

.subpage-copy-side {
  width: 50%;
  height: 100%;
}

.subpage-image-side {
  width: 50%;
  height: 100%;
  padding-top: 139px;
}

.paragraph-28 {
  color: #fff;
  max-width: 670px;
  margin-right: 80px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.div-block-466 {
  margin-top: 223px;
}

.link-217 {
  color: #fff;
  font-family: Romie, sans-serif;
  text-decoration: underline;
}

.link-219 {
  color: #fff;
  font-family: Romie, sans-serif;
}

.draggable {
  background-image: url('../images/DyqYO31XgAAWsz7.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
  height: 390px;
  text-decoration: none;
}

.draggable.danny {
  background-image: url('../images/B0021385_edit.jpg');
  background-position: 50%;
  background-size: cover;
}

.draggable.tyrus {
  background-image: url('../images/Tyrus-Grafik-Paragraph-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.draggable.pinterest {
  background-image: url('../images/madethought_pinterest_01.gif');
  background-position: 50%;
  background-size: cover;
}

.draggable.m1 {
  background-image: url('../images/M1-Dither-Graphic.jpg');
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

.subpage-h1 {
  background-color: var(--dark-green);
  width: 100%;
  height: 100%;
}

.subpage-h1.blue {
  background-color: var(--midnight-blue);
}

.subpage-h1.red {
  background-color: var(--maroon);
}

.subpage-h1.orange {
  background-color: var(--orange2);
}

.subpage-h1.teal {
  background-color: var(--dark-slate-grey);
}

.subpage-h1-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.paragraph-29 {
  color: #fff;
  margin-bottom: 0;
  font-family: Romie, sans-serif;
  font-size: 28px;
  line-height: 38px;
  text-decoration: none;
}

.text-block-129 {
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 12px;
}

.div-block-470 {
  width: 30px;
  height: 30px;
}

.cursor-newsletter {
  background-image: url('../images/Newsletter.gif');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 130px;
  margin-top: 16px;
  margin-left: 16px;
  position: absolute;
}

.cursor-mon {
  background-image: url('../images/Mon-Lenticular.gif');
  background-position: 50% 0;
  background-size: cover;
  width: 170px;
  height: 130px;
  margin-top: 16px;
  margin-left: 16px;
  position: absolute;
}

.mon-link {
  color: #fff;
  font-family: Romie, sans-serif;
}

.cursor-interview {
  background-image: url('../images/Writing.gif');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 130px;
  margin-top: 16px;
  margin-left: 16px;
  position: absolute;
}

.m1-drag-block {
  z-index: 21;
  width: 300px;
  margin-top: -173px;
  margin-left: 398px;
  position: relative;
}

.danny-drag-block {
  z-index: 20;
  width: 300px;
  margin-top: -159px;
  margin-left: 121px;
  position: relative;
}

.tyrus-drag-block {
  z-index: 4;
  width: 300px;
  margin-top: -636px;
  margin-left: 522px;
  position: relative;
}

.pinterest-drag-block {
  width: 300px;
  margin-top: -326px;
  margin-left: 277px;
  position: relative;
}

.rimowa-drag-block {
  width: 300px;
  margin-left: 54px;
}

.div-block-476 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 29px;
  display: flex;
}

.text-block-130 {
  color: #797979;
  text-align: left;
  width: 300px;
  height: 30px;
  margin-right: 0;
  font-family: Abcwhyte book, sans-serif;
  font-size: 17px;
}

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

.block-cms-section {
  justify-content: center;
  width: 90%;
  margin-top: 130px;
  display: flex;
}

.collection-list-wrapper-2 {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 130px;
  grid-template: ". ."
                 ". ."
                 "Area Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.article-thumbnail-wrapper {
  flex-direction: column;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.thumbnail-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 450px;
  text-decoration: none;
}

.thumbnail-link.header-article {
  aspect-ratio: 3 / 2;
  height: 100%;
}

.thumbnail-text-wrapper {
  flex-flow: column;
  place-content: stretch space-between;
  align-items: stretch;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 15px;
  display: flex;
}

.thumbnail-text-wrapper.header {
  height: auto;
  margin-top: 12px;
}

.thumbnail-heading {
  color: #000;
  font-family: Abcwhyte book, sans-serif;
  font-size: 30px;
  line-height: 32px;
  text-decoration: none;
}

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

.thumbnail-blurb {
  color: #000;
  background-image: none;
  width: auto;
  max-width: none;
  margin-top: 7px;
  margin-bottom: 0;
  font-family: Abcwhyte book, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.date-button-block {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

.date-button-block.header {
  margin-top: 20px;
}

.text-block-132 {
  color: #000;
  font-family: Romie, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.thumbnail-hover {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-133 {
  font-size: 80px;
  line-height: 20px;
}

.gp-hp-button-17-outline {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 60px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 16px;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-482 {
  margin-right: 4px;
  display: flex;
  position: relative;
}

.blog-body-section {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.blog-header-image-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
  position: fixed;
}

.text-block-137 {
  font-family: Abcwhyte book, sans-serif;
  text-decoration: underline;
}

.link-block-72 {
  color: var(--light-pink);
  line-height: 15px;
  text-decoration: none;
}

.blog-intro-section-template {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}

.blog-intro-section-template-container {
  justify-content: center;
  display: flex;
}

.blog-intro-section-template-container-85 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  display: flex;
}

.text-block-138 {
  color: #000;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  max-width: 1500px;
  font-family: Romie, sans-serif;
  font-size: 100px;
  line-height: 110px;
  display: flex;
}

.blog-template-subhead-container {
  justify-content: center;
  margin-top: 120px;
  display: flex;
}

.blog-template-subhead-container-2 {
  justify-content: center;
  max-width: 1000px;
  display: flex;
}

.text-block-139 {
  color: #000;
  text-align: center;
  font-family: Romie, sans-serif;
  font-size: 40px;
  line-height: 54px;
}

.blog-intro-copy-template-container {
  width: 85%;
  margin-top: 120px;
}

.blog-intro-copy-template-container-2 {
  justify-content: center;
  display: flex;
}

.intro-left-paragraph {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  max-width: 600px;
  margin-right: 20px;
  display: flex;
}

.intro-right-paragraph {
  width: 50%;
  max-width: 600px;
  margin-left: 20px;
}

.social-links-container {
  flex-direction: column;
  width: 100%;
  min-width: auto;
  max-width: none;
  display: flex;
}

.text-block-140 {
  color: #000;
  font-family: Abcwhyte book, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.text-block-141 {
  color: #000;
  font-family: Abcwhyte book, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: inline;
}

.link-block-73 {
  color: #000;
  margin-top: 5px;
  display: block;
}

.link-block-74, .link-block-75 {
  color: #000;
  margin-top: 5px;
}

.rte {
  min-width: auto;
  max-width: none;
  color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Abcwhyte book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  position: relative;
}

.rte h2 {
  color: var(--medium-violet-red);
  text-indent: 0;
  font-size: 20px;
}

.rte h4 {
  min-width: 300px;
  max-width: 600px;
  color: var(--tomato);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcwhyte book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  position: static;
}

.rte h6 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 300px;
  max-width: 600px;
  display: inline-block;
}

.rte.body {
  clear: none;
  text-align: left;
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #fff;
  flex-flow: column;
  order: 0;
  place-content: flex-start center;
  align-self: auto;
  align-items: center;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.rte h1 {
  color: #000;
  justify-content: flex-start;
  width: auto;
  min-width: 300px;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abcwhyte book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: inline;
}

.rte h3 {
  min-width: 300px;
  max-width: 600px;
  display: inline-block;
}

.blog-body-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.body-9 {
  align-items: center;
}

.grafik-bar-container-template {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-top: 800px;
  display: flex;
  position: relative;
}

.gb-heading {
  align-items: center;
  margin-left: 60px;
  display: flex;
}

.gb-dates {
  margin-right: 60px;
  display: flex;
}

.text-block-142 {
  font-family: Abcwhyte book, sans-serif;
  font-size: 50px;
}

.gb-links-container {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.text-block-143 {
  font-family: Abcwhyte book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.cta-block-template-container {
  width: 600px;
  min-width: 300px;
  max-width: 600px;
  margin-top: 50px;
}

.cta-copy-container {
  color: #bdbdbd;
  margin-top: 50px;
}

.cta-copy-end {
  color: #adadad;
}

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

.cms-header-section {
  justify-content: center;
  width: 90%;
  display: flex;
}

.cms-header-section-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.cms-feature-article {
  width: 100%;
  margin-right: 15px;
}

.cms-article-2 {
  width: 100%;
  margin-left: 0;
}

.pagination {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 120px;
}

.div-block-488 {
  max-width: 1200px;
}

.previous, .next {
  color: #fff;
  background-color: #000;
  border-width: 2px;
  border-color: #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 7px 17px;
  margin-left: 0;
  margin-right: 0;
  font-family: Abcwhyte book, sans-serif;
  line-height: 13px;
  text-decoration: none;
  display: inline-flex;
}

.previous:hover, .next:hover {
  color: #000;
  background-color: #fff;
}

.text-block-145, .text-block-146 {
  text-align: center;
  font-family: Abcwhyte book, sans-serif;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
}

.text-block-146 {
  border: 0 solid #000;
  border-radius: 0;
}

.div-block-489 {
  background-color: var(--maroon);
  border-bottom: 0 #000;
  border-radius: 15px;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 25px;
}

.div-block-489.black {
  background-color: #fff;
}

.div-block-490 {
  justify-content: flex-end;
  display: flex;
}

.paragraph-31 {
  color: var(--indian-red);
  background-image: none;
  font-family: Abcwhyte book, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.paragraph-31.black {
  color: #000;
}

.body-11 {
  align-items: stretch;
}

.body-11.gp-body {
  background-color: var(--dark--text);
}

.cms-header-100 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.cms-body-100 {
  justify-content: center;
  margin-bottom: 200px;
  display: flex;
}

.div-block-527 {
  width: 400px;
  min-width: auto;
  height: auto;
  padding-right: 0;
}

.gradient-section {
  background-image: url('../images/Gradient-5-Web.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: none;
}

.container-14 {
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 40px;
}

.div-block-542 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: max-content auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-164 {
  color: #fff;
  text-transform: none;
  font-family: Librebaskerville;
  font-size: 28px;
  font-weight: 100;
  line-height: 34px;
}

.links {
  color: #fff;
}

.div-block-543 {
  position: relative;
}

.image-101 {
  width: 80px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-102 {
  width: 100%;
}

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

.red-text-field {
  border: 1px solid var(--indian-red);
  background-color: var(--maroon);
  height: auto;
  color: var(--indian-red);
  border-radius: 100px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.red-text-field::placeholder {
  color: var(--indian-red);
}

.red-text-field.black {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.red-text-field.black::placeholder {
  color: #000;
  text-shadow: 0 1px 1px #0003;
}

.ref-field-label {
  color: var(--indian-red);
  font-family: Abcwhyte book, sans-serif;
  font-weight: 400;
  display: none;
}

.ref-field-label.black {
  color: #fff;
}

.red-submit-button {
  border: 1px solid var(--indian-red);
  background-color: var(--indian-red);
  color: var(--maroon);
  border-radius: 100px;
  margin-left: 0;
  padding: 7px 17px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 13px;
  line-height: 13px;
}

.red-submit-button:hover {
  background-color: var(--maroon);
  color: var(--indian-red);
}

.red-submit-button.black {
  color: #000;
  vertical-align: baseline;
  background-color: #fff;
  border-color: #fff;
  width: auto;
}

.red-submit-button.black:hover {
  aspect-ratio: auto;
  color: #fff;
  text-align: left;
  background-color: #000;
  border-color: #fff;
  display: block;
  position: static;
}

.red-submit-button.b-w {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.red-submit-button.b-w:hover {
  color: #000;
  background-color: #fff;
}

.success-message-red {
  background-color: var(--indian-red);
  border-radius: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 16px;
}

.black-form-block {
  margin-top: 30px;
  display: none;
}

.div-block-544 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.page-wrapper {
  max-width: 1800px;
  display: block;
}

.page-bg {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.home-content-section {
  z-index: 99999;
  height: auto;
  margin-top: 120px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.home-wrapper {
  z-index: 9999;
  background-color: var(--cream-dark);
  border-radius: 60px;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding: 50px;
  position: relative;
}

.who-wrapper {
  max-width: none;
  padding: 0;
}

.available-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.avail-button-container {
  padding-left: 10px;
  padding-right: 10px;
}

.avail-button-div {
  background-color: #202124;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  display: flex;
}

.avail-button-image {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-right: 8px;
  display: flex;
}

.avail-div {
  background-color: var(--light-cream);
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: flex;
}

.subheader {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Pitch, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.subheader.black {
  color: #000;
  font-family: Pitch, sans-serif;
}

.h1 {
  min-width: auto;
  max-width: none;
  color: var(--color--text);
  text-indent: 0;
  word-break: normal;
  direction: ltr;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saans, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 125%;
}

.h1.mercury-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#a0a9b3, #bdb5bb);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  font-family: Saans, Arial, sans-serif;
  font-weight: 500;
  display: inline;
}

.h1.inline {
  color: var(--color--text);
  padding-left: 0;
  font-family: Saans, Arial, sans-serif;
  font-weight: 500;
  line-height: 120%;
  display: inline-block;
}

.h1.inline.toil-studio {
  display: inline-block;
}

.h1.white {
  color: #fff;
  line-height: 125%;
}

.h1.splittexttest {
  color: #a0a9b3;
  display: inline;
}

.text-block-166 {
  font-family: Saans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.image-103 {
  width: 14px;
  height: 14px;
}

.first-3-project-section {
  margin-top: 60px;
  padding-top: 0;
}

.first-3-project-container {
  max-width: none;
}

.first-3-project-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: 2fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 900px;
  display: grid;
}

.first-project-container {
  object-fit: cover;
  border-radius: 40px;
  position: relative;
}

.second-project-container {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.second-project-container.test {
  height: 100%;
  position: static;
}

.image-104 {
  object-fit: cover;
  border-radius: 40px;
  height: 100%;
}

.image-105 {
  object-fit: cover;
  border-radius: 1000px;
  height: 100%;
  overflow: hidden;
}

.project-link {
  border-radius: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-106 {
  object-fit: cover;
  border-radius: 130px;
  height: 100%;
}

.newsletter-section {
  margin-top: 150px;
  margin-bottom: 150px;
}

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

.newsletter-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blur-h-container {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blur-h-wrapper {
  z-index: 999;
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #e6d6fc33;
  border: .7px solid #838383;
  border-radius: 46px;
  width: auto;
  height: auto;
  position: relative;
}

.blur-h-div {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.blur-h-div.small {
  padding-left: 10px;
  padding-right: 10px;
}

.black-h-cloak {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #202124bf;
  border-radius: 1000px;
  display: block;
  position: absolute;
  inset: 0%;
}

.black-h-cloak._40-r-round {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 40px;
}

.black-h-cloak._130-r-round {
  border-radius: 130px;
}

.black-h-cloak._100-r-round {
  border-radius: 100px;
  overflow: hidden;
}

.h2 {
  min-width: auto;
  max-width: none;
  color: var(--color--text);
  text-align: left;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saans, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.h2.grey {
  color: #bbb;
}

.h-dags-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-top: 5px;
  display: grid;
}

.tag-button {
  background-color: var(--light-purple);
  border-radius: 4px;
  padding: 5px 12px;
  display: block;
}

.tag-text {
  text-align: center;
  text-transform: uppercase;
  font-family: Pitch, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.view-button-wapper {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.view-button-wapper.footer {
  justify-content: flex-end;
  align-items: center;
}

.view-button-wapper.footer.center {
  flex-flow: column;
  align-self: center;
}

.view-button-div {
  background-color: #202124;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  word-break: normal;
  font-family: Saans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  position: static;
}

.arrow-circle {
  background-color: #524e54;
  border: .5px solid #838383;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.image-107 {
  height: 15px;
}

.button-text-wrapper {
  margin-left: 25px;
  margin-right: 20px;
  overflow: hidden;
}

.newsletter-purple-container {
  border: 1px solid var(--dark-purple);
  background-color: var(--light-purple);
  border-radius: 40px;
  padding: 30px 40px;
}

.newsletter-emoji-div {
  border: 1px solid var(--dark-purple);
  background-color: var(--light-purple);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-168 {
  font-size: 100px;
  line-height: 100px;
}

.about-section {
  margin-top: 0;
}

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

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

.grey-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d9d9d9;
  border: 1px solid #838383;
  border-radius: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
}

.portrait-container {
  position: relative;
}

.image-108 {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
}

.h3 {
  min-width: auto;
  max-width: none;
  color: var(--color--text);
  text-align: left;
  font-family: Saans, Arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 125%;
}

.h3.mercury-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#a0a9b3, #bdb5bb);
  -webkit-background-clip: text;
  background-clip: text;
  min-width: auto;
  max-width: none;
  font-family: Saans, Arial, sans-serif;
}

.projects-continued-section {
  margin-top: 150px;
}

.projects-continued-container {
  max-width: none;
}

.projects-continued-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-copy-wrapper {
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-32 {
  margin-bottom: 0;
  font-family: Saans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

.about-tag-container {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.about-tag-div {
  background-color: var(--lime-green);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  display: block;
}

._4th-project-container {
  overflow-wrap: normal;
  border-radius: 40px;
}

.link-220 {
  display: inline;
}

.link-220:hover {
  color: #ff4500;
}

.newsletter-form-block {
  margin-top: 50px;
  margin-bottom: 0;
}

.image-109 {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.purple-footer-section {
  z-index: 9;
  background-color: var(--light-cream);
  object-fit: fill;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: sticky;
  inset: auto 0% 0;
}

.purple-footer-container {
  max-width: none;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.purple-footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 2fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  display: grid;
}

.purple-footer-logo-container {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
}

.purple-footer-inner-wrapper {
  border: 1px solid var(--dark-purple);
  background-color: var(--light-purple);
  border-radius: 40px;
  text-decoration: none;
}

.purple-footer-inner-wrapper._100-r-round {
  border-radius: 100px;
}

.purple-footer-inner-wrapper._100-r-round:hover {
  background-color: #d7beff;
  border-radius: 100px;
}

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

.button-text-inner-wrapper {
  position: relative;
}

.button-text-absolute {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  word-break: normal;
  font-family: Saans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
}

.button-transition-shape {
  background-color: #ffffff26;
  border-radius: 100px;
  display: block;
  position: absolute;
  inset: 0%;
}

.submit-button-2 {
  background-color: #202124;
  border-radius: 100px;
  height: 45px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Saans, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.submit-button-2:hover {
  background-color: #414245;
}

.submit-button-2.original-form {
  display: none;
}

.div-block-549 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.purple-newsletter-input {
  background-color: var(--light-purple);
  color: #202124;
  border: 1px solid #202124;
  border-radius: 100px;
  height: auto;
  margin-bottom: 0;
  margin-right: 15px;
  padding-left: 25px;
  font-size: 17px;
  line-height: 17px;
  display: none;
}

.success-purple {
  background-color: var(--light-purple);
  border: 1px solid #202124;
  border-radius: 100px;
  height: 55px;
  padding-top: 17px;
  padding-bottom: 20px;
  font-family: Saanstrial, Arial, sans-serif;
}

.success-purple-text {
  color: #202124;
  text-align: center;
  font-family: Saans, Arial, sans-serif;
  font-weight: 400;
}

.purple-error-message {
  background-color: var(--light-purple);
  border: 1px solid #202124;
  border-radius: 100px;
  height: 55px;
  padding-top: 15px;
}

.project-container {
  height: 100%;
  position: relative;
}

.image-110 {
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.purple-footer-div {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 25px 30px 30px;
  display: flex;
}

.purple-footer-div:hover {
  background-color: #d7beff;
  border-radius: 40px;
}

.purple-footer-div.contact:hover {
  background-color: #d7beff00;
  border-radius: 0;
}

.footer-title {
  font-family: Saans, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.footer-title.centre {
  text-align: center;
}

.email-container {
  margin-bottom: 0;
}

.text-block-169 {
  font-family: Saans, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.text-block-170 {
  text-align: center;
  font-size: 80px;
  line-height: 80px;
}

.nav-section {
  z-index: 8;
  width: 100%;
  height: 170px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-inner-container {
  background-color: var(--cream-dark);
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 2px 15px 2px 10px;
  display: flex;
}

.nav-text {
  color: #000;
  font-family: Saans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-text:hover {
  color: #89808d;
}

.nav-link {
  color: var(--color--text);
  margin-left: 0;
  margin-right: 0;
  font-family: Saanstrial, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--digital--purp-cta);
}

.chat-button {
  border: 1px solid var(--dark-purple);
  background-color: var(--light-purple);
  color: #000;
  letter-spacing: .3px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-family: Saans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.chat-button:hover {
  color: var(--dark-purple);
}

.chat-button.copy {
  color: #fff;
  letter-spacing: .3px;
  background-color: #202124;
  border-color: #838383;
}

.chat-button.copy:hover {
  color: var(--dark-purple);
}

.nav-donut {
  height: 60px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.work-link {
  margin-left: 30px;
  margin-right: 15px;
  text-decoration: none;
}

.work-link:hover {
  color: var(--dark-purple);
}

.info-link {
  margin-left: 20px;
  margin-right: 30px;
  text-decoration: none;
}

.image-111 {
  height: 125px;
}

.button-14 {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 7px 17px;
  font-family: Abcwhyte book, sans-serif;
  font-size: 13px;
  line-height: 13px;
  display: flex;
}

.button-14:hover {
  color: #000;
  background-color: #fff;
}

.footer-mask {
  width: 100%;
  margin-top: -100vh;
}

.spacer {
  height: 100vh;
}

.chat-button-wrapper {
  position: relative;
}

.copy-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.emoji-container {
  border: 1px #000;
}

.grafik-paragraph-link:hover {
  color: var(--dark-purple);
}

.heading-3 {
  text-indent: 0;
  font-family: Saans, Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.paragraph-link:hover {
  color: var(--dark-purple);
}

.logo-blur-container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #e6d6fc33;
  border: .7px solid #838383;
  border-radius: 20px;
  margin: 25px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.everie-mobile-image {
  display: none;
}

.link-block-82.w--current {
  width: 100%;
}

.footer-logo-container {
  width: 100%;
  margin-top: 15px;
}

.footer-sub-container {
  max-width: 50%;
}

.grey-bg {
  background-color: #dcd7d1;
  width: 100%;
  height: 100vh;
}

.div-block-552 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 141px;
  display: flex;
}

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

.slider-button {
  margin-left: 4px;
  margin-right: 4px;
}

.list {
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  overflow: scroll;
}

.item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-width: 30vw;
  height: 50vh;
  margin-right: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

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

.slider-button-wrap {
  justify-content: space-between;
  padding: 15px 25px 15px 54px;
  display: flex;
}

.slider-contain {
  width: 100%;
  overflow: hidden;
}

.section {
  background-color: #fff4dc;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.wrapper {
  overflow: hidden;
}

.interaction_contain.u-container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.interaction_cms_wrap {
  display: none;
}

.interaction_img {
  aspect-ratio: 2 / 3;
  border-radius: .5rem;
  flex: none;
  width: 30vw;
  min-width: 8rem;
}

.interaction_visual_wrap {
  pointer-events: none;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.interaction_template {
  display: none;
}

.interaction_wrap {
  text-align: center;
  align-self: auto;
}

.interaction_img_wrap {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

.u-contain {
  max-width: var(--digital--max-width--size);
  padding: 2.5rem;
  position: relative;
}

.u-contain.value-prop-contain {
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
}

.u-section {
  position: relative;
}

.nav-contain {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-items-contain {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-text-links {
  order: 0;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.nav-link-div {
  margin-right: 1rem;
}

.toggle_wrap {
  border-radius: 100vw;
  width: 2.6rem;
  min-width: 2.6rem;
  height: 1.5rem;
  padding: .2rem;
  transition: background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

html:not(.dark-mode) .toggle_wrap {
  background-color: #c8c8c8;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.16);
}

html.dark-mode {
  --color--tile: #1a1a1a;
}

html.dark-mode .toggle_wrap {
  background-color: #7d61f7 !important;
  background-image: none !important;
}

.toggle_wrap:hover {
  opacity: 1;
}

html:not(.dark-mode) .toggle_wrap:hover {
  background-color: #7a7a7a;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.28), 0 2px 6px rgba(0, 0, 0, 0.14);
}

html:not(.dark-mode) .toggle_wrap:hover .toggle_inner {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.38);
}

html.dark-mode .toggle_wrap:hover {
  background-color: #b49aff !important;
  background-image: none !important;
}

html.dark-mode .toggle_wrap:hover .toggle_inner {
  background-color: #fff;
}

html.dark-mode .project-details-layout {
  background-color: #1a1a1a;
  color: #fff;
}

html.dark-mode .project-details-layout .test-h2 {
  color: #fff;
}

html.dark-mode .project-details-layout .h2.grey {
  color: #a3a3a3;
}

html.dark-mode .project-link-card {
  color: #fff;
}

.toggle_inner {
  width: 1.2rem;
  height: 100%;
  margin-left: var(--color--toggle-offset);
  background-color: #fff;
  border-radius: 100vw;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  transition: margin-left 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.value-prop-text_wrap {
  width: 50%;
}

.projects-contain {
  max-width: var(--digital--max-width--size);
  padding: 2.5rem;
  position: relative;
}

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

.project-card {
  z-index: 10;
  position: relative;
}

.project-visual {
  z-index: 10;
  aspect-ratio: 6.75 / 4.21;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: static;
}

.project-details-layout {
  z-index: 10;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--color--tile);
  min-height: auto;
  color: var(--color--text);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 1.75rem 3rem;
  display: flex;
  position: static;
}

.project-details-layout.project-page {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
}

.project-details-layout.project-page.thin-bar {
  min-height: auto;
}

.project-det-type {
  width: 100%;
  color: var(--color--text);
}

.project-det-type.project-page {
  width: 75%;
}

.project-link-card {
  color: var(--color--text);
  border-radius: 10px;
  text-decoration: none;
}

.site-color-wrap {
  background-color: var(--color--background);
  width: 100vw;
  height: auto;
}

.project-tease-image {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.sub-section {
  position: relative;
}

.sub-contain {
  max-width: var(--digital--max-width--size);
  padding: 6.25rem 2.5rem;
  position: relative;
}

.sub-layout {
  width: 50%;
}

.sub-title {
  margin-bottom: 1.5rem;
}

.sub-link {
  color: var(--color--text);
}

.sub-link:hover {
  color: var(--digital--purp-cta);
}

.sub-button {
  background-color: var(--digital--purp-cta);
  color: var(--digital--bg-light-grey);
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-family: Saans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
}

.sub-button:hover {
  background-color: var(--digital--purp-hover);
  background-image: var(--digital--purp-gradient);
}

.slider-section {
  position: static;
  overflow: hidden;
}

.content-slider-contain {
  width: 100%;
  max-width: var(--digital--max-width--size);
  padding: 2.5rem 0 2.5rem 2.5rem;
  position: relative;
  overflow: visible;
}

.swiper-slide {
  width: 100%;
  display: flex;
  overflow: visible;
}

.swiper-wrapper {
  flex-flow: row;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: visible;
}

.swiper {
  padding-left: 0;
  overflow: visible;
}

.swiper.overflow {
  width: 100%;
  overflow: visible;
}

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

.slide-visual {
  aspect-ratio: 3.43 / 4.43;
  object-fit: fill;
}

.slide-image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.slide-layout {
  padding: 1rem 1rem 0;
}

.content-title-contain {
  margin-bottom: 0;
  padding-left: 0;
}

.footer_container {
  max-width: var(--digital--max-width--size);
  padding: 11.25rem 2.5rem 2.5rem;
  position: relative;
}

.footer_layout {
  background-color: var(--color--tile);
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 2.5rem 17.5rem;
  display: flex;
}

.footer_links_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: auto;
  max-width: 50%;
  display: flex;
}

.footer_newsletter {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_social-links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-links-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  display: flex;
}

.social-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.h6 {
  color: var(--color--text);
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.h6.white {
  color: #fff;
}

.text-link {
  color: var(--color--text);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#a0a9b3, #bdb5bb);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Saans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-link:hover {
  color: var(--digital--purp-cta);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.text-link.white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.text-link.white:hover {
  color: var(--digital--purp-cta);
}

.paragraph-36 {
  background-image: linear-gradient(180deg, var(--digital--mercury-gradient-1), var(--digital--mercury-gradient-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}

.footer-links-outer-container {
  flex-flow: row;
  display: flex;
}

.content_section-project {
  position: relative;
}

.project-content-container {
  max-width: var(--digital--max-width--size);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem 2.5rem 2.5rem;
  display: grid;
  position: relative;
}

.copy_section-project {
  position: relative;
}

.copy-project-container {
  height: auto;
  max-width: var(--digital--max-width--size);
  padding: 2.5rem;
  position: relative;
}

.project-image_full-bleed {
  aspect-ratio: 1.5;
  object-fit: cover;
}

.project-full-bleed-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.project-image-double {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.project-portrait-image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.project-video-portrait {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.project-video-full-bleed, .video {
  border-radius: 10px;
}

.grid-cell {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.paragraph-37 {
  background-image: none;
}

.video-wrapper-full {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.video-wrapper-full-3-2 {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
}

.pill_wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  display: none;
}

.industry_button {
  background-image: linear-gradient(#62656a, #989ea5);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.industry-text {
  color: #fff;
  letter-spacing: .04em;
  white-space: nowrap;
  font-family: Saans, Arial, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1em;
}

.pill-layout {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #d9d9d9;
  border-radius: 100px;
  align-items: stretch;
  padding: .2rem;
  display: flex;
}

.project_intro-section {
  position: relative;
}

.project_intro-container {
  max-width: var(--digital--max-width--size);
  padding: 2.5rem 2.5rem 0;
  position: relative;
}

.live-site-button {
  background-color: var(--digital--purp-cta);
  color: #fff;
  text-align: center;
  letter-spacing: .04em;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Saans, Arial, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  display: flex;
}

.live-site-button:hover {
  background-color: var(--digital--purp-cta);
  background-image: var(--digital--purp-gradient);
}

.copy-project-wrapper {
  background-color: var(--color--tile);
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.5rem 2.5rem 10rem;
  display: flex;
}

.copy-project-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 50%;
  padding-right: 3rem;
  display: flex;
}

.copy-project-info-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.pill-wrapper {
  margin-top: 2rem;
}

.mercury-para {
  color: var(--color--text);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 0;
  font-family: Saans, Arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 130%;
}

.mercury-para.white {
  color: #fff;
}

.project-h1 {
  text-indent: 0;
  min-width: auto;
  max-width: none;
  font-family: Saans, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1em;
}

.info_wrapper {
  z-index: 999;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  mix-blend-mode: normal;
  background-color: #5c5c5ce6;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.info_section {
  width: 100%;
  height: auto;
  position: relative;
}

.info_container {
  width: 100%;
  height: 100%;
  max-width: var(--digital--max-width--size);
  padding: 2.5rem;
  position: relative;
}

.info_content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(180deg, var(--digital--mercury-gradient-1), var(--digital--mercury-gradient-2));
  opacity: 1;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.white-line {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.info_layout {
  justify-content: space-between;
  display: flex;
}

.mon-portrait-image {
  object-fit: cover;
  border-radius: 10px;
  width: 33%;
  min-width: 350px;
  min-height: auto;
  position: relative;
}

.info_copy-layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.test-h2 {
  text-align: left;
  text-indent: 0;
  font-family: Saanstrial, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

@media screen and (min-width: 1440px) {
  body {
    color: var(--color--text);
  }

  .lightbox-wrapper {
    display: none;
  }

  .submit-button {
    width: auto;
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-link, .contact-link, .blog-link {
    font-size: 130px;
  }

  ._01-menu-link, ._01-menu-link.w--current, ._02-menu-link-2, ._03-menu-link, ._04-menu-link {
    font-size: 36px;
  }

  .text-block-28 {
    font-size: 130px;
  }

  .body {
    justify-content: center;
    align-items: center;
  }

  .navbar {
    display: none;
  }

  .gp-huge-text-section {
    margin-top: 120px;
  }

  .collection-list {
    grid-row-gap: 150px;
  }

  .thumbnail-link {
    height: 600px;
  }

  .thumbnail-text-wrapper {
    height: auto;
    margin-top: 15px;
  }

  .thumbnail-text-wrapper.header {
    height: auto;
  }

  .blog-header-image-container {
    background-repeat: repeat;
  }

  .blog-intro-copy-template-container {
    width: 65%;
  }

  .text-block-140 {
    font-size: 30px;
    line-height: 37px;
  }

  .rte.body {
    text-align: left;
  }

  .text-block-142 {
    line-height: 40px;
    text-decoration: none;
  }

  .cms-header-section-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.5fr 1fr;
  }

  .cms-feature-article {
    width: 100%;
  }

  .cms-article-2 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-488 {
    max-width: 1200px;
  }

  .div-block-489 {
    height: auto;
  }

  .paragraph-31 {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-527 {
    width: 450px;
    margin-right: 30px;
  }

  .gradient-section {
    background-image: url('../images/Gradient-5-Web.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 40px;
  }

  .container-14 {
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0;
  }

  .div-block-542 {
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    grid-template-rows: max-content auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: relative;
  }

  .text-block-164 {
    color: #fff;
    text-transform: none;
    max-width: 1000px;
    font-family: Librebaskerville;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
  }

  .links {
    color: #fff;
  }

  .div-block-543 {
    position: relative;
  }

  .image-101 {
    width: 80px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

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

  .red-text-field {
    border-radius: 100px;
    height: auto;
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 15px;
    line-height: 15px;
  }

  .ref-field-label {
    font-size: 16px;
    display: none;
  }

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

  .red-submit-button {
    border: 1px solid var(--indian-red);
    background-color: var(--indian-red);
    height: 100%;
    color: var(--maroon);
    border-radius: 100px;
    margin-left: 10px;
    padding: 12px 17px;
    font-family: Abcwhyte book, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
  }

  .red-submit-button:hover {
    border: 1px solid var(--indian-red);
    background-color: var(--maroon);
    color: var(--indian-red);
  }

  .red-submit-button.black:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
  }

  .red-submit-button.b-w:hover {
    border-color: #000;
  }

  .page-wrapper {
    display: none;
  }

  .h1 {
    font-size: 2.5rem;
    line-height: 115%;
  }

  .h1.mercury-text, .h1.inline {
    font-size: 2.5rem;
  }

  .first-3-project-section {
    margin-top: 80px;
  }

  .first-3-project-grid {
    height: 1100px;
  }

  .image-104, .image-106 {
    width: 100%;
  }

  .newsletter-section {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .newsletter-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2 {
    color: #000;
    text-align: left;
    text-indent: 0;
    text-wrap: balance;
    min-width: auto;
    max-width: none;
    font-family: Saanstrial, Arial, sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 120%;
  }

  .h2.grey {
    font-size: 1.5rem;
  }

  .newsletter-purple-container {
    padding: 40px;
  }

  .about-section {
    margin-top: 0;
  }

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

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

  .grey-container {
    background-color: #d9d9d9;
    border: 1px solid #838383;
    border-radius: 40px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 45px;
  }

  .portrait-container {
    width: 100%;
    height: 100%;
  }

  .image-108 {
    border-radius: 40px;
  }

  .h3 {
    color: var(--color--text);
    text-align: left;
    letter-spacing: normal;
    font-family: Saanstrial, Arial, sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 125%;
  }

  .h3.mercury-text {
    color: #bbb;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .projects-continued-section {
    margin-top: 150px;
  }

  .projects-continued-container {
    max-width: none;
  }

  .projects-continued-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-32 {
    font-size: 22px;
  }

  .chat-button {
    font-family: Saans, Arial, sans-serif;
  }

  .chat-button:hover {
    color: var(--dark-purple);
  }

  .chat-button.copy {
    background-color: #202124;
    border-color: #202124;
    position: relative;
  }

  .div-block-551 {
    width: 100%;
    height: 100vh;
    padding: 132px;
  }

  .grafik-paragraph-link:hover {
    color: var(--dark-purple);
  }

  .heading-3 {
    font-size: 40px;
    line-height: 120%;
  }

  .link-block-82 {
    width: 100%;
  }

  .page_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .u-contain {
    align-self: center;
    width: 100%;
  }

  .u-contain.value-prop-contain {
    align-self: auto;
  }

  .u-section {
    flex-flow: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .value-prop-section {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .value-prop-text_wrap {
    width: 50%;
  }

  .projects-section {
    align-self: center;
  }

  .site-color-wrap {
    background-color: var(--color--background);
    align-self: center;
    width: 100vw;
    height: auto;
  }

  .sub-section {
    flex-flow: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .sub-contain {
    align-self: center;
    width: 100%;
  }

  .slider-section {
    flex-flow: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .content-slider-contain, .footer_container {
    align-self: center;
    width: 100%;
  }

  .content_section-project {
    flex-flow: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .project-content-container {
    align-self: center;
    width: 100%;
  }

  .copy_section-project {
    flex-flow: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .copy-project-container {
    align-self: center;
    width: 100%;
  }

  .project_intro-section {
    flex-flow: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .project_intro-container {
    align-self: center;
    width: 100%;
  }

  .info_section {
    flex-flow: column;
    align-self: center;
    width: 100%;
    display: flex;
  }

  .info_container {
    align-self: center;
    width: 100%;
  }

  .info_content-wrapper {
    padding: 3.5rem;
  }

  .mon-portrait-image {
    border-radius: 10px;
  }
}

@media screen and (max-width: 991px) {
  .footer-container {
    width: 90%;
    margin-left: 35px;
    margin-right: 35px;
  }

  .container-5 {
    min-width: 95%;
    display: none;
  }

  .monish-button {
    font-size: 22px;
  }

  .menu-grid {
    grid-template-rows: .75fr 1fr 1fr 1fr 1fr 3fr;
    grid-template-columns: 1.25fr .25fr .5fr;
    width: 100vw;
  }

  .div-block-12 {
    margin-left: 10px;
  }

  .footer-copyright-container {
    flex-wrap: wrap;
    width: 46%;
  }

  ._2020-container {
    width: 180px;
    min-width: 180px;
  }

  .black-gif-container {
    width: 15%;
  }

  .form-block {
    margin-top: 30px;
  }

  .image-11 {
    display: block;
    overflow: visible;
  }

  .div-block-38 {
    width: 180px;
  }

  .div-block-39 {
    width: 165px;
  }

  .about-link, .contact-link, .blog-link {
    font-size: 75px;
  }

  ._01-menu-link, ._01-menu-link.w--current, ._02-menu-link-2, ._03-menu-link, ._04-menu-link {
    font-size: 24px;
  }

  .image-13 {
    max-width: 70%;
  }

  .text-block-28 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
    font-size: 75px;
    display: flex;
  }

  .link-block-10.w--current {
    align-self: flex-end;
  }

  .gp-gif-container {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .gp-huge-text-section {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .gp-hp-h-line {
    margin-top: 10px;
  }

  .subpage-section-85 {
    flex-direction: column;
    justify-content: center;
    height: 1300px;
  }

  .subpage-copy-side {
    width: auto;
  }

  .subpage-image-side {
    width: 100%;
    display: block;
  }

  .paragraph-28 {
    max-width: none;
  }

  .div-block-466 {
    margin-top: 160px;
  }

  .draggable {
    width: 250px;
    height: 300px;
  }

  .paragraph-29 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-129 {
    font-size: 10px;
  }

  .cursor-newsletter, .cursor-mon, .cursor-interview {
    display: none;
  }

  .m1-drag-block {
    width: auto;
    min-width: 200px;
    max-width: 300px;
    margin-top: 0;
    margin-left: 10px;
  }

  .danny-drag-block {
    width: auto;
    min-width: 200px;
    max-width: 300px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .tyrus-drag-block {
    width: auto;
    min-width: 200px;
    max-width: 300px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pinterest-drag-block, .rimowa-drag-block, .div-block-476 {
    display: none;
  }

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

  .bold-text-5 {
    font-size: 20px;
    line-height: 20px;
  }

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

  .block-cms-section {
    margin-top: 60px;
  }

  .collection-list {
    grid-row-gap: 70px;
    flex-direction: column;
    display: flex;
  }

  .thumbnail-link {
    background-position: 50% 0;
    height: 500px;
  }

  .thumbnail-text-wrapper {
    height: auto;
  }

  .date-button-block {
    margin-top: 15px;
  }

  .thumbnail-hover {
    display: none;
  }

  .blog-header-image-container {
    height: 500px;
  }

  .blog-intro-section-template {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-intro-section-template-container-85 {
    width: 90%;
  }

  .text-block-138 {
    font-size: 60px;
    line-height: 70px;
  }

  .blog-template-subhead-container {
    margin-top: 70px;
  }

  .text-block-139 {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-intro-copy-template-container {
    width: 100%;
    height: auto;
    margin-top: 70px;
  }

  .intro-left-paragraph {
    justify-content: space-between;
  }

  .text-block-140 {
    font-size: 20px;
    line-height: 28px;
  }

  .link-block-73 {
    display: flex;
  }

  .blog-body-content {
    width: 90%;
  }

  .grafik-bar-container-template {
    height: 80px;
    margin-top: 500px;
  }

  .gb-heading {
    margin-left: 40px;
  }

  .gb-dates {
    margin-right: 40px;
  }

  .text-block-142 {
    font-size: 35px;
  }

  .cms-header-section-container {
    grid-column-gap: 0px;
    grid-row-gap: 100px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cms-feature-article {
    width: 100%;
    margin-right: 0;
  }

  .cms-article-2 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-489 {
    height: auto;
  }

  .paragraph-31 {
    font-weight: 400;
    line-height: 32px;
  }

  .cms-body-100 {
    margin-bottom: 150px;
  }

  .div-block-542 {
    grid-template-columns: 2fr max-content;
  }

  .div-block-543 {
    width: 80px;
  }

  .red-text-field {
    height: 100%;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .email-submit-div {
    display: flex;
  }

  .red-submit-button {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    line-height: 13px;
    display: block;
  }

  .div-block-544 {
    width: 100%;
  }

  .page-wrapper {
    align-self: auto;
  }

  .home-content-section {
    height: auto;
    margin-top: 80px;
    margin-bottom: 0;
  }

  .home-wrapper {
    border-radius: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding: 40px;
    display: flex;
  }

  .who-wrapper {
    max-width: none;
  }

  .h1 {
    font-size: 2rem;
    line-height: 115%;
  }

  .first-3-project-section {
    order: 0;
    align-self: center;
    margin-top: 0;
    padding-top: 80px;
  }

  .first-3-project-container {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .first-3-project-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .first-project-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .second-project-container {
    flex-flow: row;
    margin-top: 0;
    display: flex;
  }

  .third-project-container {
    margin-top: 0;
  }

  .image-104 {
    aspect-ratio: 5 / 4;
    object-fit: cover;
    width: 100%;
    position: static;
  }

  .image-105 {
    aspect-ratio: 5 / 4;
    border-radius: 250px;
  }

  .project-link {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 55%;
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    text-decoration: none;
    position: absolute;
    inset: auto auto 0%;
  }

  .image-106 {
    aspect-ratio: 5 / 4;
    border-radius: 40px;
  }

  .newsletter-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .newsletter-wrapper {
    flex-flow: column;
    display: flex;
  }

  .blur-h-container {
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
    position: static;
  }

  .blur-h-wrapper {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .blur-h-div {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
    padding: 15px;
    display: flex;
    position: static;
  }

  .black-h-cloak {
    position: static;
  }

  .black-h-cloak._40-r-round {
    border-radius: 46px;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .black-h-cloak._100-r-round {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: 46px;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .h2 {
    font-size: 1.5rem;
    line-height: 110%;
  }

  .h2.grey {
    font-size: 1.5rem;
  }

  .view-button-wapper {
    margin-top: 25px;
  }

  .view-button-wapper.footer.center {
    margin-top: 0;
  }

  .arrow-circle {
    width: 35px;
    height: 35px;
  }

  .newsletter-purple-container {
    padding: 30px 35px;
  }

  .about-section {
    margin-top: 0;
  }

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

  .image-108 {
    box-sizing: border-box;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    object-position: 50% 20%;
  }

  .projects-continued-section {
    width: 100%;
    height: auto;
    margin-top: 100px;
    display: block;
  }

  .projects-continued-container {
    max-width: none;
    display: block;
  }

  .projects-continued-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
  }

  .about-tag-container {
    margin-bottom: 30px;
  }

  ._4th-project-container {
    height: 100%;
    display: block;
  }

  ._5th-project-container {
    margin-top: 0;
  }

  .newsletter-form-block {
    margin-top: 30px;
  }

  .image-109 {
    aspect-ratio: 5 / 4;
    vertical-align: baseline;
    width: 100%;
    height: 100%;
    display: block;
  }

  .purple-footer-section {
    margin-top: 0;
    display: block;
    position: relative;
  }

  .purple-footer-container {
    max-width: none;
    padding-top: 80px;
  }

  .purple-footer-wrapper {
    flex-flow: column;
    display: flex;
  }

  .purple-footer-grid {
    grid-template-rows: auto 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .purple-footer-logo-container {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .button-transition-shape {
    display: none;
  }

  .submit-button-2 {
    height: 40px;
    font-size: 15px;
    line-height: 15px;
  }

  .purple-newsletter-input {
    margin-right: 5px;
    font-size: 15px;
    line-height: 15px;
  }

  .project-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .image-110 {
    aspect-ratio: 5 / 4;
    object-fit: cover;
    object-position: 50% 30%;
    display: block;
  }

  .purple-footer-div {
    padding: 20px;
  }

  .footer-title, .footer-title.centre {
    font-size: 32px;
    line-height: 32px;
  }

  .wave-emoji-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .text-block-170 {
    font-size: 60px;
    line-height: 60px;
  }

  .nav-section {
    height: 170px;
  }

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

  .nav-donut {
    min-width: 55px;
  }

  .image-111 {
    height: 100px;
  }

  .emoji-container {
    display: none;
  }

  .footer-sub-container {
    max-width: 75%;
  }

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

  .projects-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .project-visual {
    aspect-ratio: 6.75 / 5;
  }

  .project-details-layout {
    justify-content: space-between;
    align-items: flex-start;
    min-height: auto;
  }

  .project-details-layout.project-page {
    justify-content: space-between;
    align-items: center;
  }

  .sub-layout {
    width: 100%;
  }

  .footer_logo_donut {
    margin-right: 2rem;
  }

  .footer_links_container {
    width: 100%;
    max-width: 75%;
  }

  .project-content-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .project-full-bleed-image {
    border-radius: 10px;
  }

  .project-image-double {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .copy-project-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding: 2.5rem;
  }

  .copy-project-heading-wrapper, .copy-project-info-wrapper {
    max-width: none;
  }

  .info_wrapper {
    height: auto;
  }

  .info_section {
    overflow: visible;
  }

  .info_container {
    height: auto;
    overflow: scroll;
  }

  .info_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2.5rem;
    overflow: visible;
  }

  .info_layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .mon-portrait-image {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
  }

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

@media screen and (max-width: 767px) {
  .footer-container {
    width: auto;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .footer-social-link {
    margin-bottom: 7px;
    margin-left: 20px;
  }

  .footer-social-link.left {
    margin-bottom: 7px;
  }

  .container-5 {
    justify-content: center;
    min-width: 95%;
    margin-left: 15px;
    padding-left: 0;
    position: sticky;
  }

  .nav-menu {
    height: 100vh;
  }

  .menu-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: .25fr 1fr 1fr 1fr 1fr 8fr;
    grid-template-columns: 7.25fr 1fr 1.25fr;
    justify-items: stretch;
    width: 100vw;
    height: 1000px;
    padding-right: 80px;
  }

  .div-block-12 {
    margin-top: 80px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .footer-social-parent {
    padding-bottom: 0;
  }

  .footer-copyright-container {
    flex-wrap: wrap;
    width: 50%;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  ._2020-container {
    margin-bottom: 9px;
  }

  .bottom-footer-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    height: 50px;
    margin-top: 40px;
    display: flex;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .footer-social-container-right {
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    display: flex;
    position: absolute;
    left: 0;
  }

  .div-block-34 {
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    display: flex;
    position: static;
  }

  .grafik-top-container-full-bleed {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
    display: grid;
    position: static;
    inset: 0% 0% auto auto;
  }

  .black-gif-container {
    width: 8%;
  }

  .form-block {
    margin-top: 30px;
  }

  .footer-section {
    height: auto;
    display: block;
  }

  .text-block-6, .error-message {
    font-size: 14px;
  }

  .about-link, .contact-link, .blog-link {
    padding-bottom: 7px;
    font-size: 50px;
  }

  ._01-menu-link, ._01-menu-link.w--current, ._02-menu-link-2, ._03-menu-link, ._04-menu-link {
    font-size: 18px;
  }

  .image-13 {
    width: 120px;
    max-width: 50%;
  }

  .text-block-28 {
    margin-bottom: 7px;
    font-size: 50px;
  }

  .body {
    height: auto;
    display: block;
  }

  .navbar {
    align-self: center;
    width: auto;
  }

  .image-39 {
    width: 50px;
    max-width: none;
  }

  .gp-gif-container {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-right: 12px;
  }

  .gp-huge-text-section {
    margin-bottom: 30px;
  }

  .button-13 {
    margin-top: 10px;
    padding: 6px 20px;
    font-family: Abcwhyte book, sans-serif;
    font-size: 16px;
  }

  .subpage-section {
    margin-bottom: 140px;
  }

  .subpage-section-85 {
    height: 1100px;
  }

  .paragraph-28 {
    font-size: 30px;
    line-height: 40px;
  }

  .m1-drag-block, .danny-drag-block, .tyrus-drag-block {
    min-width: 150px;
    max-width: 250px;
  }

  .div-block-477 {
    flex-wrap: nowrap;
  }

  .collection-list {
    grid-row-gap: 70px;
  }

  .thumbnail-link {
    background-position: 50% 20%;
    height: 450px;
  }

  .thumbnail-link.header-article {
    aspect-ratio: 4 / 5;
    object-fit: contain;
  }

  .thumbnail-text-wrapper {
    height: auto;
    margin-top: 10px;
  }

  .date-button-block {
    margin-top: 20px;
  }

  .text-block-132 {
    font-size: 15px;
    line-height: 15px;
  }

  .blog-body-section {
    padding-bottom: 160px;
  }

  .blog-header-image-section {
    overflow: hidden;
  }

  .blog-header-image-container {
    height: 350px;
  }

  .text-block-137 {
    font-size: 12px;
  }

  .blog-intro-section-template {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-intro-section-template-container-85 {
    width: 85%;
  }

  .text-block-138 {
    font-size: 50px;
    line-height: 50px;
  }

  .blog-template-subhead-container {
    margin-top: 30px;
  }

  .text-block-139 {
    font-size: 23px;
    line-height: 33px;
  }

  .blog-intro-copy-template-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .blog-intro-copy-template-container-2 {
    flex-direction: column;
    align-items: center;
    min-width: 300px;
    max-width: none;
  }

  .intro-left-paragraph {
    align-items: center;
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .intro-right-paragraph {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 50px;
    margin-left: 0;
    display: flex;
  }

  .social-links-container {
    grid-column-gap: 3px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .text-block-140 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-141 {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
  }

  .link-block-73 {
    color: #000;
    background-color: #000;
    border-radius: 20px;
    margin-top: 0;
    padding: 10px 18px;
    text-decoration: none;
  }

  .link-block-74 {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 10px 18px;
    text-decoration: none;
    display: flex;
  }

  .link-block-75 {
    color: #000;
    background-color: #000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 10px 20px 10px 18px;
    text-decoration: none;
    display: flex;
  }

  .rte {
    align-items: flex-start;
    font-size: 18px;
    line-height: 26px;
  }

  .rte h2, .rte h4, .rte h6 {
    font-size: 18px;
    line-height: 26px;
  }

  .rte h1 {
    width: auto;
    min-width: auto;
    max-width: none;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .rte h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .grafik-bar-container-template {
    height: auto;
    min-height: 80px;
    margin-top: 350px;
  }

  .gb-heading {
    width: auto;
    margin-left: 30px;
  }

  .gb-dates {
    justify-content: space-around;
    align-items: center;
    margin-right: 30px;
  }

  .text-block-142 {
    width: auto;
    font-size: 32px;
    line-height: 30px;
    display: flex;
  }

  .gb-links-container {
    width: auto;
  }

  .text-block-143 {
    font-size: 12px;
  }

  .cta-block-template {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .cta-block-template-container {
    flex-direction: column;
    width: 100%;
    min-width: 300px;
    max-width: 600px;
    margin-top: 40px;
    display: flex;
  }

  .cta-copy-container {
    margin-top: 40px;
  }

  .cms-header-section-container {
    grid-row-gap: 40px;
  }

  .cms-article-2 {
    margin-top: 50px;
  }

  .paragraph-31 {
    font-size: 26px;
    line-height: 32px;
  }

  .cms-body-100 {
    margin-bottom: 100px;
  }

  .container-14 {
    padding: 30px;
  }

  .div-block-542 {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    grid-template-rows: max-content max-content auto;
    grid-template-columns: 2fr;
  }

  .text-block-164 {
    font-size: 21px;
    line-height: 27px;
  }

  .image-101 {
    position: static;
  }

  .red-text-field {
    margin-bottom: 10px;
    line-height: 14px;
  }

  .email-submit-div {
    flex-flow: column;
  }

  .red-submit-button {
    align-self: flex-start;
    width: auto;
  }

  .black-form-block {
    width: auto;
  }

  .div-block-544 {
    width: 100%;
  }

  .home-content-section {
    margin-top: 60px;
  }

  .home-wrapper {
    border-radius: 40px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .available-container {
    margin-top: 20px;
  }

  .avail-button-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .avail-button-div {
    border-radius: 4px;
    padding: 6px 10px;
  }

  .avail-div {
    border-radius: 4px;
    padding: 2px;
  }

  .subheader {
    font-size: 11px;
    line-height: 11px;
  }

  .h1 {
    font-size: 28px;
    line-height: 115%;
  }

  .h1.mercury-text, .h1.inline {
    font-size: 1.3125rem;
  }

  .text-block-166 {
    font-size: 10px;
    line-height: 10px;
  }

  .image-103 {
    width: 9px;
    height: 9px;
  }

  .first-3-project-section {
    margin-top: 0;
    padding-top: 60px;
  }

  .first-3-project-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-104, .image-105 {
    aspect-ratio: 3 / 4;
  }

  .project-link {
    width: 95%;
    margin-bottom: 10px;
  }

  .image-106 {
    aspect-ratio: 3 / 4;
  }

  .newsletter-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .blur-h-div {
    display: flex;
  }

  .h2 {
    font-size: 1.25rem;
    line-height: 110%;
  }

  .h2.grey {
    font-size: 1.25rem;
  }

  .view-button-div {
    padding: 3px;
  }

  .button-text {
    font-size: 12px;
    line-height: 12px;
  }

  .arrow-circle {
    width: 30px;
    height: 30px;
  }

  .image-107 {
    height: 12px;
  }

  .button-text-wrapper {
    margin-left: 20px;
    margin-right: 15px;
  }

  .newsletter-purple-container {
    padding: 25px 30px;
  }

  .about-section {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .grey-container {
    padding: 25px;
  }

  .image-108 {
    aspect-ratio: 3 / 4;
  }

  .h3 {
    font-size: 1rem;
  }

  .projects-continued-section {
    margin-top: 60px;
  }

  .projects-continued-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-32 {
    font-size: 18px;
  }

  .image-109 {
    aspect-ratio: 3 / 4;
    display: none;
  }

  .purple-footer-container {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .purple-footer-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .purple-footer-inner-wrapper {
    border-radius: 30px;
  }

  .submit-button-2, .purple-newsletter-input {
    font-size: 13px;
    line-height: 13px;
  }

  .image-110 {
    aspect-ratio: 3 / 4;
    border-radius: 250px;
  }

  .purple-footer-div {
    padding: 15px 10px 10px 15px;
  }

  .purple-footer-div:hover {
    border-radius: 30px;
  }

  .purple-footer-div.contact {
    padding-right: 15px;
  }

  .footer-title, .footer-title.centre {
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-169 {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-170 {
    font-size: 40px;
    line-height: 40px;
  }

  .nav-section {
    height: 80px;
  }

  .nav-inner-container {
    padding-right: 10px;
  }

  .nav-text {
    font-size: 14px;
    line-height: 14px;
  }

  .nav-link {
    font-size: 1rem;
  }

  .chat-button {
    padding: 5px 15px;
    font-size: 16px;
    line-height: 16px;
  }

  .chat-button.copy {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-donut {
    min-width: auto;
    height: 40px;
  }

  .nav-donut.footer {
    height: 80px;
  }

  .work-link {
    margin-left: 15px;
    margin-right: 0;
  }

  .info-link {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-111 {
    height: 80px;
  }

  .everie-mobile-image {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 40px;
    width: 100%;
    height: 100%;
    display: block;
  }

  .footer-sub-container {
    max-width: none;
    margin-top: 20px;
  }

  .u-contain {
    padding: .94rem;
  }

  .u-contain.value-prop-contain {
    padding-top: 2.5rem;
  }

  .u-section {
    padding: 0;
  }

  .nav-link-div {
    margin-right: .6rem;
  }

  .toggle_wrap {
    width: 2.2rem;
    height: 1.3rem;
  }

  .toggle_inner {
    width: 1rem;
  }

  :root {
    --dark--toggle-offset: 0.8rem;
  }

  .value-prop-text_wrap {
    width: 80vw;
  }

  .projects-contain {
    padding: .94rem;
  }

  .projects-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .project-visual {
    aspect-ratio: 6.75 / 5;
  }

  .project-details-layout {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem 1rem 2rem;
  }

  .project-details-layout.project-page {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
  }

  .project-det-type {
    margin-bottom: 1rem;
  }

  .project-det-type.project-page {
    align-self: auto;
    width: 100%;
    margin-bottom: 0;
  }

  .sub-section {
    padding: 0;
  }

  .sub-contain {
    padding: 3.75rem 1.875rem;
  }

  .sub-button {
    padding: .5rem 1.25rem;
    font-size: .75rem;
  }

  .slider-section {
    padding: 0;
  }

  .content-slider-contain {
    padding: .94rem;
  }

  .slide-layout {
    padding-top: .5rem;
  }

  .footer_container {
    padding: 6rem .94rem .94rem;
  }

  .footer_layout {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: start stretch;
    padding: 1.5rem;
    display: grid;
  }

  .footer_logo_donut {
    margin-right: 0;
    padding-top: 16rem;
  }

  .footer_links_container {
    max-width: none;
  }

  .footer_newsletter {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer_social-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .social-text {
    margin-top: .75rem;
  }

  .h6, .text-link {
    font-size: .875rem;
  }

  .paragraph-36 {
    font-size: .875rem;
    line-height: 130%;
  }

  .content_section-project {
    padding: 0;
  }

  .project-content-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: .5rem .94rem .94rem;
  }

  .copy_section-project {
    padding: 0;
  }

  .copy-project-container {
    padding: .94rem;
  }

  .project-full-bleed-image {
    border-radius: 6px;
  }

  .project-image-double {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .project-portrait-image, .project-video-portrait, .video {
    border-radius: 6px;
  }

  .industry_button {
    padding: .5rem .75rem;
  }

  .industry-text {
    font-size: .6rem;
  }

  .pill-layout {
    padding: .2rem;
  }

  .project_intro-section {
    padding: 0;
  }

  .project_intro-container {
    padding: .94rem .94rem 0;
  }

  .live-site-button {
    padding: .3rem .75rem;
    font-size: .6rem;
  }

  .copy-project-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2rem 1.5rem;
  }

  .pill-wrapper {
    margin-top: 1.5rem;
  }

  .mercury-para {
    font-size: .875rem;
    font-weight: 400;
  }

  .project-h1 {
    font-size: 1.3125rem;
  }

  .info_section {
    padding: 0;
  }

  .info_container {
    padding: .94rem;
  }

  .info_content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 6px;
    padding: 1.5rem;
  }

  .info_layout {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .mon-portrait-image {
    border-radius: 6px;
  }

  .info_copy-layout {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .test-h2 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .footer-container {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    margin: 20px 25px 40px;
    display: flex;
    position: relative;
  }

  .social-footer-button {
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
  }

  .footer-social-link {
    margin-bottom: 0;
    margin-left: 12px;
  }

  .footer-social-link.left {
    text-align: center;
    width: auto;
    margin-bottom: 0;
  }

  .container-5 {
    margin-left: 10px;
  }

  .monish-button {
    font-size: 18px;
  }

  .nav-menu {
    height: 100vh;
  }

  .menu-grid {
    grid-template-rows: .5fr 1.5fr 1.5fr 1.5fr 1.5fr 8.5fr;
    grid-template-columns: 1.5fr 3fr;
    grid-auto-columns: 1fr;
    height: 100vh;
    padding-top: 50px;
    padding-right: 10px;
  }

  .div-block-12 {
    margin-top: 50px;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
  }

  .footer-copyright-container {
    text-align: center;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: relative;
  }

  ._2020-container {
    width: 200px;
    min-width: auto;
    margin-bottom: 0;
    display: block;
  }

  .bottom-footer-container {
    text-align: left;
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    height: auto;
    margin-top: 20px;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .footer-social-container-right {
    text-align: left;
    flex-flow: column wrap;
    align-content: center;
    width: 100%;
    height: 40px;
    display: flex;
    position: static;
  }

  .div-block-34 {
    text-align: center;
    flex-direction: column;
    align-self: center;
    width: 100%;
    height: 20px;
    display: flex;
  }

  .grafik-top-container-full-bleed {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: grid;
  }

  .black-gif-container {
    width: 20%;
    min-width: auto;
  }

  .lightbox-wrapper {
    display: none;
  }

  .lightbox-container {
    width: auto;
    min-width: 300px;
    max-width: 350px;
    height: 574px;
    display: block;
  }

  .lightbox-container.content {
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .lightbox-gp-heading {
    width: 100%;
    margin-top: 0;
    font-size: 36px;
  }

  .paragraph-4 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .lightbox-top-content {
    margin-bottom: 25px;
    padding-bottom: 0;
    position: relative;
  }

  .lightbox-exit-container {
    width: 30px;
    height: 30px;
    position: absolute;
  }

  .lightbox-form-container {
    height: auto;
    margin-top: 0;
  }

  .form-block {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .field-label-2 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .submit-button {
    width: 45%;
    margin-top: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 22px;
  }

  .form {
    margin-bottom: 0;
  }

  .lightbox-gif-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    position: static;
  }

  .image-6 {
    width: auto;
    max-width: none;
    height: 50px;
  }

  .footer-section {
    z-index: 99999;
    flex-direction: row;
    justify-content: center;
    height: auto;
    display: flex;
  }

  .text-block-6, .text-block-7 {
    font-size: 12px;
  }

  .image-11 {
    position: relative;
  }

  .div-block-38 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
  }

  .div-block-39 {
    width: auto;
    margin-top: 10px;
    display: block;
  }

  .about-link, .contact-link, .blog-link {
    padding: 10px;
    font-size: 50px;
  }

  ._01-menu-link, ._01-menu-link.w--current, ._02-menu-link-2, ._03-menu-link, ._04-menu-link {
    font-size: 18px;
  }

  .image-13 {
    width: 100px;
    padding-right: 0;
  }

  .div-block-158 {
    height: 22px;
  }

  .text-block-28 {
    align-items: flex-end;
    height: 50px;
    margin-bottom: 9px;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 50px;
  }

  .image-39 {
    width: 75%;
    min-width: auto;
    max-width: 75px;
    display: none;
  }

  .gp-gif-container {
    margin-right: 0;
  }

  .gp-huge-text-section {
    width: 90%;
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .gp-hp-button-17 {
    font-size: 14px;
  }

  .page-loader {
    display: none;
  }

  .monish-button-white {
    font-size: 24px;
  }

  .subpage-section {
    margin-bottom: 100px;
  }

  .subpage-section-85 {
    align-items: center;
    width: 95%;
    height: 1500px;
  }

  .subpage-copy-side {
    width: 96%;
    height: 1300px;
    margin-bottom: 80px;
  }

  .subpage-image-side {
    width: 95%;
    padding-top: 0;
  }

  .paragraph-28 {
    margin-right: 0;
    font-size: 26px;
    line-height: 34px;
  }

  .div-block-466 {
    margin-top: 120px;
  }

  .draggable.danny, .draggable.tyrus, .draggable.m1 {
    width: auto;
    height: 200px;
  }

  .paragraph-29 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-129 {
    margin-bottom: 10px;
  }

  .div-block-470 {
    width: 20px;
    height: 20px;
  }

  .m1-drag-block {
    min-width: auto;
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
  }

  .danny-drag-block {
    min-width: auto;
    max-width: none;
    margin-right: 0;
  }

  .tyrus-drag-block {
    min-width: auto;
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-477 {
    flex-direction: column;
  }

  .bold-text-5 {
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-6, .bold-text-7 {
    font-size: 24px;
  }

  .div-block-478 {
    height: 40px;
    display: block;
  }

  .text-block-131 {
    color: #fff;
    font-family: Abcwhyte book, sans-serif;
    font-size: 22px;
  }

  .block-cms-section {
    width: 90%;
    margin-top: 60px;
  }

  .collection-list {
    grid-row-gap: 70px;
  }

  .article-thumbnail-wrapper {
    margin-bottom: 0;
  }

  .thumbnail-link {
    height: 400px;
  }

  .thumbnail-text-wrapper {
    height: auto;
    min-height: auto;
    margin-top: 10px;
  }

  .thumbnail-heading {
    font-size: 26px;
    line-height: 28px;
  }

  .thumbnail-blurb {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .date-button-block {
    margin-top: 15px;
  }

  .text-block-132 {
    font-size: 15px;
    line-height: 15px;
  }

  .gp-hp-button-17-outline {
    font-size: 14px;
  }

  .blog-header-section {
    width: 100vw;
    max-width: 100%;
    display: block;
    position: static;
    overflow: hidden;
  }

  .blog-body-section {
    padding-bottom: 150px;
  }

  .blog-header-image-section {
    width: 100%;
    display: none;
  }

  .blog-header-image-container {
    z-index: 1;
    aspect-ratio: auto;
    object-fit: cover;
    background-image: none;
    width: 100%;
    height: 400px;
    display: block;
    position: fixed;
    overflow: hidden;
  }

  .text-block-137 {
    text-align: center;
    font-size: 10px;
    line-height: 11px;
  }

  .link-block-72 {
    margin-left: 0;
  }

  .blog-intro-section-template-container-85 {
    width: 90%;
  }

  .text-block-138 {
    max-width: none;
    font-size: 40px;
    line-height: 44px;
  }

  .blog-template-subhead-container {
    margin-top: 30px;
  }

  .text-block-139 {
    font-size: 20px;
    line-height: 27px;
  }

  .blog-intro-copy-template-container {
    width: 100%;
    margin-top: 30px;
  }

  .blog-intro-copy-template-container-2 {
    min-width: 100%;
  }

  .intro-right-paragraph {
    margin-top: 50px;
  }

  .social-links-container {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 20px;
  }

  .text-block-140 {
    width: 100%;
    min-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-141 {
    font-size: 12px;
    line-height: 12px;
  }

  .link-block-73, .link-block-74, .link-block-75 {
    padding: 8px 10px;
  }

  .rte, .rte h2, .rte h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .rte h6 {
    min-width: 280px;
    font-size: 16px;
    line-height: 22px;
  }

  .rte.body {
    width: 100%;
    max-width: 100%;
  }

  .rte h1, .rte h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .grafik-bar-container-template {
    z-index: 300;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 400px;
    padding: 20px 10px;
  }

  .gb-heading {
    justify-content: center;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .gb-dates {
    flex-flow: row;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-142 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
  }

  .gb-links-container {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    width: 100%;
    display: grid;
  }

  .text-block-143 {
    text-align: center;
    font-size: 10px;
    line-height: 11px;
  }

  .body-10 {
    overflow: visible;
  }

  .cta-block-template-container {
    min-width: auto;
    max-width: none;
    margin-top: 0;
  }

  .div-block-487 {
    width: 100%;
  }

  .cms-header-section {
    width: 90%;
  }

  .cms-header-section-container {
    grid-row-gap: 20px;
  }

  .cms-article-2 {
    margin-top: 40px;
  }

  .div-block-489 {
    height: auto;
    padding: 20px;
  }

  .paragraph-31 {
    font-size: 21px;
    line-height: 28px;
  }

  .div-block-527 {
    width: 130px;
  }

  .text-block-164 {
    font-size: 20px;
    line-height: 27px;
  }

  .red-text-field {
    height: auto;
    line-height: 14px;
  }

  .ref-field-label {
    font-size: 13px;
    line-height: 13px;
  }

  .success-message-red {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-content-section {
    width: 100%;
    margin-top: 50px;
  }

  .home-wrapper {
    border-radius: 40px;
    padding: 0 15px 50px;
  }

  .who-section {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .available-container {
    margin-top: 15px;
  }

  .avail-button-container {
    padding-left: 7px;
    padding-right: 7px;
  }

  .avail-button-div {
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .avail-div {
    border-radius: 4px;
    padding: 2px;
  }

  .subheader {
    font-size: 11px;
    line-height: 11px;
  }

  .h1 {
    font-size: 28px;
    line-height: 115%;
  }

  .text-block-166 {
    font-size: 10px;
    line-height: 10px;
  }

  .image-103 {
    width: 9px;
    height: 9px;
  }

  .first-3-project-section {
    width: 100%;
    margin-top: 0;
    padding-top: 40px;
  }

  .first-3-project-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .second-project-container {
    aspect-ratio: 3 / 4;
    margin-top: 0;
  }

  .third-project-container {
    aspect-ratio: 3 / 4;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .image-104 {
    aspect-ratio: 3 / 4;
  }

  .image-105 {
    aspect-ratio: auto;
    width: 100%;
  }

  .project-link {
    width: 95%;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-106 {
    aspect-ratio: auto;
  }

  .newsletter-section {
    margin-bottom: 60px;
  }

  .black-h-cloak {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .black-h-cloak._130-r-round {
    inset: 0%;
  }

  .h2 {
    font-size: 1rem;
    line-height: 120%;
  }

  .h2.grey {
    font-size: 1rem;
  }

  .tag-text {
    font-size: 11px;
    line-height: 11px;
  }

  .view-button-wapper.footer {
    margin-top: 50px;
  }

  .view-button-div {
    padding: 3px;
  }

  .button-text {
    font-size: 12px;
    line-height: 12px;
  }

  .arrow-circle {
    width: 25px;
    height: 25px;
  }

  .image-107 {
    height: 10px;
  }

  .newsletter-purple-container {
    padding: 25px 25px 20px;
  }

  .about-section {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grey-container {
    border-radius: 30px;
    padding: 30px 20px;
  }

  .portrait-container {
    width: 100%;
  }

  .image-108 {
    aspect-ratio: 4 / 4;
    border-radius: 30px;
  }

  .h3 {
    font-size: 24px;
    line-height: 26px;
  }

  .projects-continued-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-copy-wrapper {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .paragraph-32 {
    font-size: 14px;
  }

  .about-tag-container {
    margin-bottom: 10px;
  }

  .newsletter-form {
    flex-flow: column;
    display: flex;
  }

  .image-109 {
    aspect-ratio: 3 / 4;
  }

  .purple-footer-container {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .purple-footer-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    width: 100%;
  }

  .purple-footer-inner-wrapper {
    border-radius: 25px;
  }

  .purple-footer-inner-wrapper._100-r-round, .purple-footer-inner-wrapper._100-r-round:hover {
    border-radius: 250px;
  }

  .div-block-547 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-size: cover;
    height: 400px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .submit-button-2 {
    height: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-549 {
    flex-flow: column;
  }

  .purple-newsletter-input {
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 15px;
    font-size: 12px;
    line-height: 12px;
  }

  .project-container {
    padding-bottom: 0;
  }

  .image-110 {
    aspect-ratio: 3 / 4;
    object-position: 50% 50%;
  }

  .purple-footer-div {
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .purple-footer-div:hover {
    border-radius: 25px;
  }

  .purple-footer-div.contact {
    padding: 10px;
  }

  .footer-title {
    font-size: 20px;
    line-height: 20px;
  }

  .nav-section {
    height: 80px;
  }

  .nav-inner-container {
    padding-right: 10px;
  }

  .nav-text {
    font-size: 14px;
    line-height: 14px;
  }

  .chat-button {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .chat-button.copy {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-donut {
    height: 40px;
  }

  .work-link {
    margin-left: 15px;
    margin-right: 0;
  }

  .info-link {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-111 {
    height: 80px;
  }

  .copy-button-wrapper {
    margin-top: 5px;
  }

  .heading-3 {
    min-width: auto;
    max-width: none;
    font-size: 24px;
    line-height: 120%;
  }

  .logo-blur-container {
    border-radius: 12px;
    margin: 15px 15px 0 0;
    padding: 7px 10px;
  }

  .project-visual {
    aspect-ratio: 6.3 / 5;
  }

  .project-details-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.2rem 1.2rem 1.5rem;
  }

  .project-details-layout.project-page {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .project-det-type, .project-det-type.project-page {
    margin-bottom: 0;
  }

  .footer_links_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .social-text {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .social-text.horizontal {
    flex-flow: wrap;
  }

  .industry_button {
    padding: .5rem .6rem;
    display: flex;
  }

  .industry-text {
    white-space: normal;
  }

  .pill-layout {
    background-color: #fff;
    flex-flow: wrap;
    padding: 0;
  }

  .copy-project-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }

  .pill-wrapper {
    margin-top: 1.5rem;
  }

  .mon-portrait-image {
    min-height: 400px;
  }

  .test-h2 {
    min-width: auto;
    max-width: none;
    font-size: 1rem;
  }
}

#w-node-_31d871bf-a2a6-e712-23cb-10ed90e340d2-e9fa7908 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_31d871bf-a2a6-e712-23cb-10ed90e340d5-e9fa7908 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_31d871bf-a2a6-e712-23cb-10ed90e340ea-e9fa7908 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-cad0d2c4-120f-9563-f2de-8156c39abb6a-e9fa7908 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_3d5486b2-f22d-2390-3aae-919773f490bd-73f490b0 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: end start;
}

#w-node-_3d5486b2-f22d-2390-3aae-919773f490c1-73f490b0 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: end start;
}

#w-node-_3d5486b2-f22d-2390-3aae-919773f490c4-73f490b0 {
  grid-area: 4 / 3 / 5 / 4;
  place-self: end start;
}

#w-node-_3d5486b2-f22d-2390-3aae-919773f490c7-73f490b0 {
  grid-area: 5 / 3 / 6 / 4;
  place-self: end start;
}

#w-node-_3d5486b2-f22d-2390-3aae-919773f490ca-73f490b0 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end;
}

#w-node-_3d5486b2-f22d-2390-3aae-919773f490cd-73f490b0 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end;
}

#w-node-_3d5486b2-f22d-2390-3aae-919773f490d0-73f490b0 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: end;
}

#w-node-_3d5486b2-f22d-2390-3aae-919773f490d3-73f490b0 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: end;
}

#w-node-_3d5486b2-f22d-2390-3aae-919773f490d6-73f490b0 {
  grid-area: 6 / 3 / 7 / 4;
  place-self: end start;
}

#w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d952-a24d9426 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: end start;
}

#w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d956-a24d9426 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: end start;
}

#w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d959-a24d9426 {
  grid-area: 4 / 3 / 5 / 4;
  place-self: end start;
}

#w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d95c-a24d9426 {
  grid-area: 5 / 3 / 6 / 4;
  place-self: end start;
}

#w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d95f-a24d9426 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end;
}

#w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d962-a24d9426 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end;
}

#w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d965-a24d9426 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: end;
}

#w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d968-a24d9426 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: end;
}

#w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d96b-a24d9426 {
  grid-area: 6 / 3 / 7 / 4;
  place-self: end start;
}

#w-node-_119834c1-1c2e-cfff-032b-144c79c9bf66-1e5f22db {
  justify-self: end;
}

#w-node-_119834c1-1c2e-cfff-032b-144c79c9bf69-1e5f22db {
  justify-self: start;
}

#w-node-ff6be19a-f860-7e93-6bb5-34a22c5c5a83-1e5f22db {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_484aa2e6-17a7-565e-a088-23a4522332bc-1e5f22db {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-cce62de8-0d25-0aa1-170c-2e875ea1a790-1e5f22db {
  grid-area: 2 / 3 / 3 / 4;
  place-self: end start;
}

#w-node-cce62de8-0d25-0aa1-170c-2e875ea1a794-1e5f22db {
  grid-area: 3 / 3 / 4 / 4;
  place-self: end start;
}

#w-node-cce62de8-0d25-0aa1-170c-2e875ea1a797-1e5f22db {
  grid-area: 4 / 3 / 5 / 4;
  place-self: end start;
}

#w-node-cce62de8-0d25-0aa1-170c-2e875ea1a79a-1e5f22db {
  grid-area: 5 / 3 / 6 / 4;
  place-self: end start;
}

#w-node-cce62de8-0d25-0aa1-170c-2e875ea1a79d-1e5f22db {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end;
}

#w-node-cce62de8-0d25-0aa1-170c-2e875ea1a7a0-1e5f22db {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end;
}

#w-node-cce62de8-0d25-0aa1-170c-2e875ea1a7a3-1e5f22db {
  grid-area: 4 / 1 / 5 / 2;
  place-self: end;
}

#w-node-cce62de8-0d25-0aa1-170c-2e875ea1a7a6-1e5f22db {
  grid-area: 5 / 1 / 6 / 2;
  place-self: end;
}

#w-node-cce62de8-0d25-0aa1-170c-2e875ea1a7a9-1e5f22db {
  grid-area: 6 / 3 / 7 / 4;
  place-self: end start;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a312c8-1e5f22db {
  justify-self: end;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a312cb-1e5f22db {
  justify-self: start;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a312da-1e5f22db {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a312e5-1e5f22db {
  justify-self: end;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a312e8-1e5f22db {
  justify-self: start;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a31302-1e5f22db {
  justify-self: end;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a31305-1e5f22db {
  justify-self: start;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a31317-1e5f22db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a31333-1e5f22db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a3135b-1e5f22db {
  justify-self: end;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a3135e-1e5f22db {
  justify-self: start;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a31379-1e5f22db {
  justify-self: end;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a3137c-1e5f22db {
  justify-self: start;
}

#w-node-b02f8a91-1098-f221-4e7e-28bf23a313b1-1e5f22db {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_40e47d3c-fe73-bbb9-3f53-c539862a0eaa-7f62748d, #w-node-_40e47d3c-fe73-bbb9-3f53-c539862a0eac-7f62748d, #w-node-_40e47d3c-fe73-bbb9-3f53-c539862a0ebc-7f62748d, #w-node-_40e47d3c-fe73-bbb9-3f53-c539862a0eb0-7f62748d, #w-node-_40e47d3c-fe73-bbb9-3f53-c539862a0eb5-7f62748d, #w-node-_40e47d3c-fe73-bbb9-3f53-c539862a0eb7-7f62748d, #w-node-_40e47d3c-fe73-bbb9-3f53-c539862a0eba-7f62748d, #w-node-_80e19575-bbbf-b292-816e-726e117419b2-e40d82ab, #w-node-_80e19575-bbbf-b292-816e-726e117419b4-e40d82ab, #w-node-_80e19575-bbbf-b292-816e-726e117419b9-e40d82ab, #w-node-_80e19575-bbbf-b292-816e-726e117419be-e40d82ab, #w-node-_80e19575-bbbf-b292-816e-726e117419c0-e40d82ab, #w-node-_80e19575-bbbf-b292-816e-726e117419c3-e40d82ab, #w-node-_9e922b4f-0c50-5edf-4e00-1ae4cbf6ee37-f8301daf, #w-node-_9e922b4f-0c50-5edf-4e00-1ae4cbf6ee35-f8301daf, #w-node-_9e922b4f-0c50-5edf-4e00-1ae4cbf6ee3c-f8301daf, #w-node-_9e922b4f-0c50-5edf-4e00-1ae4cbf6ee41-f8301daf, #w-node-_9e922b4f-0c50-5edf-4e00-1ae4cbf6ee43-f8301daf, #w-node-_9e922b4f-0c50-5edf-4e00-1ae4cbf6ee46-f8301daf, #w-node-_3ec96a66-9489-7627-fd38-7b36c74b445a-f8301daf, #w-node-_33e73703-e802-2c4e-9650-71c1450da167-ae03f9d3, #w-node-_33e73703-e802-2c4e-9650-71c1450da165-ae03f9d3, #w-node-_33e73703-e802-2c4e-9650-71c1450da16d-ae03f9d3, #w-node-_33e73703-e802-2c4e-9650-71c1450da178-ae03f9d3, #w-node-_33e73703-e802-2c4e-9650-71c1450da16b-ae03f9d3, #w-node-_33e73703-e802-2c4e-9650-71c1450da175-ae03f9d3, #w-node-_33e73703-e802-2c4e-9650-71c1450da173-ae03f9d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_31d871bf-a2a6-e712-23cb-10ed90e340d2-e9fa7908 {
    grid-column-end: 2;
  }

  #w-node-_31d871bf-a2a6-e712-23cb-10ed90e340ea-e9fa7908 {
    grid-column: 2 / 3;
  }

  #w-node-b02f8a91-1098-f221-4e7e-28bf23a31333-1e5f22db {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_81b8cee5-df86-13e9-b881-f31c675706f3-1e5f22db, #w-node-_81b8cee5-df86-13e9-b881-f31c675706f8-1e5f22db, #w-node-_81b8cee5-df86-13e9-b881-f31c675706fa-1e5f22db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_31d871bf-a2a6-e712-23cb-10ed90e340ea-e9fa7908 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b02f8a91-1098-f221-4e7e-28bf23a31333-1e5f22db {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-b02f8a91-1098-f221-4e7e-28bf23a31349-1e5f22db {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b02f8a91-1098-f221-4e7e-28bf23a31350-1e5f22db, #w-node-b02f8a91-1098-f221-4e7e-28bf23a3136e-1e5f22db {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b02f8a91-1098-f221-4e7e-28bf23a313b1-1e5f22db {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8c41b1d3-07ad-19c2-301c-52270cb6fc0b-0cb6fc08 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_3d5486b2-f22d-2390-3aae-919773f490d6-73f490b0 {
    align-self: start;
  }

  #w-node-cb108359-7ffc-70ce-1654-0952d6fdb2e9-d6fdb2d8 {
    place-self: center;
  }

  #w-node-_5075dd3d-8c2c-ea46-31cf-c90fa8492ad6-d6fdb2d8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d96b-a24d9426, #w-node-cce62de8-0d25-0aa1-170c-2e875ea1a7a9-1e5f22db {
    align-self: start;
  }

  #w-node-_81b8cee5-df86-13e9-b881-f31c675706f8-1e5f22db {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8c41b1d3-07ad-19c2-301c-52270cb6fc0e-0cb6fc08 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8c41b1d3-07ad-19c2-301c-52270cb6fc2a-0cb6fc08 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3d5486b2-f22d-2390-3aae-919773f490bd-73f490b0 {
    grid-area: 2 / 2 / 3 / 4;
    place-self: end start;
  }

  #w-node-_3d5486b2-f22d-2390-3aae-919773f490c1-73f490b0 {
    grid-area: 3 / 2 / 4 / 4;
    place-self: end start;
  }

  #w-node-_3d5486b2-f22d-2390-3aae-919773f490c4-73f490b0 {
    grid-area: 4 / 2 / 5 / 4;
    place-self: end start;
  }

  #w-node-_3d5486b2-f22d-2390-3aae-919773f490c7-73f490b0 {
    grid-area: 5 / 2 / 6 / 4;
    place-self: end start;
  }

  #w-node-_3d5486b2-f22d-2390-3aae-919773f490d6-73f490b0 {
    grid-area: 6 / 2 / 7 / 4;
    place-self: start;
  }

  #w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d952-a24d9426 {
    grid-area: 2 / 2 / 3 / 4;
    place-self: end start;
  }

  #w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d956-a24d9426 {
    grid-area: 3 / 2 / 4 / 4;
    place-self: end start;
  }

  #w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d959-a24d9426 {
    grid-area: 4 / 2 / 5 / 4;
    place-self: end start;
  }

  #w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d95c-a24d9426 {
    grid-area: 5 / 2 / 6 / 4;
    place-self: end start;
  }

  #w-node-_5a4ccfc7-8b8b-7809-bf62-5a636668d96b-a24d9426 {
    grid-area: 6 / 2 / 7 / 4;
    place-self: start;
  }

  #w-node-cce62de8-0d25-0aa1-170c-2e875ea1a790-1e5f22db {
    grid-area: 2 / 2 / 3 / 4;
    place-self: end start;
  }

  #w-node-cce62de8-0d25-0aa1-170c-2e875ea1a794-1e5f22db {
    grid-area: 3 / 2 / 4 / 4;
    place-self: end start;
  }

  #w-node-cce62de8-0d25-0aa1-170c-2e875ea1a797-1e5f22db {
    grid-area: 4 / 2 / 5 / 4;
    place-self: end start;
  }

  #w-node-cce62de8-0d25-0aa1-170c-2e875ea1a79a-1e5f22db {
    grid-area: 5 / 2 / 6 / 4;
    place-self: end start;
  }

  #w-node-cce62de8-0d25-0aa1-170c-2e875ea1a7a9-1e5f22db {
    grid-area: 6 / 2 / 7 / 4;
    place-self: start;
  }

  #w-node-b02f8a91-1098-f221-4e7e-28bf23a31333-1e5f22db {
    grid-area: 2 / 1 / 2 / 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Pitch';
  src: url('../fonts/pitch-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/Saans-Regular-1.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/Saans-Bold-1.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saanstrial';
  src: url('../fonts/SaansTRIAL-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SaansMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcwhyte book';
  src: url('../fonts/ABCWhyte-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcsimonmono Trial';
  src: url('../fonts/ABCSimonMono-Regular-Trial.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Romie';
  src: url('../fonts/Romie-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Drukwide';
  src: url('../fonts/DrukWide-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wt Kormelink Roman Desk 1';
  src: url('../fonts/WT_Kormelink_Roman_DESK_1.1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}