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

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

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

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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 {
  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-image: url('../images/image-header_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -90px;
  padding: 210px 30px 120px;
  display: flex;
}

.navigation-logo.w--current {
  float: right;
  text-align: right;
  object-fit: fill;
  width: 100%;
  margin-top: 44px;
  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;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
}

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

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

.paragraph {
  color: #fff;
  font-family: IBM Plex Mono, 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;
}

.form-container {
  z-index: 1;
  width: 100%;
  position: relative;
}

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

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

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

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

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

.form-container.cc-contact {
  color: #ffef00;
  display: flex;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  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 {
  margin-bottom: 90px;
}

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

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

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

.h2-container.cc-center {
  text-align: center;
  text-align: center;
  flex: none;
  width: 65%;
}

.h2-container.cc-center.no-bottom-margin {
  width: 75%;
  margin-bottom: 0;
}

.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;
  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/image-slider-01_1.avif');
  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_1.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03_1.avif');
  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);
  background-color: #2f435a;
  padding-left: 0;
  padding-right: 0;
}

.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: #0a0e1a;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 150px;
  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_1.avif');
  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 {
  color: var(--black);
  margin-top: -7px;
  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;
}

.footer-social-2 {
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 66px;
  margin-bottom: 21px;
  display: inline-flex;
}

.footer-social-2.hidden {
  display: none;
}

.tcs-logo {
  float: right;
  text-align: right;
  width: 66px;
  display: block;
}

.text-field-2 {
  color: var(--black);
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #ffef00;
  height: 60px;
  padding-left: 11px;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.text-field-2:active {
  color: var(--black);
}

.text-field-2:focus {
  color: var(--black);
  border-bottom-color: #000;
}

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

.sumbmiit-button {
  opacity: .88;
  color: #ffef00;
  text-transform: uppercase;
  overflow-wrap: normal;
  background-color: #2f435a;
  border: 1px solid #ffef00;
  border-radius: 4px;
  margin-top: 50px;
  padding: 11px 21px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .666s;
}

.sumbmiit-button:hover {
  color: #2f435a;
  background-color: #ffef00;
  border-color: #2f435a;
  font-weight: 800;
}

.footer-text {
  color: #fff;
  text-align: right;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.poster-link-block {
  opacity: 1;
  color: #2f435a;
  text-decoration: none;
  transition: all .666s;
}

.poster-link-block:hover {
  opacity: 1;
  filter: brightness(88%);
  transform: scale(.98);
}

.poster-image {
  margin-bottom: 4px;
}

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

.contact-section {
  opacity: 1;
  color: #ffef00;
  background-color: #000;
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 115px 66px 66px;
  display: flex;
}

.logo-strapline {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 1em;
}

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

.contact-info-text-2 {
  color: #2f435a;
  width: 25%;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

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

.quick-stack-container {
  width: auto;
}

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

.link-footer-2:hover {
  color: #ffef00;
}

.h2-2 {
  color: #2f435a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2-2.cc-center {
  color: #2f435a;
  -webkit-text-stroke-color: #2f435a;
}

.h2-2.heading {
  color: #2f435a;
  text-transform: uppercase;
  margin-bottom: 33px;
  font-size: 44px;
  font-weight: 600;
  line-height: 44px;
}

.section-container {
  background-color: #fafafa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.section-container.blue-back {
  background-color: #2f435a12;
}

.text-footer-credits-2 {
  float: right;
  color: #ffffffa8;
  text-align: right;
  margin-top: 4px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 18px;
  display: block;
}

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

.text-span-2.yellow {
  color: #ffef00;
}

.poster-text {
  text-align: center;
  align-self: center;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.poster-text.title {
  text-transform: uppercase;
  background-color: #0000;
  height: auto;
  margin-top: 7px;
  margin-bottom: 0;
  font-weight: 800;
}

.background-video {
  background-color: #0000;
  background-image: linear-gradient(#000, #fff0 88%);
  width: 100%;
  height: 88vh;
  margin-top: -90px;
  position: absolute;
}

.link-social-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-left: 33px;
  display: flex;
}

.text-span-3 {
  color: #ffef00;
  font-weight: 300;
}

.h1-2 {
  color: var(--tweetie);
  letter-spacing: -22px;
  margin-top: 66px;
  margin-bottom: 21px;
  font-family: Libre Franklin, sans-serif;
  font-size: 424px;
  font-weight: 800;
  line-height: .8em;
}

.footer-column-2 {
  justify-content: space-between;
  width: 33%;
  display: flex;
}

.footer-column-2.cc-footer {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
}

.hero-section {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -90px;
  padding: 44vh 30px 120px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  padding-top: 88px;
}

.quick-stack._33-top-margin {
  padding-top: 33px;
}

.footer-2 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 111px 30px 66px;
  display: block;
}

.footer-column-container {
  flex-flow: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.text-span-4 {
  font-weight: 600;
}

.text-field-3 {
  color: #2f435ae0;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

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

.contact-intro-3 {
  opacity: 1;
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 115px 88px;
  display: flex;
}

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

.text-span-5 {
  font-weight: 600;
}

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

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

.h2-3 {
  color: #2f435a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2-3.right-aligned {
  text-align: left;
}

.back-to-homepage {
  float: left;
  color: #2f435a;
  text-align: left;
  margin-top: 66px;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.back-to-homepage.w--current {
  color: #2f435a;
  margin-top: 66px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-background {
  background-color: #2f435a;
  height: 90px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-span-6 {
  color: #2f435a;
  text-transform: uppercase;
  font-weight: 800;
}

.footer-3 {
  background-color: #2f435a;
  justify-content: center;
  align-items: center;
  padding: 111px 30px 88px;
  display: flex;
}

.text-span-7 {
  font-weight: 400;
}

.social-image {
  width: 21px;
}

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

.hero-strapline {
  color: var(--tweetie);
  text-align: center;
  text-transform: uppercase;
  flex: none;
  margin-top: 14vh;
  font-family: Libre Franklin, sans-serif;
  font-size: 2vw;
  font-weight: 200;
  line-height: 1.2em;
}

.section {
  text-align: center;
  margin-top: 54px;
}

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

.hero-logo {
  width: 55vw;
}

.form, .form-block {
  color: var(--black);
}

.div-block {
  flex: 1;
  align-items: stretch;
  display: flex;
}

.footer-bottom-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: end;
  margin-top: 66px;
  display: grid;
}

.column {
  text-align: right;
}

.logo-div {
  margin-top: 40px;
}

.logo-div.no-margin {
  margin-top: 0;
}

.nav_menu_link {
  align-items: center;
  padding: .625rem;
  font-size: .875rem;
  display: flex;
}

.nav_menu_link:hover {
  font-weight: 500;
}

.nav_menu_link.is-mobile-view {
  display: none;
}

.nav_dropdown-bottom-div {
  background-color: #f0f9ff;
  display: flex;
}

.nav_grid-mobile {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 1.25rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  display: none;
}

.nav_dropdown-list {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  inset: 95% 0% auto;
}

.nav_dropdown-list.w--open {
  background-color: #fff;
  border-top: .125rem solid #eee;
  width: 100%;
  padding: .625rem;
  position: absolute;
  top: 100%;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-color-gray.margin-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.text-size-regular.text-weight-medium {
  font-family: Raleway, sans-serif;
}

.nav_icon-div {
  background-color: #017ace1a;
  border-radius: .3125rem;
  padding: .5rem;
}

.nav_menu {
  color: #131313;
  background-color: #fff;
  align-items: stretch;
  margin-right: auto;
  display: flex;
  position: static;
}

.nav_menu.is-right {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: row;
  align-items: stretch;
  margin-left: auto;
  margin-right: 0;
}

.icon-3 {
  margin-right: .625rem;
}

.nav_fixed {
  background-color: #fff;
  border-bottom: .125rem solid #eee;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-height-small {
  height: 1rem;
}

.nav_grid {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 1.25rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.display-flex {
  display: flex;
}

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

.nav_container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: .625rem auto;
  display: flex;
}

.nav_dropdown-button {
  align-items: center;
  height: 100%;
  padding: .625rem 1.875rem .625rem .625rem;
  display: flex;
}

.nav_dropdown-button:hover {
  font-weight: 500;
}

.nav_dropdown-button.w--open {
  color: #017ace;
  font-weight: 500;
}

.text-size-small {
  font-size: .875rem;
}

.nav_link {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.nav_link:hover {
  color: #444;
  text-decoration: underline;
}

.nav_dropdown {
  position: static;
}

.nav_button-transparent {
  color: #017ace;
  background-color: #006bb630;
  border: .0625rem solid #0000;
  border-radius: .3125rem;
  padding-top: .1875rem;
  padding-bottom: .1875rem;
}

.nav_button-transparent:hover {
  border: .0625rem solid #017ace;
}

.nav_link-div {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #000;
  border: .125rem solid #0000;
  border-radius: .3125rem;
  justify-content: center;
  align-items: center;
  padding: .625rem;
  text-decoration: none;
  display: flex;
}

.nav_link-div:hover {
  background-color: #fff9e6;
  border: .125rem solid #eee;
  border-radius: .3125rem;
}

.nav_button {
  color: #000;
  background-color: #3898ec00;
  border: .0625rem solid #ccc;
  border-radius: .3125rem;
  padding: .3125rem .625rem;
  font-size: .8125rem;
  font-weight: 500;
}

.nav_button.is-color-blue {
  color: #fff;
  background-color: #017ace;
  border-color: #017ace;
  border-radius: .3125rem;
  transition: all .3s;
}

.nav_button.is-color-blue:hover {
  color: #017ace;
  background-color: #fff;
}

.nav_button.is-transparent {
  transition: all .3s;
}

.nav_button.is-transparent:hover {
  color: #017ace;
  border-color: #017ace;
}

.nav_brand {
  border-right: .0625rem solid #ccc;
  padding-right: .3125rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.nav_link-black {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav_link-black:hover {
  color: #444;
  text-decoration: underline;
}

.nav_partition-div {
  background-color: #eee;
  width: .0625rem;
}

.nav_logo {
  width: 10rem;
}

.icon-height-medium {
  height: 2rem;
}

.nav_link-black-box {
  padding: .625rem 3.125rem;
  display: flex;
}

.nav_link-black-box.is-left {
  margin-right: auto;
}

.nav_link-black-box.is-right {
  align-items: stretch;
  margin-left: auto;
  margin-right: 0;
}

.footer-icon {
  opacity: .66;
  width: 15px;
  margin-top: -2.5px;
  margin-right: 7px;
}

.footer-icon.address {
  margin-top: 5px;
}

.nav_menu-2 {
  color: #131313;
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
  margin-right: 33px;
  display: flex;
  position: static;
}

.column-2 {
  font-family: Raleway, sans-serif;
}

.nav_menu_link-2 {
  text-transform: uppercase;
  align-items: center;
  padding: .625rem;
  font-family: Raleway, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  display: flex;
}

.nav_menu_link-2:hover {
  font-weight: 500;
}

.nav_menu_link-2.is-mobile-view {
  display: none;
}

.footer-section {
  border-top: 1px solid #ececec;
  padding: 50px 25px;
}

.paragraph-2 {
  font-family: Raleway, sans-serif;
}

.jpc-logo {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 21px;
}

.nav_grid-2 {
  grid-column-gap: 4.5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 1.25rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.footer-flex-col {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.title {
  background-color: #dadada;
  height: 50px;
  margin-bottom: 20px;
}

.nav_brand-2 {
  border-right: 0 #ccc0;
  margin-left: 33px;
  margin-right: 33px;
}

.slide-4 {
  background-image: linear-gradient(#000, #fff0), url('../images/Sunset.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.paragraph-3 {
  background-color: #dadada;
  width: 90%;
  height: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
}

.paragraph-3._4 {
  width: 87.5%;
}

.paragraph-3._3 {
  width: 85%;
}

.paragraph-3._2 {
  width: 87%;
}

.footer-link {
  color: #313149;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link:hover {
  color: #8181ca;
}

.footer-link.right-padding {
  padding-right: 7px;
}

.nav_fixed-2 {
  background-color: #f7f6f1;
  height: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.footer-title {
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
}

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

.div-block-2 {
  z-index: 999;
  text-align: center;
  position: absolute;
}

.slider-2 {
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.slide-8 {
  background-image: linear-gradient(#000, #fff0), url('../images/Black-White-and-Gray-Relief.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.icon-height-medium-2 {
  object-fit: fill;
  width: 2.8rem;
  height: 2.8rem;
}

.navlink-text {
  font-family: Raleway, sans-serif;
  font-size: .875rem;
}

.flex-row {
  align-items: center;
  font-family: Raleway, sans-serif;
  display: flex;
}

.flex-row.address {
  align-items: flex-start;
}

.slide-9 {
  background-image: url('../images/Large-Geometrical-Composition.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9.gradient {
  background-image: linear-gradient(#000000e0, #fff0), url('../images/Large-Geometrical-Composition.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

.nav_container-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: .625rem auto;
  transition: all .666s;
  display: flex;
}

.heading {
  color: #f7f6f1;
  text-align: center;
  margin-bottom: 1.5vw;
  font-family: Raleway, sans-serif;
  font-size: 7vw;
  font-weight: 300;
  line-height: 7vw;
}

.nav_dropdown-button-2 {
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  padding: .625rem 1.875rem .625rem .625rem;
  font-family: Raleway, sans-serif;
  display: flex;
}

.nav_dropdown-button-2:hover {
  font-weight: 500;
}

.nav_dropdown-button-2.w--open {
  color: #014870;
  font-weight: 500;
}

.nav_dropdown-list-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  inset: 95% 0% auto;
}

.nav_dropdown-list-2.w--open {
  background-color: #f7f6f1;
  width: 100%;
  min-height: 90vh;
  padding: .625rem;
  position: absolute;
  top: 100%;
}

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

.slide-11 {
  background-image: linear-gradient(#000, #fff0), url('../images/Rhythmic-Curves.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.nav_link-div-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #000;
  border: .125rem solid #0000;
  border-radius: .3125rem;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem;
  font-family: Raleway, sans-serif;
  text-decoration: none;
  display: flex;
}

.nav_link-div-2:hover {
  background-color: #006ba80f;
  border: .125rem solid #eee;
  border-radius: .3125rem;
}

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

.hero-section-2 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.slide-12 {
  background-image: linear-gradient(#000, #fff0), url('../images/Studio-Table.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.icon-4 {
  margin-right: .625rem;
}

.hero-subhead {
  color: #f7f6f1;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 2.5vw;
}

.text-block-2 {
  color: var(--tweetie);
  text-align: center;
  font-family: Libre Franklin, sans-serif;
  font-size: 28px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.image-4 {
  width: 101px;
  transition: all .666s cubic-bezier(.77, 0, .175, 1);
}

.image-4:hover {
  filter: brightness(86%);
  transform: scale(.9);
}

.imdb-link-block {
  padding-top: 44px;
  padding-bottom: 33px;
}

.div-block-3 {
  background-color: var(--black);
  text-align: center;
}

.youtube-container {
  margin-top: 33px;
}

.text-span-8, .text-span-9 {
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}

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

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

  .navigation-logo.w--current {
    margin-top: 57px;
  }

  .bullet {
    display: none;
  }

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

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

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

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

  .h2-container.cc-center.no-bottom-margin {
    width: 88%;
  }

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

  .footer-text {
    font-size: 15px;
    line-height: 20px;
  }

  .navigation-2 {
    z-index: 999;
    padding-right: 10px;
  }

  .contact-section {
    flex-flow: wrap;
    padding-bottom: 44px;
  }

  .nav-menu-2 {
    background-color: #5ab963;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .menu-button-2:active, .menu-button-2.w--open {
    background-color: #5ab963;
  }

  .h2-2.heading {
    font-size: 39px;
  }

  .section-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .section-container.blue-back {
    padding: 88px 11px;
  }

  .hero-section {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .nav-menu-3 {
    background-color: #5ab963;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .menu-button-3:active, .menu-button-3.w--open {
    background-color: #5ab963;
  }

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

  .back-to-homepage {
    font-size: 20px;
  }

  .hero-strapline {
    font-size: 3vw;
  }

  .hero-logo {
    width: 55vw;
  }

  .nav_menu_link.is-mobile-view {
    display: flex;
  }

  .nav_dropdown-bottom-div {
    display: none;
  }

  .nav_grid-mobile {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-bottom: .625rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    display: grid;
  }

  .nav_dropdown-list.w--open {
    position: static;
  }

  .nav_menu {
    position: absolute;
  }

  .nav_menu.is-right {
    flex-direction: row;
    align-items: flex-start;
    display: none;
    position: static;
  }

  .nav_grid {
    display: none;
  }

  .nav_container {
    justify-content: space-between;
  }

  .nav_link-div {
    border-style: none;
    padding: .3125rem .3125rem 0;
    font-size: .8rem;
  }

  .nav_link-div:hover {
    background-color: #fff9e600;
    border-style: none;
    border-width: .0625rem;
    border-bottom-color: #ccc;
    border-radius: 0;
    text-decoration: underline;
  }

  .nav_button.w--open {
    color: #6aa4fa;
    background-color: #aedeff;
    border-color: #6aa4fa;
    font-size: .9375rem;
  }

  .nav_button.is-color-blue, .nav_button.is-transparent {
    display: none;
  }

  .nav_brand {
    border-right-style: none;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_partition-div.margin-horizontal.margin-tiny {
    display: none;
  }

  .nav_menu-2 {
    position: absolute;
  }

  .nav_menu_link-2.is-mobile-view {
    display: flex;
  }

  .nav_grid-2 {
    display: none;
  }

  .footer-flex-col.about {
    min-width: 40%;
  }

  .nav_brand-2 {
    border-right-style: none;
  }

  .nav_container-2 {
    justify-content: space-between;
  }

  .heading {
    font-size: 9vw;
    line-height: 9vw;
  }

  .nav_dropdown-list-2.w--open {
    position: static;
  }

  .nav_link-div-2 {
    border-style: none;
    padding: .3125rem .3125rem 0;
    font-size: .8rem;
  }

  .nav_link-div-2:hover {
    background-color: #fff9e600;
    border-style: none;
    border-width: .0625rem;
    border-bottom-color: #ccc;
    border-radius: 0;
    text-decoration: underline;
  }

  .hero-subhead {
    font-size: 3.5vw;
    line-height: 4vw;
  }
}

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

  .navigation-links {
    display: none;
  }

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

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

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

  .features {
    padding-top: 60px;
  }

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

  .h2-container.cc-center, .h2-container.cc-center.width, .h2-container.cc-center, .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%;
  }

  .tcs-logo {
    float: left;
  }

  .footer-text {
    text-align: left;
    align-self: flex-start;
  }

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

  .logo-strapline {
    font-size: 22px;
  }

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

  .h2-2.heading {
    font-size: 38px;
  }

  .section-container {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .section-container.blue-back {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .text-footer-credits-2 {
    float: left;
  }

  .h1-2 {
    letter-spacing: -3px;
    margin-bottom: 0;
    font-size: 88px;
    line-height: 88px;
  }

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

  .footer-column-2.cc-footer {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 33px;
  }

  .hero-section {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .quick-stack._33-top-margin {
    padding-top: 21px;
  }

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

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

  .h2-3.right-aligned {
    font-size: 18px;
    line-height: 26px;
  }

  .back-to-homepage {
    font-size: 18px;
  }

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

  .hero-strapline {
    font-size: 3vw;
  }

  .column {
    margin-top: 44px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-flex-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }

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

  .heading {
    font-size: 9.5vw;
  }
}

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

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

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

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

  .h2-container {
    margin-bottom: 33px;
  }

  .h2-container.cc-center.no-bottom-margin {
    width: 98%;
  }

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

  .footer-social-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 33px;
    display: flex;
  }

  .contact-section {
    padding: 66px 33px 33px;
  }

  .logo-strapline {
    font-size: 18px;
  }

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

  .h2-2.heading {
    font-size: 40px;
    line-height: 42px;
  }

  .section-container {
    padding-left: 11px;
    padding-right: 11px;
  }

  .text-span-2.yellow {
    font-size: 30px;
    line-height: 33px;
  }

  .link-social-2 {
    margin-left: 11px;
    margin-right: 11px;
  }

  .h1-2 {
    letter-spacing: 0;
    font-size: 88px;
    line-height: 88px;
  }

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

  .footer-column-2.cc-footer.space-below {
    margin-bottom: 77px;
  }

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

  .quick-stack {
    padding-left: 11px;
    padding-right: 11px;
  }

  .footer-column-container {
    width: 50%;
  }

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

  .text-span-5 {
    font-size: 22px;
  }

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

  .h2-3.right-aligned {
    font-size: 18px;
    line-height: 26px;
  }

  .navigation-background {
    height: 60px;
  }

  .hero-strapline {
    font-size: 3.7vw;
  }

  .hero-logo {
    width: 66vw;
  }

  .footer-bottom-div {
    text-align: left;
    flex-flow: wrap-reverse;
    margin-top: 44px;
    display: flex;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    font-size: 12vw;
    line-height: 12vw;
  }
}

#w-node-_028f4db3-8be6-d93e-4cd1-dc9ebdb0310a-0736c06c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_028f4db3-8be6-d93e-4cd1-dc9ebdb03123-0736c06c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-deb204fe-c3bf-ce10-b2e3-44c3993482ff-0736c06c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3543-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc354c-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3555-0736c085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc355e-0736c085 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3560-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3569-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3572-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc357c-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc357f-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3582-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3585-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3588-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc358b-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc35ae-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc35b7-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc35c0-0736c085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc35c9-0736c085 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc35cb-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc35d4-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc35dd-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc35e7-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc35ea-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc35ed-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc35f0-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc35f3-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc35f6-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3619-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3622-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc362b-0736c085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3634-0736c085 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3636-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc363f-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3648-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3652-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3655-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3658-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc365b-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc365e-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3661-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3684-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc368d-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc3696-0736c085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc369f-0736c085 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc36a1-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc36aa-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc36b3-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc36bd-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc36c0-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc36c3-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc36c6-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc36c9-0736c085, #w-node-_2f6de05e-aa7e-20b3-95bc-8893eacc36cc-0736c085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_028f4db3-8be6-d93e-4cd1-dc9ebdb03123-0736c06c, #w-node-deb204fe-c3bf-ce10-b2e3-44c3993482ff-0736c06c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_028f4db3-8be6-d93e-4cd1-dc9ebdb0310a-0736c06c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


