@font-face {
  font-family: Inter;
  src: url("/assets/fonts/inter-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/assets/fonts/inter-regular.woff2") format("woff2"), url("/assets/fonts/inter-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/assets/fonts/inter-semibold.woff2") format("woff2"), url("/assets/fonts/inter-extrabold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/assets/fonts/inter-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/assets/fonts/inter-extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-1: white;
  --text-1: black;
  --gradient-stop-1: #ffeded;
  --gradient-stop-2: #ffeedb;
  --text-4: #757575;
  --background-4: #ebebeb;
  --background-2: #f7f7f7;
  --background-3: #f0f0f0;
  --text-3: #525252;
  --text-2: #333;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: var(--image-i5cec3e91);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

body {
  background-color: var(--background-1);
  color: var(--text-1);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--text-1);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 1;
}

h2 {
  color: var(--text-1);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

p {
  color: var(--text-1);
  letter-spacing: -.01em;
  max-width: 60ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

a {
  color: var(--text-1);
  letter-spacing: -.01em;
  font-weight: 400;
  text-decoration: none;
  transition: transform .25s, opacity .25s;
  display: inline-block;
}

a:hover {
  opacity: .84;
}

a:active {
  transform: scale(.99);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 0;
}

li {
  letter-spacing: .015em;
  margin-bottom: 4px;
  margin-left: 24px;
  padding-left: 20px;
}

img {
  border-radius: 16px;
  max-width: 100%;
  display: inline-block;
}

label {
  letter-spacing: .015em;
  margin-bottom: 8px;
  font-weight: 500;
  display: block;
}

strong {
  font-weight: 500;
}

blockquote {
  background-image: linear-gradient(135deg, var(--gradient-stop-1), var(--gradient-stop-2));
  color: var(--text-1);
  border: 1px #000;
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 40px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

figcaption {
  color: var(--text-4);
  text-align: center;
  letter-spacing: .015em;
  margin-top: 12px;
  font-size: 16px;
}

.style-guide-nav {
  width: 240px;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0% auto 0 0;
}

.style-guide-menu-brand {
  margin-top: 40px;
  margin-bottom: 48px;
  margin-left: 40px;
  padding-left: 0;
}

.style-guide-block {
  margin-bottom: 32px;
}

.form-error {
  color: var(--text-1);
  background-color: #fce3e3;
  border-radius: 6px;
  margin-top: 24px;
  padding: 24px;
  font-weight: 600;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.form {
  margin-bottom: 8px;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.form-radio-button, .form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-4 {
  width: 33.33%;
}

.spacer {
  background-color: var(--background-4);
  height: 48px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
  display: block;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._8 {
  background-color: #0000;
  width: 8px;
  height: 8px;
}

.spacer._4 {
  background-color: #0000;
  width: 4px;
  height: 4px;
}

.text-input {
  background-color: var(--background-2);
  color: var(--text-1);
  border: 2px solid #0000;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 16px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.5;
  transition: border .25s, background-color .25s;
}

.text-input:hover {
  background-color: var(--background-3);
}

.text-input:focus {
  border: 2px solid var(--text-3);
}

.text-input::placeholder {
  color: var(--text-3);
}

.text-input.form {
  background-color: var(--background-2);
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.text-input.form:hover {
  background-color: var(--background-3);
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.paragraph.small {
  color: var(--text-1);
  font-size: 16px;
  line-height: 1.5;
}

.paragraph.large {
  font-size: 28px;
  line-height: 1.5;
}

.radio-button {
  border-width: 2px;
  border-color: var(--text-1);
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

.visible-spacer {
  background-color: var(--background-4);
  border-radius: 4px;
  display: inline-block;
}

.form-dropdown {
  background-color: var(--background-2);
  color: var(--text-3);
  border: 2px solid #0000;
  border-radius: 6px;
  width: 100%;
  min-height: 56px;
  margin-bottom: 16px;
  padding: 16px 24px 16px 22px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.form-dropdown:hover {
  background-color: var(--background-3);
}

.form-dropdown:focus-visible, .form-dropdown[data-wf-focus-visible] {
  border: 2px solid var(--text-3);
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.rich-text {
  text-align: left;
  line-height: 1.5;
  display: block;
}

.rich-text h3 {
  margin-top: 72px;
  margin-bottom: 24px;
}

.rich-text a {
  text-decoration: underline;
}

.rich-text h1 {
  margin-top: 88px;
  margin-bottom: 40px;
}

.rich-text h2 {
  margin-top: 88px;
  margin-bottom: 32px;
}

.rich-text h4 {
  margin-top: 64px;
  margin-bottom: 24px;
}

.rich-text h5 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text h6 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.rich-text img {
  border-radius: 8px;
  width: 100%;
}

.rich-text p {
  margin-bottom: 32px;
}

.style-guide-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.style-guide-colour-block.gradient {
  width: 100%;
}

.check-box {
  border-width: 2px;
  border-color: var(--text-1);
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.color-block {
  background-color: var(--background-1);
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.background-4 {
  background-color: var(--background-4);
}

.color-block.background-3 {
  background-color: var(--background-3);
}

.color-block.gradient {
  background-image: linear-gradient(135deg, var(--gradient-stop-1), var(--gradient-stop-2));
}

.color-block.background-2 {
  background-color: var(--background-2);
}

.color-block.text-4 {
  background-color: var(--text-4);
}

.color-block.text-3 {
  background-color: var(--text-3);
}

.color-block.text-1 {
  background-color: var(--text-1);
}

.color-block.text-2 {
  background-color: var(--text-2);
}

.form-success {
  text-align: left;
  background-color: #ecfce3;
  border-radius: 6px;
  padding: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.style-guide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.style-guide-section {
  z-index: 0;
  background-color: var(--background-1);
  text-align: left;
  padding: 112px 80px;
  position: relative;
}

.style-guide-section.background-gradient {
  background-image: linear-gradient(135deg, var(--gradient-stop-1), var(--gradient-stop-2));
}

.style-guide-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.field-block {
  z-index: 1;
  border: 1px #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.heading {
  font-family: Inter, sans-serif;
}

.heading.medium {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.heading.extra-small {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.heading.extra-small.text-color-3 {
  margin-right: 5px;
}

.heading.small {
  color: var(--text-1);
  letter-spacing: -.03em;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.heading.small.off {
  color: #00000080;
  margin-right: 5px;
  display: inline;
}

.heading.regular {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.heading.regular.sm {
  font-size: 20px;
}

.heading.extra-large {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}

.heading.large {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.heading.regular {
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.heading.small {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.heading.small.spaces {
  margin-top: 5px;
  margin-bottom: 10px;
  text-decoration: none;
}

.heading.small.spaces.under {
  margin-top: 15px;
  text-decoration: underline;
}

.heading.circle {
  font-size: 30px;
}

.button-secondary {
  background-color: var(--background-2);
  color: var(--text-1);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 6px;
  flex: none;
  min-height: 56px;
  padding: 14px 24px 15px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  transition: transform .25s, background-color .25s;
}

.button-secondary:hover {
  background-color: var(--background-3);
  opacity: 1;
}

.button-secondary:active {
  background-color: var(--background-4);
  transform: scale(.98);
}

.button-secondary.small {
  min-height: 40px;
  padding: 9px 20px;
  font-size: 14px;
}

.style-guide-section-header {
  margin-bottom: 48px;
}

.text-box {
  max-width: 700px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box._400px {
  max-width: 400px;
  min-height: 64px;
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._900px {
  max-width: 900px;
}

.style-guide-label {
  color: var(--text-3);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.field-label {
  color: var(--text-1);
  font-size: 16px;
  font-weight: 500;
}

.block-quote {
  background-image: linear-gradient(135deg, var(--gradient-stop-1), var(--gradient-stop-2));
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.style-guide-nav-container {
  border-right: 1px solid var(--background-3);
  background-color: var(--background-1);
  width: 240px;
  height: 100vh;
}

.section {
  z-index: 0;
  overflow: hidden;
}

.section.banner {
  background-color: var(--background-2);
}

.section.hides {
  display: none;
}

.text-color-accent {
  color: #4951f0;
}

.container {
  z-index: 0;
  max-width: 1600px;
  padding: 128px 96px;
}

.container.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.container.centred {
  margin-left: auto;
  margin-right: auto;
}

.container.banner {
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  display: flex;
}

.container.hides, .container.hide-me-for-now {
  display: none;
}

.container.lesspacing {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.grid-2-column {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.grid-2-column.align-baseline {
  grid-template-columns: 1fr 1.5fr;
  place-items: start stretch;
}

.grid-2-column.vertically-centred {
  align-items: center;
}

.work-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 24px;
  display: grid;
}

.work-item {
  background-color: var(--background-2);
  border-radius: 16px;
  margin-bottom: 24px;
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
  overflow: hidden;
}

.work-item:hover {
  background-color: var(--background-2);
  opacity: .8;
  transform: translate(0, -4px);
}

.work-item:active {
  transform: scale(.99)translate(0, -4px);
}

.nav-link {
  color: var(--text-3);
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
  padding: 6px 14px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: color .25s, background-color .25s, opacity .25s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--background-2);
  opacity: .76;
  border-radius: 6px;
}

.nav-link.w--current {
  z-index: 1;
  background-color: var(--background-2);
  color: var(--text-1);
  border-radius: 6px;
}

.nav-link.w--current:hover {
  opacity: 1;
}

.nav {
  z-index: 1;
  background-color: var(--background-1);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-menu {
  justify-content: flex-end;
  margin-right: -4px;
  display: flex;
}

.logo {
  padding-left: 0;
  display: flex;
}

.logo.w--current {
  padding-left: 0;
}

.nav-container {
  z-index: 0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  height: 100%;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
  position: relative;
}

.logo-wrapper {
  flex: 1;
}

.logo-wrapper.mobile-menu, .logo-wrapper.mobile-menu-style-guide {
  display: none;
}

.footer-flex-container-top {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--background-3);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: start;
  width: 100%;
  margin-bottom: 64px;
  padding-bottom: 64px;
  display: flex;
}

.footer-link {
  color: var(--text-1);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.footer-link.small {
  font-size: 14px;
}

.footer-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 0;
  display: flex;
}

.copyright-wrapper {
  grid-column-gap: 48px;
  display: flex;
}

.list-item {
  border-bottom: 1px solid var(--background-3);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.list-item.last-item {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

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

.about-image-wrapper {
  margin-top: 136px;
  margin-bottom: 136px;
  padding-top: 50%;
  display: none;
  position: relative;
  overflow: hidden;
}

.work-link {
  width: 100%;
  height: 100%;
}

.work-link:hover {
  opacity: 1;
}

.work-link:active {
  transform: none;
}

.project-image {
  border-radius: 12px;
  flex: 0 auto;
  width: 75%;
  margin-bottom: 24px;
}

.collection-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.inset-card {
  background-color: var(--background-2);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 128px 80px;
  display: flex;
}

.inset-card.background-gradient {
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  padding: 0;
}

.nav-link-wrapper {
  position: relative;
}

.about-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-content {
  background-color: var(--background-2);
  color: #fff;
  padding: 24px 28px 24px 24px;
}

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

.grid-license-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-license-fonts {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.centre {
  margin-left: auto;
  margin-right: auto;
}

.footer-list-item {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.nav-menu-styleguide {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.nav-link-styleguide {
  color: var(--text-3);
  align-items: center;
  padding: 8px 0 8px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .25s, color .25s, opacity .25s;
  display: block;
}

.nav-link-styleguide:hover {
  opacity: .72;
}

.nav-link-styleguide.w--current {
  background-color: var(--background-2);
  color: var(--text-1);
  border-radius: 6px;
}

.button {
  background-color: var(--background-4);
  background-image: linear-gradient(135deg, var(--gradient-stop-1), var(--gradient-stop-2));
  color: var(--text-1);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 6px;
  flex: none;
  min-height: 56px;
  padding: 15px 24px 14px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  transition: transform .25s, opacity .25s;
}

.button:hover {
  opacity: .8;
}

.button:active {
  background-color: #4951f0;
  transform: scale(.98);
}

.button.small {
  min-height: 40px;
  padding: 9px 20px;
  font-size: 14px;
}

.license-image {
  border-radius: 8px;
}

.page-load-cover {
  z-index: 999;
  background-color: #181817;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.visible-text-box {
  background-color: var(--background-4);
  border-radius: 6px;
}

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

.text-color-1 {
  color: var(--text-1);
}

.text-color-3 {
  color: var(--text-3);
}

.text-color-4 {
  color: var(--text-4);
}

.list-item-tight {
  border-bottom: 1px solid var(--background-3);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.list-item-tight.last-item {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.project-details-wrapper {
  grid-column-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.background-gradient {
  background-image: linear-gradient(135deg, var(--gradient-stop-1), var(--gradient-stop-2));
}

.footer-flex-container-bottom {
  grid-column-gap: 80px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: start;
  width: 100%;
  display: flex;
}

.text-weight-semi-bold {
  font-weight: 600;
}

.form-wrap {
  background-color: #fff;
  border-radius: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.text-field-large {
  border: 1px solid #c4cee8;
  border-radius: 9px;
  min-height: 150px;
}

.text-field-large:hover {
  border-width: 2px;
}

.text-field-large:active, .text-field-large:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.display-normal {
  color: #02044a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
}

.button-wrap-right {
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.form-section-touch {
  background-color: #effaf8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 196px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button {
  background-color: var(--text-3);
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button:hover {
  background-color: var(--text-2);
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.field-wrap {
  margin-bottom: 24px;
}

.text-field {
  border: 1px solid #c4cee8;
  border-radius: 9px;
  min-height: 56px;
  transition: all .2s;
}

.text-field:hover {
  border-width: 2px;
}

.text-field:active, .text-field:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.title-wrap {
  color: #7b88a8;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.empty-state {
  background-color: #fff;
}

.logo-circle {
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 100px;
  height: 60px;
  min-height: 100px;
  margin: 14px;
  padding: 24px;
  display: flex;
}

.logo-circle.g {
  background-color: #ffda33;
  flex-direction: column;
}

.logo-circle.g._2 {
  background-color: #0000;
  border-color: #ffda33;
}

.logo-circle.g._2.smaller {
  width: 55px;
  min-width: 80px;
  height: 55px;
  min-height: 80px;
  margin-top: 0;
  margin-bottom: 0;
}

.logo-circle.g._2.smaller._3 {
  border-color: var(--background-4);
}

.logo-circle.g._2.smaller.bro {
  border-color: #998200;
  min-width: 80px;
  min-height: 80px;
  margin-top: 0;
}

.logo-circle.g.small {
  width: 75px;
  min-width: 75px;
  height: 75px;
  min-height: 75px;
}

.logo-circle.s {
  border-color: var(--background-4);
  background-color: var(--background-4);
  flex-direction: column;
}

.logo-circle.s._3 {
  background-color: #0000;
}

.logo-circle.b {
  background-color: #998200;
  flex-direction: column;
}

.logo-circle.b._2 {
  background-color: #0000;
  border-color: #998200;
}

.logo-circle.gold {
  color: #fff200;
  border-width: 2px;
  border-color: #fdf32b;
}

.logo-circle.gold.blank {
  border-style: none;
}

.logo-circle.gold.none {
  opacity: 0;
}

.logo-circle.silver {
  border-width: 2px;
}

.logo-circle.silver.none {
  opacity: 0;
}

.logo-circle.bronze {
  border-width: 2px;
  border-color: #ffbf00;
}

.logo-circle.bronze.blank {
  border-style: none;
}

.logo-circle.bronze.none {
  opacity: 0;
}

.h4-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.4;
}

.logo-circle-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  display: flex;
}

.section-small {
  padding: 64px 5%;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: var(--text-1);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 25px;
  font-weight: 600;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500.big {
  margin-bottom: 15px;
  font-size: 30px;
}

.icon {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon.gold {
  color: #ffda33;
  width: 30px;
  height: 30px;
}

.icon.gold.spae {
  margin-left: 17px;
}

.icon.gold.spae.sp {
  color: var(--background-4);
}

.icon.gold.spae.sp.sss {
  color: #998200;
}

.icon.gold.spae.sp.sss.noes {
  margin-left: 0;
}

.icon.gold.spae.sp.s {
  width: 35px;
  height: 35px;
  margin-left: 0;
}

.icon.gold.bi {
  width: 35px;
  height: 35px;
}

.icon.difer {
  color: #ffda33;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
}

.icon.difer.sli {
  color: #ebebeb;
}

.icon.difer.bro {
  color: #998200;
}

.h6-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 24px;
  line-height: 1.5;
}

.grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.logo-block-shadow {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.logo-block-shadow.g {
  background-color: #ffda33;
  flex-direction: column;
}

.logo-block-shadow.g.none {
  border: 1px solid var(--background-4);
  text-align: center;
  background-color: #0000;
}

.logo-block-shadow.g.none.bro {
  border-color: #998200;
}

.logo-block-shadow.dof {
  flex-direction: column;
  margin-top: 43px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.logo-block-shadow.dof.ggg {
  background-color: var(--text-2);
}

.flex {
  justify-content: space-around;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.heading-2 {
  margin-right: 5px;
}

.heading-2.whit {
  z-index: 99;
  color: var(--text-1);
  margin-top: -7px;
  margin-left: 4px;
  font-size: 20px;
  position: relative;
}

.paragraph-2 {
  font-size: 30px;
}

.stext {
  font-size: 15px;
}

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

.heading-3 {
  margin-left: 24px;
}

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

.div-block-2.flex-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-3 {
  font-size: 13px;
}

.hide-me {
  display: none;
}

.text-color-5 {
  color: #757575;
}

.text-color-6 {
  color: #525252;
}

.spacer-2 {
  background-color: #ebebeb;
  height: 48px;
}

.spacer-2._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
  display: block;
}

.spacer-2._4 {
  background-color: #0000;
  width: 4px;
  height: 4px;
}

.list-item-2 {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.list-item-2.last-item {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grid-2-column-2 {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.grid-2-column-2.align-baseline {
  align-items: baseline;
}

.accent-footer {
  width: 100%;
}

.footer-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-section {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  padding-top: 95px;
  padding-bottom: 80px;
}

.footer-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.footer-social {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.footer-social:hover {
  color: #7673db;
}

.footer-title {
  color: #000;
  letter-spacing: -.04em;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-title-small {
  color: #000;
  letter-spacing: -.05em;
  font-size: 90px;
  font-weight: 200;
  line-height: 1.1;
}

.footer-link-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-details {
  color: #000;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
}

.email-link {
  color: var(--text-1);
  font-weight: 600;
  text-decoration: underline;
}

.email-link:hover {
  color: var(--text-1);
}

.footer-logo {
  margin-bottom: 16px;
}

.social-link:hover {
  opacity: .4;
}

.footer-email {
  color: #000;
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.2;
}

.footer-grid {
  grid-column-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.h1-white {
  color: #fff;
  margin-bottom: 16px;
  font-size: 44px;
}

.check-wrap-mind-dark {
  margin-top: 20px;
  margin-bottom: 24px;
}

.form-section-mind-dark {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 140px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field-mind-dark {
  background-color: #0000;
  border: 1px #c4cee8;
  border-bottom: 2px solid #282828;
  border-radius: 0;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 0;
  transition: all .3s;
}

.text-field-mind-dark:hover {
  border-bottom-width: 2px;
  border-bottom-color: var(--text-1);
}

.text-field-mind-dark:active {
  color: #fff;
  border-width: 2px;
  border-color: #5f30e2 #5f30e2 #fff;
}

.text-field-mind-dark:focus {
  border-width: 2px;
  border-color: #5f30e2 #5f30e2 var(--text-4);
  color: #fff;
}

.text-field-mind-dark:focus-visible, .text-field-mind-dark[data-wf-focus-visible] {
  color: var(--text-1);
}

.text-field-mind-dark::placeholder {
  color: #727272;
  font-size: 16px;
}

.text-field-mind-dark.space {
  min-height: 100px;
}

.checkbox-field-mind {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 16px;
  padding-left: 0;
  position: relative;
}

.button-mind-dark {
  border: 2px solid var(--text-1);
  color: var(--text-1);
  background-color: #0000;
  padding: 20px 40px;
  font-size: 16px;
  transition: all .3s;
}

.button-mind-dark:hover {
  background-color: var(--text-1);
  color: var(--background-1);
  text-decoration: none;
}

.form-block-mind {
  max-width: 620px;
}

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

.checkbox-label {
  color: #ffffff80;
  margin: 12px 27px;
  position: relative;
}

.checkbox-mind-dark {
  z-index: 5;
  cursor: pointer;
  border-width: 2px;
  border-color: #282828;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 15px;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.checkbox-mind-dark:hover {
  border-color: #fff;
}

.checkbox-mind-dark.w--redirected-checked {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 15px;
  display: block;
  inset: 0%;
}

.checkbox-mind-dark.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
  border-color: #5f30e2;
}

.button-wrap-mind {
  justify-content: flex-end;
  margin-top: 64px;
  display: flex;
}

.detail-mind {
  color: var(--text-1);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.title-wrap-mind {
  margin-bottom: 60px;
}

.check-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-mind-dark {
  color: #727272;
  font-size: 20px;
}

.form-grid-mind-dark {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

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

.con {
  margin-top: 24px;
}

.link {
  font-weight: 600;
}

.div-block-4 {
  max-width: 400px;
}

.awards-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 12px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.award-text {
  background-color: var(--background-1);
  color: var(--text-1);
  text-align: center;
  border-radius: .5rem;
  margin-right: 0;
  padding: 4px 8px;
  font-size: 14px;
  display: inline-block;
}

.h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.box-wrapper {
  background-color: var(--gradient-stop-2);
  border-radius: 1rem;
  margin-bottom: 3rem;
  padding: 1rem .5rem .5rem;
}

.box-wrapper.gold {
  background-color: var(--gradient-stop-2);
  border-radius: 12px;
  padding: 1rem 0;
}

.box-wrapper.s {
  background-color: var(--background-3);
  border-radius: 12px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.box-wrapper.test {
  border-radius: 20px;
  padding: 18px 17px;
}

.box-wrapper.is--gold {
  background-color: #f6e4c3;
  background-image: linear-gradient(#f6e4c3, #ead7af);
}

.box-wrapper.is--silver {
  background-color: #e2e2e2;
  background-image: linear-gradient(#e2e2e2, #d4d4d4);
}

.box-wrapper.is--bronze {
  background-color: #e4c8b0;
  background-image: linear-gradient(#e4c8b0, #d7b299);
}

.img-banto {
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.image {
  width: 200px;
}

.grid-2x2, .video-visibility {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.section-other-work {
  z-index: 0;
  overflow: hidden;
}

.section-other-work.banner {
  background-color: var(--background-2);
}

.section-other-work.hides {
  display: none;
}

.section-intro {
  z-index: 0;
  overflow: hidden;
}

.section-intro.banner {
  background-color: var(--background-2);
}

.section-intro.hides {
  display: none;
}

.section-work {
  z-index: 0;
  overflow: hidden;
}

.section-work.banner {
  background-color: var(--background-2);
}

.section-work.hides {
  display: none;
}

.empty-state-2 {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .style-guide-nav {
    z-index: 1;
    background-color: var(--background-1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 76px;
    display: flex;
    position: sticky;
    inset: 0 0 auto auto;
  }

  .style-guide-menu-brand {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .style-guide-block {
    margin-bottom: 40px;
  }

  .form-error {
    padding-left: 4px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .form-dropdown {
    padding-right: 4px;
  }

  .form-success {
    padding-top: 4px;
  }

  .style-guide-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .style-guide-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading.circle {
    font-size: 20px;
  }

  .button-secondary {
    position: relative;
  }

  .style-guide-nav-container {
    background-color: #0000;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: 1400px;
    height: 100%;
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
    position: relative;
  }

  .container {
    padding: 112px 64px;
  }

  .grid-2-column.stack-on-tablet {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .nav-container {
    padding-left: 64px;
    padding-right: 64px;
  }

  .logo-wrapper.mobile-menu-style-guide {
    margin-bottom: 64px;
    display: flex;
  }

  .footer-flex-container-top {
    flex-wrap: wrap;
  }

  .about-image-wrapper {
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .inset-card {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .nav-link-wrapper {
    margin-left: -16px;
  }

  .menu-icon-line-bottom {
    background-color: var(--text-1);
    width: 32px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    background-color: var(--text-1);
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle-inner {
    background-color: var(--text-1);
    width: 3px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--text-1);
    width: 32px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    margin-right: -20px;
    padding: 2px 0 0;
  }

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

  .collection-list {
    grid-template-columns: 1fr;
  }

  .nav-menu-styleguide {
    border-right: 1px solid var(--background-4);
    background-color: var(--background-1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    width: 280px;
    height: 100vh;
    margin-right: 0;
    padding: 29px 64px 64px;
  }

  .nav-link-styleguide {
    padding: 12px 0 12px 16px;
    font-size: 18px;
  }

  .nav-link-styleguide.w--current {
    background-position: 0%;
  }

  .button {
    position: relative;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .footer-flex-container-bottom {
    flex-wrap: wrap;
  }

  .logo-circle {
    min-width: 80px;
    min-height: 80px;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .accent-footer {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .footer-content-wrapper {
    margin-bottom: 140px;
  }

  .footer-section {
    background-position: 100% 0;
    padding-top: 140px;
  }

  .footer-social {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-grid {
    flex-wrap: wrap;
    margin-top: 32px;
    display: flex;
  }

  .form-block-mind {
    max-width: none;
  }

  .form-grid-mind-dark {
    grid-template-columns: 1fr;
  }

  .awards-box {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-2x2, .video-visibility, .audible-visibility {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  .style-guide-menu-brand.w--current {
    margin-top: 14px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .column.desk-4 {
    width: 100%;
  }

  .spacer {
    height: 40px;
  }

  .spacer._64 {
    width: 56px;
    height: 56px;
  }

  .style-guide-colour-block {
    width: 25%;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .field-block {
    min-height: auto;
  }

  .heading.medium {
    font-size: 32px;
  }

  .heading.extra-large {
    font-size: 52px;
  }

  .heading.large {
    font-size: 40px;
  }

  .heading.regular {
    font-size: 28px;
  }

  .section.banner {
    display: none;
  }

  .grid-2-column {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-2-column.align-baseline {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start stretch;
  }

  .work-grid {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .nav-link {
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px 0 16px 16px;
    font-size: 20px;
  }

  .nav-link.w--current {
    background-position: 0%;
  }

  .nav-menu {
    border-right: 1px solid var(--background-3);
    background-color: var(--background-1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    width: 280px;
    height: 100vh;
    margin-right: 0;
    padding: 28px 64px 64px;
  }

  .logo-wrapper {
    display: flex;
  }

  .logo-wrapper.mobile-menu {
    margin-bottom: 64px;
    display: flex;
  }

  .logo-wrapper.mobile-menu-style-guide {
    display: flex;
  }

  .footer-flex-container-top {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .copyright-wrapper {
    grid-column-gap: 40px;
  }

  .list-wrapper.stacked-spacer {
    margin-bottom: 228px;
  }

  .about-image-wrapper {
    padding-top: 66%;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .inset-card {
    padding: 80px 40px;
  }

  .menu-icon-line-middle {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    margin-right: -20px;
    padding: 0;
  }

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

  .nav-menu-styleguide {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    width: 280px;
    height: 100vh;
    margin-right: 0;
    padding-bottom: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .nav-link-styleguide {
    padding-left: 16px;
    padding-right: 0;
  }

  .nav-link-styleguide.w--current {
    background-position: 0%;
  }

  .footer-flex-container-bottom {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .h4-heading {
    font-size: 36px;
  }

  .section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spacer-2 {
    height: 40px;
  }

  .grid-2-column-2 {
    grid-column-gap: 32px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .footer-title, .footer-title-small {
    font-size: 70px;
  }

  .img-banto {
    grid-template-rows: auto;
  }

  .section-other-work.banner, .section-intro.banner, .section-work.banner {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6, p {
    font-size: 18px;
  }

  li {
    padding-left: 12px;
  }

  blockquote {
    padding-left: 24px;
  }

  .style-guide-menu-brand {
    margin-left: 0;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-3 {
    width: 100%;
  }

  .spacer._64 {
    width: 48px;
    height: 48px;
  }

  .text-input {
    width: 100%;
  }

  .paragraph {
    font-size: 18px;
  }

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

  .rich-text h3 {
    margin-top: 48px;
  }

  .rich-text h1, .rich-text h2 {
    margin-top: 56px;
  }

  .rich-text h4 {
    margin-top: 40px;
  }

  .rich-text h5 {
    margin-top: 32px;
  }

  .rich-text h6 {
    margin-top: 24px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .style-guide-section {
    padding: 64px 40px;
  }

  .heading.medium {
    font-size: 32px;
  }

  .heading.extra-small {
    font-size: 18px;
  }

  .heading.small, .heading.regular {
    font-size: 20px;
  }

  .heading.extra-large {
    font-size: 42px;
  }

  .heading.large {
    font-size: 36px;
  }

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

  .heading.small {
    font-size: 20px;
  }

  .heading.circle {
    font-size: 15px;
  }

  .button-secondary {
    width: 100%;
    font-size: 16px;
  }

  .style-guide-section-header {
    margin-bottom: 32px;
  }

  .block-quote {
    padding-left: 24px;
  }

  .style-guide-nav-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    padding: 64px 40px 22px;
  }

  .grid-2-column {
    grid-row-gap: 40px;
  }

  .grid-2-column.align-baseline, .work-grid {
    grid-template-columns: 1fr;
  }

  .work-item {
    margin-bottom: 24px;
  }

  .work-item:last-child {
    margin-bottom: 0;
  }

  .nav-menu {
    width: 232px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-wrapper.mobile-menu, .logo-wrapper.mobile-menu-style-guide {
    margin-bottom: 48px;
  }

  .footer-flex-container-top {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 41px;
    padding-bottom: 48px;
    display: grid;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
  }

  .copyright-wrapper {
    flex-wrap: wrap;
  }

  .list-item {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .list-wrapper.stacked-spacer {
    margin-bottom: 128px;
  }

  .about-image-wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 100%;
  }

  .project-image {
    border-radius: 0;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item {
    width: 100vw;
    margin-left: -40px;
    margin-right: -40px;
  }

  .inset-card {
    border-radius: 0;
    width: 100vw;
    margin-left: -40px;
    padding: 64px 40px;
  }

  .inset-card.background-gradient {
    margin-left: 0;
  }

  .work-content {
    padding: 20px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .nav-menu-styleguide {
    width: 232px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link-styleguide {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .list-item-tight {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .footer-flex-container-bottom {
    grid-row-gap: 48px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .form-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .logo-circle {
    width: 55px;
    min-width: 60px;
    height: 55px;
    min-height: 60px;
    padding: 14px;
  }

  .logo-circle.g {
    width: 100px;
    height: 100px;
  }

  .heading-detail-small.margin-bottom-12.text-color-gray-500 {
    font-size: 20px;
  }

  .heading-detail-small.margin-bottom-12.text-color-gray-500.big {
    text-align: center;
    line-height: 30px;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }

  .list-item-2 {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .grid-2-column-2 {
    grid-row-gap: 40px;
  }

  .footer-email {
    font-size: 20px;
  }

  .button-wrap-mind {
    justify-content: center;
  }

  .check-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2 {
    font-size: 1.6rem;
  }
}

#w-node-e5e792ae-bc99-e543-014b-a4763b8f5520-0c720341, #w-node-e5e792ae-bc99-e543-014b-a4763b8f5524-0c720341, #w-node-_79c48496-3121-9db5-341c-adf2888bc40a-0c720341, #w-node-_3a190e69-9f2b-9b22-0753-7f5ea79f72b8-0c720341, #w-node-fe800ec9-90e4-de29-a3e8-670bf59a6e8a-03720349, #w-node-fe800ec9-90e4-de29-a3e8-670bf59a6e91-03720349, #w-node-_494485e0-0006-6aeb-afb7-d89aa1f9abf0-9a231b65, #w-node-_494485e0-0006-6aeb-afb7-d89aa1f9ac5f-9a231b65, #w-node-_494485e0-0006-6aeb-afb7-d89aa1f9ac65-9a231b65, #w-node-_494485e0-0006-6aeb-afb7-d89aa1f9ac6b-9a231b65, #w-node-_494485e0-0006-6aeb-afb7-d89aa1f9acc7-9a231b65, #w-node-_494485e0-0006-6aeb-afb7-d89aa1f9acca-9a231b65, #w-node-_494485e0-0006-6aeb-afb7-d89aa1f9ad52-9a231b65, #w-node-_494485e0-0006-6aeb-afb7-d89aa1f9ad65-9a231b65, #w-node-_494485e0-0006-6aeb-afb7-d89aa1f9ad79-9a231b65, #w-node-_494485e0-0006-6aeb-afb7-d89aa1f9ad7c-9a231b65, #w-node-c0cc7587-4a99-422c-8e98-776454be1ffc-a7ba8f92, #w-node-c0cc7587-4a99-422c-8e98-776454be2017-a7ba8f92, #w-node-c0cc7587-4a99-422c-8e98-776454be2037-a7ba8f92, #w-node-_0ce1808c-2939-e6f3-e540-85474e40acc5-a7ba8f92, #w-node-_0ce1808c-2939-e6f3-e540-85474e40acc8-a7ba8f92, #w-node-_90f45157-70e1-d4fa-02cb-1e8f971a60e8-f88e778c, #w-node-ff1c619c-2f2b-5947-8b9a-9095fafe448d-f88e778c, #w-node-_79c48496-3121-9db5-341c-adf2888bc40a-d745cb9b, #w-node-_3a190e69-9f2b-9b22-0753-7f5ea79f72b8-d745cb9b, #w-node-d4dc5014-2e67-ce2e-828e-97d6e8d3a93e-d745cb9b, #w-node-_4315913b-d297-2b62-1510-b25acfcbbc54-d745cb9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter';
  src: url("/assets/fonts/inter-italic.woff2") format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url("/assets/fonts/inter-regular.woff2") format('woff2'), url("/assets/fonts/inter-regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url("/assets/fonts/inter-semibold.woff2") format('woff2'), url("/assets/fonts/inter-extrabold.woff2") format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url("/assets/fonts/inter-semibold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url("/assets/fonts/inter-extrabold.woff") format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}