:root {
  --color-1: #084c37;
  --relume-library-lite--rl-white: white;
  --black: black;
  --dim-grey: #727272;
  --white-smoke: #f2f2f2;
  --relume-library-lite--rl-black: black;
}

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

@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: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

h1 {
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.125;
}

h2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.11;
}

h3 {
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: .98;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: var(--color-1);
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.page-section {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.page-section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.page-section.no-padding.relative.hero-section {
  height: auto;
  margin-top: 4rem;
  margin-bottom: 0;
  padding-bottom: 8rem;
  overflow: visible;
}

.page-section.no-padding.flex---horizontal--stretch-start {
  padding-bottom: 8rem;
}

.page-section.no-padding.flex---center-all.relative.overflow-hidden._100-viewport-height {
  height: auto;
  min-height: 100vh;
}

.page-section.no-padding.dark-grey-background.footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-section.lesser-padding {
  padding-top: 130px;
  padding-bottom: 130px;
}

.page-section.overflow-hidden {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.page-section.featured-brands {
  padding-top: 152px;
  padding-bottom: 0;
}

.page-section.styleguide {
  margin-left: 264px;
  padding-top: 0;
}

.page-section.footer {
  background-color: var(--relume-library-lite--rl-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-section.footer---utility-pages {
  background-color: #242324;
  margin-left: 264px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-section.footer---utility-pages.license {
  margin-left: 0;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}

.container.hero {
  align-items: center;
  height: auto;
  margin-top: 8.3rem;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.container.flex---h-start-spacebetween {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container._5-7-grid {
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.process-header {
  width: 100%;
  margin-top: 260px;
  position: absolute;
  inset: 0% 0% auto;
}

.container.absolute.footer {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 24px;
  display: flex;
  inset: auto 0% 0%;
}

.container.style-guide {
  padding: 48px 40px 48px 56px;
}

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

.style-guide-block {
  width: 100%;
  margin-bottom: 80px;
}

.subheader-wrapper {
  display: inline-block;
}

.subheader-wrapper.slide-into-view {
  text-align: left;
}

.subheader-text {
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

.subheader-text.style-guide-notes {
  opacity: .5;
  letter-spacing: 1px;
  display: block;
}

.subheader-dot {
  background-color: var(--color-1);
  border-radius: 99px;
  width: 7px;
  height: 7px;
  margin-bottom: 1px;
  margin-right: 12px;
  display: inline-block;
}

.style-guide---color {
  background-color: #ddd;
  width: 100px;
  height: 60px;
  margin-right: 32px;
  display: inline-block;
}

.style-guide---color._1 {
  background-color: var(--color-1);
  color: #084c37;
  -webkit-text-stroke-color: #186831;
}

.style-guide---color._2 {
  background-color: var(--black);
}

.style-guide---color._3 {
  background-color: var(--dim-grey);
}

.style-guide---color._4 {
  color: var(--white-smoke);
}

.color-2 {
  background-color: var(--black);
  width: 100px;
  height: 60px;
  margin-right: 32px;
  display: inline-block;
}

.color-3 {
  background-color: var(--dim-grey);
  width: 100px;
  height: 60px;
  margin-right: 32px;
  display: inline-block;
}

.xl-header {
  letter-spacing: -2.5px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}

.xl-header.white-text.slide-into-view.center-align {
  color: #000;
  text-align: center;
}

.xl-header.slide-into-view {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.button {
  border: 3px solid var(--color-1);
  background-color: var(--color-1);
  text-align: center;
  letter-spacing: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-right: 0%;
  padding: 14px 28px;
  font-size: 20px;
  font-weight: 700;
  transition: border-color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

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

.button.secondary {
  color: #000;
  background-color: #0000;
  border: 3px solid #000;
  transition: color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

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

.button.bigger-padding {
  padding: 24px 80px;
}

.button.bigger-padding.slide-into-view {
  text-align: center;
  font-size: 2.1rem;
}

.button.testimonial {
  margin-top: 2rem;
  margin-left: 25%;
  margin-right: 25%;
}

.button.testimonial.problem {
  margin-left: 0%;
  margin-right: 0%;
}

.button.ghost {
  background-color: var(--relume-library-lite--rl-black);
  opacity: 1;
  text-transform: capitalize;
  mix-blend-mode: normal;
}

.navbar-container {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo---navbar {
  -webkit-text-stroke-color: var(--relume-library-lite--rl-white);
  background-color: #fff;
}

.navigation-link {
  color: #727272;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  transition: color .35s cubic-bezier(.165, .84, .44, 1);
}

.navigation-link:hover, .navigation-link.w--current {
  color: var(--color-1);
}

.navigation-link.nav-button {
  border: 2px solid var(--color-1);
  color: var(--color-1);
  border-radius: 999px;
  margin-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: color .35s, background-color .35s cubic-bezier(.165, .84, .44, 1);
}

.navigation-link.nav-button:hover {
  background-color: var(--color-1);
  color: #fff;
}

.navigation-link.utility-footer {
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.relative {
  position: relative;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 45.5vw;
  height: 56vw;
}

.hero-text---wrapper {
  flex: 0 auto;
  width: 50%;
  height: 100%;
  max-height: 100%;
  margin-top: 0;
}

.bottom-margin---32px {
  width: auto;
  margin-bottom: 32px;
}

.bottom-margin---80px {
  margin-bottom: 80px;
  padding-right: .7rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
}

.button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.annotation {
  opacity: .5;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.brands-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.brands-wrapper.slide-into-view {
  padding-bottom: 0;
}

.brand-image {
  height: 36px;
  margin-left: 16px;
  margin-right: 16px;
}

.divider-line {
  background-color: #000;
  width: 1200px;
  height: 1px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.content-wrapper {
  padding-bottom: 4rem;
}

.line {
  background-color: #bababa;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.line.margin---16px {
  margin-top: 16px;
  margin-bottom: 16px;
}

.line._0-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.line.footer {
  opacity: .5;
  margin-top: 0;
  margin-bottom: 24px;
}

.line.divider {
  background-color: var(--black);
  width: 1200px;
  margin: 0 auto;
}

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

.bold-text {
  font-weight: 700;
}

.bold-text.slide-into-view.faq {
  font-size: 1.5rem;
}

.annotations-wrapper {
  align-items: flex-start;
  margin-right: 16px;
  display: flex;
}

.flex-horizontal-start-start {
  align-items: flex-start;
  display: flex;
}

.flex-horizontal-start-start.top-bottom-padding---40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.services-image-hover {
  z-index: 2;
  object-fit: cover;
  width: 270px;
  height: 360px;
  position: absolute;
  inset: -72% 10% auto auto;
}

.absolute {
  position: absolute;
}

.portfolio-list {
  grid-column-gap: 88px;
  grid-row-gap: 200px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.photo {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.photo.about {
  object-fit: cover;
  width: 80%;
  height: auto;
}

.photo.portfolio {
  width: 556px;
  height: 375px;
}

.black-text-weight {
  font-weight: 900;
}

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

.project-tag {
  border: 1px solid var(--dim-grey);
  color: var(--dim-grey);
  border-radius: 99px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 4px 18px;
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.relative.flex---center-all.hide-cursor {
  cursor: none;
}

.overflow-hidden.relative.about {
  text-align: center;
  height: 100%;
}

.image-wipe {
  background-color: var(--black);
  max-height: 0%;
  position: relative;
  inset: 0%;
  transform: translate(0, 100%);
}

.bottom-margin---160px {
  margin-bottom: 60px;
}

.slider-mask {
  width: 40.5%;
  height: auto;
  overflow: visible;
}

.testimonial-item {
  background-color: var(--relume-library-lite--rl-white);
  width: 100%;
  margin-right: 24px;
  padding: 40px 33px;
  overflow: visible;
}

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

.slider-arrow {
  border: 1px solid #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  margin-right: 16px;
  transition: border-color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: -72px auto auto 0%;
}

.slider-arrow:hover {
  border-color: var(--dim-grey);
  background-color: var(--dim-grey);
}

.slider-arrow.right, .slider-arrow.arrow-right {
  left: 64px;
}

.right-arrow {
  position: static;
}

._5-stars {
  width: 113px;
  margin-bottom: 22px;
}

.paragraph---smaller {
  font-size: 1.2rem;
  line-height: 2;
}

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

.thumbnail-and-name-wrapper {
  align-items: center;
  display: flex;
}

.testimonial-thumbnail {
  object-fit: cover;
  border-radius: 999px;
  width: 64px;
  height: 64px;
  margin-right: 12px;
}

.client-name {
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.company-and-role {
  font-size: 18px;
  line-height: 1.77778;
}

.red-strip {
  background-color: var(--color-1);
  height: 5px;
  position: absolute;
  inset: 0% 0% auto;
}

.hide {
  display: none;
}

.slider-arrow-icon {
  width: 14px;
  height: 14px;
}

.process-section {
  height: 230vh;
  position: relative;
  overflow: visible;
}

.process-section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.process-section.lesser-padding {
  padding-top: 130px;
  padding-bottom: 130px;
}

.sticky-wrapper {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.process-mask {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.scrollable-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 230vw;
  display: flex;
}

.process-item {
  background-color: var(--relume-library-lite--rl-white);
  text-align: left;
  width: 20%;
  max-width: 792px;
  margin-top: 8vh;
  padding: 136px 80px 80px;
  position: relative;
}

.process-big-number {
  color: #585858;
  letter-spacing: -2px;
  font-size: 124px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  inset: -60px auto auto 80px;
}

.process-header {
  margin-top: 80px;
  position: static;
  inset: 0% 0% auto;
}

.about-content {
  background-color: var(--white-smoke);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50vw;
  min-height: 100vh;
  display: flex;
}

.about-content.left {
  padding-top: 0;
  padding-bottom: 0;
}

.flex---center-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-content-wrapper {
  max-width: 520px;
  padding-left: 40px;
  padding-right: 40px;
}

.flex---horizontal--stretch-start {
  display: flex;
}

.about-photo {
  object-fit: cover;
  width: 50vw;
  height: 100%;
}

.question-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 16px;
  transition: color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.question-title:hover {
  color: var(--color-1);
}

.question-title-wrapper {
  width: 90%;
}

.arrow-icon {
  color: var(--color-1);
  width: 14px;
  height: 14px;
  margin-top: 8px;
}

.response {
  height: auto;
  margin-bottom: 16px;
  padding-left: 24px;
  overflow: hidden;
}

._100-viewport-height {
  width: 100%;
  height: 100vh;
}

.dark-grey-background {
  background-color: #242324;
}

.scrolling-text {
  opacity: .5;
  color: var(--black);
  white-space: nowrap;
  margin-top: 24px;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% auto;
}

.white-text {
  color: #fff;
}

.white-text.slide-into-view {
  color: #000;
  padding-bottom: .5rem;
}

.footer-text {
  opacity: .4;
  color: #000;
  margin-left: auto;
  font-size: 16px;
}

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

.flex-horizontal-center-spacebetween.footer {
  color: #000;
}

.social-media-icon-container {
  background-color: var(--dim-grey);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  transition: background-color .35s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.social-media-icon-container:hover {
  background-color: var(--color-1);
}

.social-media-icon {
  height: 16px;
}

.footer-logo {
  width: 8rem;
}

.left {
  width: 41.5%;
  padding-bottom: .5rem;
  padding-right: 12px;
}

.left.extra-margin-right {
  padding-right: 126px;
}

.right {
  width: 58.5%;
  padding-left: 12px;
}

.right.services---negative-padding {
  margin-top: -40px;
}

.hero-image-wrapper {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.divider-line-wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.slide-into-view {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  padding-bottom: 0;
  font-size: 2.8rem;
  display: flex;
}

.slide-into-view.paragraph---smaller {
  text-align: left;
  flex-flow: column;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
}

.slide-into-view.paragraph---smaller.cta {
  text-align: center;
}

.slide-into-view.paragraph---smaller.positive {
  padding-left: 0;
  padding-right: 0;
}

.project-hover {
  background-color: var(--color-1);
  color: #fff;
  border-radius: 999px;
  width: 150px;
  height: 150px;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  position: absolute;
}

.hero-image-copy {
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px solid #000;
  border-radius: 20px;
  max-width: 40rem;
  max-height: 92.7%;
  margin-top: 0;
  padding-bottom: .5rem;
}

.footer-line {
  opacity: .5;
  background-color: #bababa;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 24px;
}

.footer-line.margin---16px {
  margin-top: 16px;
  margin-bottom: 16px;
}

.footer-line._0-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-line.footer {
  opacity: .5;
  margin-top: 0;
  margin-bottom: 24px;
}

.footer-line.divider {
  background-color: var(--black);
  width: 1200px;
  margin: 0 auto;
}

.fixed-button {
  background-color: var(--color-1);
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 32px;
  height: 152px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.fixed-button.flex---center-all {
  z-index: 5;
  background-color: var(--color-1);
  transition: width .2s cubic-bezier(.175, .885, .32, 1.275);
}

.fixed-button.flex---center-all:hover {
  width: 40px;
}

.fixed-button-text {
  color: #fff;
  font-size: 16px;
  transform: rotate(-90deg);
}

.contact-form-popup {
  z-index: 999;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-form-popup.flex---center-all {
  z-index: 9;
}

.contact-form-wrapper {
  border-top: 5px solid var(--color-1);
  background-color: #fff;
  width: 512px;
  padding: 64px 56px;
}

.form-text-field {
  margin-bottom: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
}

.form-text-field:focus {
  border: 1px solid #000;
}

.form-text-field::placeholder {
  color: #727272;
}

.form-text-area {
  min-height: 140px;
  margin-bottom: 32px;
  font-size: 16px;
}

.form-text-area:focus {
  border: 1px solid #000;
}

.success-message {
  background-color: #b6ddaa;
}

.close-icon {
  opacity: .5;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.flex-vertical-stretch-start {
  flex-direction: column;
  display: flex;
}

.circle {
  background-color: var(--color-1);
  border-radius: 999px;
  width: 8vw;
  height: 8vw;
  margin-top: 30px;
  margin-left: 30px;
}

.circle.absolute {
  inset: 0% auto auto 0%;
}

.circle.absolute.flex---center-all {
  margin-top: 4.5rem;
}

.round-text {
  flex: 0 auto;
  width: 7vw;
  height: 7vw;
  margin-top: 0;
}

.style-guide---sidebar {
  background-color: #333;
  width: 264px;
  padding-top: 48px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.div-block, .bottom-margin---48px {
  margin-bottom: 48px;
}

.sg---link {
  color: #fff;
  margin-bottom: 16px;
  text-decoration: none;
  transition: color .25s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.sg---link:hover {
  color: var(--color-1);
}

.sg---link.w--current {
  color: var(--color-1);
  font-weight: 700;
}

.sg---link.instructions {
  margin-bottom: 32px;
  font-size: 16px;
}

.wrapper---75-width {
  width: 75%;
}

.style-guide---divider-line {
  background-color: var(--dim-grey);
  height: 1px;
  margin-left: 40px;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.project-rich-text h4 {
  margin-top: 32px;
}

.project-rich-text ul {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.5;
}

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

.project-rich-text ol {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.5;
}

.project-rich-text h3 {
  letter-spacing: -.5px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 32px;
}

.project-rich-text blockquote {
  border-left-color: var(--color-1);
  color: var(--dim-grey);
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 40px;
  font-size: 24px;
  line-height: 1.5;
}

.project-rich-text figure {
  margin: 64px 0;
}

.large-header {
  letter-spacing: -2.5px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.125;
}

.medium-header {
  letter-spacing: -2px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.11;
}

.small-header {
  letter-spacing: -1.5px;
  font-size: 48px;
  font-weight: 700;
  line-height: .98;
}

.style-guide---button-wrappers {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.instruction-video {
  width: 75%;
}

.style-guide---title {
  margin-bottom: 48px;
}

.style-guide---menu-wrapper {
  width: 100%;
}

.h4-link {
  font-size: 24px;
}

.image---licensing {
  width: 500px;
  margin-bottom: 24px;
  margin-right: 48px;
}

.licensing-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 500px;
  margin-right: 64px;
  display: grid;
}

.licensing-section-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.width---50-width {
  width: 50%;
}

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

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

.red-text {
  color: var(--color-1);
}

.rich-text-block {
  padding-bottom: 0;
}

.link {
  color: var(--black);
  padding-top: .5rem;
  font-size: 14px;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  border-left-color: var(--relume-library-lite--rl-black);
  opacity: 1;
  background-color: #0000;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 3rem;
  display: grid;
}

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

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

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

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

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.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.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

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

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

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

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

.rl_gallery3_image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_gallery3_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery3_lightbox-link {
  width: 100%;
  height: 100%;
}

.rl_gallery3_gallery-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rl_gallery3_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

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

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-heading-style-h4-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout28_tabs-link-2 {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link-2.w--current {
  border-left-color: var(--relume-library-lite--rl-black);
  opacity: 1;
  background-color: #0000;
}

.rl_layout28_tabs-menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 8rem;
  display: grid;
}

.rl_layout28_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout1_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

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

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

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.rl-text-style-regular-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial1_name-text {
  color: var(--relume-library-lite--rl-black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_testimonial1_client-image {
  object-fit: cover;
  border: .2em solid #000;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.rl_testimonial1_spacing-block-1 {
  outline-offset: 0px;
  outline: 3px #000;
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.rl_testimonial1_text-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_testimonial1_logo {
  max-height: 3.5rem;
}

.rl_testimonial1_component {
  text-align: center;
  border: .1rem solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.rl-padding-section-large-3 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.rl-padding-global-3 {
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_testimonial1 {
  background-color: var(--relume-library-lite--rl-white);
  margin-top: 8rem;
  padding-top: 0;
}

.superscript {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_pricing18_spacing-block-6 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_pricing18_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_pricing18_icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

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

.rl_pricing18_feature-list {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_pricing18_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_pricing18_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-heading-style-h4-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_pricing18_price-wrapper {
  text-align: center;
}

.rl_pricing18_plan-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.rl_pricing18_plan {
  border: 1px solid var(--black);
  opacity: 1;
  border-radius: 20px;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.rl_pricing18_plan.middle {
  border: 3px solid var(--color-1);
  background-color: var(--relume-library-lite--rl-white);
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 20px;
}

.rl_pricing18_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.11;
}

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

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

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

.rl_section_pricing18 {
  background-color: var(--relume-library-lite--rl-white);
  margin-top: 4rem;
}

.gallery-overview {
  text-align: left;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 30px 0;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 4rem;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  border: .1rem solid #000;
}

.container-4 {
  padding-bottom: 2rem;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 12rem 30px 80px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 3rem;
  line-height: 1.2;
}

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

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  font-size: 14rem;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--relume-library-lite--rl-white);
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
  font-weight: 500;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1.1rem;
  display: grid;
}

.comparison-negative {
  margin-left: 24px;
  padding-left: 40px;
  font-size: 1.1rem;
  font-weight: 500;
}

.comparison-positive {
  color: var(--black);
  margin-left: 24px;
  padding-left: 40px;
  font-size: 1.1rem;
  font-weight: 500;
}

.container-5 {
  padding-bottom: 1rem;
}

.paragraph {
  font-weight: 700;
}

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

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 0 42px 64px;
}

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

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

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

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

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

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.rl-text-style-regular-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial1_name-text-2 {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_testimonial1_client-image-2 {
  text-align: center;
  object-fit: cover;
  border: .2rem solid #000;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

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

.rl-heading-style-h5-2 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.rl_testimonial1_text-wrapper-2 {
  width: 100%;
  max-width: 48rem;
}

.rl_testimonial1_logo-2 {
  max-height: 3.5rem;
}

.rl_testimonial1_component-2 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

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

.container-6, .container-7 {
  padding-bottom: 4rem;
}

.body {
  max-width: 1298rem;
  max-height: 6581.87rem;
  margin-left: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.container-8 {
  padding-bottom: 2rem;
}

.heading {
  width: 95%;
  margin-top: auto;
  font-size: 3rem;
  display: block;
}

.content-spacer {
  height: 1rem;
}

.link-2 {
  color: var(--color-1);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

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

.rl_section_layout28-3 {
  background-color: #fff;
}

.rl_layout28_tabs-link-3 {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link-3.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.rl-heading-style-h4-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout28_component-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.rl-text-style-regular-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.bold-text-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

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

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

.rl-text-style-regular-6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}

.rl_layout207_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  display: grid;
}

.rl_layout207_item-list.paragraph---smaller {
  grid-row-gap: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.rl_layout207_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_layout207_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-link-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.rl_layout207_content {
  font-size: 1.2rem;
}

.rl_layout270_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

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

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-3.paragraph---smaller {
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.rl-button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout207_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.rl-text-style-subheading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-padding-global-6 {
  margin-top: 6rem;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_layout270_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

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

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

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

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

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

.bold-text-3 {
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}

.image-3 {
  border: 1px solid #000;
  border-radius: 20px;
}

.text-span {
  text-align: left;
}

.text-span-2 {
  padding-bottom: 4rem;
}

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

.paragraph-5 {
  font-size: 1.1rem;
}

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

.spacer {
  width: 2rem;
  height: 2rem;
}

.paragraph-6, .paragraph-7, .paragraph-8, .bold-text-5.heading-2 {
  text-align: left;
}

.bold-text-6 {
  font-size: 4rem;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -2px;
    font-size: 40px;
  }

  h2 {
    letter-spacing: -1px;
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .page-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: .5rem;
    display: grid;
  }

  .page-section.no-padding.relative.hero-section {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 8rem;
    padding-bottom: 0;
  }

  .page-section.no-padding.flex---horizontal--stretch-start {
    flex-flow: wrap;
  }

  .page-section.styleguide {
    margin-top: 100px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .page-section.footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-section.footer---utility-pages {
    margin-left: 0;
  }

  .container {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.hero {
    height: auto;
    margin-bottom: 0;
  }

  .container._5-7-grid {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    max-width: 40em;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container.style-guide {
    padding-left: 40px;
  }

  .subheader-text {
    font-size: 12px;
  }

  .xl-header {
    font-size: 72px;
  }

  .xl-header.white-text.slide-into-view.center-align {
    flex-flow: wrap;
  }

  .xl-header.slide-into-view {
    font-size: 2.8rem;
    line-height: 1.11;
  }

  .button {
    font-size: 16px;
  }

  .logo---navbar {
    width: 25%;
    max-width: 25%;
  }

  .navigation-link {
    text-align: center;
  }

  .navigation-link.nav-button {
    margin-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-text---wrapper {
    width: auto;
    margin-top: -15rem;
  }

  .button-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .annotation {
    font-size: 14px;
  }

  .brands-wrapper {
    justify-content: center;
  }

  .brand-image {
    height: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .divider-line {
    width: 100%;
  }

  .services-image-hover {
    width: 230px;
    height: 320px;
  }

  .portfolio-list {
    grid-column-gap: 24px;
  }

  .photo.about {
    width: 50rem;
    height: 50rem;
  }

  .photo.portfolio {
    height: 250px;
  }

  .image-wipe {
    position: relative;
  }

  .bottom-margin---160px {
    margin-bottom: 0;
  }

  .slider-mask {
    width: 50%;
  }

  .client-name {
    font-size: 16px;
  }

  .company-and-role {
    font-size: 14px;
  }

  .process-section {
    height: auto;
    padding-top: 260px;
  }

  .process-section.slide-into-view {
    padding-top: 8rem;
  }

  .sticky-wrapper {
    height: auto;
    position: static;
  }

  .scrollable-content {
    flex-direction: column;
    width: auto;
    margin-top: 160px;
  }

  .process-item {
    width: auto;
    margin-top: 0;
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .process-big-number {
    left: 40px;
  }

  .process-header {
    margin-top: 0;
  }

  .about-content {
    width: 100%;
    min-height: auto;
  }

  .about-content-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .white-text.slide-into-view {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
  }

  .footer-text {
    margin-left: auto;
    font-size: 14px;
  }

  .social-media-icon-container {
    width: 32px;
    height: 32px;
  }

  .footer-logo {
    width: 25%;
  }

  .left.extra-margin-right {
    padding-right: 20px;
  }

  .right {
    width: 80%;
  }

  .right.services---negative-padding {
    margin-top: -40px;
  }

  .hero-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 8rem;
    display: flex;
    position: static;
  }

  .divider-line-wrapper {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .slide-into-view {
    object-fit: fill;
  }

  .slide-into-view.paragraph---smaller {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .project-hover.flex---center-all {
    width: 100px;
    height: 100px;
  }

  .hero-image-copy {
    vertical-align: baseline;
    object-fit: cover;
    width: 100%;
    height: 40rem;
  }

  .circle {
    width: 100px;
    height: 100px;
    margin-top: 24px;
    margin-left: 24px;
  }

  .round-text {
    width: 88px;
    height: 88px;
  }

  .style-guide---sidebar {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .wrapper---75-width {
    width: auto;
  }

  .large-header {
    letter-spacing: -2px;
    font-size: 32px;
  }

  .medium-header {
    letter-spacing: -1px;
    font-size: 28px;
  }

  .small-header {
    letter-spacing: 0;
    font-size: 20px;
  }

  .instruction-video {
    width: 100%;
  }

  .style-guide---title {
    margin-bottom: 0;
  }

  .style-guide---menu-button {
    color: #fff;
  }

  .style-guide---menu-button.w--open {
    background-color: #333;
  }

  .style-guide---menu-wrapper {
    background-color: #333;
    padding-top: 32px;
  }

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

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

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

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

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three {
    margin-top: 40px;
  }

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

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

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

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

  .rl_layout28_component-2 {
    grid-column-gap: 3rem;
  }

  .rl_layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl_testimonial1_component {
    padding-left: 5%;
    padding-right: 5%;
  }

  .rl-padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_section_testimonial1 {
    margin-top: 8rem;
  }

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

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl_pricing18_plan.middle {
    background-image: none;
  }

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

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

  .rl_section_pricing18 {
    margin-top: 6rem;
  }

  .gallery-overview {
    text-align: left;
  }

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

  .gallery-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: start stretch;
  }

  .gallery-block {
    justify-content: center;
    align-items: center;
  }

  .gallery-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .features-table {
    padding-top: 8rem;
  }

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

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

  .rl_layout28_component-3 {
    grid-column-gap: 3rem;
  }

  .rl-container-large-5 {
    text-align: left;
  }

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

  .rl_layout207_component {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .bold-text-3 {
    color: var(--black);
  }

  .paragraph-6, .paragraph-7, .paragraph-8 {
    text-align: left;
    font-size: 1.1rem;
  }

  .paragraph-10, .paragraph-11 {
    font-size: 1.1rem;
  }

  .heading-3, .heading-4 {
    font-size: 2.8rem;
  }

  .bold-text-5.heading-2 {
    text-align: left;
  }

  .slide-nav-2 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-section {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-section.no-padding.relative.hero-section {
    margin-top: -2.4rem;
  }

  .page-section.no-padding.flex---horizontal--stretch-start {
    flex-wrap: wrap;
  }

  .page-section.footer, .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero {
    height: auto;
  }

  .container._5-7-grid {
    flex-direction: column;
    padding-top: 0;
  }

  .container.style-guide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.utility-footer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .xl-header.white-text.slide-into-view.center-align {
    text-align: center;
  }

  .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text---wrapper {
    text-align: center;
    width: auto;
    margin-top: auto;
  }

  .annotation {
    text-align: center;
  }

  .portfolio-list {
    grid-row-gap: 160px;
    grid-template-columns: 1fr;
  }

  .portfolio-item {
    text-align: center;
  }

  .photo.about {
    width: 100vw;
    height: 500px;
  }

  .photo.portfolio {
    width: 100%;
    height: 375px;
  }

  .bottom-margin---16px {
    width: 75%;
  }

  .bottom-margin---160px {
    margin-bottom: 0;
  }

  .slider-mask {
    width: 70%;
  }

  .bottom-margin---40px, .thumbnail-and-name-wrapper {
    width: 75%;
  }

  .about-content {
    width: 100%;
    min-height: auto;
  }

  .about-content-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .white-text.slide-into-view {
    padding-bottom: 0;
  }

  .footer-text {
    margin-left: auto;
  }

  .left {
    width: auto;
    margin-bottom: 48px;
  }

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

  .right.services---negative-padding {
    margin-top: 0;
  }

  .hero-image-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: flex;
    position: static;
  }

  .slide-into-view {
    text-align: left;
  }

  .hero-image-copy {
    width: auto;
    height: 500px;
  }

  .fixed-button.flex---center-all {
    display: none;
  }

  .circle.absolute.flex---center-all {
    width: 72px;
    height: 72px;
    margin-top: 100px;
    margin-left: 16px;
  }

  .round-text {
    width: 64px;
    height: 64px;
  }

  .style-guide---menu-wrapper {
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .licensing-grid {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .licensing-section-wrapper {
    flex-direction: column;
  }

  .width---50-width {
    width: auto;
  }

  .utility-pages---footer-menu {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 32px;
    display: flex;
  }

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

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

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .rl_gallery3_gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 3rem;
  }

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

  .rl_gallery3_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

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

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

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

  .rl_layout28_component-2 {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout1_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

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

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

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

  .rl_testimonial1_spacing-block-2 {
    padding-bottom: .75rem;
  }

  .rl_testimonial1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-padding-global-3 {
    margin-bottom: 9.1rem;
  }

  .rl_pricing18_spacing-block-6, .rl_pricing18_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

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

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl_pricing18_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

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

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

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

  .gallery-overview {
    padding: 60px 15px;
  }

  .features-table {
    padding: 60px 15px 0;
  }

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

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

  .rl_testimonial1_spacing-block-2-2 {
    padding-bottom: .75rem;
  }

  .rl_testimonial1_spacing-block-1-2 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h5-2 {
    font-size: 1.25rem;
  }

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

  .heading {
    text-align: left;
    margin-top: 4rem;
  }

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

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

  .rl_layout28_component-3 {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_section_layout207 {
    margin-top: -106px;
  }

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

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

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

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

  .rl_layout270_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

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

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

  .rl_layout270_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .features-list {
    padding: 60px 15px;
  }

  .paragraph-4.space {
    margin-bottom: 2rem;
  }

  .bold-text-5 {
    font-size: 2.8rem;
    line-height: 1.11;
  }

  .bold-text-6 {
    text-align: left;
  }

  .slide-nav-2 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .page-section {
    margin-top: -5.9rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-section.no-padding.relative.hero-section {
    min-width: 0;
    max-width: 100%;
    padding-bottom: 0;
    overflow: hidden;
  }

  .page-section.no-padding.flex---horizontal--stretch-start {
    margin-top: 4rem;
  }

  .page-section.no-padding.flex---center-all.relative.overflow-hidden._100-viewport-height.dark-grey-background {
    min-height: auto;
    padding-top: 160px;
  }

  .page-section.overflow-hidden {
    margin-top: auto;
    padding-bottom: 15.2rem;
  }

  .page-section.footer {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    text-align: center;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.hero {
    text-align: center;
    min-width: 0%;
    max-width: 100%;
    margin-top: 40%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container._5-7-grid {
    text-align: left;
    margin-bottom: 2rem;
    padding-top: 0;
  }

  .container.absolute.footer {
    margin-top: 0;
    padding-bottom: 10px;
    padding-right: 2rem;
    position: static;
  }

  .container.faq {
    max-width: none;
    padding-left: 2rem;
  }

  .xl-header {
    font-size: 56px;
  }

  .xl-header.white-text.slide-into-view.center-align {
    padding-top: .125rem;
    font-weight: 700;
  }

  .xl-header.slide-into-view {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 2.2rem;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.bigger-padding.slide-into-view {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 1.5rem;
    line-height: 1;
  }

  .button.testimonial {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 28px;
  }

  .logo---navbar {
    width: 50%;
    max-width: 50%;
  }

  .relative.overflow-hidden {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .hero-text---wrapper {
    text-align: left;
    width: 100%;
    min-width: 0%;
    max-width: 100%;
    overflow: visible;
  }

  .bottom-margin---32px {
    width: 100%;
    min-width: 0%;
    max-width: 100%;
    overflow: visible;
  }

  .bottom-margin---80px {
    font-size: 1.1rem;
  }

  .content-wrapper {
    width: 50%;
  }

  .content-wrapper.smm {
    width: 100%;
  }

  .bold-text {
    text-align: left;
    width: 80%;
    font-size: 1.2rem;
  }

  .services-image-hover {
    width: 180px;
    height: 250px;
  }

  .photo.about {
    width: 100%;
  }

  .bottom-margin---16px {
    width: 45%;
  }

  .bottom-margin---160px {
    width: 60%;
  }

  .slider-mask {
    width: 90%;
  }

  .testimonial-item {
    text-align: center;
    margin-bottom: -13.4rem;
    margin-right: 0;
    padding: 0 10px 0;
  }

  .paragraph---smaller {
    text-align: left;
    width: 60%;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .paragraph---smaller.smm {
    width: 100%;
  }

  .bottom-margin---40px {
    width: 70%;
    margin-bottom: 0;
  }

  .thumbnail-and-name-wrapper {
    width: 30%;
  }

  .client-name, .company-and-role {
    text-align: left;
  }

  .process-section.slide-into-view {
    padding-top: 0;
  }

  .scrollable-content {
    margin-top: 100px;
  }

  .process-item {
    padding: 60px 20px 40px;
  }

  .process-big-number {
    font-size: 80px;
    top: -40px;
    left: 20px;
  }

  .about-content {
    background-color: var(--relume-library-lite--rl-white);
    width: 100%;
  }

  .about-content-wrapper {
    max-width: 100%;
  }

  .faq-questions-wrapper {
    padding-bottom: 4rem;
  }

  .scrolling-text {
    padding-bottom: 0;
    font-size: 20px;
  }

  .white-text.slide-into-view {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: 500;
  }

  .footer-text {
    margin-left: 0;
  }

  .flex-horizontal-center-spacebetween.footer {
    flex-direction: column;
  }

  .flex-horizontal-center-spacebetween.mobile {
    flex-wrap: wrap;
    justify-content: center;
  }

  .social-media-icon-container {
    margin: 16px;
  }

  .footer-logo {
    width: 15rem;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .divider-line-wrapper {
    opacity: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide-into-view {
    font-size: 2.2rem;
  }

  .slide-into-view.paragraph---smaller {
    padding-bottom: 2rem;
    font-size: 1rem;
  }

  .slide-into-view.paragraph---smaller.cta {
    text-align: left;
    width: 100%;
    font-size: 1.1rem;
  }

  .slide-into-view.paragraph---smaller.smm {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .hero-image-copy {
    object-fit: contain;
    border-style: none;
    max-width: 100%;
    padding-bottom: 0;
  }

  .contact-form-popup {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .contact-form-wrapper.relative {
    padding: 40px 20px;
  }

  .close-icon {
    margin-top: 10px;
    margin-right: 10px;
  }

  .circle.absolute.flex---center-all {
    object-fit: fill;
    position: absolute;
    top: 10%;
  }

  .style-guide---sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-header {
    font-size: 48px;
  }

  .medium-header {
    font-size: 40px;
  }

  .small-header {
    font-size: 32px;
  }

  .style-guide---title {
    padding-left: 0;
  }

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

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .rl_layout28_component-2, .rl_layout1_component {
    grid-template-columns: 1fr;
  }

  .rl-text-style-regular-3 {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .superscript {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .rl_pricing18_spacing-block-6 {
    padding-bottom: 2rem;
  }

  .rl_pricing18_feature-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .rl_pricing18_spacing-block-4 {
    padding-bottom: 0;
  }

  .rl-heading-style-h1 {
    font-size: 2.2rem;
  }

  .rl_pricing18_plan.middle {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .rl-heading-style-h2-2 {
    text-align: left;
    font-size: 2.2rem;
  }

  .rl_section_pricing18 {
    box-sizing: border-box;
    margin-top: auto;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .features-table {
    padding-left: 0;
    padding-right: 0;
  }

  .centered-heading {
    text-align: center;
    margin-bottom: 24px;
    font-size: 2.2rem;
  }

  .comparison-table {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    font-size: 1rem;
    display: grid;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    font-size: .8rem;
  }

  .comparison-title {
    margin-left: auto;
    font-size: 1.5rem;
  }

  .comparison-row {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .comparison-negative {
    margin-left: 10px;
    padding-left: 0;
    font-size: 1rem;
  }

  .comparison-positive {
    background-image: none;
    margin-left: 10px;
    padding-left: 0;
    font-size: 1rem;
  }

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

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

  .body {
    max-width: 100%;
  }

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

  .paragraph-2, .paragraph-3 {
    margin-bottom: 20px;
  }

  .rl_layout28_component-3 {
    grid-template-columns: 1fr;
  }

  .rl_section_layout207 {
    margin-top: 0;
  }

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

  .rl-text-style-regular-6 {
    font-size: 1.1rem;
  }

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

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

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .paragraph-4 {
    text-align: left;
    padding-bottom: 2rem;
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .paragraph-4.space {
    text-align: left;
  }

  .bold-text-3 {
    font-size: 1.7rem;
  }

  .bold-text-4 {
    text-align: left;
  }

  .paragraph-5 {
    padding-right: 4rem;
    font-size: 1.1rem;
  }

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

  .paragraph-6 {
    text-align: left;
    padding-left: 0;
  }

  .paragraph-7, .paragraph-8 {
    text-align: left;
  }

  .paragraph-9 {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .paragraph-10, .paragraph-11 {
    font-weight: 500;
  }

  .heading-3, .heading-4 {
    font-size: 2.2rem;
  }

  .bold-text-5.heading-2 {
    text-align: left;
    font-size: 2.2rem;
  }

  .bold-text-6 {
    text-align: left;
    width: 89.0168%;
    margin-right: 0;
    font-size: 2.2rem;
  }

  .slide-nav-2 {
    width: 35%;
    position: relative;
    top: 14.9rem;
  }

  .bold-text-7 {
    text-align: left;
  }
}

#w-node-_456ee321-5392-91ba-1052-236980f78540-a364b04b, #w-node-_456ee321-5392-91ba-1052-236980f7854c-a364b04b, #w-node-_48c3d729-bb74-4d63-792f-821b67b3632f-a364b04b {
  align-self: start;
}

#w-node-b8455832-d0d0-3cbf-8d62-0a4095774980-a364b04b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-b8455832-d0d0-3cbf-8d62-0a409577498e-a364b04b, #w-node-b8455832-d0d0-3cbf-8d62-0a409577498f-a364b04b, #w-node-b8455832-d0d0-3cbf-8d62-0a4095774990-a364b04b, #w-node-b8455832-d0d0-3cbf-8d62-0a4095774991-a364b04b, #w-node-_092c86f8-baf7-a5a5-bb99-38a520a6c0fd-a364b04b, #w-node-_092c86f8-baf7-a5a5-bb99-38a520a6c0eb-a364b04b, #w-node-_092c86f8-baf7-a5a5-bb99-38a520a6c0fe-a364b04b, #w-node-_092c86f8-baf7-a5a5-bb99-38a520a6c0ff-a364b04b, #w-node-_092c86f8-baf7-a5a5-bb99-38a520a6c100-a364b04b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc3a8d7a-456d-3eeb-7933-21de61fb4d73-a364b04b, #w-node-fc3a8d7a-456d-3eeb-7933-21de61fb4d78-a364b04b, #w-node-fc3a8d7a-456d-3eeb-7933-21de61fb4d7d-a364b04b, #w-node-fc3a8d7a-456d-3eeb-7933-21de61fb4d82-a364b04b, #w-node-a678e490-06bc-8508-d7e2-c6206db708c7-a364b04b, #w-node-f5a8519f-2753-af0d-d7ce-281600694dc0-a364b04b {
  align-self: start;
}

#w-node-_1cdc5b79-b4b9-ac6c-961f-d5e8cc0102f1-a364b04b {
  place-self: auto;
}

#w-node-_1cdc5b79-b4b9-ac6c-961f-d5e8cc0102f4-a364b04b, #w-node-_1cdc5b79-b4b9-ac6c-961f-d5e8cc0102f6-a364b04b, #w-node-_1cdc5b79-b4b9-ac6c-961f-d5e8cc0102fe-a364b04b, #w-node-_1cdc5b79-b4b9-ac6c-961f-d5e8cc010300-a364b04b, #w-node-_1cdc5b79-b4b9-ac6c-961f-d5e8cc010303-a364b04b, #w-node-_1cdc5b79-b4b9-ac6c-961f-d5e8cc010305-a364b04b, #w-node-f04e5ba8-df1d-2919-d7a7-710950f3d3fe-a364b04b, #w-node-f04e5ba8-df1d-2919-d7a7-710950f3d400-a364b04b, #w-node-_05fb569e-8adb-3192-671a-42a84de8cfea-a364b051, #w-node-_25efb2ee-b8de-0d30-821d-a597e5bcd5cb-a364b051, #w-node-b7e21374-bcf0-761a-eed8-226becc9c142-a364b051, #w-node-_6d923fe3-a5bc-0435-e785-d5d2e719276b-a364b051 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1f156b3-4345-acd5-b52f-850635fdc3f1-d7c1f199, #w-node-_59f69e7a-339f-02dc-46db-1bbe8fd79065-d7c1f199, #w-node-_2b2d464d-d1f1-5069-1c2f-cab0cafe56b6-d7c1f199, #w-node-d3e408b6-e5a7-1cc8-3939-bc68e3ce5900-d7c1f199, #w-node-_2f68ed19-b363-d38f-5d2b-511f23e2d129-d7c1f199, #w-node-_1a3979ab-f573-7063-ffef-8e31bfa2b199-d7c1f199, #w-node-b6b1b3eb-50a1-3aef-ea3e-55d38dfd4b0d-d7c1f199, #w-node-_695497cd-de80-32cc-0707-1a159ba3fa78-d7c1f199, #w-node-e79d7529-994a-2c18-475f-40225a6e1101-3746c12b, #w-node-_029b380f-c562-7adc-bbdb-2d809247066a-2cd17490, #w-node-_029b380f-c562-7adc-bbdb-2d8092470693-2cd17490 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-b8455832-d0d0-3cbf-8d62-0a4095774980-a364b04b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_092c86f8-baf7-a5a5-bb99-38a520a6c0eb-a364b04b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bfaef8ca-e954-2bb9-c439-65bbe06b6835-a364b04b {
    justify-self: start;
  }

  #w-node-ed25cf45-c015-d22a-16a4-565153730138-a364b051 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8455832-d0d0-3cbf-8d62-0a4095774980-a364b04b, #w-node-_092c86f8-baf7-a5a5-bb99-38a520a6c0eb-a364b04b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cdc5b79-b4b9-ac6c-961f-d5e8cc0102ee-a364b04b {
    place-self: auto;
  }

  #w-node-_1cdc5b79-b4b9-ac6c-961f-d5e8cc0102ef-a364b04b, #w-node-f69a5622-4d84-35ab-7d75-843e6cda0dec-a364b04b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


