:root {
  --light: #f3eeeb;
  --primary: #364940;
  --green: #80b3b3;
  --orange: #f3baa8;
  --secondary: #ebded7;
  --blue-light: #9ec5ff;
  --green-dark: #1f5c64;
  --white: white;
  --light-color: #fbf7f5;
  --yellow: #ffca5a;
  --pink: #df7f8c;
  --blue: #395c91;
  --yellow-dark: #f0cc78;
  --brown: #caac87;
}

body {
  background-color: var(--light);
  color: var(--primary);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.011em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 2.625rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.page-wrap {
  overflow: hidden;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 5.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.grievers {
  background-color: var(--green);
  position: static;
}

.navbar.funeral-director {
  background-color: var(--orange);
  position: static;
}

.navbar.book-a-demo {
  background-color: var(--secondary);
  position: static;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-large.hero {
  position: relative;
  overflow: visible;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.header {
  padding-top: 8rem;
  overflow: hidden;
}

.header.book-a-demo {
  background-color: var(--secondary);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.header-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 54rem;
  display: flex;
  position: relative;
  inset: 20% auto auto 0%;
}

.header-info {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 25rem;
  position: relative;
}

.header-info.full-ht {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  display: block;
}

.header-info.full-ht.is-hidden {
  display: none;
}

.header-info.landing {
  max-width: 28rem;
}

.header-info-texts {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.header-info-texts.md {
  max-width: 35rem;
  margin-bottom: 0;
}

.buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons.landing {
  justify-content: flex-start;
  align-items: center;
}

.button {
  background-color: var(--secondary);
  color: var(--primary);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition: all .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  background-color: #e1d2c9;
}

.button:focus {
  transform: scale(.9);
}

.button.blue {
  background-color: var(--blue-light);
}

.button.blue:hover {
  background-color: #7eb0fc;
}

.button.blue.in-form {
  flex: 1;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.bg-brown {
  background-color: var(--secondary);
}

.section.bg-green {
  background-color: var(--green-dark);
  color: var(--light);
}

.section.faq-section {
  padding-top: 7.5rem;
  padding-bottom: 3.5rem;
}

.section-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.memories {
  width: 100%;
  max-width: 41rem;
  position: relative;
}

.memories.move-memories {
  height: auto;
  margin-top: -60vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider {
  z-index: 2;
  background-color: #ddd0;
  height: auto;
  margin-bottom: 2.5rem;
}

.right-arrow, .left-arrow {
  display: none;
}

.m-slide {
  width: -moz-fit-content;
  width: fit-content;
}

.image-holder-inner {
  border-radius: 0;
  height: 31rem;
  overflow: hidden;
}

.img-fluid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  scale: 1;
}

.m-slide-w {
  border-radius: 0;
  width: 100%;
  max-width: 24rem;
  position: relative;
  overflow: hidden;
}

.m-slide-content {
  z-index: 1;
  color: var(--white);
  background-image: linear-gradient(0deg, #0101018c, #7b7b7b40 52%, #fff0);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-holder {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-holder.full {
  max-width: none;
}

.heading-holder.md {
  place-items: center;
  max-width: 28rem;
}

.heading-holder.in-memories {
  flex-flow: column;
  max-width: 30rem;
  display: flex;
  position: absolute;
  top: 80%;
  left: 5%;
}

.heading-holder.left-aligned {
  margin-left: 2.5rem;
}

.caption {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.3;
}

.caption.auto {
  text-transform: none;
}

.slide-quote {
  z-index: 10;
  background-color: var(--primary);
  color: var(--light-color);
  border-radius: 1rem;
  width: 50%;
  padding: 1.5rem 1rem 2rem;
  position: absolute;
  inset: 25% 0% auto auto;
  transform: translate(0, -50%);
}

.slide-quote.yellow {
  background-color: var(--yellow);
}

.slide-quote.pink {
  background-color: var(--pink);
}

.slide-quote.blue {
  background-color: var(--blue);
}

.quote-text {
  font-family: Reckless, sans-serif;
  font-size: 1.625rem;
  line-height: 1.25;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.s-name {
  font-family: Reckless, sans-serif;
  font-size: 2.125rem;
  line-height: 1.2;
}

.slide {
  width: 24rem;
  position: relative;
}

.cards {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 52rem;
  display: flex;
  position: relative;
}

.cards-holder {
  width: 100%;
  max-width: 44.5rem;
  margin-bottom: 6.5rem;
  position: relative;
}

.card {
  background-color: var(--yellow-dark);
  border-radius: 1.25rem;
  width: 50%;
  max-width: 22rem;
  padding: 4rem 1.5rem;
}

.card-image {
  margin-bottom: 2rem;
}

.blend-img {
  mix-blend-mode: multiply;
  width: 100%;
}

.card-heading {
  text-align: center;
  width: 100%;
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.caption-lg {
  font-family: Reckless, sans-serif;
  font-size: 1.625rem;
  line-height: 1.2;
}

.small-cards {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  max-width: 24rem;
  position: absolute;
  inset: 3rem 0% auto auto;
  overflow: hidden;
}

.sm-card {
  background-color: var(--white);
  border: 1px solid #00000008;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
}

.sm-card-image {
  border-radius: 5px;
  width: 6.125rem;
  min-width: 6.125rem;
  height: 6.125rem;
  margin-right: 2rem;
  overflow: hidden;
}

.sm-card-title {
  font-family: Reckless, sans-serif;
  font-size: 1.25rem;
  line-height: 1.35;
}

.quote-w {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 44rem;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
}

.quote-info {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--orange);
  color: var(--primary);
  text-align: center;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 50%;
  padding: 2rem;
  display: grid;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.button-sm {
  background-color: var(--secondary);
  color: var(--primary);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-sm:hover {
  background-color: var(--primary);
  color: var(--light);
}

.image-holder {
  border-radius: 10px;
  width: 60%;
  max-width: 24rem;
  position: relative;
  overflow: hidden;
}

.holder-content {
  color: var(--white);
  text-align: center;
  width: 85%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.personal-info-cards {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  max-width: 22rem;
  display: grid;
  position: absolute;
  inset: 50% auto auto 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.personal-card {
  background-color: var(--white);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  height: 7.5rem;
  margin-bottom: 1rem;
  padding: .8rem 1rem;
  display: flex;
  box-shadow: -10px 34px 34px #0000000d;
}

.personal-card-info {
  width: 60%;
}

.caption-sm {
  margin-bottom: .5rem;
  font-size: .875rem;
}

.personal-card-image {
  width: 40%;
  max-width: 7.5rem;
}

.personal-card-image.sm {
  max-width: 5.75rem;
}

.full-wd {
  width: 100%;
}

.heading-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2.75rem;
  font-size: 1.375rem;
  line-height: 1.2;
}

.slider-block, .quote-slider {
  width: 100%;
}

.slide-grid {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.block-left {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.block-left.bg-blue {
  background-color: var(--blue);
}

.image-slider {
  border-radius: 10px;
  width: 100%;
  max-width: 22.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040;
}

.block-right {
  background-color: var(--pink);
  color: var(--white);
  text-align: left;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.p1 {
  font-size: 1.375rem;
  line-height: 1.2;
}

.p1.landing {
  color: var(--primary);
  text-align: left;
  font-family: Reckless, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.p1.landing.primary {
  color: var(--primary);
}

.p1.landing.secondary {
  color: var(--light);
}

.p2 {
  font-size: 1.125rem;
  line-height: 1.3;
}

.quote-title {
  font-size: 2rem;
  line-height: 1.3;
}

.testimonials {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  margin-top: 4.5rem;
  display: flex;
}

.testimonials-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-row.reverse {
  justify-content: flex-end;
  align-items: center;
}

.testimonials-row.mb {
  margin-bottom: 2rem;
}

.testimonial-item {
  background-color: var(--brown);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.testimonial-quote {
  margin-bottom: 1.5rem;
  font-family: Reckless, sans-serif;
  font-size: 1.375rem;
}

.testimonial-item-bottom {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
}

.avatar-name, .avatar-role {
  font-size: 1.125rem;
}

.testimonials-slider {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.testimonial-cms {
  min-width: 28.125rem;
}

.cards-layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4rem;
  display: grid;
}

.card-item._1 {
  margin-top: 4.5rem;
}

.card-item._2 {
  margin-top: 9rem;
}

.card-item-image {
  background-color: var(--light-color);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 31rem;
  display: flex;
  overflow: hidden;
}

.card-item-content {
  margin-top: 1.5rem;
}

.card-item-head {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.divider-y {
  background-color: var(--light);
  width: 1px;
  height: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.newsletter {
  z-index: 2;
  background-color: var(--blue-light);
  color: var(--primary);
  border-radius: 1.25rem;
  width: 25.5rem;
  padding: 1.5rem 1.25rem 2rem;
  position: absolute;
  inset: auto 0% -2rem auto;
}

.label {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
}

.form-block {
  margin-top: 1rem;
  margin-bottom: 0;
}

.field-label {
  font-weight: 400;
  line-height: 1.3;
}

.form-holder {
  background-color: var(--light);
  border-radius: 5rem;
  height: 3.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field {
  background-color: var(--light);
  border: 0 solid #000;
  height: 100%;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.submit-button {
  background-color: var(--light);
  color: var(--primary);
  border-radius: 5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: var(--primary);
  color: var(--light);
}

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

.row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 3.75rem;
  display: flex;
}

.faq-holder {
  width: 65%;
  max-width: 50rem;
}

.faq-holder.full {
  width: 100%;
  max-width: none;
}

.faq-item {
  cursor: pointer;
  border-top: 1px solid #364940c4;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.faq-item-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-icon-w {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.f-icon {
  background-color: var(--primary);
  width: 1rem;
  height: 2px;
}

.f-icon-2 {
  background-color: var(--primary);
  width: 2px;
  height: 1rem;
  position: absolute;
}

.faq-item-content {
  width: 100%;
  overflow: hidden;
}

.faq-item-content-w {
  width: 90%;
  padding-top: 1.25rem;
}

.faq-cta {
  background-color: var(--secondary);
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1.5rem;
  display: flex;
}

.row-image {
  background-color: var(--light);
  width: 40%;
  max-width: 31.375rem;
  margin-top: 2rem;
  margin-left: 2rem;
}

.cta {
  color: var(--white);
  background-color: #c05517;
  border-radius: 1.5rem;
  width: 100%;
  margin-top: 7rem;
  padding: 1.25rem 2rem 1.5rem;
}

.cta.cta-v2 {
  background-color: var(--green-dark);
}

.cta.cta-v3 {
  color: var(--primary);
  background-color: #9ec5ff;
}

.cta-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-holder.full {
  max-width: none;
}

.cta-image {
  width: 40%;
  max-width: 22rem;
}

.cta-image.lg {
  width: 50%;
  max-width: 34rem;
}

.cta-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 43rem;
  display: flex;
}

.cta-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4.5rem;
  display: grid;
}

.cta-button {
  background-color: var(--secondary);
  color: var(--primary);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  min-width: 15rem;
  height: 3.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  transition: all .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cta-button:hover {
  background-color: #e1d2c9;
}

.footer-up {
  background-color: var(--primary);
  color: var(--light);
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.footer-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-heading {
  width: 50%;
}

.fo-logo {
  height: 8rem;
}

.divider {
  background-color: #eee8e0;
  height: 1px;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.footer-down {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.fo-logo-s {
  height: 5rem;
}

.fo-title {
  text-transform: uppercase;
  line-height: 1.3;
}

.footer-links-w {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.fo-form {
  min-width: 28rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.form-w {
  border: 1px solid #ebded7;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  display: flex;
}

.input {
  background-color: #f3eeeb00;
  border: 0 solid #000;
  height: 100%;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.submit {
  color: var(--light);
  background-color: #f3eeeb00;
  border-radius: 5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.submit:hover {
  background-color: var(--light);
  color: var(--primary);
}

.footer-socials {
  justify-content: flex-start;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.footer-w-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.so-icon {
  height: 1.5rem;
}

.fo-text {
  margin-left: 1.5rem;
  font-size: .875rem;
}

.links-sm {
  margin-left: 1rem;
  font-size: .875rem;
}

.footer-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-bg-w {
  background-image: url('../images/AboutLife_Wide-1-1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 18rem;
}

.fo-slider {
  z-index: 10;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.slide-heading {
  color: var(--light);
  text-align: center;
}

.slider-2 {
  background-color: #ddd0;
  width: 20rem;
  height: auto;
}

.slide-nav-2, .icon, .left-arrow-2 {
  display: none;
}

.logo {
  height: 3rem;
}

.logo.intro {
  scale: 3;
}

.brand {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.brand.w--current {
  z-index: 10;
}

.brand.is-home-logo {
  transform-origin: 0%;
  transform-style: preserve-3d;
  transform: scale3d(4, 4, 2)translate(-50%, 100%);
}

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

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--blue);
}

.dr-icon {
  margin: 0 0 0 4px;
  position: static;
}

.dropdown-inner {
  padding-top: 1rem;
}

.dropdown-wrap {
  background-color: var(--secondary);
  border-radius: .65rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 13.5rem;
  padding: 1.25rem 1rem;
  display: flex;
}

.dropdown-link {
  font-size: 1.125rem;
  line-height: 2;
}

.dropdown-list {
  background-color: #ddd0;
  overflow: hidden;
}

.nav-link {
  margin-left: 1.5rem;
  font-size: 1.125rem;
  transition: all .25s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  color: var(--blue);
}

.search-button {
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 50% 16rem auto auto;
  transform: translate(0, -50%);
}

.search-button:hover {
  transform: scale(.9)translate(0, -50%);
}

.search-popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f3eeebcc;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-block-2 {
  max-width: 48rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form-search {
  background-color: #fbf7f5;
  border-radius: 10rem;
  height: 4rem;
  padding-left: 4rem;
  position: relative;
}

.text-field-2 {
  background-color: #fff0;
  border: 0 solid #000;
  height: 100%;
  margin-bottom: 0;
}

.se-icon {
  position: absolute;
  inset: 50% auto auto 2rem;
  transform: translate(0, -50%);
}

.submit-button-2 {
  display: none;
}

.close {
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.close:hover {
  color: var(--green-dark);
}

.close-icon {
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}

.b1 {
  position: absolute;
  inset: 4rem auto auto 0%;
}

.image-w1 {
  border-radius: 10px;
  width: 12.5rem;
  overflow: hidden;
}

.b2 {
  z-index: 1;
  position: absolute;
  inset: 15rem auto auto 9rem;
}

.block-info {
  background-color: var(--primary);
  color: var(--light-color);
  border-radius: 10px;
  width: 13rem;
  padding: 1.25rem 1rem 2rem;
}

.b3 {
  position: absolute;
  inset: 0% -5rem auto auto;
}

.b4 {
  position: absolute;
  inset: 27rem -5rem auto auto;
}

.image-w2 {
  border-radius: 10px;
  width: 16rem;
  overflow: hidden;
}

.b5 {
  position: absolute;
  inset: 10rem 3rem auto auto;
}

.block-info-2 {
  background-color: var(--yellow);
  color: var(--primary);
  text-align: center;
  border-radius: 10px;
  width: 13rem;
  padding: 2.5rem 1rem;
}

.block-info-2.bg-green {
  background-color: #80b3b3;
}

.block-info-2.bg-red {
  background-color: var(--pink);
  color: var(--white);
}

.sm-text {
  margin-top: 1.5rem;
  font-size: .75rem;
  line-height: 1.2;
}

.b7 {
  position: absolute;
  inset: 22rem 25% auto auto;
}

.b6 {
  position: absolute;
  inset: 30rem auto auto -5rem;
}

.b8 {
  position: absolute;
  inset: 38rem auto auto 3rem;
}

.b9 {
  position: absolute;
  inset: auto 0% 5rem auto;
}

.b9.bg-pink {
  z-index: 1;
}

.b10 {
  position: absolute;
  inset: auto 9rem 10rem auto;
}

.b11 {
  position: absolute;
  inset: auto 38% 14rem auto;
}

.b12 {
  position: absolute;
  inset: auto 48% 22rem auto;
}

.block-info-w1 {
  background-color: var(--white);
  border-radius: 10px;
  width: 14rem;
  padding: 1.25rem;
}

.hours {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.h-item {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
}

.h-item.md {
  font-size: 1rem;
}

.icon-sm {
  width: 1rem;
  margin-right: .5rem;
}

.b13 {
  position: absolute;
  inset: auto auto 4rem 5%;
}

.b14 {
  position: absolute;
  inset: auto auto 0% 20%;
}

.avatar-info {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.pic {
  width: 1.875rem;
  margin-right: 4px;
}

.av-name {
  font-family: Reckless, sans-serif;
  font-size: .75rem;
}

.av-role {
  color: #000000b3;
  font-family: Reckless, sans-serif;
  font-size: .75rem;
}

.shadow {
  z-index: 0;
  filter: blur(100px);
  pointer-events: none;
  background-color: #36494080;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: 10.2rem 0% auto;
}

.arrow-s {
  width: 2.5rem;
  margin-left: 1rem;
}

.arrow-link {
  color: var(--light);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 2rem 1rem auto;
}

.nav-menu-w {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonials-mb {
  display: none;
}

.t-slider {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.header-s {
  background-color: var(--green);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.header-wrap-md {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.header-info-md {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.header-card {
  border-radius: 1rem;
  width: 100%;
  max-width: 21rem;
  margin-top: 4rem;
  overflow: hidden;
}

.header-card-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  overflow: hidden;
}

.header-card-content {
  background-color: var(--secondary);
  padding: 1.5rem 1.25rem 3.5rem;
}

.p3 {
  margin-top: 2rem;
  font-size: .8rem;
  font-weight: 500;
}

.image-w {
  border-radius: 10px;
  width: 17.25rem;
  position: absolute;
  inset: 12rem 0% auto auto;
  overflow: hidden;
}

.image-w4 {
  border-radius: 10px;
  width: 13.5rem;
  position: absolute;
  inset: auto auto 5rem 10rem;
  overflow: hidden;
}

.personal-card-a {
  z-index: 1;
  background-color: var(--white);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 19rem;
  padding: .8rem 1rem;
  display: flex;
  position: absolute;
  bottom: auto;
  right: auto;
  box-shadow: -10px 34px 34px #0000000d;
}

.block-info-w-lg {
  background-color: var(--white);
  border-radius: 10px;
  width: 17.125rem;
  height: auto;
  padding: 1.5rem 1.25rem;
  position: absolute;
}

.h5-heading {
  font-size: 1.375rem;
}

.block-info-lg-wrapper {
  color: var(--light);
  text-align: center;
  border-radius: 10px;
  width: 16rem;
  position: absolute;
  inset: 12rem auto auto 0%;
}

.why-us-cards {
  width: 100%;
  margin-top: 7rem;
}

.why-us-cards-d {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why-us-card {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.why-us-title {
  letter-spacing: -.011em;
  font-size: 1.75rem;
}

.why-us-cards-m {
  display: none;
}

.why-us-carousel {
  width: 100%;
}

.cta-form {
  width: 100%;
  max-width: 22rem;
  margin-bottom: 0;
}

.label-lg {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
}

.cta-form-w {
  background-color: var(--white);
  border: 1px solid #ebded7;
  border-radius: 5rem;
  height: 3.125rem;
  display: flex;
}

.input-field {
  background-color: #f3eeeb00;
  border: 0 solid #000;
  border-radius: 5rem;
  height: 100%;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.submit-w {
  background-color: var(--white);
  color: var(--primary);
  letter-spacing: -.011em;
  text-transform: uppercase;
  border-radius: 5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.submit-w:hover {
  background-color: var(--primary);
  color: var(--light);
}

.cards-wrapper {
  width: 100%;
}

.cards-wrapper-d {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.card-item-w1 {
  border-radius: 10px;
  width: 100%;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}

.card-item-w-content {
  color: var(--white);
  text-align: center;
  width: 80%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.card-item-w2 {
  background-color: var(--orange);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 8rem;
  padding: 6rem 2.25rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote-text-sm {
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 3rem;
  font-family: Reckless, sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}

.p-bottom {
  align-self: flex-end;
}

.card-item-w3 {
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.header-f {
  background-color: var(--orange);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.header-dashboard {
  width: 100%;
  max-width: 54rem;
  margin: 3.5rem auto 8.75rem;
}

.testimonial-el {
  height: 100%;
}

.testimonial-item-w {
  background-color: var(--secondary);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.testimonial-heading {
  text-align: center;
  width: 100%;
  max-width: 40rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.home-landing {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100dvh;
  display: flex;
}

.bottom-bar {
  background-color: var(--primary);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem 4rem;
  display: flex;
}

.main-frame {
  width: 100%;
  height: 100%;
}

.background-video {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.landing-content-frame {
  flex-flow: column;
  align-items: flex-start;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.landing-content-frame.form-frame {
  background-color: var(--light);
}

.landing-content-frame.form-frame.fd-color {
  background-color: var(--primary);
}

.the-solace-logo {
  color: var(--primary);
  width: auto;
  height: 42px;
  display: block;
}

.the-solace-logo.landing {
  color: var(--primary);
}

.the-solace-logo.fd-landing {
  color: var(--light);
}

.content-frame {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  display: flex;
}

.content-frame._2col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
}

.heading-landing {
  color: var(--primary);
  text-align: left;
  font-size: 2.5rem;
  line-height: 1.3;
}

.heading-landing.primary {
  color: var(--primary);
}

.heading-landing.secondary {
  color: var(--light);
}

.bottom-bar-text {
  color: var(--secondary);
  font-size: .75rem;
}

.bottom-right-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.landing-link-text {
  color: var(--secondary);
  width: auto;
  font-size: .75rem;
  text-decoration: none;
  display: flex;
}

.landing-link-icon {
  color: var(--secondary);
  width: 1.5rem;
  height: 1.5rem;
}

.link-block {
  height: 1.5rem;
}

.image-container, .image-landing {
  width: 100%;
  height: 100%;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.top-bar {
  background-color: #0000;
  padding-top: 1.25rem;
  padding-bottom: .75rem;
  padding-left: 4rem;
}

.form {
  background-color: var(--light);
  text-align: left;
  border-radius: 1rem;
  flex-flow: column;
  padding: 1.75rem;
  display: flex;
}

.label-form {
  font-family: Reckless, sans-serif;
  font-weight: 400;
}

.landing-form {
  width: 100%;
  max-width: 30rem;
}

.landing-form.is-hidden {
  display: none;
}

.input-form {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 2rem;
  height: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Reckless, sans-serif;
}

.button-container {
  padding-top: 1rem;
  display: flex;
}

.div-block {
  width: 100%;
  max-width: 30rem;
  height: 365px;
}

.div-block-2 {
  width: 100%;
  max-width: 30rem;
  height: 465px;
}

.rich-text-container {
  width: 100%;
}

.rte-narrow {
  max-width: 40rem;
  margin-top: 4rem;
}

.rte-narrow p {
  margin-bottom: 20px;
}

.rte-narrow h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rte-narrow h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.hero-images {
  width: 100%;
  height: 100%;
  position: absolute;
}

.intro-logo {
  z-index: 101;
  background-image: linear-gradient(180deg, var(--light), var(--light) 50%, #f3eeeb00);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.mask {
  border-radius: 1rem;
  width: 24rem;
}

.no-scroll {
  overflow: hidden;
}

.div-block-3 {
  margin-top: 2rem;
}

.book-demo-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.u-title-l {
  text-align: left;
  letter-spacing: -.09375rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2;
}

.u-title-l.is-center {
  text-align: center;
}

.u-text-large {
  color: #000;
  text-align: left;
  letter-spacing: -.0325rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.5;
}

.u-text-large.u-text-color-white {
  color: #fff;
}

.u-text-large.u-text-color-white.cta__text-first, .u-text-large.u-text-color-white.cta__text-second {
  text-align: center;
}

.fs-toc_sidebar {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #1a1a1a;
  border: 1px solid #000;
  border-radius: 5px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 28%;
  margin-right: 3rem;
  padding: 1rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.blog__author__link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.blog__author__link:hover {
  opacity: .8;
}

.navbar__link {
  border: 1px #000;
  border-radius: 2px;
  padding: .6rem .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition: color .5s cubic-bezier(.22, 1, .36, 1);
  position: relative;
}

.navbar__link:hover {
  color: #19171a;
  border: 1px solid #000;
  border-radius: 5px;
  padding-top: .6rem;
  padding-left: .5rem;
  padding-right: .5rem;
  transform: translate(-3px, -3px);
  box-shadow: 2px 2px 0 2px #19171a;
}

.navbar__link.w--current {
  color: #19171a;
  border-style: solid;
  border-radius: 5px;
  padding-top: .6rem;
  padding-bottom: .6rem;
  font-size: 1rem;
  font-weight: 600;
}

.cta__text {
  width: 100%;
  max-width: 46rem;
  margin: 2rem auto;
}

.heading-small {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.blog__list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.navbar__logo__embed {
  height: 1.5rem;
}

.navbar__action.show-on-mobile {
  display: none;
}

.page-wrapper {
  position: static;
}

.blog__wrapper {
  width: 100%;
}

.fs-toc_link-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.u-support {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 110%;
}

.u-container {
  text-align: center;
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: static;
  overflow: visible;
}

.navbar__logo {
  transition: opacity .2s ease-in-out;
}

.navbar__logo:hover {
  opacity: .7;
}

.section__head {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section__head.is-blog {
  justify-content: center;
  align-items: center;
  max-width: 39rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.navbar__menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  width: 60%;
  display: flex;
}

.cta__action {
  justify-content: center;
  display: flex;
}

.hero__breadcrumbs__link {
  transition: all .2s ease-in-out;
}

.hero__breadcrumbs__link:hover {
  color: #f53;
}

.hero__breadcrumbs__link.is-current {
  color: #19171ab3;
}

.navbar__links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.u-title-xs {
  text-align: left;
  letter-spacing: -.01rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.u-title-xs.u-text-color-black {
  text-align: left;
}

.hero__breadcrumbs {
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.hero__breadcrumbs.u-support {
  grid-column-gap: 4px;
}

.navbar-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .3125rem;
  width: 100%;
  max-width: 82.5rem;
  margin-top: .625rem;
  margin-left: auto;
  margin-right: auto;
  padding: .8125rem 1.25rem;
  position: absolute;
  top: .625px;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #19171a;
  border: 1px solid #19171a;
  border-radius: 5px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: .8125rem 1.75rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
}

.button-2:hover {
  box-shadow: 4px 4px #f53;
}

.button-2.is-primary {
  transition-duration: 50ms;
}

.button-2.is-primary:hover {
  background-color: #f53;
  transform: translate(-5px, -5px);
  box-shadow: 5px 5px #19171a;
}

.button-2.is-secondary {
  color: #19171a;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  transition-duration: 50ms;
}

.button-2.is-secondary:hover {
  transform: translate(-5px, -5px);
  box-shadow: 5px 5px #19171a;
}

.button-2.is-secondary.get-discovery-typeform:hover {
  background-color: #fff;
}

.cta-2 {
  text-align: center;
  background-color: #19171a;
  border-radius: .9375rem;
  padding: 6rem 2rem;
}

.section__head__title {
  text-align: center;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.u-image-responsive {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.blog__author {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.rich__text {
  color: #19171a;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.hero__title {
  text-align: center;
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.hero__title.is-article {
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.section-2 {
  background-color: #fff6f5;
  padding-top: 0;
  padding-bottom: 5rem;
}

.section-2.is-colorized {
  background-color: #fff6f5;
  position: static;
}

.section-2.is-hero-article {
  background-color: #fff6f5;
  border-bottom: 1px solid #000;
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.section-2.is-cta {
  z-index: 10;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.section-2.is-cta.is-colorized {
  position: relative;
}

.fs-toc_rich-text {
  padding-left: 0;
  padding-right: 0;
}

.fs-toc_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .25rem;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.fs-toc_link.w--current {
  color: #19171a;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
}

.fs-toc_link-wrapper {
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.fs-toc_link-wrapper.is-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #252525;
}

.fs-toc_h-trigger {
  display: none;
}

.blog__author__image {
  border-radius: .3125rem;
  flex: none;
  width: 3rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
}

.cta__title {
  color: #fff;
  width: 100%;
  max-width: 38.125rem;
  margin-left: auto;
  margin-right: auto;
}

.blog__item {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  flex: none;
  max-width: 50vw;
  transition: all .2s;
}

.blog__item:hover {
  box-shadow: 4px 4px 0 2px #19171a;
}

.navbar__grid {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.u-caption {
  color: #00000080;
  margin-bottom: .625rem;
}

.u-caption.is-white {
  color: #fff9;
}

.section__head__text {
  text-align: center;
  margin-top: 24px;
  display: block;
}

.fs-toc_example {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.u-text-xsmall {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
}

.image-2 {
  width: 100%;
}

.small-cards-list {
  flex-flow: column;
  display: flex;
}

.personal-cards-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.block-info-lg-card {
  background-color: var(--blue);
  color: var(--light);
  text-align: center;
  border-radius: 10px;
  width: 16rem;
  padding: 4rem 1rem 2.5rem;
  position: absolute;
}

.block-info-lg-card.has-yellow-bg {
  background-color: var(--yellow);
  color: var(--green-dark);
}

.personal-card-a-wrapper {
  position: absolute;
  top: 6rem;
  left: 7rem;
}

.block-info-w-lg-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 17.125rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3rem;
  right: 10%;
}

.div-block-5 {
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-6 {
  text-align: center;
}

.heading {
  text-align: left;
}

.heading-1 {
  text-align: center;
}

.image-3 {
  text-align: left;
  width: 480px;
  padding-bottom: 4rem;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.rich-text-block {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 0;
  padding-left: 9rem;
  padding-right: 9rem;
  display: flex;
}

.div-block-9 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.div-block-10 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.about-container {
  padding-left: 12rem;
  padding-right: 12rem;
}

.div-block-11 {
  width: 100%;
}

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

.div-block-12 {
  margin-bottom: 2rem;
}

.div-block-13 {
  background-color: var(--primary);
}

.body {
  background-color: var(--light);
}

.section-3 {
  background-color: var(--secondary);
}

.div-block-14 {
  width: 100%;
  margin-top: 5rem;
}

.home-hero-spacer {
  height: 30vh;
  padding-bottom: 0;
}

.div-block-15 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-end;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.image-4 {
  height: 422px;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.bottom-bar-copy {
  background-color: var(--primary);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem 4rem;
  display: flex;
}

.about-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 4rem;
  display: flex;
}

.heading-6, .text-block {
  color: var(--light);
}

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

.image-5 {
  margin-bottom: 2rem;
}

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

  h2 {
    font-size: 2.8rem;
  }

  h3 {
    font-size: 2.4rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  .navbar {
    height: 6rem;
  }

  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .nav-wrap {
    position: static;
  }

  .container-large {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .nav-menu {
    background-color: var(--light);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: calc(100vh - 6rem);
    padding: 8rem 4rem 4rem;
  }

  .nav-list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .header {
    padding-top: 16rem;
    padding-bottom: 10rem;
  }

  .header-wrap {
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 115rem;
  }

  .header-info {
    max-width: 35rem;
  }

  .header-info.full-ht {
    justify-content: center;
    align-items: center;
  }

  .header-info.landing {
    max-width: 28rem;
  }

  .buttons.nav-buttons {
    width: 100%;
  }

  .button {
    padding: .625rem 1.25rem;
    font-size: 1rem;
    line-height: 100%;
  }

  .section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section.faq-section {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .section-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .memories {
    max-width: 60rem;
  }

  .memories.move-memories {
    left: 10%;
  }

  .slider {
    margin-bottom: 4rem;
  }

  .image-holder-inner {
    border-radius: 0;
    height: auto;
  }

  .m-slide-w {
    border-radius: 0;
    max-width: none;
  }

  .heading-holder {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 35rem;
  }

  .heading-holder.md {
    max-width: 30rem;
  }

  .caption {
    font-size: 1.4rem;
  }

  .slide-quote {
    padding-top: 2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .quote-text, .s-name {
    font-size: 2.4rem;
  }

  .s-date {
    font-size: 1.4rem;
  }

  .cards-holder {
    max-width: 60rem;
    margin-bottom: 8rem;
  }

  .card {
    width: 60%;
    max-width: none;
  }

  .card-heading {
    max-width: 17rem;
  }

  .caption-lg {
    font-size: 1.8rem;
  }

  .small-cards {
    width: 50%;
    max-width: none;
  }

  .sm-card-image {
    width: 7.4rem;
    min-width: 7.4rem;
  }

  .sm-card-title {
    font-size: 1.4rem;
  }

  .quote-w {
    max-width: 60rem;
  }

  .image-holder {
    max-width: none;
  }

  .personal-info-cards {
    width: 45%;
    max-width: none;
  }

  .caption-sm {
    font-size: 1.2rem;
  }

  .block-left {
    border-radius: 1.6rem;
  }

  .block-right {
    border-radius: 1.6rem;
    padding: 2rem;
  }

  .p1 {
    font-size: 1.8rem;
  }

  .p1.landing.primary, .p1.landing.secondary {
    text-align: center;
  }

  .p2 {
    font-size: 1.6rem;
  }

  .quote-title {
    margin-top: 4.8rem;
  }

  .testimonials {
    display: none;
  }

  .testimonial-item {
    border-radius: 1rem;
    width: 100%;
    padding: 2rem;
  }

  .testimonial-quote {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .avatar {
    width: 3.6rem;
    height: 3.6rem;
  }

  .avatar-name {
    font-size: 1.4rem;
  }

  .testimonials-slider {
    flex-flow: column;
  }

  .testimonial-cms {
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .card-item-head {
    font-size: 1.4rem;
  }

  .newsletter {
    display: none;
  }

  .submit-button {
    font-size: 1.4rem;
  }

  .heading-left {
    text-align: center;
    align-self: center;
  }

  .row {
    flex-flow: column;
    margin-top: 4.8rem;
  }

  .faq-holder {
    width: 100%;
    max-width: none;
  }

  .faq-item {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .faq-q {
    font-size: 2rem;
  }

  .f-icon {
    width: 1.6rem;
  }

  .f-icon-2 {
    height: 1.6rem;
  }

  .faq-item-content-w {
    padding-top: 1.6rem;
  }

  .faq-cta {
    margin-top: 3.2rem;
    padding: 3rem;
  }

  .row-image {
    width: 100%;
    max-width: none;
    margin-top: 4rem;
    margin-left: 0;
  }

  .cta {
    border-radius: 2.4rem;
    margin-top: 8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta-button {
    min-width: 13.5rem;
    height: 4.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-up {
    padding-top: 7.2rem;
    padding-bottom: 3.2rem;
  }

  .footer-heading {
    width: 60%;
  }

  .fo-logo {
    height: 13rem;
  }

  .divider {
    margin-top: 6.4rem;
    margin-bottom: 3.2rem;
  }

  .footer-down {
    flex-flow: wrap;
  }

  .fo-logo-s {
    height: 7rem;
  }

  .fo-title, .fo-link {
    font-size: 1.4rem;
  }

  .footer-form {
    width: 100%;
    margin-top: 6.4rem;
  }

  .form-w {
    height: 4.8rem;
  }

  .submit {
    height: 100%;
    font-size: 1.4rem;
  }

  .footer-socials {
    justify-content: space-between;
    align-items: center;
    margin-top: 12rem;
  }

  .so-icon {
    height: 2.4rem;
  }

  .fo-text, .links-sm {
    font-size: 1.4rem;
  }

  .footer-bg-w {
    height: 28rem;
  }

  .slider-2 {
    width: 30rem;
  }

  .logo {
    height: 3.2rem;
  }

  .brand {
    position: static;
    transform: none;
  }

  .dropdown {
    font-size: 2.2rem;
  }

  .dropdown-toggle {
    display: none;
  }

  .dropdown-inner {
    padding-top: 0;
  }

  .dropdown-wrap {
    background-color: var(--light);
    padding: 0;
  }

  .dropdown-link {
    font-size: 2.2rem;
  }

  .dropdown-list {
    display: block;
    position: static;
  }

  .nav-link {
    margin-left: 0;
    font-size: 2.2rem;
    line-height: 2;
  }

  .search-button {
    margin-left: auto;
    position: static;
    transform: none;
  }

  .form-search {
    height: 4.8rem;
  }

  .text-field-2 {
    font-size: 1.6rem;
  }

  .b1 {
    inset: 30rem 0% auto auto;
  }

  .image-w1 {
    width: 16rem;
  }

  .b2 {
    top: 55rem;
    left: 5rem;
  }

  .block-info {
    width: 14rem;
  }

  .b3 {
    inset: 40rem auto auto 0%;
  }

  .b4 {
    top: 60rem;
  }

  .b5 {
    top: 40rem;
    right: 10rem;
  }

  .block-info-2 {
    width: 14rem;
  }

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

  .b7 {
    inset: 25rem auto auto -5rem;
  }

  .b6 {
    top: 75rem;
  }

  .b8 {
    z-index: 2;
    inset: auto 5rem 25rem auto;
  }

  .b9.bg-pink {
    inset: auto 0% -5rem auto;
  }

  .b10 {
    inset: auto auto 10rem -7rem;
  }

  .b11 {
    inset: auto -5rem 0% auto;
  }

  .b12 {
    inset: 70rem 2rem auto auto;
  }

  .block-info-w1 {
    border-radius: 6px;
    width: 16rem;
  }

  .h-item {
    font-size: 1rem;
  }

  .b13 {
    inset: auto -7rem 35rem auto;
  }

  .b14 {
    bottom: 5%;
    left: 5rem;
  }

  .av-name, .av-role {
    font-size: 1rem;
  }

  .shadow {
    width: 40rem;
    height: 35rem;
  }

  .arrow-link {
    font-size: 1.4rem;
  }

  .m-line {
    background-color: var(--primary);
    border-radius: 100px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m-line-2 {
    background-color: var(--primary);
    border-radius: 100px;
    width: 24px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m-line-3 {
    background-color: var(--primary);
    border-radius: 100px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-w {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .testimonials-mb {
    width: 100%;
    margin-top: 7.2rem;
    display: flex;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .f-brand {
    width: 100%;
    margin-bottom: 6.4rem;
  }

  .s-title {
    font-size: 4.2rem;
  }

  .t-slider {
    flex-flow: column;
  }

  .header-s {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .header-wrap-md {
    width: 100%;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }

  .header-info-md {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }

  .header-card {
    z-index: 1;
    max-width: 22rem;
    margin-top: 10rem;
    position: relative;
  }

  .header-card-content {
    padding: 2rem 1.6rem 3rem;
  }

  .p3 {
    font-size: 1rem;
  }

  .image-w {
    width: 18rem;
    inset: auto -2rem 18rem auto;
  }

  .image-w4 {
    width: 15rem;
    inset: auto auto -5rem 10rem;
  }

  .block-info-w-lg {
    z-index: 1;
    border-radius: 6px;
    width: 16rem;
    bottom: -8rem;
  }

  .h5-heading {
    font-size: 1.4rem;
  }

  .block-info-lg-wrapper {
    border-radius: 5px;
    width: 16rem;
  }

  .why-us-cards {
    margin-top: 7.2rem;
  }

  .why-us-title {
    font-size: 2rem;
  }

  .cta-form {
    max-width: 30rem;
  }

  .label-lg {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }

  .cta-form-w {
    height: 4.8rem;
  }

  .input-field {
    padding-left: 1.6rem;
  }

  .submit-w {
    font-size: 1.4rem;
  }

  .cards-wrapper {
    margin-top: 6.4rem;
  }

  .cards-wrapper-d {
    width: 100%;
    min-width: 72rem;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .card-item-w1 {
    height: 100%;
    margin-top: 0;
  }

  .card-item-w2 {
    height: 100%;
    margin-top: 0;
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .quote-text-sm, .p-bottom {
    font-size: 1.4rem;
  }

  .card-item-w3 {
    height: 100%;
  }

  .card-title {
    font-size: 2.4rem;
  }

  .header-f {
    padding-top: 16rem;
    padding-bottom: 6rem;
  }

  .header-dashboard {
    margin-top: 4rem;
    margin-bottom: 12rem;
  }

  .testimonial-el {
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .testimonial-item-w {
    border-radius: 1rem;
    width: 100%;
    padding: 2rem;
  }

  .testimonial-heading {
    margin-bottom: 3.2rem;
  }

  .content-frame._2col {
    flex-flow: column;
  }

  .heading-landing.primary, .heading-landing.secondary {
    text-align: center;
  }

  .top-bar {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .top-bar.left-aligned, .top-bar.landing {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mask {
    height: 31.2rem;
  }

  .fs-toc_sidebar {
    width: 100%;
    padding: 1.5rem;
    position: relative;
    top: 0;
  }

  .navbar__link {
    font-size: 1.25rem;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .navbar__action.show-on-mobile {
    justify-content: center;
    margin-top: 1rem;
    display: flex;
  }

  .navbar__button__hamburger {
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .navbar__button {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
  }

  .navbar__button.w--open {
    background-color: #0000;
  }

  .navbar__menu {
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    padding: 1.5rem 1rem;
  }

  .navbar__links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .navbar-2 {
    border-radius: 0;
    top: 0;
    left: auto;
    transform: translate(0%);
  }

  .button-2 {
    display: block;
  }

  .section-2.is-hero-article {
    padding-top: 7.5rem;
  }

  .navbar__button__span {
    background-color: #19171a;
    border-radius: .3125rem;
    flex: none;
    width: 2rem;
    height: 2.5px;
    padding-bottom: 0;
    padding-right: 0;
    transition: transform .6s cubic-bezier(.22, 1, .36, 1);
    position: absolute;
  }

  .navbar__button__span.cc-2 {
    margin-bottom: -6px;
  }

  .navbar__button__span.cc-1 {
    margin-top: -6px;
  }

  .blog__item {
    max-width: none;
  }

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

  .fs-toc_example {
    flex-direction: column;
  }

  .block-info-lg-card {
    border-radius: 5px;
    width: 16rem;
  }

  .block-info-w-lg-wrapper {
    z-index: 1;
    border-radius: 6px;
    width: 16rem;
    bottom: -8rem;
  }

  .div-block-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .about-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

  .button {
    height: auto;
    padding: 1.25rem 1.5rem;
    font-size: 14px;
  }

  .button.hide-mb {
    display: none;
  }

  .section.bg-brown.padd-top-0 {
    padding-top: 0;
  }

  .memories.move-memories {
    left: 0%;
  }

  .slider {
    left: 2rem;
  }

  .heading-holder.md {
    max-width: 30rem;
  }

  .heading-holder.left-aligned {
    margin-left: 0;
  }

  .quote-text {
    line-height: 1.2;
  }

  .slide-grid {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    grid-template-columns: 1fr;
  }

  .block-left {
    padding-bottom: 4rem;
  }

  .image-slider {
    max-width: 24rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .block-right.bg-green-light {
    background-color: #75a4a4;
  }

  .cards-layout {
    grid-column-gap: 7.2rem;
    grid-row-gap: 7.2rem;
    grid-template-columns: 1fr;
    margin-top: 7.2rem;
    margin-bottom: 0;
  }

  .card-item._1, .card-item._2 {
    margin-top: 0;
  }

  .card-item-image {
    border-radius: 1.6rem;
    height: 40rem;
  }

  .faq-cta {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .cta {
    padding-top: 4.8rem;
  }

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

  .cta-image {
    width: 90%;
    max-width: none;
    margin-top: 3.2rem;
  }

  .cta-image.lg {
    width: 100%;
    max-width: none;
    margin-top: 5rem;
  }

  .cta-content {
    order: -1;
    width: 100%;
    max-width: none;
  }

  .cta-heading {
    margin-bottom: 2.4rem;
  }

  .cta-heading.lg {
    margin-bottom: 5rem;
  }

  .cta-button {
    font-size: 1.6rem;
  }

  .footer-top {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 29rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-heading {
    width: 100%;
    margin-bottom: 4.8rem;
  }

  .footer-links {
    width: 50%;
  }

  .logo.intro {
    scale: 2;
  }

  .b1 {
    right: -5rem;
  }

  .b5 {
    right: 5rem;
  }

  .header-wrap-md {
    min-width: 60rem;
    left: 50%;
    transform: translate(-50%);
  }

  .why-us-cards-d {
    display: none;
  }

  .why-us-cards-m {
    display: flex;
  }

  .bottom-bar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .landing-content-frame {
    padding: 2rem;
  }

  .heading-landing {
    font-size: 2rem;
  }

  .top-bar {
    padding-left: 0;
  }

  .top-bar.left-aligned {
    padding-left: 2rem;
  }

  .top-bar.landing {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2rem;
  }

  .rte-narrow {
    margin-top: 2rem;
  }

  .rte-narrow p {
    font-size: 1rem;
  }

  .rte-narrow h2 {
    font-size: 2rem;
  }

  .rte-narrow h3 {
    font-size: 1.8rem;
  }

  .u-title-l {
    font-size: 2rem;
    line-height: 1.1;
  }

  .u-text-large {
    font-size: 1.5rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .navbar__action.show-on-mobile {
    align-items: center;
    display: flex;
  }

  .navbar-2 {
    top: 0;
  }

  .div-block-4 {
    grid-row-gap: 3rem;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .blog__author {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .navbar__button__span {
    height: 2.5px;
  }

  .blog__item {
    max-width: none;
  }

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

  .u-text-xsmall {
    line-height: 1.22;
  }

  .image-3 {
    padding-bottom: 0;
  }

  .div-block-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .about-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }

  .bottom-bar-copy, .about-cta {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 1.6rem;
  }

  .container, .container-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-large.hero {
    height: 100vh;
  }

  .nav-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header-info-texts.landing {
    margin-bottom: 1rem;
  }

  .buttons.nav-buttons {
    grid-template-columns: auto;
  }

  .buttons.landing {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button {
    white-space: nowrap;
    font-size: 14px;
  }

  .memories.move-memories {
    left: 0%;
  }

  .image-holder-inner {
    border-radius: 5px;
    height: 30rem;
  }

  .slide-quote {
    border-radius: 8px;
    min-width: 16rem;
    margin-right: 1.5rem;
    top: 17.5%;
  }

  .quote-text {
    font-size: 1.4rem;
  }

  .s-name {
    font-size: 2rem;
  }

  .s-date {
    font-size: 1.2rem;
  }

  .card {
    border-radius: 1rem;
  }

  .card-heading {
    max-width: 13rem;
  }

  .caption-lg {
    font-size: 1.4rem;
  }

  .small-cards {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .sm-card-image {
    width: 4rem;
    min-width: 4rem;
    margin-right: 1rem;
  }

  .sm-card-title {
    font-size: 1.2rem;
  }

  .quote-info {
    border-radius: 8px;
    min-width: 16rem;
  }

  .holder-content {
    width: 75%;
  }

  .personal-info-cards {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    min-width: 16rem;
  }

  .caption-sm {
    font-size: 1rem;
  }

  .personal-card-image {
    max-width: 6rem;
  }

  .personal-card-image.sm {
    max-width: 4rem;
  }

  .p1.landing.primary, .p1.landing.secondary {
    text-align: left;
    font-size: 1rem;
  }

  .p2 {
    font-size: 1.4rem;
  }

  .footer-links {
    padding-bottom: 2rem;
  }

  .so-icon {
    height: 2rem;
  }

  .fo-text {
    margin-left: 1rem;
    font-size: 1.2rem;
  }

  .links-sm {
    font-size: 1.2rem;
  }

  .image-w1 {
    width: 13rem;
  }

  .b2 {
    top: 57rem;
    left: 2rem;
  }

  .b3 {
    top: 42rem;
  }

  .b5 {
    right: 2rem;
  }

  .block-info-2 {
    width: 13rem;
  }

  .b8 {
    right: 7rem;
  }

  .b9.bg-pink {
    bottom: -8rem;
    right: 4%;
  }

  .b14 {
    left: 2rem;
  }

  .shadow {
    width: 25rem;
    height: 25rem;
    top: 5rem;
  }

  .c-title {
    font-size: 1.6rem;
  }

  .h4-heading {
    font-size: 1.2rem;
  }

  .header-info-md {
    max-width: 35rem;
  }

  .personal-card-a {
    border-radius: 4px;
    width: 15rem;
    left: 15rem;
  }

  .block-info-lg-wrapper {
    width: 13rem;
    left: 8%;
  }

  .card-item-w1 {
    height: 100%;
  }

  .card-item-w2 {
    height: 100%;
    padding-top: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .quote-text-sm {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }

  .p-bottom {
    font-size: 1.2rem;
  }

  .card-item-w3 {
    height: 100%;
  }

  .card-title {
    font-size: 2.2rem;
  }

  .bottom-bar {
    flex-flow: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .landing-content-frame {
    padding: 1.25rem;
  }

  .the-solace-logo {
    height: 32px;
  }

  .content-frame {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-landing {
    margin-top: 4rem;
  }

  .heading-landing.primary {
    text-align: left;
    margin-top: 0;
    font-size: 2rem;
  }

  .heading-landing.secondary {
    text-align: left;
    margin-top: 0;
  }

  .bottom-right-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .top-bar, .top-bar.left-aligned, .top-bar.landing {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1.25rem;
  }

  .form {
    padding: 1.5rem;
  }

  .code-block {
    z-index: 0;
    opacity: 0;
    position: absolute;
  }

  .mask {
    height: 30rem;
  }

  .navbar__action {
    display: none;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .navbar__logo.w--current {
    height: 1.25rem;
  }

  .section__head {
    margin-bottom: 2.5rem;
  }

  .cta-2 {
    padding: 3rem 1.5rem;
  }

  .blog__author {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .blog__item {
    max-width: 100%;
  }

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

  .block-info-lg-card {
    width: 13rem;
    left: 8%;
  }

  .heading-1 {
    text-align: left;
    font-size: 1.75rem;
  }

  .image-3 {
    width: auto;
    padding-bottom: 1rem;
  }

  .div-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-container {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-11 {
    width: 100%;
  }

  .paragraph {
    font-size: .75rem;
  }

  .paragraph-2 {
    font-size: .755rem;
  }

  .div-block-12 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    display: flex;
  }

  .heading-3 {
    font-size: 1.75rem;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

  .paragraph-3 {
    font-size: 1rem;
  }

  .heading-5 {
    font-size: 1.5rem;
  }

  .paragraph-4 {
    font-size: 1rem;
  }

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

  .image-4 {
    height: auto;
  }

  .bottom-bar-copy, .about-cta {
    flex-flow: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

#w-node-_1f767ddd-8bab-88a1-fb19-e905cf2043cc-ce0f544e, #w-node-b1386b58-d558-3381-d7ac-4015ea56032b-ce0f544e, #w-node-_64f2278c-91c2-84e6-e278-443b3c661c94-ce0f544e, #w-node-_2076bdf1-cd2f-2c26-8cbb-9bf14b790b41-ce0f544e, #w-node-f82951a2-0da8-037a-e427-226dd8ffc5ea-d8ffc5cf, #w-node-f82951a2-0da8-037a-e427-226dd8ffc5ec-d8ffc5cf, #w-node-e02c875a-625d-baa0-bc30-8e82c3e6ac84-ba0030c5, #w-node-ed8b0af1-4e88-4b87-c7d0-785b254bfc28-ba0030c5, #w-node-e02c875a-625d-baa0-bc30-8e82c3e6ac84-0f04b158, #w-node-b910e04a-0f97-74b6-be42-81fe109c2f7c-8115c914, #w-node-_7a46be8a-80d9-6bbf-8fc6-a9cd964a9ee2-d7c5a10b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_71c49f5a-7cb8-4c32-d1db-a0b98e5c26d5-ba0030c5, #w-node-_71c49f5a-7cb8-4c32-d1db-a0b98e5c26c2-ba0030c5, #w-node-_71c49f5a-7cb8-4c32-d1db-a0b98e5c26e8-ba0030c5 {
    order: 9999;
  }

  #w-node-_71c49f5a-7cb8-4c32-d1db-a0b98e5c26f3-ba0030c5 {
    order: -9999;
  }

  #w-node-_71c49f5a-7cb8-4c32-d1db-a0b98e5c26e8-0f04b158 {
    order: 9999;
  }

  #w-node-_71c49f5a-7cb8-4c32-d1db-a0b98e5c26f3-0f04b158 {
    order: -9999;
  }

  #w-node-_71c49f5a-7cb8-4c32-d1db-a0b98e5c26d5-0f04b158 {
    order: 9999;
  }

  #w-node-_71c49f5a-7cb8-4c32-d1db-a0b98e5c26e0-0f04b158 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_71c49f5a-7cb8-4c32-d1db-a0b98e5c26c2-0f04b158 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2e5ae894-0757-6309-2a8f-624b5509d699-ce0f544e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Reckless';
  src: url('../fonts/Reckless-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/Reckless-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}