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

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

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

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fdfbfb;
  background-clip: border-box;
  border: 1px #000;
  padding: 80px 10px 86px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  height: 500px;
  opacity: 1;
  outline-offset: 0px;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #fdfbfb;
  border: 1px solid #2e80b6;
  border-radius: 10px;
  outline: 2px solid #69b9ff;
  padding: 15px 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  box-shadow: 1px 1px 3px #000, 4px 4px 3px #fdfbfb;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: linear-gradient(#30ad64, rgba(46, 157, 255, .22)), url('../images/thumbnailer.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, 1900px 650px;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  border-top: 1px solid #69b9ff;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
  display: block;
  position: static;
}

.hero-heading {
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-shadow: 8px 8px 9px #25ccbf;
  white-space: normal;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
}

.hero-subheading {
  color: #2e9dff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #676770;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  border: 0 solid #000;
  border-radius: 3px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer1 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer1.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  width: 75%;
  height: 200px;
  opacity: 1;
  outline-offset: 0px;
  background-color: rgba(105, 185, 255, .2);
  border: 10px #fff;
  border-radius: 0%;
  outline: 3px #101011;
  margin: 0 auto;
  padding: 0;
  display: block;
  overflow: visible;
}

.info-icon {
  width: 20px;
  height: auto;
  float: left;
  display: inline-block;
  overflow: auto;
}

.footer-link {
  color: #668cad;
  text-align: left;
  border: 1px #000;
  align-items: flex-start;
  margin-bottom: 6px;
  margin-left: 30px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  text-align: left;
  border: 1px #000;
  border-bottom: 2px solid #69b9ff;
  margin-bottom: 6px;
  margin-left: 30px;
  padding-bottom: 10px;
  display: block;
  position: static;
}

.footer-link-wrapper {
  text-align: left;
  margin-top: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

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

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

.form {
  margin-top: 40px;
}

.paragraph {
  color: #676770;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
}

.heading {
  color: #676770;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.paragraph-2 {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
}

.section-2 {
  background-color: #fff;
}

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

.body {
  color: #101011;
  text-align: center;
  margin-top: 0;
}

.section-3 {
  background-color: #fff;
}

.textarea {
  display: block;
}

.block-quote {
  border-left-style: none;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 40px;
  position: static;
}

.italic-text-2 {
  color: #676770;
  text-align: right;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.section-4 {
  height: 600px;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/invigor_butterfly.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1500px 1000px;
  background-attachment: scroll;
  background-clip: border-box;
  padding-top: 200px;
  padding-bottom: 200px;
  display: block;
  overflow: visible;
}

.bold-text {
  color: #676770;
  letter-spacing: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.bold-text-2 {
  color: #676770;
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-2 {
  letter-spacing: 0;
  text-transform: none;
}

.text-block {
  color: #676770;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.italic-text-3 {
  font-size: 20px;
  font-style: normal;
}

.text-block-2 {
  color: #676770;
  font-style: italic;
}

.section-5 {
  height: auto;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #ebeef1;
  background-image: url('../images/invigorbackground.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border-bottom: 1px solid #3b99d9;
  padding: 38px 0 73px 10px;
}

.section-5.centered {
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fdfbfb;
  background-image: none;
  background-clip: border-box;
  border: 1px #000;
  outline: 3px #101011;
  padding-bottom: 20px;
  padding-right: 10px;
}

.section-6 {
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #fdfbfb;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #101011;
  padding-top: 60px;
  padding-bottom: 20px;
}

.heading-3 {
  color: #676770;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 300;
}

.heading-4 {
  color: #535557;
  text-align: left;
  margin-bottom: 10px;
}

.text-block-3 {
  text-align: left;
  padding-bottom: 20px;
}

.paragraph-3 {
  color: #070707;
  text-align: left;
  letter-spacing: 1px;
  font-size: 16px;
}

.paragraph-4 {
  font-size: 18px;
  font-weight: 400;
}

.columns {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 0;
}

.column {
  padding-left: 15px;
  padding-right: 15px;
}

.heading-5 {
  color: #0d0d0e;
  font-size: 15px;
}

.image {
  margin-top: 20px;
}

.container {
  background-color: rgba(248, 242, 242, 0);
}

.text-block-4 {
  width: 540px;
  height: 25px;
  color: #69b9ff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 25px;
  position: relative;
  top: 35px;
  left: auto;
}

.section-7 {
  -webkit-text-fill-color: inherit;
  background-color: #fdfbfb;
  background-clip: border-box;
  margin-bottom: 0;
  padding: 20px 10px 0;
}

.heading-6 {
  color: #676770;
  letter-spacing: 7px;
  font-family: PT Serif, serif;
  font-size: 45px;
  font-weight: 400;
}

.paragraph-5 {
  width: auto;
  min-width: 0;
  float: none;
  clear: both;
  color: #676770;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 20px 180px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block-5 {
  color: #676770;
  padding-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.div-block {
  width: 50%;
  height: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: block;
  position: static;
}

.section-8 {
  padding: 40px 10px;
}

.heading-7 {
  color: #676770;
  text-align: left;
  font-family: Bad Script, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  padding: 15px;
}

.heading-8 {
  font-family: Droid Serif, serif;
}

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

.heading-9 {
  color: #676770;
  font-family: Bad Script, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-6 {
  color: #676770;
  padding-bottom: 60px;
  padding-left: 180px;
  padding-right: 180px;
  font-family: Droid Serif, serif;
  font-size: 20px;
}

.heading-10 {
  color: #676770;
  font-family: Bad Script, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-7 {
  color: #676770;
  padding-bottom: 60px;
  padding-left: 180px;
  padding-right: 180px;
  font-family: Droid Serif, serif;
  font-size: 20px;
}

.heading-11 {
  color: #676770;
  font-family: Bad Script, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-8 {
  color: #676770;
  padding-bottom: 60px;
  padding-left: 180px;
  padding-right: 180px;
  font-family: Droid Serif, serif;
  font-size: 20px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 10px;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  color: #676770;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.heading-12 {
  letter-spacing: 2px;
  font-size: 25px;
  font-weight: 400;
}

.text-block-6 {
  color: #676770;
  font-style: italic;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two {
  max-width: 820px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  width: 50%;
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 10px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
  height: 185px;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-13 {
  text-align: center;
  font-weight: 600;
}

.heading-14, .heading-15 {
  color: #676770;
  font-family: PT Serif, serif;
  font-size: 25px;
}

.paragraph-9 {
  color: #676770;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.columns-2 {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
}

.column-2 {
  padding-right: 10px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  color: #676770;
  margin-bottom: 24px;
  font-family: Droid Serif, serif;
  font-size: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.paragraph-10 {
  color: #676770;
  font-size: 25px;
  font-weight: 400;
}

.testimonial-image-left {
  background-color: #fdfbfb;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.margin-bottom-32px {
  color: #676770;
  text-transform: none;
  font-family: PT Serif, serif;
  font-size: 25px;
  font-weight: 700;
}

.testimonial-text-four {
  color: #676770;
  text-align: left;
  margin-bottom: 32px;
  font-family: PT Serif, serif;
  font-size: 20px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.heading-16 {
  color: #676770;
  font-family: PT Serif, serif;
  font-size: 25px;
}

.paragraph-11 {
  color: #676770;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-17 {
  color: #676770;
  font-family: Bad Script, sans-serif;
  font-size: 25px;
}

.paragraph-12 {
  color: #676770;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slide {
  background-image: url('../images/invigor_feeling.jpg');
  background-position: 0 0;
  background-size: cover;
}

.gallery-slider-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  background-color: rgba(0, 0, 0, 0);
}

.section-9 {
  height: 700px;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #69b9ff;
  background-image: url('../images/invigor_pic.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-top: 3px solid #69b9ff;
  border-bottom: 3px solid #69b9ff;
  padding-bottom: 0;
}

.div-block-3 {
  margin-top: 60px;
}

.container-5 {
  height: 200px;
}

.bold-text-3 {
  font-family: PT Serif, serif;
}

.testimonial-image-left-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-18 {
  color: #fdfbfb;
  letter-spacing: 5px;
  text-shadow: 8px 8px 9px #20ac99;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: PT Serif, serif;
  font-weight: 700;
}

.section-10 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#30ad64, #2e80b6 85%, #fff 100%, #184d2e);
  border: 0 #69b9ff;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-6 {
  margin-top: 60px;
}

.image-2 {
  height: 450px;
}

.paragraph-13, .paragraph-14 {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 400;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.heading-19 {
  color: #535557;
  text-align: left;
}

.text-block-7 {
  text-align: left;
}

.paragraph-15 {
  color: #070707;
  text-align: left;
  letter-spacing: 1px;
  font-size: 16px;
}

.container-7 {
  padding-bottom: 20px;
}

.section-11 {
  padding-top: 166px;
  padding-bottom: 0;
}

.paragraph-16 {
  color: #192024;
  font-size: 20px;
  font-weight: 400;
}

.container-8 {
  background-color: rgba(0, 0, 0, 0);
}

.section-12 {
  height: 300px;
  object-fit: fill;
  padding-bottom: 300px;
}

.image-3 {
  margin-top: 38px;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: rgba(255, 255, 255, .52);
  }

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

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three {
    margin-top: 40px;
  }
}

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

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .features-list, .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-heading-center, .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .team-slider, .gallery-slider-2, .hero-heading-left, .testimonial-image-left-2, .hero-subscribe-right {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .container-8 {
    padding-left: 16px;
  }

  .container-9 {
    margin-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .section {
    padding-top: 44px;
    padding-bottom: 35px;
  }

  .white-box {
    height: 720px;
  }

  .hero-section.centered {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .hero-heading {
    margin-bottom: 15px;
    padding-top: 20px;
  }

  .section-heading.centered {
    font-weight: 300;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 75%;
    padding: 0;
  }

  .block-quote {
    padding-bottom: 22px;
  }

  .section-6 {
    border: 1px #000;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4 {
    width: auto;
    height: auto;
    font-size: 14px;
  }

  .heading-6 {
    font-size: 40px;
  }

  .paragraph-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .paragraph-9 {
    letter-spacing: 3px;
    font-family: PT Serif, serif;
    font-size: 20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-11, .paragraph-12 {
    letter-spacing: 3px;
    font-family: PT Serif, serif;
    font-size: 20px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .section-9 {
    width: auto;
    height: 500px;
    object-fit: contain;
    background-position: 0 100%;
    background-size: cover;
  }

  .div-block-3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-18 {
    color: #fdfbfb;
    letter-spacing: 3px;
    text-shadow: 3px 3px 8px #fdfbfb;
    white-space: normal;
    font-size: 25px;
    font-weight: 400;
  }

  .section-10 {
    background-image: radial-gradient(circle at 50% 0, #30ad64, #184d2e 100%, #fff);
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-6 {
    margin-top: 50px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

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

  .bold-text-4 {
    font-size: 45px;
  }

  .section-11 {
    padding-top: 158px;
    padding-bottom: 26px;
  }

  .paragraph-16 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 18px;
  }

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

  .section-12 {
    height: 250px;
    padding-bottom: 133px;
  }

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

  .container-9 {
    margin-left: 0;
  }
}


