:root {
  --storm: #768295;
  --twilight: #f7f8fc;
  --black: black;
  --abyss: #1e2939;
  --midnight: #1738e9;
  --white: white;
}

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

body {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

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

a {
  color: var(--storm);
  text-decoration: none;
}

.section-footer {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section-faq {
  background-color: var(--twilight);
  padding-top: 6em;
  padding-bottom: 6em;
}

.section-pricing {
  padding-top: 0;
}

.section-services-summary {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section-quote-full {
  background-color: var(--twilight);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 2em;
  display: flex;
}

.section-usp {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-brands {
  justify-content: center;
  display: none;
  position: relative;
}

.section-brands.section-brands-grey {
  z-index: 21;
  background-color: var(--twilight);
}

.section-hero {
  align-items: center;
  min-height: 80vh;
  padding-top: 12rem;
  padding-bottom: 6rem;
  display: flex;
}

.section-hero.compact {
  min-height: 40vh;
}

.container {
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  position: relative;
}

.container.container-slim {
  max-width: 55rem;
}

.fs-xs {
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.025rem;
}

.fs-sm {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.19375rem;
}

.fs-sm.muted {
  color: var(--storm);
}

.fs-rg {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.36875rem;
}

.fs-lg {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.70625rem;
}

.ds-swatch {
  border-radius: 4px;
  width: 100px;
  height: 100px;
  display: flex;
  box-shadow: 0 2px 8px #00000026;
}

.ds-swatch.bg-black {
  background-color: var(--black);
}

.ds-swatch.bg-abyss {
  background-color: var(--abyss);
}

.ds-swatch.bg-midnight {
  background-color: var(--midnight);
}

.ds-swatch.bg-storm {
  background-color: var(--storm);
}

.ds-swatch.bg-twilight {
  background-color: var(--twilight);
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.hd-1 {
  color: var(--black);
  letter-spacing: -1px;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 2.6rem;
}

.hd-1.color-white {
  color: var(--white);
  letter-spacing: -1.9px;
}

.hd-2 {
  color: var(--black);
  letter-spacing: -.7px;
  max-width: 880px;
  font-size: 40px;
  line-height: 48px;
}

.hd-3 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.hd-4 {
  color: var(--black);
  text-align: center;
  letter-spacing: -1.5px;
  width: 80%;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 44px;
}

.hd-5 {
  font-size: 16px;
  line-height: 1.5rem;
}

.hd-6 {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.125rem;
}

.quote-card {
  background-color: var(--twilight);
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

.column {
  text-align: center;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.quote-card-container {
  border-radius: 8px;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}

.feature-card {
  border: 1px solid var(--twilight);
  background-color: var(--twilight);
  border-radius: .5rem;
  flex-direction: column;
  padding: 2em;
  transition: all .3s;
  display: flex;
}

.feature-card:hover {
  border: 1px solid var(--twilight);
  transform: translate(0, -4px);
  box-shadow: 0 0 0 1px #0312600a, 0 6px 16px #001c8e0a;
}

.guarantees-list {
  justify-content: flex-start;
  margin-top: 16px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.guarantee-item {
  color: var(--black);
  background-image: url('../images/np_checkmark_3772773_000000-1_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 2rem;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 600;
}

.section-service {
  margin-top: 6em;
  margin-bottom: 6em;
}

.section-separator-full {
  background-color: var(--twilight);
  height: 1rem;
}

.section-integrate-compact {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.brand-list {
  grid-column-gap: 64px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 8px;
  margin-bottom: 0;
  display: grid;
}

.brand-list-iitem {
  filter: grayscale();
  min-width: 80%;
  max-width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
}

.brand-list-iitem:hover {
  filter: none;
  transform: scale(1.1);
}

.tabs {
  padding-top: 3em;
  display: flex;
}

.tabs-menu {
  flex: 1;
  max-width: 40%;
}

.tabs-content {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 73px;
  padding-right: 0;
  display: flex;
}

.side-tab {
  border-left: 4px solid var(--twilight);
  background-color: var(--white);
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  top: 16px;
  bottom: 16px;
}

.side-tab.w--current {
  border-left-color: var(--midnight);
  background-color: var(--white);
  padding-top: 16px;
  padding-bottom: 16px;
}

.section-why-pilot {
  padding-top: 5em;
  padding-bottom: 6rem;
}

.text-span-2 {
  color: var(--midnight);
  margin-bottom: .25rem;
  font-size: 48px;
  line-height: 66px;
  display: block;
}

.section-faq-grid {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.faq-contact {
  background-color: var(--twilight);
  border-radius: .5rem;
  margin-top: 3rem;
  padding: 1.6rem;
}

.column-5 {
  justify-content: flex-end;
  display: flex;
}

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

.section-story {
  margin-top: 6em;
  margin-bottom: 6em;
}

.section-hr-summary {
  padding-top: 6em;
  padding-bottom: 6em;
}

.hr-label {
  background-color: var(--twilight);
  color: var(--storm);
  border-radius: 16px;
  margin-left: .5rem;
  padding: .125rem .5rem;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.hr-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.section-navbar-dark {
  background-color: #fff0;
  width: 100vw;
  margin-bottom: -92px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
}

.quote-attribution {
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.quote-attribution.quote-attribution-left {
  align-self: flex-start;
  align-items: flex-start;
}

.quote-attribution.hide {
  display: none;
}

.quote-credit {
  color: var(--storm);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.quote-name {
  color: var(--abyss);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.quote-name.color-twilight {
  color: var(--white);
}

.quote-photo {
  border-radius: 50%;
  width: 3.375em;
  height: 3.375em;
  margin-bottom: .5em;
}

.quote-photo.photo-person1 {
  background-image: url('../images/474.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 4em;
  height: 4em;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-direction: column;
  padding: 80px 72px 80px 64px;
  display: flex;
  overflow: visible;
}

.attribution-stars {
  color: var(--midnight);
  letter-spacing: 4px;
  font-size: 18px;
}

.attribution-stars.color-white {
  color: var(--white);
}

.column-6 {
  background-image: url('../images/full-team2x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  display: flex;
}

.columns-3 {
  flex: 1;
  display: flex;
}

.quote-md {
  color: var(--abyss);
  letter-spacing: -1px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.quote-md.color-white {
  color: var(--white);
}

.quote-container {
  background-color: var(--twilight);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.quote-card-dark {
  background-color: var(--abyss);
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

.section-label {
  color: var(--midnight);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
}

.section-heading-container {
  flex-direction: column;
  display: flex;
}

.section-heading-container.sticky-head {
  grid-row-gap: 0px;
  position: sticky;
  top: 120px;
}

.section-subheading {
  color: var(--storm);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.section-subheading.heading-width-limit {
  max-width: 58%;
}

.section-subheading.hide {
  display: none;
}

.section-heading {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 36px;
}

.column-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  padding-left: 88px;
  display: flex;
}

.column-9 {
  align-self: stretch;
}

.columns-4 {
  grid-column-gap: 0px;
  display: flex;
}

.div-block-7 {
  background-image: url('../images/photo-1504297050568-910d24c426d3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: row;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
}

.div-block-8 {
  margin-top: 32px;
}

.text-section-paragraph {
  color: var(--storm);
  padding-right: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-section-heading {
  margin-top: 0;
  font-size: 16px;
  line-height: 18px;
}

.faq-grid-row {
  margin-top: 48px;
}

.usp-heading {
  color: var(--black);
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}

.usp-paragraph {
  color: var(--storm);
  font-weight: 500;
}

.feature-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 40px;
}

.pricing-card {
  background-color: var(--white);
  border-radius: 16px;
  padding: 8px 32px 32px;
  box-shadow: 0 2px 16px #0000000d;
}

.plan-type {
  color: var(--black);
  letter-spacing: -1.8px;
  align-items: center;
  height: 40px;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.plan-description {
  color: var(--storm);
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}

.plan-price {
  color: var(--black);
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}

.plan-price-period {
  color: var(--storm);
  letter-spacing: -.5px;
  padding-left: 4px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.separator {
  background-color: var(--twilight);
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.pricing-button {
  border: 2px solid var(--midnight);
  background-color: var(--midnight);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: block;
}

.pricing-button:hover {
  background-color: #102fd5;
  border-color: #102fd5;
  transform: scale(1.02);
}

.pricing-button.pricing-button-contact {
  border-style: solid;
  border-color: var(--midnight);
  background-color: var(--white);
  color: var(--midnight);
}

.div-block-11 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.sticky-column {
  z-index: 20;
  padding-top: 120px;
  padding-right: 80px;
  position: relative;
}

.columns-6 {
  justify-content: center;
  display: flex;
}

.service-list {
  padding-left: 0;
  list-style-type: none;
}

.service-item {
  color: var(--storm);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  transition: all .1s;
}

.service-item:hover {
  color: var(--midnight);
}

.separator-thick {
  background-color: var(--twilight);
  width: 100%;
  height: 4px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.service-block {
  margin-bottom: 80px;
  padding-left: 33px;
}

.service-icon {
  width: 28px;
  height: 28px;
  margin-bottom: auto;
}

.service-description {
  color: var(--storm);
  font-size: 16px;
}

.service-head {
  color: var(--black);
  margin-bottom: 23px;
}

.service-head.inline-block {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.service-icon-large {
  margin-bottom: 16px;
}

.service-item-full {
  color: var(--black);
  margin-bottom: auto;
  padding-top: 8px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  transition: all .1s;
}

.service-item-full:hover {
  color: var(--midnight);
}

.column-15 {
  margin-top: 80px;
}

.column-16 {
  padding-right: 80px;
  position: sticky;
  top: 32px;
}

.separator-plus-container {
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: center;
  max-width: 1200px;
  display: flex;
}

.blue-plus {
  background-image: url('../images/blue-plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-attachment: scroll;
  width: 32px;
  height: 19px;
  margin-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.accordion-title {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.paragraph-6 {
  text-align: left;
  margin-top: 18px;
}

.faq-group-row {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 5rem;
}

.faq-item-wrapper {
  margin-bottom: 3rem;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  padding: 0 0 0 2rem;
  display: flex;
}

.faq-arrow {
  z-index: 0;
  position: relative;
}

.faq-answer {
  padding: 0 2rem;
  overflow: hidden;
}

.column-17 {
  position: relative;
}

.columns-8 {
  display: flex;
}

.hr-description {
  color: var(--storm);
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.hr-stat {
  color: var(--storm);
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.columns-9 {
  align-items: flex-start;
  display: flex;
}

.column-18 {
  padding-top: 16px;
  padding-left: 64px;
}

.hr-label-block {
  grid-column-gap: 4px;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.hr-position-stats {
  grid-column-gap: 16px;
  display: flex;
}

.hero-cta-primary {
  border: 2px solid var(--midnight);
  background-color: var(--midnight);
  color: var(--white);
  text-align: center;
  border-radius: 32px;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.hero-cta-primary:hover {
  background-color: #102fd5;
  border-color: #102fd5;
}

.hero-cta-secondary {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border: 2px solid #000;
  border-radius: 32px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.hero-cta-secondary:hover {
  color: #102fd5;
  border-color: #102fd5;
}

.div-block-13 {
  grid-column-gap: 16px;
  align-self: center;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

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

.div-block-14 {
  margin-top: 54px;
}

.paragraph-7 {
  color: var(--storm);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  margin-top: 6px;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
}

.section-hero-dark {
  background-color: var(--abyss);
  align-items: center;
  min-height: 47vh;
  padding-top: 8rem;
  padding-bottom: 0;
  display: flex;
}

.guarantee-item-light {
  color: var(--white);
  background-image: url('../images/np_checkmark_3772773_000000-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 1.2rem;
  padding-left: 24px;
  font-weight: 500;
}

.navbar-item {
  align-self: center;
  font-weight: 700;
}

.navbar-item.w--current {
  color: var(--midnight);
}

.navbar-item.hide {
  display: none;
}

.navbar-brand {
  background-image: url('../images/pilotship-brand-light.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 130px 26px;
  width: 130px;
  height: 26px;
}

.navbar-content-container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.tab-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.tab-text {
  color: var(--storm);
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

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

.div-block-17 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.hero-cta-primary-small {
  border: 2px solid var(--midnight);
  background-color: var(--midnight);
  text-align: center;
  border-radius: 32px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
}

.hero-cta-secondary-small {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border: 2px solid #000;
  border-radius: 32px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
}

.footer-item {
  color: var(--storm);
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
}

.footer-list {
  padding-left: 0;
  list-style-type: none;
}

.footer-heading {
  margin-bottom: 16px;
  font-size: 14px;
}

.column-19 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-copyright {
  color: var(--storm);
  font-size: 12px;
}

.columns-10 {
  display: flex;
}

.column-20 {
  margin-top: 160px;
}

.paragraph-8 {
  color: var(--storm);
}

.faq-contact-button {
  background-color: var(--storm);
  border-radius: 40px;
  padding: 18px 24px;
  font-weight: 600;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 63px;
}

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

.pricing-grid-container {
  z-index: 20;
  margin-top: 55px;
  position: relative;
}

.plan-plus {
  border: 2px solid var(--midnight);
  color: var(--midnight);
  letter-spacing: -.25px;
  border-radius: 8px;
  margin-left: 8px;
  padding: 6px;
  font-size: 14px;
  line-height: 16px;
}

.plan-team {
  border: 2px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  letter-spacing: -.25px;
  border-radius: 8px;
  margin-left: 8px;
  padding: 6px;
  font-size: 14px;
  line-height: 16px;
}

.plan-service-list {
  padding-left: 0;
  list-style-type: none;
}

.plan-service-item {
  color: var(--black);
  background-image: url('../images/check-filled.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 8px;
  padding-left: 24px;
  font-weight: 500;
}

.plan-service-item.plan-service-item-disabled {
  color: var(--storm);
  background-image: url('../images/check-empty.svg');
}

.plan-service-item.plan-service-quantity {
  color: var(--storm);
  background-image: url('../images/1x.svg');
}

.plan-service-item.plan-service-quantity.plan-service-quantity-2x {
  background-image: url('../images/2x.svg');
}

.div-block-20 {
  z-index: 10;
  background-image: url('../images/bg-grey-1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 510px;
  margin-top: -436px;
  margin-bottom: -40px;
  position: relative;
}

.div-block-21 {
  z-index: 10;
  background-image: url('../images/bg-grey-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
  margin-bottom: -440px;
  position: relative;
}

.plus-hero {
  z-index: 5;
  background-image: url('../images/plus-bg.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 460px;
  max-width: 100vw;
  height: 540px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -83px 0% auto 962px;
  overflow: hidden;
}

.div-block-22 {
  z-index: 10;
  opacity: .49;
  background-image: url('../images/plus-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 1650px;
  width: 600px;
  min-height: 230px;
  margin-top: 50px;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.section-pricing-foot {
  padding-top: 6em;
}

.div-block-22-copy {
  z-index: 10;
  opacity: .49;
  background-image: url('../images/plus-bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 1650px;
  width: 600px;
  min-height: 330px;
  margin-left: 0;
  position: absolute;
  bottom: 72px;
  left: 0%;
  right: 0%;
}

.quote-large {
  color: var(--black);
  text-align: center;
  letter-spacing: -1.5px;
  width: 70%;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 44px;
}

.hero-cta-secondary-dark {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 32px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
}

.hero-cta-primary-dark {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--abyss);
  text-align: center;
  border-radius: 32px;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 600;
}

.pricing-starting {
  color: var(--storm);
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}

.navbar-brand-dark {
  opacity: 0;
  background-image: url('../images/pilotship-brand-dark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 130px 26px;
  width: 130px;
  height: 26px;
  position: absolute;
  top: 0;
}

.tab-image {
  width: 600px;
  margin: auto;
  display: inline-block;
}

.tab-pane-tab-1 {
  align-self: center;
}

.div-block-17-copy {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.hero-heading-smaller {
  color: var(--black);
  font-size: 2rem;
  line-height: 2.5rem;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 56px;
}

.heading-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-9 {
  text-indent: -100px;
  overflow: hidden;
}

.column-23 {
  flex: 1;
}

.div-block-23 {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.hide {
  display: none;
}

.separator-dark {
  background-color: #dae3f1;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.column-62 {
  background-image: url('../images/photo-1634087990018-415aeb951215.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  display: flex;
}

.div-block-72 {
  background-image: url('../images/photo-1552793494-111afe03d0ca.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 8px;
  flex-direction: row;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
}

.soon-label {
  background-color: var(--storm);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 16px;
  margin-top: 4px;
  margin-bottom: 0;
  margin-left: 16px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
}

.div-block-73 {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 23px;
  display: flex;
}

.hero-cta-secondary-small-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 32px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
}

.hr-stat-copy-2 {
  color: #768295;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.hd-2-2 {
  color: #000;
  letter-spacing: -.7px;
  max-width: 880px;
  font-size: 40px;
  line-height: 48px;
}

.hd-2-2.hero-job-title {
  color: #1e2939;
}

.div-block-13-copy {
  grid-column-gap: 16px;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 54px;
  display: flex;
}

.section-hero-job {
  background-color: #f7f8fc;
  align-items: center;
  min-height: 36vh;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: flex;
}

.text-section-paragraph-2 {
  color: #768295;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.job-card {
  background-color: #fff;
  border-radius: 16px;
  height: 16em;
  margin-top: -2em;
  padding: 8px 32px 32px;
  position: sticky;
  top: 100px;
  box-shadow: 0 2px 16px #0000000d;
}

.section-label-2 {
  color: #1738e9;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
}

.sticky-column-copy {
  z-index: 20;
  min-height: 500px;
  position: relative;
}

.section-heading-2 {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 36px;
}

.job-description-column {
  padding-top: 4em;
}

.section-subheading-2 {
  color: #768295;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.section-subheading-2.hide {
  display: none;
}

.section-job-description {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.body {
  height: 500vh;
}

.scroll-market-container {
  background-color: #f1f1f1;
  width: 100vw;
  height: 5px;
  position: fixed;
}

.scroller {
  background-color: var(--midnight);
  width: 0;
  height: 100%;
}

.hr-block {
  border: 1px solid #f4f5f8;
  border-radius: 4px;
  padding: 1.6em;
}

.column-63 {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.careers-section-heading {
  color: var(--black);
  margin-top: 0;
  font-size: 16px;
}

.columns-11 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-cta-secondary-small-copy {
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 32px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
}

.div-block-74 {
  grid-column-gap: 24px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.div-block-75, .div-block-76 {
  flex: 1;
}

.select-field {
  background-color: #fff;
  border: 1px solid #868686;
  border-radius: 0;
}

.form {
  max-width: 30.1rem;
}

.tabs-content-2 {
  padding-top: 2rem;
}

.tab-link-tab-1 {
  border: 2px solid var(--abyss);
  background-color: var(--white);
  color: var(--abyss);
  border-radius: 32px;
  margin-right: 8px;
  padding: .6rem 1.4rem;
  font-weight: 600;
}

.tab-link-tab-1.w--current {
  border-color: var(--midnight);
  background-color: var(--midnight);
  color: var(--white);
  height: auto;
}

.tab-link-tab-2 {
  background-color: var(--twilight);
  color: var(--midnight);
}

.tabs-menu-2 {
  display: flex;
}

.text-block {
  font-weight: 500;
}

.underline {
  text-decoration: underline;
}

.pp-gridtable {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
}

.grid-cell {
  border: 1px solid var(--storm);
  margin-bottom: 0;
  padding: 16px;
}

.pp-list-item {
  margin-bottom: 10px;
}

.bold-text {
  color: var(--abyss);
}

.pp-section-heading {
  margin-top: 56px;
  font-size: 24px;
}

.pp-section-heading-2 {
  color: var(--black);
  font-size: 18px;
}

.paragraph-10 {
  border: 2px solid var(--black);
  color: var(--black);
  border-radius: 32px;
  padding: 8px 16px;
  font-weight: 600;
  display: inline-block;
}

.link {
  font-size: 14px;
}

.text-span-3 {
  color: var(--storm);
  font-size: 12px;
}

.div-block-77 {
  background-color: var(--twilight);
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 25.7em 1em 1em;
}

.div-block-77-copy {
  background-color: var(--twilight);
  background-color: var(--twilight);
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 22em 1em 1em;
}

.div-block-77-copy-copy {
  background-color: var(--twilight);
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 27.4em 1em 1em;
}

.div-block-77-copy-2 {
  background-color: var(--twilight);
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 22em 1em 1em;
}

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

  .section-quote-card {
    margin-left: auto;
    margin-right: auto;
  }

  .section-services-summary {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-usp {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .section-hero {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .container {
    z-index: 20;
    padding: 16px;
  }

  .hd-1 {
    font-size: 3rem;
  }

  .section-service {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .brand-list {
    grid-column-gap: 16px;
  }

  .brand-list-iitem {
    max-width: 7.6em;
    margin-bottom: 0;
  }

  .tabs-content {
    padding-left: 16px;
    padding-right: 0;
  }

  .section-why-pilot {
    padding-top: 3em;
    padding-bottom: 1rem;
  }

  .section-faq-grid {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .faq-contact {
    margin-top: 3rem;
  }

  .section-story {
    margin-top: 1em;
  }

  .section-hr-summary {
    padding-top: 1em;
  }

  .section-navbar-dark {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-6 {
    padding: 32px 40px;
  }

  .section-heading-container.sticky-head {
    position: static;
  }

  .section-subheading {
    font-size: 16px;
    line-height: 24px;
  }

  .section-subheading.heading-width-limit {
    max-width: 100%;
  }

  .section-heading {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .column-8 {
    padding-left: 30px;
  }

  .div-block-7 {
    height: 100%;
  }

  .faq-grid-row {
    margin-top: 32px;
  }

  .pricing-card {
    padding: 8px 16px 16px;
  }

  .plan-type {
    font-size: 28px;
  }

  .plan-description {
    letter-spacing: 0;
    min-height: 56px;
    font-size: 14px;
  }

  .sticky-column {
    margin-bottom: 32px;
    padding-top: 0;
    padding-right: 0;
  }

  .columns-6 {
    flex-direction: column;
  }

  .service-block {
    padding-left: 0;
    padding-right: 20px;
  }

  .faq-group-row {
    padding-top: 1rem;
    padding-bottom: 3.5rem;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq-question {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .faq-answer {
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .columns-8 {
    flex-direction: column;
  }

  .column-18 {
    display: none;
  }

  .navbar-item {
    align-self: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-content-container {
    background-color: var(--white);
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 0;
    box-shadow: 0 1px 16px #1e293917;
  }

  .brand {
    flex: 1;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: row;
    margin-left: 0;
    padding-bottom: 16px;
  }

  .div-block-16 {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
  }

  .div-block-17 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 8px;
    padding-right: 8px;
  }

  .column-20 {
    margin-top: 0;
  }

  .column-21 {
    flex: 1;
  }

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

  .pricing-grid {
    grid-column-gap: 16px;
  }

  .pricing-grid-container {
    margin-top: 24px;
  }

  .plan-plus, .plan-team, .plan-service-item.plan-service-quantity {
    font-size: 14px;
  }

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

  .plus-hero {
    opacity: .5;
    margin-top: -213px;
    margin-left: 325px;
    position: absolute;
    top: -80px;
    left: 159px;
  }

  .div-block-22 {
    opacity: .25;
  }

  .section-pricing-foot {
    padding-top: 3em;
  }

  .div-block-22-copy {
    opacity: .2;
  }

  .div-block-17-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-2 {
    grid-template-rows: auto;
    margin-top: 24px;
  }

  .div-block-72 {
    height: 100%;
  }

  .section-hero-job {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .job-card {
    padding: 8px 16px 16px;
  }

  .sticky-column-copy {
    margin-bottom: 32px;
    padding-top: 0;
    padding-right: 0;
  }

  .section-heading-2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .section-subheading-2 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section-faq {
    padding-top: 3em;
  }

  .section-usp {
    padding-top: 2rem;
  }

  .section-hero {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .hd-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .guarantees-list {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .section-service {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .section-integrate-compact {
    padding-top: 2rem;
  }

  .brand-list {
    margin-bottom: -30px;
  }

  .brand-list-iitem {
    max-width: 100%;
    margin-bottom: -1px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    max-width: 100%;
  }

  .tabs-content {
    order: -1;
    padding-left: 0;
  }

  .faq-contact {
    margin-top: 1rem;
    padding: 1rem;
  }

  .div-block-6 {
    grid-row-gap: 17px;
    padding: 24px 16px;
  }

  .quote-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-heading {
    line-height: 30px;
  }

  .column-8 {
    margin-top: 24px;
    padding-left: 0;
  }

  .column-9 {
    order: -1;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-4 {
    flex-direction: column;
  }

  .faq-grid-row {
    margin-top: 0;
  }

  .feature-icon {
    margin-bottom: 16px;
  }

  .plan-description {
    min-height: 0;
  }

  .service-block {
    margin-bottom: 40px;
  }

  .column-15 {
    margin-top: 24px;
    padding-left: 0;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .accordion-title {
    text-align: left;
  }

  .faq-group-row {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .faq-question, .faq-answer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-13 {
    margin-top: 24px;
  }

  .div-block-14 {
    margin-top: 32px;
  }

  .column-19 {
    justify-content: flex-start;
  }

  .columns-10 {
    flex-direction: column;
  }

  .faq-block {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .div-block-18 {
    margin-top: 16px;
  }

  .grid {
    margin-top: 24px;
  }

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

  .column-22 {
    padding-left: 0;
  }

  .plus-hero {
    background-position: 50% 0;
    height: 930px;
    margin-top: -661px;
    margin-left: 224px;
    overflow: hidden;
  }

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

  .div-block-22-copy {
    max-width: 100vw;
  }

  .div-block-17-copy {
    display: none;
  }

  .hero-heading-smaller {
    padding-top: 8px;
    font-size: 2rem;
    line-height: 2.6rem;
    display: block;
  }

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

  .hd-2-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-13-copy {
    margin-top: 24px;
  }

  .section-hero-job {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .section-heading-2 {
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section-quote-card {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-usp {
    padding-top: 2rem;
  }

  .section-hero {
    z-index: 10;
    padding-top: 8rem;
    padding-bottom: 0;
    position: relative;
  }

  .hd-1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .hd-2 {
    line-height: 36px;
  }

  .quote-card-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .guarantees-list {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .guarantee-item {
    margin-bottom: 8px;
    display: flex;
  }

  .brand-list {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .brand-list-iitem {
    max-width: 100%;
    margin-bottom: -30px;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs {
    padding-top: 16px;
  }

  .tabs-content {
    order: -1;
  }

  .side-tab, .side-tab.w--current {
    padding: 8px 0 8px 12px;
  }

  .section-why-pilot {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .text-span-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .section-story {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .section-hr-summary {
    padding-bottom: 1em;
  }

  .quote-credit {
    font-size: 12px;
  }

  .div-block-6 {
    grid-row-gap: 24px;
    padding: 24px 16px;
  }

  .column-6 {
    order: -1;
    min-height: 290px;
    display: block;
  }

  .columns-3 {
    flex-direction: column;
    display: flex;
  }

  .quote-md.color-white {
    letter-spacing: -.5px;
    font-size: 22px;
  }

  .quote-container {
    padding-bottom: 16px;
  }

  .column-7 {
    display: block;
  }

  .section-subheading {
    line-height: 24px;
  }

  .section-heading {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-9 {
    height: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7 {
    min-width: auto;
    height: 100%;
    min-height: auto;
  }

  .div-block-8 {
    margin-top: 24px;
  }

  .faq-question, .faq-answer {
    padding-left: 0;
  }

  .hr-description {
    font-weight: 500;
  }

  .div-block-13 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 32px;
  }

  .div-block-14 {
    margin-top: 32px;
  }

  .tab-heading {
    margin-bottom: 4px;
  }

  .tab-text {
    font-size: 13px;
    line-height: 18px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    height: 100vh;
  }

  .div-block-17 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 15px;
  }

  .hero-cta-secondary-small {
    flex: 1;
  }

  .footer-brand {
    padding-left: 0;
  }

  .faq-contact-button {
    text-align: center;
    flex: 1;
  }

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

  .plus-hero {
    background-position: 0 100%;
    height: 671px;
    margin-top: -230px;
    margin-left: 159px;
    overflow: hidden;
  }

  .div-block-22-copy {
    max-width: 100%;
  }

  .quote-large {
    letter-spacing: -1.3px;
    width: 90%;
    font-size: 1.5rem;
    line-height: 28px;
  }

  .div-block-17-copy {
    margin-top: 16px;
  }

  .menu-button {
    padding-right: 12px;
  }

  .hero-heading-smaller {
    padding-top: 0;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .column-62 {
    order: -1;
    min-height: 290px;
    display: block;
  }

  .div-block-72 {
    min-width: auto;
    height: 100%;
    min-height: auto;
  }

  .hero-cta-secondary-small-2 {
    flex: 1;
  }

  .hd-2-2 {
    line-height: 36px;
  }

  .div-block-13-copy {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 32px;
  }

  .section-hero-job {
    z-index: 10;
    padding-top: 8rem;
    padding-bottom: 0;
    position: relative;
  }

  .section-heading-2 {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .section-subheading-2 {
    line-height: 24px;
  }

  .hero-cta-secondary-small-copy {
    flex: 1;
  }
}

#w-node-_361ddb51-976b-256e-e861-9bd9b263f623-b263f622, #w-node-_361ddb51-976b-256e-e861-9bd9b263f63b-b263f622, #w-node-_361ddb51-976b-256e-e861-9bd9b263f655-b263f622, #w-node-_5897ee95-339a-1b29-d720-988d35cb01fe-1662c3e5, #w-node-b49184db-e429-7996-d40c-cfdc01e30114-1662c3e5, #w-node-d5bfb53d-49ea-7ed9-1a42-97f5f8254e59-1662c3e5, #w-node-_97e4f1a9-55b8-7697-b1ec-6a61d81ef979-1662c3e5, #w-node-_87a47386-5c9c-b8be-fa63-ad68b909c93b-1662c3e5, #w-node-_9dcc0cde-d2c4-899d-d54c-4124180fbcc3-1662c3e5, #w-node-_159cc5fb-1ef4-1305-36d8-ee74d47c89f6-1662c3e5, #w-node-_3cb1f442-f080-4388-5c18-81eee57ee56c-1662c3e5, #w-node-_59b4e1e8-742f-c3de-a9cb-b9e8f7dd8ae2-1662c3e5, #w-node-_0db4b3ba-777c-276f-efda-54b7d0af5984-1662c3e5, #w-node-_3a70f5b8-6cdb-63d0-9c5b-b240923ecb35-1662c3e5, #w-node-_38a74e5f-025a-e8f2-3bb3-76b76025ed64-1662c3e5, #w-node-d76f3ecc-adb5-cd0c-23a9-8cad23be2d15-1662c3e5, #w-node-cbbb8ba2-00ab-afd9-6406-60fdd5911d11-1662c3e5, #w-node-f49de760-6db0-37d5-4220-9a3148326512-1662c3e5, #w-node-_9b67c30d-8684-1fbc-a4ff-bbd0cc806fe9-1662c3e5, #w-node-f0eb2aba-3629-2f90-38a4-a0f7f24fbcc1-1662c3e5, #w-node-_74259b57-3539-26d5-c09e-d011da1fbb91-1662c3e5, #w-node-_63391d0a-96f2-c02a-0403-6d7d27adc610-1662c3e5, #w-node-d4453150-f6e2-3282-2b9d-712cf9108fa4-1662c3e5, #w-node-_5fa12faf-a993-d8e6-0dc2-30d9a20616a9-1662c3e5, #w-node-cc3c651f-8a09-a1ae-4eda-f3e2c762ea30-1662c3e5, #w-node-ee0f2de5-76a2-7553-962c-55728aa6a99a-1662c3e5, #w-node-_81245d19-faab-ee97-7267-138bc9e72b98-1662c3e5, #w-node-c3b7d9be-a44f-79a4-a23a-422e709cc679-1662c3e5, #w-node-_32f3884f-a107-126b-e0cd-e0f883a2e0aa-1662c3e5, #w-node-c6e3ec8e-e46f-a977-05a8-a0601e218e6e-1662c3e5, #w-node-_18021072-458d-fb85-6d48-d2c58224230f-1662c3e5, #w-node-_14035dd9-d14e-3cfc-ec15-f26e01f27941-1662c3e5, #w-node-c19f8afd-8953-9a99-1b3d-1c4752c65c55-1662c3e5, #w-node-f5baf814-8028-2226-7e14-f5ce8714df1c-1662c3e5, #w-node-_55fe0e7c-2ec8-a88d-0acd-9ccd1c05165b-1662c3e5, #w-node-ff44ef38-408c-b497-650a-3dee821f7dd3-1662c3e5, #w-node-_6aefdb51-9cde-302a-cb9b-7c711122d350-1662c3e5, #w-node-ec33436c-1546-7b80-39db-a0179e9ff5e9-1662c3e5, #w-node-_906fd8a9-3830-9bd4-581c-31abe9dd18cb-1662c3e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


