:root {
  --medium-sea-green: #284f9c;
  --black: black;
  --white: white;
  --bg-grey: #fafafa;
  --dark-grey: #b3b3b3;
  --dark-grey-2: #999;
  --sea-green: #48944f;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  background-color: #010007ba;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -90px;
  padding: 210px 30px 120px;
  display: flex;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  object-fit: contain;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 93px;
  padding-left: 0;
  display: block;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: -44px;
  margin-bottom: 38px;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.paragraph {
  color: #fff;
  margin-bottom: 93px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #7e7e7e;
  margin-bottom: 50px;
}

.paragraph.cc-gray.left {
  text-align: left;
}

.paragraph.abou {
  font-size: 24px;
  font-weight: 700;
}

.button {
  color: #fff;
  background-color: #ff0004;
  border-radius: 4px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #48944f;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-cta.w--current {
  background-color: #333ff1;
  width: 250px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.button.cc-cta.robot-but {
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.cc-cta.my-but {
  width: 250px;
  margin-top: 13px;
  margin-bottom: 13px;
  padding-left: 40px;
  padding-right: 40px;
}

.button.cc-cta.my-but.w--current {
  padding-left: 40px;
  padding-right: 40px;
}

.button.cc-cta.my-but.butop {
  background-color: var(--black);
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container-vid {
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -46px;
  margin-bottom: -14px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.container-vid.cc-center {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container-vid.cc-center.spexxs {
  margin-top: 35px;
}

.container-vid.cc-cta-vid {
  justify-content: center;
  align-items: center;
  padding-left: 66px;
  display: flex;
}

.container-vid.cc-cta-vid.robots {
  max-width: 1170px;
  padding-left: 0;
}

.container-vid.cc-footer {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-vid.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-vid.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-vid.cc-contact {
  display: flex;
}

.container-vid.speccont {
  margin-top: -50px;
  margin-bottom: -77px;
}

.container-vid.home {
  max-width: 1170px;
}

.container-vid.train3 {
  margin-top: -13px;
  margin-bottom: -78px;
}

.container-vid.contact {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 107px 30px 0;
  display: flex;
}

.h2 {
  color: #6e6e6e;
  text-align: left;
  max-width: 1170px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 40px 0 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-center {
  color: #000;
  text-align: justify;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2.solar {
  padding-top: 21px;
  padding-bottom: 21px;
}

.h2.skywashbold {
  color: red;
  font-weight: 400;
  line-height: 48px;
}

.h2.centre {
  text-align: center;
}

.h2.centre.hometitle {
  margin-top: 0;
  margin-bottom: -8px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 36px;
}

.h2.white {
  color: #fffefe;
}

.h2.cradles {
  text-align: justify;
  font-size: 36px;
  line-height: 44px;
}

.h2.bigger {
  font-size: 48px;
}

.h2-container {
  width: 70%;
  max-width: 1170px;
  margin-bottom: 90px;
  margin-right: 0;
  padding-right: 0;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-center.training, .h2-container.cc-center.fullwid {
  width: 100%;
}

.h2-container.cc-questions {
  margin-bottom: 20px;
}

.h2-container.cc-questions.spec_mess_cont {
  width: 100%;
}

.h2-container.cc-questions.home {
  width: 100%;
  margin-bottom: 119px;
}

.h2-container.cc-questions.fullwid, .h2-container.cc-questions.cradlestop {
  width: 100%;
}

.h2-container.specpage {
  width: 80%;
}

.h2-container.full {
  width: 100%;
}

.text-span {
  color: #000;
  text-align: center;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.text-span.t {
  color: #ff0004;
}

.text-span.skywash {
  text-align: left;
}

.text-span.skywash.bigger {
  font-size: 48px;
  line-height: 60px;
}

.text-span.solar {
  text-align: left;
}

.text-span.white {
  color: #000;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.h3.home {
  font-size: 18px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 17px;
  margin-bottom: -73px;
  padding: 16px 0 0;
  display: flex;
  position: relative;
}

.slider-section.homtab.homephonh {
  min-height: 0;
  margin-top: 100px;
  margin-bottom: 106px;
  padding-top: 0;
  padding-bottom: 53px;
  display: flex;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../jpg/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

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

.slide-2 {
  background-image: url('../jpg/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../jpg/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 203px 30px 115px;
  display: flex;
}

.link {
  color: red;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding: 7px 30px 63px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: #0000;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px 87px;
  display: flex;
}

.cta-line {
  background-color: #fff;
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #0a0e1a;
  justify-content: center;
  align-items: center;
  padding: 76px 30px 0;
  display: flex;
}

.footer-column {
  width: 50%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
}

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  margin-top: 51px;
  margin-left: 351px;
  padding-right: 64px;
  display: flex;
}

.link-footer {
  color: #585858;
  margin-top: 15px;
  margin-bottom: 51px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner-content {
  width: 57%;
  margin-left: auto;
  margin-right: auto;
  padding: 92px 0 0;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  background-image: url('../jpg/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--medium-sea-green);
  max-width: 370px;
  padding: 60px 50px;
}

.list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.list.stabwhy {
  padding-top: 73px;
  padding-bottom: 73px;
}

.list.stabwhy.oliver {
  padding-top: 72px;
  padding-bottom: 72px;
  font-size: 18px;
}

.list.stabwhy.training2 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.prem-cont {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.prem-cont.spexlist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 100%;
}

.container-quote.cradles, .container-quote.fully {
  width: 100%;
}

.block-quote {
  color: #000;
  border-left: 0 #0000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.block-quote.red {
  color: #ff0105;
  font-size: 20px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

._4-bulletsgrid {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 43px;
  padding: 120px 30px 42px;
  display: flex;
}

._4-bulletsgrid.cradlesp {
  margin-bottom: 13px;
  padding-top: 62px;
  padding-bottom: 0;
}

._4-bulletsgrid.cradlesp.solar {
  color: #000;
  padding-top: 101px;
}

._4-bulletsgrid.about {
  margin-top: 94px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

._4-bulletsgrid.about.careers {
  background-color: #284f9c;
  margin-top: -91px;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.central-statement {
  justify-content: center;
  align-items: center;
  margin-top: -181px;
  padding: 0 30px;
  display: flex;
}

.central-statement.main-statment {
  margin-top: 52px;
}

.central-statement.main-statment.lifts {
  margin-top: 42px;
  margin-bottom: 55px;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

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

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 30px;
  display: block;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 3px;
  text-indent: 20px;
  text-overflow: clip;
  column-count: auto;
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 4px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  position: relative;
}

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

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.background-video {
  width: auto;
  height: auto;
}

.heading {
  color: var(--medium-sea-green);
  font-family: Lato, sans-serif;
}

.heading-2 {
  color: #ff0004;
  font-family: Lato, sans-serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.container-vid-copy {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  margin-top: -32px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-vid-copy.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-vid-copy.cc-cta-vid {
  justify-content: center;
  align-items: center;
  padding-left: 66px;
  display: flex;
}

.container-vid-copy.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-vid-copy.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-vid-copy.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-vid-copy.cc-contact {
  display: flex;
}

.container-vid-copy.cc-cta-vid-copy {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.myvideo-watch {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.myvideo-watch.home {
  margin-top: 169px;
}

.myvideo-watch.home.wash {
  margin-top: 49px;
  margin-bottom: 77px;
}

.myvideo-watch.home.wah2 {
  margin-top: 58px;
}

.cta-column-copy {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.slider-2 {
  padding-top: 0;
  display: block;
}

.slide-4 {
  height: 100%;
  padding-bottom: 0;
  position: relative;
}

.mask {
  height: 687px;
  position: relative;
}

.cta-column-copy {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container {
  text-align: center;
  max-width: 100%;
  max-height: 687px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container.lotapics {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.lotapics.lifting {
  max-height: none;
  margin-top: 18px;
  margin-bottom: 76px;
  padding-bottom: 0;
  overflow: auto;
}

.slider01 {
  background-image: url('../jpg/crad-06.jpg');
  background-position: 50%;
  background-size: cover;
}

.myslider {
  justify-content: center;
  align-items: center;
  margin-top: 51px;
  margin-bottom: 263px;
  display: block;
}

.mask-2 {
  height: 450px;
}

.slide-5 {
  background-image: url('../jpg/crad-07.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../jpg/crad-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../jpg/crad-05.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../jpg/crad-04.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../jpg/crad01.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon-3 {
  overflow: visible;
}

.button-blue {
  background-color: #333ff1;
  display: inline-block;
  position: static;
}

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

.div-block.bphoto {
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-2 {
  margin-top: 0;
  margin-bottom: -13px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-3 {
  height: 100px;
}

.div-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.div-block-5 {
  margin-bottom: 72px;
}

.div-block-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
  padding-bottom: 44px;
}

.big-title {
  font-size: 45px;
}

.big-title.skyinsp {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  line-height: 60px;
}

.div-block-7 {
  text-align: center;
  padding-top: 26px;
  padding-bottom: 26px;
}

.section {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.products {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.products.spexpage {
  margin-bottom: 52px;
}

.container-2 {
  align-self: auto;
  width: 100%;
  max-width: 1170px;
  margin-left: 0;
  margin-right: 0;
}

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

.my-but {
  background-color: #284f9c;
  border-radius: 20px;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 15px 29px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.my-but.homey {
  background-color: #284f9c;
  margin-top: 0;
  margin-bottom: 0;
}

.my-but.homey.skybots {
  margin-left: 51px;
  margin-right: 51px;
  padding-left: 38px;
  padding-right: 38px;
}

.my-but.homey.skyblu {
  background-color: #284f9c;
}

.my-but.homey.skyblu:hover {
  background-color: #1c2d57;
}

.my-but.contform {
  margin-top: -1px;
  margin-bottom: -1px;
}

.my-but.contform.skyblu3 {
  background-color: #284f9c;
}

.smaller-images {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: 211px;
  padding-left: 49px;
  padding-right: 49px;
  display: flex;
}

.image-3 {
  vertical-align: middle;
  flex: 0 auto;
  align-self: auto;
}

.specs-div {
  text-align: left;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.lotapis {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -75px;
  margin-bottom: 338px;
  display: block;
}

.lotapis.photogrid.lift {
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.lotapis.photogrid.lift.training {
  margin-bottom: 522px;
}

.quick-stack {
  margin: 48px 48px 90px;
}

.image-4 {
  max-height: 440px;
}

.image-5 {
  max-width: 100%;
  max-height: 440px;
}

.image-6 {
  max-height: none;
}

.bold-text {
  text-align: left;
  font-size: 28px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-7 {
  flex: 0 auto;
}

.container-3 {
  max-width: 1170px;
}

.featureswash {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.image-8 {
  max-height: none;
}

.about-image {
  padding: 0;
  overflow: clip;
}

.robohomepage {
  margin-top: 61px;
}

.photogrid {
  padding: 60px 120px;
}

.section-2.robots {
  background-color: #284f9c;
  padding-top: 108px;
}

.section-2.robots.skyblu2 {
  background-color: #284f9c;
}

.image-9 {
  margin-left: 26px;
  padding-left: 0;
}

.contact-form {
  margin-top: 17px;
}

.form-block {
  width: 500px;
  max-width: none;
}

.form, .text-field-2 {
  max-width: none;
}

.field-label {
  margin-bottom: 1px;
  font-family: Lato, sans-serif;
}

.heading-4 {
  font-family: Lato, sans-serif;
}

.text-block-3 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.accredits {
  max-width: 75px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}

.container-4 {
  max-width: 1500px;
}

.home-photo {
  max-width: 25%;
  margin-bottom: 44px;
  padding-left: 16px;
  padding-right: 16px;
}

.about-headin {
  color: #fff;
  font-family: Lato, sans-serif;
}

.careers {
  color: #fff;
  margin-bottom: 57px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
}

.list-2 {
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
}

.cradleslist {
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.why-crads {
  background-color: #284f9c;
}

.container-5 {
  max-width: 1170px;
}

.monophotos {
  margin-top: 45px;
  margin-bottom: 54px;
}

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

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

.home-bot {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  height: 500px;
  max-height: none;
}

.code-embed {
  height: 700px;
}

.new-contact {
  padding-bottom: 180px;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .container-vid.cc-contact {
    flex-wrap: wrap;
  }

  .container-vid.contact {
    width: auto;
  }

  .h2 {
    font-size: 18px;
  }

  .h2.solar {
    padding-left: 57px;
  }

  .h2-container {
    width: auto;
  }

  .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider-section.ftab {
    margin-top: -63px;
    margin-bottom: -63px;
  }

  .slider-section.stab {
    margin-top: -37px;
    margin-bottom: -72px;
  }

  .slider-section.htabslider {
    margin-top: -48px;
  }

  .slider-section.homtab {
    margin-top: 55px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
  }

  .list.stabwhy {
    padding-bottom: 40px;
  }

  .list.htabsec {
    padding-bottom: 20px;
  }

  .prem-cont {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--medium-sea-green);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--medium-sea-green);
  }

  .container-vid-copy.cc-contact {
    flex-wrap: wrap;
  }

  .container-vid-copy.cc-cta-vid-copy {
    padding-left: 44px;
    padding-right: 44px;
  }

  .container.lotapics {
    max-width: 100%;
  }

  .div-block-6 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .smaller-images {
    width: 100%;
    margin-left: 0;
    padding-left: 120px;
    padding-right: 120px;
  }

  .lotapis.photogrid.lift {
    margin-bottom: 115px;
  }

  .container-3 {
    margin-left: 31px;
    margin-right: 31px;
  }

  .photogrid {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-2 {
    font-size: 14343px;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .paragraph.cc-gray {
    font-size: 14px;
  }

  .container-vid.cc-cta-vid, .container-vid.cc-footer {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .h3.home {
    font-size: 14px;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider-section.htabslider.hphoneslider {
    margin-top: -56px;
    margin-bottom: -27px;
  }

  .slider-section.homtab.homephonh {
    margin-bottom: 21px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
    padding-left: 31px;
    padding-right: 22px;
  }

  .list {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .prem-cont {
    margin-bottom: 90px;
  }

  .block-quote.sqdog {
    padding-bottom: 38px;
  }

  .central-statement {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .central-statement.main-statment.lifts {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

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

  .container-vid-copy.cc-cta-vid, .container-vid-copy.cc-footer, .container-vid-copy.cc-cta-vid-copy {
    flex-wrap: wrap;
  }

  .cta-column-copy {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .big-title.skyinsp {
    font-size: 32px;
  }

  .lotapis.photogrid.lift {
    margin-bottom: 109px;
  }

  .quick-stack {
    margin: -6px;
  }

  .photogrid {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .header {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .h2 {
    padding-right: 0;
    font-size: 16px;
    line-height: 30px;
  }

  .h2.cc-center {
    font-size: 18px;
  }

  .h2.skywashbold {
    line-height: 30px;
  }

  .text-span {
    font-size: 18px;
  }

  .text-span.solar {
    font-size: 16px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

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

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .list {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .prem-cont {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .block-quote {
    font-size: 18px;
  }

  ._4-bulletsgrid {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    width: 100%;
    padding-bottom: 80px;
  }

  .nav-menu {
    margin-bottom: 10px;
  }

  .menu-button {
    margin-bottom: 0;
  }

  .big-title {
    font-size: 28px;
  }

  .big-title.skyinsp {
    font-size: 28px;
    line-height: 40px;
  }

  .quick-stack {
    margin: -6px;
  }

  .featureswash {
    margin-bottom: -15px;
  }
}

#w-node-_92150bc3-d568-7fa7-f75e-1c0f69fee49a-69fee48e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_73c1a20b-2c58-8abf-a958-1697ab6354d3-05c23c40 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-fce38ff1-8944-4f3a-e0d6-e0029dff1849-e021aff4, #w-node-_1db5c697-e284-bb9a-c879-834472790582-91b32e5f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4e4aa2bb-a465-3fcb-a7e0-61299f2bd5ad-91b32e5f {
  grid-row: span 2 / span 2;
}

#w-node-_1db5c697-e284-bb9a-c879-834472790582-8f752781 {
  grid-template-rows: 0;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_25a2e84b-c6e6-79df-6be0-5594370dd607-1ff65607 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}


