@font-face {
  font-family: D din;
  src: url('../fonts/D-DIN-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D dinexp;
  src: url('../fonts/D-DINExp-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D dincondensed;
  src: url('../fonts/D-DINCondensed.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D dinexp;
  src: url('../fonts/D-DINExp-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: D din;
  src: url('../fonts/D-DIN.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D dincondensed;
  src: url('../fonts/D-DINCondensed-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D din;
  src: url('../fonts/D-DIN-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: D dinexp;
  src: url('../fonts/D-DINExp.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

a {
  color: #fff;
  text-decoration: none;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: D din, sans-serif;
}

.navbar_wrapper {
  background-color: #ddd0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  text-transform: uppercase;
  padding: 20px 20px 10px;
  position: relative;
}

.hover-line_wrapper {
  height: 1px;
  overflow: hidden;
}

.nav_logo-link {
  order: -1;
  width: 12.5rem;
  margin-top: 20px;
  padding-bottom: 20px;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  max-width: 80rem;
  display: flex;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav_menu-wrapper {
  order: 1;
  display: flex;
}

.white-line {
  background-color: #fff;
  height: 1px;
}

.section-header {
  position: relative;
}

.container {
  max-width: 80rem;
}

.header-component {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.header-background {
  z-index: -1;
  background-image: url('../images/residential_b_hero_m.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.heading_main {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 69px;
}

.header_content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: 0 auto 260px;
  display: block;
}

.paragraph-1 {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.paragraph-1.caps {
  text-transform: uppercase;
}

.padding-vertical {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: block;
}

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

.text-size-medium {
  font-size: 1.3rem;
}

.text-size-medium.caps {
  text-transform: uppercase;
}

.counterup {
  font-size: 8.75rem;
  line-height: 1;
}

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

.section-preview {
  padding-bottom: 0;
  position: relative;
}

.background-skeleton {
  z-index: -1;
  min-height: 100vh;
  position: sticky;
  top: 10vh;
  bottom: 0;
}

.text-section-wrapper {
  width: 50%;
}

.paragraph {
  font-size: 1.25rem;
}

.non-stick-side {
  justify-content: flex-start;
  align-items: center;
  min-height: 800px;
  display: flex;
}

.rocket-skeleton {
  z-index: -2;
  background-image: url('../images/ezgif.com-gif-maker-2-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.table_component {
  width: 50%;
}

.heading-big {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.table-list {
  margin-top: 24px;
}

.table-item {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-small {
  font-size: 1.5rem;
}

.text-normal {
  font-size: 1.3rem;
}

.grey-span {
  color: #868686;
}

.rocket-complete {
  z-index: -1;
  background-image: url('../images/ezgif.com-gif-maker-3-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.section-video {
  align-items: flex-end;
}

.link-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

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

.tab-title.margin {
  margin-bottom: 36px;
}

.play-arrow {
  background-image: url('../images/play-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.section-engine {
  position: relative;
}

.engine-tab_images {
  z-index: -1;
  float: right;
  clear: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.tabs {
  height: 40rem;
  display: flex;
}

.tabs-menu {
  display: none;
  position: absolute;
}

.tabs-content {
  width: 100%;
}

.engine-tab_content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  display: flex;
}

.sea-level-engine {
  background-image: url('../images/residential_a_hardware_d.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 580px;
  margin-top: 6rem;
}

.tab-content-wrapper {
  max-width: 40%;
  margin-left: 55px;
}

.tab-buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
}

.text-block {
  font-family: D dinexp, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 25px;
}

.tab-buttons-seperator {
  background-color: gray;
  width: 1px;
  height: 20px;
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.vacuum-engine {
  background-image: url('../images/ezgif.com-gif-maker-7-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 580px;
  margin-top: 6rem;
  display: none;
}

.rocket-preview {
  margin-bottom: 0;
}

.preview-slider_componenet {
  background-color: #ddd0;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.left-arrow {
  top: 50%;
  left: 0%;
  right: auto;
}

.image {
  width: .8rem;
}

.right-arrow {
  top: 50%;
  left: auto;
  right: 0%;
}

.slider-mask {
  height: 100vw;
}

.slide_image {
  background-image: url('../images/residential_a_feature3_d.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}

.slide_image._2 {
  background-image: url('../images/ezgif.com-gif-maker-9-1.png');
}

.slide_image._3 {
  background-image: url('../images/home_a_feature2_m.jpg');
  background-position: 100%;
  background-size: cover;
}

.slide_image._4 {
  background-image: url('../images/ezgif.com-gif-maker-11-1.png');
}

.slide_image._5 {
  background-image: url('../images/ezgif.com-gif-maker-12-1.png');
}

.slide_image._6 {
  background-image: url('../images/ezgif.com-gif-maker-13-1.png');
}

.slide_image._7 {
  background-image: url('../images/ezgif.com-gif-maker-14-1.png');
}

.slide_image._8 {
  background-image: url('../images/ezgif.com-gif-maker-15-1.png');
}

.slide_image._10 {
  background-image: url('../images/ezgif.com-gif-maker-16-1.png');
}

.slide_image._11 {
  background-image: url('../images/ezgif.com-gif-maker-17-1.png');
}

.slide_image._12 {
  background-image: url('../images/ezgif.com-gif-maker-18-1.png');
}

.slide-nav {
  display: none;
}

.slide-text-wrapper {
  justify-content: center;
  align-items: flex-end;
  height: 10vh;
  display: flex;
  position: relative;
}

.slide-text {
  font-size: 1rem;
}

.padding-vertical-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer_part-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.footer_line {
  background-color: #fff;
  width: 1px;
  height: 9rem;
}

.footer_buttons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: block;
}

.footer_button-item {
  cursor: pointer;
  border: 1px solid #ffffff05;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: #000;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  position: static;
}

.button_bg-hover {
  z-index: -1;
  color: #000;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.footer-social_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 4rem;
  display: grid;
}

.footer-text {
  color: #979797;
  font-size: .75rem;
}

.footer-social-link {
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  display: block;
}

.div-block, .div-block-copy {
  background-image: url('../images/ezgif.com-gif-maker-5-1.png');
  background-position: 50%;
  background-size: contain;
  height: 520px;
}

.div-block-2 {
  background-image: url('../images/ezgif.com-gif-maker-3-1.png');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

.rocket-slider-component {
  justify-content: flex-start;
  align-items: center;
  min-height: 800px;
  display: flex;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 700px;
  position: sticky;
}

.slide-wrapper {
  align-items: center;
  height: 100%;
  padding-bottom: 7rem;
  display: flex;
}

.right-arrow-2 {
  width: 24px;
  height: 24px;
  inset: auto 0% 0% auto;
}

.icon {
  width: 100%;
  height: 100%;
  font-size: 24px;
}

.left-arrow-2 {
  width: 24px;
  height: 24px;
  inset: auto auto 0% 0%;
}

.rocket-tab-link {
  color: #ffffff80;
  text-transform: uppercase;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1;
}

.rocket-tab-link.w--current {
  color: #fff;
  background-color: #0000;
}

.rocket-tab-link.middle {
  border-left: 1px solid #ffffff80;
  border-right: 1px solid #ffffff80;
}

.rocket-tab-link.first {
  padding-left: 0;
}

.paragraph-medium {
  font-size: 1rem;
}

.rocket-tab_wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 7rem;
}

.div-block-3 {
  width: 100vw;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.image-2 {
  height: auto;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #e3e4e7bf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #ecececbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-scroll {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 80px 0;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  margin-left: 13px;
  display: block;
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  width: auto;
  height: auto;
}

.gallery-image-text {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  position: static;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.testimonial-slider-small {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.paragraph-3, .paragraph-4, .div-block-4, .div-block-5 {
  color: #000;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

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

.pricing-image {
  object-fit: cover;
  border: 1px #000;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #0f0f0f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 35px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.outline-button {
  color: #d1daff;
  background-color: #0000;
  border: 1px solid #dbd9d9;
  margin-top: 24px;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.list-item {
  border: .2px #000;
  border-radius: 0;
}

.div-block-6 {
  width: 100%;
  height: 1px;
}

.faq-circle {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-h1 {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  position: static;
}

.title-wrap {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-grid {
  grid-template-columns: 3fr;
  width: 100%;
  display: block;
}

.faq-paragraph {
  color: silver;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.faq-content {
  overflow: hidden;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.question-title {
  color: #fff;
  letter-spacing: -.03em;
  margin-right: 10px;
}

.button {
  color: #000;
  background-color: #fff;
  font-weight: 700;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider {
  color: #919191;
  background-color: #202020;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #888;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.dev_by {
  text-align: center;
}

.link-block-2 {
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav_logo-link {
    order: -1;
  }

  .nav_container {
    justify-content: space-between;
  }

  .text-section-wrapper, .table_component {
    width: 100%;
  }

  .sea-level-engine {
    background-size: cover;
    height: 700px;
  }

  .tab-content-wrapper {
    max-width: 70%;
  }

  .vacuum-engine {
    background-size: cover;
  }

  .menu-button {
    order: 1;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .container-4 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

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

  .container-5 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

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

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .text-size-medium.caps {
    font-size: 1rem;
  }

  .counterup {
    font-size: 5rem;
  }

  .rocket-skeleton, .rocket-complete {
    object-fit: cover;
    background-size: cover;
  }

  .slide_image {
    background-position: 50%;
    height: 100vh;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .gallery-scroll, .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .pricing-overview, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .content-h1 {
    font-size: 55px;
  }

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .header-background {
    background-position: 50% 100%;
  }

  .heading_main {
    margin-top: 35px;
    font-size: 3rem;
  }

  .paragraph-1 {
    margin-top: 0;
  }

  .paragraph-1.caps {
    font-size: .75rem;
  }

  .rocket-skeleton {
    background-position: 60%;
  }

  .heading-big {
    font-size: 2rem;
  }

  .table-item {
    flex-flow: column;
  }

  .text-small {
    padding-bottom: 11px;
  }

  .rocket-complete {
    background-position: 60%;
  }

  .engine-tab_content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-content-wrapper {
    max-width: 100%;
    margin-top: 38px;
    margin-left: 0;
  }

  .slide_image._3 {
    background-image: url('../images/home_a_feature2_m.jpg');
    background-position: 0%;
    background-size: cover;
  }

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

  .footer_button-item {
    margin-top: 21px;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .container-3 {
    max-width: none;
  }

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

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .pricing-image {
    width: 150px;
    height: auto;
  }

  .container-5 {
    max-width: none;
  }

  .pricing-card {
    background-color: #181818;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .question-title {
    flex: 1;
  }

  .container-7 {
    max-width: none;
  }
}

#w-node-eb4a264d-dc9b-f859-0514-158313c1ba6d-1f16c166, #w-node-d340fc51-96e8-2035-6e3c-e73dfda11c8c-1f16c166 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_276ebbdc-5d8b-4f40-df4d-214c08d19358-1f16c166 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_276ebbdc-5d8b-4f40-df4d-214c08d19359-1f16c166, #w-node-_276ebbdc-5d8b-4f40-df4d-214c08d1935a-1f16c166, #lead-retrieval.w-node-_276ebbdc-5d8b-4f40-df4d-214c08d19361-1f16c166, #w-node-_276ebbdc-5d8b-4f40-df4d-214c08d19362-1f16c166, #lead-scoring.w-node-_276ebbdc-5d8b-4f40-df4d-214c08d19365-1f16c166, #w-node-_276ebbdc-5d8b-4f40-df4d-214c08d19366-1f16c166, #w-node-_3534cb3c-70c0-0cfc-2e60-da2dde200ec9-1f16c166, #w-node-_3534cb3c-70c0-0cfc-2e60-da2dde200ed3-1f16c166, #w-node-_3534cb3c-70c0-0cfc-2e60-da2dde200edd-1f16c166 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7be74fa7-f723-0140-1d19-2953dd65f42c-1f16c166 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_490aec98-9966-b771-7f0a-f546b1896922-1f16c166, #w-node-fb6efd79-9ba3-ba89-d015-b774f713cb14-1f16c166, #w-node-_277b0a6e-a274-35af-0b0d-b09be59bc78c-1f16c166 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_7be74fa7-f723-0140-1d19-2953dd65f42c-1f16c166 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_24e0fd15-b1a9-3211-614e-9729055b8cf2-1f16c166, #w-node-_276ebbdc-5d8b-4f40-df4d-214c08d19358-1f16c166 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'D din';
  src: url('../fonts/D-DIN-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dinexp';
  src: url('../fonts/D-DINExp-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dincondensed';
  src: url('../fonts/D-DINCondensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dinexp';
  src: url('../fonts/D-DINExp-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'D din';
  src: url('../fonts/D-DIN.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dincondensed';
  src: url('../fonts/D-DINCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D din';
  src: url('../fonts/D-DIN-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'D dinexp';
  src: url('../fonts/D-DINExp.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}