@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-LightOblique.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue Condensed;
  src: url('../fonts/HelveticaNeue-CondensedBlack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #06145c;
  --dark-slate-blue: #3a374c;
  --white: white;
  --beige: #dbddda;
  --light-sea-green: #57bcad;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.375em;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

p {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7em;
}

strong {
  font-family: Helveticaneue, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.layout {
  letter-spacing: .5px;
  font-family: Helveticaneue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25px;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  line-height: 1.5;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 2px -2px #000;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.container.top-nav {
  background-color: #eee;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--dark-slate-blue);
  font-size: 15px;
}

.nav-link.w--current {
  color: #58bcad;
}

.logo-image {
  width: 100px;
}

.logo-image.gray-scale {
  filter: grayscale();
  width: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.circle-outer {
  background-color: #807d9f33;
  border: 1px #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.circle-inner {
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  position: absolute;
}

.circle-outer-mask {
  z-index: 10;
  background-color: #0000;
  border: 0 solid #fff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  overflow: visible;
}

.block-holder-bottom-left {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.icon-scroll-down {
  z-index: 11;
  color: #151515;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.block-holder-top-right {
  z-index: 8;
  opacity: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.icon-scroll-top {
  z-index: 11;
  color: #151515;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: none;
  position: absolute;
}

.block-holder-bottom-right {
  z-index: 6;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.loader-block {
  transform-origin: 0 100%;
  background-color: #5ea99b;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.loader-block.top-left {
  float: none;
  opacity: 1;
  transform-origin: 100% 100%;
  width: 100%;
  height: 100%;
  transform: translate(0)rotate(-90deg);
}

.loader-block.top-right {
  opacity: 1;
  transform-origin: 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(-90deg);
}

.loader-block.bottom-right {
  float: none;
  opacity: 1;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.loader-block.bottom-left {
  float: none;
  opacity: 1;
  transform-origin: 100% 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.mask-block {
  z-index: 2;
  background-color: #ccc;
  width: 50%;
  height: 50%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mask-block.dash-1 {
  z-index: 9;
  top: 0;
  left: 0;
}

.mask-block.dash-4 {
  z-index: 3;
  top: auto;
  bottom: 0;
  left: 0;
}

.mask-block.dash-2 {
  z-index: 7;
  top: 0;
  left: auto;
  right: 0;
}

.mask-block.dash-3 {
  z-index: 5;
  inset: auto 0 0 auto;
}

.button-go-to-top {
  z-index: 50;
  color: #06145c;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 2rem;
  margin-left: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.block-holder-top-left {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.bg-hero-img {
  z-index: 5;
  object-fit: cover;
  background-image: url('../images/quest-hero-img-compass.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.white-block {
  z-index: 0;
  position: relative;
}

.home-hero-section {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: block;
}

.hero-content {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 6vw 6vw 10vw 3vw;
  display: flex;
  position: relative;
}

.title-2-medium-3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.2;
}

.title-2-medium-3.fade-in-1st {
  color: #58bcad;
  font-family: Helveticaneue, sans-serif;
  font-weight: 700;
}

.title-2-medium-3.fade-in-2nd, .title-2-medium-3.fade-in-3rd {
  color: #58bcad;
  font-weight: 700;
}

.card-bg-graphic {
  opacity: .29;
  mix-blend-mode: luminosity;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card-bg-graphic._04 {
  bottom: -46%;
  right: -46%;
}

.card-bg-graphic._03 {
  z-index: 20;
  opacity: .88;
  mix-blend-mode: lighten;
  position: absolute;
  inset: auto -78% -28% auto;
}

.image-2 {
  mix-blend-mode: normal;
}

.hero-compass {
  z-index: 10;
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #333;
  width: 50%;
  display: block;
  position: absolute;
  inset: -5% auto auto -2%;
}

.cards-hero {
  z-index: 10;
  position: relative;
}

.sticky-section {
  z-index: 2;
  perspective: 1020px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 110vh;
  display: flex;
  position: sticky;
  bottom: 0;
}

.sticky-section.z6 {
  z-index: 6;
  height: 115vh;
}

.card-content {
  padding-bottom: 6vw;
  padding-right: 6vw;
}

.space-grid {
  z-index: 5;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.title-1-large {
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.title-1-large.text-white {
  color: var(--white);
  margin-bottom: 20px;
}

.title-1-large.text-color-white {
  color: #fff;
  text-align: left;
}

.title-1-large.text-color-white.text-align-centre {
  text-align: center;
  font-family: Helveticaneue, sans-serif;
}

.compass-pointer-wrapper {
  width: 30px;
  height: 30px;
  position: relative;
  left: -16px;
}

.card-header {
  z-index: 1;
  padding-top: 8vw;
  padding-left: 0;
  padding-right: 6vw;
  position: relative;
}

.card-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.card-bg-03-copy {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #7d919f;
  background-color: #fffffffa;
  width: 80vw;
  height: 116vh;
  position: relative;
  overflow: hidden;
}

.lead-text {
  color: var(--dark-slate-blue);
  letter-spacing: .3px;
  max-width: none;
  font-family: Helveticaneue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

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

.lead-text.text-color-white.dim {
  opacity: .8;
  max-width: 70ch;
}

.lead-text.text-color-white.short {
  max-width: 70ch;
}

.lead-text.short {
  letter-spacing: .3px;
  white-space: break-spaces;
  max-width: 44ch;
}

.card-breadcrumb {
  z-index: 10;
  perspective-origin: 0%;
  transform-origin: 50% 0;
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100vh;
  height: 6vw;
  padding-left: 6vw;
  padding-right: 8vw;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(-50%)rotate(-90deg);
}

.card-bg-02-copy {
  color: #7d9f8f;
  background-color: #ffffffd9;
  width: 80vw;
  height: 101vh;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section-team {
  height: 100vh;
  position: relative;
}

.bg-image {
  z-index: 0;
  object-fit: cover;
  background-image: linear-gradient(#15151552, #15151552), url('../images/about.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 6vw;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center start;
  width: 100%;
  height: 100%;
}

.team-content {
  align-items: flex-start;
  position: relative;
}

.section-philosophy {
  position: relative;
}

.grid-2 {
  z-index: 50;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.section-header {
  z-index: 1;
  padding-top: 8vw;
  padding-right: 6vw;
  position: relative;
}

.card-content-2 {
  padding-bottom: 6vw;
  padding-right: 6vw;
}

.cards {
  z-index: 10;
  position: relative;
}

.space-grid-2 {
  z-index: 5;
  grid-column-gap: 35px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
  position: relative;
}

.sticky-section-copy {
  perspective: 1020px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 112vh;
  display: flex;
  position: sticky;
  bottom: 0;
}

.card-bg-02 {
  color: #7d9f8f;
  background-color: #58bcad;
  width: 70vw;
  height: 105vh;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.card-bg-03 {
  background-color: var(--beige);
  color: #7d919f;
  width: 70vw;
  height: 105vh;
  position: relative;
  overflow: hidden;
}

.sticky-section-copy-2 {
  perspective: 1020px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 110vh;
  display: flex;
  position: sticky;
  bottom: 0;
}

.sticky-section-copy-2.z4 {
  z-index: 4;
  justify-content: flex-start;
  height: 110vh;
  display: flex;
}

.text-color-blue {
  color: var(--dark-slate-blue);
  margin-top: 0;
  font-size: 1.75em;
}

.card-grid-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.graph {
  opacity: .82;
  width: 100%;
  height: 90%;
  margin-bottom: 20px;
}

.offering-content {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.section-offering {
  background-color: var(--dark-slate-blue);
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.div-block-3 {
  object-fit: contain;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.contact-header {
  z-index: 1;
  padding-top: 8vw;
  padding-left: 6vw;
  padding-right: 6vw;
  position: relative;
}

.sticky-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
}

.section-contact {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  padding-left: 6vw;
  padding-right: 128px;
  display: flex;
  position: relative;
  top: auto;
}

.text-field {
  color: #9f7d99;
  background-color: #9f7d9933;
  border: 1px solid #9f7d9933;
  border-right-style: none;
  border-radius: 16px 0 0 16px;
  margin-bottom: 0;
  padding-left: 17px;
  padding-right: 17px;
  transition: border-color .4s;
}

.text-field:focus {
  color: #9f7d99;
  border-top-color: #9f7d99;
  border-bottom-color: #9f7d99;
  border-left-color: #9f7d99;
}

.text-field::placeholder {
  color: #9f7d99;
}

.subscribe {
  z-index: 100;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-align: center;
  border: 1px solid #ffffff1c;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 48px;
  position: relative;
}

.form-2 {
  z-index: 20;
  background-color: #0000;
  position: relative;
}

.footer-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  max-width: 840px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.min-height-section-below {
  flex: 1;
  min-height: 100vh;
}

.bg-contact {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080), url('../images/shutterstock_608585822.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.text-field-2 {
  color: #fff;
  background-color: #a7a7a733;
  border-style: solid;
  border-color: #cacaca82;
  border-radius: 0;
  margin-bottom: 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
}

.text-field-2::placeholder {
  color: #fff;
}

.form-block-2 {
  z-index: 20;
  margin-top: 3vw;
  position: relative;
}

.submit-button {
  color: #2a3247;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 16px;
  height: 54px;
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 12px;
  transition: background-color .6s;
}

.submit-button:hover {
  background-color: #7d919f;
}

.footer {
  z-index: 0;
  color: #f1f5fc;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 11vw;
  padding-right: 6vw;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.logo-footer-wrapper {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.disclaimer {
  color: #2a3247;
  text-align: left;
  width: 500px;
  font-size: 9px;
  line-height: 14px;
}

.disclaimer.dim {
  opacity: .85;
  font-size: 9px;
  font-weight: 400;
  line-height: 16px;
}

.footer-disclaimer-wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.text-color-gray {
  color: #2a3247;
  text-align: left;
}

.text-color-gray.leftcol {
  border-right: 1px solid #ddd;
  margin-right: 4px;
  padding-right: 4px;
}

.disclaimer-card {
  background-color: var(--beige);
  color: #7d919f;
  width: 100vw;
  height: auto;
  padding-left: 6vw;
  padding-right: 6vw;
  position: relative;
  overflow: hidden;
}

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

.section-process {
  z-index: 0;
  background-color: #fff;
  height: auto;
  min-height: 0;
  position: relative;
}

.link {
  color: var(--dark-slate-blue);
}

.page-wrapper-2 {
  margin-top: 60px;
  padding-top: 0;
}

.team-content-copy {
  align-items: flex-start;
  padding-left: 8vw;
  position: relative;
}

.link-block {
  text-align: left;
  margin-right: 0;
  text-decoration: none;
}

.rich-text {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.rich-text p {
  font-family: Helveticaneue, sans-serif;
  font-weight: 400;
}

.contact-us-header {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Helveticaneue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.text-block {
  font-size: 9px;
  line-height: 18px;
}

.circle-outer-2 {
  background-color: #807d9f33;
  border: 1px #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.loader-block-2 {
  transform-origin: 0 100%;
  background-color: #9f7d99;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.loader-block-2.top-right {
  background-color: var(--light-sea-green);
  opacity: 1;
  transform-origin: 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  transform: rotate(-90deg);
}

.loader-block-2.bottom-right {
  float: none;
  background-color: var(--light-sea-green);
  opacity: 1;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.loader-block-2.bottom-left {
  float: none;
  background-color: var(--light-sea-green);
  opacity: 1;
  transform-origin: 100% 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.loader-block-2.top-left {
  float: none;
  background-color: var(--light-sea-green);
  opacity: 1;
  transform-origin: 100% 100%;
  width: 100%;
  height: 100%;
  transform: translate(0)rotate(-90deg);
}

.top-nav {
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  display: flex;
}

.text-block-2 {
  font-size: 13px;
  line-height: 1rem;
}

.text-block-2.is-mobile {
  font-size: 11px;
}

.div-block-4 {
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 11vw;
}

.brandinglab-link {
  opacity: .68;
  color: var(--dark-slate-blue);
  font-size: 10px;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

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

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: none;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  border: 2px solid var(--light-sea-green);
  background-color: var(--light-sea-green);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: 1.225rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--light-sea-green);
  color: var(--light-sea-green);
  background-color: #f5f5f5;
  padding-top: 1.225rem;
  padding-bottom: 1.225rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  line-height: 1.25rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

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

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  align-items: stretch;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-manager_component-2 {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

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

.fs-cc-banner_component-2 {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .title-2-medium-3.fade-in-1st, .title-2-medium-3.fade-in-2nd, .title-2-medium-3.fade-in-3rd {
    font-size: 2.5rem;
  }

  .title-1-large {
    font-size: 2vw;
  }

  .compass-pointer-wrapper {
    height: 30px;
    margin-bottom: 1vw;
  }

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

  .card-content-2 {
    padding-bottom: 4vw;
  }

  .text-field {
    font-size: 2vw;
  }

  .text-field-2 {
    font-size: 16px;
  }

  .footer {
    margin-top: 0;
  }

  .contact-us-header {
    font-size: 2vw;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    font-size: 16px;
  }

  .title-2-medium-3.fade-in-3rd {
    font-size: 2.5em;
  }

  .space-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .title-1-large {
    font-size: 2vw;
  }

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

  .card-content-2 {
    padding-right: 3vw;
  }

  .space-grid-2 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .card-bg-02, .card-bg-03 {
    padding-left: 6vw;
  }

  .rich-text p {
    font-size: 16px;
  }

  .contact-us-header {
    font-size: 2vw;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container {
    justify-content: space-between;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .nav-link {
    font-size: 21px;
  }

  .logo-image {
    width: 125px;
  }

  .title-2-medium-3.fade-in-1st, .title-2-medium-3.fade-in-2nd {
    font-size: 3rem;
  }

  .title-2-medium-3.fade-in-3rd {
    font-size: 3em;
  }

  .card-bg-graphic._03 {
    bottom: 1%;
    right: -80%;
  }

  .space-grid {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .lead-text {
    font-size: 24px;
    line-height: 1.8em;
  }

  .card-breadcrumb {
    font-size: 14px;
  }

  .space-grid-2 {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .text-color-blue {
    font-size: 2.5rem;
  }

  .graph {
    height: 100%;
  }

  .offering-content {
    padding-left: 6vw;
  }

  .div-block-3 {
    height: 400px;
  }

  .logo-footer-wrapper {
    max-width: 600px;
  }

  .disclaimer.dim {
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .rich-text p {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    height: auto;
  }

  .nav-link {
    border-bottom: 1px solid #ececec;
    transition: all .35s;
  }

  .nav-link:hover {
    opacity: 1;
    background-color: #fafafa;
  }

  .button-go-to-top {
    display: none;
  }

  .hero-content {
    padding-left: 4vw;
  }

  .title-2-medium-3 {
    max-width: none;
  }

  .hero-compass {
    width: 80%;
  }

  .sticky-section {
    height: 100vh;
    position: relative;
  }

  .sticky-section.z6, .sticky-section.z5 {
    height: auto;
  }

  .card-content {
    padding-bottom: 0;
    padding-right: 0;
  }

  .space-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: none;
  }

  .title-1-large {
    max-width: none;
  }

  .card-header {
    padding: 0;
  }

  .card-grid {
    grid-template-rows: auto auto;
  }

  .card-bg-03-copy {
    background-color: #ffffffe6;
    width: 80vw;
    height: auto;
    padding: 80px 40px 80px 50px;
  }

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

  .card-breadcrumb {
    height: 40px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .card-breadcrumb.hide {
    display: none;
  }

  .card-bg-02-copy {
    background-color: #ffffffe8;
    background-image: none;
    width: 80vw;
    height: auto;
    padding: 80px 50px;
  }

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

  .section-header {
    padding: 0;
  }

  .card-content-2 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .space-grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: none;
  }

  .sticky-section-copy {
    height: 100vh;
    position: relative;
  }

  .card-bg-02 {
    background-color: #58bcad;
    background-image: none;
    width: 85vw;
    height: 100vh;
    padding: 80px 50px;
  }

  .card-bg-03 {
    background-image: none;
    width: 85vw;
    padding: 80px 40px 80px 50px;
  }

  .sticky-section-copy-2 {
    height: 100vh;
    position: relative;
  }

  .text-color-blue {
    color: #06145c;
  }

  .card-grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .offering-content {
    padding-top: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .contact-header {
    padding: 0;
  }

  .sticky-footer {
    height: 100vh;
  }

  .text-field {
    box-shadow: inset 0 0 #0000;
  }

  .subscribe {
    max-width: none;
  }

  .min-height-section-below {
    min-height: auto;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    height: auto;
    margin-top: 0;
    padding: 20px 40px 20px 6vw;
  }

  .logo-footer-wrapper {
    width: auto;
  }

  .disclaimer {
    flex: 1;
  }

  .disclaimer-card {
    background-image: none;
    width: 100vw;
    padding: 60px 40px;
  }

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

  .nav-menu {
    background-color: #fffffff2;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .icon {
    color: #6d6d6d;
  }

  .team-content-copy {
    padding-left: 0;
  }

  .contact-us-header {
    max-width: none;
  }

  .text-block-2.is-mobile {
    color: var(--white);
    text-shadow: 1px 1px 4px #000;
  }

  .overlay {
    background-image: linear-gradient(#fff3 9%, #000 77%);
    height: 100%;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-4 {
    padding-left: 7vw;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
  }

  .button-go-to-top {
    bottom: 24px;
    right: 24px;
  }

  .bg-hero-img {
    background-image: url('../images/mobile-hero-compass.jpg');
    background-position: 50%;
  }

  .hero-content {
    padding-bottom: 10vw;
  }

  .title-2-medium-3 {
    font-size: 36px;
  }

  .card-bg-graphic._04 {
    bottom: 0%;
  }

  .card-bg-graphic._03 {
    display: none;
  }

  .image-2 {
    display: block;
  }

  .hero-compass {
    width: 90%;
    top: 0%;
    left: -10%;
  }

  .sticky-section {
    position: relative;
  }

  .sticky-section.z6, .sticky-section.z5 {
    height: auto;
  }

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

  .card-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-bg-03-copy {
    background-color: #fffffff2;
    height: auto;
    padding: 40px;
  }

  .card-breadcrumb {
    width: auto;
    height: auto;
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: relative;
    inset: auto 0% 0%;
    transform: none;
  }

  .card-breadcrumb.on-hero {
    padding-top: 5px;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 50% auto auto 0%;
    transform: translate(-50%)rotate(-90deg);
  }

  .card-bg-02-copy {
    background-color: #ffffffe6;
    height: auto;
    padding: 40px 24px 40px 40px;
  }

  .bg-image {
    background-image: linear-gradient(#15151552, #15151552), url('../images/mobile-about.jpg'), none, url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 0 0, 50%, 50%;
    background-size: auto, cover, cover, auto;
    background-attachment: scroll, fixed, fixed, fixed;
  }

  .team-content {
    padding-left: 6vw;
  }

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

  .space-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .sticky-section-copy {
    height: auto;
    position: relative;
  }

  .card-bg-02, .card-bg-03 {
    width: 80vw;
    height: auto;
    padding: 40px 6vw;
  }

  .sticky-section-copy-2 {
    position: relative;
  }

  .sticky-section-copy-2.z4 {
    height: auto;
  }

  .text-color-blue {
    color: var(--dark-slate-blue);
  }

  .card-grid-2 {
    grid-row-gap: 40px;
  }

  .section-offering {
    height: auto;
  }

  .section-contact {
    padding: 0 6vw;
  }

  .subscribe {
    padding: 36px 24px;
  }

  .submit-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 24px;
  }

  .disclaimer-card {
    height: auto;
    padding: 40px 24px;
  }

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

  .team-content-copy {
    padding-left: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .container.top-nav {
    height: 40px;
    padding-left: 10px;
    font-size: 16px;
  }

  .container.nav {
    margin-top: 9px;
    padding-top: 0;
  }

  .logo-image.gray-scale {
    text-align: left;
    margin-right: 0;
  }

  .button-go-to-top {
    display: none;
  }

  .bg-hero-img {
    background-image: url('../images/mobile-hero-compass.jpg'), url('../images/quest-hero-image-01.jpg');
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, cover;
    background-attachment: fixed, fixed;
    height: 99vh;
  }

  .home-hero-section {
    height: 99vh;
  }

  .hero-content {
    justify-content: flex-end;
    padding-bottom: 16vw;
    padding-left: 8vw;
  }

  .title-2-medium-3 {
    letter-spacing: -.01em;
    font-size: 28px;
  }

  .card-bg-graphic {
    width: 143%;
    bottom: 0%;
  }

  .card-bg-graphic._04 {
    bottom: 0%;
    right: 0%;
  }

  .card-bg-graphic._03 {
    bottom: 0%;
    right: -30%;
  }

  .hero-compass {
    width: 100%;
    position: absolute;
    inset: 7% auto auto -22%;
  }

  .sticky-section {
    height: auto;
  }

  .space-grid {
    grid-template-rows: auto;
  }

  .compass-pointer-wrapper {
    left: -5px;
  }

  .card-bg-03-copy {
    background-image: none;
    width: 100vw;
    padding: 40px 20px;
  }

  .card-breadcrumb {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .card-breadcrumb.on-hero {
    height: 40px;
    top: 40%;
  }

  .card-bg-02-copy {
    width: 100vw;
    padding: 40px 20px;
  }

  .bg-image {
    object-fit: contain;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#00000040, #00000040);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .bg-image.process, .bg-image.team {
    background-image: linear-gradient(#00000080, #00000080), url('../images/mobile-about.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .team-content {
    background-color: #0f0f0f33;
    padding-left: 20px;
  }

  .section-philosophy {
    height: 100%;
  }

  .space-grid-2 {
    grid-template-rows: auto;
  }

  .sticky-section-copy {
    height: auto;
    overflow: hidden;
  }

  .card-bg-02, .card-bg-03 {
    width: 100vw;
    padding-left: 20px;
  }

  .sticky-section-copy-2 {
    height: auto;
  }

  .sticky-section-copy-2.z4 {
    height: auto;
    padding-top: 0;
  }

  .text-color-blue {
    color: var(--dark-slate-blue);
  }

  .graph {
    margin-top: 20px;
  }

  .offering-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-offering, .div-block-3 {
    height: auto;
  }

  .text-field {
    border-bottom-style: none;
    border-right-style: solid;
    border-radius: 0;
    height: 50px;
    box-shadow: inset 0 0 #0000;
  }

  .text-field:focus {
    border-right-color: #76e6b6;
  }

  .subscribe {
    padding: 20px 16px;
  }

  .text-field-2 {
    border-bottom-style: solid;
    border-bottom-color: #e2e0e282;
  }

  .submit-button {
    padding-left: 41px;
    padding-right: 41px;
  }

  .footer {
    background-color: #0000;
    align-items: flex-start;
  }

  .logo-footer-wrapper {
    color: #0000;
    background-color: #0000;
    flex-direction: column;
  }

  .disclaimer.dim {
    width: auto;
  }

  .text-color-gray {
    font-size: 10px;
  }

  .disclaimer-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-content-copy {
    padding-left: 0;
  }

  .text-block {
    text-align: center;
    font-size: 9px;
    line-height: 13px;
  }

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

  .overlay {
    background-image: linear-gradient(#0000 22%, #000 99%);
    height: 40%;
    inset: auto 0% 0%;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_component-2 {
    padding: 1.5rem;
  }
}

#w-node-b2a5753c-cb72-e75c-19ad-cf072d3b5f20-63319112 {
  grid-area: 1 / 5 / 2 / 7;
  justify-self: start;
}

#w-node-f6078af4-9ba7-a7e6-ad3e-6e09535a0aec-63319112, #w-node-_2cbb413c-1b33-0a26-c1ed-278a8ad64d01-63319112 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52838dc0-b1e6-b262-6796-2de540593689-63319112 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_52838dc0-b1e6-b262-6796-2de54059368f-63319112, #w-node-_50f0af2c-51a5-607d-7353-8c9bb20c404c-63319112 {
  grid-area: 2 / 2 / 3 / 5;
  align-self: end;
}

#w-node-db4f2c79-5ffa-588c-f658-b3591225d39d-63319112 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ad72231b-2e91-437d-2552-d7c9af4c5fbd-63319112 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ad72231b-2e91-437d-2552-d7c9af4c5fc3-63319112 {
  grid-area: 2 / 2 / 3 / 6;
  align-self: end;
}

#w-node-ad72231b-2e91-437d-2552-d7c9af4c5fc5-63319112, #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fc9-63319112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad72231b-2e91-437d-2552-d7c9af4c5fd2-63319112 {
  grid-area: 2 / 2 / 3 / 6;
  align-self: end;
}

#w-node-ad72231b-2e91-437d-2552-d7c9af4c5fd4-63319112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad72231b-2e91-437d-2552-d7c9af4c5fd8-63319112 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_86140e1a-4321-587f-480e-e294776f2473-63319112 {
  grid-area: 1 / 2 / 5 / 7;
  place-self: stretch start;
}

#w-node-_86140e1a-4321-587f-480e-e294776f247a-63319112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86140e1a-4321-587f-480e-e294776f247c-63319112 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8f154159-93ed-b06f-b694-3054f254bb41-63319112 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8f154159-93ed-b06f-b694-3054f254bb47-63319112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9141b1d-331d-c73d-bab4-455771368764-2d319115 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-c9141b1d-331d-c73d-bab4-45577136876a-2d319115 {
  grid-area: 2 / 1 / 3 / 6;
  align-self: end;
}

#w-node-c9141b1d-331d-c73d-bab4-455771368772-2d319115 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9141b1d-331d-c73d-bab4-455771368764-9c319116 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-c9141b1d-331d-c73d-bab4-45577136876a-9c319116 {
  grid-area: 2 / 1 / 3 / 6;
  align-self: end;
}

#w-node-_1afd7fcd-4009-15a1-11c4-0b41dded04ec-9c319116, #w-node-c9141b1d-331d-c73d-bab4-455771368772-9c319116 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-db4f2c79-5ffa-588c-f658-b3591225d39d-63319112 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_86140e1a-4321-587f-480e-e294776f2473-63319112 {
    grid-column-start: 1;
  }

  #w-node-c9141b1d-331d-c73d-bab4-455771368764-9c319116 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_1afd7fcd-4009-15a1-11c4-0b41dded04ec-9c319116 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fbd-63319112, #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fc3-63319112 {
    grid-column-start: 1;
  }

  #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fc5-63319112, #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fc7-63319112 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fd2-63319112 {
    grid-column-start: 1;
  }

  #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fd6-63319112 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fd8-63319112 {
    grid-column-start: 1;
  }

  #w-node-c9141b1d-331d-c73d-bab4-45577136876a-9c319116 {
    grid-column-end: 5;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_52838dc0-b1e6-b262-6796-2de540593689-63319112, #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fbd-63319112 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-c9141b1d-331d-c73d-bab4-455771368764-2d319115, #w-node-c9141b1d-331d-c73d-bab4-455771368764-9c319116 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c9141b1d-331d-c73d-bab4-45577136876a-9c319116 {
    grid-column-end: 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b2a5753c-cb72-e75c-19ad-cf072d3b5f20-63319112 {
    grid-column: 4 / 7;
  }

  #w-node-_52838dc0-b1e6-b262-6796-2de540593689-63319112 {
    grid-column: 1 / 6;
  }

  #w-node-_52838dc0-b1e6-b262-6796-2de54059368f-63319112 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: start;
  }

  #w-node-_50f0af2c-51a5-607d-7353-8c9bb20c404c-63319112 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fbd-63319112 {
    grid-column: 1 / 6;
  }

  #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fc3-63319112, #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fd2-63319112 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: end;
  }

  #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fd8-63319112 {
    grid-column: 1 / 6;
  }

  #w-node-_86140e1a-4321-587f-480e-e294776f2473-63319112 {
    grid-column: 1 / 7;
  }

  #w-node-c9141b1d-331d-c73d-bab4-455771368764-2d319115 {
    grid-column: 1 / 3;
  }

  #w-node-c9141b1d-331d-c73d-bab4-45577136876a-2d319115 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: end;
  }

  #w-node-c9141b1d-331d-c73d-bab4-455771368764-9c319116 {
    grid-column: 1 / 3;
  }

  #w-node-c9141b1d-331d-c73d-bab4-45577136876a-9c319116 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b2a5753c-cb72-e75c-19ad-cf072d3b5f20-63319112 {
    grid-column: 3 / 6;
  }

  #w-node-_52838dc0-b1e6-b262-6796-2de540593689-63319112 {
    grid-column-start: 1;
  }

  #w-node-_52838dc0-b1e6-b262-6796-2de54059368f-63319112 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: end;
  }

  #w-node-_50f0af2c-51a5-607d-7353-8c9bb20c404c-63319112 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: end;
  }

  #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fbd-63319112 {
    grid-column-start: 1;
  }

  #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fc3-63319112, #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fd2-63319112 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: end;
  }

  #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fd8-63319112, #w-node-c9141b1d-331d-c73d-bab4-455771368764-2d319115 {
    grid-column-start: 1;
  }

  #w-node-c9141b1d-331d-c73d-bab4-45577136876a-2d319115 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: end;
  }

  #w-node-c9141b1d-331d-c73d-bab4-455771368764-9c319116 {
    grid-column: 1 / 5;
  }

  #w-node-c9141b1d-331d-c73d-bab4-45577136876a-9c319116 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b2a5753c-cb72-e75c-19ad-cf072d3b5f20-63319112 {
    grid-column-start: 1;
  }

  #w-node-_52838dc0-b1e6-b262-6796-2de54059368f-63319112, #w-node-_50f0af2c-51a5-607d-7353-8c9bb20c404c-63319112, #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fc3-63319112, #w-node-ad72231b-2e91-437d-2552-d7c9af4c5fd2-63319112 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: end;
  }

  #w-node-_86140e1a-4321-587f-480e-e294776f2473-63319112 {
    grid-column: 1 / 6;
    grid-row-end: 2;
  }

  #w-node-c9141b1d-331d-c73d-bab4-455771368764-2d319115 {
    grid-column-end: 5;
  }

  #w-node-c9141b1d-331d-c73d-bab4-45577136876a-2d319115 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: end;
  }

  #w-node-c9141b1d-331d-c73d-bab4-455771368764-9c319116 {
    grid-column-end: 6;
  }

  #w-node-c9141b1d-331d-c73d-bab4-45577136876a-9c319116 {
    grid-area: 2 / 1 / 3 / 6;
    align-self: end;
  }
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-LightOblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue Condensed';
  src: url('../fonts/HelveticaNeue-CondensedBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}