:root {
  --spark-library--foreground-interactive: #5532fa;
  --flowui-component-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-900: #160042;
  --black: black;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-700: #282556;
  --white: white;
  --combine-library--white: white;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--blue--700: #7788f8;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--white: white;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--white: white;
  --untitled-ui--primary50: #f9f5ff;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--100: #eceefe;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--neutral--black: black;
  --alley-component-library--orange--900: #f69351;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-100: #d9dce2;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--grey-600: #5f6570;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--primary-lighter: #f7f5ff;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--black: black;
  --spark-library--foreground-tertiary: #0000008f;
  --spark-library--border-default: #00000029;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--indigo50: #eef4ff;
  --untitled-ui--gray300: #d0d5dd;
}

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

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

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

.body {
  -webkit-text-fill-color: inherit;
  background-color: #e6e6e6;
  background-clip: border-box;
}

.f-navigation-button {
  background-color: var(--spark-library--foreground-interactive);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 0;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.f-navigation-link {
  color: var(--black);
  letter-spacing: -.01em;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 0;
  align-self: auto;
  padding: 20px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
  border-radius: 0;
  flex: 0 auto;
  align-self: auto;
  padding: 20px 32px;
}

.f-navigation-link.w--current:hover {
  background-color: var(--flowui-component-library--grey-300);
}

.f-navigation-link._3dscan {
  display: none;
}

.f-navigation-link.research_nav {
  border-radius: 0;
  padding: 20px 28px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.f-navigation-link.research_nav:hover {
  background-color: #e6e6e6;
}

.f-navigation-link.research_nav.w--current {
  background-color: #e6e6e6;
  align-self: auto;
  font-family: Open Sans, sans-serif;
}

.f-navigation-link.resume_nav {
  display: none;
}

.f-navigation-link.project_nav {
  font-family: Open Sans, sans-serif;
}

.f-navigation-link.project_nav:hover {
  background-color: #e6e6e6;
}

.f-navigation-link.project_nav.w--current {
  background-color: #e6e6e6;
  font-family: Open Sans, sans-serif;
}

.f-navigation-link.aboutme_nav {
  padding-left: 24px;
  padding-right: 24px;
  font-family: Open Sans, sans-serif;
}

.f-navigation-link.aboutme_nav:hover, .f-navigation-link.aboutme_nav.w--current {
  background-color: #e6e6e6;
}

.f-navigation-menu {
  grid-column-gap: 0px;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 0px;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.f-navigation-logo-link.w--current {
  text-align: left;
  flex: 0 auto;
  align-self: auto;
}

.f-navigation-container {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  z-index: 100;
  background-color: var(--white);
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 0 5%;
  display: flex;
  position: relative;
}

.f-paragraph-regular {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-badge {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library--gray-900);
  min-height: 56px;
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  min-height: 48px;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  min-height: 48px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: none;
}

.f-paragraph-large {
  color: var(--flowui-component-library--gray-200);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 0;
}

.f-h1-heading {
  color: var(--black);
  text-align: left;
  letter-spacing: -.04em;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 84px;
  font-weight: 600;
  line-height: 1.2;
}

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

.f-heading-detail-small {
  color: var(--flowui-component-library--primary-base);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  display: none;
}

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

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
  / 1fr;
  align-items: center;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  margin-bottom: 80px;
  padding: 100px 5% 20px;
  display: block;
  position: relative;
}

.f-footer-link {
  width: 100%;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-menu.footer_2 {
  display: none;
}

.f-footer-detail {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

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

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  width: 48px;
  height: 48px;
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.f-footer-social:hover {
  background-color: var(--flowui-component-library--primary-base);
  color: var(--combine-library--white);
  transform: translate(0, -3px);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-group.mobile-social-icons {
  display: none;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
  transition: opacity .2s;
}

.f-footer-logo:hover {
  opacity: .5;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--flowui-component-library--white);
  padding: 32px 5%;
  position: relative;
}

.f-accordian-dropdown {
  margin-left: 20px;
  transition: all .3s;
  display: block;
}

.body-2 {
  background-color: #e6e6e6;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-faq4_answer {
  overflow: hidden;
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-faq4_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  cursor: pointer;
  direction: ltr;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-style: normal;
  display: flex;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.a-subheading-large {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.a-blog-details-wrapper {
  padding: 24px;
}

.a-blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .2s;
  transform: scale(1.01);
}

.a-blog-image:hover {
  transform: scale(1.1);
}

.a-blog-image-wrapper {
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.a-blog-image-wrapper.profile {
  height: 472.875px;
  max-height: 350px;
}

.a-blog-card-outline {
  border: 1px none var(--alley-component-library--gray--0);
  border-radius: 0;
  overflow: hidden;
}

.a-blog-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.a-container-large {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  padding: 40px 5%;
  position: relative;
}

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

.link:hover {
  color: var(--alley-component-library--blue--700);
}

.div-block {
  margin-bottom: 100px;
}

.div-block-2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-align: center;
  background-color: #fff0;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
}

.f-icon-regular-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  overflow: visible;
}

.link-block-6 {
  color: #333;
  font-style: normal;
  text-decoration: none;
}

.link-block-7, .link-block-8 {
  color: #333;
  text-decoration: none;
}

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

.spark-flex-row.spark-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.spark-flex-row.spark-split-and-wrapped {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

.spark-flex-row.spark-right {
  grid-column-gap: 16px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph.spark-secondary-font-color {
  color: #f0ecfd;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5rem;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-2.spark-primary-background {
  z-index: 2;
  background-color: var(--spark-library--foreground-interactive);
  max-width: 1280px;
  color: #fff;
  z-index: 2;
  opacity: 1;
  background-color: #4723cf;
  border-radius: 12px;
  max-width: 1280px;
  padding: 64px;
}

.section {
  margin-top: 40px;
}

.text-block-4 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}

.bold-text {
  font-style: normal;
  font-weight: 300;
}

.container {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-subheading.center {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.bold-text-2 {
  font-weight: 600;
}

.body-3 {
  background-color: #f5f5f5;
}

.yellow-quote-note {
  color: #000;
  text-align: center;
  text-transform: none;
  direction: ltr;
  background-color: #fff0d1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.project-info {
  color: #5f6570;
  text-align: center;
  border: 0 solid #000;
  height: 200px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  overflow: auto;
}

.column-3 {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.image-18-copy-copy {
  object-fit: contain;
  max-width: 100%;
}

.div-block-3 {
  justify-content: center;
  width: 150px;
  height: 150px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.description {
  opacity: 1;
  color: #000;
  text-align: center;
  border: 1px #000;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 400;
  display: block;
  overflow: visible;
}

.columns-18 {
  display: block;
}

.project-description {
  color: #5f6570;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.column-20, .column-19, .column-21 {
  justify-content: center;
  display: flex;
}

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

.column-2 {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.image-18-copy {
  object-fit: contain;
  max-width: 90%;
}

.image-16 {
  object-fit: contain;
  flex: 0 auto;
  display: block;
}

.project-information {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.link-block {
  object-fit: fill;
  flex: 1;
  justify-content: center;
  align-self: auto;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.project-images, .columns-20 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.gap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 100px;
}

.container-2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.combine-text-size-regular-2 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
}

.combine-faq4_wrapper-2 {
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.combine-faq4_title-2 {
  color: #1f2c3d;
  text-align: left;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_color4-2 {
  color: #5f6570;
}

.section-2 {
  margin-top: 40px;
}

.blue-quote-note {
  color: #000;
  text-align: center;
  text-transform: none;
  direction: ltr;
  background-color: #d1e7ff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.responsibility-right {
  color: #000;
  text-align: left;
  text-transform: none;
  direction: ltr;
  border-left: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.responsibility-left {
  color: #000;
  text-align: left;
  text-transform: none;
  direction: ltr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.section-subheading-copy.center {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.youtube-2 {
  object-fit: fill;
  flex: 1;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.video-caption {
  color: #000;
  text-align: center;
  text-transform: none;
  direction: ltr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Inconsolata, monospace;
  font-style: normal;
  text-decoration: none;
  display: none;
}

.projectfootage {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-18 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border: 0 solid #fff;
  flex: 1;
  align-self: auto;
  max-height: 600px;
  margin: 0 auto;
  padding-bottom: 0;
  transition: all .5s ease-in-out;
  display: block;
  position: relative;
  overflow: visible;
  transform: scale(1.01);
}

.image-18:hover {
  object-fit: fill;
  background-color: #0000;
  transform: scale(1.05);
}

.image-19 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border: 0 solid #fff;
  flex: 1;
  align-self: auto;
  max-height: 600px;
  margin: 0 auto;
  padding-bottom: 0;
  transition: all .5s ease-in-out;
  display: block;
  position: relative;
  overflow: visible;
  transform: scale(1.01);
}

.image-19:hover {
  object-fit: fill;
  background-color: #0000;
  transform: scale(1.05);
}

.container-4 {
  border: 10px #fff;
  border-bottom: 5px dashed #ccc;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 0;
}

.divider {
  margin-left: 0%;
  margin-right: 0%;
  display: none;
}

.body-4 {
  background-color: #f5f5f5;
}

.text-block-5 {
  color: var(--white);
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
}

.component_fixed_button {
  width: 48px;
  height: 48px;
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1d9bf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.component_fixed_button.g2t_button {
  z-index: 100;
  border: 3px solid var(--alley-component-library--blue--700);
  background-color: var(--spark-library--foreground-interactive);
  background-image: none;
  width: 96px;
  transition: all .2s;
  position: fixed;
  inset: auto 2% 5% auto;
  box-shadow: 0 2px 5px #0003;
}

.component_fixed_button.g2t_button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  background-image: none;
}

.component_fixed_button.g2t_button:active {
  opacity: .5;
  mix-blend-mode: normal;
}

.image-15 {
  margin: 10px;
}

.image-64 {
  opacity: 1;
}

.container-49 {
  margin-top: 40px;
}

.section-13 {
  text-align: center;
  background-color: #fff0;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 10px;
  display: block;
  position: relative;
}

.med-divider {
  background-color: #dedede;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  list-style-type: lower-alpha;
  display: block;
}

.columns-17 {
  z-index: -1;
  background-color: #69b9ff00;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0 0 22px;
  padding-top: 33px;
  padding-bottom: 14px;
  padding-left: 0;
  text-decoration: none;
  position: relative;
}

.image-63 {
  text-align: center;
  object-fit: fill;
  overflow: visible;
}

.section-title-group {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
}

.column-70 {
  text-align: right;
}

.italic-text-5 {
  color: #000;
  font-size: 40px;
  font-style: normal;
}

.container-28 {
  box-shadow: none;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding-top: 34px;
}

.text-block-23 {
  color: #5e5e5e;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 300;
  display: none;
}

.text-span-12 {
  background-color: #0000;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.paragraph-11 {
  color: #585858;
  text-align: center;
  background-color: #fff0;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 300;
  display: block;
  position: static;
}

.section-heading.centered.blog-title {
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-span-3 {
  background-color: #0000;
  font-family: Open Sans, sans-serif;
}

.container-29 {
  margin-top: 30px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.column-69 {
  text-align: left;
}

.div-block-44 {
  margin-top: 40px;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.question-text {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transition: background-color .2s;
}

.question-text:hover {
  background-color: #cfedff;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.accordion_item-image {
  width: 40px;
}

.accordion {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 0;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  box-shadow: none;
  cursor: default;
}

.container-23 {
  display: block;
}

.accordion-body__contents {
  opacity: 1;
  color: #585858;
  margin-top: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.link-5 {
  display: none;
}

.bold-text-11 {
  font-family: Open Sans, sans-serif;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  text-align: left;
  letter-spacing: 0;
  margin: 0 5%;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  display: block;
}

.uui-heading-xsmall.blog_small {
  margin-left: 0%;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-subheading {
  color: var(--flowui-component-library--primary-base);
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: none;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center {
  text-align: center;
  padding-bottom: 4rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.uui-padding-vertical-xhuge.blog-section {
  padding-top: 0;
  display: none;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  margin-left: 5%;
  padding: 0 0% 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blog06_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blog06_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blog06_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.uui-blog06_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 5%;
  margin-right: 5%;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blog06_image {
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blog06_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.uui-blog06_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .2s;
}

.uui-blog06_image-link:hover {
  box-shadow: none;
}

.uui-blog06_item {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: wrap;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.uui-blog06_item.hidden {
  display: none;
}

.uui-blogsection02_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blogsection02_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogsection02_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-blogsection02_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogsection02_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection02_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection02_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection02_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection02_image-link:hover {
  box-shadow: none;
}

.uui-blogsection02_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogsection02_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blogsection02_component {
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 0;
}

.udesly-code-snippet {
  display: none;
}

.div-block-46 {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: block;
}

.blog-introduction.spark-section-3 {
  padding: 20px 0 0;
}

.html-embed-3 {
  text-align: center;
  flex: 1;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.spark-button-2 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-2.spark-dark-button {
  border: 3px solid var(--alley-component-library--blue--700);
  background-color: #572ef4;
  border-radius: 100px;
  min-width: 125px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 2px 5px 3px #0003;
}

.spark-button-2.spark-dark-button:hover {
  opacity: 1;
  background-color: #1e116e;
}

.blog-post.spark-section-3 {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.spark-section-3 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 p {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.udesly-code-snippet-2 {
  display: none;
}

.udesly-typewriter-effect {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-span-16 {
  letter-spacing: .08em;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.body-5 {
  background-color: #f2f2f2;
}

.spark-wrapped-team-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-71 {
  padding-left: 100px;
}

.column-72 {
  object-fit: fill;
  border-radius: 0;
  display: block;
}

.text-span-18 {
  letter-spacing: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.combine-faq4_question-copy {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  cursor: pointer;
  direction: ltr;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-style: normal;
  display: flex;
}

.spark-section-2-copy {
  width: 100%;
  margin-bottom: -80px;
  padding: 40px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2-copy h2 {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-right: -30px;
  padding-right: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: visible;
}

.spark-section-2-copy p {
  text-align: left;
}

.spark-flex-row-copy.spark-right {
  grid-column-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.spark-flex-row-copy.spark-split-and-wrapped {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.spark-flex-row-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-copy.spark-right {
  grid-column-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.spark-flex-row-copy.spark-split-and-wrapped {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
}

.program-icons {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  display: none;
}

.div-block-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 5;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.a-blog-image-wrapper-profile {
  border-radius: 300px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.a-blog-image-profile {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  transition: transform .2s;
  overflow: visible;
  transform: scale(1.01);
}

.a-blog-image-profile:hover {
  transform: scale(1.1);
}

.link-block-12 {
  text-decoration: none;
  transition: transform .2s;
}

.link-block-12:hover {
  backface-visibility: visible;
  perspective: 1px;
  transform: perspective(1px);
}

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.body-6 {
  background-color: #f2f2f2;
}

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

.section-18 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.bold-text-12 {
  color: #000;
}

.spark-section-2-copy {
  width: 100%;
  padding: 40px 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2-copy h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2-copy h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2-copy h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2-copy h2 {
  text-align: left;
  white-space: normal;
  word-break: normal;
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-right: -30px;
  padding-right: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: visible;
}

.spark-section-2-copy h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2-copy h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2-copy p {
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.spark-section-2-copy ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2-copy li {
  margin-bottom: .5rem;
}

.details-link {
  grid-row-gap: 16px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

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

.text-400.bold.text-uppercase {
  color: #fff;
  font-weight: 300;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns._1-col-tablet.gap-row-48px {
  color: #fff;
  grid-template-columns: .75fr 1fr 1fr;
  margin-top: 40px;
}

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

.font-size-24px.bold {
  font-weight: 700;
}

.font-size-24px.bold.text-uppercase {
  color: #fff;
  word-break: break-all;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.image-76 {
  width: auto;
  height: auto;
  font-family: Open Sans, sans-serif;
}

.image-77 {
  width: 100%;
  height: 100%;
}

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

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

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-icon-left-button {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.column-74, .column-75 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-20, .text-span-21 {
  text-transform: lowercase;
}

.heading {
  margin-bottom: 100px;
  font-size: 200px;
}

.text-block-26 {
  font-size: 18px;
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9375rem;
  font-weight: 700;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
}

.fs-cc_modal {
  background-color: #fff;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 2px 15px 3px #0003;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
}

.fs-cc_form {
  margin-bottom: 0;
}

.fs-cc_close-button {
  z-index: 5;
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.fs-cc_link {
  text-decoration: underline;
}

.cookie-preference_background {
  z-index: 0;
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.fs-cc_preference-component {
  z-index: 100;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.fs-cc_custom-code {
  display: none;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-consent-box {
  z-index: -100;
  opacity: 1;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.fs-cc_cookie-component-2 {
  z-index: 9500;
  opacity: 1;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  max-width: 25rem;
  margin-bottom: 1%;
  margin-right: 1%;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.bold-text-13, .bold-text-16 {
  text-transform: uppercase;
}

.bold-text-17 {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
}

.bold-text-18 {
  text-transform: uppercase;
}

.section-21 {
  margin-bottom: 60px;
}

.inline-basic-icons {
  text-align: center;
  border-bottom: 1px #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 50px;
  margin: 20px auto;
  display: none;
}

.basic-icon-spec {
  border-bottom-style: none;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}

.basic-icon-spec:hover {
  border-bottom-style: none;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.text-block-29, .text-block-30, .text-block-31, .text-block-32 {
  font-family: Open Sans, sans-serif;
}

.text-span-23 {
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.text-span-24 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37, .text-block-38, .text-block-39, .text-block-40 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-41 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-block-42 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow: visible;
}

.text-block-43, .text-block-44 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.block-quote, .block-quote-2, .block-quote-3, .block-quote-4, .block-quote-5, .block-quote-6, .figure-caption, .figure-caption-2, .figure-caption-3, .figure-caption-4, .figure-caption-5, .figure-caption-6, .block-quote-7, .block-quote-8, .block-quote-9, .block-quote-10, .block-quote-11, .block-quote-12, .block-quote-13, .block-quote-14, .block-quote-15, .block-quote-16, .block-quote-17, .block-quote-18, .block-quote-19, .block-quote-20, .block-quote-21, .block-quote-22, .block-quote-23, .block-quote-24, .block-quote-25, .block-quote-26, .figure-caption-7, .figure-caption-8, .figure-caption-9, .figure-caption-10, .block-quote-27, .block-quote-28, .block-quote-29, .block-quote-30, .block-quote-31, .block-quote-32, .block-quote-33, .block-quote-34, .block-quote-35, .block-quote-36, .block-quote-37, .block-quote-38, .block-quote-39, .block-quote-40 {
  font-family: Open Sans, sans-serif;
}

.container-57 {
  justify-content: flex-end;
  display: flex;
}

.div-block-6-modal {
  background-color: #fff0;
  justify-content: flex-end;
  width: 5px;
  height: 50vh;
  margin: 20vh -250px 25vh auto;
  display: none;
  position: fixed;
  inset: auto;
}

.progress-text {
  z-index: -1;
  pointer-events: none;
  color: #a5a5a500;
  text-align: center;
  text-transform: uppercase;
  margin-right: 20px;
  padding: 20px;
  font-family: Inconsolata, monospace;
  font-size: 200px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
  top: 500px;
  left: 700px;
}

.progress-text.w--current {
  color: #00b5b8;
  font-weight: 700;
  text-decoration: none;
}

.modal-nav-link {
  color: #a5a5a5;
  text-transform: uppercase;
  padding: 20px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.modal-nav-link:hover {
  color: #9b81ff;
}

.modal-nav-link.w--current {
  color: #7e5cff;
  font-weight: 700;
  text-decoration: none;
}

.modal-progress-bar {
  z-index: 10;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 5px;
  height: 50vh;
  transform-style: preserve-3d;
  background-color: #572ef4a1;
  justify-content: flex-end;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  transition: opacity .2s;
  display: none;
  position: fixed;
  inset: auto;
  transform: scale3d(1, 0, 1);
}

.modal-nav-progressbar-script {
  display: block;
}

.quick-stack-acvr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  border-radius: 20px;
  padding: 0;
}

.cell-vert-nav {
  justify-content: center;
  align-items: flex-start;
}

.combine-text-size-regular-3 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
}

.quick-stack-rr, .quick-stack-otg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  border-radius: 20px;
  padding: 0;
}

.section-22 {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
}

.image-78 {
  margin: 10px;
}

.container-58, .column-97 {
  display: none;
}

.full-page-menu-btn-wrapper {
  z-index: 3;
  filter: invert();
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  transform-style: preserve-3d;
  background-color: #0000;
  padding: 0;
  transition: transform .3s;
}

.full-page-menu-btn-wrapper:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.full-page-menu-btn-wrapper.w--open {
  background-color: #0000;
}

.full-page-menu-dot {
  background-color: #fff;
  border-radius: 100%;
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
}

.full-page-menu-dot.top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.full-page-menu-dot.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.full-page-menu-dot.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.full-page-menu-dot.top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.div-block-52 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-19 {
  backface-visibility: visible;
  perspective: none;
  transform-origin: 50%;
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  transition: transform .2s;
  display: flex;
  transform: perspective(1px);
}

.link-block-19:hover {
  transform: scale(1.2);
}

.container-59, .section-23, .section-24, .section-25 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.title_logo {
  width: auto;
  height: auto;
  font-family: Open Sans, sans-serif;
  transition: opacity .2s;
}

.title_logo:hover {
  opacity: .5;
}

.image-79 {
  z-index: -1;
  box-sizing: content-box;
  width: 110%;
  max-width: 120%;
  height: 140%;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.div-block-53, .div-block-54 {
  position: relative;
}

.hero-subtext {
  color: #000;
  text-align: center;
  text-shadow: 0 1px 20px #0003;
  background-color: #e6e6e6;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.uui-testimonial13_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.paragraph-12 {
  display: none;
}

.trinh---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.link-block-20 {
  text-decoration: none;
}

.f-footer-social-2 {
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .4s;
  display: flex;
}

.f-footer-social-2:hover {
  color: #fff;
  background-color: #642eff;
  transform: translate(0, -3px);
}

.f-icon-regular-6 {
  color: #2b2b2b;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-style: italic;
  display: flex;
}

.trinh---overview-section-2 {
  color: #fff;
  background-color: #fff;
  border-radius: 12px;
  max-width: 1280px;
  margin: 0 auto 20px;
  padding: 20px 0;
  display: block;
  position: relative;
  top: 100px;
}

.title-text {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
}

.trinh-text-size-small {
  color: #f2f4f7;
  letter-spacing: normal;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  line-height: 1.5;
}

.project-cell-4 {
  display: block;
}

.trinh---color-neutral-802 {
  color: #211f54;
}

.project-articles-section {
  margin-top: -120px;
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.project-cell-1 {
  display: block;
}

.spark-absolute-dark-background-3 {
  z-index: -1;
  background-color: #242424;
  width: 100%;
  height: 50%;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.trinh---blog-card-image-wrapper-v6-vertical {
  border-radius: 12px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.bold-text-19 {
  color: #2b2b2b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.trinh-padding-vertical-xhuge-2 {
  padding-top: 0;
  padding-bottom: 4rem;
}

.project-cell-6 {
  display: block;
}

.trinh-testimonial001_client-heading {
  color: #00b5b8;
  letter-spacing: normal;
  font-family: Inconsolata, monospace;
  font-size: 1.25rem;
  font-weight: 600;
}

.trinh-page-padding-2 {
  padding-left: 0;
  padding-right: 0;
}

.project-cell-2 {
  display: block;
}

.trinh---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.trinh---contact-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.trinh---contact-container-3.trinh---primary-background {
  z-index: 2;
  color: #fff;
  background-color: #151515;
  background-image: linear-gradient(#4a33b7, #4a33b7);
  border-radius: 12px;
  max-width: 1280px;
  padding: 64px;
}

.trinh---heading-h3-size {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Inconsolata, monospace;
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
}

.my_linkedin_profile {
  transition: transform .2s;
}

.my_linkedin_profile:hover {
  transform: scale(1.2);
}

.trinh---color-neutral-803 {
  color: #6e7191;
}

.personal-project_text {
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 2rem;
  font-weight: 700;
  display: none;
}

.personal-project_text.mp_article_title_text {
  margin-top: 20px;
}

.trinh---paragraph-default-2 {
  color: #2b2b2b;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.trinh---mg-bottom-12px {
  margin-bottom: 12px;
}

.contact-section {
  margin-top: 0;
  padding-top: 0;
}

.projects-section_prefab {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.bold-text-20 {
  color: #2b2b2b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

.trinh-testimonial001_customer-image {
  object-fit: cover;
  width: 4rem;
  min-width: 3rem;
  height: 4rem;
  min-height: 3rem;
  transform-style: preserve-3d;
  border-radius: 100%;
}

.trinh-testimonial001_customer-image:hover {
  transform: scale3d(1none, 1none, 1none);
}

.trinh-testimonial001_customer-image.custom_profile_img_2 {
  width: 8rem;
  height: 8rem;
}

.recommendation-section {
  margin-top: 0;
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.trinh-testimonial001_client {
  color: #f2f4f7;
  text-align: left;
  align-items: center;
  margin-top: auto;
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  font-size: 16px;
}

.title-text-section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 2rem;
  font-weight: 700;
  display: none;
}

.bold-text-3 {
  color: #2b2b2b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.proffesional-project_text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.trinh---mg-bottom-48px {
  margin-bottom: 0;
  overflow: hidden;
}

.text-span-6 {
  font-size: 3.5rem;
}

.trinh---display-3 {
  color: #eff0f6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 52px;
}

.trinh---badge-secondary-small-landscape {
  opacity: .8;
  color: #f2f4f7;
  text-align: center;
  background-color: #151515;
  border: 0 #dcddeb;
  border-radius: 40px;
  padding: 14px 22px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

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

.trinh---blog-card-badge-wrapper-top {
  position: absolute;
  inset: 20px 20px auto auto;
}

.trinh---section {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.trinh---blog-card-image-featured {
  box-sizing: border-box;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: transform .2s;
}

.trinh---blog-card-image-featured:hover {
  transform: scale(1.05);
}

.trinh---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.spark-absolute-dark-background-4 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-401 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-401.text-uppercase.opacity-80 {
  color: #fff;
  font-weight: 700;
}

.linkedin_link {
  text-decoration: none;
}

.trinh-testimonial001_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #151515;
  background-image: linear-gradient(#fff0 61%, #192f33);
  border: 1px #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  transition: transform .2s;
  display: flex;
}

.trinh-testimonial001_content:hover {
  transform: translate(0, -10px);
}

.trinh---badge-secondary-small-portrait {
  opacity: .8;
  color: #f2f4f7;
  text-align: center;
  background-color: #151515;
  border: 0 #dcddeb;
  border-radius: 40px;
  padding: 14px 22px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: none;
  box-shadow: 0 2px 12px #14142b0f;
}

.trinh---blog-card-featured-content {
  padding: 58px 64px 0;
}

.text-span-7 {
  color: #08ff00;
  text-shadow: 0 0 6px #00ff19;
  vertical-align: sub;
  font-size: 30px;
}

.container-60 {
  max-width: 1280px;
}

.trinh-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.trinh-heading-xxsmall.text-weight-medium {
  color: #f2f4f7;
  font-weight: 500;
}

.trinh-testimonial001_rating-wrapper {
  display: none;
}

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

.trinh---flex-row.trinh---split-and-wrapped {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
}

.trinh---paragraph-default {
  color: #2b2b2b;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 30px;
}

.trinh-client-image-wrapper {
  margin-right: .75rem;
}

.trinh-client-image-wrapper.custom_profile_img_1 {
  text-align: right;
  margin-top: -120px;
  padding-top: 0;
  display: none;
}

.project_container {
  max-width: 1280px;
  height: auto;
}

.project-quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.trinh---grid-blog-card-featured-v6 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  background-color: #fff;
  border: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.text-span-8 {
  font-size: 18px;
}

.project-cell-5 {
  display: block;
}

.trinh---container-default-4 {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.trinh---blog-card-featured-wrapper-card {
  background-color: #0000;
  border: 1px #131218;
  border-radius: 0;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 8px #14142b0f;
}

.trinh---contact-section-3 {
  width: 100%;
  padding: 40px 64px 140px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
  position: relative;
}

.trinh---blog-card-featured-content-vertical {
  padding: 58px 64px 0;
  display: none;
}

.trinh---text-center-2-mobile {
  text-align: center;
  border: 1px #000;
  border-radius: 0;
  display: none;
}

.trinh---grid-blog-card-featured-v6-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  background-color: #15151500;
  border: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.trinh---color-neutral-801 {
  color: #6e7191;
}

.project-landscape-section {
  margin-top: -120px;
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.trinh-testimonial001_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 2rem;
  display: grid;
}

.project-cell-3 {
  display: block;
}

.trinh---text-center-2 {
  text-align: center;
  border: 1px #000;
  border-radius: 0;
}

.title-text-container {
  max-width: 1280px;
}

.projects-portrait-section {
  margin-top: -120px;
  margin-bottom: 60px;
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
}

.html-scripts {
  display: none;
}

.modal-script {
  display: block;
}

.brix---social-icon-square-30px {
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.f-icon-regular-7 {
  color: #2b2b2b;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-style: italic;
  display: flex;
}

.f-icon-regular-7:hover {
  color: #5643f0;
}

.gridblock_120px {
  border: 1px solid #b2b2b2;
  width: 100%;
  height: 120px;
  padding: 10px;
  overflow: auto;
}

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

.grid_c3_r5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

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

.gridblock_60px {
  border: 1px solid #b2b2b2;
  width: 100%;
  height: 60px;
  padding: 10px;
  overflow: hidden;
}

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

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

.image-80 {
  transform: scale(.6);
  box-shadow: 0 2px 11px -3px #0003;
}

.link_pwa {
  transition: transform .2s;
  transform: scale(1);
}

.link_pwa:hover {
  transform: scale(1.1);
}

.text-block-49 {
  order: 0;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.column-3-copy {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.project-info-copy {
  color: #5f6570;
  text-align: center;
  border: 0 solid #000;
  height: 200px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  overflow: auto;
}

.grid-gymapp, .grid-copy1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.grid-gymapp-01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.text-span-25 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.text-span-26-copy {
  font-size: 2rem;
}

.hero-subtext-copy {
  color: #000;
  text-align: center;
  text-shadow: 0 1px 20px #0003;
  background-color: #e6e6e6;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-span-27 {
  color: #4838c8;
  font-size: 2rem;
  font-weight: 500;
}

.container-62 {
  position: static;
  inset: 0%;
}

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

.image-81 {
  transition: transform .2s;
  transform: translate(0, 16px)rotate(-4deg);
}

.image-81:hover {
  transform: scale(1.1)translate(0, 16px)rotate(-4deg);
}

.image-82 {
  transition: transform .2s;
  transform: rotate(1deg);
}

.image-82:hover {
  transform: scale(1.1)rotate(1deg);
}

.image-83 {
  transition: transform .2s;
  transform: rotate(7deg);
}

.image-83:hover {
  transform: scale(1.1)rotate(7deg);
}

.image-84 {
  transition: transform .2s;
  transform: rotate(-1deg);
}

.image-84:hover {
  transform: scale(1.1)rotate(-1deg);
}

.image-85 {
  transition: transform .2s;
}

.image-85:hover {
  transform: scale(1.1);
}

.image-86 {
  z-index: auto;
  position: absolute;
  inset: 0%;
  transform: rotate(-4deg)translate(0, 129px)scale(2);
}

.hero-div {
  position: relative;
}

.image-87 {
  position: absolute;
  inset: 0%;
  transform: rotate(1deg)translate(0, 120px)scale(2);
}

.image-88 {
  position: absolute;
  inset: 0%;
  transform: rotate(4deg)translate(0, 120px)scale(2);
}

.image-89 {
  position: absolute;
  inset: 0%;
  transform: rotate(1deg)translate(0, 120px)scale(2);
}

.image-90 {
  position: absolute;
  inset: 0%;
  transform: rotate(-4deg)translate(0, 120px)scale(2);
}

.hero-addon {
  opacity: 0;
  position: static;
}

.text-span-28 {
  font-weight: 400;
}

.div-block-61 {
  opacity: .04;
  background-image: url('../images/bg_dots.webp');
  background-position: 50%;
  position: absolute;
  inset: 0%;
}

.link-block---offset {
  object-fit: fill;
  flex: 1;
  justify-content: center;
  align-self: auto;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-link {
    text-align: center;
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 0 0 0 12px;
    position: static;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: fixed;
  }

  .f-h1-heading {
    margin-left: -100px;
    margin-right: -100px;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .f-section-large {
    margin-top: 60px;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-group.mobile-social-icons {
    display: none;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .a-subheading-large {
    clear: none;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .a-blog-image-wrapper {
    height: 400px;
  }

  .a-blog-grid-large {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row dense;
  }

  .a-section-regular {
    word-break: normal;
    overflow-wrap: normal;
  }

  .div-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .spark-flex-row.spark-split-and-wrapped {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-flex-row.spark-right {
    justify-content: flex-start;
  }

  .spark-hero-sub-paragraph.spark-secondary-font-color {
    margin-bottom: 2rem;
  }

  .spark-container-2.spark-primary-background {
    padding: 32px;
  }

  .section {
    margin-top: 100px;
  }

  .youtube-2 {
    object-fit: contain;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .image-18, .image-19 {
    margin-bottom: 0;
  }

  .container-4 {
    margin-left: 10px;
    margin-right: 20px;
  }

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

  .component_fixed_button.g2t_button {
    display: none;
  }

  .section-13 {
    margin-top: 100px;
  }

  .container-28 {
    z-index: -1;
    position: static;
    box-shadow: 0 2px 5px #0003;
  }

  .text-span-12 {
    background-color: #0000;
  }

  .paragraph-11 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-heading.centered {
    display: block;
  }

  .section-heading.centered.blog-title {
    font-size: 2.5rem;
  }

  .text-span-3 {
    background-color: #0000;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .uui-heading-subheading {
    margin-top: 40px;
  }

  .uui-text-align-center {
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection02_list {
    grid-template-columns: 1fr 1fr;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-3 h2 {
    font-size: 2rem;
  }

  .spark-wrapped-team-card {
    width: 45%;
  }

  .column-72 {
    box-sizing: border-box;
  }

  .spark-flex-row-copy.spark-right {
    justify-content: flex-start;
  }

  .spark-flex-row-copy.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .program-icons {
    margin-bottom: 0;
  }

  .a-blog-image-wrapper-profile {
    height: 300px;
  }

  .a-blog-image-profile {
    aspect-ratio: 1;
    object-fit: cover;
    width: 300px;
    max-width: 100%;
    height: 300px;
  }

  .section-15 {
    margin-top: 100px;
  }

  .div-block-48 {
    margin-right: 10px;
    padding-left: 10px;
  }

  .spark-section-2-copy {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .spark-section-2-copy h2 {
    margin-right: 0;
  }

  .text-400 {
    font-size: 22px;
  }

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._1-col-tablet.gap-row-48px {
    grid-template-columns: .75fr;
  }

  .font-size-24px {
    font-size: 22px;
  }

  .column-74, .column-75 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-13, .bold-text-16 {
    word-break: normal;
  }

  .inline-basic-icons {
    width: 280px;
    height: 40px;
  }

  .basic-icon-spec {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .navbar_project_vert {
    display: none;
  }

  .combine-text-size-regular-3 {
    margin-top: 20px;
    margin-bottom: 1rem;
  }

  .section-22 {
    margin-bottom: 0;
  }

  .image-79 {
    aspect-ratio: auto;
    width: 110%;
    min-width: 0;
    max-width: 110%;
    height: 140%;
    left: 0;
    overflow: hidden;
  }

  .hero-subtext {
    margin-left: 0;
    margin-right: 0;
  }

  .trinh---overview-section-2 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-text {
    margin-top: 0;
  }

  .project-cell-4 {
    display: block;
  }

  .trinh---blog-card-image-wrapper-v6-vertical {
    border-radius: 0;
    height: 100%;
  }

  .trinh-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .project-cell-6 {
    display: block;
  }

  .trinh---grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .trinh---contact-container-3.trinh---primary-background {
    padding: 60px 32px 32px;
  }

  .trinh---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .contact-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .projects-section_prefab {
    aspect-ratio: auto;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .trinh---mg-bottom-48px {
    margin-bottom: 0;
  }

  .trinh---display-3 {
    font-size: 25px;
    line-height: 44px;
  }

  .trinh---section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .trinh---blog-card-image-featured {
    border-radius: 0;
    width: 100%;
  }

  .spark-absolute-dark-background-4 {
    display: none;
  }

  .trinh---flex-row.trinh---split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .project_container {
    height: auto;
  }

  .trinh---grid-blog-card-featured-v6 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .project-cell-5 {
    display: block;
  }

  .trinh---contact-section-3 {
    padding: 100px 0;
    display: block;
  }

  .trinh---grid-blog-card-featured-v6-vertical {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .trinh-testimonial001_component {
    grid-template-columns: 1fr;
  }

  .gridblock_120px {
    display: block;
    overflow: auto;
  }

  .gridblock_60px {
    display: block;
    overflow: hidden;
  }

  .hero-subtext-copy {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .f-navigation-button {
    display: none;
  }

  .f-navigation-menu-button {
    margin-right: 20px;
  }

  .f-navigation-link.resume_nav {
    display: block;
  }

  .f-navigation-menu {
    border-bottom: 3px solid #a8a8a8;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 12px;
    display: flex;
    position: absolute;
  }

  .f-navigation-content {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .f-banner-badge {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-flex-row {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: none;
  }

  .f-paragraph-large {
    margin-left: -100px;
    margin-right: -100px;
  }

  .f-h1-heading {
    white-space: nowrap;
    margin-top: 0;
    font-size: 55px;
  }

  .f-heading-detail-small {
    display: none;
  }

  .f-header-grid {
    justify-content: center;
  }

  .f-section-large {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .f-footer-social-group.mobile-social-icons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: none;
  }

  .a-blog-image {
    width: 100%;
  }

  .a-blog-image-wrapper {
    height: 300px;
  }

  .a-blog-grid-large {
    grid-template-columns: 1fr;
  }

  .a-section-regular {
    padding: 72px 0%;
  }

  .div-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-right {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .section {
    margin-top: 80px;
  }

  .bold-text-2 {
    margin-left: 10px;
  }

  .yellow-quote-note {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-images {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .blue-quote-note {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .component_fixed_button.g2t_button {
    display: none;
  }

  .section-13 {
    margin-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-title-group {
    display: block;
  }

  .column-70 {
    text-align: center;
  }

  .container-28 {
    box-shadow: 0 2px 5px #0003;
  }

  .paragraph-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading.centered {
    display: block;
  }

  .section-heading.centered.blog-title {
    font-size: 2rem;
  }

  .container-29 {
    display: none;
  }

  .column-69 {
    text-align: center;
  }

  .question-text {
    margin-top: 8px;
  }

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

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-50 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .uui-heading-xsmall {
    margin-right: 5%;
    font-size: 1.25rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-text-align-center {
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-blog06_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blog06_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blog06_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog06_image-link:hover {
    box-shadow: none;
  }

  .uui-blog06_item {
    margin-bottom: 20px;
  }

  .uui-blogsection02_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection02_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blogsection02_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection02_image-link:hover {
    box-shadow: none;
  }

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

  .uui-blogsection02_component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section-3 h2 {
    font-size: 1.5rem;
  }

  .spark-wrapped-team-card {
    width: 100%;
  }

  .column-72 {
    object-fit: fill;
    margin-top: 20px;
  }

  .spark-flex-row-copy {
    flex-direction: column;
  }

  .spark-flex-row-copy.spark-right {
    flex-direction: row;
  }

  .a-blog-image-wrapper-profile {
    height: 300px;
  }

  .section-15 {
    margin-top: 80px;
  }

  .div-block-48 {
    grid-auto-flow: row;
    display: block;
  }

  .spark-section-2-copy {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section-2-copy h2 {
    margin-right: 0;
  }

  .text-400 {
    font-size: 20px;
  }

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

  .font-size-24px {
    font-size: 20px;
  }

  .utility-page-content {
    align-self: flex-start;
    margin-top: 100px;
  }

  .column-74 {
    margin-bottom: 10px;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .inline-basic-icons {
    width: 240px;
  }

  .basic-icon-spec {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .column-82, .column-83, .column-84, .column-85, .column-86, .column-91, .column-92, .column-93, .column-94, .column-95, .column-96 {
    padding-left: 0;
    padding-right: 0;
  }

  .full-page-menu-btn-wrapper {
    filter: invert();
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .trinh---container-default-3 {
    display: block;
  }

  .trinh---overview-section-2 {
    text-align: left;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .project-cell-4 {
    display: block;
  }

  .project-articles-section {
    margin-top: -140px;
  }

  .trinh-padding-vertical-xhuge-2 {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .project-cell-6 {
    display: block;
  }

  .trinh-page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .trinh---grid-4-columns {
    justify-content: center;
  }

  .trinh---contact-container-3 {
    width: 100%;
  }

  .trinh---contact-container-3.trinh---primary-background {
    padding-top: 60px;
  }

  .contact-section {
    margin-top: -120px;
  }

  .projects-section_prefab {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .trinh-testimonial001_client {
    flex-flow: row;
    align-items: flex-start;
    width: 100%;
  }

  .trinh---mg-bottom-48px {
    margin-bottom: 0;
  }

  .text-span-6 {
    white-space: pre-wrap;
  }

  .trinh---badge-secondary-small-landscape {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .trinh---section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .trinh---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .text-401 {
    font-size: 18px;
  }

  .trinh-testimonial001_content {
    padding: 1.5rem;
  }

  .trinh---badge-secondary-small-portrait {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .trinh---blog-card-featured-content {
    padding: 32px 32px 48px;
  }

  .trinh-heading-xxsmall {
    font-size: 1.125rem;
  }

  .trinh---flex-row {
    flex-direction: column;
  }

  .trinh---paragraph-default {
    display: block;
  }

  .trinh-client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .trinh-client-image-wrapper.custom_profile_img_1 {
    margin-top: -94px;
    display: none;
    position: static;
    inset: 5% 0% 0% auto;
  }

  .trinh---grid-blog-card-featured-v6 {
    border-radius: 20px;
    grid-template-columns: 1fr;
  }

  .project-cell-5 {
    display: block;
  }

  .heading-2 {
    padding-right: 0;
    display: inline;
    position: relative;
  }

  .trinh---blog-card-featured-wrapper-card {
    aspect-ratio: auto;
  }

  .trinh---contact-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .trinh---blog-card-featured-content-vertical {
    padding: 32px 32px 48px;
  }

  .trinh---text-center-2-mobile {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .trinh---grid-blog-card-featured-v6-vertical {
    grid-template-columns: 1fr;
  }

  .project-landscape-section {
    margin-top: -50px;
  }

  .trinh-testimonial001_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .projects-portrait-section {
    margin-top: 0;
    padding-top: 0;
  }

  .gridblock_120px {
    overflow: hidden;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .f-navigation-button {
    display: none;
  }

  .f-navigation-menu-button {
    border-radius: 8px;
    margin-right: 0;
  }

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

  .f-navigation-link.resume_nav {
    display: block;
  }

  .f-navigation-menu {
    border-bottom: 2px #a8a8a8;
    padding-bottom: 20px;
  }

  .f-navigation {
    z-index: 100;
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .f-banner-flex-row {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .f-banner {
    display: none;
  }

  .f-h1-heading {
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    font-size: 40px;
  }

  .f-heading-detail-small {
    white-space: nowrap;
    display: none;
  }

  .f-header-grid {
    grid-row-gap: 40px;
    justify-content: center;
  }

  .f-container-regular {
    margin-top: 20px;
  }

  .f-section-large {
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-flow: row;
  }

  .f-footer-social-group.mobile-social-icons {
    justify-content: center;
    margin-top: 20px;
    display: none;
  }

  .f-footer-group {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .a-blog-image {
    padding-top: 0;
    transform: scale(1.01);
  }

  .a-blog-image-wrapper {
    border-radius: 12px;
    height: 400px;
  }

  .a-section-regular {
    padding: 40px 5% 20px;
  }

  .div-block-2 {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    margin-left: 0;
    margin-right: 0;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-right {
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-container-2.spark-primary-background {
    margin-bottom: 40px;
    padding: 20px 20px 40px;
  }

  .section {
    margin-top: 80px;
  }

  .text-block-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-subheading.center {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 30px;
    overflow: auto;
  }

  .yellow-quote-note {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-info {
    margin-bottom: 0;
  }

  .project-description {
    word-break: normal;
  }

  .project-images {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .blue-quote-note {
    word-break: normal;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-subheading-copy.center {
    line-height: 30px;
    overflow: auto;
  }

  .container-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .divider {
    display: block;
  }

  .component_fixed_button.g2t_button {
    display: none;
  }

  .section-13 {
    margin-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .med-divider {
    width: 60%;
  }

  .section-title-group {
    display: block;
  }

  .container-28 {
    background-image: none;
    padding-top: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .text-span-12 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .paragraph-11 {
    margin-top: -20px;
  }

  .section-heading.centered {
    margin-bottom: 20px;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
    overflow: visible;
  }

  .section-heading.centered.blog-title {
    font-size: 1.5rem;
    overflow: hidden;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-50 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bold-text-11 {
    font-size: 25px;
  }

  .uui-heading-xsmall {
    margin-right: 5%;
  }

  .uui-heading-subheading {
    margin-top: 0;
  }

  .uui-text-align-center, .uui-padding-vertical-xhuge {
    padding-bottom: 1rem;
  }

  .uui-blog06_image-wrapper {
    border-radius: 12px 12px 0 0;
  }

  .uui-blog06_item {
    border-radius: 12px;
  }

  .uui-section_blog06 {
    margin-top: 60px;
  }

  .blog-introduction.spark-section-3, .blog-post.spark-section-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    text-transform: uppercase;
    word-break: normal;
    font-size: 1.5rem;
    overflow: visible;
  }

  .column-72 {
    margin-top: 0;
  }

  .text-span-18 {
    display: none;
  }

  .spark-flex-row-copy {
    align-items: flex-start;
  }

  .spark-flex-row-copy.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .a-blog-image-wrapper-profile {
    min-width: 250px;
    max-width: 250px;
    height: auto;
    min-height: 250px;
    max-height: 250px;
  }

  .a-blog-image-profile {
    width: 100%;
    height: 100%;
  }

  .section-15 {
    margin-top: 60px;
  }

  .div-block-48 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .spark-section-2-copy {
    width: auto;
    padding: 64px 5%;
  }

  .spark-section-2-copy h1 {
    font-size: 3rem;
  }

  .spark-section-2-copy h2 {
    margin-right: 0;
    font-size: 2.5rem;
  }

  .details-link {
    grid-row-gap: 12px;
  }

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

  .font-size-24px.bold.text-uppercase {
    word-break: break-all;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-content {
    margin-top: 220px;
  }

  .spark-button-text {
    font-size: .8rem;
  }

  .heading {
    font-size: 130px;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_preference-buttons {
    bottom: 0;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
  }

  .fs-cc_modal-buttons {
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fs_cc-modal-content {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc_cookie-component-2 {
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
    inset: auto 0% 0%;
  }

  .column-76 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-78, .column-79, .column-81 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-13 {
    word-break: normal;
  }

  .bold-text-16 {
    text-transform: uppercase;
    word-break: keep-all;
  }

  .bold-text-17, .bold-text-18 {
    text-transform: uppercase;
  }

  .inline-basic-icons {
    justify-content: space-between;
  }

  .basic-icon-spec {
    padding: 0;
  }

  .section-22 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .column-97 {
    display: none;
  }

  .full-page-menu-btn-wrapper {
    margin-right: 0;
  }

  .div-block-52 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .image-79 {
    width: 105%;
  }

  .link-9 {
    word-break: break-all;
  }

  .hero-subtext {
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .column-triple {
    padding-left: 0;
    padding-right: 0;
  }

  .trinh---container-default-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .trinh---overview-section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -60px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .project-cell-4 {
    display: block;
  }

  .project-articles-section {
    margin-top: -160px;
  }

  .trinh-padding-vertical-xhuge-2 {
    padding-bottom: 0;
  }

  .project-cell-6 {
    display: block;
  }

  .trinh-page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .trinh---grid-4-columns {
    grid-template-columns: 1fr;
  }

  .trinh---contact-container-3.trinh---primary-background {
    padding: 60px 20px 20px;
  }

  .trinh---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .trinh---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .contact-section {
    margin-top: -80px;
    padding-top: 40px;
  }

  .projects-section_prefab {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .trinh---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .trinh-testimonial001_client {
    flex-flow: row;
  }

  .trinh---mg-bottom-48px {
    margin-bottom: 0;
  }

  .text-span-6 {
    font-size: 2.5rem;
  }

  .trinh---display-3 {
    color: #2b2b2b;
    font-size: 25px;
    line-height: 39px;
  }

  .trinh---badge-secondary-small-landscape {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .trinh---section {
    padding-top: 20px;
  }

  .trinh---blog-card-image-featured {
    object-position: 50% 50%;
  }

  .trinh---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .trinh---badge-secondary-small-portrait {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .trinh---blog-card-featured-content {
    padding-top: 26px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .trinh---flex-row {
    align-items: flex-start;
  }

  .trinh---paragraph-default {
    font-size: 17px;
    line-height: 28px;
    display: block;
  }

  .trinh-client-image-wrapper {
    margin-right: 1rem;
  }

  .trinh-client-image-wrapper.custom_profile_img_1 {
    text-align: center;
    margin-top: 30px;
    margin-right: 0;
    position: static;
  }

  .project-cell-5 {
    display: block;
  }

  .trinh---container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .trinh---blog-card-featured-wrapper-card {
    aspect-ratio: auto;
    overflow-wrap: normal;
    object-position: 50% 50%;
  }

  .section-26 {
    padding: 20px;
  }

  .trinh---contact-section-3 {
    width: auto;
    padding: 64px 0%;
  }

  .trinh---blog-card-featured-content-vertical {
    padding-top: 26px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .trinh---text-center-2-mobile {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .projects-portrait-section {
    margin-top: 0;
    padding-top: 20px;
  }

  .html-scripts {
    display: none;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .project-info-copy {
    margin-bottom: 0;
  }

  .hero-subtext-copy {
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }
}

#w-node-da938501-ce18-68bd-a69e-4bb24580306b-7d8b5344 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#\32 .w-node-_820c7d8a-7495-3e79-45fd-12821e68bf69-7d8b5344, #w-node-_3a77ec87-00c3-3d9b-a080-8616e0e3d169-e0e3d162, #w-node-_3a77ec87-00c3-3d9b-a080-8616e0e3d186-e0e3d162 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9efb0212-72a8-a3b9-1e77-0634dfc18992-7d8b5345 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#\32 .w-node-_820c7d8a-7495-3e79-45fd-12821e68bf69-7d8b5345 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bc21e7a-8c61-9522-6518-865aa0f01a08-7d8b5346 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#\32 .w-node-_820c7d8a-7495-3e79-45fd-12821e68bf69-7d8b5346, #w-node-_49415d55-f793-9499-dcdd-677add1654e1-7d8b5347, #w-node-bfd0c2da-e087-aa38-baa2-9d21c5b76890-7d8b534e, #w-node-ca8864be-34ca-44aa-9e93-f3bc2233e006-7d8b534e, #w-node-ca8864be-34ca-44aa-9e93-f3bc2233e008-7d8b534e, #w-node-ca8864be-34ca-44aa-9e93-f3bc2233e00d-7d8b534e, #w-node-ca8864be-34ca-44aa-9e93-f3bc2233e00f-7d8b534e, #w-node-ca8864be-34ca-44aa-9e93-f3bc2233e014-7d8b534e, #w-node-ca8864be-34ca-44aa-9e93-f3bc2233e016-7d8b534e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da938501-ce18-68bd-a69e-4bb24580306b-7d8b535a {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#\32 .w-node-_820c7d8a-7495-3e79-45fd-12821e68bf69-7d8b535a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b9e7765-76f2-905b-c389-97208e2a0763-7d8b535b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_2b9e7765-76f2-905b-c389-97208e2a076d-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a0782-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a0797-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a07a9-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a07bb-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a07cd-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a0834-7d8b535b {
  align-self: start;
}

#w-node-_2b9e7765-76f2-905b-c389-97208e2a083b-7d8b535b {
  place-self: start;
}

#w-node-_2b9e7765-76f2-905b-c389-97208e2a0840-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a0858-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a086d-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a0882-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a089c-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a08b3-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a08ca-7d8b535b {
  align-self: start;
}

#w-node-da938501-ce18-68bd-a69e-4bb24580306b-79e907a4 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#\32 .w-node-_820c7d8a-7495-3e79-45fd-12821e68bf69-79e907a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da938501-ce18-68bd-a69e-4bb24580306b-7f62c83c {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#\32 .w-node-_820c7d8a-7495-3e79-45fd-12821e68bf69-7f62c83c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ccc34a5-2b13-9e72-a065-6da30bf466b7-7f62c83c, #w-node-_32087fdd-5f1a-68db-c3ad-5d46b92e7dcf-7f62c83c, #w-node-c9d4abb3-7d52-3281-144b-4ac2daf0398a-7f62c83c, #w-node-_3b4c3e07-0f18-86ce-cfb3-1fcb5efc1133-7f62c83c, #w-node-_60136731-f739-e9f6-4837-eff7d068a47d-7f62c83c, #w-node-_6706e266-266c-361c-44b1-e5829ac69d57-7f62c83c, #w-node-_4ab2fe88-fed9-7ddd-cdf3-7c62157f8b83-7f62c83c, #w-node-b84a6ebd-c765-7557-cdfd-e3ab8a0d269f-7f62c83c {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b7e076f3-1013-2648-7914-251e56f4f228-7d8b535b {
    order: -9999;
  }

  #w-node-_2b9e7765-76f2-905b-c389-97208e2a0763-7d8b535b {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-_2b9e7765-76f2-905b-c389-97208e2a076d-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a0782-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a0797-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a07a9-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a07bb-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a07cd-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a0858-7d8b535b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b9e7765-76f2-905b-c389-97208e2a0763-7d8b535b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2b9e7765-76f2-905b-c389-97208e2a076d-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a0782-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a0797-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a07a9-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a07bb-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a07cd-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a0858-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a086d-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a0882-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a089c-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a08b3-7d8b535b, #w-node-_2b9e7765-76f2-905b-c389-97208e2a08ca-7d8b535b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3da6e14f-88a8-cc12-365e-916fd63da0bf-7d8b535b, #w-node-_3da6e14f-88a8-cc12-365e-916fd63da0c8-7d8b535b, #w-node-_3da6e14f-88a8-cc12-365e-916fd63da0d1-7d8b535b, #w-node-_3da6e14f-88a8-cc12-365e-916fd63da0da-7d8b535b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b9e7765-76f2-905b-c389-97208e2a0763-7d8b535b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2b9e7765-76f2-905b-c389-97208e2a0903-7d8b535b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


