@font-face {
  font-family: Haikara;
  src: url('../fonts/Haikara-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Haikara;
  src: url('../fonts/Haikara-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Hkgrotesk;
  src: url('../fonts/HKGrotesk-Bold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Hkgrotesk;
  src: url('../fonts/HKGrotesk-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Hkgrotesk;
  src: url('../fonts/HKGrotesk-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Hkgrotesk;
  src: url('../fonts/HKGrotesk-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Hkgrotesk;
  src: url('../fonts/HKGrotesk-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  /* Neutrals */
  --black: #131313;
  --white: white;
  --dark-grey: #232426;
  --grey-divider: #272727;
  --grey-80: #272727;
  --grey-70: #475467;
  --light-background: #fafafa;
  --light-background-2: #eee;
  --light-bg: #f4f3ec;
  --light-border: #1516171a;
  --light-border-colour: #dedcd3;

  /* Accent / brand colors */
  --linkblue: #3178c6;
  --slate-blue: #4a4cf2;
  --pale-blue: #cad9e5;
  --light-blue: #9ecbff;
  --light-steel-blue: #b4d0e7;
  --lightbluebg: #d5e1e1;
  --orange: #ffa91d;
  --yellow: #ffe27c;
  --bright-yellow: #f6d957;
  --red: #f44336;
  --red-100: #fbbfc0;
  --red-10-2: #ffe8e8;
  --green: #0fa958;
  --green-10: #e8ffe8;
  --green-100: #4b944f00;

  /* Typography */
  --text: Hkgrotesk, Arial, sans-serif;
  --heading: Haikara, "Palatino Linotype", sans-serif;
  --small-heading: Hkgrotesk, Arial, sans-serif;

  /* Theme-aware semantic tokens (light-mode defaults) */
  --bg-page: #f8fafd;
  --bg-surface: #f8fafd;
  --bg-surface-alt: #f8fafd;
  --text-primary: var(--black);
  --text-secondary: var(--dark-grey);
  --border-strong: #d9d9d9;
  --border-subtle: #d9d9d9;
  --button-border: #c9c9c9;
}

:root[data-theme="dark"] {
  --bg-page: #16181c;
  --bg-surface: #1b1e23;
  --bg-surface-alt: #23262c;
  --text-primary: #f1f2f4;
  --text-secondary: #aaadb4;
  --border-strong: #3d4046;
  --border-subtle: #2c2f35;
  --button-border: var(--border-strong);
  --yellow: #ffdc85;
  --bright-yellow: #ffdc85;
  --linkblue: #86B1E3;
  --light-blue: #86B1E3;
}

/* The "always-dark" accent sections (About Me, Testimonials) keep their
   black/white look in light mode, but in dark mode should read as part of
   the same dark theme rather than a mismatched pure black. */
:root[data-theme="dark"] .about-me-section {
  background-color: var(--bg-page);
}

:root[data-theme="dark"] .div-dark-lines {
  background-color: var(--bg-page);
}

:root[data-theme="dark"] .section_testimonial7 {
  background-color: var(--bg-page);
}

:root[data-theme="dark"] .testimonial-card {
  border-color: var(--text-secondary);
  background-color: var(--bg-page);
}

:root[data-theme="dark"] .small-subheading.highlight.yellow {
  background-color: var(--bg-page);
  color: var(--text-primary);
}

:root[data-theme="dark"] .paragraph_text_white,
:root[data-theme="dark"] .heading3_white,
:root[data-theme="dark"] .headin2_left_white {
  color: var(--text-primary);
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Maitree;
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Maitree;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: "Graphik 300";
  font-size: 18px;
  line-height: 30px;
}

li {
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 24px;
}

img {
  display: block;
}

.body-text {
  z-index: 1;
  clear: none;
  width: auto;
  color: var(--text-primary);
  text-align: left;
  letter-spacing: -.015em;
  -webkit-text-stroke-color: var(--text-primary);
  text-transform: none;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.8rem;
  text-decoration: none;
  display: block;
  position: static;
}

.body-text.w {
  width: auto;
  font-family: var(--text);
  color: #fff;
  text-align: left;
}

.body-text.w.passwordpage {
  text-align: center;
  width: 400px;
}

.body-text.center {
  text-align: center;
}

.body-text.link {
  color: var(--text-secondary);
}

.text-block-2 {
  letter-spacing: .22px;
  margin-bottom: 14px;
  padding-right: 20px;
  font-family: Maitree;
  font-size: 26px;
  line-height: 27px;
}

.paragraph-4 {
  letter-spacing: .5px;
  margin-bottom: 22px;
  padding-right: 40px;
  font-family: "Graphik 300";
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

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

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  max-width: 50%;
  padding: 4rem;
  display: flex;
}

.link-block-6 {
  border-bottom: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  cursor: pointer;
  font-family: Hkgrotesk, Arial, sans-serif;
  text-decoration: none;
  transition: all;
}

.link-block-6:hover {
  border-bottom-color: var(--slate-blue);
  color: var(--linkblue);
  -webkit-text-stroke-color: var(--linkblue);
}

.link-block-6.inverted {
  filter: invert();
}

.password-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--border-strong);
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 2em;
  margin-right: 2em;
  padding: 4rem 0 0;
  display: flex;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.form-centered-button {
  background-color: var(--bg-page);
  color: var(--text-secondary);
  text-transform: none;
  border: 0 #5f5f5f;
  border-radius: 4px;
  justify-content: center;
  padding: 8px;
  font-family: Hkgrotesk, Arial, sans-serif;
}

.button-small.form-centered-button:hover {
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
}

.field-label {
  color: var(--text-secondary);
  padding-bottom: 4px;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-weight: 400;
}

.text-field {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field.bottom-margin-field {
  border: 1px solid var(--light-border);
  color: #000;
  background-color: #ffffffa3;
  border-radius: 4px;
  width: auto;
  margin-bottom: 15px;
  padding: 8px;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 16px;
  box-shadow: inset 0 2px 4px #0000000d;
}

.text-field.bottom-margin-field:hover {
  background-color: #fff;
}

.section-title {
  color: #1b1b1b;
  letter-spacing: -.025px;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.section-title.small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: auto;
  color: var(--text-primary);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20;
}

.container-1200 {
  border-right: 1px solid var(--border-subtle);
  border-left: 1px solid var(--border-subtle);
  background-color: #fff0;
  width: 100%;
  max-width: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 0 6rem 4rem;
}

.container-1200.home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  border-right: 1px solid var(--border-strong);
  border-bottom: 1px none var(--border-subtle);
  border-left: 1px solid var(--border-strong);
  background-color: var(--bg-page);
  filter: none;
  object-fit: fill;
  border-radius: 0;
  flex-flow: column wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 90vh;
  margin: 0 2rem;
  padding: 0 4rem;
  display: flex;
  position: static;
  overflow: hidden;
}

.container-1200.light {
  border-right: 1px solid var(--border-strong);
  border-left: 1px solid var(--border-strong);
  background-color: #f4f3ec00;
  width: auto;
  max-width: none;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 10rem 6rem 0;
  font-size: 16px;
}

.container-1200.light.bottom {
  border-top: 1px none var(--border-subtle);
  border-right: 1px solid var(--border-subtle);
  border-left: 1px solid var(--border-subtle);
  filter: none;
  background-color: #f4f3ec00;
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin: 0 2rem;
  padding: 2rem 6rem;
  display: flex;
}

.border-right-1px {
  border-right: 1px solid #ccd2d4;
}

.border-right-1px.tablet-hide {
  z-index: 999;
  border: 1px #000;
  border-radius: 8px;
  margin-top: 0;
  padding: 0;
  position: sticky;
  top: 40px;
}

.padding-y-20 {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

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

.grid-1-column.hatch-sidebar {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  border: 1px none var(--light-border-colour);
  background-color: #fff0;
  border-radius: 8px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 0));
  width: auto;
  max-width: none;
  margin-top: 0;
  padding: 0 16px 16px 0;
  position: sticky;
  inset: auto auto 0%;
}

.hatch-sidebar-link {
  opacity: .6;
  color: var(--text-primary);
  border-bottom: 0 #0000;
  border-radius: 1px;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
  text-decoration: none;
  transition: all .15s;
  position: static;
}

.hatch-sidebar-link:hover {
  opacity: 1;
  color: var(--text-primary);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--text-primary);
  word-break: normal;
  border-bottom: 0 #0f57db;
  border-left: 1px #00f;
  text-decoration: none;
}

.hatch-sidebar-link:focus-visible, .hatch-sidebar-link[data-wf-focus-visible] {
  opacity: 1;
  outline-color: var(--border-strong);
  outline-offset: 2px;
  border-radius: 1px;
  outline-width: 2px;
  outline-style: dotted;
}

.hatch-sidebar-link:visited {
  color: var(--text-secondary);
}

.hatch-sidebar-link.w--current {
  opacity: 1;
  color: var(--text-primary);
  border-bottom: 1px #000;
  border-left: 0 #4195ff;
  padding-left: 0;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.hatch-sidebar-link.w--current:focus {
  outline-color: var(--border-strong);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.hatch-sidebar-link.w--current:focus-visible, .hatch-sidebar-link.w--current[data-wf-focus-visible] {
  opacity: .6;
  outline-color: var(--border-strong);
  outline-offset: 2px;
  border-radius: 1px;
  outline-width: 2px;
  outline-style: dotted;
}

.hatch-sidebar-link.home {
  opacity: 1;
  background-color: #fff0;
  margin-bottom: 0;
  padding: 0;
}

.hatch-content-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 220px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
  position: static;
}

.max-width-4xl {
  max-width: 48rem;
}

.max-width-4xl.margin-x-auto {
  max-width: 800px;
}

.margin-bottom-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 24px auto 40px;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

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

.margin-bottom-24._24-gap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.body-8 {
  background-color: var(--slate-blue);
  background-image: none;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 4000px;
  display: block;
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4rem 0 0;
  display: flex;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
}

.footer-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  width: auto;
  padding-top: 0;
  display: flex;
}

.heading-3 {
  color: var(--text-primary);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.8rem;
}

.paragraph-highlight {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border-subtle);
  background-color: #fff0;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.context-disclaimer-divider {
  border-top: 1px solid var(--border-subtle);
  align-self: stretch;
  height: 0;
}

.paragraph-highlight.dark {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-color: var(--border-subtle);
  background-color: var(--bg-surface-alt);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.paragraph-highlight.yellow {
  background-color: var(--bg-surface-alt);
  justify-content: flex-start;
  align-items: flex-start;
}

.text-link-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--text-primary);
  letter-spacing: -.015em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  display: inline-flex;
}

.text-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-left: 0;
  padding-right: 0;
}

.text-grid.top-margin {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.cell {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--border-subtle);
  background-color: var(--bg-surface-alt);
  border-radius: 4px;
  padding: 24px;
}

.cell-plain {
  background-color: transparent;
}

.body_text_bold {
  color: var(--text-primary);
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.8rem;
}

.sidemenu-decorative {
  z-index: 999;
  aspect-ratio: auto;
  object-fit: contain;
  display: none;
  position: absolute;
  top: -67px;
  bottom: auto;
  left: 135px;
  transform: rotate(0);
}

.image-54, .image-55 {
  transform: rotate(7deg);
}

.small-subheading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--text-primary);
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.small-subheading.highlight {
  color: var(--grey-70);
  background-color: #eee;
  padding: 4px;
}

.small-subheading.highlight.green {
  background-color: var(--bright-yellow);
  color: var(--dark-grey);
}

.small-subheading.highlight.red {
  color: var(--red);
  background-color: #ffe8e8;
}

.small-subheading.highlight.blue, .small-subheading.highlight.black {
  background-color: var(--bright-yellow);
  color: var(--black);
}

.small-subheading.highlight.yellow {
  background-color: var(--black);
  color: var(--light-background);
}

.home {
  background-color: var(--bg-surface-alt);
  border-radius: 9px;
  margin-bottom: 24px;
  padding: 24px;
}

.body-light-bg {
  background-color: var(--bg-page);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: block;
}

.link {
  border-bottom: 1px solid var(--border-strong);
  color: var(--text-primary);
  text-decoration: none;
}

.link:hover {
  opacity: .6;
}

.link:focus-visible, .link[data-wf-focus-visible] {
  outline-color: var(--border-subtle);
  outline-offset: 2px;
  border-radius: 2px;
  outline-width: 2px;
  outline-style: dotted;
}

.back-home-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .6;
  outline-color: var(--border-strong);
  outline-offset: 2px;
  color: var(--text-secondary);
  background-color: #fff0;
  border: 1px #000;
  border-radius: 4px;
  outline-width: 2px;
  outline-style: none;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 32px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.back-home-link-wrapper:hover {
  opacity: 1;
  text-decoration: none;
}

.back-home-link-wrapper:focus {
  color: var(--text-secondary);
}

.back-home-link-wrapper:focus-visible, .back-home-link-wrapper[data-wf-focus-visible] {
  opacity: 1;
  outline-color: var(--border-strong);
  outline-offset: 2px;
  mix-blend-mode: normal;
  outline-width: 2px;
  outline-style: dotted;
}

.back-home-link-wrapper.w--current {
  color: var(--text-primary);
  border-style: none;
  border-radius: 1px;
  margin-top: 0;
  display: flex;
}

.back-home-link-wrapper.w--current:focus-visible, .back-home-link-wrapper.w--current[data-wf-focus-visible] {
  opacity: 1;
  outline-color: var(--border-strong);
  outline-offset: 2px;
  border-radius: 0;
  outline-width: 2px;
  outline-style: dotted;
}

.tag-content-wrapper {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  border-right: 1px none var(--border-strong);
  border-left: 1px none var(--border-strong);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto;
}

.small-icon {
  width: 20px;
  height: 20px;
  color: var(--text-primary);
}

.small-icon.black {
  filter: none;
  width: 24px;
  position: relative;
}

.footer-subscribe {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--light-background) var(--border-subtle) var(--border-strong);
  background-color: #dbdbdb00;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  display: flex;
  position: relative;
}

.footer-bottom {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.small-text {
  color: var(--white);
  letter-spacing: .25px;
  text-transform: uppercase;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-weight: 500;
  display: none;
}

.text-and-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  color: var(--linkblue);
  border-bottom: 1px #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-and-icon-wrapper:hover {
  border-bottom: 1px none var(--border-subtle);
  text-decoration: none;
}

.text-and-icon-wrapper.left-aligned {
  justify-content: flex-start;
  width: auto;
  display: none;
}

.body-colorful {
  background-color: var(--bg-page);
  border-right: 1px #000;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 16px;
  display: block;
}

.content-image {
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.content-image.overflow {
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.miro {
  border: 1px solid var(--light-border);
  border-radius: 4px;
  width: 100%;
  margin-top: 16px;
}

.margin-paragraph {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.image-caption {
  width: auto;
  color: var(--text-primary);
  text-align: left;
  margin-top: 0;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.8rem;
}

.image-and-caption-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--light-border);
  background-color: var(--bg-surface-alt);
  border-radius: 4px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.segmentation-tabs {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  display: flex;
}

.segmentation-tab {
  color: var(--text-secondary);
  cursor: pointer;
  background-color: transparent;
  border: 1px solid var(--border-subtle);
  border-radius: 99px;
  padding: 6px 16px;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 0.95rem;
  transition: all .15s;
}

.segmentation-tab:hover {
  color: var(--text-primary);
  border-color: var(--border-strong);
}

.segmentation-tab.active {
  color: var(--bg-page);
  background-color: var(--text-primary);
  border-color: var(--text-primary);
}

.segmentation-panel {
  flex-flow: column;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: none;
}

.segmentation-panel.active {
  display: flex;
}

.carousel-dots {
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  display: flex;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  color: transparent;
  background-color: var(--border-strong);
  border: none;
  border-radius: 99px;
  padding: 0;
  font-size: 0;
}

.carousel-dot:hover {
  background-color: var(--text-secondary);
}

.carousel-dot.active {
  background-color: var(--text-primary);
}


.button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #a0a0a0;
  background-color: var(--bg-page);
  color: var(--text-primary);
  text-align: center;
  border-radius: 99px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 14px;
  height: 40px;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
  transition: transform 150ms ease;
  display: flex;
}

.button:hover {
  border-color: #a0a0a0;
}

.button:active {
  transform: scale(0.97);
}

.button:focus {
  border-color: var(--border-strong);
  outline-color: var(--border-strong);
  outline-offset: 3px;
  outline-width: 1px;
  outline-style: dashed;
}

.button.w--current {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.dark {
  background-color: var(--grey-divider);
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.case-study-section-home {
  aspect-ratio: 2;
  background-color: var(--bright-yellow);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: static;
}

.case-study-section-home.right {
  align-items: center;
  padding: 0;
}

.accent-heading {
  color: #272727;
  letter-spacing: 0;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Haikara, Palatino Linotype, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 4.6rem;
}

.accent-heading.left {
  color: var(--text-primary);
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  font-family: Haikara, Palatino Linotype, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1em;
  display: block;
}

.highlight-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none solid;
  border-width: 1px;
  border-color: var(--border-subtle) var(--border-strong);
  height: 40px;
  color: var(--text-secondary);
  text-align: center;
  text-transform: uppercase;
  background-color: #f0f0f000;
  grid-template-rows: auto;
  grid-template-columns: 8fr 8fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  margin: 0 2rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
  overflow: hidden;
}

.highlight-section.content {
  border-style: solid none;
  border-top-width: 1px;
  border-top-color: var(--border-subtle);
  border-bottom-width: 1px;
  border-bottom-color: var(--border-subtle);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.case-study-section {
  aspect-ratio: 2;
  border-bottom: 1px solid var(--border-subtle);
  object-fit: cover;
}

.large-image-right {
  aspect-ratio: auto;
  border-style: solid solid none;
  border-width: 1px 1px 0;
  border-color: var(--border-subtle) var(--border-subtle) black;
  background-color: var(--bright-yellow);
  object-fit: contain;
  background-image: url('../images/Portfolio-image-27-1_1.webp');
  background-position: 0 0;
  background-size: 1020px;
  border-top-left-radius: 0;
  width: 1020px;
  height: 100%;
  position: static;
  top: 0;
  left: 148px;
}

.cell-4---text-and-button-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-left: 8rem;
}

.cell-top-heading {
  padding-bottom: 16px;
  padding-left: 8rem;
  padding-right: 8rem;
}

.accent-text {
  max-width: none;
  height: auto;
  color: var(--text-primary);
  text-align: left;
  border: 1px #000;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

.large-image-left {
  border-style: solid solid none none;
  border-width: 1px;
  border-color: var(--border-subtle) var(--border-subtle) black;
  background-color: var(--light-steel-blue);
  object-fit: cover;
  border-top-right-radius: 8px;
  width: auto;
  height: 100%;
  overflow: hidden;
}

.quick-stack-2 {
  border-right: 1px solid var(--border-subtle);
  border-left: 1px solid var(--border-subtle);
  background-color: #faf9f600;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 148px 0 0;
}

.cell-6---text-and-button-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-right: 8rem;
}

.small-heading {
  color: var(--text-primary);
  text-transform: uppercase;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.nav-bar-container {
  border-right: 1px solid var(--border-strong);
  border-left: 1px solid var(--border-strong);
  background-color: #fafafa00;
  flex: 1;
  align-self: center;
  width: auto;
  max-width: 100%;
  height: 100%;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 0;
  display: block;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three-copy {
  border-bottom: 1px solid var(--border-strong);
  flex: 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  display: block;
  position: absolute;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
  position: relative;
}

.nav-menu-wrapper-three {
  justify-content: space-between;
  width: 100%;
  display: block;
}

.nav-menu-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  margin-bottom: 0;
  display: flex;
}

.cell-9---image-right {
  padding-left: 0;
}

.footer-section {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--border-subtle) var(--border-subtle);
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: relative;
}

.container-1201 {
  border-right: 1px solid var(--border-subtle);
  border-left: 1px solid var(--border-subtle);
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 4rem 6rem;
  display: flex;
}

.warpper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-with-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--border-subtle);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 16px;
  text-decoration: none;
  display: flex;
}

.middle {
  border-right: 1px solid var(--border-subtle);
  background-color: var(--red);
  width: 100%;
  height: 100%;
}

._2-columns {
  background-color: #fff0;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.big-body-text {
  color: var(--text-primary);
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1.8em;
  line-height: 2.4rem;
  text-decoration: none;
}

.big-body-text.link {
  border-bottom: 1px dotted var(--border-strong);
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 0;
  transition: all .15s cubic-bezier(.755, .05, .855, .06);
}

.big-body-text.link:hover {
  border-bottom-color: var(--border-strong);
  opacity: .6;
  padding-left: 0;
  padding-right: 0;
}

.big-body-text.link:focus {
  outline-offset: 2px;
  border-radius: 1px;
  outline: 2px dotted #161616;
}

.big-body-text.link:focus-visible, .big-body-text.link[data-wf-focus-visible] {
  opacity: 1;
  outline-color: var(--border-strong);
  outline-offset: 2px;
  border-radius: 1px;
  outline-width: 2px;
  outline-style: dotted;
}

.link-block-7 {
  border-bottom: 1px none var(--border-subtle);
  color: var(--linkblue);
  text-decoration: none;
}

.link-block-7:focus-visible, .link-block-7[data-wf-focus-visible] {
  outline-color: var(--border-strong);
  outline-offset: 0px;
  border-radius: 1px;
  outline-width: 2px;
  outline-style: dotted;
}

.about-me-section {
  aspect-ratio: 2;
  border-style: solid none solid solid;
  border-width: 1px 0;
  border-color: var(--border-strong) var(--border-subtle);
  background-color: #f8fafd;
  display: block;
}

.div-dark-lines {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-style: none solid;
  border-width: 1px;
  border-color: var(--border-strong);
  background-color: #f8fafd;
  perspective: 50px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 6rem;
  display: flex;
  transform: none;
}

.colum-left {
  border-right: 1px none var(--border-subtle);
  border-left: 1px none var(--border-subtle);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-right-delete {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: auto;
  border-left: 1px none var(--border-subtle);
  object-fit: fill;
  background-color: #f0f0f000;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  padding-left: 6rem;
  padding-right: 6rem;
  font-size: 16px;
  display: flex;
}

.section-2-columns {
  aspect-ratio: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border-subtle);
  background-color: var(--bg-surface);
  background-image: linear-gradient(99deg, var(--grey-divider), var(--red));
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-2-columns.top {
  border-color: var(--border-subtle);
  background-color: #f0f0f000;
  background-image: none;
  border-top-style: solid;
}

.section-2-columns.middle {
  border-top-style: solid;
  border-top-color: var(--border-subtle);
  border-right-color: var(--border-subtle);
  border-bottom-style: solid;
  border-bottom-color: var(--border-subtle);
  background-color: #f6d95700;
  background-image: none;
}

.section-2-columns.bottom {
  border-top-style: solid;
  border-top-color: var(--border-subtle);
  border-right-color: var(--border-subtle);
  border-bottom-color: var(--border-subtle);
  background-color: #f4f3ec00;
  background-image: none;
}

.div-lines {
  aspect-ratio: auto;
  border-style: none solid;
  border-width: 1px;
  border-color: var(--border-subtle) var(--border-strong);
  margin: 0 2rem;
  display: block;
}

.column-left-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: auto;
  border-top: 1px none var(--border-subtle);
  border-right: 1px solid var(--border-subtle);
  border-bottom: 1px none var(--border-subtle);
  background-color: #f0f0f000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: flex-start;
  padding-left: 6rem;
  padding-right: 6rem;
  font-size: 16px;
  display: flex;
  position: relative;
}

.column-left-text.bottom {
  aspect-ratio: auto;
  border-right: 1px solid var(--border-subtle);
  background-color: #f0f0f000;
}

.column-right-image {
  z-index: 0;
  aspect-ratio: 1;
  border-left: 1px none var(--border-subtle);
  object-fit: cover;
  background-color: #b4d0e700;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.image-left-column {
  aspect-ratio: 1;
  border-left: 1px none var(--border-subtle);
  background-color: var(--bg-page);
  object-fit: cover;
  background-image: url('../images/ISS---Portfolio-image-1_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: block;
}

.image-right-column {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #ffb000;
  background-image: url('../images/Data---Portfolio-image-1.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.image-right-column.top {
  border-top: 1px none var(--border-subtle);
  border-bottom: 1px none var(--border-subtle);
  border-left: 0px none var(--border-subtle);
  background-color: var(--light-blue);
  object-fit: cover;
  background-image: url('../images/Data---Portfolio-image-12-1_1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: block;
}

:root[data-theme="dark"] .image-right-column.top {
  background-color: #9ecbff;
}

.image-right-column.pink {
  border-right: 1px solid var(--border-subtle);
  background-color: var(--orange);
  background-image: url('../images/Free---Portfolio-image-8-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-placeholder-block {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
}

.image-placeholder-block.billing {
  background-color: var(--bg-surface-alt);
}

.image-placeholder-block.collections {
  background-color: var(--bg-surface);
}

.exploration-item {
  position: relative;
  background-color: var(--bg-surface-alt);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  overflow: hidden;
  display: block;
}

.exploration-video,
.exploration-media {
  width: 100%;
  height: auto;
  display: block;
}

.exploration-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  grid-row-gap: 10px;
  padding: 16px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 65%);
  opacity: 0;
  transition: opacity 200ms ease;
  pointer-events: none;
}

.exploration-item:hover .exploration-overlay {
  opacity: 1;
  pointer-events: auto;
}

.exploration-caption {
  color: white;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.exploration-link {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border: 1px solid white;
  border-radius: 99px;
  color: white;
  font-size: 13px;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease;
}

.exploration-link:hover {
  background-color: white;
  color: black;
}

.content-image-placeholder {
  aspect-ratio: 16 / 9;
  background-color: var(--bg-surface-alt);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  width: 100%;
  display: block;
}

.section-explorations {
  border-top: 1px solid var(--border-strong);
  border-bottom: 1px solid var(--border-strong);
  background-color: var(--bg-page);
}

.explorations-content {
  grid-row-gap: 3rem;
  flex-flow: column;
  padding: 6rem 3rem;
  display: flex;
}

.explorations-heading-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 640px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.explorations-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: grid;
}

.middle-div {
  border-right: 1px solid var(--border-strong);
  width: 50%;
  height: 100%;
  position: static;
}

.hero-split-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  font-weight: 400;
  display: flex;
}

.shadow-two-2 {
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
}

.hero-split-3.first {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  font-size: 16px;
}

.about-me-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.portfolio-header7_content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: stretch stretch;
  display: flex;
}

.portfolio-header7_metatag-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-top: 1px none var(--border-strong);
  flex-flow: column;
  display: flex;
}

.portfolio-header7_image-wrapper {
  flex: 1;
  width: 100%;
}

.portfolio-header7_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.portfolio-header7_metatag-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-heading {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Haikara, Palatino Linotype, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
  display: block;
}

.small-body-text {
  color: var(--text-primary);
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4rem;
}

.portfolio-image-cgi {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--border-subtle);
  background-color: var(--pale-blue);
  width: 100%;
  height: auto;
}

.portfolio-image-data {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--border-strong);
  background-color: var(--light-blue);
}

.portfolio-image-aiven-plg {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--border-strong);
  background-color: var(--orange);
  width: 100%;
  height: auto;
}

.tag-vector-wrapped {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tag-vector {
  width: auto;
  height: auto;
  color: var(--light-blue);
}

.tag-content-text-wrap {
  width: 500px;
  font-family: Haikara, Palatino Linotype, sans-serif;
  font-weight: 400;
  display: block;
  position: static;
}

.hero-section {
  border-bottom: 1px solid var(--border-strong);
  background-color: #ffa91d00;
}

.svg-ship-it {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 183.797px;
  left: 216px;
  transform: rotate(-2deg);
}

.tag-image-wrapper {
  width: 100px;
  height: 100px;
}

.tag-image-wrapper.right {
  width: 300px;
  height: auto;
  position: relative;
  top: auto;
  left: 14px;
}

.tag-image-wrapper.left {
  width: 300px;
  height: auto;
  position: relative;
  top: auto;
  left: 15px;
}

.svg-grey-flower {
  position: absolute;
  top: 106px;
  left: 166.828px;
}

.svg-posit {
  position: absolute;
  top: -20px;
  left: 181.828px;
}

.svg-smiley-yellow {
  position: absolute;
  top: 21px;
  left: 40px;
}

.svg-smiley-blue {
  position: absolute;
  left: 139px;
}

.svg-heart-1 {
  position: absolute;
  top: 21px;
  left: -.172px;
}

.svg-heart-2 {
  position: absolute;
  top: -55px;
  left: 228.828px;
}

.svg-speech-buble {
  position: absolute;
  top: -19px;
  left: 25.828px;
}

.svg-ship-it {
  position: absolute;
  top: -50px;
  left: -28px;
}

.code-embed-3 {
  position: static;
  top: 341px;
  left: 235px;
}

.svg-yellow-flower {
  display: block;
  position: absolute;
  top: 53px;
  left: 76.828px;
}

.code-embed-4 {
  position: static;
  top: 441px;
  left: 172px;
}

.svg-circle-bg {
  z-index: -1;
  position: absolute;
  top: -89px;
  left: 22.828px;
}

.svg-yellow-flower-small {
  position: absolute;
  top: -110px;
  left: 45px;
}

.code-embed-5 {
  position: static;
  top: 260.5px;
  left: 170px;
}

.svg-grey-flower-small {
  display: none;
  position: absolute;
  top: 47px;
  left: 48.828px;
  overflow: auto;
}

.svg-blue-flower {
  position: absolute;
  top: -65px;
  left: 272px;
}

.svg-blue-flower-big {
  position: absolute;
  top: -76px;
  left: .828px;
}

.grid-hero {
  perspective: 257px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  height: 90vh;
  font-size: 16px;
  position: static;
  transform: perspective(569px);
}

.div-left {
  width: 300px;
  height: auto;
}

.div-right {
  width: 300px;
  height: 0;
}

.svg-graph {
  position: absolute;
  top: -161px;
  left: 55px;
}

.svg-test-tube {
  display: none;
  position: absolute;
  top: -176px;
  left: -97px;
}

.svg-future-past {
  display: block;
  position: absolute;
  top: -185px;
  left: 63px;
}

.svg-blue-flower-tiny {
  position: absolute;
  top: -95px;
  left: 76px;
}

.icon-content-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  display: none;
}

.svg-icon-1 {
  width: 50px;
  height: 50px;
  position: static;
}

.svg-icon-2, .svg-icon-3, .svg-icon-4 {
  width: 50px;
  height: 50px;
}

.ascii-icon {
  display: none;
  width: 50px;
  margin: 0;
  overflow: hidden;
  font-family: 'Courier New', monospace;
  font-size: 5px;
  line-height: 1.1;
  white-space: pre;
  color: var(--text-primary);
}

.testimonial-name-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.margin-vertical, .margin-vertical.margin-medium {
  margin-left: 0;
  margin-right: 0;
}

.section_testimonial7 {
  border-top: 1px solid var(--border-strong);
  border-bottom: 1px solid var(--border-strong);
  background-color: #f8fafd;
}

.testimonial-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-strong);
  background-color: #f8fafd;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 24px;
  font-size: 16px;
  display: flex;
  box-shadow: 0 3px 16px #0000000f;
  transition: transform 200ms ease;
  flex: 1;
}

.testimonial-card:first-child {
  transform: rotate(-2.5deg);
}

.testimonial-card:last-child {
  transform: rotate(2.5deg);
}

.testimonial-card:hover {
  transform: rotate(0deg) scale(1.02);
}

.testimonial-name-and-image {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 1px none var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-proof-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: center;
  display: flex;
  position: relative;
}

.section_testimonial7 .div-dark-lines {
  flex-flow: column;
}

.svg-pen {
  position: absolute;
  top: -24px;
  left: -11px;
}

.bullet-point {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bullet-point .body-text {
  margin-left: 0;
}

.text-span-semibold {
  font-weight: 600;
}

.navbar-link-left {
  border-right: 1px solid var(--border-strong);
  height: 64px;
  color: var(--text-primary);
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Hkgrotesk, Arial, sans-serif;
  text-decoration: none;
  display: flex;
}

.navbar-link-left:focus {
  outline-color: var(--border-strong);
  outline-offset: 3px;
  outline-width: 1px;
  outline-style: dashed;
}

.navbar-link-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-left: 1px solid var(--border-strong);
  justify-content: flex-start;
  align-items: center;
  height: 64px;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: none;
}

.navbar-link-right:focus {
  outline-color: var(--border-strong);
  outline-offset: 3px;
  outline-width: 1px;
  outline-style: dashed;
}

.svg-future-past,
.svg-ship-it {
  color: #707481;
}

.svg-graph,
.svg-speech-buble {
  color: #737373;
}

.button .small-icon {
  color: black;
}

.graph-gridline {
  stroke: #DEDCD3;
}

:root[data-theme="dark"] .svg-future-past,
:root[data-theme="dark"] .svg-ship-it,
:root[data-theme="dark"] .svg-graph,
:root[data-theme="dark"] .svg-speech-buble,
:root[data-theme="dark"] .button .small-icon {
  color: #d2d2d2;
}

:root[data-theme="dark"] .graph-gridline {
  stroke: #333333;
}

:root[data-theme="dark"] .hero-circle-bg {
  fill: white;
  fill-opacity: 0.03;
}

:root[data-theme="dark"] .paper-fold-accent {
  fill: #9B9588;
}

:root[data-theme="dark"] .pen-tip-accent {
  fill: #C4C4C4;
}

:root[data-theme="dark"] img.small-icon,
:root[data-theme="dark"] .home-icon {
  filter: invert(1);
}

:root[data-theme="dark"] .image-and-caption-wrapper {
  background-color: transparent;
  border-color: var(--border-subtle);
}

.menu-button {
  color: var(--text-primary);
}

.menu-button:focus {
  outline-color: var(--border-strong);
  outline-offset: 3px;
  outline-width: 1px;
  outline-style: dashed;
}

.hamburger-icon {
  position: relative;
  width: 18px;
  height: 13px;
}

.hamburger-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  border-radius: 1px;
  transition: transform 200ms ease, opacity 150ms ease, top 200ms ease;
}

.hamburger-icon span:nth-child(1) {
  top: 0;
}

.hamburger-icon span:nth-child(2) {
  top: 5.5px;
}

.hamburger-icon span:nth-child(3) {
  top: 11px;
}

.menu-button.w--open .hamburger-icon span:nth-child(1) {
  top: 5.5px;
  transform: rotate(45deg);
}

.menu-button.w--open .hamburger-icon span:nth-child(2) {
  opacity: 0;
}

.menu-button.w--open .hamburger-icon span:nth-child(3) {
  top: 5.5px;
  transform: rotate(-45deg);
}

.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 0;
  border: none;
  border-left: 1px solid var(--border-strong);
  border-radius: 0;
  background-color: transparent;
  color: var(--text-primary);
  cursor: pointer;
}

.theme-toggle:focus {
  outline-color: var(--border-strong);
  outline-offset: 3px;
  outline-width: 1px;
  outline-style: dashed;
}

.theme-toggle-icon.icon-moon {
  display: none;
}

:root[data-theme="dark"] .theme-toggle-icon.icon-sun {
  display: none;
}

:root[data-theme="dark"] .theme-toggle-icon.icon-moon {
  display: block;
}

.paragraph_text_white {
  color: var(--text-primary);
  letter-spacing: -.015px;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5rem;
}

.paragraph_text_dark {
  color: var(--text-primary);
  letter-spacing: -.015px;
  margin-bottom: 0;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.5rem;
}

.paragraph_text_dark_center {
  color: var(--text-primary);
  text-align: center;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5rem;
}

.h2_right {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Haikara, Palatino Linotype, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
}

.heading2_left {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Haikara, Palatino Linotype, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
}

.headin2_left_white {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Haikara, Palatino Linotype, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
}

.heading1_center {
  color: var(--text-primary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Haikara, Palatino Linotype, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
}

.heading3_white {
  color: var(--text-primary);
  margin-bottom: 0;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5rem;
}

.button-text {
  color: var(--text-primary);
  letter-spacing: -.015px;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.1rem;
}

.navigation-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.small-subheading-grey {
  color: var(--text-primary);
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 2rem;
}

.divider {
  border-top: 1px dashed var(--white);
  background-color: var(--bg-page);
  height: 1px;
}

.password-page {
  background-color: var(--bg-page);
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.link-2 {
  color: var(--text-secondary);
  text-decoration: none;
}

.password-page-image {
  background-color: var(--bg-page);
  background-image: url('../images/Image-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 1px solid #000;
  border-right: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 700px;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: clip;
}

.password-form-heading {
  height: 3rem;
}

.password-form-bottom-text {
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  height: 70%;
  display: flex;
}

.password-heading {
  color: var(--text-primary);
  letter-spacing: -.015px;
  font-family: Haikara, Palatino Linotype, sans-serif;
  font-size: 2rem;
  line-height: 1.2em;
}

.summary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--light-border);
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.instagram-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--border-strong);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff8c;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
  position: static;
  top: 600.203px;
  left: 652px;
}

.error-message {
  border: 1px solid var(--red-100);
  background-color: #ffe2e2;
  border-radius: 4px;
}

.heading1_password {
  font-family: var(--heading);
  color: var(--text-primary);
  margin-top: 0;
  font-size: 3em;
  font-weight: 400;
  line-height: 4rem;
}

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

@media screen and (min-width: 1280px) {
  .link-block-6:hover {
    border-bottom-color: var(--linkblue);
  }

  .button-small.form-centered-button:hover {
    background-color: var(--bg-page);
  }

  .text-field.bottom-margin-field:hover {
    background-color: #ffffffa3;
  }

  .text-field.bottom-margin-field:active, .text-field.bottom-margin-field:focus {
    border-color: var(--linkblue);
  }

  .hatch-sidebar-link:hover {
    opacity: 1;
    color: var(--text-secondary);
    mix-blend-mode: normal;
    text-decoration: none;
  }

  .hatch-sidebar-link:focus {
    opacity: 1;
  }

  .hatch-sidebar-link.w--current {
    opacity: 1;
    color: var(--text-primary);
    transition: opacity .15s;
  }

  .link:hover {
    opacity: .6;
  }

  .back-home-link-wrapper:hover {
    opacity: 1;
    text-decoration: none;
  }

  .back-home-link-wrapper:focus-visible, .back-home-link-wrapper[data-wf-focus-visible] {
    outline-color: var(--border-strong);
    outline-offset: 2px;
    border-radius: 4px;
    outline-width: 2px;
  }

  .back-home-link-wrapper.w--current {
    opacity: .6;
    border-style: none;
    border-width: 0;
    margin-top: 40px;
    padding-top: 0;
  }

  .back-home-link-wrapper.w--current:hover {
    opacity: 1;
  }

  .back-home-link-wrapper.w--current:focus-visible, .back-home-link-wrapper.w--current[data-wf-focus-visible] {
    outline-offset: 2px;
    border-radius: 1px;
    outline-color: #ff9d00;
  }

  .button:hover {
    box-shadow: none;
    color: var(--text-secondary);
    background-color: #27272700;
  }

  .big-body-text.link:focus-visible, .big-body-text.link[data-wf-focus-visible] {
    border-radius: 1px;
  }

  .link-block-7:hover {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
}

@media screen and (min-width: 1440px) {
  .body-text {
    flex-flow: column;
  }

  .accent-heading.left {
    line-height: 1.1em;
  }

  .portfolio-header7_metatag-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonial-card {
    border-color: var(--white);
    background-color: var(--black);
  }

  .divider {
    background-color: var(--bg-page);
    border: 0 #000;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .container-1200, .container-1200.home, .container-1200.light, .container-1200.light.bottom {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .accent-heading.left {
    line-height: 1.1em;
  }

  .highlight-section {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .accent-text {
    line-height: 1.3em;
  }

  .nav-bar-container, .container-1201, .div-dark-lines, .div-lines {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}

@media screen and (max-width: 991px) {
  .margin-bottom-24 {
    scroll-margin-top: 80px;
  }

  .explorations-content {
    padding: 4rem 2rem;
  }

  .explorations-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .body-text {
    width: auto;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .text-block-2, .paragraph-4 {
    padding-left: 30px;
  }

  .utility-page-form {
    width: 100%;
    max-width: 100%;
  }

  .container-1200 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .container-1200.home {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: cover;
    border-bottom-style: none;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 80vh;
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .container-1200.light {
    padding-top: 7rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .container-1200.light.bottom {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .border-right-1px.tablet-hide {
    display: none;
  }

  .padding-y-20 {
    padding: 0 0 4.5rem;
  }

  .hatch-content-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .margin-bottom-24 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0 0 0 0;
    display: flex;
  }

  .form-block {
    flex-flow: column;
  }

  .footer-link-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    width: auto;
    padding-top: 0;
  }

  .paragraph-highlight {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-highlight.dark {
    margin-top: 8px;
  }

  .text-link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    display: flex;
  }

  .small-subheading {
    text-align: left;
  }

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

  .tag-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: 100%;
    display: flex;
    position: static;
    top: auto;
    left: auto;
    overflow: visible;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .text-and-icon-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-and-icon-wrapper.left-aligned {
    flex-direction: row;
  }

  .body-colorful {
    background-color: var(--bg-page);
  }

  .image-caption {
    width: 100%;
  }

  .button {
    text-align: center;
    width: auto;
    display: flex;
  }

  .accent-heading {
    margin-top: 16px;
  }

  .accent-heading.left {
    font-size: 3rem;
    line-height: 1.1em;
  }

  .highlight-section {
    display: flex;
  }

  .highlight-section.content {
    justify-content: flex-start;
    align-items: center;
    padding-right: 2rem;
  }

  .large-image-right {
    border-radius: 0;
    width: 100%;
    height: 560px;
  }

  .cell-4---text-and-button-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
  }

  .cell-top-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .large-image-left {
    aspect-ratio: 2;
    border-bottom-style: solid;
    border-bottom-color: var(--border-subtle);
    object-fit: cover;
    border-left-style: solid;
    border-radius: 8px;
  }

  .quick-stack-2 {
    padding: 100px 3rem 40px;
  }

  .cell-6---text-and-button-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-right: 0;
  }

  .nav-bar-container {
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0 1rem;
    display: flex;
  }

  .navbar-logo-center-container.shadow-three-copy {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--border-strong);
    border-right-width: 1px;
    border-right-color: var(--border-subtle);
    border-left-width: 1px;
    border-left-color: var(--border-subtle);
    background-color: var(--bg-page);
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-wrapper-three {
    border: 1px #000;
    border-radius: 0;
    justify-content: space-between;
    display: flex;
  }

  .nav-menu-wrapper-three {
    background-color: #faf9f600;
    align-items: flex-start;
    padding-right: 0;
    display: block;
    top: 70px;
  }

  .nav-menu-three {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--border-subtle) var(--border-strong);
    background-color: var(--bg-page);
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 1rem;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-three .theme-toggle {
    border-left: none;
    width: 40px;
    height: 40px;
  }

  .menu-button {
    border-style: none none none solid;
    border-width: 1px;
    border-color: var(--border-strong);
    border-radius: 0;
    padding: 16px;
    transition: transform 150ms ease;
  }

  .menu-button:active {
    transform: scale(0.97);
  }

  .menu-button.w--open {
    border: 1px solid var(--text-primary);
    background-color: var(--text-primary);
    color: var(--bg-page);
  }

  .menu-button.w--open:active {
    background-color: #faf9f600;
  }

  .cell-9---image-right {
    padding-left: 0;
  }

  .footer-section {
    padding: 0;
  }

  .container-1201 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    padding: 4rem;
  }

  .warpper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .button-with-icon {
    order: 0;
    width: 100%;
    display: flex;
  }

  ._2-columns {
    flex-flow: wrap;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .big-body-text.link {
    border-bottom-color: var(--border-strong);
  }

  .div-dark-lines {
    flex-flow: column;
    padding: 4rem 2rem;
  }

  .colum-left {
    border-right-style: none;
    border-right-width: 0;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .column-right-delete {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    border-top: 1px none var(--border-subtle);
    border-left: 1px none var(--border-subtle);
    object-fit: cover;
    flex-flow: column;
    order: -1;
    align-items: flex-start;
    height: 100%;
    padding: 4rem 2rem;
    display: flex;
  }

  .section-2-columns {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .section-2-columns.top {
    background-color: #f4f3ec00;
  }

  .div-lines {
    border-right-color: var(--border-strong);
    border-left-color: var(--border-strong);
    flex-flow: column;
    display: block;
  }

  .column-left-text {
    aspect-ratio: auto;
    border-bottom: 1px none var(--border-subtle);
    object-fit: none;
    border-right-style: none;
    order: 0;
    justify-content: center;
    align-items: flex-start;
    padding: 4rem 2rem;
    display: flex;
  }

  .column-left-text.bottom {
    border-right-style: none;
    align-items: flex-start;
  }

  .column-right-image {
    border-left: 1px none var(--border-subtle);
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .image-left-column {
    aspect-ratio: auto;
    border-top: 1px solid var(--border-subtle);
    border-left-width: 0;
  }

  .image-right-column {
    border-top: 1px solid #000;
  }

  .image-right-column.top {
    aspect-ratio: auto;
    border-top-style: solid;
  }

  .image-right-column.pink {
    aspect-ratio: 3 / 2;
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px none var(--border-subtle);
    object-fit: cover;
    border-right-style: none;
  }

  .hero-split-3 {
    order: -1;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-3.first {
    max-width: 100%;
    margin-bottom: 0;
  }

  .hero-split-3.last {
    order: -1;
    margin-bottom: 0;
  }

  .about-me-wrapper {
    flex-flow: column;
    padding: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-header7_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.5fr;
    grid-auto-flow: row;
  }

  .portfolio-header7_metatag-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .case-study-heading {
    color: var(--text-primary);
    line-height: 3.5rem;
  }

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

  .tag-image-wrapper.right {
    display: none;
    top: auto;
    left: auto;
    overflow: visible;
  }

  .tag-image-wrapper.left {
    width: auto;
    position: static;
    top: auto;
    left: auto;
  }

  .svg-smiley-yellow {
    display: none;
  }

  .svg-smiley-blue {
    top: 162.336px;
    left: 223px;
  }

  .svg-heart-2 {
    top: auto;
    left: 395.828px;
  }

  .svg-ship-it {
    top: auto;
    left: 157px;
  }

  .svg-yellow-flower {
    top: auto;
    left: auto;
  }

  .svg-circle-bg {
    display: block;
    left: 114.828px;
  }

  .svg-grey-flower-small {
    display: block;
    position: absolute;
    top: 137px;
    left: 461.828px;
  }

  .grid-hero {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .div-center {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    display: flex;
    position: relative;
    top: auto;
  }

  .div-left {
    display: none;
    position: static;
    top: 202px;
    left: 161px;
  }

  .div-right {
    display: none;
  }

  .svg-test-tube {
    top: auto;
    left: -269px;
  }

  .icon-content-wrapper {
    display: flex;
  }

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

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

  .testimonial-wrapper {
    width: 100%;
    flex-flow: column;
  }

  .testimonial-card:first-child,
  .testimonial-card:last-child {
    transform: none;
  }

  .social-proof-wrapper {
    width: 80%;
  }

  .navbar-link-left {
    border: 1px #000;
    border-right-width: 0;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-link-left.w--current {
    width: 100%;
  }

  .navbar-link-right {
    border-left-style: none;
    border-left-width: 0;
    width: 100%;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .password-page-image {
    box-sizing: content-box;
    border-top: 1px solid var(--border-strong);
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
    border-left-style: none;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 500px;
  }

  .password-form-heading, .password-form-bottom-text {
    height: 5rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    line-height: 60px;
  }

  .body-text {
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    display: none;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .container-1200 {
    flex-flow: wrap;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .container-1200.home {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 80vh;
    margin-bottom: 0;
    margin-left: 2rem;
    padding: 0;
    display: block;
    position: static;
  }

  .container-1200.light {
    padding-top: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-1200.light.bottom {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .border-right-1px.tablet-hide {
    display: none;
  }

  .padding-y-20 {
    padding-top: .2rem;
    padding-bottom: 4rem;
    padding-left: 0;
  }

  .margin-bottom-24 {
    object-fit: fill;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .text-link-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: left;
    align-self: baseline;
    display: flex;
  }

  .small-subheading {
    text-align: left;
  }

  .tag-content-wrapper {
    object-fit: fill;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: -148px;
  }

  .footer-subscribe {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-caption {
    width: 100%;
  }

  .image-and-caption-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .case-study-section-home {
    padding: 60px 15px;
  }

  .accent-heading {
    margin-top: 16px;
    padding-right: 2rem;
    font-size: 3rem;
    line-height: 3rem;
  }

  .accent-heading.left {
    font-size: 3rem;
    line-height: 3rem;
  }

  .large-image-right {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-right-style: none;
    border-top-right-radius: 0;
    width: 100%;
    height: 380px;
  }

  .cell-4---text-and-button-left {
    padding-left: 0;
    padding-right: 2rem;
  }

  .cell-top-heading {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .large-image-left {
    aspect-ratio: 3 / 2;
    border-radius: 8px;
    width: 100%;
    height: 380px;
  }

  .quick-stack-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 4rem 2rem;
  }

  .cell-6---text-and-button-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-bar-container {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .navbar-logo-center-container.shadow-three-copy {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-menu-three {
    border-color: var(--border-strong);
    background-color: var(--bg-page);
    border-radius: 0;
    flex-flow: column;
    height: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-bottom: 1rem;
  }

  .menu-button {
    padding-top: 16px;
  }

  .footer-section {
    padding: 0;
    display: flex;
  }

  .container-1201 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 4rem 2rem;
    display: flex;
  }

  .warpper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .button-with-icon {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    width: 140px;
    min-width: 170px;
    max-width: 170px;
    display: flex;
  }

  ._2-columns {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .big-body-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .div-dark-lines {
    padding: 4rem 2rem;
  }

  .column-right-delete {
    border-top-style: solid;
    border-left-style: none;
  }

  .section-2-columns {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .section-2-columns.top {
    background-color: #f4f3ec00;
  }

  .div-lines {
    flex-flow: column;
  }

  .column-left-text {
    border-bottom: 1px none var(--border-subtle);
    border-right-style: none;
  }

  .about-me-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .portfolio-header7_metatag-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .case-study-heading {
    color: var(--text-primary);
    line-height: 3.5rem;
  }

  .tag-content-text-wrap {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
  }

  .tag-image-wrapper.right {
    left: 78.828px;
  }

  .tag-image-wrapper.left {
    width: auto;
    position: static;
    top: 0;
  }

  .svg-grey-flower {
    display: none;
    top: 358px;
  }

  .svg-smiley-blue {
    top: 330px;
    left: 20px;
  }

  .svg-heart-1 {
    display: none;
  }

  .svg-heart-2 {
    top: 371px;
    left: -31.172px;
  }

  .svg-ship-it {
    top: 332.797px;
    left: 79px;
  }

  .svg-yellow-flower {
    display: block;
    top: -128px;
  }

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

  .div-center {
    position: static;
  }

  .div-right {
    display: none;
  }

  .svg-test-tube {
    top: auto;
    left: -68px;
  }

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

  .password-page-image {
    background-position: 50%;
    min-height: 200px;
  }

  .password-form-heading, .password-form-bottom-text {
    height: 5rem;
  }
}

@media screen and (max-width: 479px) {
  .explorations-content {
    grid-row-gap: 2rem;
    padding: 4rem 1rem;
  }

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

  .body-text {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .body-text.w, .body-text.w.passwordpage {
    width: auto;
  }

  .text-block-2 {
    font-size: 19px;
    line-height: 22px;
  }

  .utility-page-content {
    width: 300px;
  }

  .utility-page-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    max-width: none;
    padding: 2rem 1rem;
  }

  .password-form {
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-small {
    flex: none;
    align-self: stretch;
  }

  .container-1200 {
    background-color: #27272700;
    align-items: flex-start;
    max-width: 100%;
    margin-left: .5rem;
    margin-right: .5rem;
    padding: 0 1rem 2rem;
    display: block;
  }

  .container-1200.home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 1px solid var(--border-subtle);
    border-left-style: solid;
    border-right-style: solid;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin: 0 .5rem;
    padding: 7rem 0 2rem;
    display: flex;
  }

  .container-1200.light {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-top: 7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-1200.light.bottom {
    border-top-style: none;
    border-left-style: solid;
    border-right-style: solid;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .border-right-1px.tablet-hide {
    display: none;
  }

  .padding-y-20 {
    padding: 0 0;
  }

  .hatch-content-grid {
    padding-top: 0;
  }

  .margin-bottom-24 {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .form-block {
    width: auto;
    max-width: none;
  }

  .footer-link-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    display: flex;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.8rem;
  }

  .paragraph-highlight {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 16px;
    display: flex;
  }

  .paragraph-highlight.dark {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
    margin-top: 16px;
    padding: 16px;
    display: flex;
  }

  .text-link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .cell {
    padding: 16px;
  }

  .tag-content-wrapper {
    word-break: normal;
    overflow-wrap: anywhere;
    width: auto;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: auto;
  }

  .footer-subscribe {
    border-left-style: none;
    border-right-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    place-content: space-around space-between;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .text-and-icon-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
  }

  .body-colorful {
    overflow: visible;
  }

  .content-image {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0;
  }

  .content-image.overflow {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-left: 8px;
  }

  .image-and-caption-wrapper {
    padding: 16px;
  }

  .button {
    text-align: center;
    width: auto;
  }

  .accent-heading {
    margin-top: 8px;
    font-size: 2.5rem;
  }

  .accent-heading.left {
    aspect-ratio: auto;
    width: auto;
    padding-right: 0;
    font-size: 2.5rem;
    line-height: 1.1em;
    overflow: visible;
  }

  .highlight-section {
    border-left-style: solid;
    border-right-style: solid;
    height: 40px;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .highlight-section.content {
    border-right-style: none;
    width: 100%;
  }

  .large-image-right {
    object-fit: fill;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    border-right-style: solid;
    border-radius: 0;
    width: 100%;
    height: 240px;
  }

  .cell-4---text-and-button-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    display: flex;
  }

  .cell-top-heading {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .accent-text {
    margin-bottom: 0;
  }

  .large-image-left {
    aspect-ratio: auto;
    border-radius: 4px;
    width: auto;
    height: auto;
  }

  .quick-stack-2 {
    border-right-style: solid;
    border-right-color: var(--border-subtle);
    border-left-style: solid;
    margin-left: .5rem;
    margin-right: .5rem;
    padding: 4rem 1rem;
    overflow: visible;
  }

  .cell-6---text-and-button-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-right: 0;
  }

  .nav-bar-container {
    border-right: 1px solid var(--border-subtle);
    border-left: 1px solid var(--border-subtle);
    max-width: none;
    margin-right: 0;
    padding: 0;
  }

  .navbar-logo-center-container.shadow-three-copy {
    border-style: none none solid;
    border-width: 1px;
    border-top-color: var(--border-strong);
    border-right-color: var(--border-subtle);
    border-left-color: var(--border-subtle);
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-wrapper-three {
    height: 100%;
  }

  .nav-menu-three {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--bg-page);
    border-style: solid;
    border-color: var(--border-strong);
    border-radius: 0;
    flex-flow: column;
    align-content: flex-start;
    height: 100%;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .menu-button {
    padding-top: 16px;
  }

  .cell-8---image-left {
    flex-direction: column;
    display: block;
  }

  .cell-9---image-right {
    display: block;
  }

  .footer-section {
    border-bottom-style: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-1201 {
    align-items: flex-start;
    max-width: 100%;
    margin-left: .5rem;
    margin-right: .5rem;
    padding: 4rem 1rem 2rem;
    display: flex;
  }

  .warpper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  ._2-columns {
    align-items: stretch;
    display: flex;
  }

  .big-body-text {
    text-align: left;
  }

  .big-body-text.link {
    border-bottom-width: 1px;
    border-bottom-color: var(--border-strong);
  }

  .div-dark-lines {
    margin-left: .5rem;
    margin-right: .5rem;
    padding: 4rem 1rem;
  }

  .colum-left {
    display: block;
  }

  .column-right-delete {
    aspect-ratio: auto;
    border-top-style: none;
    padding: 4rem 2rem 4rem 1rem;
    display: flex;
  }

  .section-2-columns {
    border-top-style: none;
    border-bottom-style: none;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .section-2-columns.top {
    border-bottom-style: solid;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2-columns.middle {
    margin-left: 0;
    margin-right: 0;
  }

  .section-2-columns.bottom {
    border-bottom-style: solid;
    margin-left: 0;
    margin-right: 0;
  }

  .div-lines {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .column-left-text {
    aspect-ratio: auto;
    border-bottom-style: none;
    border-right-style: none;
    padding: 4rem 1rem;
    display: flex;
  }

  .column-right-image {
    border-top: 1px solid var(--border-subtle);
  }

  .image-left-column {
    border-bottom: 1px none var(--border-subtle);
    border-top-style: none;
  }

  .image-right-column {
    aspect-ratio: 1;
    border-top: 1px none var(--border-subtle);
    background-color: var(--bright-yellow);
  }

  .image-right-column.top {
    border-top-style: none;
  }

  .image-right-column.pink {
    border-bottom-style: none;
  }

  .hero-split-3.first {
    margin-bottom: 0;
  }

  .shadow-two-2 {
    order: 1;
  }

  .about-me-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 0;
  }

  .portfolio-header7_content-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .portfolio-header7_metatag-list {
    grid-template-columns: 1fr;
  }

  .case-study-heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .tag-content-text-wrap {
    word-break: normal;
    padding-right: 1rem;
    position: static;
  }

  .hero-section {
    aspect-ratio: auto;
  }

  .svg-ship-it {
    display: none;
    top: 52.797px;
    left: 137px;
  }

  .tag-image-wrapper.right {
    top: -469.5px;
    left: -83.172px;
  }

  .tag-image-wrapper.left {
    width: auto;
    height: 200px;
    position: relative;
    top: auto;
    left: auto;
  }

  .svg-smiley-blue {
    display: block;
    top: 58px;
    left: -102px;
  }

  .svg-heart-2 {
    position: absolute;
    top: 95px;
    left: 30.828px;
  }

  .svg-ship-it {
    display: block;
    position: absolute;
    top: 74px;
    left: -14px;
  }

  .svg-yellow-flower {
    display: block;
    top: 13px;
    left: -29.172px;
  }

  .svg-yellow-flower-small {
    top: 47px;
    left: 12px;
  }

  .grid-hero {
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-center {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .div-left {
    display: none;
    position: static;
    top: auto;
    left: auto;
  }

  .div-right {
    display: none;
  }

  .svg-test-tube {
    position: absolute;
    top: 37px;
    left: -186px;
  }

  .svg-future-past {
    display: none;
  }

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

  .testimonial-card {
    padding: 16px;
  }

  .testimonial-name-and-image {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social-proof-wrapper {
    width: 100%;
  }

  .bullet-point {
    flex-flow: row;
  }

  .paragraph_text_dark_center {
    text-align: left;
  }

  .h2_right, .heading2_left, .headin2_left_white {
    font-size: 2.5rem;
  }

  .heading1_center {
    text-align: left;
  }

  .password-page-image {
    width: auto;
    max-width: none;
    min-height: 200px;
  }

  .password-form-heading {
    height: 5rem;
  }

  .password-form-bottom-text {
    height: 8rem;
  }
}

#w-node-_514815f2-e006-83a8-9de4-ac3d53d916d1-1a5360b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2e5b89e2-f49d-13ec-2a51-30f1173ce64d-1a5360be, #w-node-_7db21028-16f7-c286-b0c8-93b967d750f5-1a5360be, #w-node-cc6a35ef-1914-c59d-2085-72a711b96e6c-1a5360be, #w-node-_2e5b89e2-f49d-13ec-2a51-30f1173ce654-1a5360be, #w-node-_1fc782cf-58ea-302b-ae3c-cb9482dbcfb2-1a5360be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd478312-6480-abde-fdc4-0876745a0564-1a5360be {
  place-self: start;
}

#w-node-bd478312-6480-abde-fdc4-0876745a0573-1a5360be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af45e5ba-cd07-6fe0-8d8a-0cd04cfcda0f-1a5360be {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-af45e5ba-cd07-6fe0-8d8a-0cd04cfcda10-1a5360be, #w-node-af45e5ba-cd07-6fe0-8d8a-0cd04cfcda18-1a5360be, #w-node-_8ed05566-4756-f180-6b9b-17c39b16c13c-1a5360c0, #w-node-_8ed05566-4756-f180-6b9b-17c39b16c142-1a5360c0, #w-node-_8ed05566-4756-f180-6b9b-17c39b16c157-1a5360c0, #w-node-eca148a0-c56f-8df9-a851-736ab5596de1-1a5360c0, #w-node-_5e5dc6df-137b-9097-f74a-714a37344e06-1a5360c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd478312-6480-abde-fdc4-0876745a0564-1a5360c0 {
  place-self: start;
}

#w-node-bd478312-6480-abde-fdc4-0876745a0573-1a5360c0, #w-node-f60c164e-d941-e28f-cdb1-5c7b87d8f830-1a5360c1, #w-node-f60c164e-d941-e28f-cdb1-5c7b87d8f83f-1a5360c1, #w-node-f60c164e-d941-e28f-cdb1-5c7b87d8f84b-1a5360c1, #w-node-f60c164e-d941-e28f-cdb1-5c7b87d8f845-1a5360c1, #w-node-e663bf89-a9ce-e940-b07f-2efdb1f0718e-1a5360c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_538625cb-8112-7888-c1ce-0527f2876c74-1a5360c1 {
  place-self: start;
}

#w-node-_538625cb-8112-7888-c1ce-0527f2876c75-1a5360c1, #w-node-_4eb59aa2-09b9-bd82-9bee-e4375b5f1ab1-1a5360c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3807461-0ddc-5b43-ffeb-054398671cae-1a5360c1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b3807461-0ddc-5b43-ffeb-054398671caf-1a5360c1, #w-node-b3807461-0ddc-5b43-ffeb-054398671cb7-1a5360c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3807461-0ddc-5b43-ffeb-054398671cbf-1a5360c1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b3807461-0ddc-5b43-ffeb-054398671cc0-1a5360c1, #w-node-b3807461-0ddc-5b43-ffeb-054398671cd5-1a5360c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b36c2741-be31-2d83-9d27-a7e9380d8720-6ff7388d {
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr .25fr 1fr;
}

#w-node-b36c2741-be31-2d83-9d27-a7e9380d8721-6ff7388d {
  grid-column: span 3 / span 3;
}

#w-node-b36c2741-be31-2d83-9d27-a7e9380d8728-6ff7388d {
  grid-column: span 2 / span 2;
}

#w-node-_08faf9a1-3209-4161-872b-1bfa02b9bb32-6ff7388d {
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr .25fr 1fr;
}

#w-node-_08faf9a1-3209-4161-872b-1bfa02b9bb33-6ff7388d {
  grid-column: span 3 / span 3;
}

#w-node-_08faf9a1-3209-4161-872b-1bfa02b9bb3a-6ff7388d {
  grid-column: span 2 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_7db21028-16f7-c286-b0c8-93b967d750f5-1a5360be, #w-node-cc6a35ef-1914-c59d-2085-72a711b96e6c-1a5360be, #w-node-_2e5b89e2-f49d-13ec-2a51-30f1173ce654-1a5360be, #w-node-_1fc782cf-58ea-302b-ae3c-cb9482dbcfb2-1a5360be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-bd478312-6480-abde-fdc4-0876745a0564-1a5360be {
    place-self: start;
  }

  #w-node-bd478312-6480-abde-fdc4-0876745a0573-1a5360be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd478312-6480-abde-fdc4-0876745a0564-1a5360c0 {
    place-self: start;
  }

  #w-node-bd478312-6480-abde-fdc4-0876745a0573-1a5360c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_538625cb-8112-7888-c1ce-0527f2876c74-1a5360c1 {
    place-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e5729119-70a5-0e76-74b8-113fc4e5d01d-1a5360b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af45e5ba-cd07-6fe0-8d8a-0cd04cfcda0f-1a5360be {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-af45e5ba-cd07-6fe0-8d8a-0cd04cfcda10-1a5360be, #w-node-af45e5ba-cd07-6fe0-8d8a-0cd04cfcda18-1a5360be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3807461-0ddc-5b43-ffeb-054398671cae-1a5360c1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b3807461-0ddc-5b43-ffeb-054398671caf-1a5360c1, #w-node-b3807461-0ddc-5b43-ffeb-054398671cb7-1a5360c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3807461-0ddc-5b43-ffeb-054398671cbf-1a5360c1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b3807461-0ddc-5b43-ffeb-054398671cc0-1a5360c1, #w-node-b3807461-0ddc-5b43-ffeb-054398671cd5-1a5360c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b36c2741-be31-2d83-9d27-a7e9380d8720-6ff7388d {
    grid-template-rows: auto auto;
    grid-template-columns: 2.75fr;
  }

  #w-node-b36c2741-be31-2d83-9d27-a7e9380d8721-6ff7388d, #w-node-b36c2741-be31-2d83-9d27-a7e9380d8728-6ff7388d {
    grid-column: span 1 / span 1;
  }

  #w-node-_08faf9a1-3209-4161-872b-1bfa02b9bb32-6ff7388d {
    grid-template-rows: auto auto;
    grid-template-columns: 2.75fr;
  }

  #w-node-_08faf9a1-3209-4161-872b-1bfa02b9bb33-6ff7388d, #w-node-_08faf9a1-3209-4161-872b-1bfa02b9bb3a-6ff7388d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e5729119-70a5-0e76-74b8-113fc4e5d01d-1a5360b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b36c2741-be31-2d83-9d27-a7e9380d8720-6ff7388d, #w-node-_08faf9a1-3209-4161-872b-1bfa02b9bb32-6ff7388d {
    grid-template-rows: auto auto;
    grid-template-columns: 2.75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b36c2741-be31-2d83-9d27-a7e9380d8720-6ff7388d {
    grid-template-rows: auto auto;
    grid-template-columns: 2.75fr;
  }

  #w-node-b36c2741-be31-2d83-9d27-a7e9380d8721-6ff7388d, #w-node-b36c2741-be31-2d83-9d27-a7e9380d8728-6ff7388d {
    grid-column: span 1 / span 1;
  }

  #w-node-_08faf9a1-3209-4161-872b-1bfa02b9bb32-6ff7388d {
    grid-template-rows: auto auto;
    grid-template-columns: 2.75fr;
  }

  #w-node-_08faf9a1-3209-4161-872b-1bfa02b9bb33-6ff7388d, #w-node-_08faf9a1-3209-4161-872b-1bfa02b9bb3a-6ff7388d {
    grid-column: span 1 / span 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .theme-toggle,
  .menu-button,
  .hamburger-icon span {
    transition: none;
  }

  .password-gate-overlay {
    animation: none;
  }

  .lightbox-image {
    transition: none !important;
  }
}

.content-image {
  cursor: zoom-in;
}

.lightbox-overlay {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .85);
  justify-content: center;
  align-items: flex-start;
  cursor: zoom-out;
  padding: 32px 64px;
  display: none;
  position: fixed;
  inset: 0;
  overflow-y: scroll;
  scrollbar-width: auto;
}

.lightbox-overlay::-webkit-scrollbar {
  width: 12px;
}

.lightbox-overlay::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .4);
}

.lightbox-overlay::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, .5);
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  background-clip: padding-box;
}

.lightbox-overlay.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  display: flex;
}

.lightbox-close {
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 10000;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  border-radius: 99px;
  background-color: #fff;
  color: #131313;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.lightbox-close:focus {
  outline-color: var(--border-strong);
  outline-offset: 3px;
  outline-width: 1px;
  outline-style: dashed;
}

.lightbox-image {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: auto;
  display: block;
}

.lightbox-thumbs {
  flex: none;
  flex-direction: column;
  gap: 8px;
  width: 88px;
  display: none;
}

.lightbox-thumbs.active {
  display: flex;
}

.lightbox-thumb {
  cursor: pointer;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
  display: block;
}

.lightbox-thumb img {
  opacity: .6;
  border-radius: 2px;
  width: 100%;
  height: auto;
  display: block;
}

.lightbox-thumb:hover img {
  opacity: .85;
}

.lightbox-thumb.active {
  border-color: #fff;
}

.lightbox-thumb.active img {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .lightbox-content {
    flex-direction: column-reverse;
  }

  .lightbox-thumbs {
    flex-direction: row;
    width: 100%;
  }

  .lightbox-thumb {
    flex: 1;
  }
}

html {
  scrollbar-gutter: stable;
}

body.lightbox-open,
body.password-gate-open {
  overflow: hidden;
}

.password-gate-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-color: rgba(20, 18, 15, 0.55);
  backdrop-filter: blur(3px);
  animation: password-gate-fade-in 150ms ease;
}

.password-gate-overlay.active {
  display: flex;
}

@keyframes password-gate-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.password-gate-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 460px;
  width: 100%;
  padding: 40px 36px 36px;
  text-align: left;
  background-color: var(--bg-page);
  border: 1px solid var(--border-strong);
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.25);
}

.password-gate-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  border-radius: 99px;
  background-color: var(--bg-surface-alt);
  color: var(--text-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-gate-close:hover {
  background-color: var(--border-subtle);
}

.password-gate-close:focus {
  outline-color: var(--border-strong);
  outline-offset: 3px;
  outline-width: 1px;
  outline-style: dashed;
}

.password-gate-box .heading-3 {
  text-align: left;
  font-weight: 400;
}

.password-gate-box .small-body-text {
  color: var(--text-secondary, var(--text-primary));
  opacity: 0.7;
  margin-bottom: 8px;
}

.password-gate-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: 8px;
}

.password-gate-form-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.password-gate-input {
  padding: 12px 16px;
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  background-color: var(--bg-surface-alt);
  color: var(--text-primary);
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 16px;
  flex: 1;
  min-width: 0;
  text-align: left;
  letter-spacing: normal;
  transition: border-color 150ms ease;
}

.password-gate-input:focus {
  outline: none;
  border-color: var(--text-primary);
}

.password-gate-button {
  flex: none;
  padding: 0 20px;
  border-radius: 99px;
  border: 1px solid #a0a0a0;
  background-color: var(--bg-page);
  color: var(--text-primary);
  cursor: pointer;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  transition: transform 150ms ease;
}

.password-gate-button:hover {
  border-color: #a0a0a0;
}

.password-gate-button:active {
  transform: scale(0.97);
}

.password-gate-button:focus {
  border-color: var(--border-strong);
  outline-color: var(--border-strong);
  outline-offset: 3px;
  outline-width: 1px;
  outline-style: dashed;
}

.password-gate-error {
  color: var(--red);
  font-size: 16px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 150ms ease;
}

.password-gate-error.active {
  height: auto;
  opacity: 1;
  margin-top: 4px;
}

.password-gate-alt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-subtle);
}

.password-gate-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 150ms ease;
}

.password-gate-card:hover {
  border-color: var(--border-strong);
}

.password-gate-card-image {
  flex: none;
  width: 88px;
  background-color: var(--orange);
  background-image: url('../images/Free---Portfolio-image-8-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.password-gate-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  padding: 12px 12px 12px 0;
}

.password-gate-card-heading {
  color: var(--text-primary);
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.password-gate-card-text {
  color: var(--text-secondary, var(--text-primary));
  opacity: 0.7;
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.password-gate-card-link {
  color: var(--linkblue);
  font-family: Hkgrotesk, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.password-gate-card:hover .password-gate-card-link {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .password-gate-form-row {
    flex-direction: column;
  }

  .password-gate-button {
    width: 100%;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 479px) {
  .password-gate-card {
    flex-direction: column;
  }

  .password-gate-card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .password-gate-card-content {
    padding: 12px;
  }
}
