:root {
  --brand-green: #5f6963;
  --white: #fdfdfc;
  --dark-dark: #1c2830;
  --gray-box: #e4e4e4;
  --gold: #bd8e5d;
  --dark-light: #3a4547;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.div-block {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: #1f3744;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

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

.link-block.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  display: flex;
  position: static;
}

.nav-link {
  color: #1f3744;
  text-align: left;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-btn {
  background-color: var(--white);
  color: var(--dark-dark);
  border: 1px #000;
  border-radius: 31px;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  padding: 10px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: grayscale(46%);
  backdrop-filter: grayscale(46%);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #eeeeeede;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 0;
  margin-bottom: 0;
  padding-top: 60px;
  display: flex;
}

.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  overflow: visible;
}

.hero-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #2d717a00;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 79%;
  height: 0;
  margin-bottom: 0;
  padding: 20px 0 20px 40px;
  display: flex;
  position: relative;
  inset: -42px auto 0 5%;
}

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

.heading-2 {
  color: var(--gray-box);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Bitter, serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.paragraph {
  color: var(--gray-box);
  text-align: left;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-4 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  width: 148px;
  display: block;
}

.hero-right {
  width: 100vw;
}

.button-2 {
  color: #473c3c;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 5px;
}

.info-card {
  border: 1px solid #000;
  border-radius: 5px;
  flex-flow: column;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 100px;
  display: grid;
}

.info-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: grid;
}

.info-title {
  margin-top: 60px;
  margin-bottom: 10px;
}

.heading-3 {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 400;
  line-height: 50px;
}

.heading-4 {
  font-weight: 400;
}

.heading-5 {
  font-weight: 300;
}

.paragraph-2 {
  text-align: center;
  font-weight: 200;
}

.heading-6 {
  font-size: 20px;
}

.heading-7 {
  text-align: center;
  font-size: 20px;
}

.heading-8 {
  text-align: center;
  width: 340px;
  padding: 0;
  font-size: 20px;
  line-height: 25px;
}

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

.info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  text-align: left;
  vertical-align: baseline;
  width: 50px;
  padding-bottom: 23px;
  display: inline-block;
}

.heading-9 {
  color: #2c343f;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.paragraph-4 {
  color: #445264;
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
}

.link-block-2 {
  cursor: pointer;
  text-decoration: none;
}

.paragraph-5 {
  color: #667b99;
  font-size: 13px;
  text-decoration: none;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  text-align: left;
  vertical-align: baseline;
  width: 50px;
  padding-bottom: 23px;
  display: inline-block;
}

.heading-10 {
  color: #dde3ec;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.paragraph-6 {
  color: #dde3ec;
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
}

.paragraph-7 {
  color: #dde3ec;
  font-size: 13px;
  text-decoration: none;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-11 {
  color: #dde3ec;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.paragraph-8 {
  color: #dde3ec;
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
}

.paragraph-9 {
  color: #dde3ec;
  font-size: 13px;
  text-decoration: none;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-12 {
  color: #dde3ec;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.paragraph-10 {
  color: #dde3ec;
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
}

.paragraph-11 {
  color: #dde3ec;
  font-size: 13px;
  text-decoration: none;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: #dde3ec;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.paragraph-12 {
  color: #dde3ec;
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
}

.paragraph-13 {
  color: #dde3ec;
  font-size: 13px;
  text-decoration: none;
}

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

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.features-wrapper-two {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 140px;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
  font-weight: 300;
  line-height: 25px;
}

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

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.image-4 {
  max-width: 10%;
}

.collection-item {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-14 {
  font-weight: 400;
}

.paragraph-14 {
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
}

.collection-list-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-15 {
  font-size: 30px;
  font-weight: 500;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 430px;
  padding-right: 0;
  display: flex;
}

.testimonial-slider-small {
  opacity: 1;
  background-color: #007e8512;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 100px;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-dark {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 20px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 0;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.heading-16 {
  color: #353434;
  font-weight: 400;
  text-decoration: none;
}

.text-block-8 {
  color: #4a5166;
  font-weight: 100;
}

.link-block-3 {
  vertical-align: middle;
}

.link-block-3:hover {
  mix-blend-mode: luminosity;
}

.heading-18 {
  color: #4a5166;
  margin-bottom: 40px;
  font-weight: 400;
}

.flex-stretch-height {
  justify-content: space-between;
  height: 100%;
}

.block-two-third {
  width: 66.666%;
}

.divider {
  color: #e9e9e9;
  background-color: #e9e9e9;
  width: 100%;
  height: 1px;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.image-5 {
  pointer-events: none;
}

.project-flex-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.block-quarter {
  width: 33.3333%;
  position: relative;
}

.paragraph-15 {
  color: #4a5166;
  margin-bottom: 30px;
  line-height: 25px;
}

.project-info-2 {
  color: #4a5166;
  width: 100%;
  margin-bottom: 2rem;
  font-size: .9rem;
}

.link-block-4 {
  vertical-align: middle;
}

.link-block-4:hover {
  mix-blend-mode: luminosity;
}

.heading-19 {
  color: #4a5166;
  margin-bottom: 40px;
  font-weight: 400;
}

.paragraph-16 {
  color: #4a5166;
  margin-bottom: 30px;
  line-height: 25px;
}

.link-block-5 {
  vertical-align: middle;
}

.link-block-5:hover {
  mix-blend-mode: luminosity;
}

.heading-20 {
  color: #4a5166;
  margin-bottom: 40px;
  font-weight: 400;
}

.paragraph-17 {
  color: #4a5166;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 25px;
}

.columns-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-21, .heading-22, .heading-23 {
  color: #4a5166;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.title {
  margin-top: 0;
  margin-bottom: 100px;
  font-size: 150px;
  font-weight: 300;
  line-height: 150px;
}

.page-title {
  margin-bottom: 0;
  padding: 0 29px 0 0;
}

.heading-25 {
  font-size: 150px;
  font-weight: 300;
}

.section-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 220px;
  display: flex;
}

.track {
  height: 100vh;
  margin-bottom: 100px;
  position: sticky;
  top: 0;
}

.paragraph-18 {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 40px;
}

.list {
  list-style-type: none;
}

.paragraph-19, .paragraph-20 {
  line-height: 25px;
}

.paragraph-21 {
  font-size: 14px;
  line-height: 40px;
}

.heading-25-copy {
  font-size: 150px;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

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

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

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

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

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

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

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

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

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

.div-block-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.collection-list-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.collection-item-2 {
  border: 1px solid #000;
  width: 250px;
  display: block;
}

.image-6 {
  max-width: 30%;
}

.collection-list-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
}

.paragraph-22 {
  text-align: left;
  text-indent: 20px;
  margin-bottom: 60px;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
}

.collection-list-wrapper-3 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/pexels-iamloe-700974.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.image-7 {
  width: 900px;
  height: 300px;
}

.div-block-14 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: url('../images/pexels-jessica-bryant-592135-1370704.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: url('../images/pexels-scottwebb-305832.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.heading-26 {
  color: #172841;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

.collection-item-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.section-6 {
  margin-bottom: 100px;
}

.heading-27 {
  color: #fff;
  background-color: #0000;
  font-size: 50px;
  font-weight: 300;
}

.paragraph-23 {
  color: #fff;
  background-color: #0000;
  font-weight: 300;
  line-height: 25px;
}

.heading-28 {
  color: #fff;
  background-color: #0000;
  font-size: 50px;
  font-weight: 300;
}

.paragraph-24 {
  color: #fff;
  background-color: #0000;
  font-weight: 300;
  line-height: 25px;
}

.heading-29 {
  color: #fff;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.paragraph-25 {
  color: #fff;
  background-color: #0000;
  font-weight: 300;
  line-height: 25px;
}

.div-block-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0009;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.div-block-17 {
  box-sizing: border-box;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  object-fit: fill;
  background-color: #0009;
  flex-flow: column;
  padding: 20px;
  display: flex;
  overflow: visible;
}

.div-block-18 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0009;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.form-block {
  font-size: 12px;
  font-weight: 400;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.field-label, .field-label-2, .field-label-3 {
  font-weight: 400;
}

.text-field {
  height: 100px;
}

.heading-30 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 300;
  line-height: 130px;
}

.body {
  font-weight: 300;
}

.heading-31 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}

.text-block-9 {
  padding-top: 0;
  text-decoration: none;
}

.link-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-size: 40px;
  font-weight: 200;
  text-decoration: none;
  display: inline-block;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.heading-32 {
  font-weight: 300;
  text-decoration: none;
}

.link-block-7 {
  color: #353535;
  text-decoration: none;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: static;
}

.container-5 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-around;
  display: flex;
}

.brand {
  flex: 0 auto;
  display: flex;
}

.div-block-19 {
  min-width: 400px;
  padding-left: 0;
}

.camera {
  width: 50vw;
  height: 50vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  flex-flow: row;
  height: 100%;
  display: flex;
}

.comp {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding-right: 10px;
}

.image-8 {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.section-8 {
  width: 100vw;
  height: 300vh;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
}

.image-9 {
  width: 100%;
  height: 100%;
}

.company-track {
  width: auto;
  height: auto;
  margin-bottom: auto;
  display: block;
  position: static;
  overflow: visible;
}

.company-frame {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
}

.company-item-2 {
  background-color: var(--gray-box);
  border: 1px #000;
  border-radius: 24px;
  flex: 0 auto;
  width: auto;
  height: 166px;
}

.company-camera {
  width: auto;
  height: auto;
  position: static;
  top: 0;
  overflow: visible;
}

.image-10 {
  aspect-ratio: 2.39;
  object-fit: scale-down;
  width: 100vw;
  height: 50vh;
}

.logos-quote-block {
  border: 1px solid #0000;
  height: auto;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 0;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.clients-info {
  flex-flow: column;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: block;
}

.text-block-10 {
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.heading-33 {
  font-size: 70px;
  font-weight: 400;
}

.heading-34 {
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 80px;
}

.image-11 {
  width: auto;
  max-width: none;
  height: auto;
}

.image-12 {
  max-width: none;
  padding-left: 0;
}

.heading-35 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
}

.list-item, .list-item-2, .list-item-3 {
  font-size: 14px;
}

.navbar-2 {
  display: none;
}

.image-13 {
  width: 35px;
  max-width: none;
  display: block;
}

.heading-37 {
  color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  display: block;
}

.container-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 2rem 10px;
  display: flex;
  position: static;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  font-weight: 400;
  display: flex;
  position: relative;
  left: 0;
}

.text-span {
  font-weight: 400;
}

.body-2 {
  background-color: #eeeeeede;
  padding-left: 0;
  padding-right: 0;
}

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

.services-head {
  display: flex;
}

.services-title {
  width: 50vw;
}

.services-title-sub {
  align-self: auto;
  width: 50vw;
}

.paragraph-26 {
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.div-block-24 {
  display: flex;
}

.div-block-25 {
  background-color: #24aa5a;
  border-left: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 10px;
  display: block;
}

.paragraph-27 {
  text-align: left;
}

.heading-38 {
  font-weight: 400;
  display: block;
}

.image-15 {
  aspect-ratio: auto;
  width: 25%;
  overflow: visible;
}

.image-16 {
  width: 28%;
}

.image-17 {
  width: 25%;
}

.div-block-26 {
  border-left: 1px solid #000;
  border-radius: 0;
  padding-left: 10px;
}

.div-block-27 {
  border-left: 1px solid #000;
  padding-left: 10px;
}

.heading-39, .heading-40 {
  font-weight: 400;
}

.div-block-28 {
  background-color: #fff;
}

.div-block-29 {
  position: static;
}

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

.text-size-large {
  font-size: 1rem;
  line-height: 1.7;
}

.card_component {
  grid-column-gap: 16px;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  min-width: 19rem;
  padding: 1rem 1rem 4.5rem;
  transition-property: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card_component:hover {
  opacity: 1;
}

.page-padding {
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.card_img {
  background-color: #fff;
  background-image: linear-gradient(#47918900, #47918900);
  border: 0 solid #1d1b1d;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_img:hover {
  opacity: 1;
}

.card_information {
  max-width: 19rem;
  position: relative;
}

.cards {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: flex;
  position: relative;
}

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

.card_front-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-tip {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-18 {
  object-fit: cover;
  width: auto;
}

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

.card_scroll {
  z-index: -1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #3a7677;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.page-wrapper {
  margin-bottom: 100px;
  overflow: hidden;
}

.text-color-grey {
  color: #fbf9fc80;
  margin-bottom: 10px;
  font-size: 20px;
}

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

.main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100vh;
  display: grid;
}

.card_line {
  background-color: #297772;
  width: 10%;
  height: .125rem;
}

.card_logo {
  width: 7.5rem;
}

.card_logo.is-guardian {
  width: 8rem;
}

.card_logo.is-nyt {
  width: 6rem;
}

.div-block-30 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-41 {
  text-align: center;
  font-weight: 300;
  line-height: 60px;
}

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

.section-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto .75fr;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 80vh;
  display: grid;
}

.section-container.why-lmo {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: auto;
  height: auto;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.section-container.paternets {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: auto;
  height: auto;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-container.roots {
  width: auto;
  height: auto;
  margin-top: 60px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-container.contact-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: auto;
  height: auto;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.heading-42 {
  font-weight: 300;
}

.paragraph-29 {
  font-size: 20px;
}

.section-header {
  margin-left: 0;
  padding-top: 20px;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph-31 {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-32 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  min-width: 754px;
  display: flex;
}

.why-box {
  background-color: var(--gray-box);
  border-right: 1px #000;
  border-radius: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  padding: 20px;
  display: flex;
}

.div-block-34, .div-block-35 {
  border-right: 1px solid #000;
  padding: 15px;
}

.text-span-2 {
  font-weight: 500;
}

.div-block-36 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 69%;
  display: flex;
}

.bold-text-2 {
  color: var(--dark-dark);
}

.text-span-3 {
  color: var(--gold);
}

.text-span-4 {
  color: var(--dark-light);
}

.text-span-5 {
  color: var(--dark-dark);
}

.nav-btn-copy {
  background-color: var(--dark-dark);
  border-radius: 31px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 206px;
  padding: 14px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  display: block;
}

.background-video {
  border-radius: 24px;
  max-width: 1414px;
  height: 54vw;
  max-height: 799.188px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.section-sub-header {
  margin-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.why-image {
  width: 50px;
  padding-bottom: 30px;
}

.why-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 30px;
}

.why-bold {
  font-size: 15px;
  font-weight: 600;
  line-height: 0;
}

.why-sub-header {
  font-size: 14px;
}

.bold-text-3 {
  font-size: 20px;
  font-weight: 600;
}

.why-title {
  margin-top: 0;
}

.why-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.why-tag-image {
  width: 24px;
  padding-bottom: 0;
}

.why-tag-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--gray-box);
  border-right: 1px #000;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 5px 19px 5px 20px;
  line-height: 0;
  display: flex;
}

.why-title-tag {
  margin-top: 13px;
  font-weight: 400;
}

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

.div-block-38 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.why-tag-box-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--gray-box);
  border-right: 1px #000;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: auto;
  padding: 5px 19px 5px 20px;
  line-height: 0;
  display: flex;
}

.div-block-37-copy {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-39 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-32-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  min-width: auto;
  padding-top: 40px;
  display: flex;
}

.service-box {
  background-color: var(--gray-box);
  border-right: 1px #000;
  border-radius: 22px;
  flex-flow: column;
  height: auto;
  padding: 20px;
  display: flex;
}

.faq_grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.image-19 {
  width: 30px;
}

.faq_item {
  background-color: var(--white);
  border: 1px #1e1e22;
  border-radius: 24px;
  flex-flow: column;
  transition: border-color .3s;
  display: flex;
}

.faq_item:hover {
  border-color: #6a46ff;
}

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

.text-size-medium.text-color-white.text-weight-medium {
  color: var(--dark-light);
}

.faq_answer-wrap {
  padding-bottom: 24px;
}

.faq_answer {
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

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

.text-size-regular.text-color-lightgray {
  color: var(--dark-light);
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.div-block-40 {
  background-image: url('../images/ChatGPT-Image-Aug-4-2025-02_36_19-PM.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 24px;
  width: 100%;
  height: 505px;
}

.div-block-41 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  display: flex;
}

.section-header-copy {
  width: 100%;
  margin-left: 0;
  padding-top: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.div-block-42 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-arrow {
  width: 25px;
}

.service-icon-box {
  background-color: var(--gray-box);
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image-20 {
  max-width: none;
}

.image-21 {
  width: 100%;
  max-width: none;
  position: relative;
}

.patners {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start stretch;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.patneres-section {
  align-self: auto;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.partners-boxes {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.company-icon {
  width: 150px;
  padding-bottom: 0;
}

.div-block-43 {
  max-width: none;
  height: auto;
  margin-top: 20px;
  margin-left: 2rem;
  margin-right: 2rem;
  position: relative;
}

.div-block-44 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.roots-section-copy {
  background-image: url('../images/pexels-pixabay-279648.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  align-self: auto;
  width: 100%;
  height: 40vh;
}

.div-block-39-copy {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-37-copy-copy {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.roots-header {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-left: 0;
  padding-top: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.roots-sub-header-copy {
  color: var(--gray-box);
  text-align: left;
  margin-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.roots-lower-container {
  background-image: url('../images/LMO-KITCHENS-10.png');
  background-position: 50% 64%;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  height: 700px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 28px;
  display: flex;
}

.contact-top {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-top-left {
  width: auto;
}

.div-block-45, .contact-top-right {
  width: 626px;
}

.contact-sub-header-copy {
  margin-left: 0;
  padding-top: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
}

.contact-top-rwo {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bold-text-5 {
  font-size: 4rem;
  line-height: 52px;
}

.contact-middle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-top: 40px;
  padding-bottom: 12px;
  display: flex;
}

.div-block-46 {
  background-image: url('../images/roots-lmo-kitchens.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  width: 50%;
}

.form-block-2 {
  background-color: var(--gray-box);
  border-radius: 24px;
  height: 100%;
  padding: 20px;
}

.div-block-47 {
  width: 50%;
  height: 425px;
}

.info-contact-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.contact-box-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--gray-box);
  color: var(--dark-dark);
  border-radius: 24px;
  align-items: center;
  width: 50%;
  padding: 15px 20px 10px;
  display: flex;
}

.contact-header-info {
  font-weight: 500;
}

.div-block-48 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: static;
}

.svg {
  width: 25px;
}

.paragraph-32 {
  font-weight: 300;
}

.contact-icon {
  width: 25px;
  height: auto;
}

.div-block-49, .svg-2 {
  height: auto;
}

.text-field-2 {
  border-radius: 24px;
}

.form-field {
  border-radius: 24px;
  height: 53px;
}

.form-field.description-field {
  height: 100px;
}

.form-input-container {
  padding-top: 10px;
}

.width-container {
  max-width: 1600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.inner-section {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-50 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-6 {
  font-size: 4rem;
}

.div-block-51 {
  margin-bottom: 10px;
}

.hero-left-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #2d717a00;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 79%;
  height: 0;
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
  position: relative;
  inset: -42px auto 0 40px;
}

.why-box-copy {
  background-color: var(--white);
  border-right: 1px #000;
  border-radius: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  padding: 20px;
  display: flex;
}

.menu-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  font-weight: 400;
  display: flex;
  position: relative;
  left: 0;
}

.footer-description {
  color: var(--dark-dark);
  text-align: left;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-52 {
  width: 100%;
}

.footer-container {
  background-color: var(--white);
  border-radius: 24px;
  margin-bottom: 20px;
  padding: 60px 40px 20px;
}

.div-block-54 {
  justify-content: space-between;
  display: flex;
}

.navbar-2-copy {
  display: none;
}

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

.link-block-copy.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  display: flex;
  position: static;
}

.submit-button {
  background-color: var(--dark-dark);
  border-radius: 24px;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.header-button {
  background-color: var(--white);
  color: var(--dark-dark);
  border: 1px solid #000;
  border-radius: 31px;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  padding: 10px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  display: block;
}

.paragraph-35 {
  line-height: 8px;
}

.bookings-hero {
  border-radius: 24px;
  max-width: none;
  height: 57vh;
  min-height: 680px;
  max-height: 799.188px;
  margin-top: 20px;
  margin-left: 2rem;
  margin-right: 2rem;
  position: relative;
}

.bookings-hero-deader {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #2d717a00;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 79%;
  height: 0;
  margin-bottom: 0;
  padding: 20px 0 20px 40px;
  display: flex;
  position: relative;
  inset: 89% auto 0 0;
}

.link {
  color: var(--dark-dark);
  text-decoration: none;
}

.footer-logo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.paragraph-36 {
  line-height: 0;
}

.div-block-55 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.bold-text-8 {
  color: var(--dark-dark);
  text-decoration: none;
}

.div-block-56 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.book-width-container {
  background-image: url('../images/ChatGPT-Image-Aug-4-2025-02_16_04-PM.png');
  background-position: 0%;
  background-size: auto;
  border-radius: 24px;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button-rounded-tooltip {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: var(--brand-green);
  pointer-events: auto;
  color: #fff;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 14px 1em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-transition-wrapper {
  pointer-events: none;
  border-radius: 50rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-transition {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.button-transition.button-transition-rounded {
  background-color: #272727;
  border-radius: 50rem;
}

.header-logo-link.w--current {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-logo-text {
  color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  display: block;
}

.mobile-menu {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.mobile-menu-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  font-weight: 400;
  display: flex;
  position: relative;
  left: 0;
}

.button-rounded-tooltip-mobile {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: var(--brand-green);
  pointer-events: auto;
  color: #fff;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 14px 1em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}


.header-logo-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .link-block.w--current {
    flex-flow: column;
    align-items: center;
  }

  .nav-link:hover {
    color: var(--brand-green);
  }

  .nav-link.w--current {
    font-weight: 700;
  }

  .nav-link.w--current:hover {
    color: var(--brand-green);
  }

  .nav-btn {
    background-color: var(--brand-green);
    color: var(--white);
    border-style: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-btn:hover {
    border-style: solid;
    border-color: var(--brand-green);
    background-color: var(--white);
    color: var(--brand-green);
  }

  .container-2 {
    max-width: none;
    height: auto;
    margin-bottom: 40px;
  }

  .footer-dark {
    margin-bottom: 0;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    max-width: 1600px;
  }

  .footer-content {
    width: 100%;
    display: flex;
  }

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

  .footer-social-block {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 8%;
  }

  .footer-social-link {
    width: auto;
    margin-left: 0;
  }

  .footer-copyright-center {
    color: var(--brand-green);
    text-align: left;
  }

  .heading-37 {
    padding-top: 10px;
  }

  .container-nav {
    width: 100%;
    max-width: none;
  }

  .section-container.why-lmo {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-container.paternets {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-container.roots {
    padding-bottom: 40px;
  }

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

  .section-header {
    color: #4d4d4d;
    padding-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 45px;
  }

  .why-box {
    background-color: var(--white);
    height: auto;
  }

  .nav-btn-copy {
    background-color: var(--brand-green);
  }

  .background-video {
    max-width: 1600px;
  }

  .section-sub-header {
    color: #595959;
    margin-bottom: 16px;
    padding-top: 13px;
    line-height: 25px;
  }

  .div-block-37 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    height: auto;
  }

  .why-sub-header {
    line-height: 25px;
  }

  .why-title-tag {
    color: var(--brand-green);
  }

  .bold-text-4 {
    color: var(--brand-green);
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 12px;
  }

  .div-block-32-copy {
    flex-flow: row;
  }

  .section-header-copy {
    color: #4d4d4d;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-weight: 700;
  }

  .service-icon-box {
    background-color: var(--brand-green);
    color: var(--white);
  }

  .roots-sub-header-copy {
    line-height: 20px;
  }

  .contact-sub-header-copy {
    padding-top: 0;
  }

  .contact-top-rwo {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .bold-text-5 {
    line-height: 57px;
  }

  .div-block-46 {
    background-image: url('../images/ChatGPT-Image-Aug-4-2025-02_16_04-PM.png');
  }

  .contact-box-info {
    align-items: center;
  }

  .contact-info {
    text-decoration: none;
  }

  .inner-section {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .hero-left-copy {
    padding-left: 40px;
    left: 0%;
  }

  .why-box-copy {
    background-color: var(--white);
  }

  .menu-footer {
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
  }

  .social-icon {
    width: 32px;
  }

  .footer-description {
    color: #595959;
  }

  .div-block-52 {
    flex-flow: column;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .div-block-53 {
    background-color: var(--white);
    border-radius: 24px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-container {
    background-color: var(--white);
    border-radius: 24px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .text-span-6 {
    color: var(--brand-green);
    font-weight: 600;
  }

  .div-block-54 {
    justify-content: space-between;
    display: flex;
  }

  .link-block-copy.w--current {
    flex-flow: row;
    flex: 0 auto;
    display: flex;
  }

  .submit-button {
    background-color: var(--brand-green);
    border-radius: 24px;
    margin-top: 10px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 19px;
    font-weight: 500;
  }

  .path {
    background-color: var(--white);
  }

  .bold-text-7 {
    color: var(--brand-green);
  }

  .header-button {
    border-style: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .paragraph-35 {
    margin-bottom: 0;
    line-height: 9px;
  }

  .bookings-hero {
    mix-blend-mode: normal;
    border-radius: 24px;
    height: 67vh;
    min-height: 680px;
    max-height: 799.188px;
  }

  .bookings-hero-deader {
    padding-left: 40px;
    display: flex;
    position: relative;
    top: 94%;
    bottom: 0;
    left: 0;
  }

  .link {
    color: var(--dark-dark);
    text-decoration: none;
  }

  .contact-header-link {
    margin-bottom: 0;
    padding-bottom: 10px;
    line-height: 9px;
  }

  .footer-logo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .paragraph-36 {
    line-height: 9px;
  }

  .div-block-55 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    display: flex;
  }

  .link-2 {
    color: var(--dark-light);
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 17px;
    text-decoration: none;
  }

  .div-block-56 {
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .book-width-container {
    background-image: url('../images/ChatGPT-Image-Aug-4-2025-02_16_04-PM.png');
    background-position: 0 0;
    background-size: auto;
    border-radius: 24px;
    width: 100%;
    height: 100%;
  }

  .button-rounded-tooltip {
    background-color: var(--brand-green);
    min-height: auto;
    padding: 14px 1em;
  }

  .button-text.button-text-pre {
    font-size: 19px;
  }

  .header-logo-link {
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .nav-logo-text {
    padding-top: 10px;
    text-decoration: none;
  }

  .button-rounded-tooltip-mobile {
    background-color: var(--brand-green);
    min-height: auto;
    padding: 14px 1em;
  }
}

@media screen and (max-width: 991px) {
  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .link-block.w--current {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 132px;
    display: flex;
  }

  .nav-link {
    font-size: 14px;
  }

  .nav-btn {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .hero-container {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .hero-left {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .heading-2 {
    text-align: center;
    font-size: 35px;
    line-height: 47px;
  }

  .paragraph {
    text-align: center;
    line-height: 24px;
  }

  .div-block-4 {
    place-items: center;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

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

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

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

  .footer-wrapper {
    padding-bottom: 10px;
  }

  .footer-content {
    grid-column-gap: 60px;
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .footer-social-block {
    justify-content: center;
    width: 129px;
    margin-top: -3px;
    margin-left: 0;
  }

  .block-two-third {
    width: 100%;
  }

  .project-flex-wrap {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .block-quarter {
    width: 50%;
  }

  .paragraph-17, .heading-21, .heading-22, .heading-23 {
    text-align: center;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 610px;
    display: block;
  }

  .flex-block-2, .flex-block-3 {
    width: 610px;
    display: block;
  }

  .section-3 {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
  }

  .paragraph-18, .paragraph-21 {
    width: 40vw;
  }

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

  .pricing-card {
    width: 350px;
  }

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

  .navbar-2 {
    background-color: #ddd0;
    display: none;
  }

  .heading-36 {
    color: #000;
    font-weight: 300;
  }

  .menu-button {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-top: 18px;
    display: block;
  }

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

  .icon {
    color: #000;
    font-size: 40px;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    text-align: center;
    background-color: #fff;
  }

  .nav-menu-2 {
    text-align: left;
  }

  .section-9 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .image-13 {
    width: 40px;
    overflow: visible;
  }

  .heading-37 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 16px;
  }

  .container-nav {
    justify-content: space-between;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .card_img:hover {
    opacity: 1;
  }

  .cards {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .section-tip {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .main-wrapper {
    overflow: auto;
  }

  .section-container.why-lmo {
    flex-flow: column;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .section-container.paternets, .section-container.contact-container {
    flex-flow: column;
  }

  .section-header {
    width: 100%;
    font-size: 20px;
    line-height: 37px;
  }

  .div-block-32 {
    width: auto;
  }

  .why-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-btn-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 10px 20px;
    font-size: 12px;
  }

  .div-block-37 {
    width: auto;
    display: block;
  }

  .why-tag-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    width: 100px;
  }

  .why-tag-box-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-37-copy {
    width: auto;
    display: block;
  }

  .div-block-32-copy {
    width: auto;
  }

  .service-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-41 {
    width: 100%;
  }

  .div-block-43 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-block-37-copy-copy {
    width: auto;
    display: block;
  }

  .roots-lower-container {
    padding-bottom: 81px;
  }

  .contact-top {
    width: auto;
    display: block;
  }

  .contact-middle {
    flex-flow: column;
  }

  .div-block-46 {
    background-image: url('../images/ChatGPT-Image-Aug-4-2025-02_16_04-PM.png');
    background-position: 50% 84%;
    width: 100%;
    height: 300px;
  }

  .div-block-47 {
    width: 100%;
  }

  .contact-box-info {
    flex-flow: column;
    align-items: flex-start;
  }

  .inner-section {
    width: 100%;
    max-width: none;
  }

  .hero-left-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    position: absolute;
    top: 53%;
    bottom: auto;
    left: auto;
  }

  .why-box-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .footer-description {
    text-align: left;
    line-height: 24px;
  }

  .div-block-52 {
    width: 32%;
  }

  .navbar-2-copy {
    background-color: #ddd0;
    display: none;
  }

  .link-block-copy.w--current {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .header-button {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .bookings-hero {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .bookings-hero-deader {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    position: absolute;
    top: 53%;
    bottom: auto;
    left: auto;
  }

  .footer-logo {
    width: 32%;
  }

  .button-rounded-tooltip {
    min-height: auto;
  }

  .nav-logo-text {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 16px;
  }

  .mobile-menu-items {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-rounded-tooltip-mobile {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    display: none;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-right: 20px;
  }

  .link-block.w--current {
    flex-flow: row;
    width: auto;
    padding-left: 0;
    position: relative;
  }

  .nav-link, .nav-link.w--current {
    font-size: 20px;
  }

  .hero-container {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .hero-left {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .heading-2 {
    text-align: center;
    font-size: 29px;
    line-height: 28px;
  }

  .paragraph {
    text-align: center;
    line-height: 20px;
  }

  .section-2 {
    grid-template-rows: auto;
  }

  .info-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

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

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

  .heading-14 {
    margin-top: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .footer-social-block {
    flex-flow: row;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

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

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

  .project-flex-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 500px;
  }

  .column-reset {
    padding-left: 0;
    padding-right: 0;
  }

  .block-quarter {
    width: 100%;
  }

  .project-info-2 {
    font-size: .8rem;
  }

  .paragraph-17, .heading-22, .flex-block, .flex-block-3 {
    width: 500px;
  }

  .title {
    text-align: center;
    font-size: 100px;
  }

  .page-title {
    margin-bottom: 140px;
  }

  .section-3 {
    flex-flow: column;
  }

  .paragraph-18, .paragraph-21 {
    width: 90vw;
  }

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

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

  .pricing-card {
    width: auto;
  }

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

  .section-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 93px;
    margin-bottom: 0;
    display: flex;
  }

  .heading-36 {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: -26px;
    font-size: 25px;
  }

  .menu-button {
    padding-top: 29px;
    padding-right: 1rem;
    position: absolute;
    right: 0;
  }

  .brand-2 {
    display: flex;
  }

  .brand-2.w--current {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 0;
  }

  .container-7 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-14 {
    width: 25%;
  }

  .container-nav {
    display: none;
  }

  .text-size-large {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .card_component {
    grid-row-gap: 1.5rem;
    place-items: start;
    height: auto;
    padding-bottom: 1rem;
  }

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

  .card_img {
    width: 100%;
    padding: 2rem;
  }

  .cards {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .card_front-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    justify-content: center;
  }

  .section-tip {
    align-items: center;
  }

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

  .main-wrapper {
    grid-template-columns: 100%;
    width: 100%;
  }

  .section-header {
    line-height: 25px;
  }

  .div-block-32 {
    flex-flow: column;
    width: 100%;
    min-width: auto;
  }

  .why-box {
    height: auto;
  }

  .why-column {
    width: 100%;
  }

  .div-block-32-copy {
    padding-top: 0;
  }

  .faq_answer-wrap {
    padding-bottom: 1rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .div-block-43 {
    margin-top: 0;
  }

  .roots-sub-header-copy {
    line-height: 20px;
  }

  .contact-top-right {
    width: 100%;
  }

  .bold-text-5 {
    font-size: 3.2rem;
    line-height: 45px;
  }

  .info-contact-bottom {
    flex-flow: column;
  }

  .contact-box-info {
    align-items: center;
    width: 100%;
  }

  .hero-left-copy {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .why-box-copy {
    height: 133px;
  }

  .menu-footer {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .footer-description {
    text-align: center;
    line-height: 20px;
  }

  .div-block-52 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .footer-container {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-54 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .navbar-2-copy {
    background-color: var(--white);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 93px;
    margin-bottom: 0;
    display: flex;
  }

  .link-block-copy.w--current {
    flex-flow: column;
    width: auto;
    padding-left: 0;
    position: relative;
  }

  .paragraph-33, .paragraph-34, .paragraph-35 {
    text-align: center;
  }

  .bookings-hero {
    margin-top: 0;
  }

  .bookings-hero-deader {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .contact-header-link {
    text-align: center;
  }

  .footer-logo {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .button-rounded-tooltip {
    min-height: 4rem;
    padding-left: 2.5em;
    padding-right: 2.5em;
    font-size: .9rem;
  }

  .mobile-menu {
    background-color: #fdfdfc;
    flex-flow: column;
  }

  .mobile-menu-items {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .button-rounded-tooltip-mobile {
    min-height: 3.4rem;
    margin-bottom: 20px;
    padding-left: 8em;
    padding-right: 8em;
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .nav-link {
    font-size: 20px;
  }

  .heading-2 {
    color: var(--dark-dark);
    width: 100%;
    font-size: 23px;
    font-weight: 700;
    line-height: 36px;
  }

  .paragraph {
    color: var(--dark-dark);
    font-size: 14px;
  }

  .button-2 {
    padding: 10px;
    font-size: 12px;
  }

  .section-2 {
    grid-template-columns: .25fr;
    margin-bottom: 100px;
  }

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

  .info-title {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-3 {
    text-align: center;
    width: 200px;
    margin-bottom: 40px;
    font-size: 25px;
  }

  .container {
    max-width: none;
  }

  .features-left {
    justify-content: center;
    align-items: center;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .collection-item {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 250px;
  }

  .collection-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .heading-15 {
    font-size: 25px;
    font-weight: 300;
  }

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

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

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

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

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

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

  .footer-dark {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content {
    margin-top: 10px;
  }

  .footer-block {
    align-items: center;
    width: auto;
    position: relative;
  }

  .link-block-3 {
    width: 100%;
  }

  .flex-stretch-height {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .block-two-third {
    width: auto;
  }

  .project-flex-wrap {
    width: auto;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .block-quarter {
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
  }

  .project-info-2 {
    text-align: center;
    width: auto;
    margin-bottom: 1rem;
  }

  .link-block-4, .link-block-5 {
    width: 100%;
  }

  .paragraph-17 {
    text-align: justify;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-21 {
    padding: 0 10px;
  }

  .heading-22 {
    width: auto;
  }

  .heading-23 {
    width: auto;
    padding-right: 5px;
  }

  .flex-block, .flex-block-2, .flex-block-3 {
    width: auto;
  }

  .title {
    text-align: left;
    margin-bottom: 60px;
    font-size: 70px;
    font-weight: 200;
    line-height: 70px;
  }

  .page-title {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .section-3 {
    flex-flow: column;
    margin-bottom: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-18, .paragraph-21 {
    text-align: center;
    width: 95vw;
  }

  .collection-list {
    flex-flow: column;
    display: flex;
  }

  .section-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
  }

  .paragraph-22 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
  }

  .div-block-13 {
    width: auto;
  }

  .heading-27 {
    text-align: left;
    margin-bottom: 0;
    font-size: 25px;
  }

  .paragraph-23 {
    font-size: 12px;
  }

  .heading-28 {
    margin-bottom: 0;
    font-size: 25px;
  }

  .paragraph-24 {
    font-size: 12px;
  }

  .heading-29 {
    margin-bottom: 0;
    font-size: 25px;
  }

  .paragraph-25 {
    font-size: 12px;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
  }

  .div-block-17 {
    text-align: left;
    width: auto;
  }

  .form {
    margin-bottom: 100px;
  }

  .heading-30 {
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    font-size: 70px;
    line-height: 80px;
    display: flex;
  }

  .section-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-31 {
    text-align: left;
  }

  .container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-19 {
    text-align: left;
    width: 100%;
  }

  .company-track {
    height: 160vh;
  }

  .company-frame {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .company-item-2 {
    flex-flow: column;
    display: block;
  }

  .company-camera {
    height: 300vh;
  }

  .logos-quote-block {
    padding: 0;
  }

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

  .clients-wrapper-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .clients-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .heading-34 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 20px;
    line-height: 40px;
  }

  .image-11 {
    width: 150px;
    height: 160px;
  }

  .navbar-2 {
    height: 68px;
    margin-bottom: 40px;
  }

  .heading-36 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: -17px;
    font-size: 20px;
    display: block;
  }

  .menu-button {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: block;
  }

  .icon {
    margin-top: 21px;
    margin-right: 1rem;
    padding: 0;
    font-size: 30px;
    font-weight: 100;
    text-decoration: none;
  }

  .image-13 {
    width: 30px;
  }

  .heading-37 {
    margin-left: 4px;
  }

  .brand-2.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .image-14 {
    width: 20%;
  }

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

  .card_component {
    justify-items: start;
    padding-bottom: 2.5rem;
  }

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

  .card_img {
    min-height: 12rem;
  }

  .cards {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: center;
    display: flex;
  }

  .card_front-content {
    justify-content: center;
  }

  .section-tip {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .card_logo {
    width: 6rem;
    font-size: 0;
  }

  .section-container.why-lmo {
    padding-top: 0;
  }

  .section-container.contact-container {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .section-header {
    padding-top: 10px;
    font-size: 17px;
    line-height: 21px;
  }

  .div-block-32 {
    flex-flow: column;
    min-width: auto;
  }

  .why-box {
    height: auto;
  }

  .div-block-36 {
    width: 100%;
  }

  .background-video {
    height: 55vw;
  }

  .section-sub-header {
    line-height: 20px;
  }

  .div-block-37 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .why-image {
    padding-bottom: 0;
  }

  .why-title {
    padding-top: 10px;
  }

  .div-block-40 {
    height: 350px;
  }

  .partners-boxes {
    flex-flow: column;
  }

  .company-icon {
    width: 165px;
  }

  .div-block-43 {
    margin-top: 0;
  }

  .roots-sub-header-copy {
    line-height: 20px;
  }

  .roots-lower-container {
    height: 494px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-top-right {
    width: 100%;
  }

  .contact-sub-header-copy {
    padding-top: 0;
  }

  .bold-text-5 {
    font-size: 2.2rem;
    line-height: 30px;
  }

  .info-contact-bottom {
    flex-flow: column;
  }

  .contact-box-info {
    width: 100%;
  }

  .bold-text-6 {
    font-size: 2.9rem;
  }

  .hero-left-copy {
    height: auto;
    position: relative;
    top: 0;
  }

  .why-box-copy {
    height: 150px;
  }

  .menu-footer {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 10px;
    display: grid;
  }

  .footer-description {
    color: var(--dark-dark);
    width: auto;
    font-size: 14px;
  }

  .footer-container {
    height: auto;
  }

  .navbar-2-copy {
    background-color: #eeeeeede;
    height: 68px;
    margin-bottom: 40px;
    padding-top: 8px;
  }

  .bookings-hero {
    height: 58vh;
    min-height: auto;
    max-height: none;
    margin-top: 0;
  }

  .bookings-hero-deader {
    height: auto;
    display: flex;
    position: absolute;
    top: 55%;
  }

  .book-width-container {
    background-position: 0 100%;
    background-size: cover;
    height: 50%;
  }

  .button-rounded-tooltip {
    width: 100%;
  }

  .nav-logo-text {
    margin-left: 4px;
  }

  .mobile-menu {
    background-color: #eeeeeede;
  }

  .button-rounded-tooltip-mobile {
    width: 73%;
    min-height: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
}

#w-node-db97b8bb-3b32-f854-f930-972eafc8cf31-aeefc688, #w-node-b4c2b2cc-eca8-3c44-1611-15885593e4ca-aeefc688, #w-node-_603ed8cf-2045-3d1f-024c-3d1cbbee32be-aeefc688 {
  place-self: center;
}

#w-node-_490f5b0c-3bc8-3340-94be-4aa130deea03-30dee9f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6005d07f-3215-ddb2-250f-76727e4fd083-7e4fd082, #w-node-_58283501-6f28-d06d-9561-af21d6442d3b-1165fa97 {
  place-self: center;
}
