body {
  color: #0e0e10;
  background-color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5em;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.6;
}

a {
  color: #0e0e10;
  line-height: 1.56;
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

form {
  font-size: 1em;
  font-weight: 500;
}

label {
  margin-bottom: 5px;
  font-size: 1em;
  display: block;
}

blockquote {
  color: #0e0e10;
  border-left: 4px solid #fde5d2;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
}

figure {
  margin-bottom: 16px;
}

figcaption {
  color: #4d4e50;
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.section {
  width: 100%;
}

.section.dark-bg {
  color: #fff;
  background-color: #0e0e10;
  position: relative;
}

.section.beige {
  background-color: #fde5d2;
  border-radius: 5em;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 1;
  max-width: 1640px;
  padding: 11em 4em;
  position: relative;
}

.container.nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.container.inner-hero {
  padding-top: 7em;
  padding-bottom: 7em;
}

.container.hero {
  min-height: 100vh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.container.without-top-padding {
  padding-top: 0;
  padding-bottom: 7em;
}

.container.footer {
  padding-top: 2em;
  padding-bottom: 0;
}

.container.tabs {
  padding-top: 0;
}

.grid {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.grid.center-align {
  justify-content: center;
}

.grid-item {
  width: 100%;
  padding: 1.5em;
  position: relative;
}

.grid-item._80 {
  width: 80%;
}

.grid-item._20 {
  width: 20%;
  position: relative;
}

.grid-item._50 {
  width: 50%;
}

.grid-item._33 {
  width: 33%;
}

.grid-item._25 {
  width: 25%;
}

.grid-item._67 {
  width: 67%;
}

.page-wrapper {
  overflow: hidden;
}

.spacer._32 {
  height: 32px;
}

.spacer._88 {
  height: 5.5em;
}

.spacer._16 {
  height: 16px;
}

.spacer._24 {
  height: 24px;
}

.spacer._64 {
  height: 64px;
}

.spacer._56 {
  height: 56px;
}

.spacer._104 {
  height: 104px;
}

.spacer._8 {
  height: 8px;
}

.spacer._12 {
  height: 12px;
}

.spacer._20 {
  height: 20px;
}

.spacer._40 {
  height: 40px;
}

.spacer._48 {
  height: 48px;
}

.spacer._72 {
  height: 72px;
}

.spacer._80 {
  height: 5em;
}

.spacer._96 {
  height: 96px;
}

.spacer._112 {
  height: 112px;
}

.spacer._128 {
  height: 128px;
}

.spacer._184 {
  height: 184px;
}

.spacer._120 {
  height: 7.5em;
}

.small {
  font-size: 14px;
}

.sg-block {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sg-block.colors {
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.sg-block.colors.dark {
  color: #fff;
  background-color: #0e0e10;
  border-radius: 40px;
}

.sg-block.dark {
  background-color: #0e0e10;
  border-radius: 32px;
  padding: 24px;
}

.sg-block.typo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #ecedf1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.sg-block.typo.on-dark {
  border-top-color: rgba(255, 255, 255, .5);
}

.sg-container {
  max-width: 100%;
  padding: 104px 48px;
}

.sg-container.grey-bg {
  background-color: #ecedf1;
}

.sg-container.dark-bg {
  color: #f8f9fa;
  background-color: #0e0e10;
}

.paragraph.large {
  font-size: 1.13em;
}

.paragraph.large.semibold {
  font-weight: 600;
}

.paragraph.small {
  text-align: left;
  font-size: .88em;
}

.paragraph.extra-small {
  font-size: .75em;
}

.paragraph.grey {
  color: #4d4e50;
}

.paragraph.grey.accordion {
  margin-bottom: 2em;
}

.sg-caption {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.sg-colors-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1em;
  display: grid;
}

.link {
  border-radius: 100em;
  justify-content: space-between;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1;
  transition: padding .3s;
  display: flex;
}

.link:hover {
  background-color: #fde5d2;
  padding-left: 1em;
  padding-right: 1em;
}

.link.small {
  min-width: auto;
  font-size: 18px;
  font-weight: 500;
}

.link.small.w--current {
  background-color: #f8f9fa;
  padding-left: .5em;
  padding-right: .5em;
}

.link.nav {
  min-width: auto;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 500;
}

.link.nav:hover {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.link.nav.dark {
  color: #0e0e10;
}

.color-block {
  width: 100%;
  height: 16vw;
  color: #fff;
  background-color: #0e0e10;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  font-family: Clashdisplay, sans-serif;
  font-size: 20px;
  display: flex;
}

.color-block.grey-80 {
  background-color: #4d4e50;
}

.color-block.grey-60 {
  background-color: #828283;
}

.color-block.grey-40 {
  background-color: #9fa0a3;
}

.color-block.grey-20 {
  color: #0e0e10;
  background-color: #ede7e3;
}

.color-block.grey-15 {
  color: #0e0e10;
  background-color: #ecedf1;
}

.color-block.grey-8 {
  color: #0e0e10;
  background-color: #f8f9fa;
}

.color-block.white {
  color: #0e0e10;
  background-color: #fff;
}

.color-block.white-50 {
  background-color: rgba(255, 255, 255, .5);
}

.color-block.white-25 {
  background-color: rgba(255, 255, 255, .25);
}

.color-block.brand-primary {
  color: #0e0e10;
  background-color: #fde5d2;
}

.color-block.brand-primary-deep {
  color: #0e0e10;
  background-color: #99c4e3;
}

.color-block.white-75 {
  color: #0e0e10;
  background-color: rgba(255, 255, 255, .75);
}

.color-block.brand-tertiary {
  color: #0e0e10;
  background-color: #99c4e3;
}

.color-block.brand-bg {
  color: #0e0e10;
  background-color: #fde5d2;
}

.button {
  height: 56px;
  color: #0e0e10;
  text-align: center;
  white-space: nowrap;
  background-color: #99c4e3;
  border-style: none;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: 1em 1.55em;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.primary {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.button.submit {
  width: 100%;
  height: 48px;
  padding: 0;
}

.button.dark {
  color: #fde5d2;
  background-color: #0e0e10;
}

.button.green {
  background-color: #99c4e3;
}

.button.form-one-row {
  color: #fff;
  background-color: #0e0e10;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 2.35em;
  padding-right: 2.35em;
  transition: background-color .3s, color .3s;
}

.button.form-one-row:hover {
  color: #0e0e10;
  background-color: #fde5d2;
}

.sg-column {
  width: 100%;
  height: 60px;
  background-color: #ede7e3;
  border-radius: 8px;
}

.bold {
  font-weight: 700;
}

.text-link {
  color: #0e0e10;
  margin-left: .25em;
  margin-right: .25em;
  padding-bottom: 0;
  text-decoration: underline;
  transition: opacity .3s;
  display: inline-block;
}

.text-link:hover {
  opacity: .6;
}

.sg-filler {
  width: 100%;
  height: 100%;
  background-color: #ede7e3;
  border-radius: 8px;
}

.navigation {
  z-index: 999;
  width: 100%;
  background-color: #fff;
  position: fixed;
}

.nav-brand {
  width: 5em;
  min-width: 5em;
  color: #fff;
  align-items: center;
  font-weight: 600;
  transition: opacity .3s;
  display: flex;
}

.nav-brand:hover {
  opacity: .6;
}

.nav-brand.w--current {
  width: 8em;
  min-width: 8em;
}

.nav-brand.dark {
  color: #0e0e10;
}

.menu-button {
  float: none;
}

.nav-link {
  white-space: nowrap;
  margin-left: 1.4em;
  margin-right: 1.4em;
  padding: .5em .25em;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  transition: padding .3s, color .3s;
}

.nav-link.w--current {
  color: #0e0e10;
  background-color: #fde5d2;
  border-radius: 50em;
  padding-left: .85em;
  padding-right: .85em;
}

.center-wrapper {
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.5em;
  margin-left: -1.4em;
  margin-right: -1.4em;
  display: flex;
}

.footer-bottom-wrapper {
  color: #828283;
  border-top: 1px solid #ecedf1;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.footer-small-link {
  border-radius: 50em;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .75em;
  transition: padding .2s, color .2s;
  display: block;
}

.footer-small-link:hover {
  color: #828283;
}

.footer-small-link.w--current {
  background-color: #f8f9fa;
  padding-left: 1em;
  padding-right: 1em;
}

.footer-small-link {
  transition: opacity .2s;
}

.footer-small-link:hover {
  opacity: .7;
}

.utility-page-wrap {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.utility-page-content {
  width: 470px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.page-overlay {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #99c4e3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.logo-loader-wrapper {
  opacity: .99;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grey {
  color: #828283;
}

.rich-text {
  white-space: normal;
}

.rich-text h2, .rich-text p {
  margin-bottom: 20px;
}

.rich-text h4 {
  margin-bottom: 12px;
}

.rich-text h1 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-bottom: 16px;
}

.rich-text h5 {
  margin-bottom: 12px;
}

.rich-text h6 {
  margin-bottom: 8px;
}

.sg-grid-images {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-images {
  width: 100%;
  height: 40vw;
  object-fit: cover;
}

.button-text {
  z-index: 2;
  text-shadow: 0 16px #99c4e3;
  position: relative;
}

.button-text.large {
  text-shadow: 0 16px #99c4e3;
  font-size: 1.25em;
}

.button-text.large.light {
  text-shadow: 0 16px #0e0e10;
}

.button-text.large.secondary-button {
  text-shadow: none;
  white-space: nowrap;
}

.button-text.white {
  color: #0e0e10;
  text-shadow: 0 16px #0e0e10;
}

.overlay-transition {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-nav {
  align-items: center;
}

.decorative {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4;
}

.nav-grid {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

._404-content {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block {
  flex-direction: column;
  display: flex;
}

.brand-logo-wrapper {
  align-items: center;
  margin-right: 2em;
  display: flex;
}

.error-message {
  color: #fc2b2b;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-size: 14px;
}

.changelog-wrapper {
  max-width: 800px;
  background-color: #fde5d2;
  border-radius: 1.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.changelog-divider {
  width: 100%;
  height: 1px;
  background-color: #c2c8d9;
  margin-bottom: 12px;
}

.text-field {
  height: 56px;
  color: #828283;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #9fa0a3;
  margin-bottom: 24px;
  padding: 8px 0;
  font-size: 16px;
  transition: padding .3s, background-color .3s, color .3s, border-color .3s;
}

.text-field:hover {
  border-bottom-color: #0e0e10;
  padding-left: 20px;
}

.text-field:focus {
  color: #0e0e10;
  border-bottom-color: #0e0e10;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field::-ms-input-placeholder {
  color: #828283;
  font-weight: 500;
}

.text-field::placeholder {
  color: #828283;
  font-weight: 500;
}

.text-field.text-area {
  max-height: 200px;
  min-height: 88px;
  padding-top: 16px;
}

.text-field.horizontal {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-left: 2em;
}

.select-field {
  height: 56px;
  color: #828283;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #9fa0a3;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  transition: padding .3s, background-color .3s, border-color .3s, color .3s;
}

.select-field:hover {
  border-style: none;
  border-color: #000;
  padding-left: 20px;
}

.select-field:focus {
  color: #fff;
  border-bottom-color: #ecedf1;
}

.color-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button-text-wrapper {
  z-index: 2;
  padding-right: 3em;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper.secondary-button {
  margin-right: 0;
  padding-right: 0;
}

.submit-button {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #0e0e10;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-arrow {
  width: .8em;
  height: .8em;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  display: flex;
}

.link-arrow.small {
  width: 16px;
  height: 16px;
  margin-left: 16px;
}

.hero-image-wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-scroll-trigger-animation {
  z-index: -999;
  height: 50vh;
  position: absolute;
}

.aspect-ratio-img {
  width: 100%;
  transform-origin: 50% 0;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.category-item {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.category-item.without-border {
  border-bottom-style: none;
}

.aspect-ratio-height {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.aspect-ratio-height.blog {
  padding-top: 60%;
}

.aspect-ratio-height.post {
  padding-top: 50%;
}

.categories-wrapper {
  align-self: flex-start;
  margin-top: 1em;
}

.categories-wrapper.margin-bottom-xxxs {
  margin-bottom: 2em;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-vertical.full-height {
  height: 100%;
}

.flex-vertical.full-height.center {
  justify-content: center;
}

.flex-vertical.full-height.pricing {
  justify-content: center;
  align-items: center;
}

.flex-vertical.full-height.hero-center {
  justify-content: center;
}

.tile-img-wrapper {
  width: 100%;
  color: #fff;
}

.tile-grid-item {
  width: 100%;
  background-color: #faf7f4;
  border-radius: 1.25em;
  padding-bottom: 2em;
  overflow: hidden;
}

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

.slider-mask {
  width: 350px;
  margin-left: -1em;
  overflow: visible;
}

.hidden {
  display: none;
}

.slider-arrow-icon {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-heading {
  max-width: 27em;
  text-align: left;
  margin-bottom: 3em;
  position: relative;
}

.slider-slide {
  margin-left: 1em;
  margin-right: 1em;
}

.section-img-container {
  display: flex;
}

.succsess-message {
  background-color: #4d4e50;
  font-size: 1.2em;
}

.social-icons-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
  margin-left: -1em;
  margin-right: -1em;
  display: flex;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.categories {
  flex-wrap: wrap;
  margin-left: -1.5em;
  margin-right: -1.5em;
}

.flex-horizontal.justify-center {
  justify-content: center;
}

.flex-horizontal.wrap {
  flex-wrap: wrap;
  align-content: flex-end;
}

.flex-horizontal.space-between {
  justify-content: space-between;
  align-items: center;
}

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

.nav-link-wrapper {
  overflow: hidden;
}

.nav-link-wrapper.last {
  align-items: center;
  padding-right: 4px;
  display: flex;
}

.nav-link-wrapper.last.mobile {
  display: none;
}

.category-link-cell {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.inner-title-wrapper {
  width: 60%;
}

.back-wrapper {
  margin-bottom: 1.5em;
  display: flex;
}

.back-arrow {
  width: .8em;
  height: .8em;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  display: flex;
  transform: rotate(-135deg);
}

.max-width {
  max-width: 600px;
}

.max-width._500 {
  max-width: 500px;
}

.max-width._450 {
  max-width: 450px;
}

.max-width.blog {
  margin-left: auto;
  margin-right: auto;
}

.blog-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-categories-wrapper {
  flex-wrap: wrap;
  margin: 1em -8px;
  display: flex;
}

.blog-category {
  color: #99c4e3;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
  font-weight: 500;
}

.blog-title-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-info-wrapper {
  color: #99c4e3;
  white-space: nowrap;
  align-items: flex-end;
  margin-top: 2em;
  margin-bottom: .3em;
  font-size: 1.1em;
  display: flex;
}

.blog-divider {
  margin-left: .6em;
  margin-right: .6em;
}

.blog-content-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 2em;
  display: block;
}

.blog-title {
  font-size: 3.6em;
}

.tile-img-wrapper-cover {
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 1.25em;
  overflow: hidden;
}

.logo-img {
  height: 100%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-arrow-wrapper {
  z-index: 1;
  width: 2.9em;
  height: 2.9em;
  min-height: 2.9em;
  min-width: 2.9em;
  color: #fde5d2;
  background-color: #0e0e10;
  border-radius: 50em;
  justify-content: flex-end;
  align-items: center;
  padding: .8em;
  display: flex;
}

.button-arrow-wrapper.pastel {
  color: #0e0e10;
  background-color: #fde5d2;
}

.button-arrow-wrapper.green {
  color: #99c4e3;
  background-color: #0e0e10;
}

.button-cirlce-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #99c4e3;
  border-radius: 50em;
  justify-content: flex-end;
  align-items: center;
  padding: .38em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-arrow-icon {
  width: 1.4em;
  height: 1.4em;
  color: #99c4e3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-arrow-icon.black {
  color: #0e0e10;
}

.nav-logo-links-wrapper {
  align-items: center;
  display: flex;
}

.hero-text-highlight {
  background-image: url('../images/Orion.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: -40px;
  padding: 24px 40px;
}

.hero-image {
  width: 100%;
  border-radius: 20px;
}

.partners-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.5em;
  display: flex;
  overflow: hidden;
}

.partner-logo {
  height: 2vw;
  margin-left: 3vw;
  margin-right: 3vw;
}

.partners-stack {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.partners-loop {
  display: flex;
}

._2-up-image {
  width: 80%;
  max-width: none;
}

._2-up-image.tab {
  width: auto;
  height: 300px;
}

.section-circle {
  z-index: 0;
  width: 50em;
  height: 50em;
  opacity: .5;
  background-image: radial-gradient(circle farthest-side, #99c4e3, rgba(198, 195, 242, 0));
  border-radius: 50em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -25em;
  right: auto;
}

.section-circle.bottom {
  top: auto;
  bottom: -25em;
  left: auto;
  right: -15em;
}

.title-with-icon {
  background-image: url('../images/Asterics.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 1.4em;
}

.info-item-wrapper {
  width: 50%;
  flex-flow: wrap;
  padding: 1em;
  display: flex;
}

.info-content {
  background-color: #fde5d2;
  border-radius: 1.25em;
  flex: 1;
  padding: 3em 2em;
  overflow: hidden;
}

.slider-arrow-2 {
  width: 1.5em;
  height: 1.5em;
  color: #828283;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
  top: -4em;
  bottom: auto;
  left: auto;
  right: 3em;
}

.slider-arrow-2:hover {
  color: #fff;
}

.slider-arrow-2.right {
  right: 0;
}

.slider-slide-wrapper-2 {
  width: 100%;
  height: 100%;
  min-height: 330px;
  border-radius: 1em;
}

.crumbs-image {
  width: 2.5em;
  position: absolute;
  top: -1.5em;
  bottom: auto;
  left: auto;
  right: -2.4em;
}

.slier-image {
  border-radius: 1em;
}

.tabs-menu {
  max-width: none;
  background-color: #fde5d2;
  border-radius: 5em;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25em;
  padding-bottom: .25em;
  display: flex;
}

.tab-link {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50em;
  flex: 1;
  margin-left: .25em;
  margin-right: .25em;
  padding: 1.25em 2.5em;
  font-weight: 600;
  transition: border-color .2s, background-color .2s, color .2s;
}

.tab-link:hover {
  color: #828283;
}

.tab-link.w--current {
  color: #fde5d2;
  background-color: #0e0e10;
  align-self: center;
}

.tab-pane {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 2em;
  display: flex;
}

.billboard {
  font-size: 4.3em;
}

.secondary-color {
  color: #99c4e3;
}

.bubbles-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bubbles-item {
  width: 80%;
  max-width: 420px;
  color: #fff;
  background-color: #99c4e3;
  border-radius: 1.25em 1.25em 1.25em .25em;
  margin-bottom: 1.5em;
  padding: 2em 1.5em;
  display: flex;
  position: relative;
}

.bubbles-item.second {
  background-color: rgba(255, 255, 255, .75);
  border-bottom-right-radius: .25em;
  border-bottom-left-radius: 1.25em;
  flex-direction: row-reverse;
  align-self: flex-end;
}

.bubble-avatar-img {
  width: 3.5em;
  height: 3.5em;
  min-height: 3.5em;
  min-width: 3.5em;
  border-radius: 50em;
  margin-right: 1.25em;
}

.bubble-avatar-img.second {
  margin-left: 1.25em;
  margin-right: 0;
}

.bubble-img {
  width: 3em;
  position: absolute;
  top: -2.1em;
  bottom: auto;
  left: auto;
  right: 1.9em;
}

.pricing-wrapper {
  width: 100%;
  max-width: 348px;
  text-align: center;
  background-color: #fff;
  border-radius: 1.5em;
  padding: 2.5em 2em;
}

.pricing-wrapper.center {
  color: #fff;
  background-color: #0e0e10;
  flex-direction: column;
  display: flex;
}

.price-wrapper {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  border-bottom: 1px solid #ede7e3;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  padding-bottom: 1.25em;
  display: flex;
}

.price-features-wrapper {
  text-align: left;
  margin-bottom: 2em;
}

.price-feature-item {
  align-items: flex-start;
  margin-top: .65em;
  margin-bottom: .65em;
  display: flex;
}

.price-tick {
  width: 1em;
  height: 1em;
  min-height: 1em;
  min-width: 1em;
  color: #9ec9a6;
  justify-content: center;
  align-items: center;
  margin-top: .2em;
  margin-right: .75em;
  display: flex;
}

.price-tick.violette {
  color: #c6c3f2;
}

.price-sale-wrapper {
  color: #0e0e10;
  background-color: #c6c3f2;
  border-radius: 50em;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: .75em;
  padding: .25em .75em;
  font-weight: 600;
  display: flex;
}

.button-secondary {
  height: 56px;
  color: #0e0e10;
  text-align: center;
  background-color: #fde5d2;
  border-style: none;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: 1em 1.55em;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary.green {
  background-color: #9ec9a6;
}

.button-secondary.green:hover {
  background-color: #b4e6be;
}

.button-secondary.viollete {
  background-color: #c6c3f2;
}

.button-secondary.viollete:hover {
  background-color: #e2e0ff;
}

.abstract-heading-img {
  width: 5em;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.accordion-wrapper {
  text-align: left;
  background-color: #fff;
  border-radius: 1.25em;
  flex-direction: column;
  margin-bottom: 2em;
  padding: 2em 2.5em 0;
  display: block;
}

.accordion-heading {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-wrapper {
  align-items: center;
  display: flex;
}

.accordion-title {
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 600;
}

.accordion-icon {
  width: 1.5em;
  height: 1.5em;
  min-height: 1.5em;
  min-width: 1.5em;
  margin-top: .1em;
  margin-left: 1em;
}

.accordion-content {
  margin-top: 32px;
  overflow: hidden;
}

.logo-footer {
  height: 2em;
  margin-bottom: 2.5em;
}

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

.semibold {
  font-weight: 600;
}

.social-link {
  border: 1px solid rgba(194, 200, 217, 0);
  border-radius: 50%;
  margin-left: 2px;
  margin-right: 2px;
  padding: 12px;
  transition: border-color .3s;
}

.social-link:hover {
  border: 1px solid #c2c8d9;
}

.social-icon-2 {
  height: 24px;
}

.footer-item {
  width: 50%;
}

.footer-small-links {
  padding-left: 1.5em;
  display: flex;
}

.logo-loader {
  width: 8em;
}

.text-info {
  padding-left: 1em;
  padding-right: 1em;
}

.horizontal-field {
  border: 1px solid #0e0e10;
  border-radius: 50em;
  display: flex;
  overflow: hidden;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: #0e0e10;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #fde5d2;
  border-radius: 2.1em;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  width: 200px;
  height: 280px;
  object-fit: cover;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

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

.testimonial-block {
  background-color: #99c4e3;
  border-radius: 1.9em;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

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

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

.testimonial-author-name {
  font-weight: 700;
}

.button-text-2 {
  z-index: 2;
  text-shadow: 0 16px #fbf2ec;
  position: relative;
}

.button-text-2.large {
  font-size: 1.25em;
}

.button-text-2.large.light {
  color: #fde5d2;
  text-shadow: 0 16px #0e0e10;
}

.button-arrow-wrapper-2 {
  z-index: 1;
  width: 2.9em;
  height: 2.9em;
  min-height: 2.9em;
  min-width: 2.9em;
  color: #fbf2ec;
  background-color: #0e0e10;
  border-radius: 50em;
  justify-content: flex-end;
  align-items: center;
  padding: .8em;
  display: flex;
}

.button-arrow-wrapper-2.pastel {
  color: #0e0e10;
  background-color: #fde5d2;
}

.button-2 {
  height: 56px;
  color: #0e0e10;
  text-align: center;
  white-space: nowrap;
  background-color: #fbf2ec;
  border-style: none;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: 1em 1.55em;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.dark {
  color: #fbf2ec;
  background-color: #0e0e10;
}

.button-arrow-icon-2 {
  width: 1.4em;
  height: 1.4em;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .container {
    padding: 72px 32px;
  }

  .container.nav {
    padding: 8px 44px;
  }

  .container.inner-hero {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container.hero {
    padding-top: 3.55em;
  }

  .grid-item {
    padding: 12px;
  }

  .grid-item._80.tablet-100, .grid-item._50.tablet-100, .grid-item._33.tablet-100, .grid-item._67.tablet-100 {
    width: 100%;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._88 {
    height: 3em;
  }

  .spacer._104 {
    height: 64px;
  }

  .sg-container {
    padding: 64px 24px;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .link.small {
    padding: 1em 0 1em 0;
    font-size: 16px;
  }

  .link.small:hover, .link.small.w--current {
    padding-left: 1em;
    padding-right: 1em;
  }

  .navigation {
    z-index: 9999;
    mix-blend-mode: normal;
    background-color: #fff;
  }

  .nav-brand {
    color: #0e0e10;
    margin-right: 0;
    font-size: 18px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0 6px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    color: #0e0e10;
    text-align: center;
    margin: 1em 0;
    padding: .25em 0;
    display: block;
  }

  .nav-link.w--current {
    color: #0e0e10;
    box-shadow: inset 0 -1px #0e0e10;
  }

  .nav-link.footer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-links-wrapper {
    width: 100%;
    justify-content: flex-start;
    margin: 1em -1em;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1em;
  }

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

  .hamburger-icon {
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .sg-images {
    height: 24vw;
  }

  .menu-nav {
    height: 100vh;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .nav-grid {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .link-arrow.small {
    width: 14px;
    height: 14px;
  }

  .hero-image-wrapper {
    margin-top: 3em;
  }

  .flex-vertical.full-height.hero-center {
    text-align: center;
    align-items: center;
  }

  .slider-mask {
    width: 320px;
  }

  .slider-heading {
    max-width: 50%;
    margin-bottom: 32px;
  }

  .social-icons-wrapper {
    margin-left: -1em;
    margin-right: -1em;
  }

  .flex-horizontal.wrap {
    flex-wrap: wrap;
  }

  .hamburger-bar {
    width: 100%;
    height: 3px;
    background-color: #0e0e10;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .menu-nav-link-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .nav-link-wrapper.last {
    display: none;
  }

  .nav-link-wrapper.last.mobile {
    flex-direction: column;
    margin-top: 3em;
    display: flex;
  }

  .inner-title-wrapper {
    width: 100%;
  }

  .back-wrapper {
    margin-bottom: 20px;
  }

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

  .blog-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-info-wrapper {
    margin-top: 24px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 12px;
  }

  .blog-content-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .blog-tags-wrapper {
    display: flex;
  }

  .blog-tag {
    padding-right: 8px;
  }

  .blog-tag:last-child {
    padding-right: 0;
  }

  .blog-title {
    font-size: 3em;
  }

  .hero-text-highlight {
    align-self: center;
  }

  .hero-image {
    width: 70%;
  }

  .partner-logo {
    height: 5vw;
  }

  ._2-up-image.tab {
    height: 240px;
  }

  .info-item-wrapper {
    width: 50%;
  }

  .tabs-menu {
    background-color: #0e0e10;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2.1em;
    flex-direction: column;
  }

  .tab-link.w--current {
    background-color: #fde5d2;
    border: 1px solid #fde5d2;
    margin: .5em 0;
    padding-top: .95em;
    padding-bottom: .95em;
  }

  .bubbles-wrapper {
    margin-top: 2.5em;
  }

  .accordion-wrapper.first {
    margin-top: 2em;
  }

  .footer-item {
    width: 100%;
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .footer-small-links {
    padding-left: 0;
  }

  .text-block-2 {
    color: #0e0e10;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    color: #fde5d2;
  }

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

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.75em;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  .container {
    padding: 6em .75em;
  }

  .container.nav {
    width: 100%;
    padding: 4px 24px;
  }

  .grid.landscape-reverse {
    flex-flow: wrap-reverse;
  }

  .grid-item._20.landscape-100, .grid-item._50.landscape-100 {
    width: 100%;
  }

  .grid-item._33.tablet-100 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-item._33.mobile-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-item._33.landscape-100, .grid-item._25.landscape-100 {
    width: 100%;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._88.landscape-56 {
    height: 56px;
  }

  .spacer._56 {
    height: 2.5em;
  }

  .spacer._104 {
    height: 20px;
  }

  .spacer._64.landscape-32 {
    height: 32px;
  }

  .spacer._72 {
    height: 24px;
  }

  .spacer._72.landscape-40 {
    height: 40px;
  }

  .spacer._80 {
    height: 24px;
  }

  .spacer._80.landscape-48 {
    height: 48px;
  }

  .spacer._96.landscape-64 {
    height: 64px;
  }

  .spacer._112.landscape-72 {
    height: 72px;
  }

  .spacer._128.landscape-80 {
    height: 80px;
  }

  .spacer._184.landscape-104 {
    height: 104px;
  }

  .spacer._120 {
    height: 5em;
  }

  .sg-block.colors {
    border-radius: 12px;
    padding: 16px;
  }

  .sg-container {
    padding: 48px 16px;
  }

  .nav-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer-bottom-wrapper {
    margin-top: 32px;
  }

  .utility-page-content, .menu-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-content {
    height: auto;
    margin-top: 32px;
  }

  .changelog-wrapper {
    padding: 24px;
  }

  .submit-button {
    width: 100%;
  }

  .hero-image-wrapper._2-up {
    margin-top: 0;
  }

  .categories-wrapper {
    margin-top: 3em;
  }

  .categories-wrapper.margin-bottom-xxxs {
    margin-top: 1em;
  }

  .flex-vertical.full-height.pricing {
    align-items: center;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
  }

  .blog-content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.25fr;
  }

  .blog-title {
    font-size: 2em;
  }

  ._2-up-image {
    width: 70%;
    margin-bottom: 2em;
  }

  .info-item-wrapper {
    padding: .4em;
  }

  .info-content {
    padding: 2em 1.5em;
  }

  .slider-arrow-2 {
    width: 40px;
    height: 40px;
    top: -2em;
    right: 2em;
  }

  .tabs-menu {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
  }

  .tab-link {
    color: #fde5d2;
    background-color: rgba(0, 0, 0, 0);
    margin: .5em 0;
    padding-top: .95em;
    padding-bottom: .95em;
    transition: border-color .2s, background-color .2s, color .2s;
  }

  .tab-link:active, .tab-link:focus, .tab-link:visited {
    color: #0e0e10;
  }

  .tab-link.w--current {
    color: #0e0e10;
    background-color: #fde5d2;
  }

  .tab-pane {
    margin-top: 2em;
  }

  .billboard {
    font-size: 3em;
  }

  .pricing-wrapper {
    min-width: 348px;
  }

  .button-secondary {
    width: 100%;
  }

  .text-block-3:hover {
    color: #4d4e50;
  }

  .text-block-3:active, .text-block-3:focus {
    color: #0e0e10;
  }

  .text-block-4:hover {
    color: #4d4e50;
  }

  .text-block-4:active, .text-block-4:focus {
    color: #0e0e10;
  }

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

  .testimonial-main-image {
    width: 250px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  .section.beige {
    border-radius: 2em;
  }

  .container {
    padding-left: .75em;
    padding-right: .75em;
  }

  .container.nav {
    width: 100%;
  }

  .grid-item._50.tablet-100 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .spacer._32, .spacer._24 {
    height: 1.5em;
  }

  .spacer._128 {
    height: 80px;
  }

  .button {
    width: 100%;
  }

  .button.form-one-row {
    border-top-left-radius: 50em;
    border-bottom-left-radius: 50em;
  }

  .footer-links-wrapper {
    flex-flow: column wrap;
  }

  .footer-bottom-wrapper {
    opacity: .98;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-field.horizontal {
    border-bottom-style: solid;
    margin-bottom: 1.5em;
    padding-left: 0;
  }

  .hero-image-wrapper {
    margin-top: 1em;
  }

  .category-item.without-border {
    width: 100%;
  }

  .categories-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .categories-wrapper.margin-bottom-xxxs {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .slider {
    margin-top: 2em;
    margin-bottom: 56px;
  }

  .slider-mask {
    width: 90%;
    max-width: 280px;
    margin-left: -8px;
  }

  .slider-heading {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .slider-slide {
    margin-left: 8px;
    margin-right: 8px;
  }

  .flex-horizontal.space-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .category-link-cell {
    width: 100%;
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .blog-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 1em;
  }

  ._2-up-image.tab {
    margin-bottom: 1em;
  }

  .info-item-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow-2 {
    top: auto;
    bottom: -64px;
    left: 0%;
    right: auto;
  }

  .slider-arrow-2.right {
    top: auto;
    bottom: -64px;
    left: auto;
    right: 0%;
  }

  .billboard {
    font-size: 2.5em;
  }

  .bubbles-wrapper {
    margin-top: 3em;
  }

  .bubbles-item {
    width: 100%;
  }

  .pricing-wrapper {
    max-width: 100%;
    min-width: 100%;
  }

  .abstract-heading-img {
    width: 3em;
    top: -.6em;
  }

  .accordion-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-small-links {
    flex-direction: column;
  }

  .horizontal-field {
    border-style: none;
    border-radius: 0;
    flex-direction: column;
  }

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

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

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .button-2 {
    width: 100%;
  }
}

#w-node-_207a5c3a-deb8-e18b-2b35-747244cd128c-5bb5054b, #w-node-_2998e79d-0420-b039-bc66-1b74e7541875-f2b5054d, #w-node-_894eaab5-d03e-90e9-7e43-461ebecaeb74-f5b5054e, #w-node-_82a025f5-911f-4d3b-1e7d-c4fd338105fd-f5b5054e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d774e4b-1205-463b-7fe3-d095761ead29-ecb50552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_77cd284e-601e-8a40-97ac-6518cb759e64-ecb50552 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_7014bfdd-f886-5247-c8c5-56bbe8c47be7-ecb50552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'), url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'), url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}