:root {
  --darker: #0d161a;
  --dark: #19262d;
  --light: #e0e0e0;
  --white: #f9f9f9;
  --primary: #96c9c6;
  --secondary: #fefefe;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

body {
  background-color: var(--darker);
  background-image: linear-gradient(45deg, var(--darker) 55%, var(--dark) 92%);
  color: var(--light);
  font-family: Plusjakartasans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fraunces 9pt", sans-serif;
  font-size: 3.625rem;
  font-weight: 600;
  line-height: 1.25;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fraunces 9pt", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fraunces 9pt", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

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

p {
  margin-bottom: .125rem;
}

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

.main-wrapper {
  overflow: hidden;
}

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

.section-spacing.ss-y-hero {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.section-spacing.ss-y-hero.is-home {
  padding-bottom: 2rem;
}

.section-spacing.ss-top-xs {
  padding-top: 2rem;
}

.section-spacing.ss-b-large {
  padding-bottom: 8rem;
}

.section-spacing.ss-challenge {
  padding-top: 7rem;
  padding-bottom: 5.5rem;
}

.section-spacing.no-bottomspacing {
  padding-bottom: 3rem;
}

.btn-icon {
  width: 1rem;
  height: 1rem;
}

.btn-icon.is-large {
  width: 1.25rem;
  height: 1.25rem;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-nav-foot {
  display: none;
}

.navbar-brand {
  max-width: 11.125rem;
}

.brand-img {
  width: 100%;
}

.nav-link {
  color: var(--light);
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .875rem;
  text-decoration: none;
  transition: color .25s;
  position: relative;
}

.nav-link:hover, .nav-link:focus {
  color: var(--primary);
}

.navbar-nav {
  align-items: center;
  margin-left: auto;
  margin-right: 1.25rem;
  display: flex;
}

.nav-link-underline-curved {
  display: none;
}

.btn {
  background-color: var(--primary);
  background-image: linear-gradient(to right, var(--primary) 37%, #b0d6d4 62%, #c9e3e1 85%, var(--secondary));
  color: var(--primary);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .6875rem 2rem .8125rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.btn-sm {
  padding: .4375rem 1.25rem .5625rem;
  font-weight: 500;
}

.btn.btn-submit {
  width: 100%;
  max-width: 11.25rem;
}

.btn.btn-wide {
  width: 11.25rem;
}

.btn.btn-wide.center {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-nav-body {
  align-items: center;
  display: flex;
}

.navbar-nav-head {
  display: none;
}

.navbar {
  background-color: #0000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.navbar-sticky {
  z-index: 1090;
  position: sticky;
  top: 0;
}

.navbar-sticky.navbar-sticky-light {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #0d161a00;
}

.global-spacing {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav-item {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.nav-item.hidden {
  display: none;
}

.global-styles {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.btn-bg {
  z-index: -1;
  background-color: var(--white);
  background-image: linear-gradient(to right, var(--primary) 30%, var(--secondary));
  opacity: 0;
  transition: opacity .25s ease-in-out;
  position: absolute;
  inset: 0;
}

.section-hero {
  margin-top: 1rem;
}

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

.container.container-small {
  width: 650px;
  max-width: 100%;
}

.hero-content {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 58.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-decoration {
  position: relative;
}

.decoration {
  background-image: url('../images/Vector-29.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.75rem;
  height: 7.75rem;
  display: inline;
  position: absolute;
  top: -5.5rem;
  left: -6.5rem;
}

.decoration.is-sm {
  width: 1.375rem;
  height: 1.375rem;
  top: -.5rem;
  left: -1.25rem;
}

.decoration.is-sm.for-o {
  top: -.125rem;
  left: -1rem;
}

.decoration.is-sm.for-t {
  top: -.5rem;
  left: -1.25rem;
}

.decoration.is-md {
  width: 1.875rem;
  height: 1.875rem;
  top: -1.325rem;
  left: -1.625rem;
}

.decoration.is-md.for-o {
  top: -.125rem;
  left: -1rem;
}

.decoration.is-md.for-t {
  top: -.5rem;
  left: -1.25rem;
}

.mb-sm {
  margin-bottom: .5rem;
}

.text-gradient-primary {
  background-image: linear-gradient(to right, var(--primary) 37%, #b9dbd9 62%, #cde5e4 92%, var(--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.mb-h {
  margin-bottom: 4rem;
}

.btn-container {
  align-items: center;
  display: flex;
}

.btn-container.align-cc {
  justify-content: center;
}

.btn-container.align-cc.margin-top-20 {
  margin-top: 20px;
}

.btn-container.align-cc.padding-top-60 {
  padding-top: 60px;
}

.hero-petals {
  z-index: -1;
  max-width: 74rem;
  margin-top: -2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-line {
  z-index: -1;
  position: absolute;
}

.section-title {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.section-title.st-mb-lg {
  margin-bottom: 2rem;
}

.section-title.st-mb-lg.big-margin-top {
  margin-top: 184px;
  padding: 46px;
}

.section-title.st-mb-h {
  margin-bottom: 4rem;
  position: relative;
}

.py-lg {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.gradient-left-glow {
  background-image: linear-gradient(to right, var(--dark) 6%, var(--darker) 89%);
}

.grid-cols-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-cols-2.align-vc {
  align-items: center;
}

.grid-cols-2.gap-h {
  grid-column-gap: 7rem;
  grid-row-gap: 4rem;
}

.video-embed-wrap {
  border-radius: .375rem;
  width: 100%;
  max-width: 33.125rem;
  overflow: hidden;
}

.video-embed {
  border-radius: .375rem;
  width: 100%;
  overflow: hidden;
}

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

.max-width-410 {
  width: 100%;
  max-width: 25.625rem;
}

.section-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-sm {
  font-size: .875rem;
}

.list {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list.l-mb-base {
  margin-bottom: 1rem;
}

.list-icon {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
}

.list-item, .link-container {
  display: flex;
}

.link-container.small-margin-top {
  margin-top: 18px;
}

.link-fancy {
  color: var(--primary);
  align-items: center;
  padding-bottom: .5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-fancy.medialink {
  display: flex;
}

.link-fancy.hide {
  display: none;
}

.link-fancy-icon {
  width: 1.5rem;
  margin-left: .5rem;
  line-height: 1;
  display: block;
}

.link-fancy-text {
  background-image: linear-gradient(to right, var(--primary) 37%, #afd6d3 59%, #cfe6e4 95%, var(--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.link-fancy-line {
  background-image: linear-gradient(to right, var(--primary) 37%, #add5d2 67%, #cfe6e5 96%, var(--secondary));
  border-radius: 1rem;
  height: .09375rem;
  transition: transform .25s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.max-width-428 {
  width: 100%;
  max-width: 26.75rem;
}

.img-wrap {
  margin-right: 17px;
}

.img-wrap.rounded {
  border-radius: .375rem;
  overflow: hidden;
}

.img-wrap.mw-100 {
  min-width: 534px;
}

.max-width-522 {
  width: 100%;
  max-width: 32.625rem;
}

.img-fluid {
  border-radius: 16px;
  width: 100%;
}

.img-fluid.rounded {
  border-radius: 20px;
}

.gradient-right-glow {
  background-image: linear-gradient(270deg, var(--dark) 6%, var(--darker) 89%);
}

.brand-logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.max-width-382 {
  width: 100%;
  max-width: 23.875rem;
}

.grid-cols-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(270deg, #96c9c61a, #96c9c60d);
  border: 1px solid #96c9c626;
  border-radius: .375rem;
  flex-direction: column;
  display: flex;
  box-shadow: 0 4px 40px #5189861c;
}

.card.card-testimonials {
  height: 100%;
}

.card-body {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 2rem 1rem;
  display: grid;
}

.card-body.card-body-testimonials {
  padding-right: 4rem;
}

.max-width-432 {
  width: 100%;
  max-width: 27rem;
}

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

.max-width-720 {
  width: 100%;
  max-width: 45rem;
  margin-top: -2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-founders {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(288px, max-content) minmax(288px, max-content);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.founder {
  flex-direction: column;
  display: flex;
}

.founder-img-wrap {
  border-style: solid solid none;
  border-width: .09375rem;
  border-color: var(--primary);
  border-radius: .375rem .375rem 0 0;
  position: relative;
}

.founder-img {
  object-fit: cover;
  object-position: 50% 0%;
  height: 287px;
  margin-top: -2.5rem;
}

.founder-content {
  background-image: linear-gradient(to right, var(--primary) 8%, #c0dedd 62%, var(--secondary));
  color: #252525;
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  padding: .875rem;
}

.text-dark {
  color: var(--darker);
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-600.text-white {
  color: var(--white);
}

.fw-600.text-white.mb-base {
  margin-bottom: 1rem;
}

.mb-xxs {
  margin-bottom: .25rem;
}

.socials {
  align-items: center;
  margin-top: .75rem;
  display: flex;
}

.social-link {
  align-items: flex-end;
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1;
  transition: opacity .25s ease-in-out;
  display: flex;
}

.social-link:hover {
  opacity: .75;
}

.social-link.is-first {
  margin-right: 1rem;
}

.founder-decoration {
  position: absolute;
  top: -1.625rem;
  left: -1.625rem;
}

.position-relative {
  position: relative;
}

.founder-petals {
  z-index: -1;
  max-width: 74rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.max-width-456 {
  width: 100%;
  max-width: 28.5rem;
}

.section-media {
  overflow: hidden;
}

.slider-wrapper {
  position: relative;
}

.slider-wrapper.overflow-hidden {
  overflow: hidden;
}

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

.section-capabilities {
  margin-top: 0;
  padding-top: 143px;
}

.dev-styles {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.media-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.medai-title {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1rem;
}

.slider-arrow-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: -3.5rem;
  right: 0;
}

.slider-control-prev {
  transform-origin: 100%;
  cursor: pointer;
  max-width: 5rem;
  margin-right: 2rem;
  transition: transform .25s;
}

.slider-control-prev:hover {
  transform: scale(1.1);
}

.slider-control-next {
  transform-origin: 0%;
  cursor: pointer;
  max-width: 5rem;
  transition: transform .25s;
}

.slider-control-next:hover {
  transform: scale(1.1);
}

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

.d-none {
  display: none;
}

.slider-mask-cols-02 {
  width: 50%;
  overflow: visible;
}

.slider-nav {
  bottom: -4rem;
}

.testimonials-subject {
  color: var(--white);
  text-align: left;
  margin-left: 0;
  font-weight: 700;
  display: inline-block;
}

.slider-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.footer {
  padding-top: 8.25rem;
  position: relative;
}

.footer-top {
  max-width: 51.25rem;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom {
  border-top: 1px solid var(--primary);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.footer-bottom-top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6.75rem;
  display: flex;
}

.footer-brand {
  width: 100%;
  max-width: 11.5rem;
}

.fs-lg {
  font-family: "Fraunces 9pt", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.footer-social-link {
  align-items: flex-end;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1;
  transition: opacity .25s ease-in-out;
  display: flex;
}

.footer-social-link:hover {
  opacity: .75;
}

.footer-social-link.is-first {
  margin-right: 1rem;
}

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

.footer-link {
  color: var(--light);
  text-decoration: none;
  transition: color .25s ease-in-out;
}

.footer-link:hover {
  color: var(--white);
}

.form-label {
  margin-bottom: .5rem;
  font-weight: 600;
}

.form-label.ls-bottom-lg {
  color: var(--white);
  margin-bottom: 1rem;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--light);
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  padding: 1rem;
}

.form-input:focus {
  border-bottom-color: var(--primary);
}

.form-input::placeholder {
  color: #f9f9f98c;
  font-size: 1rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-grid {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-bg {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.form-option {
  color: var(--primary);
  margin-bottom: 1rem;
  padding-left: 0;
}

.form-option-input {
  display: none;
}

.form-option-text {
  color: #e6f5ff;
  text-align: center;
  border-radius: 100rem;
  min-width: 7.5rem;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  transition: color .25s ease-in-out, border-color .25s ease-in-out;
  position: relative;
}

.form-options {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.mb-lg {
  margin-bottom: 1.25rem;
}

.max-width-675 {
  max-width: 42.1875rem;
}

.mb-xl {
  margin-bottom: 1.5rem;
}

.tabs-content.gradient-left-glow {
  margin-top: 2rem;
}

.tabs-menu {
  grid-column-gap: 1.375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu.swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  display: flex;
}

.tab-link {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--primary) 37%, #b4d8d6 70%, #cfe6e5 96%, var(--secondary));
  color: var(--light);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 100rem;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.tab-link.w--current {
  color: var(--darker);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.tab-link.swiper-slide {
  background-color: var(--primary);
  flex: none;
  width: auto;
  transition: all .25s;
}

.section-services {
  overflow: hidden;
}

.tab-pane {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.tab-inner-content {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.mb-md {
  margin-bottom: .75rem;
}

.mb-md.client-logo {
  height: 30px;
  min-height: auto;
  max-height: none;
}

.tab-content-title {
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.tab-content-richtext {
  margin-top: 28px;
}

.tab-content-richtext p {
  margin-bottom: .5rem;
  font-size: .875rem;
}

.tab-content-richtext h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.38;
}

.tab-content-richtext ul {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.tab-content-richtext li {
  background-image: url('../images/check-mark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  padding-left: 2rem;
}

.tab-inner-content-right {
  text-align: center;
  margin-top: 52px;
}

.tab-content-image {
  border-radius: 5px;
  max-width: 34.625rem;
  margin-top: 55px;
  display: inline-block;
}

.title-divider-wrap {
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.title {
  letter-spacing: .02em;
  flex: none;
  margin-right: 1.625rem;
  font-size: 1.5rem;
}

.title-divider {
  background-color: var(--primary);
  flex: 1;
  width: 100%;
  height: 1px;
}

.title-divider-outer-wrap {
  margin-bottom: 4.75rem;
}

.featured-clients {
  grid-column-gap: 8rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-richtext {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5rem;
  font-size: 25px;
}

.case-richtext p {
  margin-bottom: 1rem;
  font-size: .875rem;
}

.case-richtext h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.38;
}

.case-richtext ul {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.case-richtext li {
  background-image: url('../images/check-mark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  padding-left: 2rem;
}

.case-richtext h3 {
  margin-bottom: .5rem;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.case-richtext.for-clients {
  width: 100%;
  max-width: 32.875rem;
}

.tab-link-bg {
  z-index: -1;
  background-color: var(--white);
  background-image: linear-gradient(to right, var(--primary) 30%, var(--secondary));
  opacity: 0;
  transition: opacity .25s ease-in-out;
  position: absolute;
  inset: 0;
}

.grid-col-left {
  margin-right: 56px;
}

.grid-col-right {
  padding-left: 0;
}

.h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.h3.mb-xl {
  margin-bottom: 2rem;
}

.section-challenge {
  position: relative;
  overflow: hidden;
}

.challenge-bg-petal {
  cursor: not-allowed;
  position: absolute;
  bottom: 0;
  left: 26%;
}

.gradient-top-right-glow {
  background-image: linear-gradient(225deg, var(--dark) 6%, var(--darker) 89%);
}

.mt-h {
  margin-top: 4rem;
}

.chart-animation {
  overflow: hidden;
}

.loader {
  z-index: 2090;
  background-color: var(--darker);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.loader-inner {
  position: relative;
}

.loader-logo-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.loader-logo {
  width: 15rem;
  min-width: 15rem;
}

.loader-logo.is-faded {
  opacity: .2;
}

.hero-petals-img, .founder-petals-img {
  z-index: -1;
  max-width: 74rem;
}

.form-success {
  background-image: linear-gradient(to right, var(--primary) 37%, #add5d2 61%, #cee6e4 92%, var(--secondary));
  color: var(--darker);
  border-radius: .375rem;
  padding: 1.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.form-error {
  color: #ff2d2d;
  background-color: #ff2d2d33;
  border-radius: .375rem;
  padding: 1rem;
  font-size: 1rem;
}

.slider-inner-wrapper {
  overflow: hidden;
}

.dropdown-toggle {
  color: var(--light);
  padding: 0 1.125rem 0 0;
  font-size: .875rem;
  text-decoration: none;
  transition: color .25s;
  position: relative;
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
  color: var(--primary);
}

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

.dropdown {
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.dropdown-link, .dropdown-link-2 {
  display: block;
}

.dropdown-menu {
  background-color: var(--darker);
  background-image: linear-gradient(to right, var(--darker), var(--dark));
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--light);
  border: 1px solid #96c9c61f;
  border-radius: .375rem;
  min-width: 12rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  top: 100%;
}

.dropdown-link {
  color: var(--light);
  padding: .5rem 1.25rem;
  font-size: .875rem;
  transition: color .25s ease-in-out;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--primary);
}

.tabs-menu-wrapper {
  margin-bottom: 2.5rem;
}

.text-error {
  color: #ff2d2d;
  font-size: .875rem;
  display: none;
}

.py-xxl {
  padding-top: 6rem;
  padding-bottom: 0;
}

.testi-logo {
  border-radius: 50%;
  width: 50px;
  margin-right: 13px;
  display: inline-block;
}

.div-block, .div-block-2 {
  display: inline;
}

.inline-block {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.testimonial-company {
  display: block;
}

.testimonial-author-box {
  display: flex;
}

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

.video {
  border-radius: 20px;
  max-height: 0;
  position: static;
}

.vid-block {
  max-height: none;
  position: static;
}

.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: 260px;
  display: flex;
}

.how-title {
  margin-top: 12px;
  margin-bottom: 15px;
  font-size: 23px;
}

.rich-text-block {
  margin-top: 35px;
}

.case-study-blurb {
  margin-top: 15px;
  margin-bottom: 24px;
}

.gradient-arrow {
  max-width: 24px;
  margin-top: 5px;
  margin-left: 12px;
}

.image {
  max-width: 300px;
}

.image-2 {
  border-radius: 20px;
  width: 350px;
  max-width: 100%;
}

.breaker-spacing {
  padding-top: 50px;
}

.your-vision {
  margin-bottom: 19px;
}

@media screen and (min-width: 1920px) {
  .nav-link-underline-curved {
    display: none;
  }

  .section-title.st-mb-lg.big-margin-top {
    margin-top: 146px;
  }
}

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

  h2 {
    font-size: 3.25rem;
  }

  h3 {
    font-size: 1.375rem;
  }

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

  .section-spacing.ss-y-hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .btn-icon.is-large.on-left.btn-icon-nav {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }

  .navbar-menu-icon {
    width: 2rem;
    line-height: 1;
  }

  .navbar-nav-foot {
    display: block;
  }

  .navbar-brand {
    max-width: 10.5rem;
  }

  .nav-link {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .navbar-menu-close-icon {
    width: 2rem;
    line-height: 1;
  }

  .navbar-btns {
    display: none;
  }

  .navbar-nav {
    z-index: 1090;
    background-color: var(--darker);
    color: #3f4c5c;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    margin-right: 0;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    position: fixed;
    inset: 0;
    overflow: auto;
  }

  .navbar-menu-btn {
    color: var(--light);
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding: .625rem .5rem .5rem;
    display: flex;
  }

  .navbar-menu-btn.w--open {
    background-color: #0000;
  }

  .nav-link-underline-curved {
    height: auto;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .btn {
    display: flex;
  }

  .btn.btn-sm.btn-dark.btn-nav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .navbar-nav-body {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.5rem;
  }

  .navbar-nav-head {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .navbar {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: static;
  }

  .global-spacing {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .nav-item {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-nav-inner {
    padding-bottom: 2.5rem;
  }

  .navbar-menu-close {
    color: var(--light);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding: .625rem .5rem .5rem;
    display: flex;
  }

  .decoration {
    width: 5rem;
    height: 5rem;
    top: -3.5rem;
    left: -4rem;
  }

  .hero-petals {
    width: 100%;
  }

  .section-title.st-mb-lg.d-none-tb {
    display: none;
  }

  .py-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .grid-cols-2.align-vc {
    grid-column-gap: 2rem;
  }

  .grid-cols-2.gap-h {
    grid-column-gap: 4rem;
  }

  .img-wrap.mw-100 {
    min-width: 380px;
  }

  .brand-logos {
    text-align: center;
    display: block;
  }

  .brand-logo {
    text-align: center;
    margin: 9px 20px 16px;
  }

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

  .footer {
    padding-top: 6rem;
  }

  .tabs-menu.swiper-wrapper {
    padding-left: 1.5rem;
  }

  .tab-pane {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tab-inner-content {
    grid-column-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .tab-content-image {
    width: 100%;
  }

  .title-divider-outer-wrap {
    margin-bottom: 3rem;
  }

  .featured-clients {
    grid-column-gap: 5rem;
  }

  .grid-col-left {
    margin-right: 0;
  }

  .hero-petals-img {
    width: 100%;
  }

  .case-logo {
    max-width: 16rem;
  }

  .form-success {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
  }

  .dropdown-toggle {
    width: 100%;
    margin: 1rem 0;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .dropdown-caret {
    right: 0;
  }

  .dropdown {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .dropdown-menu {
    border-radius: 0;
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    position: static;
  }

  .dropdown-link {
    padding: .75rem 1.75rem;
    font-size: 1.25rem;
  }

  .tabs-menu-wrapper {
    display: none;
  }

  .py-xxl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  .section-spacing.ss-y-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar-brand {
    max-width: 8rem;
    padding-left: 0;
  }

  .nav-link {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .hero-line {
    opacity: .75;
  }

  .grid-cols-2.align-vc {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .grid-cols-2.align-vc.gap-h-alt {
    grid-row-gap: 1.5rem;
  }

  .grid-cols-2.gap-h {
    grid-template-columns: 1fr;
  }

  .max-width-410, .max-width-428 {
    max-width: none;
  }

  .img-wrap.mw-100 {
    min-width: 320px;
  }

  .grid-founders {
    grid-row-gap: 6rem;
    grid-template-columns: minmax(288px, max-content);
    justify-content: center;
    margin-top: 4rem;
  }

  .footer {
    padding-top: 4rem;
  }

  .footer-bottom-top {
    margin-bottom: 4rem;
  }

  .footer-bottom-links {
    font-size: .875rem;
  }

  .tabs-menu.swiper-wrapper {
    padding-left: 1.25rem;
  }

  .tab-pane {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tab-inner-content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .tab-content-image {
    width: 85%;
  }

  .featured-clients {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .grid-col-right {
    width: 100%;
  }

  .loader-logo {
    width: 12rem;
    min-width: 12rem;
  }

  .case-logo {
    max-width: 12.5rem;
  }

  .dropdown-toggle {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .py-xxl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .video {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
    position: relative;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.1875rem;
  }

  .section-spacing.ss-b-large {
    padding-bottom: 6rem;
  }

  .section-spacing.ss-challenge {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .section-spacing.ss-b-small {
    padding-bottom: .25rem;
  }

  .btn-icon.is-large.on-left.btn-icon-nav {
    width: 1.75rem;
    height: 1.74rem;
  }

  .navbar-menu-icon {
    width: 1.75rem;
  }

  .navbar-brand {
    max-width: 7.5rem;
  }

  .nav-link {
    font-size: 9.25vw;
    line-height: 1.2;
  }

  .navbar-menu-close-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .navbar-nav {
    overflow: auto;
  }

  .navbar-menu-btn {
    padding-top: .5rem;
  }

  .navbar-menu-btn.w--open {
    background-color: #0000;
  }

  .btn {
    display: block;
  }

  .btn.btn-sm.btn-dark.btn-nav {
    padding-top: .875rem;
    padding-bottom: .875rem;
    font-size: 1.125rem;
  }

  .navbar-nav-body {
    flex-direction: column;
    margin-bottom: 3.5rem;
    display: flex;
  }

  .navbar-nav-head {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .global-spacing {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .navbar-nav-inner {
    flex-direction: column;
    padding-bottom: 2.5rem;
    display: flex;
  }

  .navbar-menu-close {
    margin-right: -.5rem;
    padding-top: .5rem;
  }

  .section-hero {
    margin-top: 0;
    overflow: hidden;
  }

  .decoration {
    width: 2rem;
    height: 2rem;
    top: -1.25rem;
    left: -1.625rem;
  }

  .decoration.is-md {
    width: 1.75rem;
    height: 1.75rem;
    top: -1.1875rem;
    left: -1.5rem;
  }

  .mb-h.h1 {
    margin-top: 15px;
    font-size: 1.2rem;
  }

  .hero-petals {
    width: 120%;
    display: none;
  }

  .grid-cols-2.align-vc.gap-h-alt {
    grid-row-gap: 4rem;
  }

  .grid-cols-2.gap-h {
    grid-row-gap: 1.5rem;
  }

  .list {
    font-size: .9375rem;
  }

  .link-fancy {
    font-size: .875rem;
  }

  .img-wrap.mw-100 {
    min-width: 300px;
    max-width: 300px;
  }

  .brand-logos {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    grid-template-columns: minmax(min-content, max-content);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: -34px;
    display: block;
  }

  .brand-logo {
    width: auto;
    height: 30px;
    margin-top: 21px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .brand-logo.logo-mob-2 {
    height: 40px;
  }

  .brand-logo.logo-mob-1 {
    height: 20px;
  }

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

  .card-body.card-body-testimonials {
    padding-right: 1rem;
  }

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

  .slider-arrow-wrap {
    right: 50%;
    transform: translate(50%);
  }

  .slider-control-prev, .slider-control-next {
    max-width: 4rem;
  }

  .footer {
    padding-top: 4rem;
  }

  .footer-top {
    margin-bottom: 4rem;
  }

  .footer-brand {
    max-width: 10rem;
  }

  .fs-lg {
    font-size: 1rem;
  }

  .footer-bottom-links {
    text-align: center;
    font-size: .8125rem;
    line-height: 1.8;
  }

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

  .form-grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .form-option-text {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .75rem;
  }

  .d-none-mp {
    opacity: 0;
    line-height: 0;
    display: block;
  }

  .tab-content-image {
    width: 94%;
  }

  .title {
    width: 100%;
    margin-right: 0;
  }

  .title-divider {
    display: none;
  }

  .case-richtext {
    width: 100%;
  }

  .case-richtext.mb-mb-0 {
    margin-bottom: 0;
  }

  .grid-col-right {
    width: 100%;
  }

  .loader-logo {
    width: 10rem;
    min-width: 10rem;
  }

  .hero-petals-img {
    width: 120%;
    display: none;
  }

  .dropdown-toggle {
    font-size: 9.25vw;
    line-height: 1.2;
  }

  .video {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    display: block;
  }

  .image {
    text-align: center;
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    width: 150px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

#w-node-_93d06db4-92cd-31b5-7080-471f103fb148-495aba51, #w-node-_33e04a1b-c2bc-7776-1ae5-6be390bdb912-495aba51, #w-node-_33e04a1b-c2bc-7776-1ae5-6be390bdb914-495aba51, #w-node-_33e04a1b-c2bc-7776-1ae5-6be390bdb915-495aba51, #w-node-_33e04a1b-c2bc-7776-1ae5-6be390bdb917-495aba51, #w-node-_33e04a1b-c2bc-7776-1ae5-6be390bdb919-495aba51, #w-node-_20b3cb24-f54d-fc3a-e2db-ba1ff9134c72-495aba51, #w-node-_6df3a428-2aec-4235-6582-eb5fdf0728cd-495aba51, #w-node-_6df3a428-2aec-4235-6582-eb5fdf0728cf-495aba51, #w-node-_6df3a428-2aec-4235-6582-eb5fdf0728d0-495aba51, #w-node-_6df3a428-2aec-4235-6582-eb5fdf0728d2-495aba51, #w-node-_6df3a428-2aec-4235-6582-eb5fdf0728d4-495aba51, #w-node-_7ab64b68-34d3-df15-e746-29388731b35d-495aba51, #w-node-b00de1c9-01b7-4e9c-26f7-79c67d675233-495aba51, #w-node-b00de1c9-01b7-4e9c-26f7-79c67d675235-495aba51, #w-node-b00de1c9-01b7-4e9c-26f7-79c67d675236-495aba51, #w-node-b00de1c9-01b7-4e9c-26f7-79c67d675238-495aba51, #w-node-b00de1c9-01b7-4e9c-26f7-79c67d67523a-495aba51, #w-node-e58e9a31-a46e-e077-3144-6e8d61752813-495aba51, #w-node-_8105dc42-835b-11ff-8b08-09aaeaf2dd98-495aba51, #w-node-_8105dc42-835b-11ff-8b08-09aaeaf2dd9a-495aba51, #w-node-_8105dc42-835b-11ff-8b08-09aaeaf2dd9b-495aba51, #w-node-_8105dc42-835b-11ff-8b08-09aaeaf2dd9d-495aba51, #w-node-_8105dc42-835b-11ff-8b08-09aaeaf2dd9f-495aba51, #w-node-_067414c9-59be-2425-f6ff-88372b6f4cb8-495aba51, #w-node-e2be4066-55cf-cd1d-3650-8205671c4646-495aba51, #w-node-e2be4066-55cf-cd1d-3650-8205671c4648-495aba51, #w-node-e2be4066-55cf-cd1d-3650-8205671c4649-495aba51, #w-node-e2be4066-55cf-cd1d-3650-8205671c464b-495aba51, #w-node-e2be4066-55cf-cd1d-3650-8205671c464d-495aba51, #w-node-d556465b-7369-cfce-154a-afc1734c73a1-495aba51, #w-node-b1e8bd61-5dc0-c5ea-cc3e-4b39e8249186-495aba51, #w-node-d914d44a-a15c-cee8-80d9-4566971881e7-495aba51, #w-node-ba43f998-6029-274b-b264-71a3fc7cb441-495aba51, #w-node-_80a7078a-c5b4-3fee-1a20-d170ce9fda1e-495aba51, #w-node-ac629fb7-f3d8-a262-241c-8a9b488304fd-495aba51, #w-node-ab7aab3c-620a-935f-6b4a-066fd5c0ee06-495aba51, #w-node-df72a9df-d5df-2e8d-21e4-55ab2d3dbbd9-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0547a189-7e54-a94f-c653-1f066facb676-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0547a189-7e54-a94f-c653-1f066facb67a-495aba51, #w-node-_0547a189-7e54-a94f-c653-1f066facb67c-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0547a189-7e54-a94f-c653-1f066facb685-495aba51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0547a189-7e54-a94f-c653-1f066facb689-495aba51, #w-node-_0547a189-7e54-a94f-c653-1f066facb68f-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f10fcfbe-b4ea-9bc6-e8eb-8da504e7d682-495aba51 {
  justify-self: end;
}

#w-node-f10fcfbe-b4ea-9bc6-e8eb-8da504e7d684-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f10fcfbe-b4ea-9bc6-e8eb-8da504e7d688-495aba51, #w-node-f10fcfbe-b4ea-9bc6-e8eb-8da504e7d68a-495aba51, #w-node-f10fcfbe-b4ea-9bc6-e8eb-8da504e7d693-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9c24ed5-757e-46bb-337f-0d3c4eee124b-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a9c24ed5-757e-46bb-337f-0d3c4eee124f-495aba51, #w-node-a9c24ed5-757e-46bb-337f-0d3c4eee1251-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1765941c-65c8-9fba-2b22-c7da0e9c6acd-495aba51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e4d8df5-539e-8fe1-253f-667131ce22a6-495aba51, #w-node-_9ac6b8fc-8e10-d4b1-d982-6c5bd41bedbb-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d233a132-87fd-7d4e-e980-d81696b8e16c-495aba51 {
  justify-self: end;
}

#w-node-d233a132-87fd-7d4e-e980-d81696b8e16e-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d233a132-87fd-7d4e-e980-d81696b8e172-495aba51, #w-node-d233a132-87fd-7d4e-e980-d81696b8e174-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a61b9a5d-d530-31c0-528e-5106033be8da-495aba51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8dd92b36-47f8-f98d-1fe3-60ad14c3f1bd-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8dd92b36-47f8-f98d-1fe3-60ad14c3f1c1-495aba51, #w-node-_8dd92b36-47f8-f98d-1fe3-60ad14c3f1c3-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dd92b36-47f8-f98d-1fe3-60ad14c3f1cc-495aba51 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc05f827-c96c-00ca-5183-75c7b47a2766-495aba51 {
  justify-self: start;
}

#w-node-ac5fd094-28fc-1cf3-f956-e291a7dd48d5-495aba51 {
  justify-self: end;
}

#w-node-ac5fd094-28fc-1cf3-f956-e291a7dd48d7-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ac5fd094-28fc-1cf3-f956-e291a7dd48db-495aba51, #w-node-ac5fd094-28fc-1cf3-f956-e291a7dd48dd-495aba51, #w-node-ac5fd094-28fc-1cf3-f956-e291a7dd48e6-495aba51, #w-node-_2bf2125f-2ecc-6de0-ebb8-ee7540d1f0aa-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c335b757-a1e2-5b43-1503-d29bc3fd52f2-495aba51, #w-node-_3acc904b-1bed-271c-34f9-c5e1d5274f94-495aba51, #w-node-_99016221-6cf5-fcea-a908-31c2dc251118-495aba51, #w-node-eac6c18a-5ccd-e6f8-1309-ce1bcbae57de-495aba51, #w-node-f8968652-208e-8f55-160e-f8758fd018dd-495aba51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_64cc024c-f44e-007d-5e61-61fccf575d04-495aba51, #w-node-_3d03858f-3fcd-c484-d2e5-ccacb486b4c6-495aba51, #w-node-_0c8a9400-77a2-200a-4007-8b3bbf9e0a4c-495aba51, #w-node-_0dacaf9e-c96c-9657-9931-ebcbd2493fe2-495aba51, #w-node-fff83c82-b76c-5b5e-178d-8c46b0206adc-495aba51, #w-node-_2fe6a446-1926-1026-5775-62f46400c045-495aba51, #w-node-_73744d02-8cd1-178a-d025-6708683bcbe0-495aba51, #w-node-_03d1601f-824d-7cf7-9365-6ec57340c075-495aba51, #w-node-_3cda110d-a335-5ec1-8a12-ca7f0a944bd4-495aba51, #w-node-_8bfec02c-e7f6-57e6-df90-49f77d021c2b-495aba51, #w-node-_8bfec02c-e7f6-57e6-df90-49f77d021c2d-495aba51, #w-node-_8bfec02c-e7f6-57e6-df90-49f77d021c2e-495aba51, #w-node-_8bfec02c-e7f6-57e6-df90-49f77d021c2f-495aba51, #w-node-_8bfec02c-e7f6-57e6-df90-49f77d021c31-495aba51, #w-node-_8bfec02c-e7f6-57e6-df90-49f77d021c33-495aba51, #w-node-a2b573cd-fe88-9eba-48e9-5611ec81ebb4-495aba51, #w-node-a2b573cd-fe88-9eba-48e9-5611ec81ebb6-495aba51, #w-node-a2b573cd-fe88-9eba-48e9-5611ec81ebb7-495aba51, #w-node-a2b573cd-fe88-9eba-48e9-5611ec81ebb8-495aba51, #w-node-a2b573cd-fe88-9eba-48e9-5611ec81ebba-495aba51, #w-node-a2b573cd-fe88-9eba-48e9-5611ec81ebbc-495aba51, #w-node-_13988daf-4358-b084-193a-4adb529e28ed-495aba51, #w-node-_3339c649-609b-e052-c9f5-f11bd45290cc-d45290c8, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a0a-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a0f-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a10-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a11-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a12-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a13-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a15-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a1a-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a1c-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a1d-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a1e-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a1f-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a20-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a22-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a27-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a29-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a2a-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a2b-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a2c-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a2d-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a2f-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a34-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a36-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a37-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a38-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a39-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a3a-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a3c-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a41-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a43-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a44-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a45-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a46-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a47-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a49-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a4e-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a50-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a51-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a52-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a53-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a54-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a56-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a5b-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a5d-7aa82a04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a5e-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a5f-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a60-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a61-7aa82a04, #w-node-e01490ac-5f93-fefc-a5f9-ad7d7aa82a63-7aa82a04, #w-node-_4e03a37c-4e0f-3495-ba29-c30142e3c7a6-495aba54, #w-node-_236f7cf7-0855-39bb-4ca3-cdad9f77e765-495aba54, #w-node-_49395671-5029-436d-7051-e26cc252aefc-495aba54, #w-node-_60d708e8-da0d-9813-c3da-5a83472ebf60-495aba54, #w-node-df1c383a-c430-8e3a-f08c-edad3934b8c5-495aba55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df1c383a-c430-8e3a-f08c-edad3934b8c9-495aba55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9b6840a9-7a05-bda0-d6ec-362b2d64583b-495aba55, #w-node-fb410643-5a10-b68e-2509-bf1d9f7e0c1a-495aba55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb410643-5a10-b68e-2509-bf1d9f7e0c21-495aba55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e08e62cc-41a9-76bd-9e16-d1348dd46456-802677f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_0547a189-7e54-a94f-c653-1f066facb676-495aba51 {
    order: 9999;
  }

  #w-node-f10fcfbe-b4ea-9bc6-e8eb-8da504e7d684-495aba51 {
    justify-self: stretch;
  }

  #w-node-a9c24ed5-757e-46bb-337f-0d3c4eee124b-495aba51 {
    order: 9999;
  }

  #w-node-cc05f827-c96c-00ca-5183-75c7b47a2766-495aba51 {
    order: -9999;
  }

  #w-node-ac5fd094-28fc-1cf3-f956-e291a7dd48d7-495aba51 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c335b757-a1e2-5b43-1503-d29bc3fd52f2-495aba51, #w-node-_3acc904b-1bed-271c-34f9-c5e1d5274f94-495aba51, #w-node-_99016221-6cf5-fcea-a908-31c2dc251118-495aba51, #w-node-eac6c18a-5ccd-e6f8-1309-ce1bcbae57de-495aba51, #w-node-f8968652-208e-8f55-160e-f8758fd018dd-495aba51 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces 9pt';
  src: url('../fonts/Fraunces_9pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces 9pt';
  src: url('../fonts/Fraunces_9pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}