:root {
  --cosmic-latte: #fef8e6;
  --highlighted: #c7c0ad;
  --dark: #201e1f;
  --green: #46d079;
  --dark-green: #3baf66;
  --purple: #4f58c2;
  --gold: #b4a16a;
  --grey-1: #252525;
  --grey-2: #7f7e7f;
  --happy-purple: #7759c7;
  --grew-low-contrast: #333038;
  --text-grey: #9a9a9a;
  --purple-subdued: #56526d;
  --red: #eb5e39;
  --sad-purple: #5d4597;
  --dark-slate-blue: #382b8a;
}

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

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

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

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

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

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

p {
  margin-bottom: 10px;
  line-height: 150%;
}

a {
  color: var(--cosmic-latte);
  text-decoration: underline;
}

li {
  color: var(--highlighted);
}

.tl-body {
  z-index: 9999;
  background-color: var(--dark);
  color: var(--cosmic-latte);
  font-family: Inter, sans-serif;
}

.brand {
  z-index: 9999;
  text-shadow: 0 1px 6px #000;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 93px;
  padding-right: 100px;
  transition: text-shadow .2s;
  display: flex;
}

.brand:hover {
  text-shadow: 0 1px 6px #fef8e6cc;
}

.brand.w--current {
  z-index: 772;
  opacity: 1;
  background-color: #0000;
  justify-content: space-between;
  width: 400px;
  padding-left: 93px;
  padding-right: 100px;
  overflow: visible;
}

.nav-link {
  color: var(--cosmic-latte);
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  transition: text-shadow .2s;
  display: block;
}

.nav-link:hover {
  text-shadow: 0 1px 6px #fef8e6cc;
}

.nav-link.w--current {
  color: var(--cosmic-latte);
  text-shadow: 0 1px 10px #fef8e6;
  font-weight: 600;
}

.nav-link.sign-up-nav-link {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--green) 15%, var(--dark-green));
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: box-shadow .2s, text-shadow .2s cubic-bezier(.755, .05, .855, .06), background-color .2s;
}

.nav-link.sign-up-nav-link:hover {
  box-shadow: 0 0 7px 1px #46d07980;
}

.nav-link.sign-up-nav-link.w--current {
  background-image: linear-gradient(to bottom, var(--green) 15%, var(--dark-green));
}

.nav-link.sign-up-nav-link.w--current:hover {
  background-image: linear-gradient(to bottom, var(--green) 15%, var(--dark-green) 85%);
}

.top-menu {
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
}

.desktop-nav-menu-left {
  justify-content: space-between;
  width: 370px;
  display: flex;
}

.header-logo {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.desktop-nav-menu-right {
  flex: 0 auto;
  justify-content: space-between;
  width: 370px;
  display: flex;
}

.brand-text {
  color: #fef8e6;
  flex: 0 auto;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.brand-text.brand-main {
  font-style: normal;
}

.bold-text {
  font-family: Inter, sans-serif;
  font-style: normal;
}

.hero-heading {
  color: var(--cosmic-latte);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 64px;
  line-height: 60px;
}

.hero-heading.text-center {
  text-shadow: none;
}

.hero-heading.text-center.purple-glow {
  text-shadow: -2px 3px 7px var(--purple);
}

.hero-heading.text-center.purple-glow.passion-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
}

.hero-heading.text-center.purple-glow.passion-heading.black-transparent-background {
  background-color: #201e1fbf;
}

.hero-heading.text-center.purple-glow.process-heading {
  text-align: center;
  font-size: 44px;
}

.hero-heading.purple-glow {
  color: var(--cosmic-latte);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.gold {
  color: var(--gold);
  text-shadow: none;
  font-style: normal;
}

.gold.hand-writing {
  color: var(--gold);
  text-transform: none;
  font-size: 40px;
}

.gold.hand-writing.scaled-heading-handwriting {
  text-transform: none;
  font-size: 34px;
}

.subtitle-heading {
  color: var(--cosmic-latte);
  text-align: left;
  text-shadow: 2px 2px 5px #000;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
}

.subtitle-heading.text-center {
  font-size: 21px;
}

.gold-subtitle {
  color: var(--gold);
  font-weight: 600;
}

.home-hero-block {
  z-index: 120;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.hero-cta-container {
  background-color: var(--grey-1);
  border-radius: 40px;
  width: 460px;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 1px 20px #0003;
}

.gold-cta {
  background-color: var(--gold);
  color: var(--dark);
  border-radius: 40px;
  width: 220px;
  height: 80px;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
}

.gold-cta:hover {
  text-shadow: 0 1px 10px #fef8e6cc;
}

.gold-cta.home-cta-plain {
  background-color: #0000;
}

.home-cta-title {
  color: var(--dark);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.home-cta-title.home-cta-title-plain {
  color: var(--cosmic-latte);
  font-weight: 500;
}

.home-cta-subtitle {
  color: var(--dark);
  text-align: center;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
  display: block;
}

.home-cta-subtitle.home-cta-subtitle-plain {
  color: var(--grey-2);
}

.py-md {
  padding-top: 20px;
  padding-bottom: 20px;
}

.clients-title {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--happy-purple), var(--purple));
  color: var(--cosmic-latte);
  text-align: center;
  text-shadow: -1px 1px 6px #00000080;
  object-fit: fill;
  width: 130%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10%;
  font-size: 18px;
  font-weight: 500;
  overflow: visible;
}

.clients-banner {
  z-index: 100;
  width: 100%;
  height: 720px;
  margin-top: -660px;
  position: relative;
  overflow: hidden;
}

.clients-banner-tilt {
  width: 120%;
  position: absolute;
  inset: 30% 0% 25%;
  transform: rotate(-16deg);
}

.scroll-teaser-main {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.scroll-teaser-main.scroll-teaser-main-pricing {
  margin-bottom: 40px;
}

.text-span {
  margin-right: 10px;
}

.clients-carousel {
  width: 120%;
  padding-top: 20px;
  overflow: visible;
}

.clients-carousel-frame {
  flex-wrap: nowrap;
  flex: none;
  align-items: center;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.clients-carousel-frame.clients-carousel-frame-1 {
  flex: 0 auto;
  justify-content: flex-start;
  width: auto;
  margin-right: 0;
  display: flex;
}

.clients-carousel-image {
  max-height: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.clients-carousel-row {
  flex-direction: row;
  align-items: center;
  width: 1000%;
  margin-bottom: 14px;
  display: flex;
  overflow: visible;
}

.text-center {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.text-center.gold-subtitle {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

.text-center.text-large {
  font-size: 25px;
  line-height: 125%;
}

.text-center.purple-glow.performance-title {
  margin-top: 21px;
  margin-bottom: 13px;
}

.text-center.v-space-m {
  text-align: left;
  display: flex;
}

.large-screen-section {
  width: 100vw;
  height: 100vh;
  margin-bottom: 200px;
  padding: 60px 0;
  position: relative;
  overflow: visible;
}

.large-screen-section.secondary-section {
  height: 85vh;
  margin-bottom: 0;
  padding-top: 20px;
}

.large-screen-section.home-hero-section {
  padding-left: 3%;
  padding-right: 3%;
  overflow: visible;
}

.hero-bullet-point {
  padding: 8px 0;
}

.hero-bullet-point-main.text-center.purple-glow, .hero-bullet-point-main.text-center.white-glow {
  font-size: 30px;
}

.hero-bullet-point-main.text-center.white-glow.explain-title {
  text-shadow: 0 -1px 9px #fef8e6bf;
  font-size: 40px;
  font-weight: 700;
}

.hero-bullet-point-description {
  color: var(--gold);
  text-align: center;
  font-size: 17px;
  font-weight: 300;
}

.purple-glow {
  text-shadow: -3px 3px 7px var(--purple);
}

.subsection-header {
  z-index: 9000;
  padding-top: 10px;
  padding-bottom: 0;
  position: sticky;
  top: 90px;
}

.subsection-header.black-transparent-background {
  background-color: #201e20bf;
  top: 90px;
}

.text-span-2 {
  font-size: 22px;
  font-weight: 700;
}

.hand-writing {
  font-family: Parisienne, sans-serif;
  font-size: 34px;
}

.explain-image-container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.explain-image-container.explain-image-personality {
  z-index: 2;
  max-width: 420px;
  max-height: 340px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.explain-image-container.image-container-medium {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.explain-image-container.image-container-small {
  max-width: 250px;
}

.explain-image-container.image-container-extra-small {
  max-width: 240px;
  max-height: 240px;
  padding-top: 0;
}

.column {
  text-align: center;
}

.column.popup-column {
  z-index: 9990;
}

.columns {
  width: 80%;
  margin: 40px auto;
}

.columns.columns-company {
  width: 88%;
  margin-top: -42px;
}

.italized-description {
  text-align: left;
  margin-bottom: 12px;
  font-size: 20px;
  font-style: italic;
}

.italized-description.gold.text-right {
  float: none;
  clear: none;
  text-align: center;
  font-size: 18px;
}

.subsection-footer-content {
  z-index: 1000;
  flex: none;
  width: 100vw;
  position: static;
  top: 0;
  bottom: 0;
}

.subsection.subsection-company {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 60px;
}

.subsection-footer {
  z-index: 999;
  background-color: #201e1f80;
  border-top: 1px solid #b4a16acc;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.subsection-footer-container {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.detail-sections {
  position: relative;
}

.top-menu-container {
  z-index: 10000;
  -webkit-text-fill-color: inherit;
  background-color: #201e1ffa;
  background-clip: border-box;
  height: 11vh;
  margin-bottom: 3vh;
  padding-left: 3%;
  padding-right: 3%;
  font-weight: 400;
  position: sticky;
  top: 0;
}

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

.text-right.text-medium.green {
  color: var(--green);
}

.subsection-header-underline {
  background-color: var(--gold);
  background-image: none;
  border-radius: 20px;
  width: 50%;
  height: 3px;
  margin: 5px auto;
}

.process-box {
  width: 50%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.process-step {
  align-items: flex-end;
  display: flex;
}

.process-step-number {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--happy-purple), var(--purple));
  color: var(--cosmic-latte);
  text-align: center;
  object-fit: fill;
  border-radius: 32px;
  width: 56px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  font-weight: 500;
  line-height: 56px;
}

.process-step-number.process-step-number-main {
  background-image: linear-gradient(to bottom, var(--dark-green), var(--green));
  border-radius: 40px;
  width: 76px;
  height: 76px;
  font-size: 40px;
  line-height: 76px;
}

.process-step-text {
  margin-left: 20px;
}

.process-text-title {
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.process-step-number-container {
  width: 76px;
}

.process-text-description {
  margin-bottom: 2px;
  font-size: 16px;
}

.process-step-number-line {
  background-color: var(--happy-purple);
  background-image: linear-gradient(to bottom, #00000059, var(--happy-purple) 29%);
  width: 6px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.header-section-button {
  background-color: var(--grey-1);
  color: var(--grey-2);
  text-align: center;
  border-radius: 20px 0 0 20px;
  width: 200px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.header-section-button:hover {
  background-color: var(--grew-low-contrast);
}

.header-section-button.w--current {
  width: 200px;
  font-size: 15px;
}

.header-section-button.header-section-button-gold {
  background-color: var(--gold);
  color: var(--dark);
  text-shadow: 0 1px 5px #00000080;
  font-weight: 600;
  overflow: visible;
}

.header-section-button.header-section-button-right {
  border-radius: 0 20px 20px 0;
}

.header-section-button.header-section-button-right:hover {
  background-color: var(--grew-low-contrast);
}

.header-section-button.header-section-button-right.header-section-button-gold:hover {
  background-color: var(--gold);
}

.header-section-buttons-container {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
}

.header-section-buttons-container.header-section-buttons-career {
  z-index: 771;
  opacity: 1;
  display: flex;
}

.header-section-buttons-container.header-section-buttons-company {
  z-index: 770;
  display: flex;
}

.header-section-buttons-logo {
  background-color: var(--grey-1);
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0 auto 0% 180px;
}

.header-brand-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.nav-bar-shadow {
  z-index: auto;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 0 1px 20px #0003;
}

.nav-bar-shadow-trigger-area {
  z-index: 9000;
  width: 100%;
  height: 1vh;
  margin-bottom: 0;
  position: absolute;
  top: 10vh;
}

.scroll-teaser-container {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

.formula-highlight {
  background-color: #0000;
  border-radius: 50px;
  height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 70px;
  display: inline;
}

.happy-purple {
  color: var(--happy-purple);
}

.text-large {
  font-size: 26px;
}

.text-medium {
  font-size: 16px;
  line-height: 150%;
}

.column-company {
  padding-top: 66px;
}

.green {
  color: var(--green);
}

.clients-banner-fade-overlay {
  z-index: 400;
  background-image: linear-gradient(to right, var(--dark) 22%, transparent);
  color: var(--cosmic-latte);
  width: 600px;
  position: absolute;
  inset: 0% auto 0% -120px;
}

.responsive-image {
  z-index: 4000;
  object-fit: fill;
  height: auto;
  margin-top: 0;
  display: block;
  position: static;
  top: 300px;
}

.responsive-image.praise-people-image {
  border: 1px solid var(--dark);
  border-radius: 50%;
  display: none;
}

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

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

.detail-section-subheader {
  z-index: 9000;
  position: sticky;
  top: 200px;
}

.portfolio-card {
  z-index: 9999;
  background-color: var(--dark);
  border-radius: 8px;
  width: 500px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 30px;
  box-shadow: 0 1px 8px #7759c780;
}

.portfolio-card.js-performance-card {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  box-shadow: 0 1px 8px #5258bb80;
}

.heading {
  color: var(--cosmic-latte);
  font-size: 50px;
  line-height: 120%;
}

.heading.text-center.performance-card-title {
  margin-top: 14px;
  margin-bottom: auto;
  font-size: 17px;
  font-weight: 500;
}

.heading.purple-glow.uppercase {
  display: block;
}

.heading.purple-glow.visible-desktop-up {
  padding-top: 3px;
  padding-bottom: 5px;
  font-size: 32px;
}

.heading.heading-s {
  font-size: 30px;
  font-weight: 500;
}

.heading.heading-s.uppercase.text-center {
  margin-top: 0;
}

.heading.heading-s.uppercase.text-center.purple-glow {
  margin-top: 10px;
  display: block;
}

.heading.heading-s.purple-glow {
  margin-bottom: 0;
  display: block;
}

.heading.heading-xs {
  color: var(--cosmic-latte);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.portfolio-card-header {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#705ac1, #5258bb);
  background-clip: border-box;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100px;
  max-height: 110px;
  padding-bottom: 0;
  display: flex;
}

.performance-card-company-logo {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  max-width: 200px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.performance-people-collection {
  background-image: linear-gradient(270deg, #201e1f, #0000), linear-gradient(to right, #201e1f, #0000 99%, #ac2a2a);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.performance-people-item {
  border-radius: 0%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-left: 10px;
  display: flex;
  overflow: visible;
}

.performance-description {
  text-align: left;
  padding: 20px;
  font-size: 17px;
  overflow: auto;
}

.item-filtering-attribute {
  display: none;
}

.praise-collection-view {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  display: flex;
}

.filters-collection {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.mix {
  z-index: 8000;
  position: relative;
}

.filter-button {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--cosmic-latte) var(--cosmic-latte) #fef8e633;
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 3px;
  padding: 6px 12px;
  transition: background-color 80ms;
  display: block;
}

.filter-button:hover {
  background-color: #fef8e61a;
  border-color: #b4a16a;
}

.filter-container {
  z-index: 10000;
  background-color: var(--grey-1);
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px;
  position: absolute;
  box-shadow: 0 1px 8px #00000080;
}

.filter-container.w--open {
  z-index: 820;
  border: 0px none var(--cosmic-latte);
  background-color: var(--happy-purple);
  box-shadow: none;
  border-radius: 0 0 10px 10px;
  width: 240px;
  inset: 30px auto auto 0%;
}

.filter-toggle-button {
  z-index: 8000;
  border: 1px solid var(--cosmic-latte);
  color: var(--cosmic-latte);
  background-color: #0000;
  border-radius: 4px;
  width: 150px;
  padding: 10px 30px 10px 20px;
}

.filter-toggle-button.w--open {
  z-index: 810;
  border-color: var(--happy-purple);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.icon {
  margin-right: 8px;
}

.performance-track {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 90vh;
  overflow: scroll;
}

.performance-track.js-performance-track {
  width: 100vw;
  overflow: hidden;
}

.performance-track.js-performance-track.performance-track-lateralus {
  position: static;
}

.filters-bar {
  background-color: #0000;
  border: 1px #000;
  display: block;
}

.praise-top {
  z-index: 9999;
  background-color: var(--grey-1);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 10px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  box-shadow: 0 3px 10px #0000004d;
}

.performance-company-logo {
  max-height: 100%;
}

.filters-columns {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.filter-heading {
  border-top: 1px none var(--gold);
  border-bottom: 1px solid var(--cosmic-latte);
  text-align: left;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
}

.praise-pagination {
  z-index: 800;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 20px;
  left: 0;
}

.pagination-button {
  opacity: .5;
  text-align: center;
  cursor: pointer;
  background-color: #fef8e64d;
  border-color: #0000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 60px;
  transition: opacity .2s;
}

.pagination-button:hover {
  opacity: .75;
}

.pagination-button.js-pagination-next {
  background-color: #0000;
  margin-left: auto;
}

.pagination-button.js-pagination-previous {
  background-color: #0000;
  position: relative;
}

.praise-collection-wrap {
  justify-content: space-around;
}

.performance-collection-list {
  justify-content: center;
  display: flex;
}

.performance-collection-list.js-performance-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  place-content: stretch;
  align-items: center;
  width: 100%;
  height: 72vh;
  display: grid;
}

.performance-collection-list.js-performance-collection-list.performance-b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: auto;
  height: auto;
}

.performance-logo {
  max-width: 150px;
  max-height: 60px;
}

.performance-logo-item {
  flex-direction: column;
  justify-content: center;
  height: 120px;
  display: flex;
  position: static;
}

.performance-logo-item.mix {
  position: static;
}

.performance-logo-item.js-performance-item {
  height: 80px;
}

.performance-frame {
  background-image: none;
  height: 74vh;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.performance-frame.js-performance-frame {
  height: 72vh;
}

.performance-frame.js-performance-frame.performance-b {
  height: 78vh;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.members-grid {
  grid-column-gap: 25px;
  grid-row-gap: 60px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 0;
  display: grid;
}

.team-member-name {
  color: var(--cosmic-latte);
  text-align: left;
  border-bottom: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: block;
}

.team-member-name:hover {
  text-decoration: none;
}

.team-text-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}

.member-wrap {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.avatar-cover {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.avatar-cover.animate-me {
  position: static;
  inset: 0% auto auto 0%;
}

.avatar-cover.alt-cover {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.team-member-position {
  color: var(--text-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
}

.team-member-position.text-center {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 16px;
  display: block;
}

.team-text-column {
  z-index: 8000;
  margin-top: 0;
  position: relative;
  top: 0;
}

.content {
  color: #d3cec0;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 160%;
}

.content.highlited-content {
  border-left: 3px none var(--gold);
  color: var(--cosmic-latte);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
}

.content.highlited-content.text-center {
  margin-bottom: 10px;
}

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

.content.content-sm {
  font-size: 14px;
}

.standard-section {
  z-index: 1000;
  padding: 0 3% 60px;
}

.standard-section.middle-section {
  border-top: 1px solid var(--gold);
  padding-top: 40px;
  padding-bottom: 40px;
}

.standard-section.role-companies-section {
  transform: rotate(-5deg);
}

.low-key-title {
  color: var(--cosmic-latte);
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: 700;
}

.avatar-wrap {
  clear: none;
  border-radius: 0%;
  flex: 0 auto;
  max-width: 240px;
  max-height: 240px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.avatar-wrap.purple-glow-ds {
  border: 2px solid var(--cosmic-latte);
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
}

.team-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template: "." 25px
                 "."
                 / .75fr minmax(200px, 1.25fr);
  place-items: start stretch;
  position: relative;
}

.member-wrap-2 {
  text-decoration: none;
}

.member-details-popup {
  border: 1px solid var(--gold);
  background-color: var(--dark);
  text-align: left;
  border-radius: 8px;
  padding: 16px;
  position: relative;
  inset: 20px 0% 0%;
}

.member-details-popup.purple-glow-ds {
  border-width: 3px;
  border-color: var(--happy-purple);
  border-radius: 0;
  width: 900px;
  position: static;
}

.member-details-popup.purple-glow-ds:hover {
  text-shadow: none;
}

.member-details-popup.purple-glow-ds.no-padding {
  border-width: 0;
  border-color: #000;
  border-radius: 8px;
}

.shadow-m {
  box-shadow: 0 1px 8px #00000080;
}

.h4 {
  font-weight: 500;
}

.key-clients-list {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.modal-wrap {
  z-index: 110000;
  object-fit: fill;
  background-color: #201e1fbf;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.close-modal-button {
  z-index: 110001;
  border-style: solid;
  border-width: 2px;
  border-color: var(--happy-purple) var(--happy-purple) #705ac1;
  background-color: var(--dark);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
  position: absolute;
  inset: -25px -25px auto auto;
}

.modal-content {
  z-index: 2;
  cursor: default;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: 15vh;
}

.gold-separator {
  background-color: var(--gold);
  width: 100%;
  height: 1px;
  margin: 30px auto;
  display: block;
}

.gold-separator.thick-separator {
  height: 2px;
}

.gold-separator.our-people-separator {
  display: none;
}

.collection-item-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.price-block-top {
  background-color: var(--dark);
  color: var(--cosmic-latte);
  text-align: center;
  border: 1px solid #7759c766;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.price-block-top.purple-glow-ds.js-plan-card {
  transition: border-color .2s;
}

.price-block-top.purple-glow-ds.js-plan-card.recommended-plan-block {
  border-color: var(--gold);
}

.price-grid-top {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: space-around;
  justify-items: stretch;
  width: 75%;
  margin-bottom: 20px;
  margin-left: 12.5%;
}

.pricing-type-large {
  color: var(--cosmic-latte);
  letter-spacing: -.03em;
  text-transform: uppercase;
  border-bottom: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.plan-value-note {
  color: var(--gold);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.pricing-compare-grid {
  grid-column-gap: 0px;
  background-color: var(--grey-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 14px;
}

.pricing-compare-grid.title-row {
  z-index: 800;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--dark);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 100px;
}

.pricing-compare-grid.title-row.shadow-m {
  border-top: 2px solid #fef8e64d;
  border-bottom: 2px solid #fef8e64d;
  top: 90px;
}

.pricing-compare-grid.cta-row {
  background-color: #0000;
}

.pricing-compare-grid.subdued-row {
  background-color: #383737;
}

.blank-price-block {
  color: var(--gold);
  letter-spacing: -.035em;
  justify-content: center;
  align-items: center;
  padding: 23px 32px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.pricing-button-full {
  color: var(--cosmic-latte);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #b4a16a80;
  border-radius: 5px;
  width: 100%;
  min-height: 52px;
  padding: 18px 40px;
  font-size: 12px;
}

.pricing-button-full:hover {
  text-shadow: 0 0 6px var(--cosmic-latte);
  border-color: #b4a16a;
}

.pricing-button-full.recommended-pricing-button {
  border-color: var(--gold);
  font-size: 14px;
}

.pricing-grid-block {
  text-align: center;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 23px 32px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.pricing-grid-block.price-block {
  justify-content: center;
}

.pricing-grid-block.price-block.patron-cell {
  transition: background-color .2s;
}

.pricing-grid-block.price-block.recommended-plan-cell {
  background-color: var(--gold);
}

.pricing-grid-block.price-block.long-text-cell {
  padding-left: 23px;
  padding-right: 23px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.pricing-grid-block.pricing-description {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.pricing-grid-block.pricing-grid-block-cta.recommended-plan-cell {
  background-color: var(--gold);
  border-radius: 7px;
}

.standard-container {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.standard-container.single-message-container {
  min-height: 720px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.standard-container.our-people-container {
  position: relative;
  top: -12px;
}

.plan-value {
  color: var(--cosmic-latte);
  letter-spacing: -.03em;
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: .8;
}

.pricing-title-wrap {
  color: var(--cosmic-latte);
  letter-spacing: -.035em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 23px 32px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.pricing-title-wrap.legacy-cell {
  color: var(--cosmic-latte);
}

.pricing-title-wrap.patron-cell {
  justify-content: space-around;
  transition: background-color .2s;
}

.pricing-title-wrap.recommended-plan-cell {
  background-color: var(--gold);
}

.subtle {
  color: var(--text-grey);
  font-size: 14px;
}

.tooltip-trigger {
  z-index: 20000;
  border: 1px solid var(--cosmic-latte);
  color: var(--cosmic-latte);
  text-align: center;
  cursor: help;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 19px #00000029;
}

.tooltip {
  z-index: 20000;
  border: 1px solid var(--cosmic-latte);
  background-color: var(--grey-1);
  color: var(--cosmic-latte);
  text-align: justify;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
  display: flex;
  position: absolute;
  bottom: 135%;
  left: -95px;
  right: 0;
}

.tooltip-arrow {
  border-right: 1px solid var(--cosmic-latte);
  border-bottom: 1px solid var(--cosmic-latte);
  border-left: 1px none var(--cosmic-latte);
  background-color: var(--grey-1);
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -5px;
  transform: rotate(45deg);
}

.tooltip-sign {
  font-size: 17px;
}

.contact-wrap {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.social-links-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer-links-grid {
  grid-column-gap: 25px;
  grid-row-gap: 10px;
  grid-template: ". Area Area Area Area Area" 1fr
                 ". . . . . ."
                 / 1.5fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-wrap {
  max-width: 410px;
}

.legal-text {
  color: var(--grew-low-contrast);
  text-align: left;
  margin-bottom: 0;
  padding-top: 280px;
  font-weight: 400;
  display: block;
}

.legal-text:hover {
  color: #fff;
}

.icon-2 {
  opacity: .7;
  color: var(--cosmic-latte);
  margin-right: 16px;
}

.footer-link-block {
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.legal-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.grey-circle {
  background-color: #ffffff40;
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
}

.social-icon {
  opacity: 1;
  width: 34px;
}

.footer-section {
  border-style: solid none none;
  border-width: 1px 5px 5px;
  border-color: var(--gold) var(--happy-purple) var(--happy-purple);
  box-shadow: 0 0 5px 0 var(--gold);
  opacity: 1;
  background-color: #252525;
  padding: 40px 3% 60px;
}

.footer-links-title {
  color: var(--gold);
  text-shadow: 1px 1px 5px #000;
  white-space: nowrap;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.footer-link {
  color: var(--cosmic-latte);
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.w--current {
  text-shadow: 0 1px 6px #fef8e680;
}

.company-logo {
  width: 210px;
}

.contact {
  color: var(--cosmic-latte);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
}

.company-logo-link {
  margin-bottom: 40px;
}

.praise-card-container {
  z-index: 50;
  width: 100%;
  display: block;
  position: absolute;
  top: 100px;
  right: 0%;
}

.praise-card-placeholder {
  width: 100%;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
}

.performance-selector {
  z-index: 51;
  opacity: .3;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: flex;
}

.performance-selector:hover {
  opacity: 1;
}

.purple-glow-ds {
  box-shadow: 4px 0 30px 7px #7759c733;
}

.purple-separator {
  background-color: var(--happy-purple);
  width: 100%;
  height: 1px;
  margin: 30px auto;
}

.faq-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.faq-block {
  border: 1px solid var(--happy-purple);
  background-color: #0000;
  border-radius: 8px;
  padding: 20px 32px;
  text-decoration: none;
  transition: border-color .2s;
}

.faq-block:hover {
  border-color: #4f46e5;
}

.faq-block.purple-glow-ds {
  background-color: var(--dark);
  border-color: #7759c766;
}

.vertical-line {
  background-color: var(--cosmic-latte);
  width: 3px;
  height: 100%;
  position: absolute;
}

.faq-section {
  padding: 80px 3%;
}

.faq-question-wrapper {
  color: #0a071b;
  letter-spacing: -.02em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.faq-paragraph {
  color: var(--cosmic-latte);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
}

.faq-container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.faq-subheading {
  color: var(--cosmic-latte);
  font-size: 18px;
  line-height: 32px;
}

.faq-title-wrap-centre {
  text-align: center;
  max-width: 660px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-line {
  background-color: var(--cosmic-latte);
  width: 100%;
  height: 3px;
}

.faq-title {
  color: var(--gold);
  font-weight: 500;
  line-height: 32px;
}

.accordian-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
  position: relative;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 159px;
  height: 0;
  margin: auto auto 25px;
  display: none;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.button-base {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.button-base.button-base-center {
  justify-content: center;
}

.counter-top {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 32px;
  padding-left: 30px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.icon-success {
  width: 60px;
  margin-bottom: 10px;
}

.title-wrap-form {
  border-bottom: 1px #494a7d52;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-form {
  color: var(--text-grey);
  margin-bottom: 0;
  font-size: 14px;
}

.step-line {
  background-color: #494a7d52;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% 73px 0% auto;
}

.counter-bottom {
  justify-content: flex-end;
  align-items: center;
  padding-top: 32px;
  padding-left: 30px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 100px;
  height: 0;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.check-symbol {
  background-color: var(--happy-purple);
  border: 4px solid #241b3152;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto -9px auto auto;
}

.check-symbol.form-active {
  background-color: var(--green);
  border-color: #4c7d4952;
}

.step-wrap {
  position: relative;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 53px;
  margin-top: 27px;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.form-wrapper {
  border-top: 2px solid #494a7d52;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.display-small {
  color: var(--cosmic-latte);
  font-size: 16px;
  font-weight: 700;
}

.form-column-2 {
  padding: 20px;
}

.step-count {
  color: var(--text-grey);
  margin-bottom: 8px;
  font-size: 16px;
}

.hidden {
  display: none;
}

.slider {
  background-color: #0000;
  height: auto;
  position: relative;
  overflow: visible;
}

.slider.form-wrapper.flowbase-slider {
  overflow: hidden;
}

.success-button {
  background-color: var(--dark-green);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  padding: 20px 44px;
  font-size: 16px;
  transition: all .2s;
}

.success-button:hover {
  background-color: var(--green);
  text-shadow: 0 0 4px #fef8e680;
}

.text-block-6 {
  color: #ffffff7a;
  font-size: 16px;
}

.form-field {
  border: 1px solid var(--happy-purple);
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: 8px;
  min-height: 52px;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 16px;
  transition: all .2s;
  position: relative;
}

.form-field:hover {
  border-color: var(--happy-purple);
  box-shadow: 0 0 30px 6px #7759c733;
}

.form-field:focus {
  border-width: 1px;
  border-color: var(--happy-purple);
  box-shadow: 0 0 30px 6px #7759c74d;
}

.form-field::placeholder {
  color: var(--purple-subdued);
}

.form-field.form-field-with-prefix {
  border-left-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 6px;
}

.error-message {
  border: 1px solid var(--red);
  text-align: center;
  background-color: #ffdede33;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-wrapper {
  display: block;
}

.form-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 2fr;
}

.body-small {
  color: var(--text-grey);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.display-xl {
  color: var(--cosmic-latte);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 400;
}

.form-column-1 {
  border-right: 2px solid #494a7d52;
  padding-top: 48px;
  padding-bottom: 120px;
  position: relative;
}

.display-small-600 {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.step-slide {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: static;
}

.step-slide.js-wizard-step {
  position: static;
}

.checkbox-wrap {
  color: #fff;
  cursor: pointer;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.field-label {
  color: var(--cosmic-latte);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.checbox {
  border-width: 1px;
  border-color: var(--happy-purple);
  cursor: pointer;
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.checbox.w--redirected-checked {
  border-color: var(--happy-purple);
  background-color: #7759c74d;
  background-image: none;
  border-radius: 8px;
}

.checbox.w--redirected-focus {
  border-color: var(--happy-purple);
  box-shadow: 0 0 30px 6px #7759c733;
}

.previous-button-slide {
  color: #aeafc5;
  text-align: center;
  background-color: #0000;
  margin-right: 32px;
  padding: 20px 32px;
  font-size: 16px;
  transition: all .2s;
}

.previous-button-slide:hover {
  color: #fff;
}

.checkbox-icon-circle {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  background-color: #494a7d52;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
}

.counter-centre {
  justify-content: flex-end;
  align-items: center;
  padding: 32px 48px 32px 30px;
  display: flex;
  position: relative;
}

.field-wrap {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.success-message {
  background-color: var(--grey-1);
  border-radius: 12px;
  max-width: 620px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 50px;
}

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

.success-message.success-message-page-content {
  margin-top: 1vh;
}

.success-message.success-message-page-content.text-center {
  margin-top: 60px;
}

.form-text-wrapper {
  color: #8687a8;
  text-align: right;
}

.form-text-wrapper.active-text-wrapper {
  color: #fff;
}

.title-wrap {
  margin-bottom: 42px;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.form-circle {
  z-index: 5;
  border: 4px solid var(--happy-purple);
  background-color: var(--dark);
  text-shadow: 0 0 15px #7759c780;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-left: 20px;
  font-size: 24px;
  display: flex;
  position: relative;
}

.form-circle.circle-active {
  border: 4px solid var(--green);
}

.checkbox-text-hidden {
  display: none;
}

.next-button-slide {
  background-color: var(--sad-purple);
  color: var(--cosmic-latte);
  text-align: center;
  border-radius: 500px;
  padding: 20px 44px;
  font-size: 16px;
  transition: all .2s;
}

.next-button-slide:hover {
  background-color: var(--dark-green);
}

.team-member-linkedin {
  color: #fff;
  text-align: center;
  font-size: 26px;
  text-decoration: none;
  display: none;
}

.v-space-m {
  padding-top: 10px;
  padding-bottom: 10px;
}

.v-space-l {
  padding-top: 25px;
  padding-bottom: 50px;
}

.pricing-compare-category-title {
  text-transform: uppercase;
}

.pricing-compare-category-title.purple-glow {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.pricing-compare-category {
  border-bottom: 2px solid var(--gold);
  background-color: #0000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 14px;
  padding: 8px 14px;
}

.dropdown {
  z-index: 8000;
  display: none;
  position: fixed;
  top: 116px;
  left: 40px;
}

.icon-3 {
  color: var(--cosmic-latte);
  font-size: 30px;
}

.dropdown-toggle {
  background-color: var(--happy-purple);
  background-image: linear-gradient(to bottom, var(--purple), var(--happy-purple));
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  position: static;
  top: 116px;
}

.dropdown-toggle.w--open {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0%;
}

.dropdown-list {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  top: 0;
  left: 60px;
}

.dropdown-list.w--open {
  background-image: linear-gradient(to bottom, var(--purple), var(--happy-purple));
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 510px;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

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

.open-position-item {
  border-bottom: 2px none var(--gold);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.open-positions-list {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.uppercase {
  text-transform: uppercase;
}

.glassdoor-badge {
  border-style: solid;
  border-width: 2px 2px 3px 3px;
  border-color: #fef8e6bf var(--gold) #b4a16a33 #b4a16a4d;
  text-align: center;
  background-image: linear-gradient(#b4a16a1a 8%, #0000);
  border-radius: 5px;
  justify-content: space-around;
  align-items: center;
  width: 98%;
  max-width: 540px;
  margin: 40px auto 0;
  padding: 10px;
  display: flex;
  position: relative;
  top: 0;
  transform: rotate(-1deg);
}

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

.pricing-block-content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 10px 32px 32px;
  display: flex;
}

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

.columns-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.form-message {
  background-color: #0000;
}

.dual-field-wrap {
  grid-template-rows: auto;
  place-items: center;
}

.open-position-avatar {
  border: 2px solid var(--gold);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.item-cta-button {
  color: #fef8e6bf;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fef8e6bf;
  border-radius: 26px;
  height: 52px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
  transition: all .2s;
}

.item-cta-button:hover {
  color: #fef8e6;
  border-color: #fef8e6;
  box-shadow: 0 0 20px 4px #fef8e633;
}

.open-position-image-container {
  filter: grayscale();
}

.open-position-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr minmax(200px, .85fr);
  justify-content: space-around;
  align-items: stretch;
}

.form-file-upload-button {
  border: 1px solid var(--happy-purple);
  color: var(--cosmic-latte);
  background-color: #7759c780;
  border-radius: 4px;
  transition: all .2s;
}

.form-file-upload-button:hover {
  background-color: var(--happy-purple);
}

.form-file-upload-button.form-file-upload-button-success {
  border-color: var(--dark-green);
  background-color: #46d0794d;
}

.form-file-upload-text {
  color: var(--text-grey);
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
}

.position-form-wrap {
  border: 1px solid #7759c766;
  border-radius: 6px;
  padding: 20px 20px 32px;
  position: static;
  top: 100px;
}

.form-block.position-form-wrap {
  z-index: 9999;
  border-radius: 6px;
  padding: 20px;
  position: sticky;
  top: 100px;
}

.form-block.position-form-wrap.purple-glow-ds {
  border-width: 3px;
  border-color: #7759c7;
  margin-top: 10px;
  padding-bottom: 32px;
}

.pricing-calculator-wrap {
  background-color: var(--grey-1);
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 67%;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.html-embed {
  color: #fef8e6b3;
  display: none;
}

.ion-slider-input-embed {
  width: 100%;
}

.recommended-label {
  color: var(--gold);
  font-size: 10px;
  font-style: normal;
  position: absolute;
  inset: -26px 0% auto;
}

.pricing-block-header {
  border-bottom: 1px solid #7759c766;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .2s;
}

.pricing-block-header.recommended-pricing-block-header {
  border-bottom-color: var(--gold);
  background-color: var(--gold);
}

.calculator-grid {
  grid-template-columns: minmax(200px, .35fr) 1fr;
  place-content: space-between start;
}

.italic {
  font-style: italic;
}

.pricing-calculator-title {
  text-align: right;
  padding-top: 30px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
}

.text-small {
  font-size: 16px;
  font-weight: 400;
}

.pricing-grid-block-cta {
  padding-left: 32px;
  padding-right: 32px;
}

.div-block {
  width: 0;
}

.pricing-grid-trick {
  width: 100%;
}

.checkbox-field-2 {
  min-height: 52px;
}

.button-selector {
  text-align: center;
  min-width: 120px;
  height: 38px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 0;
  line-height: 38px;
  position: relative;
}

.button-selector-input {
  z-index: 102;
  border-color: #7759c780;
  border-radius: 38px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.button-selector-input.w--redirected-checked {
  border-width: 1px;
  border-color: var(--happy-purple);
  background-color: var(--happy-purple);
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-attachment: scroll;
  box-shadow: 0 0 10px #7759c780;
}

.button-selector-input.w--redirected-focus {
  border-color: var(--happy-purple);
  box-shadow: none;
}

.radio-wrap {
  text-align: center;
  line-height: 38px;
  position: absolute;
  inset: 0%;
}

.button-selector-label {
  z-index: 103;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.button-selector-menu {
  flex-wrap: wrap;
  place-content: space-between flex-start;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.link {
  color: #0f1529;
}

.personal-details {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.form-row-wrap {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
}

.title-wrap-2 {
  max-width: 620px;
  margin-bottom: 50px;
}

.text-field {
  color: #0f152966;
  letter-spacing: -.03em;
  border: 1px #000;
  border-bottom: 1px solid #0f15291a;
  height: 45px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 500;
}

.text-field:focus {
  color: #0f1529;
  border-bottom-color: #8b54c2;
}

.form-field-heading {
  color: #0f152966;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.attach-button {
  align-items: center;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.attach-text {
  color: #0f1529;
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 500;
}

.form-heading {
  color: #0f1529;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.abstract-graphic {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
}

.checkbox {
  cursor: pointer;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox.w--redirected-checked {
  background-color: #8b54c21a;
  background-image: none;
  border-color: #8b54c2;
}

.submit-button {
  letter-spacing: -.02em;
  background-color: #0f1529;
  border-radius: 40px;
  padding: 20px 57px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.form-section-wrap {
  margin-bottom: 40px;
}

.form-container {
  justify-content: flex-start;
  width: 70%;
  padding: 100px 5% 100px 8%;
  display: flex;
}

.checkbox-field-3 {
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 18px 32px;
  position: relative;
}

.form-subheading {
  color: #0f1529cc;
  letter-spacing: -.02em;
  max-width: 385px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.form-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 730px;
}

.check-box {
  color: #0f1529;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 24px;
  display: flex;
}

.check-box:active {
  background-color: #8b54c21a;
  border-color: #8b54c2;
}

.legal-terms {
  color: #3339;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.paperclip-icon {
  margin-right: 15px;
}

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

.section-flowbase {
  display: flex;
}

.error-message-2 {
  text-align: center;
  background-color: #0000;
}

.team-text-title {
  z-index: 8000;
  background-color: #201e1ffa;
  height: 45px;
  display: none;
  position: static;
  top: 130px;
}

.team-text-title.div-block {
  display: none;
  position: relative;
  top: 0;
}

.career-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.career-form-wrap {
  border: 1px solid #7759c74d;
  border-radius: 6px;
}

.wide-flex {
  width: 100%;
  display: flex;
}

.field-prefix {
  border-top: 1px solid var(--happy-purple);
  border-bottom: 1px solid var(--happy-purple);
  border-left: 1px solid var(--happy-purple);
  color: var(--text-grey);
  text-align: right;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  min-height: 52px;
  padding-left: 12px;
  padding-right: 2px;
  font-size: 16px;
  line-height: 50px;
}

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

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

.column-2 {
  min-height: 400px;
}

.columns-3 {
  min-height: 600px;
  display: none;
}

.column-3 {
  min-height: 600px;
}

.praise-camera {
  z-index: 9990;
  height: 90vh;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.performance-band {
  z-index: 9997;
  mix-blend-mode: normal;
  justify-content: center;
  height: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.performance-band-fill {
  background-image: linear-gradient(to bottom, var(--happy-purple), var(--sad-purple));
  flex-direction: row-reverse;
  width: 38%;
  height: 100%;
  margin-right: 362px;
  display: flex;
}

.performance-band-fill.performance-band-fill-right {
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
}

.performance-band-fill.performance-band-fill-right.shadow-m {
  background-image: linear-gradient(#705ac1, #5258bb);
}

.performance-band-fill.shadow-m {
  background-image: linear-gradient(#705ac1, #3a3a86 100%, #5258bb);
  width: 50%;
}

.performance-band-fill-fold {
  border-top: 0 solid #000;
  border-bottom: 33px solid #0000;
  border-left: 0 solid #000;
  border-right: 68px solid #382b8a;
  width: 0;
  height: 0;
  margin-top: 46px;
}

.performance-band-fill-fold.performance-band-fill-fold-right {
  border-left-width: 68px;
  border-right-width: 0;
  border-right-color: #0000;
  border-left-color: var(--dark-slate-blue);
  background-color: #0000;
}

.js-performance-card {
  overflow: hidden;
}

.performance-people-image {
  max-width: 140px;
  max-height: 140px;
}

.performance-header {
  z-index: 9999;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 500px;
  height: 12vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  position: absolute;
  top: 10vh;
  left: 0%;
  right: 0%;
}

.collection-list-wrapper-2 {
  display: none;
}

.performance-selector-active {
  opacity: 1;
}

.performance-track-sticky-container {
  z-index: 8888;
  flex-direction: column;
  justify-content: flex-start;
  height: 110vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

.performance-track-sticky-container.js-track-sticky-container {
  display: none;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 500px 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 78vh;
  display: grid;
  overflow: scroll;
}

.performance-subtitle {
  text-align: center;
  width: 100%;
  font-size: 13px;
  line-height: 21px;
}

.performance-subtitle.content {
  width: 500px;
}

.performance-shadow-overlay {
  z-index: 9998;
  background-image: linear-gradient(to bottom, var(--dark) 25%, transparent);
  width: 100%;
  height: 40px;
  position: absolute;
  top: 10vh;
}

.text-span-3 {
  color: #fef8e6bf;
}

.collection-list-wrapper-3 {
  display: block;
}

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

.text-block-9 {
  color: var(--purple-subdued);
  text-align: center;
  padding-top: 262px;
  padding-right: 40px;
}

.footer-text {
  color: #b4a16acc;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.text-block-11 {
  line-height: 35px;
}

.text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17 {
  line-height: 33px;
}

.div-block-3 {
  text-align: center;
  margin-bottom: 20px;
  display: none;
}

.text-block-18 {
  color: #555;
  text-align: center;
  margin-top: 20px;
  display: none;
}

.heading-copy {
  color: var(--cosmic-latte);
  font-size: 50px;
  line-height: 120%;
}

.heading-copy.text-center.performance-card-title {
  margin-top: 14px;
  margin-bottom: auto;
  font-size: 17px;
  font-weight: 500;
}

.heading-copy.purple-glow {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
}

.heading-copy.heading-s {
  font-size: 30px;
  font-weight: 500;
}

.heading-copy.heading-xs {
  color: var(--cosmic-latte);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.left-gradient {
  background-image: linear-gradient(to right, #000, #0000);
  width: 80px;
  height: 150px;
  position: absolute;
  top: 150px;
}

.text-block-21, .text-block-22 {
  font-size: 40px;
}

.gradient-container {
  z-index: 5000;
  justify-content: space-between;
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  top: 130px;
}

.left {
  border: 1px solid #0000;
  width: 85px;
  height: auto;
  overflow: hidden;
}

.portfolio-people-right-gradient {
  z-index: 10000;
  cursor: auto;
  background-image: linear-gradient(270deg, #201e1f, #0000 99%, #0000);
  width: 120px;
  height: 160px;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
}

.portfolio-people-left-gradient {
  z-index: 10000;
  cursor: none;
  transform-style: preserve-3d;
  background-image: linear-gradient(270deg, #201e1f, #0000 99%, #0000);
  width: 120px;
  height: 160px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.member-details-header {
  background-image: linear-gradient(#705ac1, #5358bb);
  border-radius: 8px 0 0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.member-description {
  border-bottom: 3px solid #5358bb;
  border-left: 3px solid #5358bb;
  border-right: 3px solid #5358bb;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 30px 30px 25px;
}

.rich-text-block, .rich-text-block-2, .rich-text-block-3 {
  font-size: 16px;
}

.avatarwrapper {
  width: 170px;
  height: 170px;
}

.member-data {
  padding-left: 20px;
}

.team-member-name-mobile {
  color: var(--cosmic-latte);
  text-align: left;
  border-bottom: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 38px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: block;
}

.team-member-name-mobile:hover {
  text-decoration: none;
}

.team-member-position-copy {
  color: var(--text-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
}

.team-member-position-copy.text-center {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 16px;
  display: block;
}

.team-member-position-copy.text-center-copy {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  margin-top: 25px;
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
  line-height: 16px;
  display: block;
}

.member-link {
  align-items: center;
  margin-top: 20px;
  padding-bottom: 6px;
  font-size: 26px;
  display: flex;
  position: relative;
}

.text-block-23 {
  margin-left: 10px;
}

.underline {
  background-color: #ad98e7;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 0;
}

.div-block-10 {
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: flex;
}

.button {
  text-align: center;
  border-radius: 9px;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.button.happy-gradient {
  background-image: linear-gradient(to top, #5358bb, var(--happy-purple));
  cursor: pointer;
  border-bottom: 1px solid #5358bb;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.team-text-column-our-team {
  z-index: 8000;
  margin-top: 0;
  position: sticky;
  top: 130px;
}

.div-block-12 {
  margin-top: 25px;
}

.content-copy {
  color: #d3cec0;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 160%;
  display: none;
}

.content-copy.highlited-content {
  border-left: 3px none var(--gold);
  color: var(--cosmic-latte);
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.content-copy.highlited-content.text-center {
  margin-bottom: 10px;
}

.content-copy.text-center {
  text-align: center;
}

.visible-tablet {
  display: none;
}

.visible-desktop-up.content {
  margin-bottom: 30px;
}

.modal-overlay {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0;
}

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

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.link-2 {
  color: var(--gold);
}

.link-3 {
  color: var(--green);
}

.link-4 {
  color: var(--gold);
  font-weight: 700;
}

.portfolio-card-body {
  border-bottom: 3px solid #5258bb;
  border-left: 3px solid #5258bb;
  border-right: 3px solid #5258bb;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 450px;
  overflow: hidden;
}

.portfolio-people-container {
  position: relative;
}

.div-block-14 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  display: block;
}

.html-embed-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.html-embed-4 {
  margin-top: 5px;
  font-size: 15px;
}

.text-span-4 {
  color: var(--gold);
  padding-left: 1px;
}

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

.div-block-15 {
  background-color: #252525bf;
  border-radius: 50px;
  height: 70px;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
}

.black-transparent-background {
  background-color: #252525bf;
}

.text-span-6 {
  font-weight: 700;
}

.mask-2 {
  overflow: visible;
}

.circle-radius {
  border-radius: 50%;
}

.success-message-page-bar {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-scroll-hint {
  background-color: #0000;
  background-image: linear-gradient(270deg, var(--dark) 4%, transparent 24%), linear-gradient(to right, var(--dark) 4%, transparent 24%), linear-gradient(to bottom, var(--happy-purple), var(--purple));
  text-align: center;
  text-shadow: -1px 1px 6px #00000080;
  object-fit: fill;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
  overflow: visible;
}

.pricing-description {
  text-align: center;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 115%;
}

.internal-link {
  font-size: 14px;
  text-decoration: none;
}

.lp-hero-block {
  z-index: 120;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.footer-cr {
  color: var(--purple-subdued);
  text-align: center;
}

.lp-showcase-list-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  padding-top: 28px;
  padding-bottom: 28px;
  display: grid;
}

.div-block-16 {
  max-height: 200px;
}

.lp-company-logo {
  max-width: 100%;
  max-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.lp-company {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
}

.lp-showcase-header {
  background-image: linear-gradient(to right, transparent 79%, var(--dark) 98%), linear-gradient(to right, var(--dark) 2%, transparent 21%), radial-gradient(circle closest-corner at 50% 50%, var(--sad-purple) 17%, var(--happy-purple) 88%);
  width: 100%;
  padding-right: 100px;
}

.lp-showcase-section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  transform: rotate(-11deg);
}

.lp-showcase-title {
  text-align: right;
  text-shadow: 1px 1px 6px var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

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

.py-lg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.email-capture-form {
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.email-capture-form.js-email-capture-form {
  box-shadow: none;
}

.email-capture-button {
  background-color: var(--gold);
  background-image: linear-gradient(to bottom, var(--happy-purple), var(--sad-purple));
  color: var(--cosmic-latte);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 60px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 18px;
  font-weight: 500;
}

.email-capture-button:hover {
  background-image: linear-gradient(to bottom, var(--happy-purple), var(--sad-purple) 59%);
  color: #fff;
}

.email-capture-field {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  font-size: 18px;
}

.email-capture-field.js-email-capture-field {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.mb-lg {
  margin-bottom: 40px;
}

.mt-lg {
  margin-top: 40px;
}

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

.border-t-gold {
  border-top: 1px solid var(--gold);
}

.lp-showcase-list-item {
  text-align: center;
}

.lp-cta-form {
  border-radius: 9px;
  width: 50%;
  margin-top: 34px;
  margin-bottom: 34px;
  margin-right: auto;
  box-shadow: 0 4px 30px 7px #7759c733;
}

.lp-cta-form.purple-glow-box {
  height: 64px;
  padding: 1px;
  display: block;
}

.email-capture-form-block {
  margin-bottom: 0;
}

.email-capture-error-message {
  color: var(--red);
  text-align: center;
  background-color: #0000;
}

.my-lg {
  margin-top: 40px;
  margin-bottom: 40px;
}

.lp-feature-datum {
  background-image: linear-gradient(to bottom, var(--cosmic-latte), var(--gold) 56%);
  text-align: center;
  text-shadow: 0 1px 11px #14090f33;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 84px;
  padding-bottom: 84px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 90px;
  font-weight: 500;
}

.lp-feature {
  background-color: var(--dark);
  border: 1px solid #7759c766;
  border-radius: 6px;
  min-height: 400px;
  padding: 34px 20px;
  box-shadow: 0 -4px 30px 7px #7759c733;
}

.lp-feature-title {
  text-align: center;
  text-shadow: 0 1px 8px #201e1f80;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.purple-glow-box {
  border: 1px solid #7759c766;
  box-shadow: 0 4px 30px 7px #7759c733;
}

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

._w-75 {
  width: 75%;
}

._w-50 {
  width: 50%;
}

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

.link-5 {
  flex: 0 auto;
  display: block;
}

@media screen and (min-width: 1920px) {
  .top-menu {
    max-width: 1600px;
  }

  .hero-heading.text-center.purple-glow.passion-heading {
    text-align: center;
  }

  .home-hero-block {
    max-width: 1600px;
  }

  .clients-banner {
    height: 960px;
    margin-top: -1000px;
  }

  .clients-banner-tilt {
    top: 32%;
    bottom: 32%;
  }

  .clients-carousel-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .large-screen-section.home-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-medium {
    font-size: 18px;
  }

  .detail-section-subheader {
    top: 220px;
  }

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

  .performance-track.js-performance-track {
    overflow: visible;
  }

  .performance-collection-list.js-performance-collection-list {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
  }

  .performance-frame.js-performance-frame.performance-b {
    overflow: hidden;
  }

  .members-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .team-grid {
    grid-template-columns: .75fr 1fr;
  }

  .modal-wrap {
    display: none;
  }

  .close-modal-button {
    border-width: 3px;
    position: absolute;
    top: -25px;
    right: -25px;
  }

  .modal-content {
    top: 200px;
  }

  .standard-container {
    max-width: 1600px;
  }

  .slider.form-wrapper.flowbase-slider {
    overflow: hidden;
  }

  .performance-band {
    height: 80px;
  }

  .performance-band-fill-fold {
    border-bottom-width: 30px;
    border-right-width: 70px;
  }

  .performance-band-fill-fold.performance-band-fill-fold-right {
    border-left-width: 70px;
  }

  .collection-list {
    overflow: scroll;
  }

  .performance-shadow-overlay {
    overflow: visible;
  }

  .div-block-3, .text-block-18 {
    display: none;
  }

  .collection-list-wrapper-4, .mask-2 {
    overflow: visible;
  }

  .pricing-scroll-hint {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lp-hero-block {
    max-width: 1600px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin-bottom: 10px;
  }

  .nav-link.sign-up-nav-link {
    background-color: var(--green);
    width: 300px;
    margin-left: 20px;
  }

  .top-menu {
    justify-content: center;
  }

  .desktop-nav-menu-left {
    display: none;
  }

  .desktop-nav-menu-right {
    opacity: 1;
    display: none;
  }

  .hero-heading.text-center.purple-glow.passion-heading {
    font-size: 40px;
  }

  .hero-heading.text-center.purple-glow.process-heading {
    font-size: 38px;
  }

  .subtitle-heading.text-center {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .home-hero-block {
    padding: 20px 32px 60px;
  }

  .clients-title {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .clients-banner {
    height: 610px;
    margin-top: -635px;
  }

  .clients-carousel-image {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 40px;
  }

  .clients-carousel-row {
    width: 1000%;
  }

  .text-center.text-large {
    font-size: 20px;
  }

  .large-screen-section.home-hero-section {
    height: auto;
    min-height: 60em;
  }

  .hero-bullet-point-main.text-center.white-glow.explain-title {
    font-size: 36px;
  }

  .columns.columns-company {
    width: 94%;
  }

  .subsection.subsection-company {
    background-size: contain;
  }

  .process-box {
    width: 70%;
  }

  .formula-highlight {
    font-size: 20px;
  }

  .text-medium {
    font-size: 14px;
  }

  .menu-button {
    position: absolute;
    inset: auto 3% auto auto;
  }

  .menu-button.w--open {
    background-color: var(--grew-low-contrast);
  }

  .nav-menu-mobile {
    background-color: var(--grew-low-contrast);
    padding: 10px;
    display: block;
    box-shadow: inset 0 2px 16px #00000080;
  }

  .portfolio-card {
    width: 500px;
  }

  .portfolio-card.js-performance-card {
    width: 400px;
    height: 550px;
  }

  .heading.purple-glow {
    text-align: center;
  }

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

  .praise-pagination {
    width: 100%;
  }

  .performance-collection-list.js-performance-collection-list {
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
  }

  .performance-frame {
    object-fit: fill;
    width: 100%;
    overflow: scroll;
  }

  .performance-frame.js-performance-frame.performance-b {
    margin-top: 0;
  }

  .members-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
  }

  .team-text-wrap {
    max-width: none;
    margin-bottom: 20px;
    top: 0;
  }

  .team-text-column {
    position: static;
    top: 0;
  }

  .team-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
  }

  .team-grid.flex {
    grid-column-gap: 5vw;
    grid-row-gap: 0px;
    grid-template-rows: 55px auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .member-details-popup.purple-glow-ds {
    width: 92%;
  }

  .member-details-popup.purple-glow-ds.no-padding {
    width: auto;
  }

  .modal-wrap {
    display: none;
  }

  .close-modal-button {
    top: -25px;
    right: 10px;
  }

  .modal-content {
    max-width: 95%;
    display: block;
    top: 14vh;
  }

  .gold-separator, .gold-separator.our-people-separator {
    display: block;
  }

  .price-grid-top {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-compare-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-compare-grid.title-row {
    grid-template-rows: auto;
  }

  .blank-price-block {
    display: none;
  }

  .pricing-grid-block {
    justify-content: center;
  }

  .footer-links-grid {
    flex-wrap: wrap;
    grid-template: "Area Area Area Area Area Area"
                   ". . . . . ."
                   / 1.5fr 1.5fr 1.5fr 1.5fr 1.25fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .logo-wrap {
    text-align: center;
    display: none;
  }

  .footer-link {
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 400;
  }

  .contact {
    font-weight: 400;
  }

  .footer-link-column {
    width: 17%;
  }

  .performance-selector {
    justify-content: center;
  }

  .counter-top {
    padding-left: 10px;
    padding-right: 24px;
  }

  .step-line {
    display: none;
  }

  .counter-bottom {
    padding-left: 10px;
    padding-right: 24px;
  }

  .check-symbol {
    right: -4%;
  }

  .slide-wrapper {
    flex-direction: column;
  }

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

  .counter-centre {
    padding-left: 10px;
    padding-right: 24px;
  }

  .form-text-wrapper, .form-text-wrapper.active-text-wrapper {
    width: 55%;
  }

  .glassdoor-badge {
    flex-direction: column;
    justify-content: space-around;
    width: 80%;
    margin-top: 44px;
    margin-bottom: 44px;
    top: 0;
  }

  .open-position-grid {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .abstract-graphic {
    width: 20%;
  }

  .submit-button {
    margin-bottom: 20px;
  }

  .form-container {
    width: 80%;
    padding-left: 5%;
  }

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

  .team-text-title {
    order: 1;
    height: auto;
    margin-bottom: 40px;
    display: block;
  }

  .team-text-title.div-block {
    width: 100%;
    display: block;
    top: 0;
  }

  .career-grid {
    flex-direction: column;
    display: flex;
  }

  .performance-band-fill.performance-band-fill-right.shadow-m {
    margin-right: 0;
  }

  .performance-band-fill.shadow-m {
    margin-right: 260px;
  }

  .performance-header {
    width: 400px;
    top: 14vh;
  }

  .collection-list {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 400px 1fr;
  }

  .text-block-9 {
    display: none;
  }

  .footer-text {
    display: block;
  }

  .container-2 {
    text-align: center;
  }

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

  .div-block-3 {
    display: block;
    overflow: visible;
  }

  .text-block-18 {
    display: block;
  }

  .heading-copy.purple-glow {
    display: none;
  }

  .team-text-column-our-team {
    order: 3;
    margin-top: 40px;
    position: static;
    top: 0;
  }

  .div-block-12 {
    top: 0;
  }

  .content-copy, .visible-tablet {
    display: block;
  }

  .visible-desktop-up {
    display: none;
  }

  .collection-list-wrapper-5 {
    order: 2;
  }

  .portfolio-card-body {
    height: 450px;
  }

  .collection-list-wrapper-6 {
    overflow: hidden;
  }

  .pricing-scroll-hint {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .lp-hero-block {
    padding: 20px 32px 60px;
  }
}

@media screen and (max-width: 767px) {
  .brand.w--current {
    background-color: #0000;
  }

  .hero-heading.text-center.purple-glow.passion-heading {
    font-size: 32px;
  }

  .hero-heading.purple-glow {
    font-size: 44px;
  }

  .subtitle-heading {
    margin-top: 16px;
    font-size: 18px;
  }

  .subtitle-heading.text-center {
    font-size: 18px;
  }

  .home-hero-block {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-cta-container {
    width: 440px;
  }

  .gold-cta {
    padding: 8px 20px;
  }

  .home-cta-title {
    font-size: 18px;
  }

  .clients-title {
    width: 100%;
  }

  .clients-banner {
    height: 390px;
    margin-top: -489px;
  }

  .clients-banner-tilt {
    width: 100%;
    top: 0%;
    transform: none;
  }

  .scroll-teaser-main {
    text-align: center;
  }

  .clients-carousel {
    width: 100%;
  }

  .clients-carousel-image {
    max-height: 30px;
    margin-right: 38px;
  }

  .clients-carousel-row {
    margin-bottom: 2px;
  }

  .large-screen-section.secondary-section {
    height: auto;
    margin-bottom: 20px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .large-screen-section.secondary-section.mt-100 {
    margin-top: 100px;
  }

  .large-screen-section.home-hero-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-bullet-point-main.text-center.purple-glow {
    margin-top: 10px;
    font-size: 26px;
  }

  .hero-bullet-point-main.text-center.white-glow.explain-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 32px;
  }

  .hero-bullet-point-description {
    font-size: 16px;
  }

  .subsection-header {
    padding-top: 10px;
  }

  .subsection-header.black-transparent-background {
    top: 90px;
  }

  .hand-writing.grey.v-space-l {
    padding-bottom: 25px;
  }

  .explain-image-container {
    max-height: 70px;
  }

  .explain-image-container.explain-image-personality {
    text-align: center;
    justify-content: center;
    max-height: 1000px;
    display: flex;
  }

  .explain-image-container.image-container-medium {
    justify-content: center;
    max-height: none;
    display: flex;
  }

  .explain-image-container.image-container-extra-small {
    max-width: none;
  }

  .column {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    min-height: auto;
    margin: 0 14px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .column.mt-50 {
    margin-top: 50px;
  }

  .column.mt-50.mb-50 {
    margin-bottom: 50px;
  }

  .columns {
    width: 94%;
  }

  .columns.columns-company {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .process-box {
    width: 90%;
  }

  .formula-highlight {
    height: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 30px;
    display: block;
  }

  .column-company {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .clients-banner-fade-overlay {
    background-image: linear-gradient(to right, var(--dark) 7%, transparent);
    width: 430px;
    left: 0;
  }

  .responsive-image {
    max-width: 220px;
  }

  .responsive-image.praise-people-image {
    width: auto;
    max-width: 140px;
    height: 100%;
  }

  .menu-button {
    flex: 0 auto;
    right: 2%;
  }

  .portfolio-card {
    width: 340px;
    height: 500px;
    max-height: 520px;
    bottom: 30px;
  }

  .portfolio-card.js-performance-card {
    width: 400px;
  }

  .heading.purple-glow {
    text-align: center;
    font-size: 42px;
  }

  .portfolio-card-header {
    height: 100px;
  }

  .performance-people-collection {
    height: 200px;
  }

  .praise-collection-view {
    flex-direction: column;
    padding: 20px;
    display: flex;
  }

  .praise-top {
    border-radius: 30px;
  }

  .filters-columns {
    display: flex;
  }

  .praise-pagination {
    width: 100%;
    top: 20px;
    left: 0;
  }

  .performance-frame {
    margin-top: 60px;
  }

  .performance-frame.js-performance-frame.performance-b {
    height: 84vh;
    display: none;
  }

  .members-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ".";
  }

  .team-text-column {
    position: relative;
    top: 0;
  }

  .content {
    font-size: 15px;
  }

  .low-key-title {
    font-size: 27px;
    font-weight: 500;
  }

  .avatar-wrap {
    max-width: 180px;
    max-height: 180px;
  }

  .team-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 2fr;
    grid-auto-columns: .25fr;
    display: grid;
  }

  .modal-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .modal-content {
    top: 14vh;
  }

  .gold-separator {
    display: block;
  }

  .price-grid-top {
    grid-template-columns: 1fr;
  }

  .pricing-compare-grid.content-row {
    grid-template-rows: 1fr auto;
  }

  .pricing-compare-grid.cta-row {
    grid-template-rows: minmax(auto, 1fr) auto;
  }

  .pricing-button-full, .pricing-button-full.recommended-pricing-button {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-grid-block.price-block.patron-cell, .pricing-grid-block.price-block.legacy-cell, .pricing-grid-block.price-block.executive-cell {
    flex-direction: column-reverse;
  }

  .social-links-grid {
    margin-bottom: 20px;
  }

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

  .logo-wrap {
    text-align: center;
    width: 100%;
  }

  .legal-wrapper {
    flex-direction: column;
  }

  .footer-link-column {
    width: 16%;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .button-base {
    justify-content: center;
  }

  .counter-top, .title-wrap-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .counter-bottom {
    padding-top: 20px;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .check-symbol {
    display: none;
  }

  .step-wrap {
    flex-wrap: wrap;
    align-items: center;
    display: none;
  }

  .form-wrapper {
    width: 100%;
  }

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

  .form-column-1 {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .counter-centre {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .open-position-item {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .glassdoor-badge {
    flex-direction: row;
    width: 94%;
  }

  .item-cta-button {
    margin-top: 10px;
  }

  .pricing-calculator-wrap {
    border-radius: 10px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-grid-block-cta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .abstract-graphic {
    width: 100%;
    min-height: 300px;
  }

  .form-container {
    width: 100%;
  }

  .section-flowbase {
    flex-direction: column;
  }

  .career-grid {
    flex-direction: column;
    display: flex;
  }

  .performance-band {
    justify-content: space-between;
    height: 80px;
  }

  .performance-band-fill.performance-band-fill-right.shadow-m {
    margin-right: 0;
  }

  .performance-band-fill.shadow-m {
    justify-content: flex-start;
    margin-right: 250px;
  }

  .collection-list {
    grid-template-columns: 1fr 500px 1fr;
    grid-template-areas: "Left-Column Left-Column Empty-Area Right-Column Right-Column"
                         "Left-Column Left-Column Empty-Area Right-Column Right-Column"
                         "Left-Column Left-Column Empty-Area Right-Column Right-Column"
                         "Left-Column Left-Column Empty-Area Right-Column Right-Column"
                         "Left-Column Left-Column Empty-Area Right-Column Right-Column"
                         "Left-Column Left-Column Empty-Area Right-Column Right-Column"
                         "Left-Column Left-Column Empty-Area Right-Column Right-Column"
                         "Left-Column Left-Column Empty-Area Right-Column Right-Column"
                         "Left-Column Left-Column Empty-Area Right-Column Right-Column"
                         "Left-Column Left-Column Empty-Area Right-Column Right-Column"
                         "Left-Column Left-Column Empty-Area Right-Column Right-Column"
                         ". . . Right-Column Right-Column"
                         ". . . Right-Column Right-Column"
                         ". . . Right-Column Right-Column"
                         ". . . Right-Column Right-Column"
                         ". . . Right-Column Right-Column"
                         ". . . Right-Column Right-Column"
                         ". . . Right-Column Right-Column"
                         ". . . Right-Column Right-Column"
                         ". . . Right-Column Right-Column";
  }

  .heading-copy.purple-glow {
    font-size: 42px;
  }

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

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

  .team-text-column-our-team {
    position: relative;
    top: 0;
  }

  .content-copy {
    font-size: 15px;
  }

  .div-block-15 {
    width: 90%;
    height: auto;
    padding: 10px 0;
  }

  .text-block-24, .text-block-25, .text-block-26 {
    min-height: 60px;
    margin-top: 10px;
  }

  .pricing-scroll-hint {
    width: 100%;
  }

  .lp-hero-block {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 100%;
  }

  .brand.w--current {
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
  }

  .nav-link.sign-up-nav-link {
    width: 260px;
  }

  .brand-text {
    text-align: right;
    width: 50%;
    padding-right: 30px;
    position: absolute;
    left: 0;
  }

  .brand-text.brand-main {
    text-align: left;
    padding-left: 25px;
    display: block;
    left: auto;
    right: 0;
  }

  .hero-heading.text-center.purple-glow.process-heading {
    font-size: 32px;
  }

  .hero-heading.purple-glow {
    text-align: center;
    line-height: 50px;
  }

  .gold.hand-writing {
    line-height: 40px;
  }

  .subtitle-heading {
    text-align: center;
    line-height: 30px;
  }

  .home-hero-block {
    margin-bottom: 220px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-cta-container {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .gold-cta {
    width: 60%;
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .gold-cta.home-cta-plain {
    width: 40%;
  }

  .home-cta-title {
    font-size: 16px;
  }

  .clients-title {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0%;
    font-size: 13px;
  }

  .clients-banner {
    height: 260px;
    margin-top: -420px;
  }

  .clients-banner-tilt, .clients-carousel {
    width: 100%;
  }

  .clients-carousel-image {
    max-height: 26px;
  }

  .clients-carousel-row {
    width: 1300%;
  }

  .large-screen-section.secondary-section {
    width: 100%;
    margin-bottom: 20px;
  }

  .large-screen-section.secondary-section.process-section {
    height: 96vh;
  }

  .large-screen-section.home-hero-section {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .hero-bullet-point-main.text-center.purple-glow {
    font-size: 20px;
  }

  .hand-writing {
    font-size: 30px;
  }

  .explain-image-container.image-container-extra-small {
    max-width: none;
  }

  .column {
    flex-direction: column;
    min-height: auto;
  }

  .columns {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
  }

  .columns.columns-company {
    width: 100%;
  }

  .subsection-footer {
    z-index: 4000;
  }

  .process-step-number {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
  }

  .process-step-number.process-step-number-main {
    width: 50px;
    height: 50px;
    font-size: 31px;
    line-height: 50px;
  }

  .process-step-text {
    margin-left: 4px;
  }

  .process-text-title {
    font-size: 16px;
  }

  .process-step-number-container {
    width: 50px;
    min-width: 50px;
  }

  .process-text-description {
    font-size: 14px;
  }

  .process-step-number-line {
    height: 40px;
  }

  .header-section-button {
    width: 50%;
    font-size: 12px;
  }

  .header-section-button.w--current, .header-section-button.header-section-button-gold, .header-section-button.header-section-button-right {
    width: 50%;
    font-size: 11px;
  }

  .header-section-buttons-container.header-section-buttons-career, .header-section-buttons-container.header-section-buttons-company {
    width: 85%;
    font-size: 12px;
    display: flex;
    top: 0;
    left: 0;
  }

  .header-section-buttons-logo {
    left: 44%;
  }

  .header-brand-container {
    align-items: flex-start;
    width: 95%;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .formula-highlight {
    background-color: #0000;
    height: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
    display: block;
  }

  .clients-banner-fade-overlay {
    width: 280px;
    height: 130%;
    top: 25%;
    left: -90px;
  }

  .responsive-image {
    margin-bottom: 20px;
  }

  .responsive-image.praise-people-image {
    max-width: 100px;
  }

  .menu-button {
    z-index: 10000;
  }

  .detail-section-subheader {
    top: 224px;
  }

  .portfolio-card {
    width: 98%;
    height: auto;
    max-height: none;
    position: relative;
    bottom: auto;
  }

  .portfolio-card.js-performance-card {
    width: 90%;
    height: 590px;
  }

  .heading.purple-glow {
    text-align: center;
    font-size: 36px;
  }

  .heading.purple-glow.visible-tablet {
    flex-wrap: wrap;
    justify-content: center;
    display: inline-block;
  }

  .heading.purple-glow.visible-tablet.block {
    display: block;
  }

  .heading.heading-xs {
    font-size: 18px;
  }

  .portfolio-card-header {
    height: 100px;
  }

  .filter-toggle-button {
    padding-left: 10px;
  }

  .performance-track.js-performance-track {
    width: auto;
  }

  .filters-columns {
    flex-direction: column;
  }

  .praise-pagination {
    width: 100%;
    top: 20px;
  }

  .performance-frame.js-performance-frame.performance-b {
    display: none;
  }

  .members-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: space-around;
    display: flex;
  }

  .content {
    font-size: 15px;
  }

  .standard-section {
    padding: 20px 5% 40px;
  }

  .low-key-title {
    font-size: 20px;
  }

  .avatar-wrap {
    width: 250px;
    max-width: 160px;
    height: 250px;
    max-height: 160px;
  }

  .team-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    display: grid;
  }

  .team-grid.flex {
    flex-direction: row;
    display: flex;
  }

  .modal-wrap {
    display: none;
  }

  .modal-content {
    top: 15vh;
  }

  .price-block-top.purple-glow-ds.js-plan-card {
    margin-top: 40px;
  }

  .pricing-compare-grid {
    grid-row-gap: 0px;
    box-shadow: none;
    margin-bottom: 0;
  }

  .pricing-compare-grid.title-row.shadow-m {
    display: flex;
  }

  .pricing-compare-grid.cta-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    display: grid;
  }

  .pricing-button-full, .pricing-button-full.recommended-pricing-button {
    font-size: 12px;
  }

  .pricing-grid-block {
    padding-left: 9px;
    padding-right: 9px;
  }

  .pricing-grid-block.price-block.long-text-cell.patron-cell, .pricing-grid-block.price-block.long-text-cell.legacy-cell, .pricing-grid-block.price-block.long-text-cell.executive-cell {
    padding: 10px;
  }

  .pricing-title-wrap {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 16px;
  }

  .pricing-title-wrap.legacy-cell {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-title-wrap.patron-cell {
    align-items: flex-start;
    font-size: 16px;
  }

  .pricing-title-wrap.executive-cell {
    align-items: flex-start;
  }

  .social-links-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-links-grid {
    text-align: center;
    grid-template: "Area Area Area"
                   ". . ."
                   ". . ."
                   ". . ."
                   ". . ."
                   / 1fr;
    place-content: stretch;
    justify-items: stretch;
    display: inline-block;
  }

  .logo-wrap {
    width: 100px;
  }

  .footer-links-title {
    text-align: left;
    display: block;
  }

  .footer-link-column {
    text-align: left;
    width: 100%;
    padding-left: 60px;
  }

  .faq-block.purple-glow-ds {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-title {
    width: 90%;
  }

  .button-base {
    text-align: left;
    justify-content: center;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .checkbox-field {
    height: 75px;
  }

  .form-column-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .success-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-grid {
    display: block;
  }

  .form-column-1 {
    display: none;
  }

  .previous-button-slide {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-wrap {
    flex-wrap: nowrap;
  }

  .next-button-slide {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-compare-category {
    margin-top: 30px;
  }

  .open-position-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .open-positions-list {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .glassdoor-badge {
    flex-direction: column;
  }

  .dual-field-wrap {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .italic {
    font-size: 13px;
  }

  .pricing-grid-block-cta {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }

  .button-selector {
    margin-top: 20px;
  }

  .button-selector-menu {
    justify-content: center;
  }

  .personal-details {
    grid-template-columns: 1fr;
  }

  .form-row-wrap {
    margin-bottom: 0;
  }

  .checkbox-field-3 {
    width: 100%;
    margin-bottom: 12px;
  }

  .team-text-title.div-block {
    text-align: center;
    margin-bottom: 0;
    top: auto;
  }

  .performance-band {
    display: none;
  }

  .performance-header {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .performance-shadow-overlay {
    display: none;
  }

  .text-block-12 {
    text-align: left;
  }

  .text-block-13 {
    text-align: left;
    width: auto;
  }

  .text-block-15, .text-block-16, .text-block-17 {
    text-align: left;
  }

  .div-block-2, .text-block-19, .text-block-20 {
    display: none;
  }

  .heading-copy.purple-glow {
    font-size: 36px;
  }

  .heading-copy.heading-xs {
    font-size: 18px;
  }

  .member-details-header {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .member-data {
    text-align: center;
    margin-top: 20px;
    padding-left: 0;
  }

  .team-member-name-mobile {
    text-align: center;
    line-height: 35px;
  }

  .team-member-position-copy.text-center-copy {
    text-align: center;
    line-height: 25px;
  }

  .member-link {
    flex-wrap: wrap;
    justify-content: center;
  }

  .underline {
    left: 0;
  }

  .team-text-column-our-team {
    margin-top: 0;
  }

  .content-copy {
    font-size: 15px;
  }

  .div-block-13 {
    text-align: center;
    width: 100%;
  }

  ._w-full {
    width: 100%;
  }

  .html-embed-2 {
    line-height: 30px;
  }

  .portfolio-card-body {
    height: auto;
    min-height: 490px;
  }

  .bold-text-3 {
    font-size: 36px;
  }

  .div-block-15 {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 10px 0;
    display: block;
  }

  .bold-text-4, .bold-text-5 {
    display: block;
  }

  .pricing-scroll-hint {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0%;
    font-size: 13px;
  }

  .lp-hero-block {
    margin-bottom: 220px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_69896968-c65c-0d24-8c5c-9675de1c181d-e7119dc4 {
  grid-area: Area;
}

#w-node-_2e26d351-822c-9046-0371-de38e7119dc7-e7119dc4, #w-node-_18bcbcf4-c00c-a8e8-16a7-dd8828c86db5-e7119dc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7b6abee-5f4f-32ad-6973-9ff19354aad2-e7119dc4 {
  grid-area: Area;
}

#w-node-_5da7a3d4-2739-e791-5348-13008c2835f9-4b4f305b {
  order: 9999;
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start stretch;
}

#w-node-b6a199e9-16c0-f8a2-e1d5-c8264b8fe2b6-4b4f305b {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a7e0dfa-1ca4-643a-dab5-a2e7eba42af5-05d3876a, #w-node-_4a7e0dfa-1ca4-643a-dab5-a2e7eba42b00-05d3876a, #w-node-_4a7e0dfa-1ca4-643a-dab5-a2e7eba42b0b-05d3876a, #w-node-_2e5d57bc-5101-0107-845c-2d5df368292b-f368292b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5faa7a1-301a-a9dc-032d-6f063ea16f86-9dff9c45 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_925b9b6d-d6bf-9373-4fbd-26568fd4be85-9dff9c45 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_2e26d351-822c-9046-0371-de38e7119dc7-e7119dc4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f7b6abee-5f4f-32ad-6973-9ff19354aad2-e7119dc4 {
    grid-area: Area;
  }

  #w-node-_2e26d351-822c-9046-0371-de38e7119de1-e7119dc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e26d351-822c-9046-0371-de38e7119dd6-e7119dc4 {
    grid-area: 2 / 2 / 2 / 3;
  }

  #w-node-_2e26d351-822c-9046-0371-de38e7119dea-e7119dc4 {
    grid-area: 2 / 3 / 3 / 3;
  }

  #w-node-c5b475ce-096a-c1cb-0acf-2b80be4ea25b-4b4f305b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5da7a3d4-2739-e791-5348-13008c2835f9-4b4f305b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start stretch;
  }

  #w-node-b6a199e9-16c0-f8a2-e1d5-c8264b8fe2b6-4b4f305b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4a7e0dfa-1ca4-643a-dab5-a2e7eba42b0b-05d3876a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_233299a1-5f90-dc1c-b2fd-c1fdf10333e1-05d3876a, #w-node-b1bb5e5b-896e-5abf-e900-734cd861c619-05d3876a, #w-node-c72e935c-604b-948e-f0f5-dff2795b6ea2-05d3876a, #w-node-ff7f17dd-b577-d441-673d-a8e00b17b541-05d3876a, #w-node-_87bafa23-029e-5653-283a-4eaa604c9bc7-05d3876a, #w-node-_8dd6bbc8-3610-ca02-be7c-fb0f45d2d9dc-05d3876a, #w-node-a67d2d86-7268-001b-95b0-9a8a08bb88f6-05d3876a, #w-node-_501c08e3-2bcf-8c76-a018-bfe8d3dd977c-05d3876a, #w-node-_0349de8d-bdb2-a208-1193-be269b50d266-05d3876a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_55581b4a-1a61-378e-384f-6eb0651dbc07-9dff9c45 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b5faa7a1-301a-a9dc-032d-6f063ea16f86-9dff9c45 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_925b9b6d-d6bf-9373-4fbd-26568fd4be85-9dff9c45 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2e26d351-822c-9046-0371-de38e7119dc7-e7119dc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c5b475ce-096a-c1cb-0acf-2b80be4ea25b-4b4f305b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5da7a3d4-2739-e791-5348-13008c2835f9-4b4f305b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b6a199e9-16c0-f8a2-e1d5-c8264b8fe2b6-4b4f305b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4a7e0dfa-1ca4-643a-dab5-a2e7eba42b0b-05d3876a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55581b4a-1a61-378e-384f-6eb0651dbc07-9dff9c45 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b5faa7a1-301a-a9dc-032d-6f063ea16f86-9dff9c45 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2e26d351-822c-9046-0371-de38e7119dc7-e7119dc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-c5b475ce-096a-c1cb-0acf-2b80be4ea25b-4b4f305b, #w-node-_5da7a3d4-2739-e791-5348-13008c2835f9-4b4f305b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b6a199e9-16c0-f8a2-e1d5-c8264b8fe2b6-4b4f305b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0349de8d-bdb2-a208-1193-be269b50d266-05d3876a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_55581b4a-1a61-378e-384f-6eb0651dbc07-9dff9c45 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b5faa7a1-301a-a9dc-032d-6f063ea16f86-9dff9c45 {
    grid-area: 3 / 1 / 4 / 3;
  }
}


