:root {
  --ashgrey: #33342d;
  --_typography---subheader-font-size: 2rem;
  --white: white;
  --_typography---page-header-font: Aileron, Arial, sans-serif;
  --newgrey: #eeedea;
  --_typography---body-font-size: 1rem;
  --monospace-font\<deleted\|variable-1cac91ea-c403-48c0-8959-95f485a47c19\>: Dmmono, Arial, sans-serif;
  --_typography---small-font-size: .7rem;
  --black: black;
  --neoyamo: #d7ff00;
  --_typography---header-font-size: 3rem;
  --justgrey: #616158;
  --silvergrey: #a8a399;
  --yamoyellow: #ffc800;
  --brownamo: #755739;
  --blushamo: #bc357c;
  --tealamo: #006a8e;
  --goldamo: #9c9100;
  --pinkamo: #ed7cbd;
  --orangamo: #ff821e;
  --greenamo: #6ace92;
  --h1--bold\<deleted\|variable-1acb7395-d399-cb6d-6614-edde7d0a9d40\>: 9rem;
  --_typography---hero-font-size: 5rem;
  --_widths---medium-screens: 80vw;
  --_widths---large-screens: 60vw;
  --_widths---small-screens: 90vw;
  --color\<deleted\|variable-ace2b841-add6-86be-2b71-23925d0f1e6e\>: white;
  --_spacing---large-space: 3rem;
  --_typography---page-mono-font: Dmmono, Arial, sans-serif;
  --_spacing---small-space: 1rem;
  --_spacing---x-small-space: .5rem;
  --_typography---page-body-font: proxima-nova, sans-serif;
  --_spacing---medium-space: 2rem;
  --_spacing---x-large-space: 6rem;
}

body {
  color: #333;
  ---mode--collection-3b78e747-31b2-9f20-ef4a-ccfa1e63a6b1: mode-c5e4f5eb-37ae-a08e-bddc-047c057d349c;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: #000;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

a {
  text-decoration: none;
  display: inline;
}

a.w--current {
  color: #fc0;
}

img {
  background-color: #0000;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: inline-block;
}

blockquote {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.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: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  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;
}

.heading {
  color: var(--ashgrey);
  font-family: Aileron, Arial, sans-serif;
  font-size: var(--_typography---subheader-font-size);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-style: normal;
  font-weight: 700;
}

.heading.pricing {
  padding-top: 10px;
  padding-bottom: 20px;
}

.heading.pricing.title {
  padding-top: 45px;
  padding-bottom: 0;
}

.header-nav-text {
  font-family: var(--_typography---page-header-font);
  color: var(--ashgrey);
  font-size: var(--_typography---body-font-size);
  font-weight: 600;
}

.header-nav-text:where(.w-variant-7e3ce7d1-f402-a273-a2c5-2df75ec07f7c) {
  color: var(--newgrey);
}

.footer-nav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-bottom-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--justgrey);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding-top: 2rem;
  display: grid;
}

.download-app-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.download-app-wrapper:where(.w-variant-12ce8128-08df-a7ff-065a-c71433bcb499) {
  justify-content: flex-start;
}

.icon-button-link {
  font-family: var(--_typography---page-header-font);
  color: var(--ashgrey);
  font-weight: 700;
}

.icon-button-link:where(.w-variant-6447904a-88ac-2033-bb98-fa6960360ec0), .icon-button-link:where(.w-variant-03b592bf-ef54-3b85-54de-271d98f495a9) {
  color: var(--newgrey);
}

.social-link-icon {
  justify-content: center;
  align-items: center;
  max-width: 40px;
  max-height: 40px;
}

.social-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-membership-logo {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero-title-text {
  font-family: var(--_typography---page-header-font);
  color: var(--ashgrey);
  font-size: var(--_typography---hero-font-size);
  text-transform: lowercase;
  font-weight: 700;
  line-height: 1.2;
}

.home-hero-section {
  width: var(--_widths---medium-screens);
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 6rem;
}

.hero-header {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-title-line {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  display: flex;
}

.hero-description-text {
  text-align: center;
  font-family: Aileron, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.hero-description-text.align-left {
  font-family: var(--_typography---page-header-font);
  text-align: left;
}

.footer-wrapper {
  width: var(--_widths---medium-screens);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.modal-menu {
  background-color: #33342d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 678px;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: none;
}

.modal-menu-close {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.text-178 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aileron, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

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

.form-block-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.email-input {
  background-color: var(--ashgrey);
  font-family: var(--monospace-font\<deleted\|variable-1cac91ea-c403-48c0-8959-95f485a47c19\>);
  color: var(--white);
  font-size: var(--_typography---body-font-size);
  text-align: center;
  border-radius: 50px;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--neoyamo);
  font-family: var(--_typography---page-header-font);
  color: var(--ashgrey);
  font-size: var(--_typography---body-font-size);
  border-radius: 50px;
  font-weight: 700;
}

.email-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.image-160 {
  max-width: 5rem;
  margin-bottom: 2rem;
}

.dropdown-link-1 {
  display: block;
}

.dropdown-link-1.footer-link {
  font-family: var(--monospace-font\<deleted\|variable-1cac91ea-c403-48c0-8959-95f485a47c19\>);
  color: var(--silvergrey);
  font-size: var(--_typography---body-font-size);
  margin-left: 0;
  margin-right: 0;
  padding: 0 0;
}

.footer-memberships-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.site-banner {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--neoyamo);
  background-image: linear-gradient(96deg, var(--neoyamo) 43%, #fc0);
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
}

.app-download-button {
  padding: 1em var(--_spacing---small-space);
  grid-column-gap: var(--_spacing---small-space);
  grid-row-gap: var(--_spacing---small-space);
  background-color: #d7ff00;
  border-radius: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: inline-flex;
}

.app-download-button:where(.w-variant-6447904a-88ac-2033-bb98-fa6960360ec0) {
  background-color: var(--black);
  text-transform: none;
}

.app-download-button:where(.w-variant-702022c5-1163-711d-4679-8b700be81dc0) {
  background-color: var(--white);
}

.app-download-button:where(.w-variant-112f79ce-6753-7c5b-06ec-bfa8ffa2a70b) {
  flex-flow: row-reverse;
}

.app-download-button:where(.w-variant-03b592bf-ef54-3b85-54de-271d98f495a9) {
  background-color: var(--black);
  text-transform: none;
  flex-flow: row-reverse;
}

.app-download-button:where(.w-variant-3e95995f-b7e4-7f5d-b581-5b83b70b0d02) {
  background-color: var(--white);
  flex-flow: row-reverse;
}

.small-print-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: var(--_typography---small-font-size);
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  display: flex;
}

.small-print-text, .small-print-text.w--current {
  color: var(--silvergrey);
}

.site-footer-mobile {
  background-color: var(--ashgrey);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.slot {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.footer-logo-wrapper {
  width: 150px;
}

.hero-title-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 5rem;
}

.showcase-wrapper {
  max-width: var(--_widths---medium-screens);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.showcase-image-small, .showcase-image-large {
  border-radius: 25px;
}

.hero-image-gallery {
  max-width: var(--_widths---medium-screens);
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.showcase-image-medium {
  border-radius: 25px;
}

.yamo-wordmark {
  display: inline-block;
}

.header--wrapper {
  width: var(--_widths---medium-screens);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header--logo-small {
  display: none;
}

.site-header {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-bottom: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.modal-menu-nav {
  display: block;
}

.main {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.dropdown-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: static;
}

.image-281 {
  display: none;
}

.dropdown-toggle-17 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0;
  display: flex;
  position: static;
}

.heading-55 {
  font-family: var(--_typography---page-header-font);
  color: var(--newgrey);
  font-size: var(--_typography---body-font-size);
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown-list-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-flow: column;
  display: block;
  position: static;
}

.slot-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.announcement-item {
  justify-content: center;
  display: flex;
}

.announcement-text {
  color: var(--ashgrey);
  font-family: Dmmono, Arial, sans-serif;
}

.announcement-text.underline {
  text-decoration: underline;
}

.display-none {
  display: none;
}

.consent_components {
  display: block;
  position: relative;
}

.consent_placeholder {
  aspect-ratio: 16 / 9;
  display: none;
}

.consent_placeholder_iframe {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.consent_placeholder_wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  color: #fff;
  text-align: center;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.consent_placeholder_text {
  font-size: 1rem;
}

.consent_placeholder_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.consent_placeholder_prefs {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  padding: .5rem .25rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
}

.consent_placeholder_prefs:hover {
  opacity: .7;
}

.consent_placeholder_accept {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.consent_placeholder_accept:hover {
  opacity: .7;
}

.consent_prefs_heading {
  font-size: 1.25rem;
  font-weight: 700;
}

.consent_prefs_category-content {
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  display: none;
  overflow: hidden;
}

.consent_prefs_category-content.is-active {
  border-style: solid;
  flex-flow: column;
  display: flex;
}

.consent_prefs_form-block {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.consent_prefs_provider-accordion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.consent_prefs_option {
  display: flex;
}

.consent_banner {
  color: #000;
  background-color: #fff;
  border: 1px solid silver;
  border-radius: .5rem;
  flex-flow: column;
  max-width: 30rem;
  padding: 1.5rem;
  display: block;
}

.consent_prefs_form {
  background-color: #fff;
  border: 1px solid silver;
  border-radius: .5rem;
  width: 100%;
  max-width: 32rem;
  height: 100%;
  max-height: 80vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.consent_prefs_label-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.consent_prefs_header {
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.consent_prefs_close-icon {
  color: #000;
  width: 1rem;
  line-height: 0;
}

.consent_prefs_caret {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.consent_prefs_caret.is-active {
  transform: rotate(180deg);
}

.consent_banner_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  color: #000;
  flex-flow: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: none;
  position: static;
  inset: auto auto 10px 10px;
}

.consent_prefs_checkbox {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.consent_prefs_provider-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: none;
  overflow: hidden;
}

.consent_prefs_provider-content.is-active {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.consent_logo {
  height: 1.25rem;
}

.consent_prefs_checkbox-toggle {
  background-color: #fff;
  border-radius: 999px;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

.consent_prefs_checkbox-toggle.is-active {
  background-color: #fff;
  margin-left: 1.25rem;
}

.consent_prefs_close {
  color: #fff;
  cursor: pointer;
  border-radius: 999rem;
  padding: .5rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.consent_prefs_close:hover {
  opacity: .5;
}

.consent_prefs_empty-message {
  color: gray;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.consent_opt-in_banner {
  z-index: 99999;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.consent_prefs_checkbox-label {
  display: none;
}

.consent_prefs_detail {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.consent_prefs_description {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.consent_button_accept {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.consent_button_accept:hover {
  opacity: .7;
}

.consent_button_prefs {
  color: #333;
  background-color: #0000;
  border-bottom: 1px solid #000;
  padding: .5rem .25rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
}

.consent_button_prefs:hover {
  opacity: .7;
}

.consent_banner_paragraph {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.consent_prefs_popup {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.consent_prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.consent_prefs_checkbox-field.is-focused {
  outline-offset: 1px;
  outline: 1px solid #18ad3a;
}

.consent_prefs_checkbox-field.is-active {
  background-color: #18ad3a;
}

.consent_prefs_tracker-template {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #f5f5f5;
  border-radius: .25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .75rem;
  display: flex;
  overflow: hidden;
}

.consent_prefs_value {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.consent_prefs_label-active {
  color: #000;
  border: 1px solid silver;
  border-radius: .25rem;
  flex: none;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 400;
}

.consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.consent_prefs_list {
  flex-flow: column;
  display: flex;
  overflow: auto;
}

.consent_opt-in {
  display: block;
}

.consent_banner_privacy-link {
  color: #4169e1;
  text-decoration: underline;
  display: inline-block;
}

.consent_prefs_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.consent_prefs_icon.is-active {
  transform: rotate(90deg);
}

.consent_prefs_label {
  margin-right: .25rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.consent_prefs_page {
  color: #4169e1;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: underline;
}

.consent_checkbox_label {
  margin-bottom: 0;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.consent_prefs_buttons {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f5f5f5;
  border-top: 1px solid silver;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.consent_opt-in_prefs {
  z-index: 99998;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.consent_button_prefs-submit {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: opacity .2s;
}

.consent_button_prefs-submit:hover {
  opacity: .7;
}

.consent_prefs_open-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.consent_prefs_open-button:hover {
  opacity: .7;
}

.consent_prefs_category-accordion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.consent_prefs_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #f5f5f5;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.consent_prefs_empty-state {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: .25rem;
  padding: 1rem;
}

.consent_button_reject {
  color: #000;
  text-align: center;
  background-color: #0000001a;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.consent_button_reject:hover {
  opacity: .7;
}

.consent_provider_template {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .75rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 .5px #d9d9d9;
}

.consent_prefs_form-wrapper {
  color: #000;
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: visible;
}

.success-message-7 {
  background-color: #0000;
}

.text-block {
  font-size: var(--_typography---body-font-size);
}

.text-block-243 {
  font-family: var(--_typography---page-body-font);
  color: var(--ashgrey);
  font-size: var(--_typography---body-font-size);
}

.section-149 {
  width: var(--_widths---medium-screens);
}

.header--nav-wrapper {
  grid-column-gap: var(--_spacing---large-space);
  grid-row-gap: var(--_spacing---large-space);
  display: flex;
}

.header--nav {
  grid-column-gap: var(--_spacing---large-space);
  grid-row-gap: var(--_spacing---large-space);
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .upload-now-9 {
    font-size: 1.2rem;
  }

  .container-37 {
    max-width: 80%;
  }

  .header-nav-text {
    font-size: 1.2rem;
  }

  .primary-button-l-10 {
    max-width: 20vw;
    height: 5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .core-features-taab-menu._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .core-features-phone-div {
    padding-left: 10vw;
  }

  .icon-text {
    font-size: 1.2rem;
  }

  .case-study-content-hero-section-2.no-gradient {
    display: none;
    position: relative;
  }

  .gallery-name-3 {
    font-size: 1.8vw;
  }

  .logo-image {
    width: 100px;
  }

  .heading-42 {
    font-size: 2rem;
  }

  .quote-text {
    width: 60%;
  }

  .action-button {
    padding: 1vh 2.5vw;
    font-size: 1em;
  }

  .large-mono-text {
    width: 60%;
  }

  .left-arrow {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-263.mobile {
    padding-bottom: 100px;
  }

  .artotel-h3 {
    width: 75%;
  }

  .artotel-h3.time {
    width: 100%;
    font-family: Aileron, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .artotel-h3.mono.h2.phoebe {
    font-size: 18px;
  }

  .artotel-h3.canal {
    color: #000;
  }

  .header-new-website {
    width: 100vw;
    height: 16rem;
    padding-left: 0;
    padding-right: 0;
  }

  .upload-now-9 {
    font-size: 1.4rem;
  }

  .container-37 {
    width: 80%;
    max-width: 80%;
    display: flex;
  }

  .frame-5396 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
  }

  .header-nav-text {
    color: var(--black);
    font-size: 1.4rem;
  }

  .primary-button-l-10 {
    height: 5vw;
  }

  .h1-bold.h1 {
    width: 75%;
    padding-bottom: 20px;
  }

  .h1-bold.h1.white {
    font-size: 65px;
  }

  .h2-bold {
    line-height: 1em;
  }

  .h2-semibold {
    font-size: 104px;
    line-height: 1.5em;
  }

  .h2-semibold.h3 {
    display: none;
  }

  .h1-bold-2 {
    font-size: var(--h1--bold\<deleted\|variable-1acb7395-d399-cb6d-6614-edde7d0a9d40\>);
    line-height: 7rem;
  }

  .heading-toggle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .powerful-core-features {
    width: 40%;
  }

  .text-toggle {
    justify-content: center;
    align-items: flex-end;
  }

  .text-17 {
    max-width: 60%;
  }

  .core-features-2 {
    width: 100vw;
  }

  .text-37 {
    top: 8px;
  }

  .text-38 {
    font-size: 1.5em;
  }

  .features-3 {
    grid-column-gap: 0px;
  }

  .yamo-lates {
    display: none;
  }

  .perk {
    width: 41.7988%;
  }

  .frame-5582 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  .hero-description-text.align-left {
    font-size: 1.6rem;
  }

  .core-features-taab-menu._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .tab-link-tab-3-3 {
    background-color: #dddddd5e;
  }

  .tab-link-tab-3-4, .tab-link-tab-3-5, .tab-link-tab-3-6 {
    background-color: #ddddddf7;
  }

  .tab-link-tab-3-7, .tab-link-tab-3-8, .tab-link-tab-3-9, .tab-link-tab-3-10 {
    background-color: #ddddddab;
  }

  .tab-link-tab-3-11, .tab-link-tab-3-12 {
    background-color: #bd8585ab;
  }

  .tab-link-tab-3-13 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .logo_yellow_combined {
    width: 22%;
  }

  .accordion-body {
    padding-bottom: 0;
  }

  .image-153 {
    width: 15vw;
  }

  .fitzrovia-heading {
    color: var(--white);
    margin-bottom: 0;
    font-size: 48px;
    line-height: 1.2em;
  }

  .text-panel {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .icon-text {
    text-align: center;
    font-family: Dmmono, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3em;
  }

  .case-study-content-hero-section-2 {
    min-height: 55vw;
    margin-bottom: 0;
  }

  .case-study-content-hero-section-2.no-gradient {
    position: relative;
  }

  .case-study-header {
    margin-bottom: 10vw;
    top: 36vw;
  }

  .text-233 {
    font-size: 3em;
    line-height: 1.5em;
  }

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

  .background-image-div._100.stop-1 {
    background-image: linear-gradient(360deg, #000, #fff0 38%), url("https://cdn.prod.website-files.com/60f9377019178b3a61e6fba3/66febe1b92ce51be2baf2f07_unnamed%20(1).jpg");
  }

  .gallery-name-3 {
    font-size: 1.8vw;
  }

  .logo-image {
    width: 100px;
  }

  .heading-42 {
    font-size: 2rem;
  }

  .image-184 {
    width: 100%;
  }

  .case-study-sub-head {
    font-size: 1em;
    line-height: 1.5em;
  }

  .case-study-sub-head.black.large {
    font-size: 1.3em;
  }

  .case-study-text {
    font-size: 2em;
  }

  .testimonial-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .quote-text {
    width: 70%;
    font-size: 2.5em;
  }

  .stat-large-text.pink, .stat-small-text.pink, .stat-small-text.pink {
    color: var(--pinkamo);
  }

  .audience-section {
    width: 100%;
    transform: translate(0);
  }

  .slider-card-lower {
    padding-left: 2vw;
    padding-right: 0;
  }

  .text-block-233 {
    font-size: 2rem;
    line-height: 1.2em;
  }

  .slider-card {
    width: 45vh;
    height: 65vh;
    display: flex;
  }

  .info-text {
    font-size: 1.5rem;
  }

  .cta-ad-email {
    width: 100%;
  }

  .advert-form {
    font-size: 1rem;
  }

  .bold-text-11 {
    font-size: 5rem;
  }

  .action-button {
    max-width: 16vw;
    padding: 1vh 2vw;
    font-size: 1em;
  }

  .large-mono-text {
    width: 70%;
    font-size: 2.5em;
  }

  .header--wrapper {
    width: var(--_widths---medium-screens);
  }
}

@media screen and (min-width: 1920px) {
  p {
    text-align: left;
    font-size: 20px;
  }

  .landing-section {
    background-image: none;
    padding-top: 731px;
    padding-bottom: 731px;
  }

  .landing-section.commercial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .landing-section.commercial.app-services.virtual {
    position: static;
  }

  .landing-container {
    max-width: 1500px;
    max-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .landing-container.commercial-landing {
    flex-direction: row;
    max-width: none;
    max-height: none;
    padding-top: 140px;
    top: 216px;
    bottom: 0;
  }

  .footer-section {
    height: 70vh;
    max-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .landing-footer-text-block.mobile {
    font-size: 18px;
  }

  .landing-footer-text-block.mobile.small-text {
    font-size: 20px;
    position: relative;
    bottom: -2px;
  }

  .title-text {
    justify-content: center;
    align-items: stretch;
    font-size: 70px;
    line-height: 60px;
    top: -28px;
    bottom: -66px;
  }

  .title-text.commercial-landing {
    flex-direction: row;
    align-items: center;
    padding-right: 0;
    position: static;
    top: auto;
    bottom: auto;
  }

  .upload-button.blue.green {
    border-radius: 25px;
    width: 300px;
    max-width: 350px;
    height: 50px;
    font-size: 18px;
    line-height: 45px;
    inset: 15% 2% 0% auto;
  }

  .upload-button.blue.green.desktop {
    left: 115px;
  }

  .under-title-text {
    flex-direction: row;
    font-size: 20px;
    line-height: 25px;
    top: 0;
    bottom: 0;
  }

  .under-title-text.pricing {
    font-size: 18px;
  }

  .under-title-text.mobile {
    padding-left: 469px;
    padding-right: 469px;
    font-size: 18px;
  }

  .title-platform-div-block {
    flex: 0 auto;
    width: auto;
    height: auto;
    padding-top: 50px;
    padding-bottom: 4px;
    position: static;
    top: -171px;
    bottom: -171px;
  }

  .image-6 {
    height: 55vh;
  }

  .heading.pricing.title {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .paragraph {
    font-size: 16px;
  }

  .sticky-content-div.app-services {
    left: -883px;
  }

  .regular-text {
    font-size: 21px;
  }

  .terms-section.black.virtual {
    height: 7vh;
  }

  .grid.privacy {
    padding-left: 161px;
    padding-right: 161px;
  }

  .blog-section {
    padding-bottom: 0;
  }

  .blog-header {
    height: 5em;
    font-style: italic;
  }

  .slider-background.commercial {
    border-radius: 20px;
  }

  .slider-button {
    width: 120px;
    height: 45px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .hidden-div-virtual-25.standard {
    display: block;
    bottom: 10%;
  }

  .pay-button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 20px;
  }

  .body-6 {
    background-color: #000;
  }

  .icon-div {
    padding-left: 718px;
    padding-right: 718px;
  }

  .icon-div.home {
    inset: auto 0% 5%;
    margin-left: 15px;
    padding-left: 27px;
    padding-right: 27px;
    position: static;
    inset: auto 0% 5%;
  }

  .image-16 {
    width: 35px;
  }

  .icon-section {
    background-color: #000;
  }

  .rte {
    font-size: 14px;
  }

  .rte p {
    font-size: 21px;
  }

  .footer-grid {
    position: static;
    inset: auto 0% 5%;
  }

  .article-tag-text {
    font-size: 16px;
  }

  .article-card-category-text {
    align-self: center;
    line-height: 1em;
  }

  .article-title {
    font-size: 60px;
  }

  .article-standfirst {
    font-size: 35px;
  }

  .article-meta {
    font-size: 21px;
  }

  .dark-text {
    font-size: 24px;
  }

  .read-more-text {
    font-size: 18px;
  }

  .article-category-text {
    font-size: 21px;
  }

  .yamo-lates-containers.desktop.margate.canal {
    background-position: 100%;
    background-size: auto;
  }

  .artotel-h3.mono.h2.phoebe, .artotel-h3.canal, .artotel-h3.mono.h2.phoebe, .artotel-h3.mono.h2.phoebe, .artotel-h3.mono.h2.phoebe, .artotel-h3.canal {
    font-size: 21px;
  }

  .header-new-website {
    height: 20rem;
    padding-left: 0;
  }

  .upload-now-9 {
    font-size: 1.6rem;
  }

  .container-37 {
    width: 80%;
    max-width: 80%;
  }

  .frame-5396 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .primary-button-l-10 {
    height: 4.5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .h1-bold.h1.white {
    font-size: 80px;
  }

  .h2-bold {
    line-height: 1em;
  }

  .heading-toggle {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .powerful-core-features {
    width: 40%;
    font-size: 6rem;
  }

  .text-toggle {
    justify-content: center;
    align-items: flex-end;
  }

  .text-17 {
    max-width: 60%;
  }

  .frame-5472 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-38 {
    font-size: 1.7em;
  }

  .features-3 {
    justify-content: flex-start;
  }

  .core-feature-text {
    font-size: 2em;
  }

  .frame-5582 {
    grid-column-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-title-text {
    font-size: 5vw;
  }

  .home-hero-section {
    width: var(--_widths---large-screens);
  }

  .hero-description-text.align-left {
    font-size: 1.8rem;
  }

  .footer-wrapper {
    width: var(--_widths---large-screens);
  }

  .core-features-tabs._2 {
    justify-content: space-between;
  }

  .core-features-taab-menu._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .core-features-text-grid._2 {
    width: 30%;
  }

  .logo_yellow_combined {
    width: 20%;
  }

  .icon_menu_burger {
    display: none;
  }

  .dropdown-4 {
    padding-bottom: 0;
  }

  ._50-image {
    border-radius: 45px;
  }

  .text-panel {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .icon-text {
    font-size: 1.6rem;
  }

  .email-form {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .case-study-content-hero-section-2 {
    min-height: 50vw;
    padding-bottom: 0;
  }

  .case-study-content-hero-section-2.no-gradient {
    justify-content: center;
    align-items: center;
    height: 80vh;
    min-height: auto;
    position: relative;
    overflow: hidden;
  }

  .case-study-header {
    margin-bottom: 10vw;
    top: 32vw;
  }

  .case-study-header.case-study {
    grid-auto-columns: 1fr;
  }

  .text-233 {
    font-size: 3em;
    line-height: 1.5em;
  }

  .gallery-name-3 {
    font-size: 1.8vw;
  }

  .div-block-386.case-study {
    overflow: hidden;
  }

  .code-embed.case-study {
    height: 100%;
  }

  .logo-image {
    width: 150px;
    height: auto;
  }

  .heading-42 {
    font-size: 2rem;
  }

  .image-text-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 1023px;
  }

  .image-184 {
    width: 100%;
  }

  .right-wrapper-arrow {
    width: auto;
  }

  .lottie-animation-24 {
    width: 5vw;
  }

  .case-study-sub-head {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .case-study-sub-head.black.large {
    font-size: 2em;
  }

  .case-study-sub-head.black.large:hover {
    font-size: 220%;
  }

  .case-study-text {
    font-size: 2em;
  }

  .stat-grid {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 1023px;
    display: grid;
  }

  .quote-text {
    width: 80%;
    font-size: 3em;
  }

  .icon-link-wrapper {
    border-radius: 30px;
    max-width: 420vw;
  }

  .icon-text-editable {
    font-size: 1em;
  }

  .audience-section {
    width: 100%;
  }

  .slider-card {
    height: 65vh;
  }

  .slider-card-upper {
    display: flex;
  }

  .info-text {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    line-height: 1.3em;
  }

  .cta-ad-email {
    width: 100%;
  }

  .bold-text-11 {
    font-size: 5rem;
  }

  .action-button {
    max-width: 16vw;
    padding: 1vh 2.5vw;
    font-size: 1em;
  }

  .image-275 {
    width: 20vw;
  }

  .showcase-wrapper {
    max-width: var(--_widths---large-screens);
  }

  .large-mono-text {
    width: 80%;
    font-size: 3em;
  }

  .header--wrapper {
    width: var(--_widths---large-screens);
  }

  .article-card-meta {
    padding-bottom: 1.5rem;
  }

  .div-block-461 {
    width: var(--_widths---large-screens);
  }
}

@media screen and (max-width: 991px) {
  .landing-section {
    padding-top: 246px;
    padding-bottom: 246px;
  }

  .landing-section.commercial.app-services, .landing-section.commercial.app-services.virtual {
    height: auto;
  }

  .landing-section.commercial {
    max-width: none;
    height: 30vh;
    max-height: none;
    padding-top: 77px;
    padding-bottom: 0;
  }

  .landing-section.commercial.app-services, .landing-section.commercial.app-services.virtual {
    height: auto;
  }

  .landing-section.commercial.app-services, .landing-section.commercial.app-services.virtual {
    height: auto;
  }

  .landing-section.commercial.app-services.virtual {
    height: auto;
  }

  .landing-section.commercial.app-services.tablet {
    padding-top: 0;
  }

  .landing-container {
    top: -150px;
    bottom: -150px;
  }

  .landing-container.commercial-landing {
    padding-top: 90px;
    position: static;
    top: auto;
    bottom: auto;
  }

  .landing-container.commercial-landing.app-services.tablet {
    padding-top: 0;
  }

  .title-text {
    flex-direction: row;
    margin-top: 169px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 55px;
    line-height: 55px;
    position: relative;
    inset: 0% 0% auto;
  }

  .title-text.commercial-landing.app-services.tablet {
    margin-top: 108px;
    padding-bottom: 10px;
  }

  .title-text.email {
    margin-top: 108px;
    font-size: 25px;
    line-height: 35px;
  }

  .upload-button {
    align-items: center;
    padding-top: 0;
  }

  .upload-button.blue {
    width: 100px;
  }

  .upload-button.blue.green {
    position: absolute;
    inset: auto 0% 239%;
  }

  .upload-button.blue.green.desktop {
    left: 0;
  }

  .under-title-text {
    max-width: none;
    font-size: 14px;
    display: block;
  }

  .under-title-text.mobile {
    display: none;
  }

  .title-platform-div-block {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 52px;
    display: flex;
    position: static;
    top: 71px;
  }

  .center-logo {
    width: 70px;
  }

  .center-logo.mobile-menu {
    width: 50px;
  }

  .heading.pricing.title {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .sticky-content-div {
    width: 500vw;
    padding-left: 75px;
  }

  .sticky-content-div.app-services {
    padding-left: 152px;
  }

  .sticky-content-div.app-services.virtual.test {
    flex-direction: column;
    height: 250vh;
  }

  .email-section {
    height: auto;
    padding-top: 0;
    padding-bottom: 48px;
    position: static;
  }

  .regular-text {
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .button-6 {
    width: auto;
    padding: 6px 35px;
  }

  .button-6.together {
    padding: 0;
    line-height: 28px;
  }

  .terms-section {
    position: relative;
  }

  .grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid.privacy {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-header {
    justify-content: center;
  }

  .slider-background.commercial {
    width: 40vw;
  }

  .virtual-section-test {
    display: block;
  }

  .hidden-div-virtual-25.standard {
    inset: 0% 0% 12%;
    flex: 0 auto;
    width: auto;
    height: auto;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    inset: 0% 0% 12%;
  }

  .body-6 {
    background-color: #000;
  }

  .icon-div {
    z-index: 7;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0 274px 35px;
    display: grid;
    position: relative;
  }

  .icon-div.home {
    inset: auto 0% 5%;
    padding-left: 0;
    padding-right: 0;
    inset: auto 0% 5%;
  }

  .image-16 {
    width: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .article-card-meta-text {
    flex-flow: wrap;
  }

  .navbar-mobile {
    display: block;
  }

  .nav-menu {
    background-color: #00000038;
    display: none;
  }

  .menu-button {
    position: static;
  }

  .container-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template: "Area"
    / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    place-items: center start;
    display: grid;
  }

  .icon-4 {
    color: #fc0;
    font-size: 45px;
  }

  .brand {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .shop {
    position: static;
  }

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

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

  .navbar-2 {
    display: none;
  }

  .nav-grid-for-top-bar {
    width: 30vw;
  }

  .submit-button-2 {
    width: 100%;
  }

  .article-card-category-text {
    font-size: 18px;
    line-height: 2em;
  }

  .page-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
  }

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

  .text-field-7 {
    width: 50%;
  }

  .article-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .kay-gaesi-form {
    width: 100%;
  }

  .kay-gaesi-form.hidden {
    display: none;
  }

  .read-more-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fitzrovia-info.yamo-lates.phoebe {
    display: none;
  }

  .div-block-263.mobile {
    flex-flow: column;
  }

  .yamo-lates-containers.desktop.margate {
    display: none;
  }

  .yamo-lates-containers.desktop.margate.canal.mobile, .yamo-lates-containers.desktop.phoebe, .yamo-lates-containers.desktop.margate {
    display: none;
  }

  .yamo-lates-containers.desktop.margate.canal.mobile, .yamo-lates-containers.desktop.phoebe, .yamo-lates-containers.desktop.margate {
    display: none;
  }

  .yamo-lates-containers.desktop.margate.mobile {
    background-image: none;
    display: inline-flex;
  }

  .yamo-lates-containers.desktop.margate.canal.mobile, .yamo-lates-containers.desktop.phoebe {
    display: none;
  }

  .artotel-h3 {
    width: 100%;
    padding-top: 20px;
  }

  .artotel-h3.time.large {
    display: block;
  }

  .artotel-h3.mono.h2.phoebe.mobile {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .artotel-h3.canal.h2.phoebe {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-new-website {
    padding-left: 0;
    padding-right: 0;
  }

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

  .frame-5396 {
    flex: none;
  }

  .style-guide-wrapper, .styles-wrapper {
    flex-direction: column;
  }

  .h1-bold.h1.white.left-align {
    flex: 0 auto;
    display: none;
  }

  .h1-bold.h1.white.contact-mobile-text-div {
    padding-left: 0;
    display: block;
  }

  .h1-bold-2 {
    font-size: 7rem;
  }

  .powerful-core-features {
    width: 70%;
    font-size: 3rem;
  }

  .text-toggle {
    width: 30%;
  }

  .core-feataures-container._2 {
    padding-top: 120px;
  }

  .text-38 {
    font-size: .875rem;
  }

  .features-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .core-feature-text {
    font-size: 14px;
  }

  .footer-nav {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-bottom-links-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-membership-logo {
    object-fit: contain;
  }

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

  .frame-5582 {
    grid-column-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .hero-title-text {
    font-size: 64px;
  }

  .hero-description-text.align-left {
    text-align: center;
    text-align: center;
  }

  .image {
    padding-right: 20px;
  }

  .modal-menu {
    display: none;
  }

  .core-features-tabs._2 {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-flow: column;
  }

  .core-features-taab-menu._2 {
    flex-flow: row;
    justify-content: space-between;
    padding-right: 0;
  }

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

  .core-features-phone-div {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .core-features-text-grid {
    width: 50%;
  }

  .core-features-text-grid._2 {
    justify-content: stretch;
    width: 50%;
  }

  .feature-text {
    width: 100%;
  }

  .core-features-tab-link._2, .core-features-tab-link._2.w--current, .core-features-tab-link._2, .core-features-tab-link._2.w--current, .tab-link-tab-4-2, .tab-link-tab-5, .tab-link-tab-3-13 {
    padding-right: 5%;
  }

  .logo_yellow_combined {
    width: 25%;
    display: block;
  }

  .logo_yellow_path {
    width: 8%;
    display: none;
  }

  .dropdown-4 {
    display: flex;
    overflow: visible;
  }

  .accordion-body {
    display: none;
  }

  .margate-lates-container {
    flex-flow: column;
    padding-top: 2rem;
    display: flex;
  }

  .margate-lates-container.mobile.stops {
    background-color: var(--white);
    background-color: var(--white);
    background-color: var(--white);
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-336 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .fitzrovia-heading {
    text-align: center;
    margin-bottom: 20px;
  }

  .fitzrovia-heading.canal {
    color: var(--black);
  }

  .about-us-hero-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .about-hero-panel {
    flex-flow: column;
    height: auto;
  }

  .text-panel {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    width: 100%;
  }

  .mask-8 {
    height: 100%;
    overflow: hidden;
  }

  .slider-8 {
    width: 100%;
    height: 70vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .slide-21 {
    background-size: cover;
  }

  .our-storey-text {
    font-size: 24px;
  }

  .email-form {
    flex-flow: column;
    width: 100%;
  }

  .case-study-content-hero-section-2.no-gradient {
    min-height: auto;
    display: block;
    position: relative;
  }

  .case-study-content-hero-section-2.image {
    justify-content: space-between;
    align-items: center;
  }

  .case-study-content-hero-section-2.gcc {
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }

  .case-study-content-hero-section-2.melissa {
    justify-content: flex-start;
    align-items: center;
  }

  .case-study-header {
    flex-flow: column;
    top: 70vw;
  }

  .text-233 {
    font-size: 3em;
  }

  .grid-line-programme {
    height: auto;
  }

  .pop-up-wrapper {
    width: 40vw;
  }

  .div-block-373 {
    width: 100%;
    display: flex;
  }

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

  .heading-37 {
    color: var(--black);
    text-align: center;
    font-family: Dmmono, Arial, sans-serif;
  }

  .mobile-map {
    background-color: var(--white);
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .background-image-div._100, .background-image-div._100.stop-1, .background-image-div._100.stop-2, .background-image-div._100.stop-3 {
    height: 50vh;
  }

  .background-image-div._100, .background-image-div._100.stop-1, .background-image-div._100.stop-2, .background-image-div._100.stop-3 {
    height: 50vh;
  }

  .background-image-div._100.stop-1, .background-image-div._100.stop-2, .background-image-div._100.stop-3 {
    height: 50vh;
  }

  .background-image-div._100.gallery {
    margin-bottom: 60px;
  }

  .div-block-379 {
    text-align: left;
    background-image: linear-gradient(#0000 71%, #000), linear-gradient(#000000b3, #000000b3), url("https://cdn.prod.website-files.com/60f9377019178b3a61e6fba3/66ed80553991c9555791f373_Untitled-2.jpg");
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    justify-content: flex-end;
    align-items: center;
    height: 70vh;
    display: flex;
  }

  .ends-div {
    width: 30%;
  }

  .phoebe-mobile-info {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .downloaded-tabs {
    padding-left: 10%;
    padding-right: 10%;
  }

  .phoebe-into {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .small-button {
    width: 20vw;
  }

  .gallery-name-3 {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .mask-9 {
    width: 45%;
  }

  .section-128 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-5.l {
    right: 15%;
  }

  .top-tab-text-thumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .page-w333rapper-3 {
    padding-left: 10vw;
    display: none;
  }

  .mask-10 {
    width: 80%;
  }

  .slider-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-171 {
    display: inline-block;
  }

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

  .div-block-386.case-study {
    align-self: auto;
  }

  .title-break {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .text-block-210.colour {
    color: var(--black);
    position: static;
  }

  .logo-container {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex: 0 auto;
    order: 0;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo-image {
    height: auto;
  }

  .image-184 {
    width: 100%;
    max-width: none;
  }

  .lottie-animation-24 {
    width: 15vw;
  }

  .about-text-wrapper {
    flex-flow: column;
    max-width: 80%;
  }

  .case-study-sub-head.black.large, .case-study-sub-head.black.large:hover, .case-study-sub-head.black.large, .case-study-sub-head.black.large:hover, .case-study-sub-head.black.large, .case-study-sub-head.black.large:hover {
    font-size: 1.1em;
  }

  .stat-grid {
    flex-flow: column;
  }

  .stat-icon {
    width: 30vw;
    height: auto;
  }

  .quote-text {
    width: 100%;
  }

  .image-set-2 {
    padding-top: .5vh;
    padding-bottom: .5vh;
  }

  .case-studies-image.landscape {
    margin-top: 0;
    display: inline-flex;
  }

  .image-set-3, .image-set-1 {
    padding-top: .5vh;
    padding-bottom: .5vh;
  }

  .stat-icon-editable {
    width: 10vw;
  }

  .slider-card-lower {
    object-fit: fill;
  }

  .text-block-233 {
    position: relative;
  }

  .slider-card {
    height: 60vh;
  }

  .slider-card.blank {
    display: none;
  }

  .info-text {
    padding-right: 2rem;
  }

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

  .advertise-form-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .advert-form {
    width: 100%;
  }

  .go-ad-ccta {
    width: auto;
  }

  .form-block-12 {
    width: 100%;
  }

  .bold-text-11 {
    font-size: 1em;
    line-height: 1em;
  }

  .ggc-thumbnail {
    border-radius: 0;
  }

  .ggc-thumbnail.square {
    border-radius: 10px;
  }

  .action-button {
    max-width: 20vw;
  }

  .action-button.unactive {
    max-width: 25vw;
  }

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

  .small-print-wrapper {
    flex-flow: wrap;
  }

  .footer-logo-wrapper {
    display: none;
  }

  .hero-title-icon {
    width: 3.5rem;
  }

  .showcase-image-small {
    display: block;
  }

  .showcase-image-large {
    max-width: 35vw;
  }

  .showcase-image-medium {
    max-width: 30vw;
  }

  .div-block-444, .div-block-445 {
    display: none;
  }

  .large-mono-text {
    width: 100%;
  }

  .collection-index {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-450 {
    width: auto;
    height: auto;
    position: static;
  }

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

  .header--nav-wrapper {
    grid-column-gap: var(--_spacing---medium-space);
    grid-row-gap: var(--_spacing---medium-space);
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .landing-section.commercial.app-services {
    height: auto;
    position: static;
  }

  .landing-section.commercial.app-services.virtual {
    height: auto;
  }

  .landing-container {
    top: -170px;
    bottom: -170px;
  }

  .landing-footer-text-block.mobile.small-text {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .title-text {
    justify-content: center;
    align-items: center;
    position: static;
  }

  .title-text.email {
    font-size: 20px;
    line-height: 35px;
  }

  .upload-button {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    left: 151px;
    right: 151px;
  }

  .upload-button.services.app-services.less.custom, .upload-button.services.app-services.less.basic, .upload-button.services.app-services.less.premium {
    left: auto;
    right: auto;
  }

  .upload-button.services.app-services.less.custom, .upload-button.services.app-services.less.basic, .upload-button.services.app-services.less.premium {
    left: auto;
    right: auto;
  }

  .upload-button.services.app-services {
    align-items: center;
  }

  .upload-button.services.app-services.less.custom, .upload-button.services.app-services.less.basic, .upload-button.services.app-services.less.premium, .upload-button.services.app-services.less.custom, .upload-button.services.app-services.less.basic, .upload-button.services.app-services.less.premium, .upload-button.services.app-services.less.custom, .upload-button.services.app-services.less.basic, .upload-button.services.app-services.less.premium {
    left: auto;
    right: auto;
  }

  .upload-button.blue {
    width: 80px;
    height: 30px;
    font-size: 12px;
    line-height: 15px;
    inset: auto 3% 39% auto;
  }

  .upload-button.blue.green {
    flex-direction: row;
    margin-top: 79px;
    padding-bottom: 0;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .upload-button.blue.green.desktop {
    display: none;
  }

  .under-title-text {
    display: none;
    top: 5px;
    bottom: 5px;
  }

  .under-title-text.pricing {
    display: none;
  }

  .under-title-text.pricing.mobile {
    padding-left: 44px;
    padding-right: 44px;
    display: block;
  }

  .under-title-text.mobile {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .title-platform-div-block {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: -20px;
  }

  .center-logo {
    width: 60px;
    top: 12%;
  }

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

  .heading.pricing.title {
    justify-content: center;
    padding-top: 45px;
    padding-bottom: 0;
  }

  .paragraph {
    width: auto;
    height: auto;
    font-size: 13px;
  }

  .sticky-content-div {
    justify-content: flex-start;
    margin-left: 0;
  }

  .sticky-content-div.app-services {
    margin-left: 0;
    padding-left: 58px;
  }

  .regular-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-6 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .grid.privacy {
    flex: 0 auto;
  }

  .slider-background.commercial {
    width: 250px;
  }

  .text-block-5 {
    font-size: 25px;
  }

  .virtual-section-test {
    display: block;
  }

  .hidden-div-virtual-25.standard {
    inset: 0% 0% 12%;
    width: auto;
    height: auto;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    inset: 0% 0% 12%;
  }

  .div-block-37, .div-block-38, .div-block-39 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-div {
    padding-left: 174px;
    padding-right: 174px;
    display: none;
    position: static;
  }

  .icon-div.home {
    inset: auto 33% 9%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: auto 33% 9%;
  }

  .image-16 {
    width: 20px;
    display: block;
    overflow: visible;
  }

  .icon-section {
    z-index: 5;
    position: relative;
  }

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

  .footer-grid {
    flex-direction: column;
    display: none;
  }

  .submit-button-2 {
    width: 100%;
  }

  .page-title {
    text-align: center;
  }

  .form-block-8 {
    width: 100%;
  }

  .text-field-7 {
    width: 50%;
  }

  .article-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: block;
  }

  .kay-gaesi-form {
    padding: 20px;
  }

  .fitzrovia-info {
    width: 85vw;
  }

  .fitzrovia-info.yamo-lates.phoebe {
    display: none;
  }

  .yamo-lates-content-div {
    flex-direction: column;
  }

  .yamo-lates-containers.desktop.margate {
    width: 80vw;
  }

  .yamo-lates-containers.desktop.margate.canal.mobile {
    display: none;
  }

  .header-new-website {
    justify-content: center;
    align-items: center;
    height: 11rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: stretch center;
    width: 80%;
    display: flex;
  }

  .color-styles-wrapper {
    grid-template-columns: 1fr;
  }

  .h1-bold-2 {
    font-size: 6rem;
  }

  .toggle {
    cursor: pointer;
    flex-flow: row;
    justify-content: space-between;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .text-17 {
    max-width: none;
  }

  .vectors-wrapper-33 {
    object-fit: contain;
  }

  .core-features-2 {
    flex-flow: column;
    display: none;
  }

  .features-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

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

  .footer-bottom-links-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .social-links-wrapper {
    justify-content: flex-start;
  }

  .header-text {
    font-size: var(--_typography---header-font-size);
  }

  .frame-5582 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-title-text {
    font-size: 48px;
  }

  .section-policy {
    width: 90vw;
  }

  .ios-android-buttons-2 {
    margin-top: 56px;
  }

  .container-burger-2 {
    justify-content: space-around;
    align-items: flex-start;
  }

  .modal-menu {
    z-index: 100;
    background-color: var(--ashgrey);
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .burger-header-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    align-items: center;
  }

  .defs-2 {
    display: inline;
  }

  .svg-3 {
    width: 40%;
  }

  .core-features-tabs._2 {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
  }

  .core-features-tab-link._2, .core-features-tab-link._2.w--current, .core-features-tab-link._2, .core-features-tab-link._2.w--current, .tab-link-tab-4-2, .tab-link-tab-5, .tab-link-tab-3-13 {
    padding-right: 3%;
  }

  .logo_yellow_combined {
    width: 25%;
    display: none;
  }

  .logo_yellow_path {
    width: 8%;
    display: block;
  }

  .icon_menu_burger {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    cursor: pointer;
    width: 2rem;
    display: block;
  }

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

  .link-block-38 {
    display: block;
  }

  .link-block-39 {
    margin-bottom: 0;
  }

  .dropdown-4 {
    z-index: 0;
  }

  .margate-lates-container.mobile.stops {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .fitzrovia-heading.canal {
    color: var(--black);
  }

  .about-hero-panel {
    max-width: 90vw;
  }

  .slide-nav-8 {
    padding-bottom: 20px;
  }

  .our-storey-text {
    font-size: 21px;
  }

  .case-study-header {
    grid-row-gap: 24px;
    top: 75vw;
  }

  .text-233 {
    font-size: 3em;
  }

  .button-wrapper {
    width: 100%;
  }

  .tickets-section {
    height: auto;
  }

  .tickets-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .pop-up-screen {
    top: auto;
    right: auto;
  }

  .pop-up-wrapper {
    width: 80vw;
    position: static;
  }

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

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

  .dropdown-7 {
    z-index: 0;
  }

  .gallery-name-3 {
    font-size: 4vw;
  }

  .mask-9 {
    width: 75%;
  }

  .section-128 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-8 {
    z-index: 0;
  }

  .top-tab-text-thumbnail {
    width: 20vw;
  }

  .mask-10 {
    width: 75%;
  }

  .top-text-wrapper {
    max-width: 90%;
  }

  .code-embed {
    position: relative;
    right: 67px;
  }

  .logo-container {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
    height: 40vh;
    display: grid;
  }

  .logo-image {
    vertical-align: sub;
    width: 25vw;
    height: auto;
    overflow: visible;
  }

  .heading-42 {
    text-align: center;
    font-size: 6vw;
    display: flex;
  }

  .image-text-section {
    flex-flow: column;
    grid-template-columns: 1fr;
    top: 0;
  }

  .image-184 {
    width: 100%;
    max-width: none;
  }

  .about-text-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-start;
  }

  .case-study-sub-head.black.large, .case-study-sub-head.black.large:hover, .case-study-sub-head.black.large, .case-study-sub-head.black.large:hover, .case-study-sub-head.black.large, .case-study-sub-head.black.large:hover {
    font-size: 1em;
  }

  .quote-desktop {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .icon-link-wrapper {
    padding: 1.5vh 4vw;
  }

  .icon-text-editable {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    display: flex;
  }

  .multiple-icon-grid {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 5vh;
  }

  .image-set-2 {
    padding-top: .5vh;
    padding-bottom: .5vh;
  }

  .case-studies-image.landscape {
    margin-top: 0;
  }

  .desktop-content-case-study {
    display: none;
  }

  .stat-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .dropdown-link-1 {
    color: var(--silvergrey);
    font-family: Dmmono, Arial, sans-serif;
  }

  .footer-link {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .text-block-233 {
    font-size: 1rem;
  }

  .slider-card {
    width: 60vw;
  }

  .slider-card.gcc1.small-grid, .slider-card.gcc2.small-grid, .slider-card.gcc4.small-grid, .slider-card.gcc6.small-grid, .slider-card.gcc7.small-grid, .slider-card.gcc8.small-grid, .slider-card.gcc9.small-grid, .slider-card.gcc13.small-grid, .slider-card.gcc14.small-grid, .slider-card.gcc1.small-grid, .slider-card.gcc1.small-grid, .slider-card.gcc2.small-grid, .slider-card.gcc2.small-grid, .slider-card.gcc4.small-grid, .slider-card.gcc4.small-grid, .slider-card.gcc6.small-grid, .slider-card.gcc6.small-grid, .slider-card.gcc7.small-grid, .slider-card.gcc7.small-grid, .slider-card.gcc8.small-grid, .slider-card.gcc8.small-grid, .slider-card.gcc9.small-grid, .slider-card.gcc9.small-grid, .slider-card.gcc13.small-grid, .slider-card.gcc13.small-grid, .slider-card.gcc14.small-grid, .slider-card.gcc14.small-grid {
    width: 30vw;
    height: 30vh;
  }

  .info-text {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .info-text.small {
    font-size: .6rem;
  }

  .plus-icon-svg {
    max-width: 20px;
  }

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

  .cta-ad-email {
    margin-top: 5vh;
  }

  .go-ad-ccta {
    width: auto;
  }

  .action-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    max-width: 80vw;
    display: flex;
  }

  ._2-column-grid-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    max-width: 80vw;
    display: none;
  }

  .hero-title-icon {
    aspect-ratio: 1;
    object-fit: contain;
    width: 2.5rem;
    overflow: visible;
  }

  .showcase-image-large {
    max-width: 80vw;
  }

  .hero-image-gallery {
    justify-content: center;
  }

  .div-block-446, .div-block-447 {
    display: none;
  }

  .header--logo-small {
    width: 2rem;
    display: block;
  }

  .header--logo {
    display: none;
  }

  .modal-menu-wrapper {
    width: 80vw;
    margin-top: 1rem;
  }

  .modal-menu-header {
    justify-content: space-between;
    margin-bottom: 3rem;
    display: flex;
  }

  .modal-menu-nav {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
    display: flex;
  }

  .collection-index {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .article {
    max-width: 90vw;
  }

  .div-block-455 {
    grid-template-columns: 1fr;
  }

  .h2 {
    white-space: normal;
  }

  .section-146 {
    max-width: 90vw;
  }

  .div-block-459 {
    align-items: center;
  }

  .div-block-461, .section-148 {
    width: 90vw;
  }

  .image-text {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
  }

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

  .consent_placeholder_wrapper {
    font-size: 1rem;
  }

  .header--nav-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }

  figure {
    background-color: #fff0;
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .landing-section {
    background-image: linear-gradient(360deg, #000, #333c 16%, #fff0 38%);
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .landing-section.commercial {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 35px;
    position: relative;
  }

  .landing-container.commercial-landing {
    z-index: 2;
    height: auto;
    padding-top: 120px;
    position: static;
    top: 114px;
  }

  .landing-container.commercial-landing.app-services {
    height: auto;
    padding-top: 120px;
    position: static;
  }

  .footer-section {
    z-index: 3;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .footer-section.virtual {
    z-index: 10;
    z-index: 10;
    height: 5vh;
    padding-top: 0;
    display: none;
  }

  .landing-footer-text-block {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .landing-footer-text-block.mobile {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    top: 9px;
  }

  .landing-footer-text-block.mobile.small-text {
    z-index: 10;
    z-index: 10;
    padding: 9px 0;
    font-size: 11px;
    display: none;
    position: static;
    top: 0;
  }

  .title-text {
    color: #fff;
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    font-size: 55px;
    line-height: 55px;
    position: relative;
    inset: 85% 0% auto;
  }

  .title-text.commercial-landing {
    flex-direction: row;
    width: auto;
    height: auto;
    padding-top: 0;
    font-size: 20px;
    line-height: 40px;
    position: static;
  }

  .title-text.commercial-landing.app-services {
    font-size: 20px;
    line-height: 28px;
  }

  .title-text.commercial-landing.app-services.tablet {
    margin-top: 131px;
    font-size: 28px;
  }

  .title-text.commercial-landing.pricing {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

  .title-text.email {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .upload-button {
    left: 32px;
    right: 32px;
  }

  .upload-button.services.app-services {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .upload-button.services.app-services.less.custom {
    left: auto;
    right: auto;
  }

  .upload-button.services.app-services.less.premium, .upload-button.services.app-services.less.custom {
    left: auto;
    right: auto;
  }

  .upload-button.services.app-services.less.premium, .upload-button.services.app-services.less.custom {
    left: auto;
    right: auto;
  }

  .upload-button.services.app-services.less.basic {
    justify-content: center;
    inset: auto auto 0%;
  }

  .upload-button.services.app-services.less.premium {
    left: auto;
    right: auto;
  }

  .upload-button.blue {
    display: none;
  }

  .upload-button.blue.green {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    inset: auto 0% 0%;
  }

  .upload-button.blue.green.desktop {
    text-align: center;
    text-align: center;
    justify-content: center;
    padding-left: 0;
    display: none;
    position: static;
    left: -17px;
  }

  .under-title-text {
    text-align: center;
    width: auto;
    height: auto;
    margin: 0 0 -15px;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    display: none;
    position: relative;
    bottom: auto;
  }

  .under-title-text.pricing {
    width: 85vw;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    position: static;
  }

  .under-title-text.pricing.mobile {
    text-align: center;
    text-align: center;
    margin-bottom: -3px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    position: static;
  }

  .under-title-text.mobile {
    text-align: center;
    text-transform: none;
    column-count: auto;
    white-space: normal;
    direction: ltr;
    width: 90vw;
    margin-bottom: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-style: italic;
    line-height: 14px;
    display: block;
    position: static;
  }

  .title-platform-div-block {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .center-logo {
    z-index: 2;
    width: 35px;
    max-width: 50%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: 20%;
    left: 1px;
  }

  .center-logo.mobile-menu {
    background-color: #fff0;
    border-radius: 50px;
    width: 40vw;
    max-width: none;
    padding-top: 0;
    padding-right: 0;
    position: static;
    top: 0%;
  }

  .center-logo.mobile-menu.shop {
    border-radius: 0;
    width: 35px;
    padding-top: 0;
    position: static;
  }

  .image-6, .image-6.app-service-1, .image-6.app-service-1 {
    width: 70vw;
    height: auto;
  }

  .heading.pricing.r, .heading.pricing._24 {
    bottom: 30%;
  }

  .heading.pricing {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    inset: auto 0% 57%;
  }

  .heading.pricing.r, .heading.pricing._24 {
    bottom: 30%;
  }

  .heading.pricing.title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 25px;
    position: absolute;
    inset: 5% 0% auto;
  }

  .heading.pricing.j {
    font-size: 20px;
    line-height: 25px;
  }

  .heading.pricing.i {
    font-size: 20px;
    line-height: 20px;
    bottom: 30%;
  }

  .heading.pricing.r, .heading.pricing._24 {
    bottom: 30%;
  }

  .paragraph {
    width: 80vw;
    height: 15vh;
    font-size: 12px;
    display: none;
  }

  .paragraph.standard {
    width: 75vw;
    display: none;
  }

  .paragraph.standard.mobile {
    width: 60vw;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .paragraph.pricing {
    flex-direction: column;
    width: auto;
    padding: 0 10px;
    display: block;
    position: absolute;
    inset: auto 0% 13%;
  }

  .paragraph.pricing._11 {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 65%;
  }

  .paragraph.pricing._12 {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 44%;
  }

  .paragraph.pricing._13 {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 18%;
  }

  .paragraph.pricing._15 {
    bottom: 69%;
  }

  .paragraph.pricing._14 {
    bottom: 46%;
  }

  .paragraph.pricing._20 {
    bottom: 67%;
  }

  .paragraph.pricing._21 {
    bottom: 46%;
  }

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

  .slider-section {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    bottom: 4%;
  }

  .sticky-content-div {
    height: auto;
    margin-top: -60px;
    margin-left: -2px;
    padding-top: 0;
    padding-left: 0;
    position: static;
    top: 42px;
    bottom: 0;
  }

  .sticky-content-div.app-services {
    margin-left: 0;
    padding-left: 0;
    left: -393px;
  }

  .sticky-content-div.app-services.virtual.test {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .email-section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .regular-text {
    color: #000;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    display: block;
  }

  .button-6 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .button-6.together {
    top: 17px;
  }

  .footer-grid-div {
    z-index: 5;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .terms-section {
    flex-direction: column-reverse;
    align-items: center;
    height: 10vh;
    display: none;
    position: static;
    overflow: hidden;
  }

  .terms-section.black {
    height: 5vh;
  }

  .terms-section.black.virtual {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: stretch;
    height: 7vh;
    padding-bottom: 27px;
  }

  .grid {
    flex: 0 auto;
    place-items: center;
    width: 100vw;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: static;
    bottom: -20px;
  }

  .grid.privacy {
    text-align: center;
    text-align: center;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0;
    display: block;
  }

  .blog-section {
    background-color: #0000;
    max-width: 90vw;
    padding-top: 30px;
  }

  .blog-header {
    justify-content: flex-start;
    align-items: center;
  }

  .slider-background.commercial {
    background-color: #fff;
    border-radius: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 24vh;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3.commercial {
    place-content: stretch;
    place-items: stretch stretch;
    padding-right: 0;
  }

  .slider-button {
    width: 60px;
    height: 27px;
    font-size: 12px;
    line-height: 10px;
  }

  .slider-button:hover {
    font-size: 12px;
  }

  .div-block-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 77px;
    display: flex;
  }

  .html-embed-2 {
    margin-top: -67px;
  }

  .text-block-5 {
    width: 90vw;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 25px;
    display: block;
  }

  .text-block-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85vw;
    padding-top: 15px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    top: 0;
  }

  .virtual-section-test {
    display: block;
  }

  .hidden-div-virtual-25.standard {
    width: auto;
    height: auto;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    display: block;
    position: absolute;
    inset: 0% 0% 12%;
  }

  .hidden-div-virtual-25.standard.custom-space {
    bottom: 10%;
  }

  .pay-button {
    inset: auto 0% 0%;
  }

  .pay-button.small {
    text-align: center;
    text-align: center;
    font-size: 14px;
  }

  .price-plan-section.partnership-plan {
    background-color: #000;
    height: auto;
    padding-top: 41px;
    padding-bottom: 62px;
  }

  .container-5 {
    justify-content: center;
  }

  .div-block-37 {
    flex-direction: column;
  }

  .body-6 {
    background-color: #000;
  }

  .icon-div {
    place-items: stretch stretch;
    padding-bottom: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .icon-div.home {
    inset: auto 0% 0%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-top: 21px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 13px;
    display: none;
    position: static;
    inset: auto 0% 0%;
  }

  .image-16 {
    width: 30px;
  }

  .link-block-3 {
    display: block;
    position: relative;
  }

  .article-card-meta-text {
    display: block;
  }

  .navbar-mobile {
    background-color: #fff0;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-menu {
    background-color: #000;
    width: 100vw;
    height: 120vh;
    display: block;
    position: static;
    overflow: visible;
  }

  .art-lover-mobile-menu-button {
    color: #fc0;
    padding-bottom: 15px;
    font-size: 25px;
    font-weight: 600;
  }

  .art-lover-mobile-menu-button.commercial {
    color: #fc0;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-right: 0;
    line-height: 30px;
  }

  .art-lover-nav-link {
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    position: static;
  }

  .art-lover-nav-link.privacy {
    color: #fff;
    padding-top: 33px;
    font-size: 16px;
    line-height: 25px;
  }

  .menu-button {
    opacity: 1;
    background-color: #b3a9a900;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    inset: auto 0% 0% auto;
  }

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

  .container-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #ffcb00;
    flex-direction: row;
    grid-template: "Area"
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 100vw;
    display: flex;
    position: relative;
  }

  .icon-4 {
    color: #fff;
    border: 1px solid #fff0;
    font-size: 45px;
    position: relative;
    bottom: -2px;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 70px;
    display: block;
    position: static;
    left: 62px;
  }

  .shop {
    width: 30px;
    margin-left: 5px;
    position: static;
  }

  .rte {
    align-items: stretch;
  }

  .rte img {
    width: 100vw;
    max-width: 100%;
    height: auto;
    box-shadow: none;
    background-image: none;
    border-radius: 0;
    margin: 0;
    padding: 20px 25px 0;
    transition-property: none;
    display: block;
    position: relative;
  }

  .rte img:hover {
    margin-top: auto;
    margin-bottom: auto;
    transform: none;
  }

  .rte p {
    color: #000;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 25px;
    font-family: Aileron, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
  }

  .rte a {
    color: #000;
    position: static;
  }

  .rte figcaption {
    color: #b1b1b1;
    text-align: left;
    margin: 0;
    padding: 10px 25px 0;
    font-family: Dmmono, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2em;
  }

  .rte h2 {
    color: var(--black);
    padding-left: 20px;
    padding-right: 20px;
    font-family: Aileron, Arial, sans-serif;
  }

  .rte h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-family: Aileron, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.5em;
  }

  .rte h5 {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Dmmono, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }

  .privacy-buttons {
    color: #fff;
    font-size: 16px;
  }

  .privacy-grid-div {
    color: #fff;
    flex-direction: column;
    padding-bottom: 0;
  }

  .footer-grid {
    display: block;
    position: static;
  }

  .footer-grid.commercial {
    inset: auto 0% -5%;
    display: block;
    inset: auto 0% -5%;
  }

  .navbar-2 {
    display: none;
  }

  .contact-mobile-text-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .submit-button-2 {
    background-color: var(--neoyamo);
    width: 100%;
  }

  .article-tag-text {
    background-color: #e6e8dda3;
    font-size: 11px;
  }

  .tag-collection-list {
    background-color: #fff0;
    padding-top: 10px;
    display: flex;
  }

  .article-card-category-text {
    border-bottom-right-radius: 0;
  }

  .page-title {
    font-size: 30px;
  }

  .empty-state {
    color: #3330;
    background-color: #ddd0;
  }

  .article-card-category {
    display: none;
  }

  .text-field-7 {
    width: 50%;
    color: var(--white);
    margin-right: 0;
  }

  .read-more-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: flex;
  }

  .dark-text {
    background-color: #000;
    border: 1px #000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dark-text.dark-link {
    display: inline-flex;
  }

  .text-block-149 {
    color: #fff;
    padding: 20px 20px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
  }

  .kay-gaesi-form {
    width: 100%;
    height: auto;
  }

  .text-block-157 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .text-block-161 {
    width: auto;
    padding: 0 20px;
  }

  .success-message {
    width: auto;
    height: auto;
  }

  .fitzrovia-info {
    flex: 0 auto;
    align-self: center;
    align-items: stretch;
    width: 100vw;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .fitzrovia-info.yamo-lates.phoebe {
    display: none;
  }

  .yamo-lates-content-div {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 2em;
    display: flex;
  }

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

  .div-block-263.mobile {
    width: 100%;
    padding-top: 0;
    display: block;
  }

  .yamo-lates-containers {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .yamo-lates-containers.desktop, .yamo-lates-containers.desktop.margate {
    display: none;
  }

  .yamo-lates-containers.desktop.margate.canal, .yamo-lates-containers.desktop, .yamo-lates-containers.desktop.margate {
    display: none;
  }

  .yamo-lates-containers.desktop.margate.canal, .yamo-lates-containers.desktop.margate {
    display: none;
  }

  .yamo-lates-containers.desktop.margate.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-flex;
  }

  .yamo-lates-containers.desktop.margate.canal {
    display: none;
  }

  .artotel-h3 {
    width: 100%;
    color: var(--white);
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
  }

  .artotel-h3.time {
    padding-bottom: 20px;
    display: inline-block;
  }

  .artotel-h3.time.large {
    display: block;
  }

  .artotel-h3.mono.h2.phoebe {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Dmmono, Arial, sans-serif;
    font-weight: 400;
  }

  .artotel-h3.mono.h2.phoebe.mobile {
    text-align: center;
    text-align: center;
  }

  .artotel-h3.canal {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .artotel-h3.canal.h2.phoebe {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-menu {
    display: block;
    position: absolute;
    overflow: hidden;
  }

  .header-new-website {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 32vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-new-website.case-studie {
    inset: 0% 0% auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    inset: 0% 0% auto;
  }

  .upload-now-9 {
    font-size: 12px;
  }

  .container-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 80%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .primary-button-l-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button-l-10.color-white {
    background-color: var(--newgrey);
    background-color: var(--newgrey);
  }

  .h1-bold.h1.white {
    font-size: 30px;
  }

  .h1-bold.h1.white.contact-mobile-text-div {
    text-align: center;
    text-align: center;
    padding-left: 0;
  }

  .h1-bold-2 {
    font-size: 5rem;
  }

  .heading-toggle {
    flex-flow: column;
  }

  .powerful-core-features {
    width: 100%;
    margin-bottom: 9px;
    font-size: 3rem;
    line-height: 4rem;
  }

  .text-toggle {
    grid-row-gap: 0px;
    width: 100%;
  }

  .toggle {
    width: auto;
    max-width: none;
    display: flex;
  }

  .text-17 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .vectors-wrapper-33 {
    object-fit: contain;
  }

  .core-features-2 {
    display: none;
  }

  .core-feataures-container {
    padding-top: 100px;
  }

  .core-feataures-container._2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-37 {
    align-self: stretch;
    font-size: 1rem;
    position: absolute;
    top: 12px;
  }

  .core-feature-text {
    font-size: .7em;
  }

  .footer-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .footer-bottom-links-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .social-link-icon {
    max-width: 30px;
    max-height: 30px;
  }

  .social-links-wrapper {
    justify-content: center;
  }

  .footer-membership-logo {
    aspect-ratio: auto;
    object-fit: fill;
    height: 40px;
  }

  .perk {
    width: 70%;
  }

  .frame-5582 {
    grid-column-gap: 64px;
  }

  .hero-title-text {
    font-size: 36px;
  }

  .home-hero-section {
    width: var(--_widths---small-screens);
  }

  .hero-description-text {
    font-size: 1rem;
  }

  .section-policy {
    display: flex;
  }

  .footer-wrapper {
    width: var(--_widths---small-screens);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .container-burger-2 {
    justify-content: space-around;
    height: 100vh;
  }

  .modal-menu {
    z-index: 5;
    position: fixed;
    inset: 0%;
  }

  .burger-header-3 {
    grid-column-gap: 28px;
    max-width: none;
  }

  .modal-menu-close {
    cursor: pointer;
  }

  .svg-3 {
    width: 60%;
  }

  .core-features-tabs._2 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .image-151 {
    border-radius: 4vw;
    max-width: 100%;
  }

  .core-features-phone-div {
    width: 70%;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .core-features-text-grid._2 {
    width: 50%;
  }

  .core-features-tab-link._2, .core-features-tab-link._2.w--current, .core-features-tab-link._2, .core-features-tab-link._2.w--current, .tab-link-tab-4-2, .tab-link-tab-5, .tab-link-tab-3-13 {
    padding-right: 0%;
  }

  .logo_yellow_path {
    width: 15vw;
  }

  .link-block-38 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .dropdown-4 {
    z-index: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 80vw;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .accordion-body {
    justify-content: center;
    align-items: center;
    width: 80vw;
  }

  .image-153 {
    width: 45vw;
  }

  ._50-image {
    max-width: 60%;
    left: 30px;
  }

  .margate-lates-container {
    flex-flow: column;
    display: flex;
  }

  .margate-lates-container.mobile {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .margate-lates-container.mobile.stops {
    padding-left: 0;
    padding-right: 0;
  }

  .supporting-text-44 {
    width: 80vw;
    font-size: .8125rem;
  }

  .dropdown-toggle-5 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin-right: 0;
  }

  .accordion-wrapper-3 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .image-156 {
    max-width: 50%;
  }

  .div-block-336 {
    justify-content: flex-end;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-339 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-340 {
    width: 75vw;
    height: 35vh;
  }

  .our-storey-text {
    width: auto;
    font-size: 21px;
    display: block;
  }

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

  .div-block-348.mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .case-study-content-hero-section-2.image {
    min-height: auto;
  }

  .case-study-header {
    z-index: 2147483647;
    max-width: var(--_widths---small-screens);
    grid-row-gap: 16px;
  }

  .case-study-header.case-study {
    grid-template-columns: 1fr;
  }

  .text-233 {
    font-family: var(--_typography---page-header-font);
    font-size: var(--_typography---header-font-size);
  }

  .grid-line-programme {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    height: auto;
    display: flex;
  }

  .line-programme-50 {
    width: 30%;
  }

  .grid-for-programme {
    padding-top: 20px;
  }

  .tabs-menu-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    place-items: center;
    width: auto;
    padding-top: 40px;
    display: grid;
  }

  .tabs-5 {
    width: 100%;
  }

  .programme-text {
    padding-bottom: 10px;
  }

  .bold-text-6 {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
  }

  .event-in-programme {
    padding-top: 0;
  }

  .pop-up-screen {
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: auto 0% 2rem 5vw;
  }

  .pop-up-wrapper {
    width: 90vw;
  }

  .image-166 {
    position: absolute;
    right: 1.5rem;
  }

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

  .sponsor {
    padding-top: 30px;
  }

  .mobile-map {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-image-div.saide-coles, .background-image-div.firth-gallery, .background-image-div.smallest-gallery-in-soho, .background-image-div.the-artist-room {
    width: 100%;
    height: 300px;
  }

  .background-image-div._100, .background-image-div._100.stop-1, .background-image-div._100.stop-2, .background-image-div._100.stop-3, .background-image-div._100.artist-room {
    height: 40vh;
  }

  .background-image-div.saide-coles, .background-image-div.firth-gallery, .background-image-div.smallest-gallery-in-soho, .background-image-div.the-artist-room {
    width: 100%;
    height: 300px;
  }

  .background-image-div._100, .background-image-div._100.stop-1, .background-image-div._100.stop-2, .background-image-div._100.stop-3, .background-image-div._100.artist-room, .background-image-div._100.stop-1, .background-image-div._100.stop-2, .background-image-div._100.stop-3, .background-image-div._100.artist-room {
    height: 40vh;
  }

  .div-block-379 {
    background-image: linear-gradient(#fff0 92%, #000), linear-gradient(#00000094, #00000094), url("https://cdn.prod.website-files.com/60f9377019178b3a61e6fba3/66ed80553991c9555791f373_Untitled-2.jpg");
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 70vh;
    padding-bottom: 59px;
    padding-left: 31px;
    padding-right: 31px;
    display: flex;
  }

  .ends-div {
    width: 30vw;
  }

  .phoebe-mobile-info {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .supporting-text-59 {
    width: 80vw;
    color: var(--white);
    font-size: .8125rem;
  }

  .dropdown-7 {
    z-index: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 80vw;
    display: inline-block;
  }

  .accordion-wrapper-4 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .bold-text-8 {
    color: var(--silvergrey);
  }

  .dropdown-toggle-10 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin-right: 0;
  }

  .small-button, .mask-9 {
    width: 100%;
  }

  .section-128 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .supporting-text-60 {
    width: 80vw;
    font-size: .8125rem;
  }

  .dropdown-8 {
    z-index: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 80vw;
    display: inline-block;
  }

  .dropdown-toggle-11 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin-right: 0;
  }

  .arrow-5.l {
    right: 35%;
  }

  .top-tab-text-thumbnail {
    width: 30vw;
  }

  .mask-10 {
    width: 100%;
  }

  .slider-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .map-wrapper {
    padding: 45px 20px 20px;
  }

  .code-embed {
    right: auto;
  }

  .logo-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .logo-image {
    width: 30vw;
    height: auto;
  }

  .heading-42 {
    font-size: 6vw;
  }

  .image-text-section {
    top: 36vw;
  }

  .image-184 {
    width: 50vw;
  }

  .case-study-sub-head.black.large, .case-study-sub-head.black.large:hover, .case-study-sub-head.black.large, .case-study-sub-head.black.large:hover, .case-study-sub-head.black.large, .case-study-sub-head.black.large:hover {
    font-size: .7em;
  }

  .icon-link-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .multiple-icon-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
  }

  .image-set-2 {
    padding-top: .25vh;
    padding-bottom: .25vh;
  }

  .case-studies-image.landscape {
    margin-top: 0;
  }

  .image-set-3, .image-set-1 {
    padding-top: .25vh;
    padding-bottom: .25vh;
  }

  .desktop-content-case-study {
    display: none;
  }

  .stat-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .stat-icon-editable {
    width: 15vw;
  }

  .dropdown-link-1 {
    padding: 1em 0;
  }

  .slider-card {
    width: 80vw;
  }

  .info-text {
    padding-right: 2rem;
  }

  .go-ad-ccta {
    width: auto;
  }

  .get-in-touch-image {
    height: 5vh;
  }

  .ggc-thumbnail {
    width: 100vw;
  }

  .div-block-429 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .site-banner {
    inset: auto 0% 0%;
  }

  ._2-column-grid-wrapper {
    display: none;
  }

  .app-download-button {
    align-self: auto;
  }

  .small-print-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .small-print-text {
    color: var(--newgrey);
    font-size: 10px;
    line-height: 1.2;
  }

  .dropdown-icon {
    display: block;
  }

  .hero-title-icon {
    width: 2rem;
  }

  .showcase-wrapper, .hero-image-gallery {
    max-width: var(--_widths---small-screens);
  }

  .header--wrapper {
    width: var(--_widths---small-screens);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .modal-menu-wrapper {
    width: var(--_widths---small-screens);
  }

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

  .side-bar {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .dropdown-list {
    display: none;
  }

  .dropdown-13 {
    flex-flow: column;
  }

  .image-281 {
    display: block;
  }

  .dropdown-list-11 {
    display: none;
  }

  .div-block-461 {
    width: var(--_widths---small-screens);
  }

  .image-text {
    background-color: var(--neoyamo);
    border-radius: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-284 {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }

  .slider-13 {
    height: 50vh;
  }

  .consent_placeholder_buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

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

  .consent_prefs_heading {
    font-size: 1rem;
  }

  .consent_banner {
    margin-left: 1rem;
    left: 0%;
  }

  .consent_prefs_label-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .consent_banner_link {
    order: 1;
  }

  .consent_prefs_description {
    text-wrap: balance;
  }

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

  .consent_prefs_popup {
    padding: 1.25rem;
  }

  .consent_prefs_label-active {
    border-style: none;
    padding: 0;
  }

  .consent_banner_buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .consent_prefs_buttons {
    flex-flow: column;
    align-items: stretch;
  }

  .section-149 {
    width: var(--_widths---small-screens);
  }

  .section-150 {
    max-width: var(--_widths---small-screens);
  }

  .case-study-title {
    font-size: var(--_typography---subheader-font-size);
  }

  .header--nav-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

#w-node-a7950568-63e6-8469-91ba-ea0b5f4767a0-5f4767a0 {
  grid-column: span 1 / span 1;
}

#w-node-_877d400f-fa83-6456-a73d-ca56f45d3b40-5f4767a0 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center;
}

#w-node-dcb5e3ce-8462-9b95-76c4-544530bffb9a-5f4767a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_401609d5-0525-212a-904a-bc9e9882d0a4-5f4767a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_877d400f-fa83-6456-a73d-ca56f45d3ba3-5f4767a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-dcb5e3ce-8462-9b95-76c4-544530bffb9a-5f4767a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_401609d5-0525-212a-904a-bc9e9882d0a4-5f4767a0, #w-node-_877d400f-fa83-6456-a73d-ca56f45d3ba3-5f4767a0 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dcb5e3ce-8462-9b95-76c4-544530bffb9a-5f4767a0 {
    grid-column: span 2 / span 2;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7950568-63e6-8469-91ba-ea0b5f4767a0-5f4767a0, #w-node-dcb5e3ce-8462-9b95-76c4-544530bffb9a-5f4767a0, #w-node-_401609d5-0525-212a-904a-bc9e9882d0a4-5f4767a0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_877d400f-fa83-6456-a73d-ca56f45d3ba3-5f4767a0 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }
}
