:root {
  --medium-sea-green: #5ab963;
  --dark-grey: #646464;
  --white: white;
  --sea-green: #48944f;
  --bg-grey: #fafafa;
  --black: black;
  --greybackground: #f0f0f0;
  --dark-grey-2: #999;
  --headerbackground: #638;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .88;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #cecece00;
  background-clip: border-box;
  outline: 3px #333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
  top: 0;
}

.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 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/hero_dark3.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -90px;
  padding: 109px 30px 200px;
  display: flex;
}

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

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  backface-visibility: visible;
  perspective: 2000px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h1 {
  opacity: .9;
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  mix-blend-mode: normal;
  width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 71px;
  font-weight: 600;
  line-height: 78px;
  position: static;
}

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

.paragraph {
  color: #646464;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #646464;
  -webkit-text-stroke-color: #646464;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.button {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  background-color: #6dada6;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 30px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: inline-block;
  position: static;
}

.button:hover {
  -webkit-text-fill-color: inherit;
  background-color: #7bb4ad;
  background-clip: border-box;
  border-radius: 6px;
}

.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;
  width: 100%;
  max-width: 1170px;
  padding-top: 0;
  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;
  padding: 120px 30px;
  display: flex;
}

.h2 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

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

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

.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-family: Playfair Display, sans-serif;
  font-weight: 600;
}

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: block;
}

.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.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(--sea-green);
  text-transform: capitalize;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
  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;
}

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

.counseling.cc-background {
  color: #646464;
  background-color: #f0f0f0;
  padding-top: 120px;
  padding-bottom: 0;
  line-height: 21px;
}

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

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

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

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

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

._2-row-text.cc-bottom.paragraph-10 {
  display: block;
}

.row {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 90px;
  display: flex;
}

.row.cc-bottom {
  box-sizing: border-box;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 90px;
}

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

.row.cc-bottom.row-faq {
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 60px;
  display: inline-flex;
}

.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: var(--black);
  -webkit-text-stroke-color: #000;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  font-family: Raleway, sans-serif;
  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: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

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

.link-footer {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  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 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.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(--greybackground);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 120px 30px 0;
  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 {
  background-color: #f0f0f0;
  flex-flow: column wrap;
  place-content: center flex-start;
  align-items: flex-start;
  padding: 40px 30px 0;
  display: flex;
}

.contact-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  margin-top: -10px;
  margin-bottom: -10px;
  display: block;
}

.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;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.form-input {
  color: #646464;
  width: 75%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
}

.text-field {
  color: #646464;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 20px;
  padding-right: 0;
  font-family: Raleway, 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: Raleway, 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: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.nav-link:hover {
  text-decoration: underline;
}

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

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

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

.testimonial-column-light {
  background-color: var(--greybackground);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1191px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.centered-heading {
  clear: none;
  color: #a68c71;
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 72px;
  font-weight: 600;
  position: static;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding-bottom: 60px;
  display: grid;
}

.testimonial-card-two {
  background-color: var(--white);
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 0 0 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

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

.centered-subheading {
  color: #646464;
  text-align: center;
  max-width: 646px;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

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

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

.team-member-image-two {
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 12px;
  padding-left: 0;
}

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

.headline-small {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.headline-small.tablet {
  aspect-ratio: auto;
  object-fit: none;
  width: auto;
  display: block;
  position: static;
  overflow: visible;
}

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

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

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

.body-normal {
  color: #999;
  padding-left: 16px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.body-normal.tablet {
  color: #646464;
  padding-right: 10px;
}

.body-normal.tablet:hover {
  text-decoration: none;
}

.body-normal.body-normal-tablet {
  color: #646464;
  padding-right: 10px;
}

.image-3 {
  flex: 0 auto;
  position: static;
}

.column {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.section {
  background-color: #f5f7fa;
}

.column-2 {
  background-color: #fff;
  padding-left: 0;
}

.columns {
  margin-left: 0;
  margin-right: 20px;
  display: block;
}

.column-3, .column-4 {
  background-color: #fff;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f5f7fa;
  flex: 0 auto;
  margin-top: 50px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.section-2 {
  background-color: #f5f7fa;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.cell {
  background-color: #fff;
  border-radius: 4px;
  padding-bottom: 24px;
}

.section-3 {
  background-color: #f5f7fa;
  padding: 80px 30px;
}

.container-3 {
  aspect-ratio: auto;
  object-fit: contain;
  position: static;
}

.headline-small-tablet {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 600;
}

.body-normal-tablet {
  color: #999;
  padding-left: 16px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.testimonial-stack {
  background-color: #fff;
  border: 1px solid #0000;
  padding: 40px 30px 0;
  position: relative;
}

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

.testimonial-card-three {
  text-align: center;
  background-color: #638480;
  margin-top: 0;
  padding: 40px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  color: #a68c71;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  display: flex;
}

.testimonial-text-three {
  color: #fff;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-2.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.testimonial-title {
  color: #fff;
  font-family: Raleway, sans-serif;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.quotes {
  color: #646464;
  -webkit-text-stroke-color: white;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 19px;
}

.container-5 {
  margin-top: 90px;
}

.body-title {
  color: #252525;
  font-family: Raleway, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.heading {
  color: #a68c71;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.container-2-black, .container-2-white {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1191px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading-svart {
  color: #a68c71;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 46px;
  font-weight: 600;
}

.centered-subheading-gray {
  color: #646464;
  text-align: left;
  max-width: 560px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: block;
  position: static;
}

.paragraph-hero {
  color: #fff;
  text-align: left;
  width: 700px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-hero.cc-gray {
  color: #646464;
  -webkit-text-stroke-color: #646464;
  font-size: 16px;
  font-weight: 400;
}

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

.design.cc-background {
  color: #646464;
  background-color: #f0f0f0;
  padding-top: 120px;
  padding-bottom: 0;
  line-height: 21px;
}

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

.composition.cc-background {
  color: #646464;
  background-color: #f0f0f0;
  padding-top: 120px;
  padding-bottom: 0;
  line-height: 21px;
}

.text-small {
  color: #fff;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-small.cc-gray {
  color: #646464;
  -webkit-text-stroke-color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.column-5 {
  padding-left: 0;
}

.grid {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / .5fr 1fr;
  font-family: Raleway, sans-serif;
}

.paragraph-2 {
  -webkit-text-stroke-color: #252525;
  font-weight: 600;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  font-weight: 600;
}

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

.body-ingress {
  color: #646464;
  width: auto;
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.flex-block {
  max-width: 1070px;
}

.text-block-2 {
  margin-top: 20px;
}

.text-block-3 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.header-inner-white {
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 0;
  display: flex;
}

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

.body-title-white {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.div-block, .dropdown-wrapper {
  width: 500px;
  position: relative;
}

.dropdown-trigger {
  background-color: var(--medium-sea-green);
}

.text-block-4 {
  padding: 30px;
}

.dropdown-content {
  background-color: #666464;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.dropdown-link {
  padding: 25px;
  display: block;
}

.text-block-5 {
  color: var(--white);
  text-decoration: none;
}

.udesly-dropdown-icon {
  width: 20px;
}

.udesly-icon-circle-wrapper {
  background-color: #f2f2f2;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.udesly-dropdown-arrow {
  margin-right: 15px;
  font-size: 12px;
}

.udesly-dropdown-link-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.udesly-nav-link {
  color: #404040;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 6px;
  min-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-nav-link:hover {
  color: #000;
  border: 1px solid #e6e6e6;
}

.udesly-nav-link.w--current {
  color: #171717;
  transition-property: all;
}

.udesly-nav-link.udesly-dropdown {
  padding-right: 32px;
}

.udesly-button-navigation {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation:hover {
  background-color: #171717d9;
}

.udesly-menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-dropdown-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.udesly-button-navigation-secondary {
  color: #171717;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary:hover {
  background-color: #f5f5f5;
}

.udesly-container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-navigation {
  background-color: #fff;
  width: 100%;
  padding: 16px 5%;
}

.udesly-dropdown-link {
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  padding: 20px 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.udesly-dropdown-link:hover {
  background-color: #f9f9f9;
  border-radius: 0;
}

.udesly-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.udesly-navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: #252525;
  font-size: 16px;
  font-weight: 600;
}

.bold-text-4 {
  font-size: 21px;
  font-weight: 600;
}

.paragraph-11, .paragraph-12, .paragraph-13 {
  margin-bottom: 30px;
}

.row-faq {
  flex: 1;
  margin-top: 20px;
  margin-bottom: 90px;
  display: flex;
}

.row-faq.cc-bottom {
  box-sizing: border-box;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 90px;
}

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

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

.quick-stack-2 {
  grid-column-gap: 0px;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.column-6 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 0;
  display: grid;
}

.text-block-6 {
  max-width: 10px;
}

.column-7 {
  padding-left: 0;
}

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

.columns-2 {
  margin-bottom: -19px;
  padding-bottom: 0;
}

.select-field {
  color: #646464;
  background-color: #fff;
  max-width: 200px;
  padding-right: 0;
  font-family: Raleway, sans-serif;
}

.contact-title {
  color: #252525;
  font-family: Playfair Display, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.navigation-sub {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--medium-sea-green);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  object-fit: fill;
  background-image: linear-gradient(#00000080, #00000080);
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
  top: 0;
}

.navigation-sub2 {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .89;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #638480;
  background-clip: border-box;
  outline: 3px #afafaf;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
  top: 0;
}

.image-4 {
  display: inline-block;
}

.text-large {
  color: #646464;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 159px;
  padding-left: 20px;
  padding-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

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

.form-label {
  color: #252525;
  margin-bottom: 6px;
  font-family: Raleway, sans-serif;
}

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

.select-field-2 {
  background-color: var(--white);
  color: #646464;
  width: 200px;
  margin-bottom: 20px;
}

.textarea {
  color: #646464;
  width: 75%;
  height: auto;
  margin-bottom: 20px;
  padding-left: 12px;
  font-family: Raleway, sans-serif;
}

.text-field-3, .text-field-4 {
  color: #646464;
}

.left-heading {
  clear: none;
  color: #252525;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 72px;
  font-weight: 600;
  position: static;
}

.row-about {
  flex-flow: row-reverse;
  flex: 1;
  margin-top: 60px;
  margin-bottom: 90px;
  display: flex;
}

.row-about.cc-bottom {
  box-sizing: border-box;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 90px;
}

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

.row-about.cc-bottom.row-faq {
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 60px;
  display: inline-flex;
}

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

.container-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1191px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.success-message {
  padding-top: 40px;
  padding-bottom: 200px;
}

.text-block-7 {
  font-size: 16px;
}

.error-message {
  width: 75%;
  margin-top: 0;
  font-weight: 500;
}

.bold-text-5 {
  color: #a68c71;
}

.centered-heading-faq {
  clear: none;
  color: #a68c71;
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 72px;
  font-weight: 600;
  position: static;
}

.icon-3 {
  color: #fff;
}

.dropdown-toggle {
  vertical-align: text-top;
  margin-left: 0;
  display: flex;
}

.dropdown-list {
  margin-left: -6px;
}

.dropdown-list.w--open {
  color: #b6b2b2;
  background-color: #dbd8d882;
  margin-left: 0;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  color: #fff;
}

.text-block-8 {
  text-align: center;
}

.text-block-9 {
  width: 640px;
}

.text-block-10 {
  height: 30px;
  font-size: 21px;
}

.text-block-11 {
  text-align: center;
  width: 500px;
  font-weight: 400;
}

.heading-2 {
  opacity: .8;
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
}

.testimonial-slider-large {
  background-color: #63848000;
  border-bottom: 0 #e4ebf3;
  padding: 0 30px 40px;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #63848000;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

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

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  color: #646464;
  padding-top: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

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

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

.container-8 {
  flex-flow: row;
  display: block;
}

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

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

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

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

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

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

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

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

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

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

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

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

.testimonial-content-wide {
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  margin-right: 40px;
  display: flex;
}

.sender {
  padding-top: 10px;
  display: block;
}

.text-block-12 {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 9999;
    background-color: #000;
    padding-right: 10px;
    position: sticky;
    top: 0;
  }

  .header {
    aspect-ratio: auto;
    -webkit-text-fill-color: inherit;
    background-position: 0%;
    background-repeat: repeat;
    background-size: cover;
    background-clip: border-box;
    border: 1px #000;
    padding-left: 60px;
    padding-right: 60px;
    position: static;
  }

  .bullet {
    display: none;
  }

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

  .header-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 31px;
    margin-left: 30px;
    padding-left: 0;
  }

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

  .paragraph {
    color: var(--dark-grey);
  }

  .paragraph.cc-gray {
    margin-bottom: 0;
    font-size: 16px;
  }

  .button {
    margin-top: 40px;
  }

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

  .counseling.cc-background {
    padding-bottom: 0;
  }

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

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 2px;
  }

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

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

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

  .menu-button:active {
    background-color: #929292;
  }

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

  .testimonial-column-light {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .container-2 {
    flex-flow: column;
  }

  .testimonial-grid-two {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

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

  .team-member-image-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    order: 0;
    align-items: stretch;
    display: inline-flex;
    position: static;
    top: 0;
  }

  .headline-small.tablet {
    font-size: 18px;
  }

  .body-normal.tablet {
    font-size: 14px;
  }

  .headline-small-tablet {
    font-size: 15px;
  }

  .body-normal-tablet {
    font-size: 14px;
  }

  .testimonial-stack {
    padding-top: 10px;
  }

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

  .container-2-black, .container-2-white {
    flex-flow: column;
  }

  .paragraph-hero {
    color: #fff;
    width: 90%;
    font-size: 16px;
  }

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

  .composition.cc-background {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .text-small {
    color: #fff;
  }

  .text-small.cc-gray {
    font-size: 16px;
  }

  .body-ingress {
    max-width: 100%;
  }

  .udesly-menu-buttons {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .udesly-dropdown-text-wrapper {
    align-items: center;
    width: auto;
  }

  .udesly-nav-menu {
    background-color: #fff;
    padding: 24px;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
  }

  .udesly-lottie-animation {
    width: 32px;
    height: 32px;
  }

  .udesly-container-navigation {
    justify-content: space-between;
  }

  .udesly-dropdown-link {
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .udesly-menu-button {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 7px;
    display: flex;
  }

  .udesly-menu-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-navigation-buttons {
    display: none;
  }

  .navigation-sub, .navigation-sub2 {
    z-index: 9999;
    background-color: #000;
    padding-right: 10px;
    position: sticky;
    top: 0;
  }

  .select-field-2 {
    background-color: #fff;
    width: 100%;
  }

  .textarea {
    width: 100%;
    margin-top: 10px;
  }

  .image-5 {
    max-width: 100%;
    overflow: visible;
  }

  .container-cta {
    flex-flow: column;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

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

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

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

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

  .navigation-links {
    display: none;
  }

  .header-content {
    margin-left: 17px;
  }

  .h1 {
    width: auto;
    margin-top: 57px;
    font-size: 48px;
    line-height: 54px;
  }

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

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

  .features {
    padding-top: 60px;
  }

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

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

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .team-slider, .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .design, .composition {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .text-block-3 {
    margin-top: -30px;
    padding-top: 0;
  }

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

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

  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

  .udesly-menu-button {
    width: 36px;
    height: 36px;
  }

  .row-faq, .row-about {
    flex-wrap: wrap;
    justify-content: center;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

  .testimonial-slider-small {
    padding: 60px 15px;
  }

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-content-wide {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    opacity: 1;
    mix-blend-mode: normal;
    padding-left: 15px;
  }

  .navigation-container {
    height: 60px;
  }

  .header {
    aspect-ratio: auto;
    object-fit: cover;
    height: 500px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 20px;
  }

  .header-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .h1 {
    letter-spacing: 0;
    width: 100%;
    margin-top: 0;
    font-size: 31px;
    line-height: 34px;
    display: flex;
  }

  .paragraph {
    line-height: 21px;
    position: static;
  }

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

  .paragraph.cc-gray.paragraph-11 {
    margin-bottom: 20px;
  }

  .button {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

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

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

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

  .counseling.cc-background {
    padding-top: 40px;
  }

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

  ._2-row-image.cc-bottom {
    margin-bottom: 40px;
  }

  ._2-row-image.cc-row-spacing {
    margin-bottom: 20px;
  }

  ._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 {
    margin-top: 0;
    margin-bottom: 20px;
  }

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

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

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

  .header-inner {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 5px;
  }

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

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

  .nav-menu {
    background-color: var(--dark-grey);
  }

  .menu-button {
    padding-right: 0;
  }

  .testimonial-column-light {
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .centered-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 36px;
  }

  .testimonial-grid-two {
    margin-top: 20px;
    padding-bottom: 22px;
  }

  .centered-subheading {
    margin-bottom: 0;
  }

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

  .headline-small.tablet {
    margin-bottom: 0;
  }

  .body-normal.tablet {
    font-size: 16px;
  }

  .testimonial-stack {
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-text-three {
    text-align: left;
    font-size: 16px;
    line-height: 23px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .quotes {
    text-align: center;
    font-size: 18px;
  }

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

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

  .container-2-black, .container-2-white {
    max-width: none;
  }

  .centered-heading-svart {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 31px;
    line-height: 34px;
  }

  .centered-subheading-gray {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .paragraph-hero {
    width: 100%;
    font-weight: 400;
    position: static;
  }

  .text-small {
    position: static;
  }

  .grid {
    grid-template-columns: .5fr .5fr;
  }

  .body-ingress {
    margin-bottom: 40px;
  }

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

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

  .body-title-white {
    font-size: 18px;
  }

  .udesly-button-navigation {
    width: 100%;
  }

  .udesly-menu-buttons {
    flex-direction: column;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
    width: 100%;
  }

  .row-faq {
    margin-bottom: 20px;
  }

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

  .navigation-sub2 {
    background-color: #638480;
    padding-left: 20px;
  }

  .left-heading {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 36px;
  }

  .row-about {
    margin-top: 40px;
    margin-bottom: 20px;
  }

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

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

  .bold-text-5 {
    font-weight: 600;
    line-height: 28px;
  }

  .centered-heading-faq {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 36px;
  }

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

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

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

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }
}

#w-node-b8f7eefd-9dcd-efb8-2db8-4a61a7db4e0d-96eb3c7f, #w-node-_155fdf0e-bb36-6e07-ade1-85f4e8d5ce2c-96eb3c7f, #w-node-_40f3c842-13a9-7b30-6cf4-d0df3fe29713-96eb3c7f, #w-node-ccf504ce-c385-0503-2939-a36598138391-96eb3c9c, #w-node-ccf504ce-c385-0503-2939-a3659813839c-96eb3c9c, #w-node-ccf504ce-c385-0503-2939-a365981383a7-96eb3c9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


