@font-face {
  font-family: Roboto Flex;
  src: url('../fonts/RobotoFlex-VariableFont_GRADXOPQXTRAYOPQYTASYTDEYTFIYTLCYTUCopszslntwdthwght.ttf');
  format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

.navbar-no-shadow {
  height: 70px;
}

.navbar-no-shadow-container {
  z-index: 5;
  color: #fff;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: static;
  inset: 0% 0% auto;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  padding-bottom: 2px;
}

.nav-menu-wrapper {
  color: #fff;
  margin-left: 25px;
}

.nav-menu {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-family: Roboto Flex, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

.nav-link:focus-visible, .nav-link[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-button-wrapper {
  margin-left: 120px;
}

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

.section {
  background-image: linear-gradient(0deg, #000, #fff0 66%), url('../images/hero-image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  margin-top: -70px;
  display: flex;
}

.list-item {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.image {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 25px;
}

.section-2 {
  background-color: #2d4f47;
}

.card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #0000;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.ticker {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker-content {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.ticker-logo {
  flex: none;
  width: auto;
  height: 2.5em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.heading {
  color: #fff;
  font-variation-settings: "wdth" 130, "wght" 700, "opsz" 120;
  word-break: normal;
  margin-left: 1.5em;
  font-family: Roboto Flex, Arial, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 7rem;
}

.feature_right {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
}

.feature_button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: drop-shadow(0 4px 20px #0000000d);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  white-space: nowrap;
  background-color: #0b1730cc;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 178.266px;
  min-height: 45px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature_button-2:hover {
  color: #0b1730cc;
  background-color: #0000;
  border-color: #0b1730cc;
}

.feature_button-2.alt {
  color: #0b1730cc;
  background-color: #e7e8eb;
  border-color: #0b1730cc;
}

.feature_button-2.alt:hover {
  color: #0b1730cc;
  background-color: #0000;
  border-color: #0b1730cc;
}

.feature_button-2.alt.reverser {
  color: #0b1730cc;
  background-color: #fff;
}

.feature_button-2.alt.reverser:hover {
  color: #fff;
  background-color: #0b1730cc;
}

.feature_checkitem-1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  outline-offset: 0px;
  color: #fff;
  background-color: #2d4f47;
  border-radius: 8px;
  outline: 3px #2d4f47;
  align-items: flex-start;
  width: auto;
  padding: 15px;
  display: flex;
}

.feature_checkitem-txt-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

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

.text-size-small.blue-0-8 {
  font-family: Roboto Flex, Arial, sans-serif;
}

.feature_button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: drop-shadow(0 4px 20px #0000000d);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  background-color: #0b1730cc;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 178.266px;
  min-height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.feature_button:hover {
  color: #0b1730cc;
  background-color: #0000;
  border-color: #0b1730cc;
}

.feature_button.alt {
  color: #0b1730cc;
  background-color: #e7e8eb;
  border-color: #0b1730cc;
}

.feature_button.alt:hover {
  color: #0b1730cc;
  background-color: #0000;
  border-color: #0b1730cc;
}

.feature_wrap {
  order: 0;
  width: 100%;
  height: auto;
  display: flex;
}

.feature_checklist {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.p2 {
  font-family: Roboto Flex, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.feature_title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.h2 {
  font-variation-settings: "wght" 700, "wdth" 130, "opsz" 120;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Roboto Flex, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 3rem;
}

.section_feature {
  flex-direction: column;
  justify-content: center;
  height: auto;
  min-height: auto;
  line-height: 1.4;
  display: flex;
}

.feature_buttons-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.feature_right-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #2d4f47;
  flex-flow: column;
  order: -9999;
  justify-content: flex-start;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.text-weight-semibold.is-blue {
  font-family: Roboto Flex, Arial, sans-serif;
}

.feature_button-icon {
  width: 20px;
  position: relative;
  left: -100%;
  transform: rotate(180deg);
}

.feature_button-icon._2 {
  filter: invert(33%);
  left: 0%;
}

.feature_top-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.feature_left {
  object-fit: cover;
  background-color: #2d4f47;
  background-image: url('../images/hafnerin-hero-image.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
}

.feature_button-icons-wrap-2 {
  align-items: center;
  width: 20px;
  display: flex;
  overflow: hidden;
}

.feature_icon {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}

.feature_icon.is-nw {
  min-width: 32px;
  max-width: none;
  min-height: auto;
  max-height: none;
}

.section-3 {
  height: 100vh;
}

.feature_right-2 {
  background-color: #2d4f47;
  flex-flow: column;
  order: -9999;
  justify-content: center;
  width: 50%;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
}

.section-4 {
  background-color: #2d4f47;
}

.pricing-overview {
  color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 8% 30px;
  position: relative;
}

.container {
  text-align: center;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
  display: block;
}

.h1 {
  color: #fff;
  font-variation-settings: "wght" 700, "wdth" 130, "opsz" 120;
  text-align: center;
  margin-bottom: 16px;
  font-family: Roboto Flex, Arial, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 7rem;
}

.pricing-description {
  color: #fff;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto Flex, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.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;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
  font-family: Roboto Flex, Arial, sans-serif;
}

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

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

.feature_right-content-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #fff;
  flex-flow: column;
  order: -9999;
  justify-content: flex-start;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.feature_left-1 {
  object-fit: cover;
  background-color: #2d4f47;
  background-image: url('../images/hafnerin-hero-image.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  min-height: auto;
  max-height: none;
  display: flex;
}

.feature_left-2 {
  object-fit: cover;
  background-color: #2d4f47;
  background-image: url('../images/keramiker-hero-image.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  min-height: auto;
  max-height: none;
  display: flex;
}

.feature_left-3 {
  object-fit: cover;
  background-color: #2d4f47;
  background-image: url('../images/fliesenlegerin-hero-image.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  min-height: auto;
  max-height: none;
  display: flex;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 1rem;
  line-height: 1.4rem;
}

.heading-2 {
  font-family: Roboto Flex, Arial, sans-serif;
}

.text-block, .text-block-2, .text-block-3 {
  color: #fff;
  font-family: Roboto Flex, Arial, sans-serif;
  text-decoration: underline;
}

.p3 {
  text-overflow: clip;
  overflow-wrap: normal;
  font-family: Roboto Flex, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.feature_checkitem-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  outline-offset: 0px;
  color: #2d4f47;
  background-color: #fff;
  border-radius: 8px;
  outline: 3px #2d4f47;
  align-items: flex-start;
  width: auto;
  padding: 15px;
  display: flex;
}

.heading-3 {
  margin-bottom: 35px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  font-family: Roboto Flex, Arial, sans-serif;
  position: relative;
}

.container-2 {
  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;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  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 {
  margin-left: 12px;
}

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

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

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  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-family: Roboto Flex, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #fff;
  text-decoration: underline;
}

.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-2 {
  margin-left: 5px;
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  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: #1a1b1fbf;
}

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

.list-item-2 {
  font-family: Roboto Flex, Arial, sans-serif;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto Flex, Arial, sans-serif;
  display: flex;
}

.utility-page-wrap {
  color: #fff;
  background-color: #2d4f47;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: -70px;
  font-family: Roboto Flex, Arial, sans-serif;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  width: 50%;
  margin-top: 15%;
  padding-bottom: 15%;
  display: flex;
}

.text-block-4 {
  padding-bottom: 15%;
  font-family: Roboto Flex, Arial, sans-serif;
}

.body-2 {
  font-family: Roboto Flex, Arial, sans-serif;
}

.container-main {
  text-align: center;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8%;
  display: block;
}

.heading-1 {
  color: #fff;
  font-variation-settings: "wdth" 130, "wght" 700, "opsz" 120;
  word-break: normal;
  margin-left: 1.5em;
  font-family: Roboto Flex, Arial, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 7rem;
}

.link, .link-2, .link-3, .link-4 {
  color: #fff;
}

.body-3 {
  background-color: #2d4f47;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .image {
    padding-right: 0;
  }

  .heading {
    font-size: 5rem;
    line-height: 5rem;
  }

  .feature_right {
    width: auto;
  }

  .feature_button-2 {
    font-size: 1rem;
  }

  .feature_wrap {
    flex-flow: column;
  }

  .h2 {
    font-size: 2rem;
  }

  .feature_buttons-wrap {
    justify-content: center;
  }

  .feature_top-wrap {
    justify-content: flex-start;
  }

  .feature_left {
    background-position: 50%;
    width: auto;
    min-height: 450px;
  }

  .section-3 {
    height: auto;
  }

  .feature_right-2 {
    order: 9999;
    width: auto;
  }

  .pricing-overview {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .container {
    max-width: 728px;
    padding-bottom: 0%;
  }

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

  .feature_left-1, .feature_left-2, .feature_left-3 {
    background-position: 50%;
    width: auto;
    height: auto;
    min-height: 450px;
  }

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

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

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    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-2.shadow-three.w--open {
    position: absolute;
  }

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

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

  .container-main {
    max-width: 728px;
    padding-bottom: 25%;
  }

  .heading-1 {
    font-size: 5rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    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;
  }

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

  .feature_checkitem-1 {
    max-width: none;
  }

  .feature_checklist {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .feature_right-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .feature_left {
    min-height: 350px;
    max-height: none;
  }

  .feature_icon {
    width: 30px;
    height: auto;
  }

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

  .container {
    font-size: 1rem;
  }

  .feature_right-content-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .feature_left-1, .feature_left-2, .feature_left-3 {
    min-height: 350px;
    max-height: none;
  }

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

  .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 {
    margin-left: 20px;
  }

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .container-main {
    font-size: 1rem;
  }

  .link {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    display: block;
  }

  .navbar-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    display: none;
  }

  .section {
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
  }

  .image {
    padding-left: 0;
  }

  .heading {
    font-size: 4rem;
    line-height: 4rem;
    display: none;
  }

  .feature_right {
    padding-top: 10%;
    padding-bottom: 25%;
  }

  .feature_button-2, .feature_button {
    width: auto;
    font-size: 1rem;
  }

  .p2 {
    font-size: .875rem;
  }

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

  .feature_buttons-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .feature_right-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 20px;
  }

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

  .feature_left {
    min-height: 300px;
    max-height: none;
  }

  .section-3 {
    height: auto;
  }

  .feature_right-2 {
    order: 9999;
    padding-top: 10%;
    padding-bottom: 25%;
  }

  .container {
    width: 90%;
    max-width: none;
    padding-bottom: 25%;
  }

  .h1 {
    margin-bottom: 24px;
    font-size: 3.7rem;
    line-height: 3.7rem;
  }

  .pricing-description {
    font-size: .875rem;
  }

  .pricing-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .feature_right-content-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 20px;
  }

  .feature_left-1, .feature_left-2, .feature_left-3 {
    height: auto;
    min-height: 300px;
    max-height: none;
  }

  .h4, .p3 {
    font-size: .875rem;
  }

  .heading-3 {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }

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

  .footer-copyright-center {
    font-size: .7rem;
    line-height: 1.4rem;
  }

  .icon {
    display: none;
  }

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

  .utility-page-content {
    width: 90%;
  }

  .container-main {
    width: 90%;
    max-width: none;
    padding-bottom: 40%;
  }

  .heading-1 {
    font-size: 4rem;
    line-height: 4rem;
    display: block;
  }
}

#w-node-_4e418827-ae98-ec06-e5b8-163c4b83df06-80f80390, #w-node-_47a80894-35e1-bbc8-c706-387aa331649b-80f80390, #w-node-_47a80894-35e1-bbc8-c706-387aa33164a5-80f80390, #w-node-_47a80894-35e1-bbc8-c706-387aa33164af-80f80390, #w-node-_950ff5b4-143d-9f3b-70dd-9db646b9cfbd-80f80390, #w-node-a535404d-05c5-ca2b-584d-229c8e27203d-42af581f, #w-node-_3f0795cf-14d7-5979-569f-f8ee852c34b7-07cf6fe5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Roboto Flex';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}