:root {
  --combine-library-white: white;
  --elements-webflow-library-neutral--300: #eff0f6;
  --accessible-components-dark-grey: #9b9b9b;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-general--shadow-02: #14142b14;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-general--shadow-03: #14142b1a;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --combine-library-grey-800: #1f2c3d;
  --combine-library-primary-600: #6157f8;
  --combine-library-grey-050: #f2f3f7;
  --combine-library-grey-200: #bfc4ce;
  --accessible-components-dodger-blue: #1378d1;
  --combine-library-primary-200: #9e97ff;
  --elements-webflow-library-general--shadow-01: #14142b0f;
  --elements-webflow-library-neutral--700: #4a4566;
}

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

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

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

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

a {
  text-decoration: underline;
}

.navigation {
  background-color: #fff9;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.hero {
  text-align: center;
  cursor: auto;
  background-color: #ff0;
  border: 10px #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin: 96px 160px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.menu-button {
  color: #2e2e2e;
  background-color: #fff3;
  margin-right: 24px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 0;
}

.heading {
  opacity: 1;
  color: #1c1c1c;
  text-align: center;
  letter-spacing: -4px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ffffff12;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 144px;
  font-weight: 800;
  line-height: 144px;
}

.mainbutton {
  clear: none;
  color: #1c1c1c;
  text-transform: capitalize;
  background-color: #fff;
  border: 3px solid #1c1c1c;
  border-radius: 64px;
  margin-top: 48px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 24px 64px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 0 20px 20px #0000000d;
}

.mainbutton:hover {
  box-shadow: none;
  color: #000;
  background-color: #ff0;
}

.nav-menu {
  z-index: 12000;
  color: #fff;
  background-color: #000000f2;
  height: auto;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: -1px 0 8px 6px #00000012;
}

.image {
  float: none;
  clear: both;
  display: block;
  position: static;
}

.footer {
  opacity: 1;
  color: #1c1c1c;
  text-align: center;
  background-color: #fff;
  height: 5vh;
  margin-top: 0;
  padding: 32px 40px 64px;
  position: relative;
  inset: auto 0% 0%;
}

.heading-2 {
  color: #2e2e2ecc;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading-3 {
  color: #1c1c1c;
  text-align: center;
  letter-spacing: -1px;
  -webkit-text-stroke-color: #1c1c1c;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.viewproject {
  float: left;
  clear: none;
  text-align: center;
  object-fit: fill;
  margin-top: 60px;
  display: block;
  position: relative;
}

.viewproject.tm {
  margin-top: 60px;
}

.viewprojectbutton {
  color: #1c1c1c;
  text-transform: capitalize;
  background-color: #fff;
  border: 3px solid #1c1c1c;
  border-radius: 64px;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 24px 48px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 0 32px 16px #0000000d;
}

.viewprojectbutton:hover {
  box-shadow: none;
  color: #000;
  background-color: #ff0;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.div-block-6 {
  text-align: right;
  margin-top: 24px;
  padding-right: 32px;
  position: relative;
}

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

.content {
  text-align: center;
  background-color: #ff0;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 180px;
  padding-bottom: 180px;
}

.content.ux {
  background-color: var(--combine-library-white);
  display: block;
}

.icon {
  float: none;
  outline-offset: 0px;
  color: #000;
  text-align: center;
  white-space: normal;
  background-color: #0000;
  border: 1px #0000;
  outline: 3px #fff0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  position: static;
}

.paragraph {
  color: #1c1c1c;
  letter-spacing: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

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

.heading-4 {
  color: #1c1c1c;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 64px;
}

.div-block-7 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.copyright {
  float: left;
  color: #686868;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.twitterfollow {
  float: right;
  text-align: left;
  width: 195px;
  display: inline;
  overflow: hidden;
}

.projecthero {
  justify-content: center;
  height: auto;
  padding-top: 126px;
  display: flex;
}

.image-4 {
  max-width: 100%;
}

.projectoverview {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 240px;
}

.heading-6 {
  color: #2e2e2ecc;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.heading-7 {
  color: #1c1c1c;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
}

.paragraph-2 {
  color: #444;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 48px;
  padding-left: 80px;
  padding-right: 80px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-2.left {
  text-align: left;
}

.brand {
  padding-left: 0;
}

.body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-6 {
  color: #95a8c0;
}

.image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
  color: #fff;
}

.div-block-8 {
  padding-left: 0;
  padding-right: 0;
}

.ux-deliverable-block {
  box-shadow: none;
  background-color: #0000;
  border: 1px #f5f5f5;
  border-radius: 2px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
  display: block;
}

.ux-deliverable-link {
  float: left;
  color: #000;
  padding-top: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.ux-deliverable-link:hover {
  background-color: #ff0;
  text-decoration: underline;
}

.pdf_icon {
  float: left;
  clear: none;
  width: 24px;
  margin-right: 24px;
}

.ux-section {
  padding-top: 16px;
}

.note {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  position: static;
}

.camilo {
  border-radius: 0;
  margin-bottom: 8px;
}

.profilephoto {
  margin-bottom: 32px;
}

.thunderlight {
  height: 512px;
}

.html-embed {
  display: block;
}

.thunder {
  margin-bottom: 0;
}

.brix---hamburger-menu-bar-bottom {
  background-color: #000;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-bar-top {
  color: #ff0;
  background-color: #000;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  z-index: 2000;
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  color: #ff0;
  -webkit-text-stroke-color: yellow;
  background-color: #0000;
}

.brix---header-big-nav-link {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 120px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 8px;
  transition: color .3s;
  display: block;
}

.brix---header-big-nav-link:hover {
  color: #000;
  background-color: #ff0;
}

.brix---header-big-nav-link.current {
  color: #1c1c1c;
  text-align: center;
  letter-spacing: -3px;
  align-self: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 144px;
  line-height: 144px;
}

.brix---header-big-nav-link.current:hover {
  background-color: #fff;
}

.brix---header-hamburger-desktop-wrapper {
  border-top: 1px none var(--elements-webflow-library-neutral--300);
  border-bottom: 1px none var(--elements-webflow-library-neutral--300);
  background-color: #0000;
  flex: 1;
  order: 0;
  align-self: auto;
  align-items: center;
  height: 100vh;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: fixed;
  inset: 0%;
}

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

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  z-index: 12000;
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-logo-link.w--current {
  z-index: 2000;
}

.brix---header-content-wrapper {
  color: #1c1c1c;
  border: 1px #1c1c1c;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default {
  max-width: 100vw;
  padding-left: 32px;
  padding-right: 32px;
}

.brix---header-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

.blur {
  z-index: 2000;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.testing {
  background-image: url('../images/Hero3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-10 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  object-fit: cover;
  background-color: #ff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_message {
  color: var(--accessible-components-dark-grey);
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close:focus-visible, .fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_description {
  margin-bottom: 0;
}

.fs_modal-2_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.fs_modal-2_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-2_button:focus-visible, .fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.image-21, .image-22 {
  height: 56px;
}

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

.section-2 {
  text-align: center;
  margin-top: 180px;
  padding-top: 0;
  padding-bottom: 0;
}

.thundercontact {
  margin-bottom: 40px;
}

.container-3 {
  margin-top: 180px;
}

.button {
  color: #1c1c1c;
  text-transform: capitalize;
  background-color: #fff0;
  border: 2px #1c1c1c;
  border-radius: 64px;
  margin-top: 48px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: underline;
}

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

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---text-200-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---text-300-bold {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
  width: auto;
}

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

.brix---paragraph-default {
  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;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---heading-h3-size {
  flex-wrap: wrap;
  place-content: space-around center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.brix---text-center {
  text-align: center;
  flex: 0 auto;
  align-self: auto;
}

.brix---avatar-circle-05-border {
  border: 6px solid var(--elements-webflow-library-neutral--100);
  box-shadow: 0 8px 28px 0 var(--elements-webflow-library-general--shadow-03);
  border-radius: 50%;
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-testimonial-v6 {
  border: 1px none var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.brix---inner-container-800px---center {
  max-width: 800px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.brix---slider-item-pd {
  float: none;
  clear: both;
  object-fit: none;
  height: auto;
  padding: 0;
  position: static;
}

.brix---slider-mask {
  object-fit: contain;
  height: auto;
  overflow: hidden;
}

.brix---slider-wrapper {
  background-color: #0000;
  align-self: center;
  height: auto;
}

.brix---heading-h2-size {
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-2 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.italic-text {
  color: #1c1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
  display: flex;
}

.testimonialtext {
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 64px;
}

.testimonialdiv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slider {
  background-color: #ff0;
  height: auto;
  padding: 180px 120px 200px;
}

.left-arrow {
  color: #ff0;
  justify-content: flex-start;
  margin-left: 23px;
  display: flex;
}

.right-arrow {
  color: #ff0;
  text-align: right;
  justify-content: flex-end;
  margin-right: 24px;
  display: flex;
}

.icon-2, .icon-3 {
  color: #1c1c1c;
  margin-top: auto;
  margin-bottom: auto;
}

.text-block {
  color: #1c1c1c;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.link {
  color: #1c1c1c;
  border: 1px #000;
  border-bottom-width: 4px;
  text-decoration: underline;
}

.mask {
  object-fit: fill;
}

.slide {
  padding-top: 56px;
}

.slide-nav {
  height: auto;
  font-size: 10px;
  line-height: 32px;
}

.image-23 {
  clear: left;
  margin-right: 8px;
}

.image-24 {
  margin-left: 8px;
}

.container-4, .container-5, .container-6 {
  max-width: 1200px;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library-accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---grid-footer-bottom-v2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

.brix---footer-bottom-v2 {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--600);
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-success-message {
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  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: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---input-small {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 100px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 18px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input-small:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input-small:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input-small::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 16px;
}

.brix---grid-footer-subscribe-1-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.brix---paragraph-default-2 {
  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;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---footer-col-title {
  color: var(--elements-webflow-library-neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---grid-footer-v8 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
}

.brix---footer-middle {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  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: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  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: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

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

.brix---grid-footer-logo-and-form {
  grid-column-gap: 210px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.8fr;
  align-items: center;
}

.brix---footer-small---border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
  padding-top: 72px;
  padding-bottom: 72px;
}

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

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
}

.image-25 {
  box-sizing: border-box;
  color: #444;
  object-fit: cover;
  border-radius: 22px;
  width: 298px;
  max-width: none;
  height: 298px;
}

.section-title-3 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.div-block-11 {
  text-align: center;
  max-width: 940px;
}

.section-description-3 {
  color: #444;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.process {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 240px;
  padding-bottom: 240px;
  display: flex;
}

.section-container-3 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 160px;
  margin-bottom: 160px;
  text-decoration: none;
  display: flex;
}

.lighbox_link {
  background-color: #1c1c1c;
  border: 2px solid #1c1c1c;
  border-radius: 24px;
}

.lighbox_link:hover {
  border-width: 2px;
  border-color: #1c1c1c;
  box-shadow: 0 16px 16px #0003;
}

.text-container-3 {
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.headline3 {
  color: #1c1c1c;
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 800;
}

@media screen and (min-width: 1440px) {
  .heading {
    max-width: 960px;
  }

  .brix---grid-footer-v8 {
    grid-column-gap: 70px;
    grid-template-columns: 1fr 1fr 1fr 1fr minmax(360px, 2fr);
  }

  .brix---grid-footer-logo-and-form {
    grid-column-gap: 250px;
    grid-template-columns: 1.2fr 2fr;
  }

  .image-25 {
    border: 0 solid #000;
    border-radius: 22px;
  }

  .section-title-3 {
    color: #1c1c1c;
  }

  .div-block-11 {
    text-align: center;
    max-width: 940px;
    padding-bottom: 240px;
  }

  .section-description-3 {
    color: #444;
  }

  .process {
    background-color: #f8f8f8;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-top: 240px;
    padding-bottom: 80px;
    display: flex;
  }

  .section-container-3 {
    margin-top: 160px;
    margin-bottom: 160px;
  }

  .lighbox_link {
    box-sizing: content-box;
    background-color: #1c1c1c;
    border-width: 2px;
    border-color: #1c1c1c;
    border-radius: 24px;
  }

  .lighbox_link:hover {
    border-color: #1c1c1c;
    box-shadow: 0 8px 24px #0006;
  }

  .text-container-3 {
    text-align: left;
  }

  .headline3 {
    color: #1c1c1c;
    text-align: center;
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    font-size: 48px;
    font-weight: 800;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    padding-left: 16px;
  }

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

  .nav-link {
    margin-left: 90px;
    margin-right: 90px;
    font-size: 32px;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    letter-spacing: -3px;
    margin-left: 0;
    margin-right: 0;
    font-size: 96px;
    line-height: 96px;
  }

  .image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .content {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .paragraph {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 48px;
  }

  .div-block-7 {
    flex-wrap: wrap;
  }

  .copyright {
    margin-top: 6px;
  }

  .paragraph-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ux-deliverable-link {
    float: none;
    text-align: left;
    line-height: 32px;
  }

  .profilephoto {
    margin-bottom: 32px;
  }

  .thunderlight {
    height: 192px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-big-nav-link.current {
    margin-bottom: 24px;
    font-size: 72px;
    line-height: 72px;
  }

  .brix---header-hamburger-desktop-wrapper {
    border-top: 1px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-10 {
    padding-left: 0;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }

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

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

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

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

  .brix---card-testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .testimonialtext {
    font-size: 32px;
    line-height: 48px;
  }

  .slider {
    padding: 140px 24px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .text-block {
    margin-top: 24px;
  }

  .slide {
    padding-top: 60px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    grid-row-gap: 12px;
    text-align: right;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 36px);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: end;
    justify-items: end;
    display: grid;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .brix---footer-bottom-v2 {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px-2, .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---grid-footer-v8 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-middle {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---grid-footer-logo-and-form {
    grid-row-gap: 34px;
    grid-template-columns: 1fr;
  }

  .brix---footer-small---border-bottom {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-11 {
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-container-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding-left: 10px;
  }

  .hero {
    background-size: contain, auto, cover;
    height: 100vh;
  }

  .nav-link {
    margin-left: 60px;
    margin-right: 60px;
  }

  .menu-button {
    margin-right: 16px;
  }

  .heading {
    font-size: 64px;
    line-height: 64px;
  }

  .mainbutton {
    margin-top: 32px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
  }

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

  .viewproject {
    margin-top: 40px;
  }

  .viewprojectbutton {
    margin-top: 16px;
    box-shadow: 0 0 24px #00000014;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-6 {
    padding-right: 24px;
  }

  .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-7 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .copyright {
    margin-top: 1px;
    margin-bottom: 16px;
    font-size: 12px;
  }

  .twitterfollow {
    display: none;
  }

  .ux-deliverable-block {
    margin-bottom: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .ux-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .camilo {
    height: 96px;
    margin-bottom: 8px;
  }

  .profilephoto {
    margin-bottom: 24px;
  }

  .thunderlight {
    height: 128px;
  }

  .thunder {
    height: 128px;
    margin-bottom: 0;
  }

  .brix---header-big-nav-link {
    margin-bottom: 80px;
    font-size: 48px;
    line-height: 8px;
  }

  .brix---header-big-nav-link.current {
    margin-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 64px;
    line-height: 64px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-2 {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    margin-top: 100px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -86px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -86px 36%;
  }

  .brix---text-200-medium {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

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

  .brix---avatar-circle-05-border {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .brix---card-testimonial-v6 {
    padding: 44px 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slider {
    padding: 100px 20px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---input-small {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---grid-footer-v8 {
    grid-template-columns: 1.4fr 1fr;
  }

  .brix---footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

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

  .brix---footer-small---border-bottom {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .div-block-11 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lighbox_link {
    width: 100%;
  }

  .headline3 {
    line-height: 48px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding: 10px 8px 10px 10px;
  }

  .hero {
    height: 100vh;
  }

  .nav-link {
    margin: 64px 20px;
    font-size: 24px;
  }

  .menu-button {
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    letter-spacing: -2px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    line-height: 48px;
    display: flex;
  }

  .mainbutton {
    margin-top: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px 48px;
    font-size: 16px;
  }

  .nav-menu {
    color: #0000;
    position: fixed;
  }

  .footer {
    padding: 65px 24px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .viewproject.tm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .viewprojectbutton {
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    box-shadow: 0 0 16px #00000014;
  }

  .section {
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-6 {
    float: none;
    clear: both;
    color: #0000;
    background-color: #0000;
    margin-top: 24px;
    padding-right: 18px;
    position: relative;
    overflow: visible;
  }

  .image-3 {
    max-width: 75%;
  }

  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .icon {
    margin-top: 6px;
    font-size: 32px;
  }

  .paragraph {
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
  }

  .heading-4 {
    letter-spacing: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .copyright {
    line-height: 16px;
  }

  .twitterfollow {
    float: none;
    width: 188px;
    margin-bottom: 90px;
    display: none;
  }

  .projectoverview {
    padding-bottom: 160px;
  }

  .heading-6 {
    font-size: 16px;
  }

  .heading-7 {
    margin-top: 17px;
    font-size: 32px;
  }

  .paragraph-2 {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .image-5 {
    max-width: 80%;
  }

  .ux-deliverable-block {
    margin-bottom: 12px;
    padding-left: 16px;
    padding-right: 0;
  }

  .ux-deliverable-link {
    font-size: 16px;
    line-height: 24px;
  }

  .pdf_icon {
    margin-right: 16px;
  }

  .ux-section, .note {
    padding-left: 16px;
    padding-right: 16px;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .camilo {
    height: 72px;
    margin-bottom: 8px;
  }

  .profilephoto {
    margin-bottom: 16px;
  }

  .thunderlight {
    height: 128px;
  }

  .thunder {
    height: 96px;
  }

  .brix---header-big-nav-link {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 4px;
  }

  .brix---header-big-nav-link.current {
    letter-spacing: -1px;
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 48px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---header-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-10 {
    margin-top: -100px;
  }

  .container-2 {
    max-width: 100%;
    margin-top: -100px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section-2, .container-3 {
    margin-top: 80px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    right: 26%;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    left: 26%;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-05-border {
    border-width: 3px;
  }

  .brix---card-testimonial-v6 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonialtext {
    font-size: 24px;
    line-height: 32px;
  }

  .slider {
    padding: 80px 24px;
  }

  .text-block {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .slide {
    padding-top: 50px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---input-small {
    min-height: 50px;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input-small::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-footer-subscribe-1-col {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---grid-footer-v8 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

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

  .brix---footer-small---border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-description-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .process {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-container-3 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .headline3 {
    line-height: 48px;
  }
}

#w-node-a3943108-6c67-44dc-60f6-69896d3bb397-2eb3d42d, #BRIX-Footer-Email-V8.w-node-a3943108-6c67-44dc-60f6-69896d3bb3fb-2eb3d42d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3943108-6c67-44dc-60f6-69896d3bb3fc-2eb3d42d {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_49794898-b4e6-83df-5a9e-3396798109df-11a70eba {
    justify-self: end;
  }

  #w-node-a3943108-6c67-44dc-60f6-69896d3bb3f1-2eb3d42d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


