:root {
  --color-green-1: #0a4833;
  --color-green-2: #7d9d3a;
  --color-green-3: #7d9d3a;
  --text: 20px;
  --color-green-4: #acc94b;
}

.section {
  margin-left: 20px;
  margin-right: 20px;
}

.navbar {
  color: #0000;
  text-align: left;
  background-color: #0000;
  justify-content: center;
  width: 100vw;
  padding-top: 46px;
  padding-bottom: 46px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.div-block {
  background-color: #fff;
  border-radius: 83px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 731px;
  display: flex;
}

.nav-link {
  color: var(--color-green-1);
  flex: 1;
  justify-content: center;
  align-self: center;
  padding: 17px 0;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

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

.nav-link.link-active {
  color: var(--color-green-2);
}

.nav-link.link-active.first-link {
  padding-left: 40px;
  padding-right: 28.5px;
}

.nav-link.middle-link {
  color: var(--color-green-1);
  padding-left: 28.5px;
  padding-right: 18px;
}

.nav-link.middle-link.link-active {
  color: #000;
}

.nav-link.first-link {
  padding-left: 40px;
  padding-right: 28.5px;
}

.nav-link.dropdown-link {
  background-color: #fff;
  flex-flow: row;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link.dropdown-link.last-dropdown {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.nav-link.last-link {
  min-width: 200px;
  padding-right: 21px;
}

.nav-link.link-about-us {
  flex: 1;
  align-self: center;
  padding-right: 0;
  display: flex;
}

.nav-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.contact-us-button {
  background-color: var(--color-green-3);
  color: #fff;
  border-radius: 83px;
  justify-content: center;
  width: 228px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.contact-us-button.link-active {
  color: var(--color-green-2);
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/background-84525452.png');
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 900px;
  padding-top: 125px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  overflow: hidden;
}

.trust-the-experts, .your-space {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: var(--text);
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
}

.btn-style {
  background-color: var(--color-green-3);
  text-align: center;
  color: #fff;
  border-radius: 83px;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 400px;
  padding: 17px 0;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.btn-style.link-active {
  color: var(--color-green-2);
}

.div-block-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
  display: flex;
}

.contact-us {
  background-color: var(--color-green-1);
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 83px;
  width: 214px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
}

.contact-us.link-active {
  color: var(--color-green-2);
}

.section-3 {
  background-color: var(--color-green-3);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  height: 152px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  display: flex;
}

.div-block-4 {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1192px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.values-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.image-2 {
  color: var(--color-green-1);
}

.text-2 {
  color: var(--color-green-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.div-block-6 {
  max-width: 1346px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 68px;
  text-decoration: none;
  display: flex;
}

.section-4 {
  padding: 52px 20px 75px;
}

.div-block-8 {
  background-image: linear-gradient(0deg, #000000b3, #00000094 10%, #fff0), url('../images/Rectangle-49.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 42px;
  align-items: flex-end;
  width: 100%;
  max-width: 434px;
  height: 493px;
  text-decoration: none;
  display: flex;
}

.div-block-8.block-9 {
  background-image: linear-gradient(0deg, #000000b3, #00000094 10%, #fff0), url('../images/Rectangle-50.png');
}

.div-block-8.block-10 {
  background-image: linear-gradient(0deg, #000000b3, #00000094 10%, #fff0), url('../images/Rectangle-51.png');
}

.div-block-8-copy {
  background-image: url('../images/Rectangle-50.png');
  background-position: 0 0;
  background-size: contain;
  border-radius: 42px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 493px;
  padding-bottom: 40px;
  padding-left: 37px;
  display: flex;
}

.div-block-9 {
  background-image: url('../images/Rectangle-51.png');
  background-position: 0 0;
  background-size: contain;
  border-radius: 42px;
  width: 100%;
  height: 493px;
}

.text-3 {
  color: var(--color-green-1);
  text-align: center;
  margin-top: 69px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.link-3-copy {
  background-color: var(--color-green-3);
  color: var(--color-green-1);
  border-radius: 83px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
}

.link-5 {
  background-color: var(--color-green-1);
  color: #fff;
  border-radius: 83px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
}

.link-5.link-active {
  color: var(--color-green-2);
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  display: flex;
}

.properties-move-in {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.properties-move-in.move-out {
  padding-left: 37px;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.div-block-11 {
  background-color: var(--color-green-1);
  object-fit: fill;
  height: 428px;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.text-5 {
  color: #fff;
  max-width: 616px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.buttons-div {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.link-6 {
  color: var(--color-green-1);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 83px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
}

.link-6.link-active {
  color: var(--color-green-2);
}

.text-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: var(--text);
  max-width: 653px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.section-5 {
  padding: 0 20px 72px;
}

.text-7 {
  color: var(--color-green-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.div-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  /* max-width: 1299px; */
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-6 {
  background-color: var(--color-green-3);
  padding-left: 20px;
  padding-right: 20px;
}

.text-8 {
  color: #fff;
}

._0-accidents-0 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

._0-accidents-1 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-9 {
  font-size: var(--text);
  color: #fff;
  width: 848px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.we-are-rolling-out-an-occupational-safety-plan-featuring-a-comprehensive-52-topic-program-specifically-tailored-for-our-operational-staff-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.we-are-rolling-out-an-occupational-safety-plan-featuring-a-comprehensive-52-topic-program-specifically-tailored-for-our-operational-staff-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-block-14 {
  grid-column-gap: 91px;
  grid-row-gap: 91px;
  justify-content: center;
  align-items: center;
  padding-top: 47px;
  padding-bottom: 47px;
  display: flex;
}

.div-block-6-copy {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border-radius: 13px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 516px;
  padding: 36px 35px 0 50px;
  display: flex;
}

.section-4-copy {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 34px;
  padding-bottom: 71px;
  display: flex;
}

.jules-creative-director-curtis-st-media-1 {
  color: #232323;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.what-they-say-about-us-0 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

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

.jules-creative-director-curtis-st-media-0 {
  color: #232323;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.error-169a14b6-daac-5096-1ae3-5352406c5cea {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.what-they-say-about-us-1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-15 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.jules-creative-director-curtis-st-media {
  color: #232323;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.div-block-6-copy-copy-copy {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border-radius: 13px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 244px;
  padding: 36px 35px 0 50px;
  display: flex;
}

.columns-4 {
  width: 100%;
  max-width: 1148px;
  margin-top: 49px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6-copy-copy {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border-radius: 13px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 262px;
  padding: 36px 35px 0 50px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-7 {
  background-color: var(--color-green-1);
  padding: 70px 20px 64px;
}

.div-block-16 {
  background-image: url('../images/reseña-525656.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 11px;
  width: 173px;
  height: 139px;
}

.div-block-17 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.div-block-16-copy {
  background-image: url('../images/reseña-675343478.webp');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 11px;
  width: 173px;
  height: 139px;
}

.text-16 {
  color: #fff;
  text-align: center;
  flex: none;
  max-width: 1186px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.error-b224e99a-eca6-6ec6-5897-7718958eaca7 {
  color: var(--color-green-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 95px;
  padding-right: 50px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-block-18 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-19 {
  justify-content: center;
  display: flex;
}

.columns-5 {
  max-width: 995px;
  margin-left: auto;
  margin-right: auto;
}

.parragraph {
  color: #fff;
  font-size: var(--text);
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

.send-us-message {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-28 {
  z-index: 1;
  grid-row-gap: 35px;
  background-image: linear-gradient(180deg, var(--color-green-1), #00734c);
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 534px;
  max-width: 534px;
  height: 745px;
  padding: 117px 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 6px 17px 18.7px #00000040;
}

.text-17 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.send-us-a-message-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.send-us-a-message-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.contact-us-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-field {
  color: #000;
  border-radius: 5px;
  margin-bottom: 0;
  font-weight: 300;
}

.text-field.message-field {
  word-break: normal;
  order: 0;
  align-self: auto;
  align-items: flex-start;
  min-height: 182px;
}

.frame-28-copy {
  z-index: 0;
  grid-row-gap: 35px;
  background-color: var(--color-green-3);
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 534px;
  max-width: 534px;
  height: 745px;
  margin-left: -41px;
  padding: 117px 69px 117px 145px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 6px 17px 18.7px #00000040;
}

.submit-button {
  background-color: var(--color-green-1);
  color: #fff;
  border-radius: 36px;
  align-self: flex-start;
  margin-top: 31px;
  padding: 8px 38px;
  font-weight: 600;
}

.contact-us-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.form-block {
  width: 100%;
}

.form {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.section-8 {
  padding: 79px 0;
}

.i-am-interested-in-the-following-service {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-31 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 28px;
  padding: 3px 4px;
  display: flex;
}

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

.virtopus-home-services-how-it-works-about-us-book-an-appointment-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-18 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-block-21 {
  padding-top: 40px;
}

.footer {
  grid-column-gap: 74px;
  grid-row-gap: 16px;
  background-color: var(--color-green-1);
  color: #0000;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 20px 20px;
  text-decoration: none;
  display: block;
}

.text-19 {
  color: #fff;
  max-width: 222px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.frame-33 {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 29px;
  text-decoration: none;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  display: flex;
}

.virtopus-home-services-how-it-works-about-us-book-an-appointment {
  color: #fff;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.link {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.link.w--current {
  font-size: 15px;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 28px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.logo_virtopus-6 {
  object-fit: cover;
}

.text-40 {
  max-width: 337px;
  font-family: Poppins, sans-serif;
  line-height: 21px;
}

.to-leave-us-a-review-visit-our-google-business-contractor-license-search-number-242023-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.to-leave-us-a-review-visit-our-google-business-contractor-license-search-number-242023-1 {
  color: #b4fe52;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.to-leave-us-a-review-visit-our-google-business-contractor-license-search-number-242023-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 100%;
  text-decoration: underline;
}

.image-3 {
  max-width: none;
  margin-top: -23px;
  padding-top: 0;
}

.image-5 {
  max-width: 436px;
}

.success-message, .error-message {
  border-radius: 13px;
}

.section-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/image.png');
  background-position: 50% 100%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 650px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-11 {
  background-color: var(--color-green-1);
  padding-left: 20px;
  padding-right: 20px;
}

.commercial-painting {
  color: var(--color-green-4);
  flex-flow: row;
  flex: 0 auto;
  display: block;
}

.commercial-painting-0 {
  color: #fff;
  flex-flow: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.commercial-painting-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-12 {
  color: #fff;
  max-width: 761px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 49px;
  padding-bottom: 54px;
  display: flex;
}

.text-20 {
  color: #0a4833;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-21 {
  color: #000;
  text-align: left;
  max-width: 1109px;
  margin-top: 30px;
  margin-bottom: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.div-block-25 {
  max-width: 1049px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.link-7 {
  background-color: var(--color-green-1);
  color: #fff;
  border-radius: 83px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
}

.link-7.link-active {
  color: var(--color-green-2);
}

.section-13 {
  background-color: var(--color-green-1);
  margin-bottom: 91px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-22 {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-23 {
  color: #fff;
  text-align: left;
  max-width: 1079px;
  margin: 21px auto 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.div-block-26 {
  max-width: 1313px;
  margin-bottom: 142px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 61px;
  padding-bottom: 83px;
  position: relative;
}

.div-block-27 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 59px;
  display: flex;
}

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

.text-24 {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.div-block-29 {
  background-color: #fff;
  border-radius: 16px;
  align-self: stretch;
  height: 160px;
}

.text-25 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-26 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 26px;
  padding-left: 37px;
  padding-right: 31px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.div-block-30 {
  background-color: var(--color-green-3);
  border-radius: 16px 16px 0 0;
}

.link-7-copy {
  background-color: var(--color-green-3);
  color: var(--color-green-1);
  border-radius: 83px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
}

.link-7-copy.link-active {
  color: var(--color-green-2);
}

.link-3-copy {
  color: var(--color-green-1);
  background-color: #fff;
  border-radius: 83px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
}

.link-3-copy.link-active {
  color: var(--color-green-2);
}

.image-6 {
  position: absolute;
  bottom: -1486.53px;
  left: -117.5px;
}

.div-block-31 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-27 {
  color: #0a4833;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

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

.text-10 {
  color: #000;
  width: 170px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 197.96%;
  text-decoration: none;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-14 {
  padding-bottom: 54px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-28 {
  color: #0a4833;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.your-vision-our-commitment-0 {
  color: #0a4833;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.your-vision-our-commitment-1 {
  color: #0a4833;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.section-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.text-29 {
  color: #000;
  text-align: left;
  max-width: 1177px;
  margin: 42px auto 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-13 {
  color: #fff;
  max-width: 761px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.section-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 650px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-30 {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.section-17 {
  background-color: var(--color-green-3);
  padding: 61px 20px 72px;
}

.div-block-34 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--color-green-1);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1272px;
  height: 309px;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  padding-left: 70px;
  padding-right: 59px;
  display: flex;
}

.text-31 {
  color: #fff;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.text-32 {
  text-align: right;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.interior-text {
  color: #fff;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.interior-services-full-wall-and-ceiling-repainting-high-quality-primer-and-two-coats-of-premium-paint-detailed-trim-and-molding-work-color-consultation-and-custom-color-mixing-furniture-protection-and-post-painting-cleanup-0, .interior-services-full-wall-and-ceiling-repainting-high-quality-primer-and-two-coats-of-premium-paint-detailed-trim-and-molding-work-color-consultation-and-custom-color-mixing-furniture-protection-and-post-painting-cleanup-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.list {
  color: #fff;
}

.div-block-35 {
  width: 565px;
}

.div-block-36 {
  width: 539px;
}

.interior-text-copy {
  color: #fff;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.section-15-copy {
  padding-top: 105px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-34-copy {
  background-color: var(--color-green-1);
  background-color: var(--color-green-1);
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1272px;
  height: 313px;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  padding-left: 70px;
  padding-right: 59px;
  display: flex;
}

.div-block-37 {
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
}

.link-7-copy-copy {
  background-color: var(--color-green-1);
  color: #fff;
  border-radius: 83px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
}

.link-7-copy-copy.link-active {
  color: var(--color-green-2);
}

.div-block-40 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--color-green-1);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1272px;
  height: 313px;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  padding-left: 70px;
  padding-right: 59px;
  display: flex;
}

.div-block-34-copy-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--color-green-1);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1272px;
  height: 368px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  padding-left: 70px;
  padding-right: 59px;
  display: flex;
}

.section-10-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/bg2.png');
  background-position: 50% 100%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 650px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-13-copy {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: var(--text);
  max-width: 474px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.image-6-copy-copy {
  position: absolute;
  bottom: -1441.53px;
  left: -117.5px;
}

.section-10-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/background-541561.png');
  background-position: 50% 100%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  height: 650px;
  margin-bottom: 152px;
  padding-top: 125px;
  padding-left: 77px;
  padding-right: 77px;
  display: grid;
}

.text-33 {
  text-align: right;
}

.service-areas-0, .service-areas-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.image-7 {
  width: 1425px;
  max-width: none;
  position: absolute;
  top: 113px;
  left: -590px;
}

.columns-6 {
  max-width: 1322px;
  margin-left: auto;
  margin-right: auto;
}

.section-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1129px;
  margin-bottom: 67px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.text-34 {
  color: var(--color-green-1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-35 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: var(--text);
  max-width: 409px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.div-block-2-copy {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 58px;
  display: flex;
}

.image-8 {
  max-width: 491px;
}

.div-block-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.section-19 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: var(--color-green-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 150px;
  padding: 0;
  display: block;
}

.text-36 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.btn-style-2 {
  background-color: var(--color-green-1);
  text-align: center;
  color: #fff;
  border-radius: 83px;
  flex: 0 auto;
  width: 281px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
}

.btn-style-2.link-active {
  color: var(--color-green-2);
}

.div-block-42 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--color-green-1);
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 168px;
  padding-top: 16px;
  display: flex;
}

.text-40-copy {
  width: 337px;
  max-width: 337px;
  padding-left: 41px;
  font-weight: 400;
}

.btn-style-3 {
  color: var(--color-green-1);
  text-align: center;
  background-color: #fff;
  border-radius: 83px;
  flex: 0 auto;
  width: 324px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
}

.btn-style-3.link-active {
  color: var(--color-green-2);
}

.div-block-43 {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-26-copy {
  max-width: 1313px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 61px;
  padding-bottom: 83px;
  position: relative;
}

.image-6-copy {
  position: absolute;
  bottom: -1486.53px;
  left: -117.5px;
}

.dropdown-list {
  border-bottom-left-radius: 16px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list.w--open {
  background-color: #0000;
  border-bottom-right-radius: 16px;
}

.furgoneta {
  width: 569px;
  position: absolute;
  bottom: -94px;
  left: -142px;
}

.section-20 {
  flex-flow: column;
  align-items: center;
  padding-bottom: 58px;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 34px;
  display: grid;
}

.text-service-areas {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 48px;
}

.text-34-copy {
  color: var(--color-green-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.div-block-24-copy {
  grid-column-gap: 89px;
  grid-row-gap: 89px;
  justify-content: center;
  align-items: center;
  max-width: 1268px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 39px;
  display: flex;
}

.safety-quality-0 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: var(--color-green-4);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.safety-quality-1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.section-21 {
  background-color: var(--color-green-2);
  padding: 33px 20px 47px;
}

.text-42 {
  color: #fff;
  text-align: center;
  max-width: 1049px;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.section-12-copy {
  padding-left: 20px;
  padding-right: 20px;
}

.text-16-copy {
  color: var(--color-green-1);
  text-align: center;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.section-22 {
  margin-top: 67px;
}

.section-23 {
  background-color: var(--color-green-1);
  padding-left: 20px;
  padding-right: 20px;
}

.safety-service-scalability {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 45px;
  padding-left: 60px;
  display: flex;
}

.text-43 {
  color: #fff;
  max-width: 771px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.div-block-45-copy {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 45px;
  padding-left: 60px;
  display: flex;
}

.section-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/image.png');
  background-position: 50% 100%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 650px;
  padding-top: 125px;
  padding-left: 77px;
  padding-right: 77px;
  display: grid;
}

.youtube {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: scale-down;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-46 {
  position: relative;
  overflow: visible;
}

.youtube-2 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.text100 {
  text-align: center;
  color: #fff;
  max-width: 1247px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 95px;
  padding-right: 50px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.image-9 {
  width: 100%;
  padding-top: 52px;
  position: relative;
  bottom: 0;
  right: 0;
  overflow: visible;
}

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

.paragraph {
  color: #fff;
  text-align: center;
  max-width: 1127px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text100-copy {
  color: var(--color-green-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 95px;
  padding-right: 50px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.link-8-copy {
  color: var(--color-green-1);
  text-decoration: underline;
}

.text-34-copy-copy {
  color: var(--color-green-1);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.div-block-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 39px;
  display: flex;
}

.div-block-48 {
  border-right: 1px #000;
  width: 381px;
  padding-left: 0;
  padding-right: 55px;
}

.div-block-48-copy {
  border-right: 1px #000;
  width: 381px;
  padding-left: 55px;
  padding-right: 55px;
}

.div-block-44-copy {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 34px;
  display: block;
}

.text-service-areas-copy {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 48px;
}

.div-block-48-copy {
  border-right: 1px solid #000;
  padding-left: 55px;
  padding-right: 55px;
}

.block-50 {
  border-right: 1px solid #000;
  width: 491px;
  padding-left: 55px;
  padding-right: 55px;
}

.div-block-48-copy-copy {
  border-left: 1px solid #000;
  border-right: 1px #000;
  width: 381px;
  padding-left: 55px;
  padding-right: 55px;
}

.image-10 {
  vertical-align: baseline;
  width: 100%;
  max-width: 800px;
}

.text-40-copy-copy {
  width: 337px;
  padding-left: 41px;
  font-weight: 400;
}

.text-100 {
  color: #fff;
  width: 337px;
  max-width: 337px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.btn-style-2-copy {
  color: var(--color-green-1);
  text-align: center;
  background-color: #fff;
  border-radius: 83px;
  flex: 0 auto;
  width: 281px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-2 {
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-49, .div-block-50, .div-block-51 {
  display: flex;
}

.btn-style-copy {
  color: var(--color-green-2);
  text-align: center;
  background-color: #fff;
  border-radius: 83px;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 227px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.btn-style-copy.link-active {
  color: var(--color-green-2);
}

.div-block-52 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.text-35-copy {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: var(--text);
  max-width: 409px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
}

.btn-style-2-copy {
  background-color: var(--color-green-2);
  text-align: center;
  color: #fff;
  border-radius: 83px;
  flex: 0 auto;
  width: 382px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
}

.btn-style-2-copy.link-active {
  color: var(--color-green-2);
}

.btn-style-2-copy-copy {
  color: var(--color-green-1);
  text-align: center;
  background-color: #fff;
  border-radius: 83px;
  flex: 0 auto;
  width: 281px;
  padding: 17px 29px;
  font-size: 16px;
  font-weight: 700;
}

.btn-style-2-copy-copy.link-active {
  color: var(--color-green-2);
}

.div-block-29-copy {
  background-color: #fff;
  border-radius: 16px;
  align-self: stretch;
  height: 200px;
}

.paragraph-3 {
  color: #fff;
  padding-left: 37px;
  padding-right: 57px;
  font-size: 15px;
}

.image-13 {
  width: 232px;
}

.image-14 {
  width: 238px;
}

.image-15 {
  width: 96px;
}

.image-16 {
  width: 94px;
}

.image-17 {
  width: 151px;
}

.image-18 {
  width: 233px;
}

.image-19 {
  background-color: #003d6d;
  width: 233px;
}

.div-block-53 {
  max-width: 653px;
}

.div-block-54 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1177px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: grid;
}

.image-20 {
  height: 485px;
}

.text-21-copy {
  color: #000;
  text-align: left;
  text-align: center;
  max-width: 1109px;
  margin-top: 30px;
  margin-bottom: 38px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.section-42 {
  padding-bottom: 141px;
  overflow: visible;
}

.div-block-2-copy-copy {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 87px;
  display: flex;
}

.div-block-18-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-21-copy-copy {
  color: #000;
  text-align: left;
  max-width: 1109px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

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

  .nav-link, .nav-link.link-active.first-link, .nav-link.middle-link {
    padding-left: 20px;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
  }

  .contact-us-button {
    border-radius: 0;
    justify-content: center;
    width: 100%;
    padding-left: 20px;
  }

  .icon {
    color: #fff;
  }

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

  .section-2 {
    background-color: var(--color-green-1);
    background-image: none;
    grid-template-columns: 1fr;
  }

  .btn-style {
    border-radius: 83px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .contact-us {
    border-radius: 83px;
    margin-left: 0;
    padding-left: 20px;
  }

  .section-3 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center stretch;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

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

  .div-block-8 {
    height: 500px;
  }

  .div-block-8.block-9 {
    flex-flow: row;
  }

  .div-block-8-copy, .div-block-9 {
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .link-3-copy, .link-5 {
    border-radius: 83px;
    margin-left: 0;
    padding-left: 20px;
  }

  .div-block-11 {
    height: 600px;
  }

  .div-block-12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 20px;
    margin-right: 20px;
  }

  .buttons-div {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-6 {
    border-radius: 83px;
    margin-left: 0;
    padding-left: 20px;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-top: 16px;
    display: grid;
  }

  .text-8 {
    padding-left: 19px;
  }

  .text-9 {
    width: auto;
    max-width: 848px;
  }

  .div-block-14 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-6-copy {
    height: 100%;
    min-height: 224px;
    padding-bottom: 20px;
    padding-left: 25px;
  }

  .column-9 {
    height: auto;
  }

  .div-block-6-copy-copy-copy {
    height: 100%;
    min-height: 224px;
    padding-bottom: 20px;
    padding-left: 25px;
  }

  .columns-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 1;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-6-copy-copy {
    height: 100%;
    min-height: 224px;
    padding-bottom: 20px;
    padding-left: 25px;
  }

  .text-16 {
    margin-bottom: 16px;
    padding-right: 0;
  }

  .error-b224e99a-eca6-6ec6-5897-7718958eaca7 {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    flex-flow: column;
  }

  .frame-28 {
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .frame-28-copy {
    height: 600px;
    margin-top: -89px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 69px;
  }

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

  .div-block-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer {
    height: 100%;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-22 {
    align-self: flex-start;
    padding-top: 42px;
  }

  .div-block-23 {
    flex: 1 0 100%;
    align-self: auto;
  }

  .text-40 {
    font-size: 10px;
  }

  .image-4 {
    width: 300px;
  }

  .column-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    width: 200px;
  }

  .section-10 {
    grid-template-columns: 1fr;
    height: 350px;
  }

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

  .div-block-25 {
    padding-bottom: 43px;
  }

  .link-7 {
    border-radius: 83px;
    margin-left: 0;
    padding-left: 20px;
  }

  .div-block-26 {
    padding-bottom: 127px;
  }

  .div-block-29 {
    height: 375px;
  }

  .link-7-copy, .link-3-copy {
    border-radius: 83px;
    margin-left: 0;
    padding-left: 20px;
  }

  .image-6 {
    bottom: -1879.53px;
  }

  .div-block-31 {
    flex-flow: row;
  }

  .div-block-32 {
    align-self: center;
  }

  .text-10 {
    width: 200px;
  }

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

  .section-16 {
    grid-template-columns: 1fr;
    height: 300px;
  }

  .div-block-34 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 450px;
  }

  .div-block-36 {
    align-self: flex-start;
  }

  .interior-text-copy {
    margin-top: 0;
  }

  .div-block-34-copy {
    height: 300px;
  }

  .link-7-copy-copy {
    border-radius: 83px;
    margin-left: 0;
    padding-left: 20px;
  }

  .div-block-40 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
    height: 350px;
  }

  .div-block-34-copy-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 499px;
  }

  .section-10-copy {
    grid-template-columns: 1fr;
    height: 350px;
  }

  .image-6-copy-copy {
    bottom: -1505.53px;
  }

  .section-10-copy-copy {
    grid-template-columns: 1fr;
    height: 500px;
    margin-bottom: 175px;
  }

  .image-7 {
    width: 1000px;
    top: 193px;
    left: -388px;
  }

  .section-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    padding-right: 20px;
  }

  .text-35 {
    margin-top: 26px;
    margin-bottom: -34px;
  }

  .image-8 {
    margin-top: 25px;
  }

  .div-block-41 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    padding-left: 0;
  }

  .section-19 {
    min-height: 100px;
  }

  .btn-style-2 {
    border-radius: 83px;
    margin-left: 0;
    padding-left: 20px;
  }

  .text-40-copy {
    font-size: 10px;
  }

  .btn-style-3 {
    border-radius: 83px;
    margin-left: 0;
    padding-left: 20px;
  }

  .div-block-26-copy {
    padding-bottom: 127px;
  }

  .image-6-copy {
    bottom: -1517.53px;
  }

  .furgoneta {
    bottom: -112px;
  }

  .div-block-44 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: wrap;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: center;
    place-items: center;
    display: flex;
  }

  .div-block-24-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .text-16-copy {
    margin-bottom: 16px;
    padding-right: 0;
  }

  .div-block-45 {
    flex-flow: column;
    padding-left: 0;
  }

  .text-43 {
    padding-top: 20px;
  }

  .div-block-45-copy {
    flex-flow: column;
    padding-left: 0;
  }

  .section-40 {
    grid-template-columns: 1fr;
    height: 350px;
  }

  .text100 {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    width: 100%;
    margin-top: -65px;
    padding-top: 0;
    position: relative;
  }

  .text100-copy {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-47 {
    flex-flow: column;
  }

  .div-block-48 {
    border-right-style: none;
    margin-bottom: 24px;
    padding-right: 0;
  }

  .div-block-44-copy {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: wrap;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: center;
    place-items: center;
    display: flex;
  }

  .block-50 {
    border-left: 1px #000;
    border-right-style: none;
    width: auto;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-48-copy-copy {
    border-left-style: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    display: none;
  }

  .text-40-copy-copy {
    font-size: 10px;
  }

  .image-11 {
    width: 250px;
  }

  .div-block-49, .div-block-50, .div-block-51 {
    flex-flow: column;
  }

  .btn-style-copy {
    border-radius: 83px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .text-35-copy {
    margin-top: 26px;
    margin-bottom: -34px;
  }

  .btn-style-2-copy, .btn-style-2-copy-copy {
    border-radius: 83px;
    margin-left: 0;
    padding-left: 20px;
  }

  .div-block-29-copy {
    height: 375px;
  }

  .div-block-54 {
    place-items: center stretch;
  }

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

  .div-block-18-copy {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: auto;
    margin-right: auto;
  }

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

  .btn-style, .contact-us {
    border-radius: 83px;
  }

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

  .link-3-copy, .link-5 {
    border-radius: 83px;
  }

  .div-block-11 {
    height: 700px;
  }

  .buttons-div {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .link-6 {
    border-radius: 83px;
  }

  .div-block-6-copy, .div-block-6-copy-copy-copy, .div-block-6-copy-copy {
    min-height: 200px;
  }

  .frame-28-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    height: 100%;
    padding-bottom: 40px;
  }

  .frame-33 {
    grid-column-gap: 12px;
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .image-3 {
    margin-top: 0;
  }

  .column-10, .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-7 {
    border-radius: 83px;
  }

  .div-block-27 {
    flex-flow: column;
  }

  .div-block-29 {
    height: 200px;
  }

  .link-7-copy, .link-3-copy {
    border-radius: 83px;
  }

  .image-6 {
    bottom: -2463.53px;
  }

  .div-block-32 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-34 {
    flex-flow: column;
    justify-content: flex-start;
    height: 570px;
  }

  .text-32 {
    text-align: left;
    order: 1;
    margin-top: 16px;
  }

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

  .div-block-36 {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .interior-text-copy {
    margin-top: 0;
  }

  .link-7-copy-copy {
    border-radius: 83px;
  }

  .div-block-40 {
    flex-flow: column;
    justify-content: flex-start;
    height: 500px;
  }

  .div-block-34-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    height: 600px;
  }

  .image-6-copy-copy {
    bottom: -2086.53px;
  }

  .section-10-copy-copy {
    margin-bottom: 78px;
  }

  .image-7 {
    width: 700px;
    top: 242px;
    left: -279px;
  }

  .btn-style-2, .btn-style-3 {
    border-radius: 83px;
  }

  .image-6-copy {
    bottom: -2090.53px;
  }

  .furgoneta {
    bottom: -100px;
  }

  .youtube-2 {
    height: 100%;
  }

  .image-9 {
    width: 500px;
    margin-top: -55px;
  }

  .btn-style-2-copy, .btn-style-copy {
    border-radius: 83px;
  }

  .div-block-52 {
    flex-flow: column;
  }

  .text-35-copy {
    margin-bottom: 0;
  }

  .btn-style-2-copy, .btn-style-2-copy-copy {
    border-radius: 83px;
  }

  .div-block-29-copy {
    height: 200px;
  }

  .div-block-54 {
    grid-template-columns: 1fr;
  }

  .section-42 {
    overflow: visible;
  }

  .div-block-2-copy-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .section {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image {
    width: 125px;
  }

  .section-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .trust-the-experts, .your-space {
    font-size: 44px;
  }

  .text {
    font-size: 14px;
  }

  .btn-style {
    border-radius: 83px;
    flex-flow: row;
    order: 0;
    width: auto;
    font-size: 14px;
  }

  .div-block-2 {
    flex-flow: column;
    align-items: center;
  }

  .contact-us {
    border-radius: 83px;
    width: auto;
  }

  .div-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

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

  .values-text {
    font-size: 14px;
  }

  .div-block-8 {
    height: 600px;
  }

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

  .link-3-copy, .link-5 {
    border-radius: 83px;
    font-size: 14px;
  }

  .div-block-11 {
    height: 1150px;
    position: relative;
  }

  .buttons-div {
    flex-flow: column;
    align-items: stretch;
  }

  .link-6 {
    border-radius: 83px;
  }

  .div-block-13 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-8 {
    padding-left: 0;
  }

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

  .div-block-14 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-18 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .parragraph {
    font-size: 14px;
  }

  .send-us-message {
    line-height: 20px;
  }

  .frame-28 {
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-17 {
    font-size: 30px;
  }

  .send-us-a-message-0 {
    font-size: 20px;
  }

  .send-us-a-message-1 {
    font-size: 40px;
  }

  .contact-us-0 {
    font-size: 30px;
  }

  .frame-28-copy {
    width: auto;
    padding: 105px 21px;
  }

  .div-block-21 {
    padding-top: 40px;
  }

  .footer {
    height: 100%;
    padding-bottom: 40px;
  }

  .div-block-22 {
    flex: 0 100%;
    align-self: flex-start;
    align-items: stretch;
    padding-top: 0;
  }

  .virtopus-home-services-how-it-works-about-us-book-an-appointment {
    margin-top: 16px;
  }

  .text-40 {
    width: auto;
  }

  .section-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .commercial-painting {
    font-size: 24px;
  }

  .commercial-painting-0, .commercial-painting-1 {
    font-size: 32px;
  }

  .text-20 {
    font-size: 40px;
  }

  .text-21 {
    margin-top: 0;
  }

  .link-7 {
    border-radius: 83px;
  }

  .div-block-29 {
    height: 300px;
  }

  .link-7-copy {
    border-radius: 83px;
  }

  .link-3-copy {
    border-radius: 83px;
    font-size: 14px;
  }

  .image-6 {
    bottom: -3627.53px;
  }

  .div-block-31 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

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

  .text-10 {
    width: 200px;
  }

  .text-28 {
    font-size: 50px;
  }

  .your-vision-our-commitment-0, .your-vision-our-commitment-1 {
    font-size: 36px;
  }

  .section-16 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-34 {
    height: auto;
    padding: 20px 10px;
  }

  .link-7-copy-copy {
    border-radius: 83px;
  }

  .div-block-40, .div-block-34-copy-copy {
    height: auto;
    padding: 20px 10px;
  }

  .section-10-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-6-copy-copy {
    bottom: -2831.53px;
  }

  .section-10-copy-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7 {
    width: 400px;
    top: 347px;
    left: -157px;
  }

  .section-18 {
    justify-content: center;
    padding-right: 0;
  }

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

  .div-block-2-copy {
    flex-flow: column;
    align-items: stretch;
  }

  .image-8 {
    justify-content: center;
    max-width: 300px;
    display: inline-flex;
  }

  .btn-style-2 {
    border-radius: 83px;
    font-size: 14px;
  }

  .div-block-42 {
    height: 275px;
  }

  .text-40-copy {
    width: auto;
    padding-left: 0;
  }

  .btn-style-3 {
    border-radius: 83px;
    width: auto;
    padding-right: 20px;
    font-size: 14px;
  }

  .div-block-43 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-6-copy {
    bottom: -3057.53px;
  }

  .furgoneta {
    bottom: -54px;
    left: -72px;
  }

  .div-block-44 {
    align-items: flex-start;
  }

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

  .safety-service-scalability {
    color: var(--color-green-2);
    font-size: 32px;
  }

  .section-40 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .youtube-2 {
    height: 100%;
  }

  .image-9 {
    width: 100%;
    margin-top: 0;
    padding-top: 18px;
    position: static;
    left: 0;
  }

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

  .div-block-48 {
    width: 250px;
  }

  .text-40-copy-copy {
    width: auto;
    padding-left: 0;
  }

  .image-11 {
    width: 150px;
  }

  .btn-style-copy {
    border-radius: 83px;
    flex-flow: row;
    order: 0;
    width: auto;
    font-size: 14px;
  }

  .text-35-copy {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .btn-style-2-copy, .btn-style-2-copy-copy {
    border-radius: 83px;
    font-size: 14px;
  }

  .div-block-29-copy {
    height: 300px;
  }

  .image-20 {
    height: auto;
  }

  .text-21-copy {
    margin-top: 0;
  }

  .div-block-2-copy-copy {
    flex-flow: column;
    align-items: stretch;
  }

  .div-block-18-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-21-copy-copy {
    margin-top: 0;
  }

  .div-block-8.block-10 {
    background-image: linear-gradient(0deg, #000000b3, #00000094 10%, #fff0), url('../images/Rectangle-51.png');
    background-position: 0 -150px;
  }
}

#w-node-ea02fa3a-0d42-6716-bff9-209a2038b9bc-4c6a5e78 {
  place-self: end stretch;
}

#w-node-_5f5fdcbf-6aa8-2a86-0f50-7c19aa50d317-80272b0c {
  justify-self: auto;
}

#w-node-d9359401-796d-65b8-a805-e97fd559d2a4-470d81ec {
  place-self: center;
}

#w-node-_21d42a85-3130-2070-cd09-477b1dc57cf3-470d81ec {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ea02fa3a-0d42-6716-bff9-209a2038b9bc-4c6a5e78 {
    order: 0;
  }

  #w-node-_41b2910f-556e-9dd0-e234-6db2816cdcbb-4c6a5e78 {
    place-self: center;
  }

  #w-node-d9359401-796d-65b8-a805-e97fd559d2a4-470d81ec {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b92d6feb-8168-7ca8-367b-ee412a06aa90-2a06aa88 {
    align-self: center;
  }
}


