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

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: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

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

.header {
  background-image: linear-gradient(#000000bd, #000000bd), url('../images/woman-praying-free-bird-enjoying-nature-sunset-background-hope-concept-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 700px;
  margin-top: -90px;
  padding: 117px 0 0 83px;
  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;
  max-width: none;
  margin-top: 89px;
  margin-right: -146px;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 50px;
  font-family: Libre Franklin, sans-serif;
  font-size: 63px;
  font-weight: 800;
  line-height: 69px;
}

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

.paragraph {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #514f4f;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.button {
  color: #fff;
  background-color: #424242;
  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: #555;
}

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

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

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

.button.contact {
  margin-top: 27px;
  margin-bottom: 35px;
}

.container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1170px;
  display: flex;
  position: relative;
}

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

.container.cc-cta {
  display: flex;
}

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

.container.cc-footer.yt {
  flex-direction: row;
  align-items: center;
  max-width: none;
}

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

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

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

.container.cc-contact.cc {
  flex-direction: column;
  align-items: stretch;
}

.container.ttr {
  flex-direction: column;
  align-items: center;
  max-width: none;
}

.features {
  background-image: linear-gradient(#fffffff7, #fffffff7), url('../images/square-zen-sand-background-mindfulness-concept.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 86px 30px 117px;
  display: flex;
}

.h2 {
  color: #3b3939;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.h2.cc-center {
  color: #504e4e;
  margin-bottom: 0;
  padding-left: 26px;
  padding-right: 26px;
  font-weight: 400;
}

.h2.cc-2-rows {
  text-align: left;
  margin-bottom: 25px;
  font-size: 18px;
}

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

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

.h2.fd {
  margin-top: 63px;
  margin-bottom: 48px;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

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

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

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

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

.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(--medium-sea-green);
  margin-bottom: 0;
}

.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;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  width: 100%;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

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

.slide {
  background-image: url('../images/happy-woman-enjoying-idyllic-nature-celebrating-freedom-rising-her-arms.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('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.about {
  background-color: #fafafa;
  background-image: linear-gradient(#fff, #fff), url('../images/square-zen-sand-background-mindfulness-concept.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 81px 30px 39px;
  display: flex;
}

.link {
  color: var(--medium-sea-green);
  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-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

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

.premium {
  background-color: #fafafa;
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/sand-wave-nature-textured-background-wellness-concept.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 48px 30px 104px;
  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: none;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  max-width: 425px;
  margin-right: 99px;
  padding-left: 43px;
}

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

.row {
  flex: 1;
  margin-bottom: 40px;
  display: flex;
}

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

.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;
  display: flex;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

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

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.footer {
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 47px 30px 0;
  display: flex;
}

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

.footer-column.cc-footer {
  flex-direction: column;
  width: 40%;
  padding-left: 28px;
}

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

.footer-links-list {
  flex-direction: column;
  padding-right: 65px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  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%;
  margin-top: -46px;
  margin-left: 42px;
  padding-top: 2px;
  padding-left: 16px;
  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%;
}

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

.premium-banner {
  background-image: url('../images/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;
}

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

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

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  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;
}

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

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

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.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;
}

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

.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;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.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: stretch;
  width: 100%;
  padding: 120px 30px 109px;
  display: block;
}

.contact-info {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 25px;
  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;
  align-items: center;
  width: auto;
  margin-left: 18px;
  text-decoration: none;
  display: flex;
}

.contact-info-text.cc-text-black.email {
  margin-left: -10px;
}

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

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  margin-top: 28px;
  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;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.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;
}

.column {
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.image-3 {
  border-radius: 20px;
  padding-right: 0;
}

.image-4 {
  border-radius: 18px;
}

.image-5 {
  border-radius: 20px;
  margin-top: 58px;
}

.image-6 {
  border-radius: 20px;
}

.section {
  background-image: url('../images/man-jumping-impossible-possible-cliff-sunset-background-business-concept-idea.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 650px;
}

.section._22 {
  background-image: url('../images/strong-seedling-growing-center-trunk-cut-stumps-tree-new-life.jpg');
  background-position: 50%;
}

.section._22._33 {
  background-image: url('../images/portrait-woman-customer-service-worker.jpg');
}

.section._44 {
  background-image: url('../images/silhouette-holding-sun.jpg');
  margin-bottom: -361px;
}

.section._55 {
  background-image: url('../images/composite-image-girl-white-dress-floating-air.jpg');
}

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

.div-block.cvf {
  flex-direction: column;
}

.section-2 {
  margin-top: -360px;
}

.ee {
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
}

.container-2 {
  background-color: #fff;
  flex-direction: column;
  height: 293px;
  padding: 29px 18px 22px 25px;
  display: flex;
  box-shadow: 1px 1px 5px -1px #000;
}

.columns {
  margin-top: -64px;
}

.column-2 {
  background-image: url('../images/red-wooden-cube-with-person-icon-stand-out-from-crowd-blue-background-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  height: 600px;
}

.column-3 {
  background-image: url('../images/young-girl-have-fun-wheat-field.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 800px;
}

.column-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 4px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 35px;
  display: flex;
}

.column-5 {
  background-image: url('../images/woman-praying-free-bird-enjoying-nature-sunset-background-hope-concept-1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  height: 500px;
}

.column-6 {
  background-image: url('../images/two-friends-helping-each-other-with-teamwork-trying-reach-top-mountains.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  height: 400px;
}

.columns-2 {
  margin-top: 68px;
}

.column-7 {
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 0;
  padding-right: 59px;
  display: flex;
}

.image-7 {
  margin-top: -7px;
}

.column-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  padding-left: 39px;
  display: flex;
}

.column-9 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  padding-right: 45px;
  display: flex;
}

.form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.columns-3 {
  margin-top: 87px;
}

.column-10 {
  margin-top: -26px;
}

.columns-4 {
  margin-bottom: 67px;
}

.italic-text {
  color: #0c0c0c;
  font-style: normal;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 49px;
  display: flex;
}

.heading, .text-block-2 {
  text-align: center;
}

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

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 71px;
  display: flex;
}

.html-embed {
  margin-top: -96px;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 34px;
  text-decoration: none;
  display: flex;
}

.column-11 {
  padding-left: 40px;
}

.column-11.gfn {
  padding-left: 18px;
  font-size: 17px;
}

.bold-text {
  font-size: 63px;
  line-height: 74px;
}

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

.image-9 {
  margin-left: 36px;
}

.image-10 {
  margin-left: 22px;
}

.image-11 {
  margin-left: 49px;
}

.bold-text-2.bg {
  font-size: 28px;
}

.image-12 {
  margin-left: 18px;
}

.columns-5 {
  margin-top: -44px;
}

.heading-5 {
  margin-bottom: 5px;
}

.text-span-2 {
  color: #000;
  font-size: 21px;
}

.bold-text-3 {
  font-size: 17px;
}

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

@media screen and (min-width: 1920px) {
  .header {
    justify-content: flex-end;
    align-items: flex-end;
    height: auto;
    display: block;
  }

  .paragraph {
    font-size: 29px;
  }

  .h2.cc-2-rows {
    margin-top: 53px;
  }

  .contact-intro {
    flex-direction: row;
  }

  .column-5 {
    height: 600px;
  }

  .columns-3 {
    margin-top: 99px;
  }

  .column-10 {
    justify-content: center;
    align-items: center;
    margin-top: -5px;
    display: flex;
  }
}

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

  .header {
    height: 600px;
    padding-top: 86px;
    padding-left: 49px;
    padding-right: 0;
  }

  .bullet {
    display: none;
  }

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

  .header-content {
    margin-top: 104px;
    margin-right: 0;
  }

  .h1 {
    padding-right: 0;
    font-size: 47px;
    line-height: 55px;
  }

  .paragraph.cc-gray {
    margin-top: 7px;
    margin-bottom: 22px;
    font-size: 15px;
  }

  .button {
    margin-top: 30px;
  }

  .container.cc-footer.yt {
    align-items: center;
  }

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

  .h2.cc-2-rows {
    text-align: center;
    margin-bottom: 7px;
    line-height: 25px;
  }

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

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

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

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

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

  .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;
  }

  .footer {
    flex-direction: row;
    margin-top: -3px;
  }

  .link-footer {
    font-size: 11px;
  }

  .footer-social {
    width: 10%;
    margin-top: -51px;
  }

  .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%;
  }

  .premium-image-container {
    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: #474747;
    margin-top: 27px;
    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 {
    background-color: var(--medium-sea-green);
  }

  .menu-button.w--open {
    background-color: #8530dd;
  }

  .section {
    background-position: 100%;
  }

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

  .div-block.cvf {
    margin-bottom: 18px;
  }

  .container-2 {
    height: 301.016px;
  }

  .column-2 {
    height: 750px;
  }

  .column-3 {
    height: 1200px;
  }

  .column-4 {
    height: 700px;
  }

  .column-5 {
    background-position: 50%;
    height: 700px;
  }

  .column-7 {
    justify-content: center;
    padding-top: 0;
  }

  .column-8 {
    align-items: flex-start;
    height: auto;
  }

  .column-9 {
    height: auto;
  }

  .bold-text {
    font-size: 48px;
    line-height: 39px;
  }

  .image-9 {
    margin-left: 27px;
  }

  .columns-5 {
    width: auto;
    margin-top: -50px;
    margin-left: 13px;
  }
}

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

  .navigation-links {
    display: none;
  }

  .header-content {
    margin-top: 40px;
  }

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

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

  .paragraph {
    font-size: 24px;
  }

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

  .features {
    padding-top: 60px;
  }

  .h2.cc-2-rows {
    text-align: left;
  }

  .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;
  }

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

  .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 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .link-footer {
    font-size: 14px;
  }

  .footer-social {
    justify-content: center;
    align-items: center;
    margin-top: 33px;
    margin-left: 0;
  }

  .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%;
  }

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

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .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: 65px 15px 80px;
  }

  .contact-info {
    flex-direction: column;
  }

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

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

  .contact-info-text.cc-text-black.email {
    margin-left: 0;
  }

  .nav-menu {
    background-color: #474747;
  }

  .column {
    background-image: url('../images/laurence-Mazenot-1.bmp');
    background-position: 50% 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 650px;
    margin-top: 123px;
    display: flex;
  }

  .section {
    background-position: 50%;
  }

  .section._55 {
    background-position: 0%;
  }

  .div-block {
    flex-direction: column;
    margin-bottom: 47px;
  }

  .div-block.gfds {
    margin-bottom: 26px;
  }

  .container-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 36px;
  }

  .column-2 {
    height: 500px;
    margin-bottom: 42px;
  }

  .column-3 {
    height: 500px;
    margin-top: 56px;
  }

  .column-4 {
    justify-content: flex-start;
    height: auto;
    padding-left: 35px;
  }

  .column-5 {
    height: 500px;
    margin-bottom: 43px;
  }

  .columns-2 {
    margin-top: 0;
  }

  .column-7 {
    height: auto;
    margin-top: 66px;
    padding-top: 16px;
    padding-right: 10px;
  }

  .image-7 {
    margin-left: -10px;
  }

  .column-8 {
    padding-left: 10px;
  }

  .columns-3 {
    margin-top: 17px;
    margin-bottom: 0;
  }

  .column-10 {
    margin-top: 73px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .columns-4 {
    margin-bottom: 11px;
  }

  .column-11 {
    text-align: center;
    padding-left: 10px;
  }

  .heading-2 {
    font-size: 27px;
  }

  .column-12 {
    text-align: center;
    margin-top: 33px;
  }

  .column-13, .column-14 {
    text-align: center;
  }

  .image-9 {
    margin-left: 22px;
  }

  .image-11 {
    margin-left: 34px;
  }

  .image-12 {
    margin-left: 23px;
  }

  .columns-5 {
    margin-left: 0;
  }

  .image-13 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    width: 100%;
    padding-left: 16px;
  }

  .navigation-container {
    height: 60px;
  }

  .header {
    height: auto;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 0;
  }

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

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

  .container.cc-footer.yt {
    flex-wrap: wrap-reverse;
  }

  .features {
    padding-left: 19px;
    padding-right: 19px;
  }

  .h2 {
    text-align: left;
    font-size: 19px;
    line-height: 30px;
  }

  .h2.cc-center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2.fd {
    font-size: 19px;
  }

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

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

  .body {
    padding-left: 0;
  }

  .premium {
    padding: 38px 12px 59px;
  }

  ._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 {
    padding-bottom: 0;
  }

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

  .footer-column.cc-footer {
    padding-left: 0;
  }

  .text-footer-credits {
    text-align: center;
  }

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

  .footer-social {
    width: 50%;
    padding-left: 12px;
  }

  .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;
  }

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

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

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

  .faq {
    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 {
    padding-bottom: 80px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-info {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -36px;
  }

  .contact-info-row {
    margin-right: 0;
  }

  .contact-info-text.cc-text-black, .contact-info-text.cc-text-black.email {
    margin-left: 7px;
  }

  .nav-menu {
    background-color: #474747;
  }

  .menu-button {
    margin-top: 15px;
  }

  .column {
    height: 500px;
    margin-top: 105px;
  }

  .section {
    background-position: 50%;
    height: 500px;
  }

  .section._22 {
    background-position: 65%;
  }

  .section._22._33 {
    background-position: 50%;
  }

  .section._44 {
    height: 600px;
  }

  .section._55 {
    background-position: 20%;
    height: 450px;
  }

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

  .div-block.gfds {
    margin-bottom: 22px;
  }

  .div-block.cvf {
    margin-bottom: 19px;
  }

  .column-2 {
    height: 400px;
  }

  .column-3 {
    height: 280px;
  }

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

  .column-5 {
    height: 400px;
  }

  .image-7 {
    margin-bottom: 66px;
    margin-left: 0;
  }

  .column-8 {
    padding-left: 10px;
  }

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

  .column-10 {
    margin-top: 21px;
  }

  .html-embed {
    margin-top: -57px;
  }

  .bold-text {
    font-size: 43px;
  }

  .heading-2 {
    font-size: 19px;
  }

  .image-8 {
    margin-top: 7px;
    margin-left: 13px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .image-9 {
    margin-left: 28px;
  }

  .heading-4 {
    margin-bottom: 7px;
    font-size: 30px;
  }

  .image-10 {
    margin-left: 30px;
  }

  .image-11 {
    margin-left: 38px;
  }

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

  .columns-5, .image-14 {
    margin-left: 0;
  }

  .image-15 {
    margin-top: 10px;
  }

  .form-txt {
    text-align: center;
  }
}


