:root {
  --grey-3: #595959;
  --grey-1: #121212;
  --white-2: #ffffffa6;
  --grey-5: #f4f4f4;
  --grey-4: #e0e0e0;
  --white: white;
  --grey-2: #272727;
  --white-3: #fff3;
}

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

body {
  color: var(--grey-3);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

h1 {
  color: var(--grey-1);
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Antonio, sans-serif;
  font-size: 63px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--grey-1);
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Antonio, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  color: var(--grey-1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Antonio, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
}

h4 {
  color: var(--grey-1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Antonio, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--grey-1);
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

h6 {
  color: var(--grey-1);
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 28px;
}

a {
  color: var(--grey-1);
  font-weight: 600;
  text-decoration: none;
}

ul {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 28px;
  display: grid;
}

label {
  color: var(--grey-1);
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

blockquote {
  color: var(--grey-1);
  text-align: center;
  text-transform: uppercase;
  border-left: 5px #e2e2e2;
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 28px;
  font-family: Antonio, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
}

figure {
  margin-top: 56px;
  margin-bottom: 56px;
}

figcaption {
  color: var(--grey-1);
  text-align: left;
  margin-top: 7px;
  font-size: 14px;
  line-height: 24px;
}

.loading-container {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader {
  width: 56px;
  height: 56px;
}

.section {
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section.bg-grey-1 {
  color: var(--white-2);
}

.section.overflow-hidden {
  max-width: 100%;
  overflow: hidden;
}

.section.has-background {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section.has-background.scrolling-headline-section {
  background-color: var(--grey-1);
}

.section.reduced-padding {
  padding-top: 84px;
  padding-bottom: 84px;
}

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

.section.reduced-bottom-padding {
  padding-bottom: 56px;
}

.section.border-top {
  border-top: 1px solid var(--grey-4);
}

.section.bg-blue-mt {
  color: var(--white-2);
  background-color: #08f;
}

.main-container {
  z-index: 1;
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}

.main-container.reduced-width {
  max-width: 900px;
}

.main-container.justify-content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.style-guide-section {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.style-guide-greys {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.style-guide-color {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 168px;
  position: relative;
}

.bg-grey-1 {
  background-color: var(--grey-1);
  color: var(--white-2);
}

.bg-white-1 {
  background-color: var(--white);
}

.style-guide-typography {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.large-text {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.large-text.subtitle {
  margin-bottom: 35px;
}

.large-text.container-title {
  color: var(--grey-1);
  flex: 1;
  margin-bottom: 42px;
}

.large-text.text-white-mt2 {
  color: var(--white);
  font-weight: 500;
}

.small-text {
  color: var(--white-2);
  font-size: 16px;
  line-height: 24px;
}

.small-text.text-white-1 {
  width: 550px;
  font-size: 22px;
}

.small-text.post-summary {
  flex: 1;
}

.no-bottom-margin {
  margin-bottom: 0;
  font-family: Alumni Sans SC, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: .8em;
}

.no-bottom-margin.text-white-1 {
  font-size: 80px;
}

.no-bottom-margin.text-white-2 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.no-bottom-margin.text-black-1 {
  color: var(--grey-1);
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.style-guide-buttons {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
}

.button {
  background-color: var(--grey-1);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 18px 56px;
  font-weight: 600;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button:hover {
  transform: scale(1.04);
}

.button.small {
  padding: 12px 21px;
  font-size: 16px;
  line-height: 24px;
}

.button.small.bg-grey-4 {
  color: var(--grey-1);
}

.button.small.wide {
  width: 100%;
}

.button.small.outline {
  border: 1px solid var(--grey-4);
  color: var(--grey-1);
  background-color: #0000;
}

.button.adjacent-to-input {
  flex: none;
  margin-left: 14px;
}

.button.bg-white-1 {
  background-color: var(--white);
  color: var(--grey-1);
}

.button.button-row-element {
  margin-left: 7px;
  margin-right: 7px;
}

.button.bg-grey-4 {
  color: var(--grey-1);
}

.button.bg-red-mt {
  background-color: #ff2d55;
}

.button.bg-blue-mt {
  background-color: #08f;
}

.navbar {
  background-color: #0000;
}

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

.style-guide-form-inputs {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input {
  border: 1px solid var(--grey-4);
  color: var(--grey-1);
  border-radius: 4px;
  min-height: 64px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 0 21px #0000;
}

.form-input:focus {
  border-color: var(--grey-3);
  box-shadow: 0 0 21px #0000000d;
}

.form-input::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.form-input.small {
  min-height: 48px;
  padding: 12px 14px;
}

.form-input.text-area {
  min-height: 120px;
}

.form-grid-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.selectable-label {
  color: var(--grey-3);
  margin-bottom: 0;
  margin-left: 14px;
  font-weight: 500;
}

.footer {
  background-color: var(--grey-1);
  color: var(--white-2);
  padding-top: 112px;
  padding-bottom: 168px;
}

.trigger-search-modal {
  color: var(--grey-1);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 21px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.search-modal {
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-modal-screen {
  background-color: #000000bf;
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 469px;
  display: flex;
}

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

.utility-page-form.text-left {
  text-align: left;
}

.search-modal-container {
  align-items: flex-start;
  width: 100%;
  max-width: 889px;
  padding-top: 84px;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
  position: relative;
}

.select-wrapper {
  border: 1px solid var(--grey-4);
  border-radius: 4px;
  padding: 12px 7px;
  overflow: hidden;
}

.select-field {
  background-color: #0000;
  background-image: url('../images/icon-dropdown-arrow-dark.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  width: 110%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.display-heading {
  color: var(--grey-1);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: Antonio, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 1.1em;
}

.display-heading.no-bottom-margin {
  margin-bottom: 0;
  font-family: Alumni Sans SC, sans-serif;
  font-weight: 600;
  line-height: .8em;
}

.display-heading.no-bottom-margin.text-white-1 {
  padding-bottom: 0;
  font-size: 112px;
  font-weight: 600;
  line-height: .8em;
}

.display-heading.metric-heading {
  margin-bottom: 21px;
}

.checkbox {
  border-color: var(--grey-4);
  flex: none;
  width: 21px;
  height: 21px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  border-color: var(--grey-4);
  background-color: var(--grey-4);
  background-image: url('../images/icon-check-dark.svg');
  background-position: 50%;
  background-size: auto;
}

.radio {
  border-color: var(--grey-4);
  width: 21px;
  height: 21px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-width: 7px;
  border-color: var(--grey-1);
}

.style-guide-row-heading {
  margin-bottom: 28px;
}

.style-guide-form-rows {
  grid-column-gap: 16px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-row {
  justify-content: space-between;
  align-items: center;
  min-height: 76px;
  display: flex;
}

.fine-print-text {
  font-size: 14px;
  line-height: 24px;
}

.fine-print-text.form-hint-text {
  opacity: .5;
  margin-top: 7px;
}

.fine-print-text.muted {
  opacity: .5;
}

.fine-print-text.below-button {
  margin-top: 14px;
}

.fine-print-text.no-bottom-margin {
  font-size: 18px;
  line-height: 18px;
}

.fine-print-text.text-grey-1.team-member-social-label {
  margin-right: 21px;
}

.fine-print-text.search-result-url {
  opacity: .5;
  margin-bottom: 14px;
}

.style-guide-color-label {
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  bottom: 21px;
  left: 21px;
}

.bg-grey-2 {
  background-color: var(--grey-2);
  color: var(--white-2);
}

.bg-grey-3 {
  background-color: var(--grey-3);
  color: var(--white);
}

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

.bg-grey-5 {
  background-color: var(--grey-5);
}

.style-guide-colors {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-whites {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--grey-1);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 21px;
}

.bg-white-2 {
  background-color: var(--white-2);
  color: var(--grey-1);
}

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

.text-grey-1.text-bold {
  font-weight: 600;
}

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

.highlighted-text-container {
  background-color: var(--grey-1);
  perspective: 250px;
  color: var(--white);
  border-radius: 4px;
  margin-top: 4px;
  padding: 2px 14px;
  display: inline-block;
  overflow: hidden;
}

.highlighted-text-container.bg-white-1 {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.highlighted-text-container.rotate {
  transform: rotate(0);
}

.highlighted-text-container.bg-white-3 {
  background-color: var(--white-3);
}

.highlighted-text-container.reduced-padding {
  padding: 4px 7px;
}

.highlighted-text-container.reduced-padding.bg-white-3 {
  margin-top: 4px;
  padding-top: 4px;
}

.highlighted-text-container.bg-red-mt {
  background-color: #ff2d55;
}

.highlighted-text-container.bg-blue-mt {
  background-color: #08f;
}

.text-white-1 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: .8em;
}

.text-white-1.text-bold {
  font-weight: 600;
}

.button-hover-element {
  background-color: var(--white-3);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.button-hover-element.dark {
  background-color: #1212120d;
}

.style-guide-icons {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.style-guide-icons.below-icons {
  margin-top: 56px;
}

.style-guide-badges {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center start;
}

.badge {
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.badge.bg-grey-4 {
  color: var(--grey-1);
}

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

.footer-menu-thirds {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 680px;
}

.vertical-menu-heading {
  margin-bottom: 14px;
}

.vertical-menu-grid {
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-link {
  opacity: .5;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  transition: opacity .2s;
}

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

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

.footer-logo-contents {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo-contents.text-right {
  text-align: right;
}

.nav-link {
  opacity: .5;
  color: var(--grey-1);
  margin-left: 14px;
  margin-right: 14px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  transition: opacity .2s;
}

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

.nav-link.w--current {
  opacity: 1;
  color: var(--grey-1);
}

.nav-dropdown-toggle {
  opacity: .5;
  color: var(--grey-1);
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: opacity .2s;
  display: flex;
}

.nav-dropdown-toggle:hover {
  opacity: 1;
}

.dropdown-image {
  margin-left: 4px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-dropdown {
  margin-left: 14px;
  margin-right: 14px;
}

.brand {
  margin-right: 28px;
  padding: 0;
}

.brand-image {
  display: block;
}

.navbar-left-contents {
  align-items: center;
  display: flex;
}

.navbar-left-contents.offset-margin {
  margin-left: -14px;
}

.navbar-right-contents {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.search-modal-icon {
  margin-right: 7px;
}

.nav-button-wrapper.adjacent-to-menu {
  margin-left: 14px;
}

.menu-button-image {
  display: block;
}

.sticky-notice-wrapper {
  z-index: 10;
  justify-content: center;
  padding: 0 28px 28px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.dismissable-notice {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  border-radius: 800px;
  justify-content: center;
  align-items: center;
  padding: 14px 35px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  box-shadow: 0 7px 14px #0000001a;
}

.dismissable-notice-text {
  margin-right: 28px;
}

.dismiss-notice-button {
  display: flex;
}

.navbar-container {
  z-index: 10;
  position: relative;
}

.navbar-container.sticky {
  background-color: #fffffff2;
  position: sticky;
  top: 0;
}

.search-modal-form {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.grid-left-larger {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: 6fr 4fr;
  place-items: center;
}

.container {
  width: 100%;
  max-width: 469px;
  position: relative;
}

.container.increased-width {
  max-width: 574px;
}

.container.increased-width.align-center {
  max-width: 600px;
}

.container.increased-width.align-contents-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.containes-section-image {
  flex-direction: row;
  display: flex;
}

.container.vertical-column {
  flex-direction: column;
  display: flex;
}

.highlighted-heading-container {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.highlighted-heading-container.text-center {
  text-align: center;
  align-items: center;
}

.highlighted-heading-container.no-bottom-margin {
  margin-bottom: 0;
}

.highlighted-heading-container.text-right {
  align-items: flex-end;
}

.button-below-content {
  margin-top: 35px;
  display: flex;
}

.extra-large-text {
  letter-spacing: -.01em;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.container-small {
  flex: none;
  width: 100%;
  max-width: 364px;
  position: relative;
}

.container-small.reduced-width {
  max-width: 259px;
}

.container-small.reduced-width.horizontal-snippet-wrapper {
  width: 259px;
}

.container-small.horizontal-snippet-wrapper {
  flex: none;
  width: 364px;
  max-width: none;
  margin-left: 28px;
  margin-right: 28px;
}

.container-small.composed-ui-snippet-b {
  position: absolute;
  top: 0;
  right: 0;
}

.container-small.snippet-process-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.ui-snippet {
  background-color: var(--white);
  border-radius: 4px;
  padding: 21px;
  font-size: 12px;
  line-height: 20px;
  box-shadow: 0 7px 28px #00000026;
}

.ui-snippet.reduced-padding {
  color: var(--grey-3);
  padding: 14px;
}

.ui-snippet.reduced-padding.font-red-mt {
  background-color: #ff2d55;
}

.ui-snippet.bg-grey-1 {
  background-color: var(--grey-1);
}

.ui-snippet.row {
  padding: 0;
  display: flex;
  overflow: hidden;
}

.ui-snippet.wrapper {
  flex-direction: column;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.ui-snippet.wrapper.above-text {
  margin-bottom: 42px;
}

.snippet-square-image {
  object-fit: cover;
  border-radius: 4px;
  flex: none;
  width: 105px;
  height: 105px;
  margin-right: 21px;
}

.snippet-square-image.small {
  width: 28px;
  height: 28px;
  margin-right: 0;
}

.snippet-square-image.baside-heading {
  width: 84px;
  height: 84px;
}

.ui-snippet-row {
  align-items: stretch;
  display: flex;
}

.ui-snippet-row.justify-between {
  justify-content: space-between;
}

.ui-snippet-row.justify-between.above-contents {
  margin-bottom: 14px;
}

.ui-snippet-row.justify-between.align-middle {
  align-items: center;
}

.ui-snippet-heading {
  color: var(--grey-1);
  margin-bottom: 7px;
  font-weight: 600;
}

.ui-snippet-heading.large {
  font-size: 1.1667em;
}

.ui-snippet-heading.large.no-bottom-margin {
  margin-bottom: 0;
  font-size: 14px;
}

.ui-snippet-heading.avatar-name {
  margin-bottom: 0;
  margin-left: 14px;
}

.ui-snippet-heading.avatar-name.text-white-mt4 {
  color: var(--white);
}

.ui-snippet-heading.no-bottom-margin {
  margin-bottom: 0;
  font-family: Alumni Sans SC, sans-serif;
  font-size: 16px;
}

.ui-snippet-heading.text-white-1 {
  color: var(--white);
}

.ui-snippet-heading.display {
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 14px;
  font-family: Antonio, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.ui-snippet-heading.display.below-row {
  margin-top: 7px;
}

.ui-snippet-placeholder {
  background-color: var(--grey-4);
  border-radius: 10px;
  height: 7px;
}

.ui-snippet-placeholder.half-width {
  width: 50%;
}

.ui-snippet-placeholder.reduced-width {
  width: 75%;
}

.ui-snippet-placeholder.quarter-width {
  width: 25%;
}

.ui-snippet-placeholders-grid {
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.ui-snippet-vertical-grid {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ui-snippet-vertical-grid.border-top {
  border-top: 1px solid var(--grey-4);
  margin-top: 14px;
  padding-top: 14px;
}

.ui-snippets-grid {
  grid-row-gap: 14px;
  perspective: 250px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
}

.ui-snippets-grid.demos {
  justify-items: center;
}

.ui-snippets-grid.wide {
  width: 100%;
}

.snippet-author {
  align-items: center;
  display: flex;
}

.ui-snippet-icon-title {
  display: flex;
}

.ui-snippet-icon-title-image {
  margin-right: 7px;
}

.ui-snippet-metric {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

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

.ui-snippet-badge {
  background-color: var(--grey-4);
  text-transform: uppercase;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 10px;
  font-weight: 700;
  line-height: 22px;
}

.ui-snippet-portrait-image {
  width: 40%;
}

.ui-snippet-body {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 21px;
  display: flex;
}

.ui-snippet-body.align-contents-left {
  align-items: flex-start;
}

.ui-snippet-button {
  background-color: var(--grey-1);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  padding: 4px 14px;
  font-weight: 600;
}

.ui-snippet-button.bg-grey-4 {
  background-color: var(--grey-4);
  color: var(--grey-1);
}

.ui-snippet-buttons-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  margin-top: 21px;
}

.ui-snippet-row-contents {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.ui-snippet-header {
  background-color: var(--grey-1);
  color: var(--white);
  padding: 21px;
}

.ui-snippet-grid-halves {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
}

.ui-snippet-landscape-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-height: 105px;
}

.ui-snippets {
  grid-column-gap: 56px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
}

.snippets-overlay {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.snippets-overlay.bottom {
  justify-content: center;
  bottom: 56px;
}

.snippets-overlay.top {
  top: 28px;
}

.snippets-overlay.bottom-right {
  width: auto;
  bottom: -28px;
  right: -28px;
}

.snippets-overlay.over-background-image {
  flex-direction: column;
  width: auto;
  min-width: 259px;
  top: 40%;
  right: 56px;
}

.snippets-overlay.over-portrait-image {
  width: auto;
  bottom: 56px;
  right: 56px;
}

.grid-right-larger {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 6fr;
  place-items: center;
}

.price-summary {
  align-items: stretch;
  display: flex;
}

.price {
  margin-top: 7px;
}

.price-divider {
  background-color: var(--grey-4);
  width: 2px;
  margin-left: 28px;
  margin-right: 28px;
}

.container-large {
  width: 100%;
  max-width: 784px;
}

.container-large.align-center.justify-content-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-large.adjacent-to-logo {
  flex: 1;
  margin-left: 56px;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  margin-bottom: 56px;
}

.section-title.increased-margin {
  margin-bottom: 84px;
}

.section-title.reduced-margin {
  margin-bottom: 35px;
}

.subheading {
  margin-bottom: 14px;
}

.subheading.text-red-mt {
  color: #ff2d55;
}

.horizontal-snippets-wrapper {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-snippet-wrapper {
  margin-left: 28px;
  margin-right: 28px;
}

.highlighted-text {
  margin-bottom: 0;
}

.highlighted-text.display-heading {
  margin-bottom: 0;
  font-family: Alumni Sans SC, sans-serif;
  font-size: 112px;
  font-weight: 600;
  line-height: .8em;
}

.highlighted-text.display-heading.text-white-1, .highlighted-text.display-heading.text-black {
  font-family: Alumni Sans SC, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: .8em;
}

.highlighted-text.text-white-1 {
  font-family: Alumni Sans SC, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: .8em;
}

.highlighted-text.large-heading {
  margin-bottom: 0;
}

.highlighted-text.large-heading.text-white-1 {
  color: var(--white);
}

.highlighted-text.large-heading.text-white-mt2 {
  color: var(--white);
  font-family: Alumni Sans SC, sans-serif;
  font-size: 90px;
  font-weight: 600;
}

.highlighted-text.large-heading.text-white-1-mt {
  color: var(--white);
  font-size: 90px;
}

.highlighted-text.medium-heading {
  margin-bottom: 0;
}

.highlighted-text.medium-heading.text-white-mt, .highlighted-text.medium-heading.text-white-mt2 {
  color: var(--white);
  font-size: 80px;
}

.highlighted-text.text-white-mt2 {
  color: var(--white);
  font-family: Alumni Sans SC, sans-serif;
  font-size: 63px;
  font-weight: 600;
  line-height: .8em;
}

.highlighted-text.text-white-1-mt, .highlighted-text.text-white-1-w-mt {
  color: var(--white);
  font-family: Alumni Sans SC, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: .8em;
}

.highlighted-text.text-white-1-mt {
  font-family: Alumni Sans SC, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: .8em;
}

.highlighted-text.text-white-mt4, .highlighted-text.text-white-2-mt {
  color: var(--white);
  font-family: Alumni Sans SC, sans-serif;
  font-size: 63px;
  font-weight: 600;
  line-height: .8em;
}

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

.video-background-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox-link-over-image {
  z-index: 2;
  position: absolute;
}

.video-play-label {
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.video-play-label:hover {
  transform: scale(1.05);
}

.large-heading {
  color: var(--grey-1);
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: Antonio, sans-serif;
  font-size: 63px;
  font-weight: 700;
  line-height: 1.1em;
}

.large-heading.no-bottom-margin {
  margin-bottom: 0;
  font-family: Alumni Sans SC, sans-serif;
  font-size: 84px;
  font-weight: 600;
  line-height: .8em;
}

.large-heading.no-bottom-margin.text-white-1 {
  color: var(--white);
  font-family: Alumni Sans SC, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: .8em;
}

.large-heading.text-white-1 {
  color: var(--white);
  font-family: Alumni Sans SC, sans-serif;
  font-weight: 600;
  line-height: .8em;
}

.large-heading.text-white-1.case-study-heading {
  margin-top: 35px;
}

.large-heading.metric-heading {
  margin-bottom: 21px;
}

.large-heading.metric-heading.text-white-1 {
  font-family: Antonio, sans-serif;
}

.video-play-icon {
  margin-right: 14px;
}

.video-background {
  z-index: 1;
  width: 100%;
  height: 663px;
}

.grid-halves {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

.grid-halves.stretch-children {
  align-items: stretch;
}

.grid-halves.align-top {
  align-items: start;
}

.grid-halves.features-grid {
  grid-row-gap: 70px;
}

.grid-halves.inside-container {
  align-items: start;
}

.section-bg {
  opacity: .6;
  object-fit: cover;
  width: 100%;
  max-width: 1680px;
  height: 100%;
  position: absolute;
  top: 0;
}

.section-bg.flip-y {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.section-bg.faded {
  opacity: .3;
}

.grid-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 474px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-section.halves {
  grid-template-columns: 1fr 1fr;
}

.grid-section.map-section {
  grid-template-columns: 1fr 474px;
}

.form-success {
  color: var(--white-2);
  background-color: #163d08;
  border-radius: 4px;
  padding: 21px;
  font-size: 16px;
  line-height: 24px;
}

.form-error {
  color: var(--white-2);
  background-color: #500808;
  border-radius: 4px;
  margin-top: 14px;
  padding: 21px;
  font-size: 16px;
  line-height: 24px;
}

.form-horizontal {
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.form-horizontal-input-group {
  flex: 1;
  margin-right: 14px;
}

.hero-grid-thirds {
  grid-column-gap: 56px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  max-width: 1099px;
  margin-left: auto;
  margin-right: auto;
}

.rounded-image {
  border-radius: 4px;
}

.button-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-section {
  border-bottom: 1px solid var(--grey-4);
  padding-top: 56px;
  padding-bottom: 56px;
}

.medium-heading {
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-bottom: 21px;
  font-family: Alumni Sans SC, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: .8em;
}

.medium-heading.text-white-1 {
  font-family: Alumni Sans SC, sans-serif;
  font-weight: 600;
}

.medium-heading.no-bottom-margin {
  margin-bottom: 0;
}

.medium-heading.no-bottom-margin.text-red-mt {
  color: #ff2d55;
}

.medium-heading.text-white-mt4 {
  font-family: Alumni Sans SC, sans-serif;
  font-weight: 600;
}

.cover-image {
  object-fit: cover;
  display: block;
}

.cover-image.restricted-height {
  min-width: 100%;
  min-height: 100%;
  max-height: 776px;
}

.parallax-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vertical-grid {
  grid-row-gap: 35px;
  perspective: 250px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.vertical-grid.increased-gaps {
  grid-row-gap: 56px;
}

.vertical-grid.increased-gaps.process-grid {
  justify-items: center;
}

.vertical-grid.decreased-gaps {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-divider {
  background-color: var(--grey-4);
  width: 100%;
  height: 1px;
}

.horizontal-divider.above-content {
  margin-bottom: 56px;
}

.horizontal-divider.bg-white-3 {
  background-color: var(--white-3);
}

.horizontal-divider.flanked {
  margin-top: 28px;
  margin-bottom: 28px;
}

.quote-over-image {
  padding: 0 42px 42px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ui-snippet-container {
  background-color: var(--grey-5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 469px;
  padding: 21px;
  display: flex;
}

.ui-snippet-container.increased-height {
  border-radius: 12px;
  min-height: 574px;
  position: relative;
  overflow: hidden;
}

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

.grid-thirds.card-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-columns: 1fr 1fr 1fr;
}

.arrow-link {
  align-items: center;
  display: flex;
}

.arrow-link.below-text {
  margin-top: 21px;
}

.arrow-link-icon {
  margin-left: 7px;
}

.scrolling-headline-row {
  align-items: center;
  display: flex;
  position: relative;
}

.scrolling-headlines-container {
  flex: 1;
  align-items: center;
  min-height: 490px;
  margin-left: 35px;
  display: flex;
  position: relative;
}

.scrolling-headlines {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.scrolling-headline-item {
  background-color: var(--grey-1);
  border-radius: 4px;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-bottom: 9px;
  padding-left: 14px;
  padding-right: 14px;
}

.scrolling-headline-substitute {
  display: none;
}

.container-image-square {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 574px;
}

.contained-section {
  background-color: var(--grey-5);
  padding: 28px 28px 56px;
}

.logo-with-text-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  flex: none;
}

.supplemental-links {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  display: grid;
}

.composed-images {
  background-color: var(--grey-5);
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 574px;
  padding: 56px;
  display: flex;
  position: relative;
}

.composed-image-a {
  width: 100%;
  max-width: 282px;
}

.composed-image-b {
  object-fit: cover;
  width: 224px;
  height: 224px;
  position: absolute;
  bottom: 56px;
  right: 56px;
}

.ui-snippet-container-bg {
  filter: blur(10px);
  object-fit: cover;
  width: 110%;
  max-width: none;
  height: 110%;
  position: absolute;
}

.feature-grid-halves {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 49px;
  margin-bottom: 49px;
  display: flex;
}

.logo-row.align-left {
  justify-content: flex-start;
  margin-top: 21px;
  margin-bottom: 0;
  margin-left: -14px;
}

.logo-row-item {
  opacity: .5;
  margin: 7px 28px;
}

.logo-row-item.reduced-margin {
  margin-left: 14px;
  margin-right: 14px;
}

.inline-highlighted-text {
  background-color: var(--white);
  color: var(--grey-1);
  border-radius: 4px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 5px 7px 7px;
  display: inline-block;
}

.image-fifths-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.contained-section-with-background {
  position: relative;
}

.contained-section-background {
  object-fit: cover;
  min-width: 100%;
  max-height: 636px;
}

.card-over-image {
  z-index: 2;
  position: absolute;
  bottom: 28px;
  left: 28px;
}

.card {
  background-color: var(--white);
  color: var(--grey-3);
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  height: 320px;
  padding: 28px;
  display: flex;
  box-shadow: 0 0 21px #0000000d;
}

.card.increased-padding {
  padding: 35px;
}

.card.increased-vertical-padding {
  height: 350px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.horizontal-icon-title {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 56px;
  display: flex;
}

.horizontal-icon-title-heading {
  flex: 1;
  margin-bottom: 0;
  margin-right: 56px;
}

.icon-above-heading {
  margin-bottom: 21px;
}

.icon-above-heading.increased-size {
  min-height: 56px;
}

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

.supplemental-text {
  border-top: 1px solid var(--grey-4);
  margin-top: 28px;
  padding-top: 28px;
}

.composed-ui-snippets {
  padding-top: 28px;
  position: relative;
}

.video-wrapper {
  background-color: var(--grey-1);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-wrapper-image {
  opacity: .65;
}

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

.justify-content-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.metric-grid-horizontal {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-video-link {
  background-color: var(--grey-1);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  width: 100%;
  padding: 14px 14px 21px;
  transition: transform .2s;
  display: flex;
}

.large-video-link:hover {
  transform: scale(1.05);
}

.quote-circle {
  background-color: var(--grey-4);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 21px;
  display: flex;
}

.quote-circle.bg-white-3 {
  background-color: var(--white-3);
}

.quote-author {
  margin-top: 21px;
}

.timeline-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeilne-row-badge-container {
  padding-left: 28px;
  display: flex;
}

.timeilne-row-badge-container.align-contents-center {
  justify-content: center;
}

.timeilne-row-badge-container.hide {
  opacity: 0;
}

.timeilne-row-badge-container.column {
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
  padding-left: 0;
}

.timeilne-row-badge-container.column.align-contents-center {
  justify-content: flex-end;
  align-items: flex-start;
}

.timeline-row-line-container {
  align-items: center;
  margin-top: 14px;
  margin-bottom: 21px;
  display: flex;
}

.timeline-row-line-container.column {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 28px;
}

.timeline-dot {
  border: 1px solid var(--grey-4);
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.timeline-dot.bg-grey-1 {
  border-color: var(--grey-1);
}

.timeline-row-line {
  background-color: var(--grey-4);
  flex: 1;
  height: 1px;
}

.timeline-row-line.column {
  width: 1px;
}

.timeline-row-text {
  padding-bottom: 56px;
  padding-left: 28px;
}

.timeline-row-item.column {
  display: flex;
}

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

.number-circle {
  background-color: var(--grey-1);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  font-weight: 600;
  display: flex;
}

.number-circle.horizontal-item {
  flex: none;
  margin-bottom: 0;
  margin-right: 14px;
}

.number-circle.horizontal-item.bg-white-3, .number-circle.bg-white-3 {
  background-color: var(--white-3);
}

.process-tabs {
  background-color: var(--grey-5);
  flex-direction: column-reverse;
  padding: 84px 56px 56px;
  display: flex;
}

.process-tab-body {
  margin-bottom: 56px;
  padding: 0;
}

.process-tabs-menu {
  justify-content: center;
  display: flex;
}

.process-tab-circle {
  background-color: var(--grey-1);
  opacity: .5;
  cursor: pointer;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 0;
  transition: border-color .2s, transform .2s;
}

.process-tab-circle:hover {
  opacity: .75;
  transform: scale(1.1);
}

.process-tab-circle.w--current {
  background-color: var(--grey-1);
  opacity: 1;
  transition: opacity .2s, border-color .2s, transform .2s;
  transform: scale(1.4);
}

.process-item {
  align-items: center;
  display: flex;
}

.process-covers {
  text-align: left;
  position: relative;
}

.process-cover {
  background-color: var(--grey-5);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  padding: 84px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 28px 28px #00000005;
}

.pricing-grid-thirds {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-plan {
  background-color: var(--white);
  border-radius: 4px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 21px #0000000d;
}

.pricing-plan-header {
  background-color: var(--grey-1);
  color: var(--white);
  padding: 35px;
}

.pricing-plan-header.grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 56px;
  display: grid;
}

.pricing-body {
  padding: 35px;
}

.pricing-body.grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 84px;
  display: grid;
}

.pricing-list {
  grid-row-gap: 14px;
}

.pricing-button-container {
  flex-direction: column;
  margin-top: 35px;
  display: flex;
}

.pricing-plan-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 8fr 4fr;
  overflow: hidden;
  box-shadow: 0 0 21px #0000000d;
}

.pricing-plan-grid.reverse-direction {
  grid-template-columns: 4fr 8fr;
}

.pricing-plan-grid-body {
  color: var(--grey-3);
  flex-direction: column;
  padding: 42px;
  display: flex;
}

.pricing-plan-grid-price {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  margin-top: 28px;
  display: flex;
}

.button-tabs {
  margin-bottom: 56px;
  margin-left: -7px;
  margin-right: -7px;
  display: flex;
}

.button-tabs.no-bottom-margin {
  margin-bottom: 0;
}

.button-tab {
  border: 1px solid var(--white-3);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  flex: 1;
  margin-left: 7px;
  margin-right: 7px;
  padding: 14px 28px;
  transition: background-color .2s, border-color .2s;
}

.button-tab:hover, .button-tab.w--current {
  background-color: var(--white-3);
  border-color: #0000;
}

.process-tabs-horizontal {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.process-tabs-horizontal-menu {
  flex-direction: column;
  width: 100%;
  max-width: 469px;
  display: flex;
}

.process-tabs-horizontal-content {
  flex: 1;
}

.process-tab-horizontal {
  opacity: .25;
  background-color: #0000;
  justify-content: center;
  padding: 28px 0;
  transition: opacity .2s;
  display: flex;
}

.process-tab-horizontal:hover {
  opacity: 1;
}

.process-tab-horizontal.w--current {
  opacity: 1;
  background-color: #0000;
}

.dropdown {
  z-index: 11;
}

.dropdown.w--open {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  border-radius: 4px;
  min-width: 180px;
  padding: 7px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 0 21px #0000000d;
}

.dropdown.wide.w--open {
  min-width: 390px;
}

.dropdown-link {
  opacity: .5;
  border-radius: 4px;
  width: 100%;
  padding: 10px 14px;
  transition: background-color .2s, opacity .2s;
  display: block;
}

.dropdown-link:hover {
  background-color: var(--grey-5);
  opacity: 1;
}

.dropdown-link.w--current {
  opacity: 1;
  color: var(--grey-1);
}

.dropdown-link.wide {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  opacity: 1;
  color: var(--grey-3);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 163px;
  padding: 14px;
  font-weight: 500;
  transition: border-color .2s, background-color .2s, opacity .2s;
  display: flex;
}

.dropdown-link.wide:hover {
  border-color: var(--grey-5);
  background-color: var(--grey-5);
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.dropdown-column {
  flex-direction: column;
  min-width: 180px;
  display: flex;
}

.dropdown-wide-container {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 7px;
  display: grid;
}

.dropdown-screen {
  z-index: 9;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar-demos {
  flex-direction: column-reverse;
  display: flex;
}

.navbar-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 76px;
  display: grid;
}

.footer-2-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  width: 100%;
}

.footer-logo-link {
  margin-bottom: 56px;
}

.footer-3-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  min-height: 207px;
}

.footer-large-links {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uppercase-footer-link {
  opacity: .5;
  text-transform: uppercase;
  margin-left: 35px;
  font-family: Antonio, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1em;
  transition: opacity .2s;
}

.uppercase-footer-link:hover {
  opacity: 1;
}

.footer-small-links {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-3-right {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-small-link {
  opacity: .5;
  margin-left: 28px;
  font-size: 14px;
  line-height: 24px;
  transition: opacity .2s;
}

.footer-small-link:hover {
  opacity: 1;
}

.case-study-logo-wrapper {
  background-color: var(--white);
  border-radius: 4px;
  padding: 21px 28px;
}

.case-study-logo-wrapper.over-image {
  position: absolute;
  box-shadow: 0 0 21px #0000001a;
}

.case-study-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 259px 1fr;
  align-items: start;
}

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

.article h3 {
  margin-top: 56px;
  margin-bottom: 21px;
}

.article h4 {
  margin-top: 35px;
  margin-bottom: 21px;
}

.article ul {
  grid-row-gap: 14px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.case-study-details {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: sticky;
  top: 56px;
}

.empty-state {
  background-color: var(--grey-4);
  text-align: center;
  padding: 14px;
}

.case-study-grid-wide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 679px;
  overflow: hidden;
  box-shadow: 0 0 21px #0000000d;
}

.case-study-wide-title {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 56px;
  display: grid;
}

.case-study-grid-thirds {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms-link {
  border-radius: 4px;
  flex-direction: column;
  height: 100%;
  font-weight: 500;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 21px #0000000d;
}

.cms-link:hover {
  transform: translate(0, -14px);
  box-shadow: 0 14px 28px #0000000d;
}

.case-study-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-study-image-short {
  object-fit: cover;
  width: 100%;
  max-height: 364px;
}

.teamn-member-card-image {
  object-fit: cover;
  width: 100%;
  max-height: 459px;
}

.full-width-link {
  background-color: var(--grey-1);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 28px;
  display: flex;
}

.back-icon {
  margin-right: 7px;
}

.team-member-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 364px 1fr;
}

.team-member-social {
  align-items: center;
  display: flex;
}

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

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

.career-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-top: 1px solid var(--grey-4);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
  display: grid;
}

.career-row.no-border {
  border-top-style: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.job-meta-row {
  display: flex;
}

.career-policy {
  border-top: 1px solid var(--grey-4);
  margin-top: 28px;
  padding-top: 28px;
}

.blog-post-meta {
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.blog-post-meta.below-text {
  align-items: center;
  margin-top: 21px;
}

.post-date {
  margin-left: 14px;
}

.button-tab-wrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.blog-grid-thirds {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-collection-item {
  display: flex;
}

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

.fullscreen-section.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grey-5);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.fullscreen-section.grid.bg-grey-1 {
  background-color: var(--grey-1);
}

.fullscreen-section.align-center {
  background-color: var(--grey-5);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.account-testimonial-wrapper {
  background-color: var(--grey-1);
  color: var(--white-2);
  flex-direction: column;
  justify-content: space-between;
  padding: 56px;
  display: flex;
}

.avatar {
  border-radius: 50%;
  width: 112px;
  margin-bottom: 21px;
}

.account-testimonial {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.form-grid-halves {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
}

.account-image {
  object-fit: cover;
  flex: 1;
  max-height: 100vh;
}

.account-image-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.image-scrim {
  background-image: linear-gradient(#0000, #000000bf);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
}

.form-label-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.search-result-list {
  grid-column-gap: 28px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-paragraph {
  margin-bottom: 0;
}

.fullwidth-image {
  object-fit: cover;
  width: 100%;
  max-width: 1680px;
  max-height: 650px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.map-container {
  flex-direction: column;
  display: flex;
}

.map {
  flex: 1;
  width: 100%;
  min-height: 350px;
}

.contact-method {
  display: flex;
}

.contact-methods {
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.snippet-overlay {
  z-index: 2;
  justify-content: flex-end;
  min-width: 364px;
  display: flex;
  position: absolute;
  bottom: 56px;
  right: 56px;
}

.section-screenshot {
  border-radius: 4px;
  max-width: 75%;
}

.snippets-process-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.snippet-process-box {
  z-index: auto;
  perspective: 250px;
  background-color: #fff0;
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  margin-bottom: 28px;
  padding: 21px;
  display: flex;
  position: static;
  overflow: hidden;
  transform: rotate(4deg);
}

.page-screenshot {
  transform-style: preserve-3d;
  border-radius: 2px;
  max-width: 70%;
  position: absolute;
  top: 28px;
  transform: rotateX(6deg)rotateY(0)rotateZ(0);
  box-shadow: 0 0 28px #00000080;
}

.demos-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
}

.demo-link {
  background-color: var(--grey-5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 524px;
  padding: 56px;
  display: flex;
}

.demo-screenshot {
  border-radius: 2px;
  margin-bottom: 28px;
  display: block;
  box-shadow: 0 7px 28px #0000001a;
}

.demo-screenshot.no-bottom-margin {
  margin-bottom: 0;
}

.scrolling-snippet-container {
  background-color: #ffffff1a;
  justify-content: center;
  align-items: center;
  height: 574px;
  display: flex;
  overflow: hidden;
}

.license-link {
  background-color: var(--grey-1);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.license-image {
  opacity: .5;
}

.license-text, .figma-badge {
  position: absolute;
}

.boxed {
  background-color: #ffffff0d;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  padding: 56px;
  display: flex;
  position: relative;
}

.figma-screenshot {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-plan-grid-mt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 8fr;
  overflow: hidden;
  box-shadow: 0 0 21px #0000000d;
}

.pricing-plan-grid-mt.reverse-direction {
  grid-template-columns: 4fr 8fr;
}

.section-2 {
  padding-top: 0;
  padding-bottom: 112px;
  position: relative;
}

.section-2.bg-grey-1 {
  color: var(--white-2);
}

.section-2.overflow-hidden {
  max-width: 100%;
  overflow: hidden;
}

.section-2.has-background {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-2.has-background.scrolling-headline-section {
  background-color: var(--grey-1);
}

.section-2.reduced-padding {
  padding-top: 84px;
  padding-bottom: 84px;
}

.section-2.no-bottom-padding {
  padding-bottom: 0;
}

.section-2.reduced-bottom-padding {
  padding-bottom: 56px;
}

.section-2.border-top {
  border-top: 1px solid var(--grey-4);
}

.text-span {
  color: #08f;
}

.text-span-2 {
  color: #ff2d55;
  font-family: Antonio, sans-serif;
  font-size: 64px;
}

.text-span-3 {
  color: #08f;
}

.ui-snippet-mt {
  background-color: var(--white);
  border-radius: 4px;
  padding: 21px;
  font-size: 12px;
  line-height: 20px;
  box-shadow: 0 7px 28px #00000026;
}

.ui-snippet-mt.reduced-padding {
  opacity: .51;
  color: var(--grey-3);
  margin-left: 15px;
  margin-right: 15px;
  padding: 14px;
}

.ui-snippet-mt.bg-grey-1 {
  background-color: var(--grey-1);
}

.ui-snippet-mt.row {
  padding: 0;
  display: flex;
  overflow: hidden;
}

.ui-snippet-mt.wrapper {
  flex-direction: column;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.ui-snippet-mt.wrapper.above-text {
  margin-bottom: 42px;
}

.container-large-mt {
  width: 100%;
  max-width: 930px;
}

.container-large-mt.align-center {
  max-width: 1000px;
}

.container-large-mt.align-center.justify-content-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-large-mt.adjacent-to-logo {
  flex: 1;
  margin-left: 56px;
}

.grid-thirds-mt2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-thirds-mt2.card-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
}

.subheading-mt {
  color: var(--white);
  margin-bottom: 14px;
}

.no-bottom-margin-mt {
  color: var(--white);
  margin-bottom: 0;
  font-family: Alumni Sans SC, sans-serif;
  font-weight: 600;
  line-height: .8em;
}

.highlighted-text-container-mt {
  perspective: 250px;
  color: var(--white);
  background-color: #ff2d55;
  border-radius: 4px;
  margin-top: 4px;
  padding: 2px 14px;
  display: inline-block;
  overflow: hidden;
}

.highlighted-text-container-mt.bg-white-1 {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.highlighted-text-container-mt.rotate {
  transform: rotate(0);
}

.highlighted-text-container-mt.bg-white-3 {
  background-color: var(--white-3);
}

.highlighted-text-container-mt.reduced-padding {
  padding-bottom: 4px;
  padding-left: 7px;
  padding-right: 7px;
}

.text-span-4 {
  color: #08f;
}

.text-span-5 {
  color: #ff2d55;
}

.text-span-6, .text-span-7 {
  color: #08f;
}

.text-span-8, .text-span-9 {
  color: #ff2d55;
}

.pricing-plan-grid-m2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  overflow: hidden;
  box-shadow: 0 0 21px #0000000d;
}

.pricing-plan-grid-m2.reverse-direction {
  grid-template-columns: 4fr 8fr;
}

.section-mt3 {
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section-mt3.bg-grey-1 {
  color: var(--white-2);
}

.section-mt3.overflow-hidden {
  max-width: 100%;
  overflow: hidden;
}

.section-mt3.has-background {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-mt3.has-background.scrolling-headline-section {
  background-color: var(--grey-1);
}

.section-mt3.reduced-padding {
  padding-top: 84px;
  padding-bottom: 84px;
}

.section-mt3.no-bottom-padding {
  padding-bottom: 0;
}

.section-mt3.reduced-bottom-padding {
  padding-bottom: 56px;
}

.section-mt3.border-top {
  border-top: 1px solid var(--grey-4);
}

.section-mt3.bg-blue-mt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white-2);
  background-color: #08f;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cover-image-mt {
  text-align: left;
  object-fit: cover;
  display: block;
}

.cover-image-mt.restricted-height {
  min-width: 100%;
  min-height: 100%;
  max-height: 776px;
}

.text-span-10 {
  color: #08f;
}

.text-span-11 {
  color: #ff2d55;
}

.container-small-mt {
  color: var(--white);
  flex: none;
  width: 100%;
  max-width: 364px;
  position: relative;
}

.container-small-mt.reduced-width {
  max-width: 259px;
}

.container-small-mt.reduced-width.horizontal-snippet-wrapper {
  width: 259px;
}

.container-small-mt.horizontal-snippet-wrapper {
  flex: none;
  width: 364px;
  max-width: none;
  margin-left: 28px;
  margin-right: 28px;
}

.container-small-mt.composed-ui-snippet-b {
  position: absolute;
  top: 0;
  right: 0;
}

.container-small-mt.snippet-process-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.card-mt {
  background-color: var(--white);
  color: var(--grey-3);
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  height: 320px;
  padding: 28px;
  display: flex;
  box-shadow: 0 0 21px #0000000d;
}

.card-mt.increased-padding {
  padding: 35px;
}

.card-mt.increased-vertical-padding {
  background-color: #ff2d55;
  height: auto;
  padding-top: 56px;
  padding-bottom: 56px;
}

.justify-content-left-mt {
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.small-text-mt {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.small-text-mt.text-white-1 {
  width: 550px;
}

.small-text-mt.post-summary {
  flex: 1;
}

.pricing-plan-header-mt {
  background-color: var(--grey-1);
  color: var(--white);
  padding: 35px;
}

.pricing-plan-header-mt.grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: var(--white-2);
  background-color: #ff2d55;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 56px;
  display: grid;
}

.text-span-12, .text-span-13, .text-span-14 {
  color: var(--white);
}

.pricing-body-mt {
  padding: 35px;
}

.pricing-body-mt.grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  color: var(--grey-3);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 84px;
  display: grid;
}

.text-span-15 {
  color: #08f;
}

.text-span-16 {
  color: #ff2d55;
}

.container-mt2 {
  max-width: 800px;
}

.section-mt4 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-mt4.bg-grey-1 {
  color: var(--white-2);
}

.section-mt4.overflow-hidden {
  max-width: 100%;
  overflow: hidden;
}

.section-mt4.has-background {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-mt4.has-background.scrolling-headline-section {
  background-color: var(--grey-1);
}

.section-mt4.reduced-padding {
  padding-top: 84px;
  padding-bottom: 84px;
}

.section-mt4.no-bottom-padding {
  padding-bottom: 0;
}

.section-mt4.reduced-bottom-padding {
  padding-bottom: 56px;
}

.section-mt4.border-top {
  border-top: 1px solid var(--grey-4);
}

.section-mt4.bg-blue-mt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white-2);
  background-color: #08f;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ui-snippet-mt2 {
  background-color: var(--white);
  border-radius: 4px;
  padding: 21px;
  font-size: 12px;
  line-height: 20px;
  box-shadow: 0 7px 28px #00000026;
}

.ui-snippet-mt2.reduced-padding {
  box-shadow: none;
  color: var(--grey-3);
  background-color: #fff0;
  padding: 14px;
  transform: rotate(4deg);
}

.ui-snippet-mt2.bg-grey-1 {
  background-color: var(--grey-1);
}

.ui-snippet-mt2.row {
  padding: 0;
  display: flex;
  overflow: hidden;
}

.ui-snippet-mt2.wrapper {
  flex-direction: column;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.ui-snippet-mt2.wrapper.above-text {
  margin-bottom: 42px;
}

.section-title-mt2 {
  margin-bottom: 0;
}

.section-title-mt2.increased-margin {
  margin-bottom: 84px;
}

.section-title-mt2.reduced-margin {
  margin-bottom: 35px;
}

.section-title-mt2.increased-margin-mt2 {
  margin-bottom: 0;
}

.container-large-mt2 {
  width: 100%;
  max-width: 784px;
}

.container-large-mt2.align-center {
  max-width: 1030px;
}

.container-large-mt2.align-center.justify-content-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-large-mt2.adjacent-to-logo {
  flex: 1;
  margin-left: 56px;
}

.container-mt3 {
  max-width: 800px;
}

.container-mt3.align-center {
  max-width: 900px;
}

.article-mt2 {
  color: var(--grey-4);
}

.article-mt2 h3 {
  color: var(--white);
  margin-top: 56px;
  margin-bottom: 21px;
}

.article-mt2 h4 {
  margin-top: 35px;
  margin-bottom: 21px;
}

.article-mt2 ul {
  grid-row-gap: 14px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.section-no-top-padding {
  padding-top: 0;
  padding-bottom: 112px;
  position: relative;
}

.section-no-top-padding.bg-grey-1 {
  color: var(--white-2);
}

.section-no-top-padding.overflow-hidden {
  max-width: 100%;
  overflow: hidden;
}

.section-no-top-padding.has-background {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-no-top-padding.has-background.scrolling-headline-section {
  background-color: var(--grey-1);
}

.section-no-top-padding.reduced-padding {
  padding-top: 84px;
  padding-bottom: 84px;
}

.section-no-top-padding.no-bottom-padding {
  padding-bottom: 0;
}

.section-no-top-padding.reduced-bottom-padding {
  padding-bottom: 56px;
}

.section-no-top-padding.border-top {
  border-top: 1px solid var(--grey-4);
}

.section-no-top-padding.bg-blue-mt {
  color: var(--white-2);
  background-color: #08f;
}

.container-mt2-copy {
  max-width: 800px;
}

.container-mt2-copy._4 {
  max-width: 700px;
}

.display-heading-w {
  color: var(--grey-1);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: Antonio, sans-serif;
  font-size: 84px;
  font-weight: 700;
  line-height: 1.1em;
}

.display-heading-w.no-bottom-margin {
  color: var(--white);
  margin-bottom: 0;
  font-family: Alumni Sans SC, sans-serif;
  font-weight: 600;
  line-height: .8em;
}

.display-heading-w.no-bottom-margin.text-white-1 {
  padding-bottom: 0;
  font-size: 112px;
  font-weight: 600;
  line-height: .8em;
}

.display-heading-w.metric-heading {
  margin-bottom: 21px;
}

.highlighted-text-container-w {
  background-color: var(--white);
  perspective: 250px;
  color: var(--white);
  border-radius: 4px;
  margin-top: 4px;
  padding: 2px 14px;
  display: inline-block;
  overflow: hidden;
}

.highlighted-text-container-w.bg-white-1 {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.highlighted-text-container-w.rotate {
  transform: rotate(0);
}

.highlighted-text-container-w.bg-white-3 {
  background-color: var(--white-3);
}

.highlighted-text-container-w.reduced-padding {
  padding: 4px 7px;
}

.text-span-17 {
  color: #ff2d55;
}

.button-blue {
  color: #fff;
  text-align: center;
  background-color: #08f;
  border-radius: 4px;
  padding: 18px 56px;
  font-weight: 600;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: relative;
  overflow: hidden;
}

.button-blue:hover {
  transform: scale(1.04);
}

.button-blue.small {
  padding: 12px 21px;
  font-size: 16px;
  line-height: 24px;
}

.button-blue.small.bg-grey-4 {
  color: var(--grey-1);
}

.button-blue.small.wide {
  width: 100%;
}

.button-blue.small.outline {
  border: 1px solid var(--grey-4);
  color: var(--grey-1);
  background-color: #0000;
}

.button-blue.adjacent-to-input {
  flex: none;
  margin-left: 14px;
}

.button-blue.bg-white-1 {
  background-color: var(--white);
  color: var(--grey-1);
}

.button-blue.button-row-element {
  margin-left: 7px;
  margin-right: 7px;
}

.button-blue.bg-grey-4 {
  color: var(--grey-1);
}

.text-span-18, .text-span-19, .text-span-20 {
  color: var(--white);
}

.text-span-21 {
  color: #08f;
}

.head-text-w {
  color: var(--white);
}

.highlighted-text-container-mt-blue {
  perspective: 250px;
  color: var(--white);
  background-color: #08f;
  border-radius: 4px;
  margin-top: 4px;
  padding: 2px 14px;
  display: inline-block;
  overflow: hidden;
}

.highlighted-text-container-mt-blue.bg-white-1 {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.highlighted-text-container-mt-blue.rotate {
  transform: rotate(0);
}

.highlighted-text-container-mt-blue.bg-white-3 {
  background-color: var(--white-3);
}

.highlighted-text-container-mt-blue.reduced-padding {
  padding-bottom: 4px;
  padding-left: 7px;
  padding-right: 7px;
}

.pricing-plan-header-mt-blue {
  background-color: var(--grey-1);
  color: var(--white);
  padding: 35px;
}

.pricing-plan-header-mt-blue.grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: var(--white-2);
  background-color: #08f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 56px;
  display: grid;
}

.text-span-22 {
  color: #ff2d55;
}

.container-mt-sl2 {
  width: 100%;
  max-width: 550px;
  position: relative;
}

.container-mt-sl2.increased-width {
  max-width: 574px;
}

.container-mt-sl2.increased-width.align-contents-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-mt-sl2.containes-section-image {
  flex-direction: row;
  display: flex;
}

.container-mt-sl2.vertical-column {
  flex-direction: column;
  display: flex;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30 {
  color: #ff2d55;
}

.highlighted-text-mt-w {
  color: var(--white);
  margin-bottom: 0;
  font-family: Alumni Sans SC, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: .8em;
}

.highlighted-text-mt-w.display-heading {
  margin-bottom: 0;
  font-family: Alumni Sans SC, sans-serif;
  font-size: 112px;
  font-weight: 600;
  line-height: .8em;
}

.highlighted-text-mt-w.display-heading.text-white-1, .highlighted-text-mt-w.display-heading.text-black {
  font-family: Alumni Sans SC, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: .8em;
}

.highlighted-text-mt-w.text-white-1 {
  font-family: Alumni Sans SC, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: .8em;
}

.highlighted-text-mt-w.large-heading {
  margin-bottom: 0;
}

.highlighted-text-mt-w.large-heading.text-white-1 {
  color: var(--white);
}

.highlighted-text-mt-w.medium-heading {
  margin-bottom: 0;
}

.highlighted-text-mt-w.text-white-1-mt {
  font-family: Alumni Sans SC, sans-serif;
  font-size: 63px;
  font-weight: 600;
  line-height: .8em;
}

.heading-mt {
  font-family: Alumni Sans SC, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: .8em;
}

.text-span-31, .text-span-32 {
  color: #08f;
}

.text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37 {
  color: #ff2d55;
}

.text-span-38, .text-span-39, .text-span-40, .text-span-41 {
  color: #08f;
}

.text-grey-4-mt, .article-partner-mt {
  color: var(--grey-4);
}

.article-partner-mt h3 {
  color: #ff2d55;
  margin-top: 56px;
  margin-bottom: 21px;
}

.article-partner-mt h4 {
  margin-top: 35px;
  margin-bottom: 21px;
}

.article-partner-mt ul {
  grid-row-gap: 14px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.text-footer-mt {
  color: var(--white-2);
  font-family: Alumni Sans SC, sans-serif;
  font-weight: 600;
}

.footer-small-link-mt {
  opacity: .5;
  color: var(--white-2);
  margin-left: 28px;
  font-size: 14px;
  line-height: 24px;
  transition: opacity .2s;
}

.footer-small-link-mt:hover {
  opacity: 1;
}

.heading, .heading-2 {
  font-family: Alumni Sans SC, sans-serif;
  font-weight: 600;
  line-height: .8em;
}

.section-screenshot-mt {
  border-radius: 18px;
  max-width: 100%;
}

.horizontal-snippets-wrapper-mt {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 112px;
  display: flex;
}

.nav-dropdown-toggle-2 {
  opacity: .5;
  color: #121212;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: opacity .2s;
  display: flex;
}

.nav-dropdown-toggle-2:hover {
  opacity: 1;
}

.dropdown-2 {
  z-index: 11;
}

.dropdown-2.w--open {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  min-width: 180px;
  padding: 7px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 0 21px #0000000d;
}

.dropdown-link-2 {
  opacity: .5;
  border-radius: 4px;
  width: 100%;
  padding: 10px 14px;
  transition: background-color .2s, opacity .2s;
  display: block;
}

.dropdown-link-2:hover {
  opacity: 1;
  background-color: #f4f4f4;
}

.dropdown-link-2.w--current {
  opacity: 1;
  color: #121212;
}

.heading-3 {
  font-family: Alumni Sans SC, sans-serif;
  font-weight: 600;
  line-height: .8em;
}

.container-small-mt3 {
  flex: none;
  width: 100%;
  max-width: 364px;
  position: relative;
}

.container-small-mt3.reduced-width {
  max-width: 259px;
}

.container-small-mt3.reduced-width.horizontal-snippet-wrapper {
  width: 259px;
}

.container-small-mt3.horizontal-snippet-wrapper {
  flex: none;
  width: 550px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container-small-mt3.composed-ui-snippet-b {
  position: absolute;
  top: 0;
  right: 0;
}

.container-small-mt3.snippet-process-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.review-mt1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: end stretch;
  display: block;
}

.popup-overlay {
  z-index: 1000;
  background-color: #181d2499;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-play-icon {
  width: 100%;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.popup-video-thumbnail {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
}

.popup-script {
  display: none;
}

.popup {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  max-width: 60rem;
  display: flex;
}

.popup-close-button {
  background-color: #181d24;
  border-radius: 5rem;
  margin-left: auto;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
}

.popup-close-overlay {
  position: absolute;
  inset: 0%;
}

.popup-play-link {
  opacity: .8;
  color: #bc82dc;
  width: 5rem;
  height: 5rem;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.popup-play-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.iframe-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  display: flex;
  position: relative;
}

.popup-play-link-overlay {
  justify-content: center;
  align-items: center;
  transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-2 {
  pointer-events: auto;
  color: #151515;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: #181d24;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin-top: 55px;
  padding: 26px 70px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94), transform .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  opacity: 1;
  transform: translate(0, -5px);
  box-shadow: 15px 15px 20px -17px #000000bf;
}

.text-button-on-dark {
  color: #f2f2f2;
}

.image {
  border-radius: 12px;
}

.extra-large-text-w-mt {
  color: var(--white);
  letter-spacing: -.01em;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.grid-halves-mt {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
}

.grid-halves-mt.stretch-children {
  align-items: stretch;
}

.grid-halves-mt.align-top {
  align-items: start;
}

.grid-halves-mt.features-grid {
  grid-column-gap: 10px;
  grid-row-gap: 70px;
}

.grid-halves-mt.inside-container {
  align-items: start;
}

.section-title-mt {
  margin-bottom: 0;
}

.section-title-mt.increased-margin {
  margin-bottom: 84px;
}

.section-title-mt.reduced-margin {
  margin-bottom: 35px;
}

.image-2 {
  border-radius: 12px;
}

.button-mt {
  background-color: var(--grey-1);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 56px;
  font-weight: 600;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-mt:hover {
  transform: scale(1.04);
}

.button-mt.small {
  padding: 12px 21px;
  font-size: 16px;
  line-height: 24px;
}

.button-mt.small.bg-grey-4 {
  color: var(--grey-1);
}

.button-mt.small.wide {
  width: 100%;
}

.button-mt.small.outline {
  border: 1px solid var(--grey-4);
  color: var(--grey-1);
  background-color: #0000;
}

.button-mt.adjacent-to-input {
  flex: none;
  margin-left: 14px;
}

.button-mt.bg-white-1 {
  background-color: var(--white);
  color: var(--grey-1);
}

.button-mt.button-row-element {
  margin-left: 7px;
  margin-right: 7px;
}

.button-mt.bg-grey-4 {
  color: var(--grey-1);
}

.button-mt.bg-red-mt {
  background-color: #ff2d55;
}

.button-mt.bg-blue-mt {
  background-color: #08f;
}

.nav-dropdown-toggle-3 {
  opacity: .5;
  color: #121212;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: opacity .2s;
  display: flex;
}

.nav-dropdown-toggle-3:hover {
  opacity: 1;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #121212;
  border-radius: 4px;
  padding: 18px 56px;
  font-weight: 600;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  transform: scale(1.04);
}

.button-3.small {
  padding: 12px 21px;
  font-size: 16px;
  line-height: 24px;
}

.button-3.small.bg-grey-4 {
  color: #121212;
}

.dropdown-3 {
  z-index: 11;
}

.dropdown-3.w--open {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  min-width: 180px;
  padding: 7px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 0 21px #0000000d;
}

.button-hover-element-2 {
  background-color: #fff3;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.button-hover-element-2.dark {
  background-color: #1212120d;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.nav-link-2 {
  opacity: .5;
  color: #121212;
  margin-left: 14px;
  margin-right: 14px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  transition: opacity .2s;
}

.nav-link-2:hover {
  opacity: 1;
}

.nav-link-2.w--current {
  opacity: 1;
  color: #121212;
}

.dropdown-link-3 {
  opacity: .5;
  border-radius: 4px;
  width: 100%;
  padding: 10px 14px;
  transition: background-color .2s, opacity .2s;
  display: block;
}

.dropdown-link-3:hover {
  opacity: 1;
  background-color: #f4f4f4;
}

.dropdown-link-3.w--current {
  opacity: 1;
  color: #121212;
}

.nav-dropdown-toggle-4 {
  opacity: .5;
  color: #121212;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: opacity .2s;
  display: flex;
}

.nav-dropdown-toggle-4:hover {
  opacity: 1;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #121212;
  border-radius: 4px;
  padding: 18px 56px;
  font-weight: 600;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-4:hover {
  transform: scale(1.04);
}

.button-4.small {
  padding: 12px 21px;
  font-size: 16px;
  line-height: 24px;
}

.button-4.small.bg-grey-4 {
  color: #121212;
}

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

.dropdown-4.w--open {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  min-width: 180px;
  padding: 7px;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 0 21px #0000000d;
}

.button-hover-element-3 {
  background-color: #fff3;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.button-hover-element-3.dark {
  background-color: #1212120d;
}

.text-white-w-mt {
  color: var(--white);
  font-family: Alumni Sans SC, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: .8em;
}

.text-white-w-mt.text-bold {
  font-weight: 600;
}

.text-white-mt {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: .8em;
}

.text-white-mt.text-bold {
  font-weight: 600;
}

.text-white-mt3 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: .8em;
}

.text-white-mt3.text-bold {
  font-weight: 600;
}

.card-mt2 {
  background-color: var(--white);
  color: var(--grey-3);
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  height: auto;
  padding: 28px;
  display: flex;
  box-shadow: 0 0 21px #0000000d;
}

.card-mt2.increased-padding {
  padding: 35px;
}

.card-mt2.increased-vertical-padding {
  height: 350px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.vertical-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.content---s {
  width: 100%;
  max-width: 412px;
}

.content---s.align-center {
  margin-left: auto;
  margin-right: auto;
}

.accordion-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 500;
  display: flex;
}

.accordion {
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.accordion.bento {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.section-3 {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 96px;
}

.accordion-icon {
  flex: none;
}

.container-2 {
  flex-flow: column;
  width: 100%;
  max-width: 1428px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.button-text-wrapper {
  z-index: 1;
  flex-flow: column;
  height: 1.4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content---l {
  width: 100%;
  max-width: 896px;
}

.content---l.align-center {
  margin-left: auto;
  margin-right: auto;
}

.heading-h2 {
  letter-spacing: -.02em;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15em;
}

.content---m {
  width: 100%;
  max-width: 800px;
  font-weight: 400;
}

.vertical-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.vertical-content.align-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.body-text {
  color: #0009;
}

.accordion-item {
  border-top: 1px solid #0000001a;
}

.accordion-item.padded {
  background-color: #f6f4f1;
  border-top-style: none;
  border-radius: 6px;
  padding-left: 24px;
  padding-right: 24px;
  transition: background-color .2s;
}

.accordion-item.padded:hover {
  background-color: #e8e6e3;
}

.accordion-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.accordion-content-wrapper {
  overflow: hidden;
}

.button-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  display: flex;
}

.button-5.outlined {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button-5.outlined:hover {
  color: #fff;
  background-color: #000;
  border-color: #0000;
}

.section-hide {
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
  overflow: hidden;
}

.section-hide.bg-grey-1 {
  color: var(--white-2);
}

.section-hide.overflow-hidden {
  max-width: 100%;
  overflow: hidden;
}

.section-hide.has-background {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-hide.has-background.scrolling-headline-section {
  background-color: var(--grey-1);
}

.section-hide.reduced-padding {
  padding-top: 84px;
  padding-bottom: 84px;
}

.section-hide.no-bottom-padding {
  padding-bottom: 0;
}

.section-hide.reduced-bottom-padding {
  padding-bottom: 56px;
}

.section-hide.border-top {
  border-top: 1px solid var(--grey-4);
}

.section-hide.bg-blue-mt {
  color: var(--white-2);
  background-color: #08f;
}

.text-span-42 {
  color: var(--grey-3);
  font-weight: 500;
}

.section-mt {
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.section-mt.bg-grey-5 {
  padding-bottom: 0;
}

.section-mt.bg-grey-1 {
  color: var(--white-2);
}

.section-mt.overflow-hidden {
  max-width: 100%;
  overflow: hidden;
}

.section-mt.has-background {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-mt.has-background.scrolling-headline-section {
  background-color: var(--grey-1);
}

.section-mt.reduced-padding {
  padding-top: 84px;
  padding-bottom: 84px;
}

.section-mt.no-bottom-padding {
  padding-bottom: 0;
}

.section-mt.reduced-bottom-padding {
  padding-bottom: 56px;
}

.section-mt.border-top {
  border-top: 1px solid var(--grey-4);
}

.section-mt.bg-blue-mt {
  color: var(--white-2);
  background-color: #08f;
}

.no-bottom-margin-mt2 {
  margin-bottom: 0;
  font-family: Alumni Sans SC, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: .8em;
}

.no-bottom-margin-mt2.text-white-1 {
  font-size: 80px;
}

.no-bottom-margin-mt2.text-white-2 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.no-bottom-margin-mt2.text-black-1 {
  color: var(--grey-1);
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.small-text-g {
  color: var(--grey-3);
  font-size: 16px;
  line-height: 24px;
}

.small-text-g.text-white-1 {
  width: 550px;
  font-size: 22px;
}

.small-text-g.post-summary {
  flex: 1;
}

.hide-element-mt {
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .style-guide-section {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 84px;
    padding-bottom: 112px;
  }

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

  .footer-menu-thirds {
    justify-items: center;
    max-width: 100%;
  }

  .footer-logo-contents {
    text-align: center;
    justify-items: center;
  }

  .footer-logo-contents.text-right {
    text-align: center;
  }

  .nav-link {
    margin: 14px 0;
  }

  .nav-dropdown-toggle {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--grey-4);
    background-color: var(--white);
    padding: 21px;
  }

  .nav-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-left-larger {
    grid-template-columns: 1fr;
  }

  .highlighted-heading-container.text-right {
    text-align: center;
    align-items: center;
  }

  .extra-large-text {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }

  .ui-snippets {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .snippets-overlay.over-background-image {
    display: none;
  }

  .grid-right-larger {
    grid-template-columns: 1fr;
  }

  .container-large.adjacent-to-logo {
    margin-top: 35px;
    margin-left: 0;
  }

  .section-title.grid-thirds-title {
    max-width: 469px;
    margin-left: auto;
    margin-right: auto;
  }

  .video-background {
    height: 440px;
  }

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

  .grid-halves.features-grid {
    grid-row-gap: 56px;
  }

  .grid-halves.inside-container {
    grid-row-gap: 35px;
    justify-items: stretch;
    max-width: 469px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves.short-grid {
    grid-row-gap: 35px;
  }

  .grid-section {
    grid-template-columns: 1fr;
    padding-top: 112px;
  }

  .grid-section.halves {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .grid-section.map-section {
    padding-top: 0;
  }

  .hero-grid-thirds {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .cover-image.restricted-height {
    max-height: 574px;
  }

  .grid-thirds {
    grid-template-columns: 1fr;
    max-width: 469px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.card-grid {
    grid-template-columns: 1fr;
  }

  .scrolling-headline-row {
    display: none;
  }

  .scrolling-headline-substitute {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contained-section {
    padding-top: 56px;
  }

  .logo-with-text-row {
    flex-direction: column;
    align-items: flex-start;
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-fifths-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .contained-section-with-background {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contained-section-background {
    margin-bottom: 56px;
  }

  .card-over-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .horizontal-icon-title {
    margin-bottom: 28px;
  }

  .grid-quarters {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
  }

  .timeline-row {
    grid-template-columns: 1fr;
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
  }

  .timeilne-row-badge-container {
    flex: none;
    justify-content: flex-end;
    align-items: flex-start;
    width: 25%;
    padding-left: 0;
  }

  .timeilne-row-badge-container.align-contents-center {
    justify-content: flex-end;
    align-items: center;
  }

  .timeline-row-line-container {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 28px;
  }

  .timeline-row-line {
    width: 1px;
  }

  .timeline-row-text {
    padding-bottom: 28px;
  }

  .timeline-row-item {
    align-items: stretch;
    display: flex;
  }

  .pricing-grid-thirds {
    grid-template-columns: 1fr;
    max-width: 469px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-body.grid {
    grid-template-columns: 1fr;
  }

  .pricing-plan-grid {
    grid-template-columns: 1fr;
    max-width: 469px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-plan-grid.reverse-direction {
    grid-template-columns: 8fr;
  }

  .process-tabs-horizontal {
    flex-direction: column;
    align-items: stretch;
  }

  .process-tabs-horizontal-menu {
    align-items: center;
    margin-bottom: 56px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-tab-horizontal {
    width: 100%;
  }

  .dropdown.w--open {
    box-shadow: none;
    border-style: none;
    padding: 0;
    position: relative;
  }

  .dropdown.wide.w--open {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    padding: 0;
    position: relative;
  }

  .dropdown-wide-container {
    grid-auto-columns: 1fr;
    margin: 0;
  }

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

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

  .footer-logo-link {
    margin-bottom: 28px;
  }

  .footer-3-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .uppercase-footer-link {
    margin-left: 14px;
    margin-right: 14px;
  }

  .footer-small-links {
    justify-content: center;
  }

  .footer-small-link {
    margin-top: 21px;
    margin-left: 14px;
    margin-right: 14px;
  }

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

  .article-container {
    max-width: 574px;
  }

  .case-study-details {
    width: 100%;
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .case-study-grid-wide {
    grid-template-columns: 1fr;
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
  }

  .case-study-grid-thirds, .team-member-grid {
    grid-template-columns: 1fr;
    max-width: 469px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-grid-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .fullscreen-section.grid {
    grid-template-columns: 1fr;
  }

  .account-testimonial {
    margin-bottom: 56px;
  }

  .account-image-wrapper {
    max-width: 476px;
    margin-bottom: 56px;
    margin-left: auto;
    margin-right: auto;
  }

  .map-container {
    width: 100%;
    display: block;
  }

  .map {
    width: 100%;
  }

  .snippets-process-grid {
    grid-template-columns: 1fr;
  }

  .demos-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .pricing-plan-grid-mt {
    grid-template-columns: 1fr;
    max-width: 469px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-plan-grid-mt.reverse-direction {
    grid-template-columns: 8fr;
  }

  .container-large-mt.adjacent-to-logo {
    margin-top: 35px;
    margin-left: 0;
  }

  .grid-thirds-mt2 {
    grid-template-columns: 1fr;
    max-width: 469px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds-mt2.card-grid {
    grid-template-columns: 1fr;
  }

  .pricing-plan-grid-m2 {
    grid-template-columns: 1fr;
    max-width: 469px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-plan-grid-m2.reverse-direction {
    grid-template-columns: 8fr;
  }

  .cover-image-mt.restricted-height {
    max-height: 574px;
  }

  .pricing-plan-header-mt.grid, .pricing-body-mt.grid {
    grid-template-columns: 1fr;
  }

  .section-title-mt2.grid-thirds-title {
    max-width: 469px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-large-mt2.adjacent-to-logo {
    margin-top: 35px;
    margin-left: 0;
  }

  .pricing-plan-header-mt-blue.grid {
    grid-template-columns: 1fr;
  }

  .footer-small-link-mt {
    margin-top: 21px;
    margin-left: 14px;
    margin-right: 14px;
  }

  .nav-dropdown-toggle-2 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .dropdown-2.w--open {
    box-shadow: none;
    border-style: none;
    padding: 0;
    position: relative;
  }

  .button-2 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .extra-large-text-w-mt {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }

  .grid-halves-mt {
    grid-template-columns: 1fr;
  }

  .grid-halves-mt.features-grid {
    grid-row-gap: 56px;
  }

  .grid-halves-mt.inside-container {
    grid-row-gap: 35px;
    justify-items: stretch;
    max-width: 469px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves-mt.short-grid {
    grid-row-gap: 35px;
  }

  .section-title-mt.grid-thirds-title {
    max-width: 469px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-dropdown-toggle-3 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .dropdown-3.w--open {
    box-shadow: none;
    border-style: none;
    padding: 0;
    position: relative;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 21px;
  }

  .nav-link-2 {
    margin: 14px 0;
  }

  .nav-dropdown-toggle-4 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .dropdown-4.w--open {
    box-shadow: none;
    border-style: none;
    padding: 0;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    margin-bottom: 21px;
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 42px;
  }

  h5 {
    margin-bottom: 7px;
  }

  h6 {
    font-size: 14px;
    line-height: 24px;
  }

  blockquote {
    font-size: 28px;
  }

  .section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section.nested-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .style-guide-greys {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .large-text {
    font-size: 18px;
    line-height: 28px;
  }

  .large-text.subtitle, .large-text.container-title {
    margin-bottom: 28px;
  }

  .button.adjacent-to-input {
    margin-top: 14px;
    margin-left: 0;
  }

  .button.button-row-element {
    margin: 7px 0;
  }

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

  .form-input {
    min-height: 56px;
  }

  .display-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .display-heading.metric-heading {
    margin-bottom: 7px;
  }

  .style-guide-whites {
    grid-template-columns: 1fr 1fr;
  }

  .footer-menu-thirds {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .nav-menu {
    padding-top: 14px;
    padding-bottom: 14px;
  }

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

  .dismissable-notice {
    padding-left: 28px;
    padding-right: 28px;
  }

  .grid-left-larger {
    grid-row-gap: 56px;
  }

  .container.increased-width {
    max-width: 469px;
  }

  .highlighted-heading-container {
    margin-bottom: 21px;
  }

  .button-below-content {
    margin-top: 28px;
  }

  .extra-large-text {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .ui-snippet-heading.display {
    font-size: 18px;
  }

  .snippets-overlay.bottom-right {
    bottom: 28px;
    right: 28px;
  }

  .grid-right-larger {
    grid-row-gap: 56px;
  }

  .section-title {
    margin-bottom: 35px;
  }

  .section-title.increased-margin {
    margin-bottom: 56px;
  }

  .section-title.reduced-margin {
    margin-bottom: 28px;
  }

  .large-heading {
    margin-bottom: 21px;
    font-size: 40px;
    line-height: 48px;
  }

  .large-heading.text-white-1.case-study-heading {
    margin-top: 28px;
  }

  .video-background {
    height: 330px;
  }

  .grid-halves {
    grid-row-gap: 56px;
  }

  .grid-halves.features-grid {
    grid-row-gap: 35px;
  }

  .grid-halves.inside-container {
    max-width: 100%;
  }

  .grid-section {
    padding-top: 84px;
  }

  .form-horizontal {
    flex-direction: column;
    align-items: stretch;
  }

  .form-horizontal-input-group {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .rounded-image.hero-thirds-image {
    display: none;
  }

  .button-row {
    flex-direction: column;
    align-items: stretch;
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .medium-heading {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 42px;
  }

  .vertical-grid.increased-gaps {
    grid-row-gap: 35px;
  }

  .ui-snippet-container.increased-height {
    min-height: auto;
  }

  .grid-thirds {
    max-width: 364px;
  }

  .grid-thirds.card-grid {
    grid-template-columns: 1fr;
  }

  .contained-section {
    background-color: #0000;
    padding: 0;
  }

  .quote-circle {
    margin-bottom: 14px;
  }

  .quote-author {
    margin-top: 14px;
  }

  .process-tabs {
    padding-top: 56px;
  }

  .process-cover, .pricing-body.grid {
    padding: 56px;
  }

  .dropdown.w--open {
    font-size: 14px;
    line-height: 22px;
  }

  .dropdown-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .dropdown-link.wide {
    min-height: auto;
  }

  .dropdown-wide-container {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .footer-logo-link {
    margin-bottom: 28px;
  }

  .case-study-logo-wrapper {
    padding: 14px 21px;
  }

  .case-study-wide-title {
    padding: 35px;
  }

  .blog-grid-thirds {
    grid-template-columns: 1fr;
    max-width: 364px;
    margin-left: auto;
    margin-right: auto;
  }

  .map {
    min-height: 250px;
  }

  .demo-link {
    min-height: 280px;
  }

  .section-2 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-2.nested-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-thirds-mt2 {
    max-width: 364px;
  }

  .grid-thirds-mt2.card-grid {
    grid-template-columns: 1fr;
  }

  .section-mt3 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-mt3.nested-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-body-mt.grid {
    padding: 56px;
  }

  .section-mt4 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-mt4.nested-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-title-mt2 {
    margin-bottom: 35px;
  }

  .section-title-mt2.increased-margin {
    margin-bottom: 56px;
  }

  .section-title-mt2.reduced-margin {
    margin-bottom: 28px;
  }

  .section-title-mt2.increased-margin-mt2 {
    margin-bottom: 56px;
  }

  .section-no-top-padding {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-no-top-padding.nested-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-heading-w {
    font-size: 40px;
    line-height: 48px;
  }

  .display-heading-w.metric-heading {
    margin-bottom: 7px;
  }

  .button-blue.adjacent-to-input {
    margin-top: 14px;
    margin-left: 0;
  }

  .button-blue.button-row-element {
    margin: 7px 0;
  }

  .container-mt-sl2.increased-width {
    max-width: 469px;
  }

  .horizontal-snippets-wrapper-mt {
    margin-top: 84px;
  }

  .dropdown-2.w--open {
    font-size: 14px;
    line-height: 22px;
  }

  .dropdown-link-2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .button-2 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 10px;
  }

  .extra-large-text-w-mt {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .grid-halves-mt {
    grid-row-gap: 56px;
  }

  .grid-halves-mt.features-grid {
    grid-row-gap: 35px;
  }

  .grid-halves-mt.inside-container {
    max-width: 100%;
  }

  .section-title-mt {
    margin-bottom: 35px;
  }

  .section-title-mt.increased-margin {
    margin-bottom: 56px;
  }

  .section-title-mt.reduced-margin {
    margin-bottom: 28px;
  }

  .button-mt.adjacent-to-input {
    margin-top: 14px;
    margin-left: 0;
  }

  .button-mt.button-row-element {
    margin: 7px 0;
  }

  .dropdown-3.w--open {
    font-size: 14px;
    line-height: 22px;
  }

  .nav-menu-2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .dropdown-link-3 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .dropdown-4.w--open {
    font-size: 14px;
    line-height: 22px;
  }

  .vertical-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-h2 {
    font-size: 33px;
    line-height: 1.125em;
  }

  .accordion-item.padded {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-hide {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-hide.nested-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-mt {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .section-mt.nested-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

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

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3, h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  p {
    margin-bottom: 21px;
  }

  blockquote {
    padding: 14px;
    font-size: 24px;
  }

  figure {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .section.has-background.bg-grey-1, .section.has-background.scrolling-headline-section {
    padding-top: 0;
  }

  .section.process-section {
    background-color: var(--grey-5);
  }

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .style-guide {
    grid-row-gap: 84px;
  }

  .style-guide-section {
    grid-row-gap: 56px;
  }

  .style-guide-greys {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .large-text {
    font-size: 18px;
    line-height: 28px;
  }

  .large-text.subtitle {
    margin-bottom: 21px;
  }

  .small-text {
    font-size: 14px;
    line-height: 22px;
  }

  .small-text.text-white-1 {
    width: 260px;
  }

  .no-bottom-margin {
    font-size: 40px;
  }

  .style-guide-buttons {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .button {
    padding: 14px 35px;
  }

  .button.adjacent-to-input {
    margin-top: 14px;
    margin-left: 0;
  }

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

  .form-input {
    padding-left: 14px;
  }

  .footer {
    padding-bottom: 84px;
  }

  .trigger-search-modal {
    display: none;
  }

  .search-modal-container {
    padding-top: 56px;
  }

  .display-heading.no-bottom-margin {
    font-size: 40px;
    font-weight: 600;
  }

  .display-heading.no-bottom-margin.text-white-1 {
    font-size: 50px;
  }

  .fine-print-text.dropdown-text {
    display: none;
  }

  .style-guide-whites {
    grid-template-columns: 1fr;
  }

  .highlighted-text-container {
    padding: 2px 7px;
    font-size: 16px;
  }

  .highlighted-text-container.bg-white-1 {
    margin-top: 2px;
  }

  .style-guide-icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style-guide-badges {
    grid-template-columns: 1fr 1fr;
  }

  .footer-menu-thirds {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-button-wrapper.adjacent-to-menu {
    overflow: visible;
  }

  .sticky-notice-wrapper {
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .dismissable-notice {
    text-align: center;
    border-radius: 14px;
    flex-direction: column;
    padding-top: 21px;
  }

  .dismissable-notice-text {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .search-modal-form {
    flex-direction: column;
    align-items: stretch;
  }

  .container, .container.increased-width {
    max-width: 260px;
  }

  .highlighted-heading-container {
    margin-bottom: 14px;
  }

  .extra-large-text {
    font-size: 20px;
    line-height: 28px;
  }

  .container-small.horizontal-snippet-wrapper {
    width: 260px;
  }

  .container-small.composed-ui-snippet-b {
    margin-top: 28px;
    position: relative;
  }

  .ui-snippet {
    border-radius: 2px;
    padding: 14px;
    font-size: 11px;
  }

  .snippet-square-image {
    width: 84px;
    height: 84px;
  }

  .ui-snippet-row.justify-between.above-contents {
    margin-bottom: 7px;
  }

  .ui-snippet-row.justify-between.align-middle {
    align-items: center;
  }

  .ui-snippet-heading.avatar-name {
    margin-left: 7px;
  }

  .ui-snippet-portrait-image {
    object-fit: cover;
    width: 30%;
  }

  .ui-snippet-icon {
    max-height: 18px;
  }

  .highlighted-text-wrapper {
    font-size: 21px;
  }

  .snippets-overlay.bottom {
    display: none;
  }

  .snippets-overlay.top {
    margin-bottom: 28px;
    position: relative;
    top: 0;
  }

  .snippets-overlay.bottom-right {
    margin-top: 28px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .snippets-overlay.over-portrait-image {
    display: none;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .snippets-overlay.over-center {
    margin-bottom: 14px;
    position: relative;
  }

  .section-title, .section-title.increased-margin {
    margin-bottom: 28px;
  }

  .section-title.reduced-margin {
    margin-bottom: 21px;
  }

  .subheading {
    margin-bottom: 7px;
  }

  .highlighted-text.display-heading {
    font-size: 50px;
  }

  .highlighted-text.display-heading.text-white-1, .highlighted-text.display-heading.text-black {
    font-size: 40px;
    line-height: .9em;
  }

  .highlighted-text.text-white-1 {
    font-size: 28px;
  }

  .highlighted-text.large-heading.text-white-mt2, .highlighted-text.large-heading.text-white-1-mt {
    font-size: 40px;
  }

  .highlighted-text.medium-heading.text-white-mt {
    font-size: 20px;
  }

  .highlighted-text.medium-heading.text-white-mt2 {
    font-size: 30px;
  }

  .highlighted-text.text-white-1-mt, .highlighted-text.text-white-mt2, .highlighted-text.text-white-1-mt, .highlighted-text.text-white-1-w-mt {
    font-size: 40px;
  }

  .highlighted-text.text-white-1-mt {
    font-size: 28px;
  }

  .highlighted-text.text-white-mt4 {
    font-size: 30px;
  }

  .highlighted-text.text-white-2-mt {
    color: var(--white);
    font-size: 40px;
  }

  .large-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .large-heading.no-bottom-margin, .large-heading.no-bottom-margin.text-white-1 {
    font-size: 40px;
  }

  .large-heading.metric-heading {
    margin-bottom: 7px;
  }

  .video-play-icon {
    max-height: 28px;
    margin-right: 7px;
  }

  .video-background {
    height: 220px;
  }

  .section-bg {
    opacity: 1;
    height: auto;
    margin-bottom: 56px;
    position: relative;
  }

  .section-bg.faded {
    opacity: 1;
  }

  .medium-heading {
    font-family: Alumni Sans SC, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 30px;
  }

  .medium-heading.text-white-1 {
    line-height: 30px;
  }

  .medium-heading.text-white-1.no-bottom-margin {
    font-size: 30px;
  }

  .medium-heading.no-bottom-margin.text-white-1 {
    font-size: 40px;
  }

  .medium-heading.text-white-mt4, .medium-heading.text-white-mt4.no-bottom-margin {
    font-size: 30px;
  }

  .cover-image {
    height: auto;
  }

  .horizontal-divider.above-content {
    margin-bottom: 28px;
  }

  .quote-over-image {
    padding-bottom: 21px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .ui-snippet-container {
    background-color: #0000;
    min-height: auto;
    padding: 0;
  }

  .ui-snippet-container.increased-height {
    min-height: auto;
    overflow: visible;
  }

  .grid-thirds {
    grid-row-gap: 35px;
  }

  .grid-thirds.card-grid {
    grid-template-columns: 1fr;
  }

  .arrow-link.below-text {
    margin-top: 14px;
  }

  .container-image-square {
    height: auto;
  }

  .composed-images {
    background-color: #0000;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    padding: 0;
  }

  .composed-image-a {
    margin-bottom: -56px;
    position: relative;
  }

  .composed-image-a.adjacent-to-ui-snippet {
    margin-bottom: 0;
  }

  .composed-image-b {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .ui-snippet-container-bg {
    display: none;
  }

  .feature-grid-halves {
    grid-template-columns: 1fr;
  }

  .logo-row {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .image-fifths-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contained-section-background {
    margin-bottom: 28px;
  }

  .card {
    height: 250px;
    padding: 21px;
  }

  .card.increased-padding {
    padding: 21px;
  }

  .horizontal-icon-title {
    margin-bottom: 21px;
  }

  .icon-above-heading {
    margin-bottom: 14px;
  }

  .icon-above-heading.increased-size {
    min-height: 35px;
    margin-bottom: 21px;
  }

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

  .composed-ui-snippets {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .timeilne-row-badge-container {
    display: none;
  }

  .timeline-row-line-container, .timeline-row-line-container.column {
    margin-left: 0;
  }

  .number-circle {
    margin-bottom: 14px;
  }

  .process-tabs {
    background-color: #0000;
    padding: 0;
  }

  .process-covers {
    grid-column-gap: 16px;
    grid-row-gap: 56px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .process-cover {
    background-color: #0000;
    min-height: auto;
    padding: 0;
    position: relative;
  }

  .process-tabs-content {
    overflow: visible;
  }

  .pricing-plan-header {
    padding: 21px;
  }

  .pricing-plan-header.grid {
    grid-template-columns: 1fr;
    padding: 21px 21px 35px;
  }

  .pricing-body {
    padding: 21px;
  }

  .pricing-body.grid {
    padding: 35px 21px 21px;
  }

  .pricing-plan-grid-body {
    padding: 21px;
  }

  .button-tabs {
    flex-direction: column;
    margin: -7px 0 49px;
  }

  .button-tab {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .process-tab-horizontal {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .dropdown.wide.w--open {
    min-width: 100%;
  }

  .dropdown-link.wide {
    opacity: .5;
    background-color: #0000;
    border-style: none;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .dropdown-link.wide:hover {
    background-color: var(--grey-5);
    opacity: 1;
  }

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

  .dropdown-heading {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .dropdown-wide-container {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer-2-grid {
    grid-row-gap: 28px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-large-links {
    flex-direction: column;
  }

  .uppercase-footer-link {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .footer-small-links {
    flex-direction: column;
    margin-top: 28px;
  }

  .footer-small-link {
    margin-top: 0;
  }

  .article h3, .article h4 {
    margin-bottom: 14px;
  }

  .article ul {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .case-study-wide-title {
    padding: 35px 21px 28px;
  }

  .career-row {
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 14px;
  }

  .career-row.no-border {
    display: none;
  }

  .account-testimonial-wrapper {
    padding: 28px;
  }

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

  .account-image-wrapper {
    margin-bottom: 0;
  }

  .snippet-overlay {
    min-width: auto;
    margin-top: 28px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .snippet-process-box {
    min-height: 220px;
  }

  .demos-grid {
    grid-row-gap: 21px;
  }

  .demo-link {
    min-height: auto;
  }

  .boxed {
    padding: 28px;
  }

  .section-2.has-background.bg-grey-1, .section-2.has-background.scrolling-headline-section {
    padding-top: 0;
  }

  .section-2.process-section {
    background-color: var(--grey-5);
  }

  .text-span-2 {
    font-size: 30px;
    line-height: .8em;
  }

  .ui-snippet-mt {
    border-radius: 2px;
    padding: 14px;
    font-size: 11px;
  }

  .grid-thirds-mt2 {
    grid-row-gap: 35px;
  }

  .grid-thirds-mt2.card-grid {
    grid-template-columns: 1fr;
  }

  .subheading-mt {
    margin-bottom: 7px;
  }

  .no-bottom-margin-mt {
    font-size: 40px;
  }

  .highlighted-text-container-mt {
    padding: 2px 7px;
  }

  .highlighted-text-container-mt.bg-white-1 {
    margin-top: 2px;
  }

  .text-span-7 {
    font-size: 40px;
  }

  .section-mt3.has-background.bg-grey-1, .section-mt3.has-background.scrolling-headline-section {
    padding-top: 0;
  }

  .section-mt3.process-section {
    background-color: var(--grey-5);
  }

  .container-small-mt.composed-ui-snippet-b {
    margin-top: 28px;
    position: relative;
  }

  .card-mt, .card-mt.increased-padding {
    padding: 21px;
  }

  .small-text-mt {
    font-size: 14px;
    line-height: 22px;
  }

  .small-text-mt.text-white-1 {
    width: 300px;
  }

  .pricing-plan-header-mt {
    padding: 21px;
  }

  .pricing-plan-header-mt.grid {
    grid-template-columns: 1fr;
    padding: 21px 21px 35px;
  }

  .pricing-body-mt {
    padding: 21px;
  }

  .pricing-body-mt.grid {
    padding: 35px 21px 21px;
  }

  .section-mt4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-mt4.has-background.bg-grey-1, .section-mt4.has-background.scrolling-headline-section {
    padding-top: 0;
  }

  .section-mt4.process-section {
    background-color: var(--grey-5);
  }

  .ui-snippet-mt2 {
    border-radius: 2px;
    padding: 14px;
    font-size: 11px;
  }

  .section-title-mt2, .section-title-mt2.increased-margin {
    margin-bottom: 28px;
  }

  .section-title-mt2.reduced-margin {
    margin-bottom: 21px;
  }

  .section-title-mt2.increased-margin-mt2 {
    margin-bottom: 28px;
  }

  .article-mt2 h3, .article-mt2 h4 {
    margin-bottom: 14px;
  }

  .article-mt2 ul {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .section-no-top-padding.has-background.bg-grey-1, .section-no-top-padding.has-background.scrolling-headline-section {
    padding-top: 0;
  }

  .section-no-top-padding.process-section {
    background-color: var(--grey-5);
  }

  .display-heading-w.no-bottom-margin {
    font-weight: 600;
  }

  .display-heading-w.no-bottom-margin.text-white-1 {
    font-size: 50px;
  }

  .highlighted-text-container-w {
    padding: 2px 7px;
  }

  .highlighted-text-container-w.bg-white-1 {
    margin-top: 2px;
  }

  .button-blue {
    padding: 14px 35px;
  }

  .button-blue.adjacent-to-input {
    margin-top: 14px;
    margin-left: 0;
  }

  .highlighted-text-container-mt-blue {
    padding: 2px 7px;
  }

  .highlighted-text-container-mt-blue.bg-white-1 {
    margin-top: 2px;
  }

  .pricing-plan-header-mt-blue {
    padding: 21px;
  }

  .pricing-plan-header-mt-blue.grid {
    grid-template-columns: 1fr;
    padding: 21px 21px 35px;
  }

  .container-mt-sl2, .container-mt-sl2.increased-width {
    max-width: 260px;
  }

  .highlighted-text-mt-w.display-heading {
    font-size: 50px;
  }

  .highlighted-text-mt-w.display-heading.text-white-1, .highlighted-text-mt-w.display-heading.text-black {
    font-size: 34px;
    line-height: .9em;
  }

  .highlighted-text-mt-w.text-white-1, .highlighted-text-mt-w.text-white-1-mt {
    font-size: 20px;
  }

  .article-partner-mt h3, .article-partner-mt h4 {
    margin-bottom: 14px;
  }

  .article-partner-mt ul {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .footer-small-link-mt {
    margin-top: 0;
  }

  .horizontal-snippets-wrapper-mt {
    margin-top: 84px;
  }

  .container-small-mt3.horizontal-snippet-wrapper {
    width: 260px;
  }

  .container-small-mt3.composed-ui-snippet-b {
    margin-top: 28px;
    position: relative;
  }

  .button-2 {
    width: 100%;
    height: auto;
  }

  .extra-large-text-w-mt {
    font-size: 20px;
    line-height: 28px;
  }

  .section-title-mt {
    margin-bottom: 0;
  }

  .section-title-mt.increased-margin {
    margin-bottom: 28px;
  }

  .section-title-mt.reduced-margin {
    margin-bottom: 21px;
  }

  .button-mt {
    padding: 14px 35px;
  }

  .button-mt.adjacent-to-input {
    margin-top: 14px;
    margin-left: 0;
  }

  .button-3 {
    padding: 14px 35px;
  }

  .nav-menu-2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .button-4 {
    padding: 14px 35px;
  }

  .text-white-w-mt {
    font-size: 40px;
  }

  .text-white-mt {
    font-size: 20px;
  }

  .card-mt2 {
    height: 370px;
    padding: 21px;
  }

  .card-mt2.increased-padding {
    padding: 21px;
  }

  .container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-h2.long-text {
    font-size: 28px;
    line-height: 1.2em;
  }

  .section-hide.has-background.bg-grey-1, .section-hide.has-background.scrolling-headline-section {
    padding-top: 0;
  }

  .section-hide.process-section {
    background-color: var(--grey-5);
  }

  .section-mt.has-background.bg-grey-1, .section-mt.has-background.scrolling-headline-section {
    padding-top: 0;
  }

  .section-mt.process-section {
    background-color: var(--grey-5);
  }

  .no-bottom-margin-mt2 {
    font-size: 30px;
  }

  .small-text-g {
    font-size: 14px;
    line-height: 22px;
  }

  .small-text-g.text-white-1 {
    width: 260px;
  }
}

#w-node-_76f71bcc-8126-d6b7-81ad-88b8ce59c2de-1658e1c3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1c04f4c3-23bf-7724-885a-a17284839265-1658e1c3, #w-node-_1c04f4c3-23bf-7724-885a-a1728483926c-1658e1c3, #w-node-_1c04f4c3-23bf-7724-885a-a17284839273-1658e1c3 {
  justify-self: end;
}

#w-node-_521872ec-8665-33b0-5988-a7b4c5223b24-c5223af2 {
  place-self: stretch end;
}

#w-node-_521872ec-8665-33b0-5988-a7b4c5223b2f-c5223af2 {
  align-self: end;
}

#w-node-_62f0ed2f-a85d-ee92-ee6a-cce8044caa96-044caa91 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_2df242cc-3fad-bb2a-f171-bf44e74e1b42-6858e1c6 {
  justify-self: stretch;
}

#w-node-c219a49f-3c95-0892-7260-4df94d034773-8758e1c8 {
  justify-self: end;
}

#w-node-_0e45e878-a3b5-d0f1-fede-c41275b382fe-fc58e1ca {
  place-self: start center;
}

#w-node-_0e45e878-a3b5-d0f1-fede-c41275b38300-fc58e1ca {
  place-self: end center;
}

#w-node-_7f9782ee-8d02-da5d-b661-c185a89c0b3a-fc58e1ca {
  justify-self: end;
}

#w-node-_3aac7627-caaf-5d24-ae6a-90ea234ca864-9758e1cb {
  align-self: stretch;
}

#w-node-_74ea68db-59c7-39b3-3eb2-7d6b45d4d4f1-b358e1cc {
  justify-self: stretch;
}

#w-node-ca83701c-69ff-cca1-5eb2-c32bd1f6119d-b358e1cc {
  place-self: stretch stretch;
}

#w-node-_74ea68db-59c7-39b3-3eb2-7d6b45d4d4f1-9a58e1cd {
  justify-self: stretch;
}

#w-node-ca83701c-69ff-cca1-5eb2-c32bd1f6119d-9a58e1cd {
  place-self: stretch stretch;
}

#w-node-_74ea68db-59c7-39b3-3eb2-7d6b45d4d4f1-7e58e1ce {
  justify-self: stretch;
}

#w-node-_501190dc-7db3-0898-df22-3cfd38771740-8758e1cf {
  place-self: start center;
}

#w-node-_501190dc-7db3-0898-df22-3cfd38771742-8758e1cf {
  place-self: end center;
}

#w-node-a95c5749-e622-4605-1de3-29bbae615ae4-5558e1d0 {
  justify-self: stretch;
}

#w-node-e25f05b3-9226-61f8-5ec1-d27685b68c78-4658e1d1 {
  place-self: start center;
}

#w-node-_412b8e07-5a8d-27aa-71d1-a66d09527986-4658e1d1 {
  place-self: end center;
}

#w-node-_2299cc7c-9c84-60f1-5a71-feee17f8202b-e358e1d2 {
  justify-self: end;
}

#w-node-_2c8b969d-c799-e51d-982c-0361f49b5c26-9f58e1d3, #w-node-_74ea68db-59c7-39b3-3eb2-7d6b45d4d4f1-8858e1d5 {
  justify-self: stretch;
}

#w-node-f5818887-6987-eb5f-e4c8-dfc47d327b06-c458e1d6 {
  justify-self: start;
}

#w-node-_3765d51a-d335-ab44-fe46-4a99ba70976f-c458e1d6 {
  justify-self: stretch;
}

#w-node-e028f357-cf34-654a-7f89-ce18c7871ce8-c458e1d6 {
  justify-self: start;
}

#w-node-_50ecd26a-d2d0-e36c-bf00-3299f1cb0a9a-9258e1d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_40ad6628-1ed6-0f2f-0e8c-4a06183ec03c-9258e1d8 {
  align-self: stretch;
}

#w-node-_9aaf1573-4a63-5c1f-2c88-9c88532b5f13-5358e1dc {
  justify-self: start;
}

#w-node-_4d2411ae-f9d9-bbd7-5127-21da2de7607b-b158e1dd, #w-node-_58421a85-6bcf-89f4-86d3-fd2501809e37-0f58e1df {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_24bef966-b1a4-7eb8-af64-625d6ea5c483-0f58e1df {
  place-self: start center;
}

#w-node-_24bef966-b1a4-7eb8-af64-625d6ea5c485-0f58e1df {
  place-self: end center;
}

#w-node-b5f0bb02-6ad3-662e-6311-9ea71ab1db7a-5e58e1e0 {
  justify-self: start;
}

#w-node-c5f7e653-0b24-043e-d653-db8aef803d2d-aa58e1e1, #w-node-f93c0057-8f34-19bd-1904-f0d5c43318dc-aa58e1e1 {
  align-self: stretch;
}

#w-node-c4fe0e14-d5e6-2e23-05e1-24d0f1383357-c058e1e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1d19db5a-bf1d-e52f-9e46-275c2e6e942b-c058e1e2 {
  justify-self: stretch;
}

#w-node-d10137d8-f078-59bc-18c2-e03e7d181850-5a58e1e3, #w-node-d10137d8-f078-59bc-18c2-e03e7d181857-5a58e1e3, #w-node-d10137d8-f078-59bc-18c2-e03e7d18185e-5a58e1e3, #w-node-a417c723-7974-4729-cb36-7319d6737899-5a58e1e3, #w-node-ae29fce2-c011-ae33-1845-55da425447d5-8f58e1e6, #w-node-e0b78092-0506-4dc6-436c-294c783113e7-8f58e1e6, #w-node-e44bb527-baa6-9a1c-1663-f8ec15caa916-8f58e1e6 {
  justify-self: end;
}

#w-node-c9dc80eb-5082-03ca-01ec-bf37e45d61ae-ff58e1ea, #w-node-_5f1a45b9-c444-dc60-a88f-b939087c466a-a058e1eb, #w-node-_5480ff8f-2de9-c78e-24f9-5f5c74bd14b5-5558e1ec {
  align-self: stretch;
}

#w-node-dcbe6df3-6ce8-4a33-9f8f-f02989962528-5558e1ec {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_8b5f43e2-b972-608d-28ba-56814ad192e9-5558e1ec {
  align-self: stretch;
}

#w-node-_2937c108-e340-17fe-dab7-00bdc008c1e6-5258e1ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dec7b829-92c8-8ab9-793b-e558376b6196-5258e1ee {
  align-self: stretch;
}

#w-node-b75ca953-91a5-a938-1487-eb1a10aa7681-5258e1ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ea68db-59c7-39b3-3eb2-7d6b45d4d4f1-aa58e25f {
  justify-self: stretch;
}

#w-node-_26fd38e8-b2f8-e654-b5b4-11a810dd0275-0c58e277, #w-node-ca5aa0bf-9588-6190-9a07-2d16d253d997-4e0769e1 {
  align-self: stretch;
}

#w-node-_7192b321-d77d-8bc6-165d-8417be35a809-d74923ea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3da15a4d-7e15-46dd-ce23-3f0c9715f0af-d74923ea {
  align-self: stretch;
}

#w-node-_26017dca-9d33-7aec-a0b3-18e86fcf067e-d74923ea {
  justify-self: stretch;
}

#w-node-_26017dca-9d33-7aec-a0b3-18e86fcf06a4-d74923ea {
  place-self: stretch stretch;
}

#w-node-_7e75a376-3532-25eb-1e92-85377c5b3f37-d74923ea, #w-node-_8667359d-bbf8-cb5c-8ebf-63bf938fa806-17d220d7, #w-node-_79fd0af9-a19f-0eae-226e-05e4c360fdff-ab605f1d, #w-node-_858226c0-26db-835e-858a-8a3b19e2bb56-ab605f1d {
  align-self: stretch;
}

#w-node-e0ef2060-2100-b96a-3f0b-7ff43d5db418-ab605f1d, #w-node-_9ba443e5-eea3-8221-4a5e-a8c946413fee-ab605f1d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af5a33ae-7d0c-dff8-8ada-5e7eaa2113d9-ab605f1d, #w-node-_2ad95321-207d-eae3-7ee7-85efb6147dc6-ab605f1d {
  align-self: stretch;
}

#w-node-b44c0a81-84b1-2a87-2a21-38844e442627-9fc18b42 {
  place-self: stretch stretch;
}

#w-node-f8868d02-3e30-79b0-4ee3-e96a36d7139a-85fbe1d1, #w-node-f8868d02-3e30-79b0-4ee3-e96a36d713a1-85fbe1d1, #w-node-f8868d02-3e30-79b0-4ee3-e96a36d713a8-85fbe1d1 {
  justify-self: end;
}

#w-node-_9d891d41-3bc9-f920-4205-420db16a488b-85fbe1d1, #w-node-_9e4d1951-847e-d565-1e79-7653ee6ae4de-393d0ea8 {
  align-self: stretch;
}

#w-node-_6b805334-794f-8170-657e-4aa96f411fc1-bfbe0402 {
  justify-self: stretch;
}

#w-node-_6b805334-794f-8170-657e-4aa96f411ff5-bfbe0402 {
  place-self: stretch stretch;
}

#w-node-_6b805334-794f-8170-657e-4aa96f411fc1-839dce8b {
  justify-self: stretch;
}

#w-node-_6b805334-794f-8170-657e-4aa96f411ff5-839dce8b {
  place-self: stretch stretch;
}

#w-node-_6b805334-794f-8170-657e-4aa96f411fc1-10256d4a {
  justify-self: stretch;
}

#w-node-_6b805334-794f-8170-657e-4aa96f411ff5-10256d4a {
  place-self: stretch stretch;
}

#w-node-_74ea68db-59c7-39b3-3eb2-7d6b45d4d4f1-71c7ce9f {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_5b100dfa-881b-ce27-3669-a0133ae1abdf-3ae1abb7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_76f71bcc-8126-d6b7-81ad-88b8ce59c2de-1658e1c3 {
    grid-column: 1 / 2;
  }

  #w-node-_521872ec-8665-33b0-5988-a7b4c5223b24-c5223af2 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_9c67cac2-4715-4302-4d8d-09976d727eb4-6d727eb1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3aac7627-caaf-5d24-ae6a-90ea234ca864-9758e1cb {
    justify-self: center;
  }

  #w-node-_50ecd26a-d2d0-e36c-bf00-3299f1cb0a9a-9258e1d8 {
    grid-column: 1 / 2;
  }

  #w-node-_40ad6628-1ed6-0f2f-0e8c-4a06183ec03c-9258e1d8 {
    justify-self: center;
  }

  #w-node-_4d2411ae-f9d9-bbd7-5127-21da2de7607b-b158e1dd, #w-node-_58421a85-6bcf-89f4-86d3-fd2501809e37-0f58e1df {
    grid-column: 1 / 2;
  }

  #w-node-c5f7e653-0b24-043e-d653-db8aef803d2d-aa58e1e1 {
    justify-self: center;
  }

  #w-node-c4fe0e14-d5e6-2e23-05e1-24d0f1383357-c058e1e2 {
    grid-column: 1 / 2;
  }

  #w-node-_5f1a45b9-c444-dc60-a88f-b939087c466a-a058e1eb {
    justify-self: center;
  }

  #w-node-dcbe6df3-6ce8-4a33-9f8f-f02989962528-5558e1ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2937c108-e340-17fe-dab7-00bdc008c1e6-5258e1ee, #w-node-b75ca953-91a5-a938-1487-eb1a10aa7681-5258e1ee, #w-node-_7192b321-d77d-8bc6-165d-8417be35a809-d74923ea, #w-node-e0ef2060-2100-b96a-3f0b-7ff43d5db418-ab605f1d, #w-node-_9ba443e5-eea3-8221-4a5e-a8c946413fee-ab605f1d {
    grid-column: 1 / 2;
  }

  #w-node-_4374c6fd-54ec-bdb4-9aad-cd63ef3d30c2-ab605f1d, #w-node-_4374c6fd-54ec-bdb4-9aad-cd63ef3d30c9-ab605f1d, #w-node-b8763ab9-168d-328c-37f6-e9602051243c-85fbe1d1, #w-node-b8763ab9-168d-328c-37f6-e96020512446-85fbe1d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9e4d1951-847e-d565-1e79-7653ee6ae4de-393d0ea8 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c219a49f-3c95-0892-7260-4df94d034773-8758e1c8, #w-node-_7f9782ee-8d02-da5d-b661-c185a89c0b3a-fc58e1ca, #w-node-_2299cc7c-9c84-60f1-5a71-feee17f8202b-e358e1d2, #w-node-a417c723-7974-4729-cb36-7319d6737899-5a58e1e3 {
    justify-self: start;
  }
}


