:root {
  --charcoal: #262626;
  --navbar-blue: #f3f6f9;
  --peach: #ffedea;
  --mint-whisper: #e8f9ee;
  --lavender: #f2e6ff;
  --cream: #fff3e2;
  --blossom: #feecf0;
  --blue-highlight: #e1effa;
  --zf-dark-teal: #005562;
  --sand: #faf2e6;
  --deap-ocean: #039;
  --orchid: #ac5ffb;
  --gold: #f3ca45;
  --blue: #255aa6;
  --cyan-pulse: #009ce5;
  --aqua: #23b5b0;
  --zf-dark-orange: #d93a1b;
  --relume-library-lite--rl-white: white;
  --tangerine: #ff9601;
  --blush: #ff8f80;
  --mint-leaf: #67d694;
  --lime-zest: #aada3d;
  --sunny-orange: #ffb03f;
  --teal-breeze: #e8f8f7;
  --bright-sky: #00b3fe;
  --rose-petal: #f68ba0;
  --lemon: #f2f9e2;
  --sun: #b88a20;
  --coral: #fa604a;
  --bubblegum: #f1728b;
  --aqua-mist: #66d1d0;
  --spring-green: #86fa50;
  --yellow-highlight: #fdf6d7;
  --relume-library-lite--rl-black: black;
}

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--charcoal);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

a {
  outline-offset: 0px;
  color: #414141;
  outline: 3px #414141;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.mask {
  min-height: 450px;
}

.hero-slider {
  background-color: #0000;
  max-width: 1440px;
  min-height: 450px;
}

.container {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 1150px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.navbar {
  background-color: var(--navbar-blue);
  padding-top: 8px;
}

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

.div-block-5, .hero-button {
  display: none;
}

.slide {
  object-fit: contain;
}

.heading {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
}

.offerings-mobile {
  display: none;
}

.link-block {
  flex: 1;
  max-width: 30%;
}

.offering-card-wide {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  aspect-ratio: 1;
  cursor: pointer;
  background-color: #0000;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding: 24px 16px 16px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.offering-card-wide:hover {
  box-shadow: 4px 4px 5px 3px #86888847;
}

.offering-card-wide.peach {
  background-color: var(--peach);
}

.offering-card-wide.lime {
  background-color: var(--mint-whisper);
}

.offering-card-wide.lavender {
  background-color: var(--lavender);
}

.offering-card-wide.cream {
  background-color: var(--cream);
  opacity: 1;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  overflow: clip;
}

.offering-card-wide.mint {
  background-color: var(--mint-whisper);
}

.offering-card-wide.blossom {
  background-color: var(--blossom);
}

.offering-card-wide.blue-highlight {
  background-color: var(--blue-highlight);
}

.link-block-3 {
  max-width: 30%;
}

.offering-text-wide {
  color: var(--charcoal);
  text-align: center;
  margin: 45% auto 0;
  font-size: .9rem;
  font-weight: 300;
  position: relative;
}

.offering-icon-wide {
  margin-bottom: 8px;
  display: block;
  position: absolute;
  top: 15%;
}

.offering-heading-wide {
  color: var(--charcoal);
  text-align: center;
  margin-top: 54px;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  position: absolute;
  top: 15%;
}

.offering-stack-mobile {
  background-color: var(--peach);
}

.offerings-wide {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  min-width: 1024px;
  max-width: 1150px;
  margin-left: 64px;
  margin-right: 64px;
  display: grid;
}

.offering-heading-wide-copy {
  font-size: 24px;
}

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

.section-3 {
  margin-top: 4rem;
  margin-bottom: 48px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 75vh;
  max-height: 100%;
  display: flex;
}

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

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.brand {
  display: flex;
}

.text-block {
  color: var(--charcoal);
  align-self: center;
  margin-left: 16px;
  font-size: 1.5rem;
  font-weight: 600;
}

.body {
  color: var(--charcoal);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.footer-dark {
  background-color: var(--zf-dark-teal);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-title-small {
  color: var(--sand);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--sand);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: .8rem;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  color: var(--sand);
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--sand);
  text-align: center;
  font-size: .75rem;
  font-weight: 300;
  line-height: 16px;
}

.section-4 {
  justify-content: center;
  align-items: stretch;
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: flex;
}

.div-block-6 {
  flex: 1;
  align-self: center;
  width: 0;
  min-width: 1024px;
  max-width: 1150px;
}

.shirase-title-blue {
  color: var(--deap-ocean);
  font-size: 1rem;
  font-weight: 700;
}

.shirase-text-blue {
  text-transform: none;
  font-size: 1rem;
  font-weight: 300;
}

.image-3 {
  max-width: 50px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
}

.container-3 {
  background-color: var(--blue-highlight);
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  display: flex;
}

.image-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 50px;
  display: block;
}

.quick-stack {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-right: 40px;
}

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

.accordion {
  border: 1px none var(--orchid);
  flex-flow: column;
  display: block;
  overflow: hidden;
}

.accordion-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: none;
}

.accordion-title {
  font-size: 1rem;
  font-weight: 600;
}

.accordion-icon {
  font-size: 2rem;
  transition: max-height .4s;
}

.accordion-content {
  background-color: #fff;
  height: 0;
  max-height: none;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
}

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

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

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: auto;
  display: grid;
}

.section-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.text-block-4 {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  line-height: 24px;
}

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

.image-5 {
  flex: 0 auto;
  overflow: visible;
}

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

.logos-no-title {
  background-color: var(--blue-highlight);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  padding: 40px 0;
  display: block;
  position: relative;
}

.logo-container {
  border-radius: 8px;
  min-width: 1024px;
  max-width: 1200px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  max-width: 10%;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

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

.image-6 {
  position: relative;
}

.cell-3 {
  padding-top: 2rem;
}

.image-wide {
  object-fit: contain;
  max-height: 400px;
}

.section-header-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  display: flex;
}

.content-block-1 {
  max-width: 1200px;
  margin-top: 1rem;
}

.section-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.content-stack-1 {
  min-width: 100%;
}

.text-paragraph-cell {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.text-block-6 {
  -webkit-text-stroke-color: var(--zf-dark-teal);
  font-size: 1rem;
  font-weight: 700;
}

.quick-stack-4 {
  grid-column-gap: 16px;
}

.results-image-holder {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}

.casestudy-button {
  border: 2px solid var(--zf-dark-teal);
  border-radius: 9px;
  min-width: 100%;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px #0000003d;
}

.case-buton-text {
  justify-content: center;
  align-items: flex-start;
}

.image-8 {
  display: block;
}

.results-card-image {
  max-width: 80%;
  max-height: 80%;
}

.content-stack-mobile {
  min-width: 100%;
}

.section-header-container-mobile {
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.block-section-mobile {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: none;
}

.content-block-mobile-1 {
  max-width: 1280px;
  margin-top: 1rem;
}

.content-stack-mobile-2 {
  min-width: 100%;
}

.text-paragraph-mobile {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.button-title-mobile-1 {
  -webkit-text-stroke-color: var(--zf-dark-teal);
  font-size: 1rem;
  font-weight: 700;
}

.logos-no-title-mobile {
  background-color: var(--blue-highlight);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  padding: 40px 0;
  display: block;
  position: relative;
}

.logo-container-mobile {
  border-radius: 8px;
  min-width: 1024px;
  max-width: 1200px;
}

.logo-wrapper-mobile {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.client-logo-mobile {
  max-width: 10%;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.exp-section-mobile {
  display: none;
}

.stack-mobile-2 {
  grid-row-gap: 0px;
}

.content-stack-mobile-1 {
  min-width: 100%;
}

.div-block-12 {
  background-color: var(--navbar-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  display: flex;
}

.grid {
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-auto-flow: column;
  align-self: center;
  min-width: 1024px;
  max-width: 1024px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section-8 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
}

.heading-sodan-w {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.text-sodan-w {
  text-align: center;
  font-size: 1rem;
}

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

.button-sodan {
  text-align: center;
  border-radius: 20px;
  min-width: 150px;
  margin-top: 1rem;
}

.button-sodan.yellow {
  background-color: var(--gold);
  color: var(--charcoal);
  padding: .75rem 1rem;
  font-weight: 600;
}

.button-sodan.blue {
  background-color: var(--blue);
  padding: .75rem 2rem;
  font-weight: 600;
}

.block-sodan {
  margin-left: 1rem;
  margin-right: 1rem;
}

.block-sodan-mobile {
  background-color: var(--navbar-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  display: none;
}

.grid-mobile {
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-auto-flow: column;
  align-self: center;
  min-width: 1024px;
  max-width: 1024px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.heading-sodan-m {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.text-sodan-m {
  text-align: center;
  font-size: 1rem;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

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

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

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

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.card-pricing {
  min-width: 31%;
  margin: 1rem;
}

.card-block-header {
  background-color: var(--zf-dark-teal);
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.card-block-header.foundation {
  background-color: var(--aqua);
}

.card-block-header.transormation {
  background-color: var(--deap-ocean);
}

.textblock-pack-descript {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.body-2 {
  font-family: Open Sans, sans-serif;
}

.card-pricing-price {
  color: var(--zf-dark-orange);
  -webkit-text-stroke-color: transparent;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
}

.text-price-details {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.price-button {
  background-color: var(--zf-dark-teal);
  text-align: center;
  border-radius: 20px;
  min-width: 125px;
  padding: .5rem 1rem;
  font-size: .8rem;
  font-weight: 300;
}

.price-button.transformation {
  background-color: var(--deap-ocean);
}

.price-button.foundation {
  background-color: var(--aqua);
}

.section-9 {
  flex-flow: column;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.heading-5, .text-block-9 {
  color: var(--charcoal);
  text-align: center;
}

.title-block-price {
  max-width: 1200px;
}

.section-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
}

.container-card-price {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.text-price-note {
  margin-top: 1rem;
}

.text-block-10 {
  color: #fff;
}

.text-header-package {
  margin-top: 1rem;
}

.list-details-pricing {
  margin-bottom: 1.5rem;
}

.text-block-11, .text-block-12 {
  font-weight: 700;
}

.textblock-example {
  margin-bottom: .5rem;
}

.text-header-example {
  font-size: 1rem;
  font-weight: 700;
}

.textblock-options {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.text-block-13 {
  color: #fff;
}

.text-block-14 {
  color: var(--charcoal);
  font-size: 1rem;
  font-weight: 700;
}

.div-block-17, .card-button-container-price {
  margin-top: 2rem;
}

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

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_contact20_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact20_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-regular {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact20_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.rl_contact20_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl-text-style-medium {
  color: var(--zf-dark-orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h4 {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_contact20_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-link {
  color: var(--charcoal);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.rl_section_contact20 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_contact20_item {
  text-align: center;
  width: 100%;
}

.rl-text-style-subheading {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact20_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_contact20_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_contact20_spacing-block-6, .rl_contact20_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact20_icon {
  background-color: #0000;
  width: 3rem;
  height: 3rem;
}

.image-9 {
  object-fit: contain;
  overflow: hidden;
}

.heading-6 {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.title-section-normal {
  justify-content: center;
  align-items: center;
  margin: 4rem 2rem 2rem;
  display: flex;
}

.body-3 {
  font-family: Open Sans, sans-serif;
}

.text-container-normal {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 2rem;
  display: flex;
}

.paragraph-normal {
  max-width: 1200px;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.bullets-normal {
  font-size: 1rem;
  font-weight: 400;
}

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

.section-11 {
  margin-bottom: 4rem;
}

.case-header-container {
  min-width: 1000px;
  max-width: 1100px;
  margin-bottom: 2rem;
  margin-left: 8rem;
  margin-right: 8rem;
}

.case-title-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6rem;
  display: flex;
}

.case-subtitle {
  font-size: .6rem;
  font-weight: 300;
}

.case-abstract-text {
  max-width: 550px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.case-hero-container {
  max-width: 1100px;
}

.case-paragraph {
  max-width: 900px;
}

.case-paragraph-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  line-height: 2rem;
  display: flex;
}

.heading-7 {
  margin-bottom: 2rem;
  font-size: 3rem;
}

.image-10 {
  position: relative;
}

.case-subheadings {
  font-size: 2rem;
}

.case-list-item {
  line-height: 1.5rem;
}

.list {
  line-height: 2rem;
}

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

.cta-container {
  background-color: var(--blue-highlight);
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-21 {
  margin-left: 1rem;
}

.text-block-16 {
  line-height: 1.25rem;
}

.cta-button {
  background-color: var(--blue);
  border-radius: 20px;
}

.cta-section {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--charcoal);
  margin-top: .75rem;
  margin-bottom: .75rem;
  padding-left: 1rem;
  line-height: 1.25rem;
}

.text-block-16-copy {
  line-height: 1.25rem;
}

.section-12 {
  margin-bottom: 4rem;
}

.case-block-quote {
  color: var(--tangerine);
  font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
  .hero-slider {
    min-height: 200px;
    max-height: 250px;
  }

  .container {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    margin-bottom: 0;
  }

  .offering-card-wide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 1;
    background-color: #0000;
    padding: 8px;
  }

  .offering-card-wide.cream {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .offering-text-wide {
    font-size: 12px;
    line-height: 16px;
  }

  .offering-icon-wide {
    max-width: 15%;
  }

  .offering-heading-wide {
    text-align: center;
    margin-top: 56px;
    margin-bottom: 0;
    font-size: 14px;
    top: 2%;
  }

  .offerings-wide {
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 640px;
    max-width: 640px;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block-6 {
    min-width: 720px;
  }

  .shirase-title-blue, .shirase-text-blue {
    font-size: .9rem;
  }

  .div-block-8 {
    max-width: 720px;
  }

  .text-block-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .75rem;
  }

  .image-5 {
    overflow: visible;
  }

  .logos-no-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-container {
    min-width: 600px;
    max-width: 728px;
  }

  .clients-wrapper-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-content: flex-end space-around;
  }

  .clients-image-three {
    max-width: 5rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .cell-2 {
    display: block;
  }

  .block-section-mobile {
    display: none;
  }

  .logos-no-title-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-container-mobile {
    min-width: 600px;
    max-width: 728px;
  }

  .logo-wrapper-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-content: flex-end space-around;
  }

  .client-logo-mobile {
    max-width: 5rem;
    margin-bottom: 0;
    overflow: visible;
  }

  .grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    min-width: 0;
    max-width: 760px;
  }

  .section-8 {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }

  .heading-sodan-w {
    font-size: 1.2rem;
  }

  .text-sodan-w {
    font-size: .8rem;
    font-weight: 300;
  }

  .grid-mobile {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    min-width: 0;
    max-width: 760px;
  }

  .heading-sodan-m {
    font-size: 1.2rem;
  }

  .text-sodan-m {
    font-size: .8rem;
    font-weight: 300;
  }

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

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .card-pricing {
    border: .5px solid var(--charcoal);
    border-radius: 14px;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-card-price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 1rem;
    margin-right: 1rem;
    display: grid;
  }

  .card-button-container-price {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_contact20_content {
    grid-column-gap: 2rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .case-header-container {
    min-width: 700px;
    max-width: 900px;
  }

  .case-title-section {
    margin-top: 4rem;
  }

  .case-paragraph {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .mask {
    min-height: 250px;
  }

  .hero-slider {
    min-height: 200px;
    max-height: 215px;
  }

  .div-block-3 {
    aspect-ratio: auto;
    object-fit: contain;
    min-height: 250px;
    overflow: hidden;
  }

  .slide {
    min-height: 250px;
  }

  .offering-card-wide.cream {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .offering-text-wide {
    margin-top: 45%;
    font-size: .8rem;
  }

  .offering-icon-wide {
    top: 20%;
  }

  .offering-heading-wide {
    margin-top: 72px;
    margin-bottom: 0;
    font-size: .9rem;
    top: 4%;
  }

  .offerings-wide {
    grid-template-columns: 1fr 1fr;
    min-width: 480px;
    max-width: 480px;
  }

  .section-3 {
    margin-top: 2rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .section-4 {
    display: none;
  }

  .accordion {
    border-style: solid none;
    border-top-color: var(--charcoal);
    border-bottom-color: var(--charcoal);
  }

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

  .accordion-content {
    height: 3rem;
  }

  .section-5 {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: block;
  }

  .text-block-3 {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .div-block-8, .section-6 {
    display: none;
  }

  .text-block-4 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
    font-weight: 300;
  }

  .div-block-10 {
    display: block;
  }

  .logos-no-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-wide {
    display: none;
  }

  .section-header-container {
    flex-flow: column;
    overflow: hidden;
  }

  .section-7 {
    display: none;
  }

  .text-paragraph-cell {
    font-size: 1rem;
  }

  .image-8 {
    display: block;
  }

  .section-header-container-mobile {
    flex-flow: column;
    overflow: hidden;
  }

  .block-section-mobile {
    display: flex;
  }

  .content-block-mobile-1 {
    margin-bottom: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .div-block-11, .content-stack-mobile-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-paragraph-mobile {
    font-size: 1rem;
  }

  .button-text-mobile-1 {
    font-size: 1rem;
    font-weight: 300;
  }

  .logos-no-title-mobile {
    border-radius: 0;
    width: auto;
    padding: 60px 15px;
  }

  .logo-container-mobile {
    min-width: 500px;
  }

  .logo-wrapper-mobile {
    margin-bottom: -30px;
  }

  .client-logo-mobile {
    max-width: 8rem;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .exp-section-mobile {
    display: block;
  }

  .stack-mobile-2 {
    display: flex;
  }

  .content-stack-mobile-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .card-pricing-price {
    font-size: 2rem;
  }

  .section-9 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .text-block-9 {
    font-size: .8rem;
  }

  .container-card-price {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-15 {
    font-size: .75rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_contact20_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_contact20_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact20_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_contact20_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_contact20_spacing-block-6, .rl_contact20_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .image-9 {
    max-height: none;
  }

  .case-header-container {
    min-width: 500px;
    max-width: 600px;
  }

  .case-title-section {
    margin-top: 2rem;
  }

  .case-abstract-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .case-paragraph-text {
    line-height: 1.5rem;
  }

  .case-subheadings {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .case-block-quote {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    grid-column-gap: 1px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block {
    flex: 1;
  }

  .div-block-2 {
    flex: 1;
    align-self: center;
  }

  .mask {
    aspect-ratio: 1;
    object-fit: contain;
    width: auto;
    height: auto;
  }

  .hero-slider {
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 0;
    max-height: none;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .container {
    margin-top: 0;
    padding-top: 8px;
  }

  .image {
    margin-top: 4px;
  }

  .navbar {
    background-color: #f3f6f9;
  }

  .div-block-3 {
    object-fit: contain;
    display: none;
  }

  .div-block-4 {
    padding-bottom: 100%;
    position: relative;
  }

  .div-block-5 {
    object-fit: contain;
    display: block;
    position: relative;
  }

  .slide-nav {
    border: 1px #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-button {
    z-index: 9888;
    outline-offset: 0px;
    color: #c7421d;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #c7421d;
    border-radius: 20px;
    outline: 3px solid #fff;
    font-family: Varela, sans-serif;
    font-size: 16px;
    transition: background-color .2s;
    display: block;
    position: absolute;
    bottom: 16px;
    right: 8px;
  }

  .hero-button:hover {
    color: #fff;
    background-color: #c7421d;
  }

  .image-2, .slide, .slide-2, .slide-3 {
    object-fit: contain;
  }

  .heading {
    color: #414141;
    text-align: center;
    font-size: 1.5rem;
  }

  .offerings-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-left: 16px;
    margin-right: 16px;
    display: grid;
  }

  .link-block {
    background-color: #fff3e2;
    border-radius: 4px;
    flex: 1;
    display: flex;
  }

  .offering-card-wide {
    background-color: var(--peach);
    border-radius: 4px;
  }

  .link-block-3 {
    background-color: #e8f9ee;
    border-radius: 4px;
  }

  .mint {
    background-color: var(--mint-whisper);
    border-radius: 4px;
  }

  .link-block-5 {
    background-color: #f2e6ff;
    border-radius: 4px;
  }

  .link-block-6 {
    background-color: #e1effa;
    border-radius: 4px;
  }

  .offering-text-wide {
    color: #414141;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    margin: 0 16px 0 0;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    display: flex;
  }

  .offering-icon-wide {
    align-self: center;
    max-width: none;
    margin: 12px 16px;
    overflow: clip;
  }

  .offering-heading-wide {
    color: #414141;
    flex-flow: wrap;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
  }

  .text-cell-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-cell-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .offering-stack-mobile {
    background-color: #0000;
    border: 1px #0000;
  }

  .offering-stack-mobile:hover {
    box-shadow: 2px 3px 5px 1px #1f1b1b33;
  }

  .offerings-wide {
    display: none;
  }

  .offering-icon-mobile {
    vertical-align: baseline;
    flex: 0 auto;
    align-self: center;
  }

  .offering-card-mobile {
    border-radius: 5px;
  }

  .offering-card-mobile.mint {
    background-color: var(--mint-whisper);
  }

  .offering-card-mobile.lavender {
    background-color: var(--lavender);
  }

  .offering-card-mobile.blossom {
    background-color: var(--blossom);
  }

  .offering-card-mobile.blue-highlight {
    background-color: var(--blue-highlight);
  }

  .offering-card-mobile.cream {
    background-color: var(--cream);
  }

  .offering-card-mobile.peach {
    background-color: var(--peach);
  }

  .offering-heading-mobile {
    flex: 1;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 8px;
    font-size: 1rem;
    font-weight: 600;
  }

  .offering-text-mobile {
    flex: 1;
    margin-bottom: 4px;
    margin-left: 8px;
    font-size: .75rem;
    font-weight: 300;
    line-height: 16px;
  }

  .offering-heading-wide-copy {
    color: #414141;
    flex-flow: wrap;
    flex: 1;
    order: 0;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
  }

  .utility-page-wrap {
    height: 50vh;
  }

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

  .left-arrow {
    z-index: 100;
  }

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

  .text-block {
    color: #3d3a3a;
    margin-left: 10px;
    font-size: 1.25rem;
    font-weight: 600;
  }

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

  .section-4 {
    display: none;
  }

  .accordion {
    border-style: solid none;
    border-width: 1px;
    border-color: var(--charcoal);
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    padding-bottom: 0;
    display: block;
  }

  .accordion-header {
    grid-column-gap: 11px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    min-width: 100px;
    display: grid;
  }

  .accordion-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
    overflow: hidden;
  }

  .text-block-2 {
    margin-top: -1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }

  .section-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: block;
  }

  .text-block-3 {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .div-block-7 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-7 {
    display: none;
  }

  .block-section-mobile {
    display: flex;
  }

  .content-block-mobile-1 {
    margin-bottom: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .button-text-mobile-1 {
    font-size: 1rem;
    font-weight: 300;
  }

  .logos-no-title-mobile {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-container-mobile {
    min-width: 300px;
    max-width: 480px;
  }

  .logo-wrapper-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .client-logo-mobile {
    max-width: 6rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .content-stack-mobile-1 {
    grid-template-rows: auto;
  }

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

  .grid {
    grid-auto-flow: column;
  }

  .button-sodan.yellow {
    min-width: 170px;
  }

  .block-sodan-mobile {
    display: flex;
  }

  .grid-mobile {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
  }

  .div-block-13 {
    border-bottom: 1px solid var(--cyan-pulse);
    border-radius: 1px;
    min-width: 80%;
    max-width: 80%;
  }

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

  .card-pricing {
    margin-left: .125rem;
    margin-right: .125rem;
  }

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

  .heading-6 {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .title-section-normal {
    margin: 1rem 1rem 0;
  }

  .text-container-normal {
    margin: 0 1rem 1rem;
  }

  .case-header-container {
    text-align: left;
    min-width: 0;
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .case-abstract-text {
    text-align: left;
    max-width: none;
  }

  .heading-7 {
    font-size: 1.25rem;
    line-height: 26px;
  }

  .cta-button {
    text-align: center;
  }

  .cta-section {
    font-size: .75rem;
    line-height: 1rem;
  }
}

#w-node-a7c4c26d-4ade-fd0d-66c7-7fd3b64625c9-40533b2b {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_526047e3-8460-959b-c69d-3f8d48d58088-40533b2b {
  grid-row: span 2 / span 2;
}

#w-node-a6ed3e67-82a4-be0e-6299-f59fce49c8fc-40533b2b, #w-node-a6ed3e67-82a4-be0e-6299-f59fce49c902-40533b2b {
  place-self: auto;
}

#w-node-dd049a09-e755-5496-988a-50002a28aec0-40533b2b, #w-node-_1145d6eb-de72-53a6-1601-743864760357-40533b2b, #w-node-_1d3f9a56-24b5-fa67-bd21-67241520ff13-40533b2b, #w-node-_4df10a28-9868-d230-1abd-54d0888b9962-40533b2b, #w-node-_7a01a0c0-7223-da49-b74d-f759fec94a5b-40533b2b, #w-node-f677aab6-9009-755e-b985-41ac26a9cb15-40533b2b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e21ecea3-074e-c81b-e573-bb26e456c5bc-40533b2b, #w-node-b8968156-930a-6973-87aa-15e540857c5f-40533b2b, #w-node-_564b9076-d52d-b380-8d9e-76eaa27b6719-40533b2b, #w-node-_564b9076-d52d-b380-8d9e-76eaa27b672b-40533b2b {
  place-self: center;
}

#w-node-a224154e-9ad0-6f2a-8d1a-299ceab92038-40533b2b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a224154e-9ad0-6f2a-8d1a-299ceab92039-40533b2b {
  grid-row: span 2 / span 2;
}

#w-node-f20101a1-7d1f-608b-f1f6-033d4ba573a0-40533b2b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_39d31d0a-289e-f7d4-ad08-f57dab5b0be9-40533b2b, #w-node-_902d3446-7cc2-ae32-397e-2b83d19d481d-40533b2b, #w-node-_8c0fc981-33b5-d31f-671a-792218d04423-40533b2b, #w-node-efd5d3e1-e051-f1a5-c640-d4ad2ff49744-40533b2b, #w-node-_6ee22a3f-630c-cb9e-64e4-8f68a2db9cb3-40533b2b, #w-node-_6ee22a3f-630c-cb9e-64e4-8f68a2db9cbc-40533b2b, #w-node-_6ee22a3f-630c-cb9e-64e4-8f68a2db9cce-40533b2b, #w-node-_6ee22a3f-630c-cb9e-64e4-8f68a2db9cc5-40533b2b {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-a956d92c-2436-570e-bcae-b09d45cea74c-45cea746, #w-node-a956d92c-2436-570e-bcae-b09d45cea755-45cea746, #w-node-a956d92c-2436-570e-bcae-b09d45cea760-45cea746 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-f20101a1-7d1f-608b-f1f6-033d4ba573a0-40533b2b {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd049a09-e755-5496-988a-50002a28aec0-40533b2b, #w-node-_1145d6eb-de72-53a6-1601-743864760357-40533b2b, #w-node-_1d3f9a56-24b5-fa67-bd21-67241520ff13-40533b2b, #w-node-_4df10a28-9868-d230-1abd-54d0888b9962-40533b2b, #w-node-_7a01a0c0-7223-da49-b74d-f759fec94a5b-40533b2b, #w-node-f677aab6-9009-755e-b985-41ac26a9cb15-40533b2b {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-_39dd7124-3629-1b09-24fb-45aaa93ad5e0-40533b2b {
    place-self: center;
  }
}


