:root {
  --black: #212121;
  --accent: #0b0c0d;
  --hover: rgba(11, 12, 13, .9);
  --accent-light: rgba(11, 12, 13, .07);
  --lime-green: #00d563;
  --white: white;
  --text: #5b5f64;
}

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

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

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

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

body {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

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

p {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.5;
}

strong {
  font-weight: bold;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100%;
  grid-template-columns: 200px 1fr 200px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.right-navbar {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.master-dropdown-links {
  grid-row-gap: 21px;
  flex-direction: column;
  width: auto;
  display: flex;
}

.dropdown-chevron-nav {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  position: relative;
}

.dropdown-chevron-nav.white-image {
  opacity: 0;
  margin-left: -10px;
}

.dropdown-nav {
  justify-content: center;
  align-items: center;
  height: 80%;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.brand-link-nav {
  justify-content: center;
  align-items: center;
  height: 25px;
  display: flex;
}

.link-nav {
  color: #0b0c0d;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-toggle-nav {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 12px;
  display: flex;
}

.brand-nav {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.primary-button {
  background-color: var(--accent);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.primary-button:hover, .primary-button.w--current:hover {
  background-color: var(--hover);
}

.primary-button.nav-menu-cta {
  color: #00d563;
  background-color: rgba(0, 213, 99, .1);
  height: 46px;
  font-size: 16px;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: none;
}

.primary-button.nav-menu-cta:hover {
  color: #f9f9f9;
  background-color: #00d563;
}

.primary-button.nav-button {
  background-color: var(--accent-light);
  color: var(--accent);
  height: 46px;
  font-size: 16px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
}

.primary-button.nav-button:hover {
  background-color: var(--accent);
  color: #f9f9f9;
}

.text-drodpdown-link {
  flex: 0 auto;
}

.navbar {
  z-index: 1001;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  flex-direction: column;
  justify-content: center;
  height: 69px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon-arrow-link.invert {
  filter: invert();
  outline-offset: 0px;
  outline: 3px #fff;
}

.link-arrow {
  grid-column-gap: 6px;
  color: #0b0c0d;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-arrow:hover {
  grid-column-gap: 10px;
}

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

.section.footer {
  background-color: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 24px;
}

.section.light-background {
  background-color: #f9f9f9;
}

.container {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

.cta {
  background-color: var(--accent);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: var(--hover);
}

.cta.big {
  height: 60px;
  font-size: 18px;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.service-breadcrumb {
  padding-top: 180px;
  padding-bottom: 0;
}

.section-2.hero-sales {
  padding-top: 120px;
}

.section-2.about {
  padding-top: 140px;
  padding-bottom: 40px;
}

.section-2.breadcrumb {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding-top: 180px;
}

.section-2.breadcrumb.smaller {
  padding-top: 140px;
}

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

.space-24 {
  height: 24px;
}

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

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

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

.grid-halves.image-grid {
  grid-column-gap: 80px;
  align-items: center;
}

.values-html-embed {
  color: var(--accent);
  width: 42px;
  height: 42px;
}

.service-h1 {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 1.1;
}

.service-h1.show-mobile {
  display: none;
}

.link-contact-tile {
  grid-column-gap: 24px;
  color: #0b0c0d;
  background-color: #f9f9f9;
  border-radius: 8px;
  align-items: flex-start;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.submit-wrap {
  flex-direction: column;
  display: flex;
}

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

.input-wrap {
  margin-bottom: 24px;
  position: relative;
}

.master-image-halves-grids {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.home-image-wrap {
  transform-origin: 0 100%;
  border-radius: 12px;
  height: 423px;
  position: relative;
  overflow: hidden;
}

.home-image-wrap.tall {
  height: 500px;
}

.home-image-wrap.hero {
  width: 100%;
  height: 550px;
}

.check-list-item {
  grid-column-gap: 16px;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.check-list-icon {
  flex: none;
  width: 32px;
  height: 32px;
}

.check-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  margin-top: 24px;
  font-weight: 500;
  display: flex;
}

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

.image-image-section.cover-bottom {
  object-position: 50% 100%;
}

.title-wrap-home-image-section {
  width: 100%;
}

.drodpdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  padding: 16px 24px;
}

.service-card {
  color: #fff;
  border-radius: 18px;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  width: 775px;
  height: 566px;
  padding: 72px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-product {
  padding: 0 40px 0 0;
}

.space-10 {
  height: 10px;
}

.jeothermal-icon {
  width: 52px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.expandable-single {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 18px;
  padding: 24px 24px 24px 32px;
}

.sticky-values-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.sticky-block {
  flex-direction: column;
  max-width: 530px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.values-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.sticky-wrap {
  max-width: 610px;
  position: relative;
}

.stick-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 610px;
  display: flex;
}

.space-16 {
  height: 16px;
}

.h3-title {
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 85vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-image {
  width: 42px;
  margin-left: auto;
  margin-right: auto;
}

.legal-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.space {
  height: 10px;
}

.space._32 {
  height: 32px;
}

.space._80 {
  height: 80px;
}

.space._16 {
  height: 17px;
}

.space._64 {
  height: 64px;
}

.space._42 {
  height: 42px;
}

.grid-halves-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid-halves-2.image-grid {
  grid-column-gap: 80px;
  grid-column-gap: 80px;
}

.grid-halves-2.four-features-grid {
  max-width: 720px;
}

.grid-halves-2.home-a-grid {
  grid-column-gap: 60px;
  grid-template-columns: 1.2fr 1fr;
  justify-items: center;
}

.template-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

.template-grid.spacing-small {
  margin-bottom: 42px;
}

.h1-legal {
  color: #1b1b1b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.h5-styleguide {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.subnav {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  height: 60px;
  position: fixed;
  top: 69px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-sub-nav {
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.link-sub-nav {
  color: #0b0c0d;
  border-bottom: 2px solid rgba(66, 75, 209, 0);
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.link-sub-nav.w--current {
  border-bottom-color: var(--accent);
}

.tag-primary {
  color: #fff;
  background-color: #0b0c0d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.space-32 {
  height: 32px;
}

.subtitle-5 {
  font-size: 20px;
  line-height: 1.4;
}

.wrap-tags {
  grid-column-gap: 6px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.limit-890 {
  width: 100%;
  max-width: 890px;
}

.hide-desktop {
  display: none;
}

.paragraph-big {
  font-size: 18px;
}

.title-wrap-about-c {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.master-image-halves-grids-2 {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.title-wrap-home-image-section-3 {
  width: 100%;
}

.checkmark-html-embed {
  color: var(--lime-green);
}

.grid-thirds {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-thirds.pricing-thirds {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-dropdown-2 {
  grid-column-gap: 8px;
  color: #0b0c0d;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-dropdown-2:hover {
  opacity: .7;
}

.link-dropdown-2.w--current {
  color: var(--accent);
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.whatsapp-icon {
  width: 26px;
}

.live-icon-chat {
  object-fit: cover;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-right: 0;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.profile-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 2px;
  right: auto;
}

.live-icon.profile-live-icon {
  border: 1.5px solid #fff;
  width: 10px;
  height: 10px;
  top: auto;
  bottom: 3px;
  left: auto;
  right: 3px;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.profile-image-wrapper-2 {
  position: relative;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.livechat-button {
  background-color: #00b94a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.space-183 {
  height: 24px;
}

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

.space-103 {
  height: 64px;
}

.text-field-3 {
  background-color: #f9f9f9;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  line-height: 25px;
}

.text-field-3:focus {
  color: #0b0c0d;
  border-color: #0b0c0d;
}

.text-field-3.text-area-size {
  min-height: 140px;
}

.limit-1087 {
  width: 100%;
  max-width: 690px;
}

.master-contact-form-three {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.about-image-large {
  width: 100%;
  max-width: 350px;
}

.icon-feature {
  width: 48px;
  height: 48px;
}

.grid-text-and-features {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
}

.wrap-content-text-and-features {
  flex-direction: column;
  align-items: flex-start;
  max-width: 540px;
  display: flex;
}

.wrap-tile-feature-texts {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.text-heading {
  font-size: 24px;
  font-weight: 700;
}

.tile-white {
  background-color: #fff;
  border-radius: 6px;
  padding: 32px;
}

.tile-white.feature-big-tile {
  padding: 44px 40px;
}

.tile-white.feature-big-tile.black-highlighted {
  background-color: var(--accent);
  color: #fff;
  background-color: #0b0c0d;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.text-field:focus {
  border-color: #424bd1;
}

.text-field::placeholder {
  color: #c6c6c6;
}

.success-message-3 {
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
}

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

.no-margins-2 {
  margin: 0;
}

.cta-5 {
  text-align: center;
  background-color: #424bd1;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  transition: background-color .2s;
  display: flex;
}

.cta-5:hover {
  background-color: rgba(66, 75, 209, .9);
}

.cta-5.newsletter-submit {
  background-color: var(--accent);
  height: 60px;
  margin-left: 8px;
}

.form-block-newsletter {
  width: 100%;
}

.brand-link-footer-2 {
  width: 240px;
}

.brand-image-footer-3 {
  height: 100%;
}

.paragraph-big-4 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
}

.form-newsletter {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.input-wrap-newsletter {
  flex: 1;
}

.bottom-left-footer {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 520px;
  display: flex;
}

.main-container-2 {
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.links-heading-footer {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.space-186 {
  height: 100px;
}

.accent-link {
  color: var(--accent);
}

.accent-link.font-medium {
  font-weight: 500;
}

.legal-text-footer {
  font-size: 14px;
}

.bottom-right-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
  display: flex;
}

.footer-location-icon {
  width: 16px;
}

.link-arrow-2 {
  grid-column-gap: 6px;
  color: #0b0c0d;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-arrow-2:hover {
  grid-column-gap: 10px;
}

.link-arrow-2.invert {
  color: #fff;
}

.paragraph-big-5 {
  font-size: 18px;
}

.tile-feature-transparent {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 16px;
  display: flex;
}

.paragraph-big-6 {
  font-size: 18px;
}

.h3-styling {
  font-size: 36px;
  line-height: 1.2;
}

.flext-two-horiziontal-buttons-2 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.limit-580 {
  max-width: 580px;
}

.logo-image-2 {
  object-fit: contain;
  width: 100px;
  height: 55px;
}

.space-182 {
  height: 10px;
}

.space-187 {
  height: 80px;
}

.logos-master-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-trusted-home-a-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 670px;
  display: flex;
}

.content-wrap-hero-home-a {
  padding-top: 40px;
}

.tag-wrapper {
  display: flex;
}

.subtitle-6 {
  font-size: 20px;
  line-height: 1.5;
}

.h1-hero {
  font-size: 54px;
  line-height: 1.2;
}

.tag-default {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--lime-green);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.cta-7 {
  background-color: #00d563;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta-7:hover {
  background-color: rgba(0, 213, 99, .9);
}

.cta-7.secondary-white {
  color: #212121;
  background-color: #fff;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.image-cover.cover-bottom {
  object-position: 50% 100%;
}

.cta-list-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #212121;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
  display: flex;
}

.cta-list-item-2.whatsapp-text {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.home-b-cta-content {
  background-color: #f9f9f9;
  border-radius: 18px;
  justify-content: center;
  padding: 100px 40px;
  display: flex;
}

.home-b-cta-image-wrap {
  border-radius: 18px;
  overflow: hidden;
}

.limit-440 {
  width: 100%;
  max-width: 440px;
}

.icon-xsmall {
  width: 18px;
  height: 18px;
}

.icon-xsmall.larger {
  width: 21px;
  height: 21px;
}

.main-container-3 {
  z-index: 1;
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.space-36 {
  height: 36px;
}

.space-8 {
  height: 8px;
}

.home-b-cta-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
}

.space-188 {
  height: 24px;
}

.paragraph-big-8 {
  font-size: 18px;
}

.cta-profile-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.cta-profile-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.cta-profile-heading {
  font-weight: 700;
}

.service-rich-text-block {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.service-rich-text-block li {
  margin-bottom: 16px;
  font-size: 18px;
}

.service-rich-text-block h3 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 20px;
}

.service-rich-text-block p {
  margin-bottom: 16px;
}

.service-rich-text-block h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.2;
}

.service-breadcrumb-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-thirds-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-thirds-2.contact-thirds {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.tile-contact {
  grid-row-gap: 16px;
  background-color: #f9f9f9;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.contact-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.contact-h3.margin-bottom {
  margin-bottom: 4px;
}

.link-contact {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

.link-contact.padding--12px {
  margin-top: -12px;
}

.checkbox-wrap {
  align-self: flex-start;
  margin-bottom: 32px;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.cta-8 {
  background-color: #00d563;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta-8:hover {
  background-color: rgba(0, 213, 99, .9);
}

.cta-8.big {
  height: 60px;
  font-size: 18px;
}

.text-field-4 {
  background-color: #f9f9f9;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  line-height: 25px;
}

.text-field-4:focus {
  color: #0b0c0d;
  border-color: #0b0c0d;
}

.text-field-4.text-area-size {
  min-height: 140px;
}

.form-input-grid-2 {
  grid-column-gap: 12px;
  grid-template-rows: auto;
}

.checkbox {
  border-width: 3px;
  border-color: #0f1841;
  border-radius: 2px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #00d563;
  background-size: auto;
  border-style: solid;
  border-color: #00d563;
}

.checkbox-field {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.limit-690 {
  width: 100%;
  max-width: 690px;
}

.limit-690.center-content.center-text.margins-auto {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-big-9 {
  font-size: 18px;
}

.profile-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.profile-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.profile-text-block {
  margin-bottom: 2px;
  font-size: 18px;
}

.cv-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cv-image {
  width: 24px;
}

.socials-wrap-footer {
  grid-column-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link-footer {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.social-image-footer {
  width: 100%;
}

.contact-logo {
  width: 100%;
  padding: 32px;
}

.contact-info-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: grid;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.upgrade-header {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.price {
  padding-left: 6px;
  font-size: 32px;
  font-weight: 400;
}

.upgrade-text {
  color: #000;
  margin-bottom: 16px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
}

.upgrade-row {
  text-align: left;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pricing-box {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  width: 48%;
  padding-bottom: 30px;
  transition: transform .2s ease-out, box-shadow .2s;
  overflow: hidden;
}

.hide-me-overlay {
  z-index: 8888;
  background-color: rgba(0, 0, 0, .3);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.hide-me-overlay.kokemus, .hide-me-overlay.teknologia, .hide-me-overlay.tarjous {
  display: none;
}

.feature-item.not-available {
  opacity: .5;
  filter: grayscale();
}

.pricing-column-contain {
  padding-left: 10%;
  padding-right: 10%;
}

.pricing-column-contain.top-price-contain {
  text-align: center;
  background-color: rgba(0, 0, 0, .03);
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.pricing-column-contain.top-price-contain.green-price-contain {
  color: #1ab478;
  background-color: rgba(40, 216, 147, .1);
  justify-content: center;
  display: flex;
}

.upgrade-accent {
  background-color: var(--accent);
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.price-text {
  color: #919496;
  margin-bottom: 15px;
  padding-left: 6px;
  font-size: 12px;
}

.price-duration {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
}

.discount-label {
  color: #fff;
  background-color: #28d893;
  border-radius: 5px;
  margin-left: 10px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.upgrade-container {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 50px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.feature-text {
  padding-left: 15px;
  display: inline-block;
}

.feature-wrapper {
  border-bottom: 1px solid #d9dadc;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 32px;
}

.upgrade-button {
  color: #fff;
  text-align: center;
  background-color: #254054;
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, .36);
}

.upgrade-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px rgba(24, 16, 99, .36);
}

.upgrade-button.full-upgrade-button {
  display: block;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button {
  background-color: #28d893;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, .18);
}

.upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
  background-color: #1cb176;
  box-shadow: 0 10px 10px -5px rgba(24, 16, 99, .18);
}

.small-logo {
  width: 130px;
  margin-top: 6px;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  .nav-menu {
    background-color: #f9f9f9;
    border-radius: 6px;
    flex-direction: column;
    align-items: stretch;
    width: 98%;
    height: auto;
    max-height: 90vh;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    overflow: visible;
  }

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

  .right-navbar {
    display: none;
  }

  .master-dropdown-links {
    grid-row-gap: 24px;
    align-items: center;
  }

  .wrap-menu-button {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .dropdown-nav {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
    font-size: 18px;
    display: flex;
  }

  .link-nav {
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    display: block;
  }

  .dropdown-toggle-nav {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .primary-button.nav-menu-cta {
    background-color: var(--accent-light);
    color: var(--accent);
    margin-top: 16px;
    display: flex;
  }

  .primary-button.nav-menu-cta:hover {
    background-color: var(--accent);
  }

  .menu-button {
    background-color: #f9f9f9;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

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

  .line-menu {
    background-color: #000;
    border-radius: 4px;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line {
    width: 20px;
  }

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

  .service-h1 {
    font-size: 72px;
    line-height: 87px;
  }

  .service-h1.hide-mobile {
    font-size: 54px;
    line-height: 1.2;
  }

  .home-image-wrap {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-image-wrap.tall {
    height: 500px;
  }

  .check-list-item {
    text-align: left;
  }

  .title-wrap-home-image-section {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    display: flex;
  }

  .service-card {
    height: 440px;
    padding: 55px;
  }

  .right-product {
    padding: 0;
  }

  .left-product {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .expandable-single {
    padding-right: 4px;
  }

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

  .grid-halves-2.four-features-grid {
    max-width: none;
  }

  .grid-halves-2.home-a-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .hide-desktop {
    display: flex;
  }

  .title-wrap-about-c {
    text-align: center;
  }

  .title-wrap-home-image-section-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    display: flex;
  }

  .grid-thirds.pricing-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .grid-text-and-features {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .tile-white.feature-big-tile {
    padding: 32px;
  }

  .footer-bottom-flex {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .bottom-left-footer, .bottom-right-footer {
    text-align: center;
    align-items: center;
  }

  .wrap-trusted-home-a-2 {
    margin-top: 42px;
  }

  .image-cover {
    object-fit: cover;
  }

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

  .contact-logo {
    padding: 12px;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 28px;
  }

  .nav-menu {
    text-align: left;
    align-items: flex-start;
  }

  .container-navbar {
    grid-template-columns: 1fr 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .right-navbar {
    display: none;
  }

  .master-dropdown-links {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dropdown-nav {
    text-align: left;
    align-items: flex-start;
  }

  .section, .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-2.service-breadcrumb {
    padding-top: 120px;
  }

  .section-2.breadcrumb, .section-2.breadcrumb.smaller {
    padding-top: 100px;
  }

  .grid-halves.sticky-values-grids {
    grid-template-columns: 1fr;
  }

  .service-h1 {
    font-size: 42px;
    line-height: 72px;
  }

  .service-h1.hide-mobile {
    display: none;
  }

  .service-h1.show-mobile {
    font-size: 54px;
    display: block;
  }

  .home-image-wrap {
    height: 66vw;
  }

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

  .home-image-wrap.hero {
    height: 400px;
  }

  .service-card {
    padding: 24px;
  }

  .grid-halves-2.image-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .subnav {
    display: none;
  }

  .container-sub-nav {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .link-sub-nav {
    color: #0b0c0d;
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 40px;
    flex: none;
    height: 32px;
    margin-right: 1vw;
    padding-top: 0;
  }

  .link-sub-nav.w--current {
    color: #f9f9f9;
    background-color: #00d563;
    border-color: #fff;
  }

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

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

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .grid-text-and-features {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .wrap-content-text-and-features {
    text-align: center;
    align-items: center;
  }

  .paragraph-big-4 {
    font-weight: 400;
  }

  .footer-bottom-flex {
    grid-row-gap: 64px;
  }

  .logos-master-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
  }

  .image-cover.cover-bottom {
    height: 350px;
  }

  .home-b-cta-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

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

  .upgrade-header {
    font-size: 30px;
  }

  .modal-scroll {
    overflow: auto;
  }

  .price {
    font-size: 26px;
  }

  .upgrade-text {
    margin-bottom: 30px;
  }

  .upgrade-row {
    width: 100%;
  }

  .pricing-box {
    width: 49%;
  }

  .pricing-column-contain.top-price-contain {
    padding: 12px 5% 11px;
    font-size: 13px;
  }

  .price-text {
    font-size: 11px;
    line-height: 1.5em;
  }

  .upgrade-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  .nav-menu {
    width: 96%;
  }

  .dropdown-toggle-nav {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    line-height: 50px;
  }

  .primary-button.nav-menu-cta {
    color: var(--accent);
  }

  .primary-button.nav-menu-cta:hover {
    background-color: var(--accent);
  }

  .menu-button {
    width: 42px;
    height: 42px;
  }

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

  .line-menu.first-line {
    width: 28px;
  }

  .line-menu.second-line {
    width: 18px;
  }

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

  .section-2.service-breadcrumb {
    padding-top: 100px;
  }

  .section-2.hero-sales {
    padding-top: 110px;
    padding-bottom: 48px;
  }

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

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

  .grid-halves.image-grid {
    grid-row-gap: 40px;
  }

  .service-h1 {
    font-size: 11.5vw;
    line-height: 135%;
  }

  .service-h1.show-mobile {
    font-size: 42px;
  }

  .link-contact-tile {
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 32px;
  }

  .form-input-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .input-wrap {
    margin-bottom: 16px;
  }

  .master-image-halves-grids {
    grid-row-gap: 80px;
  }

  .home-image-wrap {
    height: 78vw;
  }

  .home-image-wrap.tall {
    height: 325px;
  }

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

  .check-list-item {
    font-size: 16px;
  }

  .check-list-wrap {
    grid-row-gap: 12px;
  }

  .title-wrap-home-image-section {
    text-align: left;
    align-items: flex-start;
  }

  .expandable-single {
    padding: 24px;
  }

  .sticky-values-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-block, .sticky-wrap, .stick-content-wrap {
    max-width: none;
  }

  .utility-page-content {
    align-items: flex-start;
  }

  .utility-image {
    margin-left: 0;
    margin-right: 0;
  }

  .legal-main {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hide-mobile {
    display: none;
  }

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

  .subtitle-5 {
    line-height: 1.4;
  }

  .title-wrap-home-image-section-3 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .link-dropdown-2 {
    line-height: 40px;
  }

  .whatsapp-container {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-icon {
    width: 26px;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .about-image-large {
    max-width: 300px;
  }

  .text-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .cta-5.newsletter-submit {
    margin-left: 0;
  }

  .brand-link-footer-2 {
    width: auto;
    height: 70px;
  }

  .form-newsletter {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .cta-wrap-newsletter-form {
    flex-direction: column;
    display: flex;
  }

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

  .legal-text-footer {
    text-align: center;
  }

  .text-block-3 {
    margin-bottom: 24px;
  }

  .flext-two-horiziontal-buttons-2 {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 20px;
  }

  .logo-image-2 {
    width: 120px;
    height: 60px;
  }

  .space-187.smaller-mobile {
    height: 0;
  }

  .logos-master-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: flex-start;
  }

  .wrap-trusted-home-a-2 {
    text-align: center;
    align-items: center;
    margin-top: 42px;
  }

  .content-wrap-hero-home-a {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .subtitle-6 {
    font-size: 22px;
    line-height: 36px;
  }

  .h1-hero {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 1.3;
  }

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

  .service-rich-text-block h2 {
    font-size: 24px;
  }

  .form-input-grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .profile-image {
    width: 80px;
    height: 80px;
  }

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

  .upgrade-text {
    margin-bottom: 25px;
  }

  .upgrade-row {
    flex-direction: column;
  }

  .pricing-box {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  .upgrade-container {
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

#w-node-_922daf10-84db-5c21-d146-c890bc8a9302-db1191c1, #w-node-_922daf10-84db-5c21-d146-c890bc8a9315-db1191c1, #w-node-_7b97325a-4f50-fac8-04f4-f9d5a654863f-db1191c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b97325a-4f50-fac8-04f4-f9d5a654864c-db1191c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7b97325a-4f50-fac8-04f4-f9d5a654864d-db1191c1, #w-node-_7b97325a-4f50-fac8-04f4-f9d5a6548662-db1191c1, #w-node-_7b97325a-4f50-fac8-04f4-f9d5a6548654-db1191c1, #w-node-_7b97325a-4f50-fac8-04f4-f9d5a654865b-db1191c1, #w-node-_058e0ea4-25b3-68d3-05d2-d971a40eb4f3-db1191c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_300dd793-9dea-a125-120e-cf8224d8ac22-db1191c1, #w-node-_17792f1f-85d7-5fe3-a596-cce2d53a6f4d-db1191c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17792f1f-85d7-5fe3-a596-cce2d53a6f4b-db1191c1, #w-node-_4a4a8d77-96c2-6eb8-d766-f1b08c25064e-db1191c1, #w-node-_4a4a8d77-96c2-6eb8-d766-f1b08c250659-db1191c1, #w-node-_4a4a8d77-96c2-6eb8-d766-f1b08c250664-db1191c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3c791dd-f996-5337-16d5-cd2db8b8b59d-4fb2e53e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d3c791dd-f996-5337-16d5-cd2db8b8b59f-4fb2e53e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cafaa3a-b40a-2f86-0902-a48212653923-12653921 {
  align-self: center;
  justify-self: start;
}

#w-node-_5cafaa3a-b40a-2f86-0902-a48212653925-12653921 {
  align-self: stretch;
  justify-self: center;
}

#w-node-_5cafaa3a-b40a-2f86-0902-a48212653934-12653921 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da9cdb52-e616-3cb1-3658-1ea8e1343508-659b6f7e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_491b73d7-7bf8-9ada-7542-16f954a846d6-659b6f7e, #w-node-_76345b42-6ebc-fe87-3abf-9399dd2a7459-659b6f7e, #w-node-_76345b42-6ebc-fe87-3abf-9399dd2a7452-659b6f7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_058e0ea4-25b3-68d3-05d2-d971a40eb4f3-db1191c1 {
    order: -9999;
  }

  #w-node-_300dd793-9dea-a125-120e-cf8224d8ac22-db1191c1, #w-node-_17792f1f-85d7-5fe3-a596-cce2d53a6f4d-db1191c1 {
    justify-self: center;
  }

  #w-node-_17792f1f-85d7-5fe3-a596-cce2d53a6f4b-db1191c1 {
    order: -9999;
  }

  #w-node-c777b48d-381f-9d72-58e2-c790c6f560b1-12653921 {
    justify-self: end;
  }

  #w-node-da9cdb52-e616-3cb1-3658-1ea8e1343508-659b6f7e {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c777b48d-381f-9d72-58e2-c790c6f560b1-12653921 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-da9cdb52-e616-3cb1-3658-1ea8e1343508-659b6f7e {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}