:root {
  --maine-white-creme: #f7f7f2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.byq_brand {
  z-index: 1000000000;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 1.5rem auto auto 1.5rem;
}

.byq_symbol-embed {
  aspect-ratio: 1;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  display: flex;
}

.byq_logo-embed {
  justify-content: flex-start;
  align-items: center;
  height: 22px;
  display: flex;
}

.customers-avatars {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-cta {
  z-index: 1;
  width: 100%;
  height: auto;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

.text-h1-byq {
  z-index: 1;
  color: #fff;
  letter-spacing: -2px;
  font-size: 80px;
  font-weight: 500;
  line-height: 72px;
}

.button-bg-byq {
  background-color: #c5ef57;
  border: 1px solid #f0eeed14;
  border-radius: 8px;
  transition: background-color .3s;
  position: absolute;
  inset: 0%;
}

.button-bg-byq:hover {
  border-color: #f0eeed14;
}

.master-cta-content {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button-icon-wrap-byq {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.customers-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text-mask {
  pointer-events: none;
  flex: none;
  height: 24px;
  overflow: hidden;
}

.section-byq {
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-byq.cta-section {
  z-index: 0;
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-cover {
  z-index: 1;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.button-text-2 {
  z-index: 1;
  text-shadow: 0 1.5em #f0eeed;
  position: relative;
}

.overlay-lift-opacity {
  background-color: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-cta-byq {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cta-main-byq {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: transform .4s, color .65s;
  display: flex;
  position: relative;
}

.cta-main-byq:hover {
  transform: scale(1.08);
}

.main-container {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.icon-button {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  display: flex;
  position: relative;
}

.text-body-bold {
  font-weight: 500;
}

.text-body-bold.heading-strong {
  color: #fff;
}

.heading-medium-byq {
  color: #ffffff80;
}

.video-cta-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.customer-avatar {
  background-color: #fff;
  border: 1px solid #f0eeeda3;
  border-radius: 32px;
  flex: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.customer-avatar.inward {
  margin-left: -16px;
}

.avatar-contact {
  border: 2px solid #f7f7f2;
  border-radius: 100vw;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.avatar-contact.inward {
  margin-left: -16px;
}

.widget-process-item {
  background-color: #efede7a3;
  border: 1px solid #19181829;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.widget-process-item.dark-lift {
  color: #f7f7f2a3;
  ---mode--collection-a49bdcac-9684-253e-f2a5-ec790ca24346: base;
  background-color: #1e1c1b;
}

.icon-home-b-hero {
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 156px;
  display: flex;
}

.button-bg {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #191818;
  border: 1px solid #f7f7f214;
  border-radius: 16px;
  transition: background-color .3s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 -1px #f7f7f229, 0 1px #f7f7f214;
}

.button-bg:hover {
  background-color: #191818e0;
  border-color: #f7f7f214;
}

.button-bg.secondary {
  background-color: #0000;
  border-color: #19181829;
}

.button-bg.secondary {
  border-color: #19181829;
}

.button-bg.secondary:hover {
  background-color: #191818e0;
  border-color: #f7f7f214;
}

.label-large {
  letter-spacing: .75px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.button-icon-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.button-icon-wrap.left {
  margin-left: -4px;
}

.button-icon-wrap.small {
  width: 12px;
  height: 12px;
}

.icon-play {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.card-follow-up {
  color: #191818e0;
  background-color: #191818;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 64px;
  display: flex;
}

.divider-follow-up {
  background-color: #19181829;
  width: 100%;
  height: 1px;
}

.cta-avatars {
  display: flex;
}

.right-home-b-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-h1 {
  z-index: 1;
  text-align: left;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 72px;
}

.main-container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.card-home-b-process {
  background-image: url('../images/Callout_1Callout.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.widget-follow-up-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #191818e0;
  background-color: #f7f7f2;
  border: 1px solid #19181829;
  border-radius: 12px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.headline-home-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 680px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.headline-home-b.center {
  justify-content: flex-start;
  align-items: center;
}

.icon-button-2 {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
  position: relative;
}

.heading-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-follow-up {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.play-state {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #f7f7f2;
  background-color: #19181814;
  border: 1px solid #19181829;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 -1px #f7f7f229, 0 1px #f7f7f214;
}

.play-state.is-paused {
  color: #191818;
  background-color: #f7f7f2;
  border-color: #19181829;
}

.section {
  z-index: 2;
  color: #191818e0;
  background-color: #f7f7f2;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section.hero-home-a-section {
  padding-top: 120px;
  padding-bottom: 32px;
  display: flex;
  overflow: visible;
}

.section.home-a-column-a-section._120 {
  padding-top: 120px;
  padding-bottom: 60px;
}

.play-hero-b {
  display: block;
  position: absolute;
  inset: auto 24px 24px auto;
}

.label-small {
  letter-spacing: .75px;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.widget-follow-up-bottom-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  ---mode--collection-a49bdcac-9684-253e-f2a5-ec790ca24346: mode-432b6168-014b-d342-7aaf-e949cad7c195;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-cover-2 {
  z-index: 1;
  object-fit: cover;
  color: gray;
  width: 100%;
  height: 100%;
}

.follow-up-bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.follow-up-bottom.is-dark {
  color: #f7f7f2a3;
}

.home-b-avatars {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.follow-up-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label-master {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #191818e0;
  text-align: center;
  background-color: #efede7;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.label-master.is-dark {
  color: #f7f7f2e0;
  background-color: #1e1c1b;
}

.text-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.button-text {
  z-index: 1;
  text-shadow: 0 1.5em #f7f7f2;
  position: relative;
}

.button-text.secondary {
  text-shadow: 0 1.5em #f7f7f2;
}

.video-cover {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.button-wrap-centered {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.widget-process-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.video-home-b {
  border-radius: 12px;
  width: 100%;
  height: 628px;
  overflow: hidden;
}

.button-text-mask-2 {
  pointer-events: none;
  flex: none;
  height: 24px;
  overflow: hidden;
}

.button-text-mask-2.button {
  height: 16px;
}

.cta-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #f7f7f2;
  letter-spacing: 0;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-small.secondary {
  color: #191818;
}

.cta-small.secondary.is-small-secondary-dark {
  color: #f7f7f2;
}

.cta-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f7f7f2;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.cta-main.secondary {
  color: #191818;
}

.cta-main.secondary:hover {
  color: #f7f7f2;
}

.cta-main.small {
  padding-top: 8px;
  padding-bottom: 8px;
}

.icon-card-home-b {
  color: #191818;
  background-color: #efede7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.widget-follow-up {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  ---mode--collection-a49bdcac-9684-253e-f2a5-ec790ca24346: base;
  flex-flow: column;
  width: 100%;
  max-width: 391px;
  display: flex;
}

.home-b-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.master-navigation {
  z-index: 999;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.navbar.sticky {
  z-index: 3;
  background-color: var(--maine-white-creme);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
  position: relative;
  overflow: visible;
}

.brand-navbar {
  width: 136px;
}

.container {
  width: 100%;
  max-width: 1800px;
  padding-left: 32px;
  padding-right: 32px;
}

.master-home-a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.left-home-a {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 564px;
  display: flex;
}

.image-wrap-home-a {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.paragraph {
  text-align: left;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 15px;
}

.main-container-3 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.content-home-a-logo-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.text-h5 {
  color: #333;
  letter-spacing: -.5px;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.home-a-logo-wrap-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.slide-large-image {
  filter: blur(20px);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.right-testimonial-home-a {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  display: flex;
}

.top-tile-testimonial-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-h2 {
  letter-spacing: -3px;
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
}

.text-h2.no-margins {
  color: #191818;
  font-family: IBM Plex Serif, sans-serif;
}

.text-bold {
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 600;
}

.mask-testimonial-home-a {
  width: 65%;
  position: static;
  overflow: visible;
}

.label-master-2 {
  text-align: center;
  background-color: #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.label-master-2.light-text {
  color: #fff;
}

.label-small-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.section-2 {
  z-index: 2;
  background-color: #f7f4f1;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-2.slider-home-a {
  color: #fff;
  background-color: #efede7;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: clip;
}

.author-tile-testimonial {
  flex-flow: column;
  display: flex;
}

.text-h3 {
  letter-spacing: -2px;
  justify-content: flex-start;
  align-items: center;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 41px;
}

.image-cover-3 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.card-testimonial-home-a {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #1e1c1a;
  background-color: #f7f4f1;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 24px;
  display: grid;
}

.slide-testimonial-home-a {
  margin-right: 8px;
  position: static;
}

.image-wrap-home-a-slider {
  z-index: -1;
  filter: blur(10px);
  display: none;
  position: absolute;
  inset: 0%;
}

.author-wrap-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-slider {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 11px;
  display: flex;
}

.icon-slider.next {
  margin-left: 3px;
}

.navigation-testimonial-slider {
  font-size: 10px;
  display: none;
  inset: auto 0% -7%;
}

.slider-button-testimonial {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  background-color: #ffffff29;
  border: 1.5px solid #adadad;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-color .3s, transform .2s;
  display: flex;
  inset: -128px 0% auto auto;
}

.slider-button-testimonial:hover {
  color: #000;
  border-width: 1px;
  border-color: #adadad;
}

.slider-button-testimonial:active {
  border-width: 1px;
  border-color: #141414;
  transform: scale(.9);
}

.slider-button-testimonial.prev {
  color: #000;
  border-color: #adadad;
  right: 64px;
}

.avatar-testimonial-home-a {
  border-radius: 100vw;
  flex: none;
  width: 48px;
  height: 48px;
  display: none;
  overflow: hidden;
}

.image-wrap-testimonial-home-a {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
  display: flex;
  overflow: hidden;
}

.main-container-4 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.headline-home-a-slider {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

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

.main-container-3-copy {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

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

.content-column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 564px;
  display: flex;
}

.image-wrap-column {
  width: 100%;
  height: 751px;
  position: relative;
  overflow: hidden;
}

.h2 {
  z-index: 1;
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.text-span {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: italic;
}

.service-list-child-l {
  grid-column-gap: 1.25rem;
  align-items: flex-start;
  display: flex;
}

.service-list-image-rel {
  border-radius: .5rem;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h3-rel {
  font-size: 2rem;
  line-height: 1.2;
}

.h3-rel.service {
  color: #262626;
  font-family: IBM Plex Serif, sans-serif;
  font-weight: 200;
}

.service-list-pg {
  z-index: 1;
  width: 25rem;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.div-hide {
  overflow: hidden;
}

.div-hide.rel-3 {
  z-index: 3;
  position: relative;
}

.spacer-40 {
  height: 2.5rem;
}

.service-list-parent {
  color: gray;
  cursor: pointer;
  position: relative;
}

.service-list-num {
  opacity: .5;
  position: relative;
  overflow: hidden;
}

.text-block-6 {
  color: #262626;
  font-family: IBM Plex Sans, sans-serif;
}

.btn-text {
  color: #000;
  text-transform: uppercase;
  padding: 2px 4px;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.h3 {
  font-size: 2rem;
  line-height: 1.2;
}

.h3.service {
  font-family: IBM Plex Serif, sans-serif;
  font-weight: 200;
}

.service-line-btm-wrap {
  z-index: 1;
  background-color: #3333;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container-large-2 {
  width: 100%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-2.material {
  max-width: 1800px;
}

.padding-top-2 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top-2.padding-xxlarge {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}

.padding-top-2.padding-xxlarge._5rembottom {
  padding: 5rem 48px 8rem;
}

.service-list-num-ab {
  position: absolute;
  inset: 0% auto auto 0%;
}

.service-list-img-parent {
  z-index: 5;
  transform-origin: 0 100%;
  background-color: #dadad3;
  border: 1px #333;
  border-radius: .75rem;
  width: 15vw;
  height: 30vh;
  padding: .625rem;
  display: flex;
  position: absolute;
  inset: auto 35% -65% auto;
}

.section-material {
  background-color: #e3e2df;
}

.section-material.white {
  background-color: #efede7;
}

.service-line-btm-fill {
  background-color: #333;
  width: 0%;
  height: 1px;
}

.service-list-child {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.icon-1x1-sm24 {
  width: 1.5rem;
  height: 1.5rem;
}

.service-whipe {
  background-color: #33333308;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-3 {
  color: gray;
  font-family: IBM Plex Sans, sans-serif;
}

.h3-ab {
  font-size: 2rem;
  line-height: 1.2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.h3-ab.service {
  color: #262626;
  font-family: IBM Plex Serif, sans-serif;
  font-weight: 200;
}

.service-list-img {
  object-fit: cover;
  border: 1px #33333380;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.border-line-text {
  z-index: 1;
  background-color: #191818;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spacer-20 {
  height: 1.25rem;
}

.div-block-2 {
  flex-flow: column;
  max-width: 912px;
  display: flex;
}

.main-container-2-copy {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.text-h1-copy {
  z-index: 1;
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 72px;
}

.wrap-contact-a-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.form-block {
  padding: 32px;
}

.text-h1-copy-copy {
  z-index: 1;
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Serif, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 72px;
}

.form {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-form-top-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-message-success {
  background-color: #dfddda;
  border-radius: .625rem;
  padding: 1.25rem;
}

.form-field {
  z-index: 100;
  color: #262626;
  background-color: #dedcd7;
  border: 1px solid #d2d2cf;
  border-radius: .625rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.4rem;
  font-size: .95rem;
  font-weight: 300;
  position: relative;
}

.form-field::placeholder {
  color: #0b0e1099;
}

.form-field.is-text-area {
  min-height: 9.5rem;
  padding-top: 1.25rem;
}

.form-input-block {
  position: relative;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.contact-body {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.padding-horizontal-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.form-message-error {
  background-color: #dfddda;
  border-radius: .625rem;
  margin-top: .75rem;
  padding: .75rem;
}

.form_label-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .7rem;
  font-weight: 400;
}

.form-two-columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.contact-body-block {
  min-width: 35rem;
  padding-left: 0;
  padding-right: 0;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #d2d2cf;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  min-height: 2.65rem;
  padding: .75rem .95rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.button-3.is-form-submit {
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #191818;
  border-radius: 16px;
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

.contact-hero-left {
  z-index: 10;
  background-color: #efede7;
  border: 1px #000;
  border-radius: 1.4rem;
  padding: 32px;
  font-family: IBM Plex Sans, sans-serif;
  position: relative;
}

.form-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  display: flex;
}

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

.card-contact-c {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #efede7;
  border-radius: 1.4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
}

.text-wrap-contact-c-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-7 {
  color: #191818;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-8 {
  font-family: IBM Plex Sans, sans-serif;
}

.image {
  width: 1.4rem;
}

.image._3 {
  width: 1.2rem;
}

.div-block-3 {
  filter: blur(10px);
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.image-2 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.text-span-2 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: italic;
  font-weight: 400;
}

.footer {
  background-color: #191818;
  padding-top: 80px;
  padding-bottom: 32px;
  font-family: IBM Plex Sans, sans-serif;
}

.container-2 {
  max-width: 1800px;
  padding-left: 32px;
  padding-right: 32px;
}

.content-footer {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  flex-flow: column;
  display: flex;
}

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

.footer-bottom-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid #f7f7f229;
  flex-flow: column;
  display: flex;
}

.footer-legal-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  display: flex;
}

.footer-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .56;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  width: 16px;
  height: 16px;
}

.text-block-9 {
  opacity: .56;
  color: var(--maine-white-creme);
}

.div-block-4 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-flow: column;
  display: flex;
}

.text-block-10 {
  color: var(--maine-white-creme);
  width: 300px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.link-menu {
  font-weight: 500;
}

.link-menu:hover {
  opacity: .64;
}

.link-menu.w--current {
  color: #191818;
}

.image-3 {
  z-index: 11;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-11 {
  position: absolute;
  top: 25px;
  left: 20px;
}

.hover {
  transition: all .2s;
  position: relative;
}

.hover:hover {
  opacity: 0;
}

.text-span-3 {
  font-family: IBM Plex Serif, sans-serif;
  font-weight: 600;
}

.text-block-12, .text-block-13, .text-block-14 {
  font-family: IBM Plex Sans, sans-serif;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: #191818;
  font-weight: 500;
}

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

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

.nav-link-2 {
  color: #191818;
  font-weight: 500;
}

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

.nav-link-2.w--current {
  color: #191818;
}

.nav-link-3 {
  font-weight: 500;
}

.nav-link-3:hover {
  opacity: .64;
}

.nav-link-3.w--current {
  color: #191818;
}

.italic-text {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-span-4, .text-span-5, .text-span-6 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: italic;
}

.phone-link {
  text-decoration: none;
}

.text-span-7 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .text-h1 {
    font-size: 46px;
    line-height: 52px;
  }

  .main-container-2 {
    max-width: none;
  }

  .label-small {
    font-size: 10px;
  }

  .cta-small {
    ---mode--collection-a49bdcac-9684-253e-f2a5-ec790ca24346: base;
    text-decoration: none;
  }

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

  .card-testimonial-home-a {
    grid-template-columns: 1fr;
  }

  .image-wrap-testimonial-home-a {
    height: 350px;
  }

  .grid {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  .h3-rel.service {
    font-size: 1.8rem;
  }

  .service-list-pg {
    width: 40rem;
  }

  .h3.service {
    font-size: 1.8rem;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-list-img-parent {
    display: none;
  }

  .h3-ab.service {
    font-size: 1.8rem;
  }

  .main-container-2-copy {
    max-width: none;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    object-fit: cover;
    height: 100%;
  }

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

  .icon {
    mix-blend-mode: exclusion;
  }

  .nav-menu-2 {
    background-color: var(--maine-white-creme);
  }
}

@media screen and (max-width: 767px) {
  .text-h1-byq {
    font-size: 60px;
    line-height: 56px;
  }

  .button-icon-wrap-byq {
    width: 12px;
    height: 12px;
  }

  .main-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon-button {
    width: 12px;
  }

  .heading-cta {
    max-width: 390px;
  }

  .avatar-contact {
    border-radius: 100vw;
  }

  .widget-process-item {
    border-radius: 12px;
    padding: 10px 12px;
  }

  .icon-home-b-hero {
    width: 120px;
    height: 120px;
  }

  .button-bg {
    border-radius: 16px;
  }

  .label-large {
    letter-spacing: .75px;
    font-size: 10px;
    line-height: 12px;
  }

  .button-icon-wrap {
    width: 12px;
    height: 12px;
  }

  .button-icon-wrap.left {
    margin-left: -2px;
  }

  .button-icon-wrap.small, .icon-play {
    width: 10px;
    height: 10px;
  }

  .card-follow-up {
    border-radius: 12px;
    padding: 48px;
  }

  .right-home-b-hero {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-h1 {
    letter-spacing: -2px;
    font-size: 44px;
    line-height: 48px;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-home-b-process {
    border-radius: 12px;
    padding: 16px;
  }

  .widget-follow-up-top-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 12px;
    padding: 12px;
  }

  .headline-home-b {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 680px;
    margin-bottom: 32px;
  }

  .icon-button-2 {
    width: 12px;
  }

  .icon-button-2.current.small, .icon-button-2.prev.small {
    width: 10px;
  }

  .heading-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .icon-follow-up {
    width: 12px;
    height: 12px;
  }

  .play-state {
    border-radius: 24px;
    padding: 8px 10px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .play-hero-b {
    bottom: 16px;
    right: 16px;
  }

  .label-small {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .widget-follow-up-bottom-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .follow-up-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .home-b-avatars {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 48px;
  }

  .follow-up-top {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .label-master {
    border-radius: 16px;
    padding: 4px 8px;
  }

  .text-small {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .button-wrap-centered {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .widget-process-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .video-home-b {
    border-radius: 12px;
    height: 360px;
  }

  .button-text-mask-2 {
    height: 20px;
  }

  .button-text-mask-2.button {
    height: 16px;
  }

  .cta-small {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    letter-spacing: 0;
    border-radius: 16px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .cta-main {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    letter-spacing: 0;
    border-radius: 16px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .icon-card-home-b {
    border-radius: 12px;
    padding: 16px;
  }

  .widget-follow-up {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .home-b-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .main-container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-h2.no-margins {
    font-size: 44px;
    line-height: 46px;
  }

  .text-h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .author-wrap-home {
    margin-top: 20px;
  }

  .icon-slider {
    width: 9px;
  }

  .navigation-testimonial-slider {
    margin-top: 10px;
    font-size: 8px;
    display: block;
    position: static;
    bottom: -44px;
  }

  .slider-button-testimonial {
    display: flex;
    top: -104px;
  }

  .slider-button-testimonial.prev {
    display: flex;
  }

  .avatar-testimonial-home-a {
    width: 40px;
    height: 40px;
    display: block;
  }

  .image-wrap-testimonial-home-a {
    height: 250px;
    display: flex;
  }

  .main-container-4, .main-container-3-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    grid-template-columns: 1fr;
  }

  .h2 {
    letter-spacing: -2px;
    font-size: 44px;
    line-height: 48px;
  }

  .h3-rel {
    font-size: 1.5rem;
  }

  .h3-rel.service {
    font-size: 1.6rem;
  }

  .service-list-pg {
    width: 20rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .h3.service {
    font-size: 1.6rem;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h3-ab {
    font-size: 1.5rem;
  }

  .h3-ab.service {
    font-size: 1.6rem;
  }

  .main-container-2-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h1-copy, .text-h1-copy-copy {
    letter-spacing: -2px;
    font-size: 44px;
    line-height: 48px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-body-block {
    min-width: auto;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .text-h1-byq {
    font-size: 40px;
    line-height: 43px;
  }

  .avatar-contact {
    width: 40px;
    height: 40px;
  }

  .icon-home-b-hero {
    width: 100px;
    height: 100px;
  }

  .card-follow-up {
    padding: 32px;
  }

  .right-home-b-hero {
    grid-template-columns: 1fr;
  }

  .section.hero-home-a-section {
    height: auto;
  }

  .button-text.secondary.norm, .button-text._14 {
    font-size: 14px;
  }

  .button-text-mask-2 {
    height: 20px;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 10px;
  }

  .button-text-mask-2.norm {
    font-size: 14px;
  }

  .nav-container {
    padding-left: 16px;
    padding-right: 0;
  }

  .brand-navbar {
    width: 120px;
    padding-left: 0;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .master-home-a {
    grid-template-columns: 1fr;
  }

  .home-a-logos-column {
    padding-left: 0;
    padding-right: 0;
  }

  .text-h2.no-margins {
    font-size: 38px;
  }

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

  .mask-testimonial-home-a {
    width: 100%;
  }

  .section-2.slider-home-a {
    padding-bottom: 80px;
  }

  .text-h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .headline-home-a-slider {
    margin-bottom: 48px;
  }

  .main-container-3-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-wrap-column {
    height: auto;
  }

  .service-list-child-l {
    grid-column-gap: 1rem;
    width: 100%;
  }

  .h3-rel.service {
    width: 100%;
    font-size: 1.4rem;
  }

  .service-list-pg {
    width: 100%;
  }

  .div-hide.rel-3 {
    max-width: 80%;
  }

  .h3.service {
    font-size: 1.4rem;
  }

  .container-large-2.material {
    padding-top: 0;
  }

  .padding-top-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top-2.padding-xxlarge._5rembottom {
    padding-top: 4rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-1x1-sm24 {
    width: 32px;
    height: 32px;
  }

  .h3-ab.service {
    width: 100%;
    font-size: 1.4rem;
  }

  .form-field {
    font-size: .75rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    object-fit: contain;
  }

  .menu-button {
    padding-left: 10px;
    padding-right: 13px;
  }
}

#w-node-_792e9433-466b-a45a-af58-35d4763a3b73-460bb3cc, #w-node-a9e78c62-30bd-a682-bc73-0206a551fdc3-460bb3cc, #w-node-_98c10a81-22f3-3ea0-de4b-1734cc61e2b1-460bb3cc {
  place-self: center;
}

#w-node-_574f0fc0-0717-f915-7763-709899f7b337-460bb3cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_574f0fc0-0717-f915-7763-709899f7b342-460bb3cc, #w-node-_574f0fc0-0717-f915-7763-709899f7b344-460bb3cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


