:root {
  --black: #141414;
  --gray: #797979;
  --dark-white: #c2c2c2;
  --translucent: #79797900;
  --black-2: #333;
  --white: #fff;
  --red: #ec1313;
  --light-white: #e9e9e9;
  --dark-grey: #1e1e1e;
  --blue: #0004ff;
  --axis-orange: #da610c;
  --cadet-blue: #2193b0;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  height: 100%;
  display: flex;
}

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

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

.navbar {
  z-index: 1000;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #020202cf;
  border-radius: 0 0 10px 10px;
  justify-content: center;
  align-items: center;
  height: 85px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 13px #0000009e;
}

.dropdown-list {
  background-color: #0000;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0 0 10px;
  overflow: hidden;
}

.dropdownwrapper {
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}

.down {
  color: #2d25ff;
  font-family: "Fa solid 900", sans-serif;
  display: inline-flex;
}

.navlink {
  letter-spacing: .3px;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 6px 0 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.navlink:hover {
  color: #2126b0;
  text-align: left;
}

.navlink.w--current {
  color: red;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

.navlink.sub {
  color: var(--white);
  white-space: nowrap;
  flex-wrap: nowrap;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-weight: 300;
  transition: all .4s;
  display: block;
}

.navlink.sub:hover {
  color: #2025b4;
  background-color: #ececec;
  text-decoration: none;
  transform: scale(1.1);
}

.navlink.sub.w--current {
  color: var(--red);
  text-transform: uppercase;
  font-weight: 300;
}

.navlink.main {
  color: var(--white);
  transition: letter-spacing .4s;
}

.navlink.main:hover {
  letter-spacing: 1.5px;
}

.dropdowncontainer {
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: -10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.nav-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-innerlist {
  color: #fff;
  background-color: #000000d9;
  border-top: 1px solid red;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 350px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 8px #00000059;
}

.link-block {
  max-height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
}

.logo {
  max-height: 60px;
  position: relative;
}

.logo.mobile {
  display: none;
}

.logo.desktop {
  max-height: 60px;
}

.transition {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.transition-trigger {
  display: none;
}

.transition_home-logo-wrapper {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.transition_top-tab {
  z-index: 2;
  background-color: red;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.lottie-animation-3 {
  z-index: 3;
  clear: left;
  width: 100%;
  margin-top: -1px;
  position: relative;
}

.transition_bottom-tab {
  z-index: 1;
  background-color: #00f;
  width: 100%;
  height: 100%;
  padding-top: 100vh;
  position: absolute;
  inset: 0%;
}

.link-block-2 {
  display: none;
}

.image {
  width: 30%;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: var(--white);
  font-size: 15px;
}

.text-block-2 {
  color: var(--white);
  text-align: justify;
  margin-top: -5px;
  margin-bottom: 11px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.text-block-2.bottom {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.link {
  color: var(--dark-white);
  font-size: 12px;
  text-decoration: none;
}

.link.underline {
  border-bottom: 1px solid var(--gray);
}

.link.underline.dark {
  color: var(--black);
  text-align: center;
  text-align: center;
}

.footer {
  z-index: 100;
  background-color: #141414;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -26px;
  padding: 50px 20px;
  font-size: 1vw;
  position: relative;
  box-shadow: 0 -20px 17px -10px #00000012;
}

.footer-headinglist {
  flex-direction: column;
  display: flex;
}

.zxa-logo-1 {
  width: 15em;
}

.footer-logo-wrap {
  margin-right: 8em;
}

.social-footer-image {
  filter: brightness(50%);
  object-fit: cover;
  height: 1.5em;
}

.link-bottom-footer {
  color: var(--black);
  font-size: 1em;
  line-height: 1.3em;
  text-decoration: none;
}

.link-bottom-footer:hover {
  color: #fff;
  text-decoration: underline;
}

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

.bottom-footer-split {
  background-color: var(--black);
  width: .1em;
  height: 1.1em;
  margin-left: 2em;
  margin-right: 2em;
  padding-bottom: 0;
}

.bottom-footer-split.one {
  display: block;
}

.bottom-info-footer-wrapper {
  border-top: 1px solid var(--gray);
  justify-content: space-between;
  align-items: center;
  padding-top: 3em;
  display: flex;
}

.footer-link {
  color: var(--dark-white);
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .675s;
}

.footer-link:hover {
  color: var(--blue);
  text-decoration: none;
}

.footer-link-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.info-wrap-footer {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.footer-socials-wrapper {
  align-items: center;
  display: flex;
}

.footer-main-wrap {
  margin-bottom: 1.9em;
  display: flex;
}

.wrap-half-footer-bottom {
  align-items: center;
  display: flex;
}

.socialfootericon-wrap {
  margin-right: 1em;
}

.grid-footer {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-headline {
  border-bottom: 1px solid var(--gray);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3em;
}

.body-14 {
  background-color: var(--black);
}

.section-6 {
  min-height: 8vh;
  position: relative;
}

.f-radio-button {
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-radio-button:hover {
  background-color: #0205180d;
}

.f-radio-button.w--redirected-checked {
  background-color: #0f11621a;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .0625rem solid #0000;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.f-radio-button.w--redirected-focus {
  box-shadow: none;
  border-color: #0000;
  border-radius: .0234375rem;
}

.f-radio-button.w--redirected-focus-visible {
  border-color: #0f1162;
  border-radius: .375rem;
}

.f-form-time {
  grid-column-gap: .25rem;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.f-left-wrapper {
  background-color: var(--light-white);
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.heading {
  color: var(--black);
  letter-spacing: -.05em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 50px;
  position: relative;
}

.f-summary-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.demo-html-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  position: relative;
}

.f-success-title {
  letter-spacing: -.045em;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
}

.heading-3 {
  line-height: 42px;
  position: relative;
}

.f-custom-indicator-description {
  color: #a8a8a8;
  font-size: .8125rem;
}

.f-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3rem;
}

.f-container.is--video-left {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(35vw, 35rem) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  position: relative;
}

.form-textarea {
  min-height: 120px;
  font-size: 18px;
  position: relative;
}

.form-textarea.short {
  min-height: 40px;
}

.f-summary-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  margin-bottom: .75rem;
  display: grid;
}

.f-summary-text-wrapper {
  flex-wrap: wrap;
  display: flex;
  overflow: scroll;
}

.f-summary-text-wrapper.text {
  max-height: 125px;
  padding: 15px 10px;
  position: relative;
  box-shadow: inset 0 2px 8px 2px #0003;
}

.paragraph {
  opacity: .56;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  position: relative;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.icon-left {
  height: auto;
  margin-bottom: 2px;
  padding: .875rem 1rem .875rem 2.1rem;
  font-size: 18px;
}

.f-summary-heading {
  margin-top: 0;
  margin-bottom: .75rem;
  position: relative;
}

.other-option-wrapper {
  width: 100%;
  display: none;
  position: relative;
}

.f-steps-wrap.is--1 {
  grid-row-gap: 2.5rem;
  object-fit: contain;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 37.5rem;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 0 110px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.f-steps-wrap.is--1.last {
  justify-content: flex-start;
  position: relative;
}

.f-steps-wrap.is--1.long {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.f-form-parent-left {
  background-color: var(--white);
  margin-bottom: 0;
}

.f-summary-field-name {
  opacity: .72;
  font-size: .75rem;
  position: relative;
}

.f-left-button-wrapper {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.f-summary-text {
  font-weight: 600;
  position: relative;
}

.f-custom-indicator-icon {
  color: #620461;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  margin-top: 0;
  font-size: 1.8125rem;
  line-height: 1;
  display: flex;
}

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

.f-radio-button-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.1875rem;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-15 {
  margin-top: 13px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.f-success-message-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.f-custom-indicator {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  opacity: .32;
  cursor: pointer;
  align-items: center;
  padding: 1.25rem 2.5rem;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.f-custom-indicator.current {
  opacity: 1;
  color: #000;
  background-color: #fff;
  display: flex;
  box-shadow: 0 10px .6875rem #210f3512;
}

.f-custom-indicator.first {
  height: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}

.f-custom-indicator-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.f-input-field {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #14141b1a;
  border-radius: .25rem;
  height: auto;
  margin-bottom: 0;
  padding: .875rem 1rem;
  font-size: 18px;
  position: relative;
}

.f-form {
  background-color: #00a6ff0f;
  height: 100vh;
  overflow: scroll;
}

.f-form.participate-in-lp {
  background-color: var(--white);
  background-image: radial-gradient(circle, #b6000017, #fff0 30%);
  background-color: var(--white);
  background-image: radial-gradient(circle, #b6000017, #fff0 30%);
}

.f-s {
  background-color: #0000;
  height: 100%;
}

.heading-7 {
  margin-top: 0;
  position: relative;
}

.div-block-48 {
  position: relative;
}

.bold-text-6 {
  color: #112557;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.f-success-image {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.html-embed-2 {
  display: none;
}

.f-input-wrapper {
  width: 100%;
  position: relative;
}

.f-input-grid-2cols {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.f-steps-input {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.f-input-button-label {
  z-index: 2;
  max-width: 20ch;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.f-form-button-wrapper.is---1 {
  grid-column-gap: .625rem;
  grid-column-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ms-svg {
  z-index: 3;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 20px;
  margin-top: 4px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.f-form-section {
  background-color: var(--white);
  color: #252424;
  letter-spacing: -.045em;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.childcare-list-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.f-summary-edit-button {
  opacity: 1;
  cursor: pointer;
  width: .75rem;
  height: .75rem;
  position: absolute;
  inset: 6% 4% auto auto;
}

.heading-4 {
  line-height: 45px;
  position: relative;
}

.link-2 {
  color: #112557;
  margin-right: -6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
}

.f-form-steps-wrap.is---1 {
  background-color: var(--white);
  background-color: var(--white);
  height: 100%;
  display: block;
  overflow: scroll;
}

.f-lottie-animation {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.f-press-enter-text {
  font-size: .875rem;
  display: block;
}

.f-form-steps-item.is---1 {
  background-color: var(--white);
  background-color: var(--white);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0 22px;
  display: block;
  position: relative;
  overflow: scroll;
}

.error-message-2 {
  color: #ff2b00;
  text-align: right;
  background-color: #fafafa;
  border-radius: 5px;
  margin-top: .25rem;
  margin-left: 6px;
  margin-right: 2px;
  padding: 3px 8px;
  font-size: .7rem;
  position: absolute;
  inset: auto 0% -17.3203px auto;
}

.f-form-button {
  color: #fff;
  background-color: #0f1162;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.65rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.f-form-button.love-p-lus {
  background-color: var(--red);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.f-form-button.start {
  background-image: url("https://cdn.prod.website-files.com/668ca374b4a211c0cb6a502f/668ca374b4a211c0cb6a50d0_ni-rocket.svg");
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  padding-top: .825rem;
  padding-bottom: .825rem;
  padding-right: 3.05rem;
  display: flex;
  position: relative;
}

.f-form-button.start.love-plus {
  background-color: var(--red);
  background-color: var(--red);
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.f-form-button.submit {
  background-image: url("https://cdn.prod.website-files.com/668ca374b4a211c0cb6a502f/668ca374b4a211c0cb6a50d4_ni-paper-plane.svg");
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 1.0625rem;
  padding-top: .825rem;
  padding-bottom: .825rem;
  padding-right: 3.05rem;
}

.f-form-button.submit.love-plus {
  background-color: var(--red);
  background-color: var(--red);
}

.hide {
  display: none;
}

.image-11 {
  margin-top: 14px;
  position: relative;
}

.image-11.participate-in-lp {
  filter: hue-rotate(3deg);
}

.f-summary-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f-summary-card {
  background-color: #f7f7f7;
  border-radius: .625rem;
  width: 100%;
  padding: 1.25rem;
  position: relative;
}

.f-form-input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.f-form-input-wrapper.is---3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.f-custom-indicator-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2.5rem;
  padding-bottom: 0;
  display: flex;
}

.f-txt-field-label {
  letter-spacing: 0;
  margin-bottom: .125rem;
  font-size: .875rem;
  font-weight: 600;
  position: relative;
}

.link-5 {
  color: var(--blue);
  font-weight: 500;
}

.text-block-15, .text-block-16 {
  color: var(--dark-white);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.text-block-17 {
  border-bottom: 2px solid var(--dark-white);
  color: var(--dark-white);
  text-align: center;
  margin-bottom: 7px;
  padding: 5px 5px 2px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-18 {
  color: var(--dark-white);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.div-block-4 {
  border-bottom: 1px dashed var(--dark-white);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 67px;
  display: flex;
}

.text-block-21 {
  color: var(--dark-white);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.div-block-54 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .transition {
    display: none;
  }

  .footer {
    font-size: 14px;
  }

  .side-1.services, .side-1.service-area, .side-1.services, .side-1.service-area {
    background-image: url("https://cdn.prod.website-files.com/668ca374b4a211c0cb6a502f/668d6da216a2c35ab254d703_Meced%20Residential%20Install-02.jpg");
    background-position: 50%;
    background-size: cover;
  }

  .image-7.smaller {
    width: 60px;
  }

  .timeline-text {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

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

  .link-7 {
    color: var(--black-2);
    font-weight: 400;
  }

  .link-8 {
    color: var(--red);
    font-weight: 700;
  }

  .jack-in-the-box-logo-text-span, .wingstop-logo-text-span, .wingstop-logo {
    background-image: url("https://cdn.prod.website-files.com/668ca374b4a211c0cb6a502f/668ca374b4a211c0cb6a50ea_Jack%20In%20The%20Box%20White.png");
    background-size: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    flex-flow: row-reverse;
  }

  .gradient {
    background-position: 50% 60%;
    height: 75vh;
  }

  .gradient.our-work-project, .gradient.yosemite-church, .gradient.merced-residential-1, .gradient.jack-in-the-box-stockton, .gradient.wingstop-daly-city {
    background-position: 0 0, 50%;
  }

  .gradient.under-construction {
    background-position: 0 0, 50% 100%;
  }

  .gradient.under-construction._2 {
    position: relative;
  }

  .gradient.partners {
    background-position: 0 0, 55% 10%;
  }

  .gradient.service-area {
    background-position: 0 0, 55% 40%;
  }

  .gradient.our-work-project, .gradient.yosemite-church, .gradient.merced-residential-1, .gradient.jack-in-the-box-stockton, .gradient.wingstop-daly-city {
    background-position: 0 0, 50%;
  }

  .dropdownlink-container {
    justify-content: space-between;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .nav-menu {
    z-index: 1;
    border: 1px solid var(--gray);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    background-color: #141414e3;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    height: auto;
    box-shadow: 0 7px 10px -6px #0000004d;
  }

  .navbar {
    border: 1px none var(--dark-white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list {
    box-shadow: none;
    color: #0000;
    margin-top: 0;
    margin-left: 0;
    padding: 0 0 5px;
  }

  .dropdownwrapper {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .down {
    border: 1.5px solid var(--gray);
    cursor: pointer;
    border-radius: 8px;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Fa solid 900", sans-serif;
    font-size: 18px;
    display: flex;
    overflow: hidden;
  }

  .down:focus {
    border-left-color: var(--translucent);
  }

  .navlink {
    border-top: 1px solid var(--gray);
    color: var(--black-2);
    text-transform: uppercase;
    flex: 1;
    padding: 10px 15px;
    font-size: 16px;
  }

  .navlink:hover {
    text-decoration: none;
  }

  .navlink.w--current {
    padding: 10px 15px;
    text-decoration: none;
  }

  .navlink.sub {
    color: var(--white);
    flex: 1;
    padding: 7px 25px;
    font-weight: 300;
    display: block;
  }

  .navlink.sub:hover {
    background-color: #d6d6d6;
    text-decoration: none;
  }

  .dropdowncontainer {
    color: var(--black);
    background-color: #383838e8;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .nav-wrap {
    border-bottom: 0px solid var(--gray);
    flex: 1;
    align-items: center;
    padding-left: 5px;
    padding-right: 0;
  }

  .menu-button {
    border-right: 2px solid var(--dark-white);
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 85px;
    margin-bottom: .5px;
    padding: 6px;
    transition: all .225s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #000;
    border-bottom: 1px solid #000;
  }

  .icon-2 {
    color: #333;
    flex: 0 auto;
    margin-top: 10px;
    font-size: 34px;
  }

  .dropdown-innerlist {
    box-shadow: none;
    background-color: #0000;
    border: 0 solid #000;
    border-top: 1.5px solid red;
    border-radius: 0;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

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

  .logo.mobile {
    max-height: 40px;
    margin-left: 8px;
    display: inline-block;
  }

  .logo.desktop, .transition {
    display: none;
  }

  .transition_home-logo-wrapper {
    z-index: 10000;
    opacity: 0;
    padding: 9px;
  }

  .link-block-2 {
    background-color: #0e45aa;
    border: 1.8px solid red;
    border-radius: 30px;
    margin-top: 19px;
    margin-bottom: 19px;
    margin-right: 10px;
    padding: 2px 15px 2px 6px;
    text-decoration: none;
    display: inline-flex;
    position: relative;
  }

  .lottie-animation-4 {
    max-width: 40px;
    display: block;
  }

  .text-block {
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .image {
    width: 50%;
    margin-top: -25px;
    position: relative;
  }

  .section {
    min-height: auto;
    padding-bottom: 50px;
  }

  .container-2 {
    padding-top: 25px;
  }

  .hero-logo-desktop {
    display: none;
  }

  .text-block-2.bottom.footer-spacing {
    margin-top: 38px;
  }

  .link.underline.dark {
    color: var(--white);
  }

  .section-2 {
    min-height: 100vh;
    margin-top: -27px;
  }

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

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

  .text-span-2 {
    color: #3149ff;
  }

  .footer {
    font-size: 1.3vw;
  }

  .footer-logo-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .bottom-footer-split {
    align-items: center;
    height: 1em;
    margin-left: 1em;
    margin-right: 1em;
    display: flex;
  }

  .bottom-info-footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-wrap-footer {
    flex-direction: row;
    flex: none;
    align-items: center;
    margin-top: 2em;
  }

  .footer-main-wrap {
    flex-direction: column;
  }

  .wrap-half-footer-bottom {
    align-items: center;
  }

  .grid-footer {
    margin-top: 4em;
  }

  .section-5 {
    background-color: #3330;
    background-image: linear-gradient(#000000e0, #0000008a);
  }

  .container-6 {
    position: relative;
  }

  .hero-info.black.small {
    color: var(--dark-white);
  }

  .side-1.services {
    background-image: url("https://cdn.prod.website-files.com/668ca374b4a211c0cb6a502f/668d6da216a2c35ab254d703_Meced%20Residential%20Install-02.jpg");
    background-position: 50%;
  }

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

  .div-block-46 {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .lottie-animation-6 {
    filter: invert();
    height: 100%;
    position: relative;
  }

  .body-11 {
    background-color: var(--light-white);
  }

  .f-left-wrapper {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .f-custom-indicator-description {
    font-size: .6875rem;
  }

  .f-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .f-container.is--video-left {
    background-color: var(--white);
    background-color: var(--white);
    grid-template-columns: 1fr;
  }

  .f-steps-wrap.is--1 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .f-custom-indicator-icon {
    width: 1.375rem;
  }

  .f-custom-indicator {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 25%;
    padding: .8125rem;
  }

  .f-custom-indicator-title {
    font-size: .875rem;
  }

  .f-form.participate-in-lp {
    background-color: var(--white);
    background-color: var(--white);
  }

  .f-form-steps-item.is---1 {
    justify-content: flex-start;
    align-items: center;
  }

  .f-custom-indicator-wrapper {
    flex-direction: row;
    padding-top: 0;
    display: none;
  }

  .gif-image.bottom {
    border-radius: 11px;
  }

  .timeline-item.left-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dot._1 {
    background-color: var(--light-white);
    background-color: var(--light-white);
  }

  .text-center.relative {
    min-height: 10vh;
  }

  .thumb-thumb {
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
  }

  .text-span-9 {
    font-size: 13px;
  }

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

  .text-block-9, .text-block-10, .text-block-11 {
    position: relative;
  }

  .text-block-15, .text-block-16, .text-block-17, .text-block-18 {
    color: var(--dark-white);
  }

  .div-block-5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-21 {
    color: var(--dark-white);
  }

  .div-block-54 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    min-height: 100px;
    display: flex;
    position: relative;
  }

  .div-block-55 {
    border-style: none;
    border-width: 0 0 1px;
    border-color: var(--light-white);
    border-radius: 1px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 50%;
    height: 100%;
    padding: 21px;
    display: flex;
    position: relative;
  }

  .div-block-55._1-3 {
    border-color: var(--translucent);
    border-color: var(--translucent);
    flex: 0 auto;
    align-self: auto;
    width: 25%;
    min-height: 100%;
    display: block;
  }

  .image-18 {
    margin: 0;
    position: relative;
  }

  .section-8 {
    justify-content: space-between;
    align-items: stretch;
  }

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

  .axis-orange-image-wrap {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .div-block-57 {
    flex-flow: column;
    align-self: stretch;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .yosemite-blue-image-wrap, .merced-residential, .jack-in-the-box-red, .wingstop-green {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .hero-logo-mobile {
    height: 75px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .gradient {
    padding-top: 150px;
  }

  .gradient.custom {
    background-position: 0 0, 80%;
  }

  .gradient.under-construction._2 {
    padding-top: 159px;
  }

  .gradient.preventative-maintenance {
    background-position: 0 0, 30% 100%;
  }

  .gradient.repairs-and-emergencies {
    background-position: 0 0, 50% 100%;
  }

  .gradient.career-opportunities {
    background-position: 0 0, 65% 40%;
  }

  .down {
    width: auto;
  }

  .dropdowncontainer {
    display: none;
  }

  .nav-wrap {
    padding-left: 5px;
    padding-right: 0;
  }

  .menu-button {
    flex-flow: row;
    align-self: stretch;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }

  .text-block-2.bottom.dark {
    color: var(--black);
  }

  .section-2 {
    padding-top: 75px;
  }

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

  .image-3 {
    width: 75%;
  }

  .footer {
    padding-bottom: 15px;
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .footer-logo-wrap {
    margin-bottom: 3em;
    margin-right: 0;
  }

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

  .bottom-footer-split {
    margin-left: .9em;
    margin-right: .9em;
  }

  .bottom-info-footer-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .info-wrap-footer {
    flex-direction: column;
    margin-top: 0;
  }

  .footer-socials-wrapper {
    margin-bottom: 1em;
  }

  .footer-main-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }

  .wrap-half-footer-bottom {
    flex: none;
    margin-bottom: 1em;
  }

  .grid-footer {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1.75fr 1.5fr;
    display: none;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .bottomservices-tab-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-5 {
    background-position: 0 0, 44%;
  }

  .split-content-wrapper {
    flex-flow: column-reverse;
    order: 0;
    min-height: 70vh;
    display: flex;
  }

  .left-wrapper {
    background-image: none;
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
    flex: 1;
    height: 100%;
  }

  .right-wrapper {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    flex: 1;
  }

  .split-wrapper {
    flex-flow: column;
  }

  .split-wrapper.variation.flip, .split-wrapper.flip {
    flex-flow: column-reverse;
  }

  .split-wrapper.variation {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .split-wrapper.variation.flip, .split-wrapper.flip {
    flex-flow: column-reverse;
  }

  .side-1, .side-1.aerial, .side-1.custom, .side-1.maintenance, .side-1.maintenance-2, .side-1.repairs-and-maintenance, .side-1.opportunities-split, .side-1.services, .side-1.previous-work-compas-pointe, .side-1.aerial, .side-1.custom, .side-1.maintenance, .side-1.maintenance-2, .side-1.repairs-and-maintenance, .side-1.opportunities-split, .side-1.services, .side-1.previous-work-compas-pointe {
    width: 100%;
    min-height: 30vh;
  }

  .side-2, .side-2.variation, .side-2.variation {
    width: 100%;
  }

  .list {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-44 {
    min-width: 100%;
  }

  .heading {
    line-height: 41px;
  }

  .f-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-container.is--video-left {
    padding: .8rem 1.1rem;
  }

  .error-message-2 {
    margin-top: .25rem;
    line-height: 12px;
  }

  .gif-image {
    object-position: 50% 50%;
    height: 160px;
  }

  .timeline-item {
    height: 270px;
  }

  .timeline-content-wrapper {
    width: 45%;
    font-size: 12px;
  }

  .text-6em {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-50 {
    flex-flow: column;
    margin-bottom: 64px;
  }

  .contact-tab-wrapper {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .axis-orange-image-wrap, .yosemite-blue-image-wrap, .merced-residential, .jack-in-the-box-red, .wingstop-green {
    margin-left: 0;
    margin-right: 0;
    padding: 13px;
  }
}

@media screen and (max-width: 479px) {
  .gradient {
    padding-top: 120px;
  }

  .gradient.preventative-maintenance {
    background-position: 0 0, 38% 100%;
  }

  .gradient.career-opportunities {
    background-position: 0 0, 70% 40%;
  }

  .nav-menu {
    position: absolute;
  }

  .lottie-animation-3 {
    z-index: 2;
  }

  .image {
    width: 65%;
  }

  .content-background {
    height: 99vh;
  }

  .content-text.small, .content-text.smaller, .content-text.small, .content-text.smaller {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    font-size: 2.5vw;
  }

  .bottom-footer-split {
    margin-left: 1em;
    margin-right: 1em;
  }

  .bottom-footer-split.one {
    display: none;
  }

  .info-wrap-footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .wrap-half-footer-bottom {
    margin-bottom: 0;
  }

  .wrap-half-footer-bottom.top {
    flex-flow: column;
  }

  .grid-footer {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1.5fr;
  }

  .sponsor-cards {
    object-position: 0% 50%;
    position: relative;
  }

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

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

  .hero-hearing {
    font-size: 28px;
    line-height: 30px;
  }

  .list {
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-7.smaller {
    width: 45px;
  }

  .div-block-46 {
    background-position: 44%;
  }

  .lottie-animation-6 {
    width: auto;
  }

  .f-custom-indicator-description {
    display: none;
  }

  .f-container.is--video-left {
    padding: 0;
  }

  .f-custom-indicator-icon {
    width: 1.25rem;
  }

  .f-custom-indicator {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    padding: .75rem .25rem;
  }

  .f-custom-indicator-title {
    font-size: .75rem;
  }

  .f-input-field {
    font-size: 18px;
  }

  .f-form {
    padding-left: 0;
    padding-right: 0;
  }

  .f-form-steps-item.is---1 {
    width: 100vw;
  }

  .error-message-2 {
    right: 6%;
  }

  .f-form-input-wrapper {
    flex-wrap: wrap;
  }

  .f-form-input-wrapper.is---3 {
    grid-template-columns: 1fr;
  }

  .gif-image {
    height: 80%;
  }

  .timeline-text {
    font-size: 1.2em;
  }

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

  .container-8.flex-verticle {
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline-item {
    height: 220px;
  }

  .timeline-month {
    font-size: 1.7em;
  }

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

  .timeline-track {
    width: 7px;
  }

  .text-link {
    margin-top: 29px;
    margin-left: 20px;
  }

  .timeline-content-wrapper {
    grid-row-gap: 24vh;
  }

  .timeline-wrapper {
    width: 93%;
  }

  .slider {
    min-height: 55vh;
  }

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

  .div-block-55._1-3 {
    display: none;
  }

  .axis-orange-image-wrap {
    border-radius: 9px;
  }

  .mask {
    overflow: hidden;
  }

  .yosemite-blue-image-wrap, .merced-residential, .jack-in-the-box-red, .wingstop-green {
    border-radius: 9px;
  }

  .div-block-61 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-26 {
    font-size: 13px;
  }
}

#w-node-_5bc759aa-7b95-66da-d085-0ca18012332e-cb6a502a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5fa179a-b351-a3d5-74f0-3e552171116f-cb6a502a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_665c6a81-6628-9e71-f626-d58af7caa0e9-f7caa0e1, #w-node-_665c6a81-6628-9e71-f626-d58af7caa0f5-f7caa0e1, #w-node-_665c6a81-6628-9e71-f626-d58af7caa0ff-f7caa0e1, #w-node-_665c6a81-6628-9e71-f626-d58af7caa10d-f7caa0e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5bc759aa-7b95-66da-d085-0ca18012335c-cb6a502a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
