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

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

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

.header {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 30px;
  display: block;
}

.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: 770px;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 78px;
  display: block;
}

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

.paragraph {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #999;
}

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

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

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

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

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

.container {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  padding-left: 20px;
  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-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;
}

.features {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 20px 60px;
  line-height: 20px;
  display: flex;
}

.h2 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-center {
  margin-bottom: 40px;
}

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

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

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

.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: #969696;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

.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;
  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/Pure_Cycles_Adventure_AL_IMG_6.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;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  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: #000;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 0 30px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: center;
  padding: 120px 30px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-menu {
  justify-content: center;
  align-items: center;
  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;
}

.text-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.h4 {
  letter-spacing: .3em;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  text-transform: none;
  column-count: auto;
  flex-flow: row;
  width: 100%;
  padding-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  display: block;
}

.text-block-3 {
  flex: 0 auto;
}

.bold-4 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  position: static;
}

.text-block-5 {
  align-self: center;
  width: 60%;
}

.image-3 {
  position: static;
}

.feature-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Pure_Cycles_Adventure_AL_IMG_6.jpg');
  background-position: 0 -100px;
  background-size: cover;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 500px;
  margin-top: 60px;
  padding-top: 20px;
  display: flex;
}

.div-block {
  width: 350px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 20px;
}

.text-block-6 {
  -webkit-text-stroke-width: 0px;
}

.div-block-white {
  outline-offset: -6px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  outline: 2px solid #333;
  width: 350px;
  margin-top: 20px;
  margin-left: 20px;
  padding: 20px;
}

.h5 {
  padding-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.section {
  padding: 60px;
}

.section-2 {
  outline-offset: 0px;
  outline: 3px #333;
  flex-flow: column;
  padding: 40px 20px;
  display: flex;
}

.div-block-2 {
  outline-offset: -6px;
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  outline: 2px solid #333;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 10px;
  display: block;
  position: absolute;
}

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

.div-block-4 {
  text-align: center;
  background-color: #fff;
  position: absolute;
}

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

.div-block-6 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.h1-black {
  color: #000;
  letter-spacing: -1px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 78px;
  display: flex;
}

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

.grid {
  grid-row-gap: 17px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-auto-flow: column;
  margin-left: 40px;
  margin-right: 40px;
}

.column, .column-2, .column-3 {
  text-align: center;
}

.text-white {
  color: #fff;
  text-align: center;
  background-color: #0000;
  font-family: Exo, sans-serif;
  font-size: 19px;
}

.spec-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 100px;
}

.code-embed {
  padding-left: 40px;
  padding-right: 40px;
}

.spec-cat-title {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.spec-data {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-title {
  color: #000;
  letter-spacing: -1px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 78px;
  display: flex;
}

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

.bold-5 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.bold-1 {
  color: #fff;
  letter-spacing: -1px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 78px;
  display: flex;
}

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

.button-2 {
  margin: 10px;
}

.geometry-title {
  padding: 10px 20px 10px 10px;
  font-weight: 700;
}

.text-block-7 {
  color: #fff;
  background-color: #000;
  font-weight: 700;
}

.image-4 {
  max-width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.hero {
  background-image: url('../images/Pure_Cycles_Adventure_AL_IMG_19.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-top: 0;
  padding: 210px 30px;
  display: flex;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 85px;
  display: flex;
}

.image-5 {
  max-width: 125px;
  margin-top: 0;
}

.div-block-9 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  order: 0;
  display: block;
  position: static;
}

.div-block-10 {
  justify-content: space-between;
  width: 150px;
  display: flex;
}

.div-block-11 {
  flex: none;
  order: 0;
  justify-content: flex-start;
  display: flex;
}

.div-block-12 {
  justify-content: space-between;
  width: 80px;
  display: flex;
}

.link-block {
  justify-content: flex-start;
  width: 150px;
  display: flex;
}

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

.container-copy {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  padding-left: 20px;
  display: block;
  position: relative;
}

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

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

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

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

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

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

.div-block-14 {
  flex-flow: row;
  justify-content: flex-start;
  width: 1200px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  order: 0;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  display: block;
  position: absolute;
}

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

.image-7 {
  order: 0;
  display: block;
}

.bold-text {
  background-color: #000;
  border: .5px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 34px;
  display: inline;
}

.section-3 {
  background-color: #000;
  justify-content: center;
  min-height: 300px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Exo, sans-serif;
  display: block;
}

.paragraph-2 {
  color: #a3a3a3;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  width: 60%;
  max-width: none;
  margin-left: 20px;
  margin-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  display: block;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-8 {
  object-fit: contain;
  display: block;
}

.image-9 {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: visible;
}

.section-4 {
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.section-5 {
  background-color: #000;
  display: block;
}

.div-block-17 {
  background-color: #222121;
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.div-block-18 {
  justify-content: center;
  width: 50%;
  max-height: none;
  display: flex;
  overflow: hidden;
}

.div-block-19 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  overflow: visible;
}

.heading-2 {
  color: #fff;
  font-family: Exo, sans-serif;
}

.text-block-9 {
  color: #9e9e9e;
  align-self: flex-start;
}

.text-block-10 {
  color: #a5a5a5;
  align-self: auto;
  max-width: 500px;
  font-family: PT Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.bold-text-2 {
  color: #d89c5b;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 1em;
  display: block;
}

.div-block-20 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Exo, sans-serif;
  display: flex;
}

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

.text-block-9-copy {
  color: #9e9e9e;
  align-self: flex-start;
}

.bold-text-3 {
  color: #d89c5b;
  font-size: 18px;
}

.text-block-11 {
  align-self: auto;
  max-width: none;
  display: block;
}

.div-block-22 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-height: none;
  display: flex;
}

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

.image-10 {
  object-fit: contain;
}

.div-block-24 {
  background-color: #222121;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.text-block-10-copy {
  color: #a5a5a5;
  align-self: auto;
  max-width: 500px;
}

.text-block-12 {
  color: #a5a5a5;
  max-width: 500px;
  font-family: PT Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.bold-text-4 {
  color: #d89c5b;
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}

.body-2 {
  background-color: #000;
}

.image-11 {
  align-self: auto;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  display: block;
  overflow: visible;
}

.text-block-column {
  color: #fff;
  flex: 1;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 17px;
}

.section-6 {
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-25 {
  border: .5px none var(--dark-grey-2);
  background-color: #222121;
  border-radius: 6px;
  margin: 10px;
  padding: 10px;
}

.text-block-13 {
  color: #a5a5a5;
  word-break: normal;
}

.section-7 {
  flex-flow: row;
  height: auto;
  margin-bottom: 40px;
  padding: 0 60px 40px;
  display: flex;
}

.div-block-26 {
  width: 60%;
}

.div-block-27 {
  width: 50%;
  padding: 20px;
}

.list {
  color: #fff;
  font-size: 14px;
}

.list-item {
  color: #fff;
  font-size: 12px;
}

.list-item-1 {
  color: #fff;
}

.bold-text-5 {
  color: #d89c5b;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 19px;
  display: block;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.text-block-14 {
  color: #fff;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 17px;
}

.button-4 {
  background-color: #1a9eeb;
  justify-content: flex-end;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 19px;
  display: inline-block;
}

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

.image-12 {
  align-self: center;
  width: 200px;
  margin-bottom: 20px;
}

.header-medium {
  color: #fff;
  letter-spacing: -1px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 78px;
  display: flex;
}

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

.container-2 {
  color: #a5a5a5;
  max-width: 1400px;
}

.text-block-15 {
  color: #000;
}

.text-block-16 {
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-30 {
  border: 1px #000;
  border-radius: 0;
  flex: 0 auto;
  max-width: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: block;
}

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

.text-block-17 {
  color: #020202;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
}

.section-8 {
  background-color: #bebebe;
  margin-bottom: 100px;
}

.image-13 {
  text-align: left;
  width: 150px;
}

.div-block-31 {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

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

  .bullet {
    display: none;
  }

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

  .h1 {
    align-self: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: var(--medium-sea-green);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

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

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

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

  .feature-2 {
    height: 400px;
  }

  .hero {
    background-position: 50%;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .image-8 {
    width: 100%;
    height: auto;
  }

  .section-4 {
    height: auto;
  }

  .image-10 {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .button-4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-29 {
    flex-flow: column;
    margin-top: 0;
  }

  .header-medium {
    align-self: center;
  }
}

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

  .navigation-links {
    display: none;
  }

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

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

  .container {
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

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

  .features {
    padding-top: 20px;
  }

  .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 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

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

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

  .nav-button {
    display: flex;
  }

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

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

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

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

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

  .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-top: 90px;
    padding-bottom: 80px;
  }

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

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

  .bold-4 {
    line-height: 40px;
  }

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

  .feature-2 {
    height: 280px;
  }

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

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

  .spec-title {
    white-space: normal;
    word-break: normal;
    padding-right: 0;
  }

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

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

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

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

  .hero {
    background-position: 50%;
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

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

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

  .header {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .container {
    flex-flow: column;
    margin-top: 20px;
    padding-left: 0;
  }

  .features {
    margin-top: 0;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .feature-2 {
    background-position: 50%;
  }

  .div-block-white {
    width: 300px;
    margin-top: 0;
    margin-left: 10px;
    display: block;
  }

  .section-2 {
    display: none;
  }

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

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

  .column, .column-2 {
    margin-bottom: 20px;
  }

  .spec-title {
    padding-right: 0;
  }

  .section-title, .bold-1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .hero {
    background-position: 50%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy {
    margin-top: 20px;
    padding-left: 0;
  }

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

  .paragraph-2 {
    width: 80%;
  }

  .image-9 {
    max-width: 100%;
  }

  .div-block-17, .div-block-18 {
    width: auto;
  }

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

  .div-block-22 {
    width: auto;
  }

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

  .div-block-24 {
    width: auto;
  }

  .image-11 {
    max-width: 100%;
  }

  .section-7 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-26, .div-block-28 {
    width: auto;
  }

  .button-4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-29 {
    flex-flow: column;
    align-items: stretch;
  }

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


