:root {
  --tpm-cream: #f5ece5;
  --tpm-black: #181818;
  --tpm-butter: #fbd7ae;
  --white: white;
  --tpm-black-80: #464646;
  --tpm-black-70: #5d5d5d;
  --tpm-black-50: #8b8b8b;
  --tpm-black-20: #d1d1d1;
  --mindshare: #300c4d;
  --deliveroo: #005158;
  --yankees: #132448;
  --tpm-black-60: #747474;
  --tpm-black-40: #a3a3a3;
  --black: black;
  --tpm-black-90: #2f2f2f;
  --tpm-black-30: #bababa;
  --tpm-black-10: #e8e8e8;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  background-color: var(--tpm-cream);
  color: #252837;
  font-family: Ppmori, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  overflow: visible;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 5rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

p {
  margin-bottom: 10px;
  line-height: 1.5rem;
}

.page-wrapper-full {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-left: 100px;
  display: flex;
  position: relative;
}

.title-wrapper {
  width: 100%;
  height: 50%;
  margin-top: 0;
  display: flex;
}

.title-wrapper.has-margin {
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 60px;
}

.title-wrapper.no-margin {
  color: var(--tpm-black);
  flex-flow: column;
  height: auto;
  margin-top: 0;
}

.title-wrapper.no-margin.is-cream {
  color: var(--tpm-cream);
}

.email-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 60px 100px 0;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 20px 20px 20px 0;
  display: flex;
}

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

.text-wrapper {
  padding: 20px;
}

.text-wrapper.no-padding {
  padding-left: 0;
}

.logo {
  width: 80px;
  max-width: none;
}

.form-block {
  width: 100%;
}

.form {
  border-bottom: 1px #000;
  width: 100%;
  margin-top: 0;
}

.field {
  border-top-style: none;
  border-top-width: 2px;
  border-top-color: var(--tpm-black);
  border-right-style: none;
  border-right-width: 2px;
  border-right-color: var(--tpm-black);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--tpm-cream);
  border-left-style: none;
  border-left-width: 2px;
  border-left-color: var(--tpm-black);
  color: var(--tpm-butter);
  -webkit-text-stroke-color: var(--tpm-black);
  background-color: #0000;
  width: 400px;
  margin-bottom: 20px;
}

.field::placeholder {
  color: var(--tpm-butter);
}

.submit-button {
  background-color: var(--tpm-cream);
  color: var(--tpm-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8rem;
  font-weight: 500;
}

.intro-wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 60%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 60px;
  padding-left: 0;
  display: flex;
}

.left-column-wrapper {
  color: var(--tpm-black);
  border-right: 2px #000;
  width: 300px;
  max-width: none;
  height: 100%;
  padding-top: 60px;
  display: flex;
  position: sticky;
}

.right-column-wrapper {
  color: var(--tpm-black);
  border-left: 2px #999;
  width: 75vw;
  max-width: none;
  height: 100%;
  padding-top: 100px;
  padding-left: 100px;
}

.right-column-wrapper.is-cream {
  color: var(--tpm-cream);
  position: static;
}

.page-wrapper {
  flex-flow: row;
  width: auto;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: static;
}

.page-wrapper.with-image {
  color: var(--tpm-cream);
  background-image: linear-gradient(90deg, #181818 15%, #18181800 61%), linear-gradient(#000000b3, #000000b3), url('../images/BG-Case-studies-2_1.avif');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  width: 100vw;
  height: 100vh;
}

.page-wrapper.with-image.process {
  background-image: linear-gradient(90deg, #181818 15%, #18181800 61%), linear-gradient(#000000b3, #000000b3), url('../images/our-process-cover-1.avif');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
}

.menu-wrapper.is-cream {
  color: var(--tpm-cream);
}

.menu-item {
  color: var(--tpm-black);
  width: 100%;
  margin-bottom: 0;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
}

.menu-item.w--current {
  color: var(--tpm-black);
  font-weight: 500;
}

.menu-item.current {
  padding: 8px;
}

.menu-item.current.w--current {
  background-color: var(--tpm-butter);
  color: var(--tpm-black);
}

.menu-item.margin {
  margin-top: 30px;
}

.grey-text {
  color: var(--tpm-black-50);
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 6px;
  margin-left: 8px;
  font-size: .65rem;
  font-weight: 500;
}

.grey-text.no-caps {
  text-transform: none;
  margin-top: 60px;
  font-size: .8rem;
  font-weight: 400;
}

.grey-text.grid {
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: .8rem;
}

.author-wrapper {
  flex-flow: row;
  margin-top: 60px;
  display: flex;
}

.profile-image {
  margin-right: 24px;
}

.image {
  width: 100px;
  max-width: none;
}

.author-details {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.author-intro {
  color: var(--tpm-black-50);
  margin-bottom: 3px;
}

.author-name {
  font-weight: 400;
}

.copy-wrapper {
  max-width: 80%;
  margin-top: 60px;
}

.copy-wrapper.big-margin {
  height: 50%;
}

.subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  display: block;
}

.subtitle.intro {
  line-height: 2.5rem;
}

.subtitle.margin {
  margin-top: 60px;
  display: block;
}

.nav-wrapper {
  border-top: 2px solid var(--tpm-black-20);
  flex-flow: row;
  justify-content: space-between;
  width: 95%;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 40px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.nav-wrapper.fixed-margin {
  width: 80%;
  margin-left: 100px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.nav-wrapper.fixed-margin.bg-fill {
  background-color: var(--tpm-cream);
}

.nav-wrapper.is-single {
  justify-content: flex-end;
  align-items: center;
}

.link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  display: flex;
}

.link-block.right {
  text-align: right;
}

.navbar-light {
  background-color: #0000;
  display: flex;
}

.mobile-menu {
  display: none;
}

.login-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-left: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

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

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

.grid-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

.grid-wrapper._1-row {
  grid-template-rows: auto;
}

.grid-wrapper.deliveroo {
  grid-template-rows: auto auto auto auto;
}

.grid-wrapper.costs {
  grid-column-gap: 6px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 2fr 1fr;
  margin-top: 40px;
}

.grid-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.body-2 {
  background-color: #f5ece5;
}

.body-3 {
  color: var(--tpm-black);
}

.menu-logo-wrapper {
  padding-bottom: 40px;
}

.menu-logo {
  width: 113px;
  max-width: none;
}

.nav-text {
  color: var(--tpm-black);
  text-transform: none;
  align-self: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none;
}

.nav-text.is-cream {
  color: var(--tpm-cream);
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.is-intro {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.heading-large {
  font-size: 4.5rem;
  line-height: 5rem;
}

.video-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.generic-message-wrapper {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}

.p1, .p4, .p2, .p3, .p5, .p6, .p7, .p8, .p9, .p10, .p11, .p12, .p13, .p14, .p15, .p0 {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.justify-right {
  text-align: right;
}

.underline {
  line-height: 1.8rem;
  text-decoration: underline;
}

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

.inline-link {
  color: var(--tpm-cream);
}

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

.link {
  color: var(--tpm-cream);
}

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

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

.is-yellow {
  color: #f6cd46;
}

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

.background-video-2 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.paragraph {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.totals {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 3rem;
}

.divider-line {
  background-color: var(--tpm-black-60);
  width: 100%;
  height: 2px;
  margin-top: 10px;
}

.table-text {
  border-bottom: 1px solid var(--tpm-black-20);
  padding-bottom: 10px;
}

.table-heading {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.table-paragraph {
  padding-bottom: 20px;
}

.menu-item-small {
  color: var(--tpm-black-40);
  letter-spacing: .5px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: .65rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
}

.menu-item-small.w--current {
  color: var(--tpm-black-40);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 6px;
  padding-left: 8px;
  font-size: .65rem;
  font-weight: 500;
}

.menu-item-small.current.w--current {
  color: var(--tpm-butter);
  margin-bottom: 8px;
  font-size: .65rem;
}

.menu-item-small.darker {
  color: var(--tpm-black-60);
}

.menu-item-cream {
  color: var(--tpm-cream);
  width: 100%;
  margin-bottom: 0;
  padding: 8px;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
}

.menu-item-cream.w--current {
  background-color: var(--tpm-butter);
  color: var(--tpm-black);
  font-weight: 500;
}

.menu-item-cream.margin {
  margin-top: 30px;
}

.intro-2 {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.navbar-dark {
  background-color: #0000;
  display: flex;
}

.logo-cream {
  width: 80px;
  max-width: none;
}

.mobile-menu-dark {
  display: none;
}

.navbar-mindshare {
  background-color: #0000;
  display: flex;
}

.mobile-menu-mindshare {
  display: none;
}

.navbar-deliveroo {
  background-color: #0000;
  display: flex;
}

.mobile-menu-deliveroo {
  display: none;
}

.navbar-yankees {
  background-color: #0000;
  display: flex;
}

.mobile-menu-yankees {
  display: none;
}

.body-bluesky {
  color: var(--tpm-cream);
  background-image: url('../images/BlueSky_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  height: auto;
  display: block;
  overflow: hidden;
}

.title-login {
  width: 80%;
  margin-top: 40px;
}

.title-login.no-margin {
  margin-top: 0;
}

.login-logo-wrapper {
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
}

.logo-120px {
  width: 120px;
  display: block;
  position: static;
}

.thanks-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 40vh;
  margin-top: 0;
  margin-left: 0;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.nav-thanks {
  margin-top: 60px;
}

.thanks-bottom-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: end start;
  width: 100%;
  height: 40vh;
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.profile-wrapper {
  align-self: center;
  margin-right: 50px;
  padding-left: 0;
}

.contact-wrapper {
  flex-flow: column;
  align-self: center;
  padding-left: 0;
  display: flex;
}

.contact-name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.contact-position {
  color: var(--tpm-butter);
  margin-bottom: 40px;
  padding-top: 6px;
  font-weight: 500;
}

.contact-details {
  line-height: 2.2rem;
}

.logo-140px {
  width: 140px;
  display: block;
  position: static;
}

.grid-block {
  display: flex;
}

@media screen and (max-width: 991px) {
  .email-wrapper {
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px;
    overflow: hidden;
  }

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

  .form-block {
    width: 60%;
  }

  .left-column-wrapper {
    width: 250px;
  }

  .right-column-wrapper {
    width: 100%;
    padding-left: 40px;
  }

  .page-wrapper {
    padding-left: 30px;
    padding-right: 40px;
  }

  .menu-wrapper {
    display: flex;
  }

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

  .navbar-light {
    display: none;
  }

  .login-title-wrapper {
    margin-top: 80px;
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px;
    overflow: hidden;
  }

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

  .nav-text {
    font-size: 1.3rem;
  }

  .heading-large {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .background-video-2 {
    max-width: none;
  }

  .navbar-dark, .navbar-mindshare, .navbar-deliveroo, .navbar-yankees {
    display: none;
  }

  .body-bluesky {
    overflow: hidden;
  }

  .title-login {
    width: 100%;
  }

  .thanks-top-wrapper {
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
  }

  .thanks-bottom-wrapper {
    height: auto;
    margin-top: 0;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-140px {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .email-wrapper {
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-wrapper.mobile {
    z-index: 4;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin-left: 0;
    padding-top: 25px;
    padding-left: 30px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .form-block {
    width: 70%;
  }

  .left-column-wrapper {
    display: none;
  }

  .right-column-wrapper {
    border-left-style: none;
    padding-left: 0;
  }

  .page-wrapper {
    flex-flow: column;
    margin-top: 40px;
    padding-right: 30px;
  }

  .menu-wrapper {
    display: flex;
  }

  .menu-item {
    border-bottom: 1px solid var(--white);
    color: var(--tpm-black);
    text-align: left;
    width: 85%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .menu-item.dark {
    border-bottom-color: var(--tpm-black-80);
    color: var(--tpm-cream);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-item.deliveroo {
    border-bottom-color: var(--tpm-black-70);
    color: var(--tpm-cream);
  }

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

  .navbar-light {
    z-index: 2;
    background-color: var(--tpm-cream);
    color: var(--tpm-black);
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-menu {
    background-color: var(--tpm-cream);
    color: var(--tpm-black);
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .menu-icon {
    display: block;
  }

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

  .menu-icon-close {
    display: none;
  }

  .login-title-wrapper {
    margin-top: 60px;
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-wrapper {
    width: 100%;
  }

  .grid-wrapper.costs {
    grid-template-columns: 1.25fr 2fr 1fr;
  }

  .heading-large {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .menu-item-small {
    color: var(--tpm-black-50);
    text-align: left;
    border-bottom: 1px #d4d2d7;
    width: 85%;
    margin-top: 14px;
    padding-top: 24px;
    padding-left: 0;
  }

  .menu-item-small.darker {
    border-bottom-style: none;
  }

  .menu-item-small.darker.current.w--current {
    border-bottom-style: none;
    padding-left: 0;
  }

  .menu-item-cream {
    color: #252837;
    text-align: left;
    border-bottom: 1px solid #d4d2d7;
    width: 85%;
    padding-top: 24px;
    padding-left: 0;
  }

  .navbar-dark {
    z-index: 2;
    background-color: var(--tpm-black);
    color: var(--tpm-black);
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-icon-cream {
    display: block;
  }

  .menu-icon-close-cream {
    display: none;
  }

  .mobile-menu-dark {
    background-color: var(--tpm-black);
    color: var(--tpm-cream);
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .navbar-mindshare {
    z-index: 2;
    background-color: var(--mindshare);
    color: var(--tpm-cream);
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-menu-mindshare {
    background-color: var(--mindshare);
    color: #fff;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .navbar-deliveroo {
    z-index: 2;
    background-color: var(--deliveroo);
    color: var(--tpm-cream);
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-menu-deliveroo {
    background-color: var(--deliveroo);
    color: var(--tpm-cream);
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .navbar-yankees {
    z-index: 2;
    background-color: var(--yankees);
    color: var(--tpm-cream);
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-menu-yankees {
    background-color: var(--yankees);
    color: #fff;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 20px;
    display: block;
  }

  .thanks-top-wrapper {
    margin-top: 0;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .thanks-bottom-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .email-wrapper {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-wrapper.mobile {
    width: 50%;
  }

  .text-wrapper {
    padding-left: 0;
  }

  .form-block, .field, .submit-button {
    width: 100%;
  }

  .page-wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }

  .menu-item {
    border-bottom-color: var(--white);
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 0;
  }

  .menu-item.current {
    border-bottom-style: none;
    padding: 14px 0;
  }

  .menu-item.dark {
    border-bottom-color: var(--tpm-black-80);
    color: var(--tpm-cream);
  }

  .menu-item.deliveroo {
    border-bottom-color: var(--tpm-black-70);
    color: var(--tpm-cream);
  }

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

  .subtitle {
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.5rem;
    display: block;
  }

  .nav-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    padding-top: 60px;
  }

  .link-block.right {
    text-align: right;
    justify-content: flex-end;
  }

  .navbar-light {
    padding-right: 10px;
  }

  .mobile-menu {
    background-color: var(--tpm-cream);
    color: var(--tpm-black);
  }

  .menu-icon {
    display: block;
    overflow: hidden;
  }

  .menu-icon-close {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    overflow: hidden;
  }

  .login-title-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
  }

  .grid-wrapper._1-row {
    grid-template-rows: auto auto;
    margin-top: 70px;
    margin-bottom: 70px;
  }

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

  .nav-text.is-cream {
    font-size: 1rem;
  }

  .is-intro {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .heading-large {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .menu-item-small {
    border-bottom-style: none;
    border-bottom-color: var(--tpm-black-70);
    color: var(--tpm-black-50);
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .menu-item-small.darker.w--current {
    padding-left: 0;
  }

  .navbar-dark {
    background-color: var(--tpm-black);
    color: var(--tpm-cream);
    padding-right: 10px;
  }

  .menu-icon-cream {
    display: block;
    overflow: hidden;
  }

  .menu-icon-close-cream {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    overflow: hidden;
  }

  .mobile-menu-dark {
    background-color: var(--tpm-black);
    color: var(--tpm-cream);
  }

  .navbar-mindshare {
    background-color: var(--mindshare);
    color: var(--tpm-cream);
    padding-right: 10px;
  }

  .mobile-menu-mindshare {
    background-color: var(--mindshare);
    color: var(--tpm-cream);
  }

  .navbar-deliveroo {
    background-color: var(--deliveroo);
    color: var(--tpm-cream);
    padding-right: 10px;
  }

  .mobile-menu-deliveroo {
    background-color: var(--deliveroo);
    color: var(--tpm-cream);
  }

  .navbar-yankees {
    background-color: var(--yankees);
    color: var(--tpm-cream);
    padding-right: 10px;
  }

  .mobile-menu-yankees {
    background-color: var(--yankees);
    color: var(--tpm-cream);
  }

  .title-login {
    width: 100%;
  }

  .thanks-top-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .thanks-bottom-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
}

#w-node-_59f34369-1366-2052-b22c-9e16f88c5144-7f2e9317 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_616b0880-1666-cc78-61f8-7fc52f92d800-7f2e9317 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e80e349d-91b6-0f36-0188-a8c8be261960-7f2e9317, #w-node-_62fcfafa-06ce-e99d-61e9-88086a1436ef-64efa899 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_9912718c-16db-f095-169f-2640aa36a58f-64efa899 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9912718c-16db-f095-169f-2640aa36a590-64efa899 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_7d6674c2-87a5-08df-5b5c-99f7363535e8-3eab21c5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7d6674c2-87a5-08df-5b5c-99f7363535e9-3eab21c5 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b022a99a-388d-d19a-8370-9664fc9b6178-3eab21c5, #w-node-_5ebb0a31-5256-d88c-6be1-5e1bf56a075b-b4c72077 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c5444dbf-8ce9-5e8a-27af-878b27891077-b4c72077 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c5444dbf-8ce9-5e8a-27af-878b27891078-b4c72077 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f8141f36-94e8-6936-d6c3-992f4cadf764-b4c72077 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-fd39fe92-373b-b426-2d47-c8b917baacaa-c3a108e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_90a5830a-b083-6f6d-7848-e73d81f1b3c7-c3a108e3 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-bf0e76ee-b2a3-e930-dff5-06e03b3bf652-c3a108e3 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-ec85bdd2-75da-b902-fd58-aa5133b52424-c3a108e3 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_342dbb02-2cd9-3e3d-b974-c53ef816aa29-c3a108e3 {
  grid-area: 4 / 1 / 5 / 5;
}

#w-node-fd39fe92-373b-b426-2d47-c8b917baacaa-16109cbd {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_97641aeb-e22e-9ca2-3a65-02445e91bf4a-16109cbd {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_342dbb02-2cd9-3e3d-b974-c53ef816aa29-16109cbd {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-c6585c43-e11e-447a-1635-102fd81a4b19-16109cbd {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c1c2749f-7d04-c474-03bd-c9881619275d-16109cbd {
  grid-area: 4 / 1 / 5 / 5;
}

#w-node-fd39fe92-373b-b426-2d47-c8b917baacaa-ae479699 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_3dafeb6f-1311-54c6-6ac8-155b3d60bfc4-ae479699 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_9d2206d7-aa02-c0f1-6b3d-2b619387cd43-ae479699 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_90a5830a-b083-6f6d-7848-e73d81f1b3c7-ae479699 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-f323cae7-e895-a43e-7127-21b8a422c8a2-ae479699 {
  grid-area: 4 / 1 / 5 / 5;
}

#w-node-_40d7ed3a-95cd-41ec-3c75-4e7d77925ee0-ae479699 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-d8ba1af0-d8d9-f726-9041-0ad602e2ddbd-ae479699 {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-_59f34369-1366-2052-b22c-9e16f88c5144-c74fedd1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_616b0880-1666-cc78-61f8-7fc52f92d800-c74fedd1 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-a4b460fc-31a7-399c-2760-b4de90536cb6-7a54fbdf {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b32e556a-f9c9-e036-ce85-027556fa0c1c-7a54fbdf {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_9b2b2ab1-fd51-e984-7d72-182160f3ae8e-7a54fbdf {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-be071149-da51-4c76-9b66-7a7757e28c3a-7a54fbdf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e795cda4-2ac1-ce93-b39f-78223f6b039a-7a54fbdf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_2b008203-2bd4-8594-fc1b-e294c419a2d0-7a54fbdf {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

#w-node-_9f9596f3-b5ae-981c-d4de-596e7aa82f53-7a54fbdf {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_398047c3-f4a5-c241-e10f-70c39d7e5709-7a54fbdf {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: auto;
}

#w-node-_380daada-4bbd-5cbc-b21b-d6241db3cddb-7a54fbdf {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-d5120d55-d162-4cdc-38dc-fa84004e5a0d-7a54fbdf {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_5d25a2b5-6380-a9ab-5c21-306e0e4a89fe-7a54fbdf {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_340b1116-ca84-7e79-7b30-df84c35ce715-7a54fbdf {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-b2083175-895a-9e3e-ab06-a7afd93fbcc3-7a54fbdf {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-_31381592-a30e-2bcd-5544-95396cace82e-7a54fbdf {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-fef34681-19f4-8cc5-9577-a828e8097780-7a54fbdf {
  grid-area: 5 / 3 / 6 / 4;
  justify-self: auto;
}

#w-node-a4fc8961-72e7-a3a9-2b24-8c78948ddc02-7a54fbdf {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_0681858e-d768-6753-38e4-952f0a3817ab-7a54fbdf {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-_5d2dd3bc-53f9-af65-db71-50afb1edee57-7a54fbdf {
  grid-area: 6 / 3 / 7 / 4;
  justify-self: auto;
}

#w-node-_6e777e3b-5ce1-db4b-aa86-e0cecbb96e46-7a54fbdf {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_487e60d1-0bbf-af67-9860-50e949a7b3cb-7a54fbdf {
  grid-area: 12 / 1 / 13 / 2;
}

#w-node-_8a06ba4b-b711-23fb-b34a-4fe7731a3dc3-7a54fbdf {
  grid-area: 7 / 3 / 8 / 4;
  justify-self: auto;
}

#w-node-be6c0923-e7ae-c575-e542-633383516108-7a54fbdf {
  grid-area: 13 / 1 / 14 / 2;
}

#w-node-_8a6fca8a-326b-c0ae-fa5b-82b90abdcbfa-7a54fbdf {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_53e9a63f-06c8-f3a5-0952-e7a44e873579-7a54fbdf {
  grid-area: 8 / 3 / 9 / 4;
  justify-self: auto;
}

#w-node-_5fcc8ebd-6ddc-54db-e9b3-378bf3c0f387-7a54fbdf {
  grid-area: 14 / 1 / 15 / 2;
}

#w-node-_3d375896-2f4d-6bb1-29fa-5bab6e547a68-7a54fbdf {
  grid-area: 15 / 1 / 16 / 2;
}

#w-node-a5336475-22cd-cc83-e72c-f238e27c91b0-7a54fbdf {
  grid-area: 9 / 3 / 10 / 4;
  justify-self: auto;
}

#w-node-ea32bac8-0b3d-dd39-ae92-242cdd0ae929-7a54fbdf {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_28d7b1cc-619f-0f2b-db71-015a9570506d-7a54fbdf {
  grid-area: 10 / 3 / 11 / 4;
  justify-self: auto;
}

#w-node-_623b4e82-bd94-234a-d882-693beb660ecf-7a54fbdf {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-_7663768d-d2d2-d642-73eb-922591b5e1e7-7a54fbdf {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-e178b990-7dd0-2820-5f68-942df53e47e9-7a54fbdf {
  grid-area: 11 / 3 / 12 / 4;
  justify-self: auto;
}

#w-node-_54b20d01-5e52-205a-c47a-b8c43f3f68f9-7a54fbdf {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-_0421cd63-1ea6-7c57-7adb-1a461eb5fddb-7a54fbdf {
  grid-area: 12 / 2 / 13 / 3;
}

#w-node-_290feaf8-a84e-7ee1-4e7b-5c04980ec7de-7a54fbdf {
  grid-area: 12 / 3 / 13 / 4;
  justify-self: auto;
}

#w-node-_96f73964-edb5-8435-087d-22f2e0873562-7a54fbdf {
  grid-area: 13 / 2 / 14 / 3;
}

#w-node-_63b14701-27d9-dbe3-32eb-86b9bd208cb9-7a54fbdf {
  grid-area: 14 / 2 / 15 / 3;
}

#w-node-_26cb418d-dbf6-749b-e7f4-d9762d774332-7a54fbdf {
  grid-area: 13 / 3 / 14 / 4;
  justify-self: auto;
}

#w-node-bfcb6048-cbf9-d80b-8304-5a0fe6c2e2ce-7a54fbdf {
  grid-area: 15 / 2 / 16 / 3;
}

#w-node-_9fec1161-4219-2d39-e5cd-c40e33a5bc7a-7a54fbdf {
  grid-area: 14 / 3 / 15 / 4;
  justify-self: auto;
}

#w-node-ce2c0aa7-f18a-3d21-7703-ac2efe2c5f30-7a54fbdf {
  grid-area: 15 / 3 / 16 / 4;
  justify-self: auto;
}

#w-node-d77ca63f-0e47-1d98-f973-5dc528b16e1d-7a54fbdf {
  grid-area: 17 / 3 / 18 / 4;
  justify-self: auto;
}

#w-node-cf9833e6-9780-2d35-0dd6-385ec4c3f294-7a54fbdf {
  grid-area: 16 / 1 / 17 / 4;
}

#w-node-_4567ba01-6173-ba0e-0654-3ec0c4ea34d9-7a54fbdf {
  grid-area: 17 / 1 / 18 / 2;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b8f5-7a54fbdf {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b8f7-7a54fbdf {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b8f9-7a54fbdf {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b8fb-7a54fbdf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b8fd-7a54fbdf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b8ff-7a54fbdf {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b901-7a54fbdf {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b903-7a54fbdf {
  grid-area: 4 / 3 / 5 / 4;
  justify-self: auto;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b905-7a54fbdf {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b907-7a54fbdf {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b909-7a54fbdf {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b90b-7a54fbdf {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b90f-7a54fbdf {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b911-7a54fbdf {
  grid-area: 5 / 3 / 6 / 4;
  justify-self: auto;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b917-7a54fbdf {
  grid-area: 6 / 3 / 7 / 4;
  justify-self: auto;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b919-7a54fbdf {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b91d-7a54fbdf {
  grid-area: 7 / 3 / 8 / 4;
  justify-self: auto;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b921-7a54fbdf {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b923-7a54fbdf {
  grid-area: 8 / 3 / 9 / 4;
  justify-self: auto;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b92b-7a54fbdf {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b947-7a54fbdf {
  grid-area: 10 / 3 / 11 / 4;
  justify-self: auto;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b949-7a54fbdf {
  grid-area: 9 / 1 / 10 / 4;
}

#w-node-a7ab5c53-68cf-cf80-7693-faf9eef6b94a-7a54fbdf {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_59f34369-1366-2052-b22c-9e16f88c5144-ebd5171c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_616b0880-1666-cc78-61f8-7fc52f92d800-ebd5171c {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-fd39fe92-373b-b426-2d47-c8b917baacaa-8234a6f8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_90a5830a-b083-6f6d-7848-e73d81f1b3c7-8234a6f8 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_81f27968-4362-0d87-0363-f667579cfbc8-8234a6f8 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_76a1488b-7aa5-8f56-b7da-44758bddf980-782a1f2a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-bbb1dcc9-18ef-4ccb-58c9-155024fafbec-782a1f2a {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_3dafeb6f-1311-54c6-6ac8-155b3d60bfc4-ae479699 {
    grid-column-end: 5;
  }

  #w-node-_9d2206d7-aa02-c0f1-6b3d-2b619387cd43-ae479699 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_90a5830a-b083-6f6d-7848-e73d81f1b3c7-ae479699 {
    grid-row: 4 / 5;
  }

  #w-node-f323cae7-e895-a43e-7127-21b8a422c8a2-ae479699 {
    grid-row: 5 / 6;
  }

  #w-node-_40d7ed3a-95cd-41ec-3c75-4e7d77925ee0-ae479699, #w-node-d8ba1af0-d8d9-f726-9041-0ad602e2ddbd-ae479699 {
    grid-row: 6 / 7;
  }

  #w-node-_76a1488b-7aa5-8f56-b7da-44758bddf980-782a1f2a {
    grid-column-end: 3;
  }

  #w-node-bbb1dcc9-18ef-4ccb-58c9-155024fafbec-782a1f2a {
    grid-row: 2 / 3;
    grid-column-start: 1;
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_59f34369-1366-2052-b22c-9e16f88c5144-7f2e9317 {
    grid-column-end: 5;
  }

  #w-node-_616b0880-1666-cc78-61f8-7fc52f92d800-7f2e9317 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_9912718c-16db-f095-169f-2640aa36a58f-64efa899 {
    grid-column-end: 5;
  }

  #w-node-_9912718c-16db-f095-169f-2640aa36a590-64efa899 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_7d6674c2-87a5-08df-5b5c-99f7363535e8-3eab21c5 {
    grid-column-end: 5;
  }

  #w-node-_7d6674c2-87a5-08df-5b5c-99f7363535e9-3eab21c5 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-c5444dbf-8ce9-5e8a-27af-878b27891077-b4c72077 {
    grid-column-end: 5;
  }

  #w-node-c5444dbf-8ce9-5e8a-27af-878b27891078-b4c72077 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_90a5830a-b083-6f6d-7848-e73d81f1b3c7-c3a108e3 {
    grid-column-end: 5;
  }

  #w-node-bf0e76ee-b2a3-e930-dff5-06e03b3bf652-c3a108e3 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-ec85bdd2-75da-b902-fd58-aa5133b52424-c3a108e3 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_342dbb02-2cd9-3e3d-b974-c53ef816aa29-c3a108e3 {
    grid-row: 5 / 6;
  }

  #w-node-_97641aeb-e22e-9ca2-3a65-02445e91bf4a-16109cbd {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_342dbb02-2cd9-3e3d-b974-c53ef816aa29-16109cbd {
    grid-row: 2 / 3;
  }

  #w-node-c6585c43-e11e-447a-1635-102fd81a4b19-16109cbd {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-c1c2749f-7d04-c474-03bd-c9881619275d-16109cbd {
    grid-row: 5 / 6;
  }

  #w-node-_90a5830a-b083-6f6d-7848-e73d81f1b3c7-ae479699, #w-node-_40d7ed3a-95cd-41ec-3c75-4e7d77925ee0-ae479699 {
    grid-column-end: 5;
  }

  #w-node-d8ba1af0-d8d9-f726-9041-0ad602e2ddbd-ae479699 {
    grid-row: 7 / 8;
    grid-column-start: 1;
  }

  #w-node-_59f34369-1366-2052-b22c-9e16f88c5144-c74fedd1 {
    grid-column-end: 5;
  }

  #w-node-_616b0880-1666-cc78-61f8-7fc52f92d800-c74fedd1 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_59f34369-1366-2052-b22c-9e16f88c5144-ebd5171c {
    grid-column-end: 5;
  }

  #w-node-_616b0880-1666-cc78-61f8-7fc52f92d800-ebd5171c {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_90a5830a-b083-6f6d-7848-e73d81f1b3c7-8234a6f8 {
    grid-column-end: 5;
  }
}


@font-face {
  font-family: 'Recoleta Alt';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta Alt';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta Alt';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta Alt';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta Alt';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recoleta Alt';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}