:root {
  --main-blue: #3fa9f5;
  --golden: #0b426e;
  --main-dark-blye: #1e2037;
  --main-turquoise: #57ead0;
  --transparent: #fff0;
}

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

.body {
  color: #000;
  font-family: Inter, sans-serif;
}

.card-02 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-title-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.inner-hero-content-01 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  padding: 50px;
  display: flex;
}

.footer-section-03 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.tab-link-03 {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.tab-link-03:hover {
  opacity: .8;
}

.tab-link-03.w--current {
  color: #fff;
  background-color: #3b2ae5;
}

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

.brand-link {
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.brand-link.in-footer {
  margin-bottom: 15px;
}

.brand-link.in-footer._2 {
  margin-bottom: 0;
}

.contact-method {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.button-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-link {
  opacity: .8;
  color: #000;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-link:hover {
  opacity: 1;
  color: #3b2ae5;
}

.pricing-button-wrap-02 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-title {
  color: var(--main-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.section-title.footer {
  margin-bottom: 20px;
}

.socials-in-footer {
  border-left: 1px #dbdbdb;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-wrapper-03 {
  background-color: #0b426e;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-card-02 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 25px;
  display: flex;
}

.pricing-card-02.central {
  z-index: 5;
  border-style: none;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 70px;
  position: relative;
  box-shadow: 1px 1px 20px #0000001f;
}

.tabs-03 {
  margin-top: 0;
}

.client-section-02 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.text-field-01 {
  border: 1px solid #dbdbdb;
  border-radius: 15px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-01:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.heading-4 {
  margin-top: 0;
  font-weight: 600;
}

.heading-4.smaller {
  text-align: center;
  font-size: 23px;
  line-height: 33px;
}

.client-logo {
  opacity: .55;
  max-width: 175px;
  transition: all .2s;
}

.client-logo:hover {
  opacity: 1;
}

.plan-price-wrap-02 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.hero-content-01 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  display: flex;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-03-bottom {
  border-top: 1px solid #dbdbdb;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-1 {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.email-in-nav {
  border-right: 1px solid #dbdbdb;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.globe {
  max-width: 40px;
  margin-right: 10px;
}

.logo-txt {
  color: #000;
  margin-top: 3px;
  line-height: 23px;
}

.contact-icon {
  background-color: var(--main-blue);
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.secondary-button {
  color: #000;
  align-items: center;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  opacity: .8;
  transform: translate(5px);
}

.secondary-button.in-pricing {
  margin-top: 20px;
  margin-left: 0;
}

.secondary-button.in-pricing:hover {
  transform: none;
}

.secondary-button.no-left-margin, .secondary-button.in-blog {
  margin-top: 20px;
  margin-left: 0;
}

.nav-first-timer-banner {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: none;
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link:hover {
  color: #3b2ae5;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

.nav-link.w--current {
  color: var(--golden);
}

.nav-link.dropdown {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-div-02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.blue {
  color: #0b426e;
}

.recommended-wrap {
  background-color: var(--main-blue);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-methods-nav {
  align-items: center;
  display: flex;
}

.inner-card-content-02 {
  border: 1px #000;
  border-top-color: #0b426e;
  padding: 20px;
}

.feature-list-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.feature-list-item.center {
  justify-content: center;
}

.card-image {
  background-image: url('../images/man-on-computer.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 225px;
  display: flex;
}

.card-image._1 {
  background-image: url('../images/vitaly-gariev-3XBm-A6xgeY-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.card-image._2 {
  background-image: url('../images/cozy-haven-2.png');
  background-position: 50% 25%;
  background-size: cover;
}

.card-image._3 {
  background-image: url('../images/cozy-haven-3.png');
  background-position: 50%;
  background-size: cover;
}

.platform-icon {
  background-color: var(--main-blue);
  justify-content: center;
  align-items: center;
  width: 22px;
  max-width: 22px;
  height: 22px;
  max-height: 22px;
  margin-right: 0;
  padding: 4px;
  display: flex;
}

.paragraph {
  opacity: .75;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph.black {
  opacity: 1;
}

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

.paragraph.center.white {
  color: #fff;
  text-align: center;
  max-width: 1100px;
}

.paragraph.no-bottom-pad {
  margin-bottom: 0;
}

.features-wrap {
  margin-bottom: 60px;
}

.footer-newsletter-form {
  width: 100%;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.legal-info {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.phone-in-nav {
  border-right: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-02-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.clients-inner-02 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.content-section-inner-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.heading-2 {
  max-width: 1100px;
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.heading-2.pricing.white {
  color: #fff;
}

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

.cards-section-01 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer-newsletter-block {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.contact-text {
  color: #1e2037;
  margin-bottom: 1px;
}

.big-price {
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.navbar-top-banner-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.services-wrap-footer {
  margin-top: 0;
}

.hero-section-01 {
  background-image: url('../images/man-on-computer.jpg');
  background-position: 45vw;
  background-repeat: no-repeat;
  background-size: auto 110%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 70vh;
  display: flex;
}

.hero-section-01.software {
  background-image: url('../images/cozy-haven-4.png');
  min-height: 60vh;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

.card-content-02 {
  border-style: solid;
  border-width: 5px 1px 1px;
  border-color: var(--golden) #dbdbdb #dbdbdb;
  background-color: #fff;
  width: 90%;
  margin-top: -35px;
  padding: 0;
}

.pricing-section-02 {
  background-color: var(--golden);
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pricing-title-02 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  font-weight: 600;
}

.heading-3.bigger {
  font-size: 25px;
  line-height: 30px;
}

.socials-in-nav {
  border-left: 1px solid #dbdbdb;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s;
  display: none;
}

.dropdown-toggle:hover {
  color: #3b2ae5;
}

.tabs-menu-03 {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.footer-03-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.grid-sec-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navbar-top-banner {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-link-nav {
  color: #3b2ae5;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-nav:hover {
  opacity: .8;
}

.cards-01-inner-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.button {
  background-color: #3b2ae5;
  background-image: linear-gradient(104deg, var(--main-blue) 41%, var(--main-blue));
  color: #fff;
  text-transform: none;
  border-radius: 20px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.button.pricing {
  text-align: center;
  width: 100%;
}

.button.nav {
  background-color: var(--main-blue);
  text-transform: none;
  background-image: none;
  border-radius: 20px;
  font-size: 16px;
  transition: all .2s;
}

.button.nav:hover {
  opacity: .8;
}

.button.nav.w--current {
  background-color: var(--main-blue);
}

.right-arrow {
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
}

.nav-first-timer-div {
  background-color: #00457c;
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: none;
}

.nav-banner-button {
  color: #000;
  text-transform: none;
  background-color: #fff;
  border-radius: 15px;
  padding: 9px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.nav-banner-button:hover {
  opacity: .8;
}

.nav-banner-button.pricing {
  text-align: center;
  width: 100%;
}

.nav-banner-button.nav {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  font-size: 16px;
  transition: all .2s;
}

.nav-banner-button.nav:hover {
  opacity: .8;
}

.bold-text {
  outline-offset: 0px;
  color: #fff;
  background-color: #0000;
  outline: 3px #fff;
  font-weight: 400;
}

.image {
  max-width: 200px;
}

.text-block, .icon {
  color: #fff;
}

.clients-section-01 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}

.clients-title {
  color: var(--main-dark-blye);
  text-transform: none;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.clients-inner-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.call-us-header {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.call-us-header.pricing {
  color: #fff;
  max-width: 1100px;
  margin-top: 20px;
  font-size: 30px;
  font-style: italic;
  text-decoration: underline;
}

.image-2 {
  max-width: 250px;
}

.image-3, .image-4 {
  filter: invert();
}

.link {
  color: var(--main-dark-blye);
}

.faq-lottie {
  width: 50%;
}

.faq-wrap-02 {
  border: 1px #dbdbdb;
  width: 100%;
  max-width: 1100px;
}

.faq-02 {
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq-paragraph {
  opacity: .75;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}

.faq-question-02 {
  cursor: pointer;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 30px;
  display: flex;
}

.faq-answer-wrap-02 {
  padding: 0 40px 0 60px;
  overflow: hidden;
}

.faq-question-header {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.section-title-2 {
  color: var(--main-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.plus-minus-wrap {
  background-color: var(--main-blue);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  padding-top: 4px;
  display: flex;
}

.faq-section-02 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.slide-content {
  padding-top: 20px;
  position: relative;
}

.testimonails-location {
  color: #666885;
}

.testimonials-name {
  font-size: 30px;
  font-weight: 600;
  line-height: 47px;
}

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

.testimonials-text {
  max-width: 904px;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 500;
  line-height: 58px;
}

.right-arrow-2 {
  z-index: 5;
  width: 29px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  inset: auto 0% 15px auto;
  overflow: visible;
}

.right-arrow-2.slide-arrow {
  background-color: #fff;
  height: auto;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 1230px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.left-arrow {
  z-index: 5;
  width: 29px;
  height: 24px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 61px 15px auto;
  overflow: visible;
}

.left-arrow.slide-arrow {
  background-color: #fff;
  height: auto;
  right: 51px;
}

.mask {
  height: auto;
}

.testimonials {
  margin-bottom: 60px;
}

.slide-nav {
  display: none;
}

.icon-2 {
  margin: 0;
  display: none;
  position: static;
}

.slide {
  height: auto;
  font-size: 24px;
  line-height: 28px;
}

.arrow.left {
  perspective-origin: 100%;
  transform-origin: 100%;
}

.arrow.right {
  perspective-origin: 0%;
  transform-origin: 0%;
}

.image-5 {
  position: absolute;
  top: 97px;
  left: 15px;
}

.icon-3 {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: static;
}

.icon-div {
  background-color: #0000;
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
  padding: 0;
}

.icon-div.smaller {
  background-color: #0000;
  width: 45px;
  height: 45px;
  padding: 0;
}

.paragraph-2 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.button-2 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-2:hover {
  opacity: .8;
}

.content-section-03 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-wrap-left-03 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.content-grid-03 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1100px;
}

.content-left-inner-03 {
  border-style: none none none solid;
  border-width: 5px;
  border-color: black black black var(--golden);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.section-title-3 {
  color: var(--main-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.content-card-03 {
  border: 1px solid #dbdbdb;
  padding: 20px;
  transition: all .2s;
}

.content-card-03:hover {
  box-shadow: 1px 1px 20px #00000012;
}

.paragraph-3 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.hero-section-02 {
  background-image: url('../images/cozy-haven-5.png');
  background-position: 50% 100%;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.button-3 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-3:hover {
  opacity: .8;
}

.testimonial-card-02 {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonials-02-div {
  width: 100%;
  max-width: 1100px;
}

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

.section-title-4 {
  color: var(--main-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.author-subheading {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.author-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.right-arrow-slider {
  background-color: var(--golden);
  width: 45px;
  height: 45px;
  font-size: 17px;
  transition: all .2s;
  right: -22px;
}

.right-arrow-slider:hover {
  opacity: .8;
}

.left-arrow-slider {
  background-color: var(--main-dark-blye);
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 17px;
  transition: all .2s;
  left: -22px;
}

.left-arrow-slider:hover {
  opacity: .8;
}

.testimonial-image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 55%;
  height: 400px;
}

.testimonial-image-2._2 {
  background-image: url('../images/clean-kitchen-2-2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.testimonial-image-2._3 {
  background-image: url('../images/kitchen.webp');
  background-position: 0 0;
  background-size: cover;
}

.testimonial-text-02 {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.blue-2 {
  color: #3b2ae5;
}

.paragraph-4 {
  opacity: .75;
  max-width: 1100px;
  font-size: 16px;
  line-height: 22px;
}

.slider-2 {
  background-color: #fff;
  min-height: 400px;
}

.testimonial-author-02 {
  border-bottom: 1px #dbdbdb;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonial-image-02 {
  background-image: url('../images/kidfortestimonial.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #dbdbdb;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.testimonial-image-02._2 {
  background-image: url('../images/headshot1_TrunkClubDallasHeadshots_JoeKathrina-069.jpg');
}

.testimonial-info-02 {
  width: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonial-info-inner-2 {
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #dbdbdb #dbdbdb #dbdbdb var(--golden);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.testimonials-section-02 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-02-title-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.testimonial-image-03 {
  background-image: url('../images/image.478.1624117-1.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #dbdbdb;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.testimonial-image-03._2 {
  background-image: url('../images/headshot1_TrunkClubDallasHeadshots_JoeKathrina-069.jpg');
}

.testimonial-image-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 55%;
  height: 400px;
}

.testimonial-image-3._2 {
  background-image: url('../images/clean-kitchen-2-2.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.testimonial-image-3._3 {
  background-image: url('../images/whitebathroom-1.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.html-embed-4 {
  width: 100vw;
}

.check {
  background-color: #0000;
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.check.off {
  background-color: #0000;
  background-image: url('../images/Cross.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
}

.check.on {
  background-color: #0000;
  background-image: url('../images/Check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.privacy_icon {
  width: auto;
  max-width: 32px;
  height: auto;
  max-height: 32px;
  margin-right: 16px;
}

.privacy_icon.top-margin {
  margin-top: 6px;
}

.privacy_icon.top-margin.big {
  margin-top: 10px;
}

.small_datatable_header_atom {
  justify-content: center;
  width: 25%;
  padding: 8px;
  display: flex;
}

.small_datatable_header_atom.action {
  justify-content: flex-start;
  width: 50%;
  padding: 16px;
}

.paragraph_centered {
  text-align: left;
}

.small_data_table {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divider {
  background-color: #69696926;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.datatable {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.item_icon_text {
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 40px;
  display: flex;
}

.item_icon_header {
  flex-direction: row-reverse;
  align-items: flex-start;
  display: flex;
}

.privacy_section {
  background-color: #eff2ff;
  margin-top: 0;
  padding: 100px 20px;
}

.datatable_mobile {
  display: none;
}

.header_section_wrapper {
  align-items: flex-start;
  display: flex;
}

.sticky_menu_wrapper {
  z-index: 0;
  background-color: #0000;
  flex-direction: column;
  height: 400px;
  margin-bottom: 0;
  padding: 0 24px 0 0;
  display: flex;
  position: sticky;
  top: 182px;
  overflow: scroll;
}

.small_dt_header {
  background-color: #6969691a;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.datatable_text {
  color: #696969;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.8;
}

.datatable_text.bold {
  font-weight: 700;
}

.small_datatable_line_atom {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 16px;
  display: flex;
}

.small_datatable_line_atom.action {
  justify-content: flex-start;
  width: 50%;
}

.item_icon_wrapper {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.privacy-bloc {
  align-items: stretch;
  display: flex;
}

.privacy-bloc.datatype {
  flex-direction: column;
}

.privacy-bloc.making_policy_great {
  flex-direction: column;
  display: none;
}

.privacy-bloc.our-role, .privacy-bloc.how_and_why, .privacy-bloc.privacy_choices_rights {
  flex-direction: column;
}

.privacy-bloc.collect-data {
  flex-direction: column;
  align-items: flex-start;
}

.privacy-bloc.data_storage, .privacy-bloc.third_parties, .privacy-bloc.cookies {
  flex-direction: column;
}

.datatable_category_name {
  color: #696969;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.privacy_grid {
  grid-column-gap: 0px;
  grid-template: "Lateral-Menu Content"
  / .5fr 1.25fr;
}

.intro_wrapper {
  text-align: center;
}

.small_datatable_line {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.privacy_content_wrapper {
  background-color: #fff;
  border: 1px solid #6969691a;
  border-radius: 20px;
  padding: 24px 40px;
  overflow: visible;
}

.sticky_menu_item {
  color: #696969;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  transition: color .2s;
}

.sticky_menu_item:hover {
  color: #4c14e9;
}

.sticky_menu_item.w--current {
  cursor: pointer;
}

.container-2 {
  z-index: 2;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.mini_button {
  color: #fff;
  cursor: pointer;
  background-color: #4c14e9;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 1.4;
  transition: background-color .2s, color .2s;
}

.mini_button:hover {
  color: #4c14e9;
  background-color: #eff2ff;
}

.mini_button.privacy_policy {
  margin-top: 4px;
  margin-left: 0;
  margin-right: 0;
}

.datatable_header {
  background-color: #6969691a;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px;
  display: flex;
}

.legal_basis_wrapper {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.list_item_privacy {
  color: #696969;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.list_item_privacy.datatable_text {
  font-size: 12px;
  line-height: 1.8;
}

.legal_basis_text {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
  font-weight: 700;
  line-height: 1.6;
}

.datatable_line_atom {
  align-items: flex-start;
  width: 20%;
  height: auto;
  padding: 16px;
  display: flex;
}

.datatable_line_atom.purpose {
  width: 50%;
}

.datatable_line_atom.purpose.third_party {
  width: 34%;
}

.datatable_line_atom.data_collect {
  justify-content: center;
  align-items: center;
  width: 25%;
}

.datatable_line_atom.service_provider {
  flex-direction: column;
  width: 18%;
}

.datatable_line_atom.data_collected_shared {
  width: 26%;
}

.datatable_line_atom.place_processing {
  width: 22%;
}

.datatable_line_atom.key_cookies {
  width: 30%;
}

.datatable_line_atom.data_give {
  justify-content: center;
  align-items: center;
  width: 25%;
}

.accordion_content {
  flex-direction: row-reverse;
  align-items: stretch;
  height: auto;
  margin-top: 8px;
  display: flex;
  overflow: hidden;
}

.accordion_trigger {
  cursor: pointer;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.read_more_content_wrapper {
  flex: 1;
  padding-left: 24px;
  overflow: hidden;
}

.data_reason_wrapper {
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.legal_bases_meaning_tilte_wrapper {
  margin-bottom: 22px;
}

.datatable_wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.datatable_line {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.list_datatable {
  color: #696969;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 12px;
  line-height: 20px;
}

.read_more_line {
  object-fit: none;
  object-position: 100% 0%;
  background-color: #eff2ff;
  border-radius: 16px;
  flex: 0 auto;
  width: 8px;
  margin-left: 16px;
  display: flex;
  overflow: hidden;
}

.h5_alt {
  color: #696969;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.read_more_data_wrapper {
  flex: 1;
  padding-left: 24px;
  display: block;
}

.legal_bases_meaning_wrapper {
  flex: 1;
  height: auto;
  margin-top: 0;
  padding-left: 24px;
  overflow: hidden;
}

.read_more_text {
  color: #4c14e9;
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.datatable_header_atom {
  align-items: center;
  width: 22%;
  height: 100%;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.datatable_header_atom.service_provider {
  width: 20%;
  height: 100%;
}

.datatable_header_atom.service_provider.third_party {
  width: 18%;
}

.datatable_header_atom.purpose {
  width: 50%;
  height: 100%;
}

.datatable_header_atom.purpose.third_party {
  width: 34%;
}

.datatable_header_atom.data_collected_shared {
  width: 26%;
}

.datatable_header_atom.data_give {
  justify-content: center;
  width: 25%;
}

.datatable_header_atom.key_cookie {
  width: 30%;
  height: 100%;
}

.datatable_header_atom.data_collect {
  justify-content: center;
  width: 25%;
}

.arrow-2 {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  transform: rotate(0);
}

.inner-hero-content-03 {
  border-style: none none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: #dbdbdb #dbdbdb #dbdbdb var(--golden);
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  padding: 0 500px 0 40px;
  display: flex;
}

.hero-section-03 {
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  align-items: center;
  padding-top: 175px;
  padding-bottom: 175px;
  display: flex;
  position: relative;
}

.hero-03-image-wrap {
  background-image: url('../images/cozy-haven-meta-image.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dbdbdb;
  border-right-style: none;
  width: 40vw;
  height: 400px;
  position: absolute;
  inset: auto 0% auto auto;
}

.button-4 {
  background-color: var(--main-blue);
  text-transform: none;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-4:hover {
  opacity: .8;
}

.button-4.in-form {
  background-color: var(--main-blue);
  text-align: center;
  width: 100%;
}

.hero-content-03 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  display: flex;
}

.section-title-5 {
  color: var(--main-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.content-section-02 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.content-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1100px;
}

.content-card-02 {
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #dbdbdb #dbdbdb #dbdbdb var(--main-blue);
  padding: 20px;
  transition: all .2s;
}

.content-card-02:hover {
  box-shadow: 1px 1px 20px #00000012;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-03-outer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.contact-icon-2 {
  background-color: var(--main-dark-blye);
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.contact-text-2 {
  color: var(--main-blue);
  margin-bottom: 1px;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.contact-method-wrap {
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.form-block-03 {
  border: 1px solid #dbdbdb;
  margin-bottom: 0;
  padding: 20px;
}

.text-field-inform {
  border: 1px solid #dbdbdb;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

.form-section-03 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-content-section {
  position: relative;
}

.image-in-div {
  z-index: 2;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.section-title-6 {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.paragraph-5 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.content-section-01 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.border-effect {
  z-index: 1;
  border: 5px solid var(--main-turquoise);
  background-color: #fff;
  position: absolute;
  inset: -20px -20px 15px 15px;
}

.paragraph-6 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.section-title-7 {
  color: var(--main-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.nexsletter-form-block-01 {
  width: 85%;
  margin-top: 20px;
  margin-bottom: 0;
}

.hero-section-02-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/nyc-skyline.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.hero-section-02-2.blog {
  background-image: linear-gradient(#00000080, #00000080), url('../images/girl-with-headphones.jpg');
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-2-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.text-field-01-2 {
  border: 1px solid #dbdbdb;
  height: 48px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-01-2:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.newsletter-form-01 {
  align-items: stretch;
  display: flex;
}

.fs-tabs-menu {
  border-right: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 60px;
}

.paragraph-7 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.fs-tabs-link {
  opacity: .75;
  white-space: nowrap;
  background-color: #fff;
  border-right: 5px solid #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.fs-tabs-link:hover {
  opacity: 1;
}

.fs-tabs-link.w--current {
  opacity: 1;
  color: #3b2ae5;
  background-color: #fff;
  border-right-color: #3b2ae5;
}

.tab-inner-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-right: 30px;
  display: flex;
}

.fs-tabs-content {
  padding: 0 40px;
}

.blog-tabs-section {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.blog-date {
  color: #3b2ae5;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.blog-preview-related {
  background-image: url('../images/6101163b59fc80521f698912_60df2dddf8ef998f63b60df5_icons8-team-r-enAOPw8Rs-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 40%;
  max-width: 40%;
  height: auto;
  min-height: 250px;
  display: flex;
  overflow: hidden;
}

.fs-tabs {
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.tabs-this-is-copied-to-tab {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px #e4e4e4;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 25px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.tabs-this-is-copied-to-tab:hover {
  background-color: #fafafa;
}

.section {
  padding: 70px 20px;
}

.container-3 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.heading-wrapper {
  align-items: flex-end;
  width: 25%;
  margin-bottom: 60px;
  display: flex;
}

.line-wrap {
  position: relative;
}

.line {
  z-index: 2;
  background-color: var(--main-turquoise);
  height: 2px;
  position: relative;
}

.dark-line {
  background-color: #263238;
  width: 100%;
  height: 2px;
}

.feature-collection-item {
  display: flex;
}

.image-wrapper {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.image-wrapper.feature {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: 466px;
  height: 323px;
  transition: transform .2s;
  box-shadow: 5px 8px 20px #00000026;
}

.image-wrapper.feature:hover {
  transform: translate(0, -5px);
}

.category {
  color: #7adb58;
}

.category-image {
  color: var(--main-blue);
  background-color: #fff;
  padding: 18px 33px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.content-feature {
  max-width: 400px;
  margin-top: 40px;
  margin-left: 100px;
}

.date {
  color: #26323866;
}

.link-2 {
  color: var(--main-blue);
  transition: color .2s;
}

.container-4 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.line-2 {
  z-index: 2;
  background-color: var(--main-turquoise);
  height: 2px;
  position: relative;
}

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

.latest-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  transition: transform .2s;
  position: relative;
  box-shadow: 5px 8px 20px #00000026;
}

.latest-img:hover {
  transform: translate(0, -5px);
}

.category-image-2 {
  color: var(--main-blue);
  background-color: #fff;
  padding: 18px 33px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.latest-text-link {
  color: #263238;
  margin-top: 20px;
  font-size: 26px;
  line-height: 125%;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.latest-text-link:hover {
  color: #7adb58;
}

.collection-item {
  margin-bottom: 20px;
}

.rich-text-block {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.heading-2-3 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.article-wrapper-02 {
  width: 100%;
  max-width: none;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.contact-icon-3 {
  background-color: #3b2ae5;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.section-title-8 {
  color: var(--main-blue);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.section-title-8.footer {
  margin-bottom: 20px;
}

.article-02-right-div {
  width: 30%;
  position: sticky;
  top: 160px;
}

.article {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px #e4e4e4;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 25px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.article:hover {
  background-color: #fafafa;
}

.share-on-social {
  margin-bottom: 0;
  display: none;
}

.article-cta-02 {
  background-color: #0000;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  position: static;
  top: 85px;
  overflow: visible;
}

.article-wrap {
  width: 100%;
  max-width: 900px;
}

.article-wrap._1100 {
  max-width: 1100px;
}

.author-info-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-field-01-3 {
  border: 1px solid #dbdbdb;
  height: 48px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-01-3:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.nav-wrapper-03-2 {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.name-and-button {
  align-items: center;
  margin-bottom: 2px;
  display: flex;
}

.article-cta-heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.article-preview-01-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.socials-on-article {
  border-left: 1px #dbdbdb;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.related-articles {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.related-title-div {
  width: 100%;
  max-width: 900px;
  margin-bottom: 30px;
}

.related-title-div._1100 {
  max-width: 1100px;
}

.paragraph-8 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-8.no-bottom-pad {
  margin-bottom: 0;
}

.author-name-2 {
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}

.article-02-left-div {
  width: 70%;
  padding-right: 50px;
}

.dropdown-toggle-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  color: #3b2ae5;
}

.nav-link-2 {
  color: #000;
  text-transform: none;
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link-2:hover {
  color: #3b2ae5;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

.nav-link-2.dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.social-link-article {
  color: #3b2ae5;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-article:hover {
  opacity: .8;
}

.footer-top-bar {
  border-bottom: 1px solid #dbdbdb;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.article-02-div-wrap {
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.article-02-section {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.article-cta-inner-02 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  line-height: 25px;
  display: flex;
}

.author-img {
  width: 60px;
  margin-right: 10px;
}

.contact-text-3 {
  margin-bottom: 1px;
}

.platform-icon-2 {
  background-color: #3b2ae5;
  justify-content: center;
  align-items: center;
  width: 22px;
  max-width: 22px;
  height: 22px;
  max-height: 22px;
  margin-right: 0;
  padding: 4px;
  display: flex;
}

.article-preview-text {
  opacity: .75;
  font-size: 20px;
  line-height: 29px;
}

.article-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-right: 30px;
  display: flex;
}

.nav-spacer {
  width: 100%;
  height: 125px;
}

.date-readtime {
  align-items: center;
  display: flex;
}

.button-5 {
  background-color: var(--main-blue);
  text-transform: none;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-5:hover {
  opacity: .8;
}

.button-5.nav {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  font-size: 16px;
  transition: all .2s;
}

.button-5.nav:hover {
  opacity: .8;
}

.author-div {
  align-items: center;
  display: flex;
}

.author-div.bottom-40 {
  margin-bottom: 40px;
}

.sticky-nav-wrap {
  z-index: 1000;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-top-banner-2 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.date-readtime-text {
  opacity: .8;
  color: #000;
  margin-right: 4px;
}

.article-02-image-wrap {
  background-image: url('../images/6101163b59fc80521f698912_60df2dddf8ef998f63b60df5_icons8-team-r-enAOPw8Rs-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dbdbdb;
  width: 100%;
  height: 400px;
  margin-top: 40px;
  position: static;
  inset: auto 0% auto auto;
}

.profile-button {
  background-color: #7a878d;
  border-radius: 50px;
  margin-left: 10px;
  padding: 3px 10px 2px;
  transition: all .2s;
}

.profile-button:hover {
  opacity: .8;
}

.profile-button.services {
  margin-left: auto;
}

.collection-list-wrapper {
  margin-top: 20px;
}

.collection-list {
  margin-top: 10px;
}

.section-title-9 {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.content-section-02-2 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-9 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.icon-div-2 {
  background-color: #3b2ae5;
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  padding: 13px;
}

.heading-2-4 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.heading-2-4.center {
  text-align: center;
}

.content-card-02-2 {
  border: 1px solid #dbdbdb;
  border-left: 5px solid #3b2ae5;
  padding: 20px;
  transition: all .2s;
}

.content-card-02-2:hover {
  box-shadow: 1px 1px 20px #00000012;
}

.text-block-2, .text-block-3, .text-block-4 {
  text-decoration: underline;
}

.features-heading {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.feature-icon {
  filter: hue-rotate(315deg);
}

.features-title {
  color: #1e2037;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.features-description {
  color: #666885;
}

.features-content {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.features-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-5 {
  justify-content: center;
  align-items: center;
  max-width: 1230px;
  height: auto;
  margin-top: 61px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.features-list-item {
  max-width: 350px;
}

.features-icon-wrapper {
  background-color: #eaf1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  display: flex;
}

.hero-text {
  color: #4a4c63;
  max-width: 456px;
  margin-bottom: 41px;
  font-size: 24px;
  line-height: 24px;
}

.image-7, .image-9 {
  height: 235px;
}

.container-6 {
  justify-content: center;
  align-items: center;
  max-width: 1230px;
  height: auto;
  margin-top: 61px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.image-8 {
  height: 235px;
}

.phone-circle {
  filter: hue-rotate(180deg);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.phone-image {
  z-index: 1;
  position: relative;
  transform: translate(0);
}

.application-text {
  color: #666885;
  max-width: 501px;
  margin-bottom: 50px;
}

.download-button {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #0d243c;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 14px 28px 14px 36px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  display: grid;
  position: relative;
  overflow: hidden;
}

.download-button:hover {
  background-color: #2aa8ef;
}

.download-button._2 {
  background-image: linear-gradient(45deg, var(--main-blue) 62%, var(--main-blue));
  grid-template-columns: auto;
}

.container-7 {
  justify-content: center;
  align-items: center;
  max-width: 1230px;
  height: auto;
  margin-top: 61px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.application {
  grid-column-gap: 85px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.button-title {
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.phone-image-wrapper {
  width: 100%;
  max-width: 470px;
  padding-top: 20px;
  position: relative;
}

.application-heading {
  max-width: 600px;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 56px;
}

.button-small-text {
  z-index: 1;
  color: #ffffffe6;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}

.div-block {
  border-bottom-right-radius: 45%;
  border-bottom-left-radius: 45%;
  overflow: hidden;
}

.container-8 {
  justify-content: center;
  align-items: center;
  max-width: 1230px;
  height: auto;
  margin-top: 61px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.preview-text {
  color: #757575;
  width: auto;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  display: flex;
}

.intro-div {
  width: 100%;
  max-width: 900px;
}

.hero-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 75px;
  display: flex;
}

.social-link {
  width: 25px;
  margin-left: 10px;
  transition: all .2s;
}

.social-link:hover {
  opacity: .8;
}

.author-social-div {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.heading-1-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.social-links {
  align-items: center;
  display: flex;
}

.author-name-3 {
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}

.blog-image-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 75px;
  display: none;
}

.blog-image-wrapper {
  background-image: url('../images/6101163b59fc80521f698912_60df2dddf8ef998f63b60df5_icons8-team-r-enAOPw8Rs-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 900px;
  height: 425px;
}

.inctabutton {
  text-align: center;
  background-color: #3e66fc;
  border-radius: 0;
  width: 100.5%;
  margin-bottom: -3px;
  margin-right: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
}

.inctabutton:hover {
  background-color: #000;
}

.text-block-85 {
  font-weight: 600;
}

.article-wrapper {
  width: 100%;
  max-width: 600px;
  padding-left: 0;
  padding-right: 40px;
}

.wfinner {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  display: flex;
}

.image-74 {
  width: 55px;
  margin-top: -50px;
  margin-bottom: 13px;
}

.article-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 75px;
  display: flex;
}

.webflowbanner {
  background-color: #0000;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
  position: sticky;
  top: 85px;
  overflow: visible;
}

.article-cta-wrap {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  display: flex;
  position: relative;
}

.paragraph-10 {
  color: #757575;
  font-size: 20px;
  line-height: 29px;
}

.text-block-86 {
  color: #3e66fc;
  font-size: 16px;
  font-weight: 600;
}

.related-header {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.read-more {
  align-items: center;
  margin-top: 25px;
  font-weight: 400;
  display: flex;
}

.related-title-div-2 {
  width: 100%;
  max-width: 900px;
  margin-bottom: 40px;
}

.title {
  color: #3e66fc;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.related-articles-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.div-block-3 {
  background-image: url('../images/clean-kitchen-1.jpeg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 40%;
  max-width: 40%;
  height: auto;
  min-height: 250px;
  display: flex;
  overflow: hidden;
}

.div-block-3.deep {
  background-image: url('../images/63ea8bfc33428f37c7d6085a_pexels-mark-mccammon-2724749-1-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-3.moving {
  background-image: url('../images/pexels-jean-van-der-meulen-1454804-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.related-article {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px #e4e4e4;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 25px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.related-article:hover {
  background-color: #fafafa;
}

.image-75 {
  margin-top: 2px;
  margin-left: 5px;
}

.heading-4 {
  color: #000;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 600;
  line-height: 37px;
}

.related-article-wrap {
  width: 100%;
  max-width: 900px;
}

.text-wrapper {
  width: 60%;
  padding-right: 30px;
}

.blog-date-2 {
  color: #3e66fc;
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.standard-check, .deep-cleanings {
  opacity: .8;
  color: #000;
  margin-right: 4px;
}

.deep-cleanings.checkmark {
  margin-right: 10px;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  color: #333;
  text-decoration: none;
}

.link-block-9 {
  text-decoration: none;
}

.link-block-10, .link-block-11, .link-block-12 {
  color: #333;
}

.link-block-13, .link-block-14, .link-block-15 {
  color: #333;
  text-decoration: none;
}

.content-02-title-div-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.section-title-10 {
  color: #a064a1;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.heading-1-3 {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.content-grid-02-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.content-card-02-3 {
  border: 1px solid #dbdbdb;
  border-left: 5px solid #090a4d;
  border-radius: 10px;
  padding: 20px;
  transition: all .2s;
}

.content-card-02-3:hover {
  box-shadow: 1px 1px 20px #00000012;
}

.heading-3-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph-11 {
  opacity: .75;
  max-width: 1100px;
  font-size: 16px;
  line-height: 22px;
}

.secondary-button-2 {
  color: #000;
  align-items: center;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
  transition: all .2s;
  display: flex;
}

.secondary-button-2:hover {
  opacity: .8;
  transform: translate(5px);
}

.secondary-button-2.no-left-margin {
  margin-top: 20px;
  margin-left: 0;
}

.tooltip-copy {
  z-index: 1;
  position: relative;
}

.tooltip-wrap {
  z-index: 10;
  justify-content: center;
  width: 300px;
  display: none;
  position: absolute;
  bottom: 40px;
}

.tooltip {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  padding: 8px 12px;
}

.pricing-comparison-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #dcdcdc;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.comparison-row.header {
  z-index: 5;
  background-color: #fff;
  padding-top: 26px;
  padding-bottom: 26px;
  position: sticky;
  top: 0;
}

.comparison-header-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}

.comparison-header-title.feature {
  color: #727272;
}

.container-9 {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.comparison-feature {
  color: #727272;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.comparison-item {
  padding-top: 28px;
  padding-bottom: 28px;
}

.comparison-item.check {
  background-image: url('../images/check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.comparison-item.x {
  background-image: url('../images/x.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.tooltip-arrow {
  z-index: 0;
  background-color: #000;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg);
}

.tooltip-button {
  cursor: default;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.dropdown-toggle-3 {
  background-color: var(--transparent);
  width: 100%;
  font-size: 16px;
}

.icon-4 {
  color: #fff;
}

.text-block-88 {
  color: #fff;
  font-weight: 700;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: var(--main-dark-blye);
  width: 150%;
}

.nav-link-3 {
  color: #fff;
  text-transform: none;
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link-3:hover {
  color: #f78547;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

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

.nav-link-3.dropdown {
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .footer-section-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-card-02 {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-card-02.central {
    margin-left: 0;
    margin-right: 0;
  }

  .client-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    color: #fff;
    padding: 12px;
  }

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

  .hero-content-01 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-inner {
    padding: 10px 20px;
  }

  .nav-first-timer-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-div-02 {
    flex-direction: column;
  }

  .paragraph {
    max-width: 1100px;
  }

  .clients-inner-02 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-section-inner-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    background-color: var(--main-dark-blye);
    box-shadow: 0 14px 13px -3px #0000001c;
  }

  .cards-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section-01 {
    background-position: 50%;
    background-size: cover;
  }

  .pricing-section-02, .navbar-top-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.nav {
    display: none;
  }

  .hamburger {
    filter: invert();
    color: var(--main-dark-blye);
    background-color: #1e203700;
    width: 40px;
    padding-top: 3px;
  }

  .nav-banner-button.nav {
    display: none;
  }

  .bold-text {
    margin-left: 0;
    padding-left: 0;
  }

  .clients-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clients-inner-01 {
    grid-template-columns: 1fr 1fr;
  }

  .faq-section-02, .content-section-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrap-left-03 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-grid-03 {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-card-02 {
    flex-direction: column;
  }

  .testimonial-image-2 {
    width: 100%;
  }

  .slider-2 {
    min-height: 650px;
  }

  .testimonial-info-02 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .testimonials-section-02 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-02-title-div {
    text-align: center;
  }

  .testimonial-image-3 {
    width: 100%;
  }

  .privacy_icon.top-margin {
    margin-top: 8px;
  }

  .small_data_table {
    display: none;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .privacy_section {
    margin-top: 0;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .datatable_mobile {
    display: none;
  }

  .sticky_menu_wrapper {
    flex-direction: row;
    height: auto;
    display: none;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
  }

  .datatable_category_name {
    flex-wrap: nowrap;
    font-size: 10px;
    line-height: 12px;
  }

  .privacy_grid {
    grid-template: "Lateral-Menu"
                   "Content"
                   / 1fr;
    margin-top: 0;
    display: flex;
  }

  .container-2 {
    width: 90%;
  }

  .datatable_header {
    justify-content: space-between;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .datatable_line_atom {
    width: 24%;
  }

  .datatable_line_atom.purpose {
    width: 46%;
  }

  .datatable_line_atom.purpose.third_party {
    width: 30%;
  }

  .datatable_line_atom.service_provider {
    width: 26%;
  }

  .datatable_line_atom.place_processing {
    width: 18%;
  }

  .datatable_header_atom.place_processing {
    width: 18%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .datatable_header_atom.service_provider {
    width: 24%;
  }

  .datatable_header_atom.service_provider.third_party {
    flex-wrap: wrap;
    width: 26%;
    overflow: visible;
  }

  .datatable_header_atom.purpose {
    width: 46%;
  }

  .datatable_header_atom.purpose.third_party {
    width: 30%;
  }

  .datatable_header_atom.data_collected_shared {
    align-items: center;
    width: 26%;
  }

  .inner-hero-content-03 {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-03-image-wrap {
    width: 100%;
    position: static;
  }

  .hero-content-03 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .content-grid-02 {
    grid-template-columns: 1fr 1fr;
  }

  .form-03-outer-div {
    grid-template-columns: 1fr;
  }

  .form-block-03 {
    margin-top: 20px;
  }

  .form-section-03, .content-section-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .border-effect {
    display: none;
  }

  .tabs-this-is-copied-to-tab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-top: 40px;
  }

  .content-feature {
    margin-left: 13px;
  }

  .latest-img {
    height: 220px;
  }

  .article-wrapper-02 {
    padding-left: 0;
    padding-right: 0;
  }

  .article-02-right-div {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    position: static;
  }

  .article {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-cta-02 {
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
    position: static;
  }

  .hamburger-2 {
    width: 40px;
    padding-top: 3px;
  }

  .article-preview-01-wrap {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .related-articles {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    background-color: #fff;
    box-shadow: 0 14px 13px -3px #0000001c;
  }

  .article-02-left-div {
    width: 100%;
    padding-right: 0;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .article-02-div-wrap {
    flex-direction: column;
  }

  .article-02-section {
    padding: 40px 20px;
  }

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

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

  .button-5.nav {
    display: none;
  }

  .navbar-top-banner-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-02-image-wrap {
    width: 100%;
    position: static;
  }

  .content-section-02-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-section, .blog-image-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .webflowbanner {
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
    position: static;
  }

  .article-cta-wrap {
    flex-direction: column;
    align-items: center;
  }

  .related-articles-2, .related-article {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-02-title-div-2 {
    text-align: center;
  }

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

  .heading-3-2 {
    text-align: center;
    display: block;
  }

  .secondary-button-2.no-left-margin {
    text-align: center;
    justify-content: center;
  }

  .nav-link-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-2 {
    width: 100%;
  }
}

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

  .client-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .client-logo {
    width: 50%;
  }

  .heading-1 {
    font-size: 35px;
    line-height: 45px;
  }

  .nav-first-timer-banner {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .pricing-div-02, .card-02-grid {
    grid-template-columns: 1fr;
  }

  .clients-inner-02 {
    flex-wrap: wrap;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .footer-03-div {
    grid-template-columns: 2fr;
  }

  .navbar-top-banner, .nav-first-timer-div {
    display: none;
  }

  .clients-inner-01 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-2 {
    max-width: 250px;
  }

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

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

  .content-wrap-left-03 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .content-02-title-div {
    text-align: center;
  }

  .privacy_icon {
    width: auto;
    max-width: 24px;
    max-height: 24px;
  }

  .small_datatable_header_atom {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    width: 25%;
    padding: 8px 16px;
    display: flex;
  }

  .small_datatable_header_atom.action {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    width: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .small_data_table {
    width: 100%;
    display: block;
  }

  .content_wrapper {
    padding-left: 40px;
  }

  .privacy_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .datatable_mobile {
    width: 100%;
    display: block;
  }

  .small_dt_header {
    background-color: #6969691a;
    border-radius: 8px;
    justify-content: space-between;
    display: flex;
  }

  .datatable_text.mobile {
    margin-bottom: 24px;
  }

  .small_datatable_line_atom {
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 16px;
    display: flex;
  }

  .small_datatable_line_atom.action {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 50%;
  }

  .datatable_category_name.mobile {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .small_datatable_line {
    justify-content: space-between;
    display: flex;
  }

  .privacy_content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    width: 90%;
  }

  .read_more_content_wrapper {
    padding-left: 16px;
  }

  .datatable_wrapper {
    display: none;
  }

  .h5_top_margin {
    margin-top: 24px;
  }

  .list_datatable.mobile {
    margin-bottom: 24px;
  }

  .read_more_data_wrapper, .legal_bases_meaning_wrapper {
    padding-left: 16px;
  }

  .datatable_header_mobile {
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .hero-section-03 {
    flex-direction: column;
    padding: 100px 20px;
  }

  .hero-content-03 {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .tab-inner-content {
    width: 100%;
    padding-right: 0;
  }

  .blog-preview-related {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .tabs-this-is-copied-to-tab {
    flex-direction: column-reverse;
  }

  .heading-wrapper {
    width: 40%;
  }

  .feature-collection-item {
    flex-direction: column;
    align-items: stretch;
  }

  .image-wrapper {
    background-image: none;
  }

  .image-wrapper.feature {
    max-width: none;
  }

  .content-feature {
    margin-left: 0;
  }

  .latest-collection {
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }

  .article {
    flex-direction: column-reverse;
  }

  .related-title-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-text-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .nav-spacer {
    height: 90px;
  }

  .navbar-top-banner-2 {
    display: none;
  }

  .features-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .container-5, .container-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .download-button {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 26px;
    padding-right: 26px;
  }

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

  .button-group {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
  }

  .button-title {
    font-size: 16px;
    line-height: 26px;
  }

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

  .hero-section, .blog-image-section, .article-section, .related-title-div-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-02-title-div-2 {
    text-align: center;
  }

  .heading-1-3 {
    font-size: 35px;
    line-height: 45px;
  }

  .content-grid-02-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .comparison-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Feature-Row Feature-Row Feature-Row";
  }

  .comparison-row.header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .comparison-header-title.feature {
    display: none;
  }

  .comparison-feature {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .comparison-item {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .inner-hero-content-01 {
    padding: 40px 20px;
  }

  .brand-link {
    padding-left: 0;
  }

  .contact-method {
    margin-bottom: 10px;
  }

  .section-title {
    text-align: left;
  }

  .socials-in-footer {
    margin-left: -20px;
  }

  .content-wrap-left {
    margin-bottom: 20px;
  }

  .client-logo {
    width: 100%;
  }

  .footer-03-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .contact-icon, .platform-icon {
    min-width: 22px;
    min-height: 22px;
  }

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

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

  .heading-2.pricing {
    text-align: center;
  }

  .heading-2.center {
    text-align: left;
  }

  .big-price {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-section-01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .social-link-nav {
    margin-bottom: 10px;
  }

  .call-us-header.pricing {
    text-align: center;
  }

  .faq-answer-wrap-02 {
    padding-left: 50px;
    padding-right: 0;
  }

  .faq-question-header {
    font-size: 20px;
  }

  .plus-minus-wrap {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .slide-content {
    padding-top: 0;
  }

  .testimonails-location {
    font-size: 16px;
  }

  .testimonials-name {
    font-size: 22px;
  }

  .testimonials-text {
    font-size: 24px;
    line-height: 36px;
  }

  .right-arrow-2 {
    bottom: -31px;
  }

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

  .left-arrow {
    bottom: -31px;
  }

  .content-grid-03 {
    grid-template-columns: 1fr;
  }

  .content-left-inner-03 {
    border-left-style: none;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .testimonials-02-div {
    position: relative;
  }

  .right-arrow-slider {
    inset: auto 20% -2% auto;
  }

  .left-arrow-slider {
    inset: auto auto -2% 20%;
  }

  .testimonial-text-02 {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-info-02 {
    margin-top: -75px;
  }

  .testimonial-info-inner-2 {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-02-title-div {
    text-align: left;
    align-items: flex-start;
  }

  .privacy_icon {
    max-width: 16px;
    max-height: 16px;
    margin-right: 8px;
  }

  .privacy_icon.top-margin {
    margin-top: 12px;
  }

  .privacy_icon.top-margin.big {
    margin-top: 15px;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 24px;
  }

  .item_icon_header {
    flex-direction: row-reverse;
    align-items: flex-start;
    display: flex;
  }

  .privacy_section {
    margin-top: 78px;
    padding-left: 0;
    padding-right: 0;
  }

  .datatable_mobile {
    width: auto;
  }

  .header_section_wrapper {
    align-items: flex-start;
  }

  .item_icon_wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .datatable_category_name, .datatable_category_name.center {
    font-size: 9px;
  }

  .privacy_grid {
    margin-top: 0;
    display: flex;
  }

  .privacy_content_wrapper {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-2 {
    width: 90%;
  }

  .read_more_content_wrapper {
    padding-left: 24px;
  }

  .read_more_line {
    margin-left: 0;
  }

  .read_more_data_wrapper, .legal_bases_meaning_wrapper {
    padding-left: 24px;
  }

  .inner-hero-content-03 {
    padding: 0;
  }

  .hero-03-image-wrap {
    height: 300px;
  }

  .content-grid-02 {
    grid-template-columns: 1fr;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

  .contact-icon-2 {
    min-width: 22px;
    min-height: 22px;
  }

  .contact-method-wrap {
    flex-direction: column;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
  }

  .nexsletter-form-block-01 {
    width: 100%;
  }

  .hero-section-02-2.blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fs-tabs-menu {
    border-right-style: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
  }

  .fs-tabs-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-inner-content {
    width: 100%;
    padding-right: 0;
  }

  .fs-tabs-content {
    padding: 0;
  }

  .blog-tabs-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .blog-preview-related {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
  }

  .fs-tabs {
    flex-direction: column;
  }

  .tabs-this-is-copied-to-tab {
    flex-direction: column-reverse;
  }

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

  .heading-wrapper {
    width: 50%;
  }

  .image-wrapper {
    height: auto;
  }

  .image-wrapper.feature {
    height: 240px;
  }

  .latest-collection {
    grid-template-columns: 1fr;
  }

  .contact-icon-3 {
    min-width: 22px;
    min-height: 22px;
  }

  .article {
    flex-direction: column-reverse;
  }

  .socials-on-article {
    margin-left: 0;
  }

  .related-title-div {
    padding-left: 0;
    padding-right: 0;
  }

  .social-link-article {
    margin-bottom: 10px;
  }

  .platform-icon-2 {
    min-width: 22px;
    min-height: 22px;
  }

  .article-text-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .date-readtime-text {
    white-space: nowrap;
  }

  .heading-2-4.center {
    text-align: left;
  }

  .features-heading {
    font-size: 36px;
    line-height: 42px;
  }

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

  .hero-text {
    max-width: 100vw;
  }

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

  .application-heading {
    font-size: 36px;
    line-height: 42px;
  }

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

  .social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .author-social-div {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .heading-1-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .social-links {
    margin-bottom: 20px;
  }

  .blog-image-wrapper {
    height: 300px;
  }

  .related-title-div-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
  }

  .related-article {
    flex-direction: column-reverse;
  }

  .text-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .standard-check, .deep-cleanings {
    white-space: nowrap;
  }

  .content-02-title-div-2 {
    text-align: left;
    align-items: center;
  }

  .heading-1-3 {
    text-align: center;
  }

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

  .heading-3-2.left, .paragraph-11 {
    text-align: center;
  }

  .secondary-button-2 {
    display: none;
  }

  .secondary-button-2.no-left-margin {
    text-align: left;
    display: flex;
  }
}

#w-node-_9a6aaecf-6008-33f3-a159-0ed62b9d0290-e2582095 {
  align-self: center;
}

#w-node-_869ee6af-276b-6d68-4508-3a868cbdcff3-e2582095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8405ae6-1850-ed4a-60ec-cf9a2ae18573-e258209b {
  grid-area: Lateral-Menu;
}

#w-node-e8405ae6-1850-ed4a-60ec-cf9a2ae1858a-e258209b {
  grid-area: Content;
}

#w-node-b7df095e-e566-1844-64ee-3007868e1e8d-e258209c {
  grid-area: Lateral-Menu;
}

#w-node-b7df095e-e566-1844-64ee-3007868e1ea4-e258209c {
  grid-area: Content;
}


