:root {
  --dark-slate-gray: #3d424a;
  --white-smoke: #f0f7f7;
  --37abc8: #37abc8;
  --334a52: #334a52;
  --white: white;
  --96afb8: #96afb8;
  --eee8a9: #eee8a9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 44px;
  display: inline-block;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 24px;
}

h5 {
  color: #ffd000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #3d424a;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
}

p {
  color: var(--dark-slate-gray);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.button {
  border: 2px solid var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--37abc8);
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 15px;
  margin-right: 10px;
  padding: 18px 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .5s, color .5s, border-color .5s;
  display: inline-block;
}

.button:hover {
  border-color: var(--334a52);
  background-color: var(--334a52);
  color: #fff;
}

.button.outlined {
  color: #fff;
  background-color: #0000;
}

.button.outlined:hover {
  background-color: #2cc77c;
  border-color: #2cc77c;
}

.button.green-outline {
  color: var(--white-smoke);
  background-color: #0000;
}

.button.green-outline:hover {
  background-color: var(--334a52);
  color: var(--white);
}

.header {
  background-color: var(--37abc8);
}

.large-title {
  color: var(--white-smoke);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: .9;
}

.navbar {
  background-color: #fff;
  height: 70px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 3px #0006;
}

.divider-line {
  background-color: #e4ebeb;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-line.light {
  opacity: .2;
}

.page-content {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.page-content.tint {
  background-color: #ebf2f2;
}

.container.centered {
  text-align: center;
}

.color-section {
  background-color: #20b36c;
  padding-top: 100px;
  padding-bottom: 100px;
}

.color-section.blue {
  background-color: var(--334a52);
  overflow: hidden;
}

.color-section.work {
  background-color: var(--334a52);
  text-align: center;
  padding-bottom: 0;
  overflow: hidden;
}

.footer {
  background-color: var(--dark-slate-gray);
  padding-top: 45px;
  padding-bottom: 45px;
}

.text-block {
  background-color: var(--white);
  border: 2px solid #ffffff4a;
  border-radius: 3px;
  align-items: stretch;
  margin-bottom: 19px;
  padding: 30px;
  transition: border-color .5s;
  display: flex;
}

.text-block:hover {
  border-color: #f0f7f7;
}

.icon-left-aligned {
  float: left;
  width: 100%;
}

.nav-link {
  color: var(--334a52);
  text-transform: uppercase;
  height: 70px;
  padding: 25px 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: background-color .5s, color .5s, border-color .5s;
}

.nav-link:hover {
  background-color: var(--37abc8);
  color: #fff;
}

.nav-link.w--current {
  color: var(--37abc8);
  border-bottom-color: #20b36c;
}

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

.title-block {
  text-align: center;
  margin-bottom: 30px;
}

.section-title {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.section-title._2 {
  color: var(--37abc8);
  text-transform: none;
  margin-top: 0;
  font-size: 23px;
  font-weight: 300;
  line-height: 25px;
}

.section-title.white {
  color: #fff;
  margin-bottom: 20px;
}

.all-paragraphs-white {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.contact-block {
  z-index: 1100;
  float: right;
  background-color: #2e333b;
  width: 350px;
  height: 100%;
  padding: 55px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
}

.hidden-content-section {
  background-color: #f0f7f7;
  padding-top: 50px;
  padding-bottom: 30px;
  transition: background-color .5s;
  overflow: hidden;
}

.hidden-content-section:hover {
  background-color: #dcf2f2;
}

.hidden-section {
  background-color: #3d424a;
  overflow: hidden;
}

.footer-flyout {
  z-index: 1200;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 250px;
  height: 40px;
  padding-top: 9px;
  padding-left: 25px;
  padding-right: 10px;
  position: fixed;
  bottom: 0;
  right: 55px;
}

.main-slide-navbar {
  opacity: .4;
  background-color: #0003;
  padding-top: 40px;
  padding-bottom: 50px;
}

.logo-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.logo-container:hover {
  background-color: #0000;
}

.pricing-block {
  background-color: #fff;
  border-radius: 3px;
  height: 600px;
  padding: 38px 40px 56px 50px;
}

.pricing-block.color {
  z-index: 1;
  background-color: #20b36c;
  position: relative;
}

.price-title {
  margin-bottom: 25px;
  font-size: 47px;
}

.price-title._2 {
  font-size: 20px;
}

.price-title._3 {
  opacity: .3;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
}

.overall-list {
  margin-top: 25px;
}

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

.icon-block {
  border: 3px solid #e4ebeb;
  border-radius: 200px;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  transition: border-color .5s, background-color .5s;
  display: block;
}

.icon-block:hover {
  border-color: #abb8b8;
}

.hidden-row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link {
  color: var(--37abc8);
  border-bottom: 2px solid #37abc833;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: border-radius .5s, color .5s, border-color .5s;
}

.link:hover {
  border-bottom-color: var(--37abc8);
}

.link.small {
  padding-bottom: 2px;
  font-size: 12px;
}

.circle-close-button {
  color: #282b30;
  background-color: #252629;
  border-radius: 99px;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  padding-left: 16px;
  padding-right: 16px;
  transition: background-color .5s;
  position: absolute;
  top: 23px;
  right: 17px;
}

.circle-close-button:hover {
  background-color: #000;
}

.field {
  border: 2px solid #fff;
  border-radius: 2px;
  height: 60px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.field:hover {
  border-color: #3d424a;
}

.field:focus {
  border-color: #169156;
}

.field.area {
  height: 130px;
  padding-top: 14px;
}

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

.h4-white {
  color: var(--334a52);
  margin-top: 0;
  padding-right: 50px;
  line-height: 1;
}

.hidden-signup-form {
  background-color: #20b36c;
  overflow: hidden;
}

.work-slider {
  background-color: #0000;
  margin-top: 50px;
  padding-left: 110px;
  padding-right: 110px;
}

.arrow-icon {
  border: 3px solid #fff3;
  border-radius: 99px;
  width: 50px;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-top: 10px;
  font-size: 25px;
  font-weight: 700;
}

.arrow-icon:hover {
  border-color: #ffffffb3;
}

.footer-text {
  color: var(--white-smoke);
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 1.1;
}

.footer-text.bold {
  font-weight: 700;
}

.pricing-feature {
  color: #758080;
  display: inline-block;
}

.pricing-feature.inactive {
  color: #d0dbdb;
  text-decoration: line-through;
}

.pricing-list-item {
  border-bottom: 2px solid #c9d4d44a;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-feature-white {
  color: #fff;
  display: inline-block;
}

.pricing-feature-white.inactive {
  opacity: .6;
  text-decoration: line-through;
}

.success-bg {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.success-text {
  opacity: .3;
  color: #fff;
  margin-top: 10px;
  font-size: 25px;
}

.error-bg {
  text-align: center;
  background-color: #b32025;
  border-radius: 3px;
  padding-top: 13px;
}

.navbar-container, .mobile-navbar-container {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.image {
  width: 220px;
}

.services-container {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.service-wrapper {
  flex-direction: column;
  align-items: center;
  width: 25%;
  margin-bottom: 30px;
  display: flex;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 850px;
  display: flex;
  position: relative;
}

.hero-container {
  width: 900px;
  padding-right: 370px;
  position: relative;
}

.product-logo {
  width: 200px;
  margin-right: 30px;
}

.product-text-wrapper {
  flex: 1;
}

.intro-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 50px;
  display: flex;
}

.service-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.h2-into-title {
  color: var(--white);
  margin-bottom: 30px;
  padding-right: 86px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.container-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block {
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.intro-logo {
  width: 350px;
  margin-bottom: 35px;
}

.paragraph {
  color: var(--white);
}

.footer-wrapper {
  width: 50%;
}

.footer-wrapper.right-hand-side {
  text-align: right;
}

.footer-container {
  justify-content: space-between;
  display: flex;
}

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

.testimonial-wrapper {
  color: var(--white-smoke);
  flex-direction: column;
  align-items: center;
  padding-left: 104px;
  padding-right: 104px;
  display: flex;
}

.paragraph-2 {
  color: var(--white-smoke);
  text-align: center;
  font-size: 18px;
  font-style: italic;
}

.paragraph-3 {
  color: var(--96afb8);
  font-size: 14px;
}

.hero-image-wrapper {
  object-fit: cover;
  width: 60%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-image {
  opacity: .34;
  width: 100%;
  height: 100%;
}

.gallery {
  display: flex;
}

.gallery-lightbox {
  width: 20%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.slider-wrapper {
  height: 600px;
}

.slider {
  height: 100%;
}

.intro-slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.facebook-logo {
  width: 150px;
}

.facebook-link {
  margin-top: 12px;
}

.pndlink {
  opacity: .2;
  color: var(--white-smoke);
  text-decoration: none;
  transition: opacity .2s;
}

.pndlink:hover {
  opacity: 1;
}

.utility-page-wrap {
  background-color: var(--37abc8);
  color: var(--white-smoke);
  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;
}

html.w-mod-js [data-ix="display-none-contact-block"] {
  opacity: 1;
  display: none;
  transform: translate(200px);
}

html.w-mod-js [data-ix="display-none-navbar"] {
  display: none;
}

html.w-mod-js [data-ix="fade-in-from-left"], html.w-mod-js [data-ix="fade-in-from-left-slow"] {
  opacity: 0;
  transform: translate(-75px);
}

html.w-mod-js [data-ix="fade-in-from-right"], html.w-mod-js [data-ix="fade-in-from-right-slow"] {
  opacity: 0;
  transform: translate(70px);
}

html.w-mod-js [data-ix="title-fade-in"], html.w-mod-js [data-ix="title-fade-in-2"], html.w-mod-js [data-ix="title-fade-in-3"], html.w-mod-js [data-ix="title-fade-in-4"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="title-fade-in-5"] {
  opacity: 0;
  transform: translate(30px);
}

html.w-mod-js [data-ix="divider-grow"] {
  width: 0;
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="fade-in-scroll"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="display-none-contact-block-2"] {
  opacity: 1;
  display: none;
  transform: translate(200px);
}

@media screen and (max-width: 991px) {
  h4, h5 {
    font-size: 23px;
  }

  p {
    font-size: 15px;
    line-height: 23px;
  }

  .large-title {
    font-size: 75px;
  }

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

  .color-section.blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .color-section.work {
    padding-top: 70px;
  }

  .text-block {
    margin-bottom: 10px;
    padding: 32px;
  }

  .nav-link {
    color: #fff;
    background-color: #31363d;
    border-bottom: 2px solid #0000;
    width: 100%;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-link:hover {
    background-color: var(--37abc8);
    border-bottom-color: #1ca362;
  }

  .nav-link.w--current {
    color: #fff;
    background-color: #20b36c;
    border-bottom-color: #20b36c;
  }

  .section-title {
    font-size: 35px;
  }

  .all-paragraphs-white {
    font-size: 15px;
    line-height: 23px;
  }

  .logo-container {
    margin-left: -25px;
  }

  .price-title {
    font-size: 35px;
    line-height: 18px;
  }

  .work-slider {
    height: 320px;
  }

  .menu-icon {
    font-size: 35px;
  }

  .menu-button {
    width: 70px;
    height: 70px;
    margin-right: -20px;
    padding-top: 17px;
    transition: background-color .5s, color .5s;
  }

  .menu-button:hover {
    background-color: var(--37abc8);
    color: #fff;
  }

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

  .nav-menu-container {
    background-color: #31363d;
    flex-direction: column;
    margin-bottom: 15px;
    padding-top: 21px;
    padding-bottom: 22px;
    display: flex;
    box-shadow: 0 2px 3px #0006;
  }

  .hero-wrapper {
    height: 600px;
  }

  .hero-container {
    padding-top: 80px;
    padding-left: 75px;
    padding-right: 10px;
  }

  .product-logo {
    width: 170px;
  }

  .intro-content-wrapper {
    margin-left: 30px;
    padding-right: 23px;
  }

  .h2-into-title {
    padding-right: 213px;
  }

  .intro-logo {
    width: 250px;
  }

  .testimonial-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-image-wrapper {
    width: 90%;
  }

  .gallery-lightbox {
    height: 200px;
  }

  .slider-wrapper {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .large-title {
    font-size: 55px;
  }

  .navbar {
    height: 55px;
  }

  .page-content {
    padding: 40px 30px;
  }

  .color-section.blue {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer {
    padding-left: 24px;
  }

  .text-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
  }

  .icon-left-aligned {
    margin-left: -5px;
  }

  .nav-link {
    padding: 10px 30px;
  }

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

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

  .hidden-content-section {
    padding-bottom: 20px;
  }

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

  .logo-container {
    height: 55px;
    margin-left: 0;
  }

  .pricing-block {
    height: 615px;
    padding: 20px;
  }

  .price-title {
    font-size: 31px;
  }

  .price-title._2 {
    font-size: 17px;
    line-height: 14px;
  }

  .price-title._3 {
    font-size: 13px;
    line-height: 13px;
  }

  .icon-block {
    width: 100px;
    height: 100px;
    padding: 8px;
  }

  .hidden-row {
    padding: 30px 30px 20px;
  }

  .h4-white {
    padding-right: 0;
  }

  .slider-text-block {
    display: none;
  }

  .overall-column {
    padding-bottom: 30px;
  }

  .work-slider {
    height: 230px;
    margin-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-text._50 {
    text-align: left;
  }

  .price-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    width: 55px;
    height: 55px;
    margin-right: 0;
    padding-top: 9px;
    padding-left: 10px;
  }

  .menu-button.w--open {
    width: 55px;
    height: 55px;
    padding-top: 9px;
    padding-left: 10px;
  }

  .nav-menu-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image {
    width: 190px;
  }

  .service-wrapper {
    margin-bottom: 20px;
  }

  .hero-wrapper {
    height: 400px;
  }

  .hero-container {
    padding-top: 135px;
    padding-left: 30px;
  }

  .product-logo {
    width: 150px;
    margin-bottom: 20px;
  }

  .intro-content-wrapper {
    margin-left: 0;
  }

  .service-title {
    font-size: 15px;
  }

  .h2-into-title {
    padding-right: 56px;
  }

  .intro-logo {
    display: none;
  }

  .footer-wrapper {
    width: 100%;
  }

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

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

  .testimonial-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .gallery-lightbox {
    width: 100%;
    height: 300px;
  }

  .slider-wrapper {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding: 11px 15px;
    font-size: 14px;
  }

  .large-title {
    font-size: 40px;
  }

  .page-content, .color-section.blue {
    padding-left: 25px;
    padding-right: 25px;
  }

  .icon-left-aligned {
    height: 60px;
  }

  .nav-link, .title-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-title {
    font-size: 25px;
    line-height: 30px;
  }

  .section-title._2 {
    font-size: 20px;
    line-height: 25px;
  }

  .contact-block {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hidden-content-section {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footer-flyout {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .pricing-block {
    height: 530px;
  }

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

  .pricing-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hidden-row {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .work-slider {
    height: 280px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .price-column {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 170px;
  }

  .service-wrapper {
    width: 40%;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-wrapper {
    height: 550px;
  }

  .hero-container {
    padding-top: 120px;
    padding-left: 14px;
  }

  .h2-into-title {
    padding-right: 110px;
  }

  .footer-wrapper {
    padding-right: 56px;
  }

  .gallery-lightbox {
    height: 250px;
  }
}

#w-node-f6240641-e02a-55dc-84fc-d2f452049324-0dd23b92 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7c2fd276-9ce3-c13a-a673-3c6f37331fe1-0dd23b92 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_5cfd2bd4-a6b8-a6ca-c17d-c5f584a96aa6-0dd23b92 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f6240641-e02a-55dc-84fc-d2f452049324-0dd23b92 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7c2fd276-9ce3-c13a-a673-3c6f37331fe1-0dd23b92 {
    grid-area: 3 / 1 / 4 / 3;
  }
}


