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

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

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}

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

.waves---nav-cta {
  color: #fff;
  background-color: #e7ab0a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.waves---nav-cta:hover {
  background-color: #1e1372;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  color: #fff;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.waves---nav-link:hover, .waves---nav-link.w--current {
  color: #e7ab0a;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid rgba(19, 19, 19, .1);
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand {
  height: 100%;
  max-width: none;
}

.waves---brand.product-logo {
  margin-left: 10px;
}

.waves---nav-brand-link {
  height: 61px;
  display: flex;
}

.waves-master-nav-1 {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---nav-container {
  height: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-1 {
  z-index: 105;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(19, 19, 19, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero {
  min-height: 80vh;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

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

.cta-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

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

.hero-header-wrapper {
  min-height: 80vh;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.container {
  width: 95%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-content-wrapper {
  width: 60%;
}

.flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.flex-wrapper.mid-flex {
  justify-content: center;
}

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

.waves-image-hero-3 {
  width: 100%;
  height: 88%;
  object-fit: cover;
  border-radius: 24px;
}

.waves-master-image-hero-3 {
  width: 36%;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 16%;
  left: auto;
  right: 3%;
  box-shadow: 0 0 20px -3px rgba(0, 0, 0, .2);
}

.waves---cta-dark {
  color: #1e1372;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  color: #fff;
  background-color: #e7ab0a;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
  background-color: #e7ab0a;
}

.waves---cta-dark.submit-b {
  color: #fff;
  background-color: #1e1372;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.waves---cta-dark.submit-b:hover {
  background-color: #e7ab0a;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.waves---heading-1-no-margins {
  color: #e7ab0a;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
}

.waves-content-hero-3 {
  width: 56%;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 95px;
  padding-bottom: 48px;
  display: flex;
}

.waves-hero-3-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block {
  min-height: 90vh;
  background-image: url('../images/Counter-Bottom-Curve-1.png'), linear-gradient(118deg, #1e1372, rgba(0, 0, 0, 0)), url('../images/Downloader.la-64b62df317557.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 5px;
}

.text-field {
  height: 45px;
  border: 1px solid rgba(0, 0, 0, .14);
  border-radius: 7px;
}

.text-field:hover {
  border: 1px solid #e7ab0a;
}

.text-field.message {
  height: 90px;
}

.form-header {
  color: #1e1372;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.submit-button {
  background-color: #1e1372;
  border-radius: 10px;
}

.waves---cta-dark-2 {
  height: 52px;
  background-color: #131313;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---paragraph-big {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.waves---paragraph-big.mid-content {
  text-align: center;
  line-height: 26px;
}

.waves---paragraph-big.white {
  color: #fff;
}

.waves---heading-2-no-margins {
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 60px;
}

.waves---heading-2-no-margins.mid-heading {
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
  display: block;
}

.waves---heading-2-no-margins.white-heading {
  color: #fff;
}

.waves---content-image-halves {
  width: 50%;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 24px;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}

.content-wrapper.free {
  padding-bottom: 135px;
}

.content-wrapper.bg {
  background-image: url('../images/Operations-Bottom-Curve.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-wrapper.no-t-padding {
  padding-bottom: 0;
}

.content-wrapper.no-t-padding.hide, .content-wrapper.hide {
  display: none;
}

.image-box {
  width: 40%;
}

.image-box.cleaning-box {
  background-image: url('../images/Cleaning-Management.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves-circle-blog-1 {
  width: 4px;
  height: 4px;
  background-color: #131313;
  border-radius: 50%;
}

.waves-blog-details-1 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-bottom-blog-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tag-blog-1 {
  z-index: 3;
  height: 40px;
  color: #fff;
  background-color: #131313;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  font-size: 14px;
  display: flex;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: 16px;
  right: auto;
}

.waves-image-blog-1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-image-wrap-blog-1 {
  border-radius: 12px;
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-tile-blog-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.waves-blog-grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lynx-paragraph-features {
  max-width: 294px;
  color: #000;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-features-small {
  height: 45px;
  color: #1e1372;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 128%;
}

.lynx-heading-features-small.mid {
  text-align: center;
}

.lynx-icon-features-small {
  display: block;
}

.lynx-block-features-green {
  background-color: rgba(50, 183, 122, .1);
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-features-bg {
  width: 22%;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 30px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-features-bg:hover {
  box-shadow: 0 13px 20px -8px #e7ab0a;
}

.lynx-block-features-purple {
  background-color: rgba(137, 121, 236, .1);
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-block-features-pink {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  padding: 0;
}

.lynx-block-features-pink.attendance {
  background-image: url('../images/Attendance.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-block-features-pink.finance {
  background-image: url('../images/Finance.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-block-features-pink.pm {
  background-image: url('../images/Untitled-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-block-features-pink.crm {
  background-image: url('../images/crm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-block-features-pink.sm {
  background-image: url('../images/Staff.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-block-features-pink.report {
  background-image: url('../images/Report.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-block-features-pink.am {
  background-image: url('../images/Asset.png');
  background-size: contain;
}

.lynx-block-features-pink.qm {
  width: 85px;
  background-image: url('../images/quality-5-svgrepo-com-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lynx-grid-features {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 14px;
}

.lynx-content {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.line-separator {
  width: 20%;
  height: 5px;
  background-color: #e7ab0a;
  position: relative;
  top: -11px;
}

.accent-heading {
  border-bottom: 5px solid #e7ab0a;
}

.mid-box-header {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.mid-box-header.no-bmargin {
  margin-bottom: 0;
}

.lynx-heading-lightbox {
  max-width: 530px;
  color: #1f2022;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 126%;
  text-decoration: none;
}

.lynx-play-purple {
  width: 70px;
  height: 70px;
  background-color: #1e1372;
  background-image: url('../images/Play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -35px;
  bottom: auto;
  left: auto;
  right: auto;
  box-shadow: 0 0 0 15px rgba(30, 19, 114, .1);
}

.lynx-block-lightbox {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px 40px 45px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -28%;
  left: auto;
  right: auto;
  box-shadow: 2px 10px 20px -3px rgba(31, 32, 34, .1);
}

.lynx-image-lightbox {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 30px;
}

.lynx-lightbox-link {
  width: 100%;
  justify-content: center;
  align-items: center;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-lightbox-link:hover {
  filter: brightness(112%);
}

.lynx-link-footer-large {
  color: #1f2022;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large:hover {
  color: #e7ab0a;
}

.lynx-link-footer-large.phone-f {
  background-image: url('../images/phone-svgrepo-com-21.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 32px;
}

.lynx-link-footer-large.email-f {
  background-image: url('../images/email-svgrepo-com-12.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 32px;
}

.lynx-link-footer-large.add-f {
  background-image: url('../images/map-pin-svgrepo-com-7.svg');
  background-position: 2px 20%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 32px;
}

.lynx-heading-footer {
  color: #1e1372;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.lynx-block-footer {
  width: 24%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.lynx-block-footer.cta-footer {
  width: 35%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.lynx-block-footer.hide {
  display: none;
}

.lynx-link-footer {
  color: rgba(31, 32, 34, .5);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

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

.lynx-logo-footer {
  margin-bottom: 16px;
}

.lynx-grid-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px #dfdad2;
  border-bottom: 2px solid rgba(0, 0, 0, .14);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  padding-top: 31px;
  padding-bottom: 41px;
}

.lynx-footer {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.footer-info {
  font-size: 15px;
}

.a-paragraph-small {
  color: rgba(0, 0, 0, .64);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.a-paragraph-small.mid-content {
  text-align: center;
  line-height: 25px;
}

.a-subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-08 {
  margin-bottom: 8px;
}

.a-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.a-feature-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/crm.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .05);
}

.a-feature-icon.f1 {
  background-image: url('../images/schedule-svgrepo-com-3.svg');
}

.a-feature-icon.f2 {
  background-image: url('../images/file-link-svgrepo-com.svg');
}

.a-feature-icon.f3 {
  background-image: url('../images/mobile-signal-out-svgrepo-com.svg');
}

.a-feature-icon.f4 {
  background-image: url('../images/invoice-yikai-line-svgrepo-com.svg');
}

.a-feature-card {
  width: 48%;
  height: 290px;
  box-shadow: none;
  color: #000;
  background-color: #f5b212;
  border: 1px rgba(0, 0, 0, .13);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px 24px;
  text-decoration: none;
  display: flex;
}

.a-feature-basic-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-button-primary {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: #6478f7;
}

.a-button-primary:active {
  background-color: #7788f8;
}

.a-feature-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-span-underline {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

.a-h3-heading {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-margin-bottom-48 {
  margin-bottom: 48px;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-feature-grid {
  grid-column-gap: 72px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-large {
  background-image: url('../images/Counter-Top-Curve.png'), url('../images/Counter-Bottom-Curve-1.png');
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding: 60px 5%;
  display: none;
  position: relative;
}

.waves-image-gallery-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-image-wrap-gallery-2 {
  max-height: 400px;
  border-radius: 8px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  max-height: 400px;
  border-radius: 4px;
  padding-top: 64%;
  position: relative;
}

.waves-grid-gallery-2 {
  width: 130vw;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.a-icon-extra-small {
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-button-arrow-icon {
  width: 16px;
  height: 16px;
  background-color: #eceefe;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-button-text-link {
  grid-column-gap: 6px;
  color: #5167f6;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-button-text-link:hover {
  color: #6478f7;
}

.a-paragraph-regular-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-margin-bottom-24 {
  margin-bottom: 24px;
}

.a-h6-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.4;
}

.a-icon-large {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-margin-bottom-50 {
  margin-bottom: 16px;
}

.a-cta-grid-block {
  text-align: center;
  background-color: rgba(255, 255, 255, .64);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 16px;
  display: flex;
}

.a-cta-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.a-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.a-section-regular {
  background-color: #1e1372;
  background-image: url('../images/Counter-Bottom-Curve-1.png'), url('../images/Footer-Top-Curve.png'), linear-gradient(#000, rgba(0, 0, 0, 0)), url('../images/Cleaning-Management.jpg');
  background-position: 50% 102%, 50% -1%, 0 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto, contain, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding: 174px 5% 152px;
  position: relative;
}

.hero-image-box {
  width: 44%;
  height: 660px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  display: none;
  position: relative;
  top: 29px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lynx-text-productivity {
  color: #797c83;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.lynx-number-support {
  color: #32b77a;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-block-productivity-border {
  text-align: center;
  border-right: 1px #dfdad2;
  padding: 10px 40px;
}

.lynx-number-customers {
  color: #8979ec;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-block-productivity {
  text-align: center;
  border-right: 1px solid #dfdad2;
  padding: 10px 40px;
}

.lynx-number-satisfaction {
  color: #fd4b8b;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.lynx-grid-productivity {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

.lynx-paragraph {
  max-width: 820px;
  color: #797c83;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading {
  max-width: 740px;
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content-2 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-customer {
  width: 33%;
  height: 100px;
  box-shadow: none;
  filter: grayscale();
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 10px;
  padding: 27px;
  display: flex;
}

.lynx-customer:hover {
  filter: grayscale(0%);
}

.lynx-customer.l3 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/02-Alternative-logo-for-signage-website.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lynx-customer.l4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-customer.l5 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-customer.l6 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/download.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.lynx-customer.l7 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo-lss-landscape.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-customer.l8 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/hwblpxbm03ee3syyfife.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-customer.l9 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/315308585_575353201262187_6997409571111252543_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lynx-customer.l11 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/download-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-customer._12 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/SCALA-logos---Copy-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-customer.l10y {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/fitness-champs.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-customer.l13 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/wmi_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-customer.l14 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/tht_academy_course_singapore.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-customer.l15 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/mobile-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-customer.l16 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/315308585_575353201262187_6997409571111252543_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lynx-customer.harees {
  background-image: url('../images/logo-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-customer.torpedo {
  background-image: url('../images/download.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.lynx-customer.lss {
  height: 100px;
  background-image: url('../images/logo-lss-landscape.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-customer.wf {
  background-image: url('../images/hwblpxbm03ee3syyfife.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lynx-customer.ai {
  background-image: url('../images/mobile-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.lynx-grid-4-customers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.lynx-grid-5-customers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.partner-wrapper {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.slider-wrapper {
  width: 100%;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider.smobile {
  display: none;
}

.slide-nav {
  color: #000;
  display: none;
}

.arrow {
  width: 40px;
  height: 40px;
  background-color: #e7ab0a;
  border-radius: 100px;
  font-size: 19px;
}

.slide {
  padding-top: 98px;
}

.mask {
  width: 85%;
}

.slider-box {
  align-items: center;
  display: flex;
}

.copyright-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dl-ideas-copyright {
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.white-heading {
  color: #fff;
}

.text-span {
  font-size: 50px;
  line-height: 60px;
}

.text-span-2 {
  color: #fff;
}

.list {
  padding-left: 19px;
  display: none;
}

.list-item, .list-item-2 {
  color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-span-4 {
  color: #fff;
}

.div-block-2 {
  width: 30%;
}

.div-block-3 {
  width: 30px;
}

.div-block-4 {
  width: 0;
}

.div-block-5 {
  width: 50px;
}

.div-block-6 {
  width: 110px;
  height: 110px;
  margin-bottom: 10px;
}

.lottie-animation {
  width: 110px;
  height: 110px;
}

.content-box {
  width: 50%;
}

.free-box {
  width: 70%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small-2 {
  font-size: 16px;
  line-height: 130%;
}

.waves-bottom-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-divider-footer-1 {
  width: 100%;
  height: 1px;
  background-color: rgba(19, 19, 19, .2);
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-1 {
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-brand-footer-1 {
  height: 100%;
}

.waves-brand-link-footer-1 {
  height: 32px;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-footer-1 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 64px;
}

.footer-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #1e1372;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.text-block-3 {
  color: #1f2022;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.cha--heading {
  height: auto;
  color: #000;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 128%;
}

.cha--heading.mid {
  text-align: center;
}

.waves---paragraph-big-3 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.waves---paragraph-big-3.white {
  color: #fff;
}

.lynx-heading-features-small-2 {
  height: 58px;
  color: #1e1372;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 128%;
}

.lynx-heading-features-small-2.mid {
  height: 56px;
  text-align: center;
}

.a-margin-bottom-51 {
  margin-bottom: 48px;
}

.a-feature-basic-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.a-section-large-2 {
  background-image: url('../images/Counter-Top-Curve.png'), url('../images/Counter-Bottom-Curve-1.png'), linear-gradient(#000 16%, rgba(0, 0, 0, 0)), url('../images/Cleaning-Management.jpg');
  background-position: 50% 0, 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding: 120px 5%;
  position: relative;
}

.waves---cta-dark-3 {
  color: #1e1372;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  color: #fff;
  background-color: #e7ab0a;
}

.waves---cta-dark-3.submit-b {
  color: #fff;
  background-color: #1e1372;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.waves---cta-dark-3.submit-b:hover {
  background-color: #e7ab0a;
}

.a-feature-card-2 {
  color: #000;
  background-color: #fff;
  border: 1px rgba(0, 0, 0, .13);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 15px -5px rgba(31, 32, 34, .1);
}

.waves---heading-2-no-margins-3 {
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 60px;
}

.waves---heading-2-no-margins-3.white-heading {
  color: #fff;
}

.accent-heading-2 {
  border-bottom: 5px solid #e7ab0a;
}

.a-section-regular-2 {
  background-color: #1e1372;
  background-image: url('../images/Counter-Bottom-Curve-1.png'), url('../images/Footer-Top-Curve.png');
  background-position: 50% 102%, 50% -1%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  padding: 171px 5% 123px;
  position: relative;
}

.a-cta-grid-block-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.a-margin-bottom-52 {
  margin-bottom: 8px;
}

.a-margin-bottom-53 {
  margin-bottom: 24px;
}

.a-paragraph-regular-3 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (min-width: 1280px) {
  .waves-master-image-hero-3 {
    width: 31%;
    right: 9%;
  }
}

@media screen and (min-width: 1920px) {
  .waves-master-image-hero-3 {
    width: 28%;
    bottom: 34%;
  }

  .lynx-link-footer-large.add-f {
    background-position: 4px 20%;
    margin-left: -3px;
    position: relative;
  }

  .a-section-regular {
    padding-bottom: 105px;
  }

  .copyright-box {
    align-items: center;
  }

  .a-section-regular-2 {
    padding-bottom: 105px;
  }
}

@media screen and (max-width: 991px) {
  .waves---hamburger-icon {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    width: 52px;
    height: 52px;
    order: 1;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    width: 52px;
    height: 52px;
    color: #1e1372;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    color: #000;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .19);
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
    display: flex;
  }

  .waves---nav-link:hover {
    background-color: #1e1372;
  }

  .waves---nav-link.w--current {
    color: #e7ab0a;
    background-color: #1e1372;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-menu {
    background-color: #e7ab0a;
    border: 1px solid rgba(19, 19, 19, .1);
    border-radius: 8px;
    margin-top: -1px;
  }

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

  .flex-wrapper {
    flex-wrap: wrap;
  }

  .waves-master-image-hero-3 {
    width: 60%;
    bottom: -28%;
    right: 17%;
  }

  .waves---subtitle {
    text-align: left;
  }

  .waves---heading-1-no-margins {
    text-align: left;
    font-size: 53px;
    line-height: 115%;
  }

  .waves-content-hero-3 {
    width: 100%;
    text-align: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .waves-hero-3-grid {
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .div-block {
    min-height: 130vh;
    padding-bottom: 0;
  }

  .waves---paragraph-big.mid-content {
    text-align: left;
  }

  .waves---heading-2-no-margins {
    font-size: 39px;
  }

  .waves---heading-2-no-margins.mid-heading {
    text-align: left;
    display: block;
  }

  .waves---content-image-halves {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper.no-t-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .waves-blog-grid-3 {
    width: 100%;
    max-width: 480px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .lynx-heading-features-small {
    font-size: 19px;
  }

  .lynx-features-bg {
    width: 47%;
  }

  .lynx-grid-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-content {
    width: 90%;
    max-width: 1030px;
  }

  .mid-box-header {
    width: 100%;
    align-items: flex-start;
  }

  .lynx-heading-lightbox {
    font-size: 25px;
  }

  .lynx-link-footer-large.add-f {
    order: -1;
    margin-bottom: 10px;
  }

  .lynx-block-footer {
    width: 47%;
    margin-bottom: 20px;
  }

  .lynx-grid-footer {
    grid-template-columns: 2.5fr;
    padding-top: 28px;
  }

  .a-feature-card {
    width: 49%;
  }

  .a-button-primary {
    display: flex;
  }

  .a-feature-grid {
    grid-template-columns: 1fr;
  }

  .a-section-large {
    padding-top: 60px;
  }

  .a-cta-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image-box {
    width: 80%;
    right: -15%;
  }

  .lynx-number-support, .lynx-number-customers {
    font-size: 55px;
  }

  .lynx-block-productivity {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lynx-number-satisfaction {
    font-size: 55px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-customer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lynx-grid-4-customers {
    margin-top: 10px;
  }

  .lynx-grid-5-customers {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .copyright-box {
    flex-wrap: wrap;
  }

  .dl-ideas-copyright {
    text-align: left;
  }

  .free-box {
    width: 90%;
  }

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

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .footer-flex {
    margin-bottom: 20px;
  }

  .cha--heading, .lynx-heading-features-small-2 {
    font-size: 19px;
  }

  .lynx-heading-features-small-2.mid {
    height: auto;
  }

  .a-section-large-2 {
    padding-top: 128px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 39px;
  }
}

@media screen and (max-width: 767px) {
  .waves---nav-cta {
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves---nav-brand-link {
    height: 45px;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-icon {
    margin-right: 0;
  }

  .text-block {
    display: none;
  }

  .flex-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .waves-master-image-hero-3 {
    width: 80%;
    bottom: -33%;
    right: 8%;
  }

  .waves---subtitle {
    font-size: 18px;
    line-height: 31px;
  }

  .waves---heading-1-no-margins {
    font-size: 44px;
  }

  .waves-content-hero-3 {
    padding-top: 47px;
  }

  .div-block {
    min-height: 130vh;
  }

  .waves---heading-2-no-margins {
    font-size: 30px;
    line-height: 125%;
  }

  .waves-image-features-3 {
    max-width: 510px;
  }

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

  .image-box {
    margin-bottom: 40px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .lynx-heading-features-small {
    height: 71px;
  }

  .lynx-features-bg {
    width: 44%;
  }

  .lynx-grid-features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .lynx-heading-lightbox {
    font-size: 22px;
  }

  .lynx-image-lightbox {
    height: 360px;
  }

  .lynx-link-footer-large.add-f {
    order: -1;
  }

  .lynx-block-footer {
    width: 56%;
  }

  .lynx-block-footer.cta-footer {
    margin-bottom: 10px;
  }

  .lynx-grid-footer {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .a-feature-basic-grid {
    grid-template-columns: 1fr 1fr;
  }

  .a-feature-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lynx-block-productivity {
    border-right-style: none;
  }

  .lynx-grid-productivity {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-customer {
    width: 49%;
  }

  .lynx-grid-4-customers, .lynx-grid-5-customers {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slider.s-desktop {
    display: none;
  }

  .slider.smobile {
    display: block;
  }

  .slide {
    left: 36px;
  }

  .copyright-box {
    flex-wrap: wrap;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

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

  .footer-flex {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .cha--heading {
    height: 71px;
  }

  .a-feature-basic-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .a-section-large-2 {
    padding-top: 134px;
    padding-bottom: 104px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 30px;
    line-height: 125%;
  }

  .a-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

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

  .waves---nav-cta {
    padding: 2px;
    display: block;
  }

  .waves---brand {
    height: 70%;
  }

  .waves---nav-brand-link {
    height: 39px;
  }

  .button-wrapper {
    display: flex;
  }

  .button-wrapper.mid {
    justify-content: center;
  }

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

  .waves-master-image-hero-3 {
    width: 90%;
    bottom: -26%;
    right: 4%;
  }

  .waves---subtitle {
    font-size: 15px;
    line-height: 25px;
  }

  .waves---heading-1-no-margins {
    font-size: 27px;
    line-height: 116%;
  }

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

  .div-block {
    background-position: 50% 100%, 0 0, 50%;
  }

  .waves---paragraph-big {
    font-size: 15px;
    line-height: 25px;
  }

  .waves---paragraph-big.mid-content {
    text-align: left;
  }

  .waves---heading-2-no-margins {
    font-size: 22px;
  }

  .waves---heading-2-no-margins.mid-heading {
    text-align: left;
    margin-bottom: 20px;
    font-size: 23px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves-image-features-3 {
    max-width: 270px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .content-wrapper.t-padding {
    padding-top: 81px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tag-blog-1 {
    top: 12px;
    left: 12px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .lynx-heading-features-small {
    height: auto;
    font-size: 18px;
  }

  .lynx-features-bg {
    width: 100%;
    margin-right: 0;
  }

  .accent-heading {
    line-height: 32px;
  }

  .mid-box-header {
    width: 100%;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lynx-heading-lightbox {
    font-size: 19px;
  }

  .lynx-block-lightbox {
    padding: 14px;
  }

  .lynx-block-footer {
    width: 67%;
    margin-bottom: 0;
  }

  .lynx-grid-footer {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .a-feature-card {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .a-feature-basic-grid {
    grid-template-columns: 1fr;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-section-large {
    background-size: contain, auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .waves-grid-gallery-2.bottom-grid, .waves-grid-gallery-2.top-grid {
    width: 180vw;
  }

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

  .a-paragraph-regular-2 {
    font-size: 14px;
  }

  .a-h6-heading {
    font-size: 30px;
  }

  .a-cta-grid {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1fr;
  }

  .hero-image-box {
    height: 430px;
  }

  .lynx-number-support, .lynx-number-customers, .lynx-number-satisfaction {
    font-size: 45px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-customer {
    margin-bottom: 0;
    padding: 19px;
  }

  .lynx-grid-4-customers, .lynx-grid-5-customers {
    grid-template-columns: 1fr;
  }

  .arrow {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 32%;
  }

  .arrow.left {
    right: 51%;
  }

  .slide {
    padding-top: 60px;
    left: 0;
  }

  .mask {
    width: 100%;
  }

  .dl-ideas-copyright {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    line-height: 25px;
  }

  .free-box {
    width: 100%;
    flex-wrap: wrap;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .cha--heading {
    height: auto;
    font-size: 18px;
  }

  .waves---paragraph-big-3 {
    font-size: 15px;
    line-height: 25px;
  }

  .lynx-heading-features-small-2 {
    height: auto;
    font-size: 18px;
  }

  .a-feature-basic-grid-2 {
    grid-template-columns: 1fr;
  }

  .a-section-large-2 {
    padding-top: 118px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 22px;
  }

  .accent-heading-2 {
    line-height: 32px;
  }

  .a-paragraph-regular-3 {
    font-size: 14px;
  }
}

#w-node-cd579607-541c-0899-9375-bf0217dc5105-36ba534f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cd579607-541c-0899-9375-bf0217dc5113-36ba534f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd579607-541c-0899-9375-bf0217dc5114-36ba534f, #w-node-cd579607-541c-0899-9375-bf0217dc511a-36ba534f, #w-node-cd579607-541c-0899-9375-bf0217dc5120-36ba534f, #w-node-cd579607-541c-0899-9375-bf0217dc5126-36ba534f, #w-node-_92804c52-bcac-c310-bd1c-18a3aa55c4b8-36ba534f, #w-node-_92804c52-bcac-c310-bd1c-18a3aa55c4bc-36ba534f, #w-node-_27c4f86e-a906-5812-c01d-c6c06b5f21d0-36ba534f, #w-node-_54434861-9eab-871d-c9d5-b6d49820b20f-36ba534f {
  justify-self: center;
}

#w-node-de00bf80-cebf-c14c-8020-b61c693fe4d2-36ba534f, #w-node-de00bf80-cebf-c14c-8020-b61c693fe4d9-36ba534f, #w-node-de00bf80-cebf-c14c-8020-b61c693fe4e0-36ba534f, #w-node-de00bf80-cebf-c14c-8020-b61c693fe4e7-36ba534f, #w-node-d55d5c44-133c-0482-89a8-b4bd54d354cd-36ba534f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


