@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow;
  src: url('../fonts/Barlow-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_honestcollab-variables---spacing--xxl: 4em;
  --_honestcollab-variables---spacing--2xxl: 5em;
  --_honestcollab-variables---spacing--lg: 2em;
  --_honestcollab-variables---typography-general--font-main: Montserrat, Arial, sans-serif;
  --_honestcollab-variables---typography-size--h1: 2.8125em;
  --_honestcollab-variables---typography-general--letterspacing-md: -.04em;
  --_honestcollab-variables---typography-size-mobile--h1: 2.6em;
  --_honestcollab-variables---typography-size--h2: 2.5em;
  --_honestcollab-variables---typography-size-mobile--h2: 2.2em;
  --_honestcollab-variables---typography-size--h3: 2.125em;
  --_honestcollab-variables---typography-size-mobile--h3: 2em;
  --_honestcollab-variables---typography-size--h4: 1.875em;
  --_honestcollab-variables---typography-size-mobile--h4: 1.8em;
  --_honestcollab-variables---typography-size--h5: 1.625em;
  --_honestcollab-variables---typography-size-mobile--h5: 1.4em;
  --_honestcollab-variables---typography-size--h6: 1.4375em;
  --_honestcollab-variables---typography-size-mobile--h6: 1.3em;
  --_honestcollab-variables---typography-general--font-secondary: Barlow, Arial, sans-serif;
  --_honestcollab-variables---typography-size--text-1: 1.2em;
  --_honestcollab-variables---typography-general--letterspacing-nm: -.03em;
  --_honestcollab-variables---typography-size-mobile--text-1: 1.2em;
  --_honestcollab-variables---typography-size--text-2: 1.125em;
  --_honestcollab-variables---typography-size-mobile--text-2: 1.1em;
  --_honestcollab-variables---typography-size--text-3: 1em;
  --_honestcollab-variables---typography-general--letterspacing-s: -.01em;
  --_honestcollab-variables---typography-size-mobile--text-3: 1em;
  --_honestcollab-variables---typography-general--font-library: Inter, Arial, sans-serif;
  --_honestcollab-variables---spacing--xxs: .25em;
  --_honestcollab-variables---spacing--xs: .5em;
  --_honestcollab-variables---spacing--s: .75em;
  --_honestcollab-variables---spacing--nm: 1em;
  --_honestcollab-variables---spacing--md: 1.5em;
  --_honestcollab-variables---spacing--xl: 2.5em;
  --_honestcollab-variables---spacing--3xxl: 6.25em;
  --_honestcollab-variables---color--main-light: #fafafa;
  --_honestcollab-variables---color--main-dark: #030303;
  --_honestcollab-variables---color--secondary-dark: #2a2929;
  --_honestcollab-variables---color--secondary-light: #e7e7e7;
  --_honestcollab-variables---spacing--4xxl: 7.5em;
  --_honestcollab-variables---typography-size--display-1: 4.0625em;
  --_honestcollab-variables---typography-size--display-2: 3.5625em;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

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

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

p {
  margin-bottom: 0;
}

.main-wrapper {
  overflow: hidden;
}

.page-wrapper {
  grid-column-gap: var(--_honestcollab-variables---spacing--xxl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xxl);
  flex-flow: column;
  display: flex;
}

.library-padding {
  grid-column-gap: var(--_honestcollab-variables---spacing--2xxl);
  grid-row-gap: var(--_honestcollab-variables---spacing--2xxl);
  flex-flow: column;
  padding: 7.5em 2.5em;
  display: flex;
}

.library-wrapper-heading {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.line-library {
  background-color: #c4c4c4;
  width: 100%;
  height: 1px;
}

.library-container {
  margin-top: var(--_honestcollab-variables---spacing--lg);
}

.heading-library {
  color: #161616;
  letter-spacing: -.04em;
  font-family: Inter, Arial, sans-serif;
  font-size: 3em;
  line-height: 125%;
}

.h1 {
  font-family: var(--_honestcollab-variables---typography-general--font-main);
  font-size: var(--_honestcollab-variables---typography-size--h1);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-md);
  font-weight: 400;
  line-height: 125%;
}

.h2 {
  font-family: var(--_honestcollab-variables---typography-general--font-main);
  font-size: var(--_honestcollab-variables---typography-size--h2);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-md);
  font-weight: 400;
  line-height: 125%;
}

.h3 {
  font-family: var(--_honestcollab-variables---typography-general--font-main);
  font-size: var(--_honestcollab-variables---typography-size--h3);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-md);
  font-weight: 400;
  line-height: 125%;
}

.h4 {
  font-family: var(--_honestcollab-variables---typography-general--font-main);
  font-size: var(--_honestcollab-variables---typography-size--h4);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-md);
  font-weight: 400;
  line-height: 125%;
}

.h5 {
  font-family: var(--_honestcollab-variables---typography-general--font-main);
  font-size: var(--_honestcollab-variables---typography-size--h5);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-md);
  font-weight: 400;
  line-height: 125%;
}

.h6 {
  font-family: var(--_honestcollab-variables---typography-general--font-main);
  font-size: var(--_honestcollab-variables---typography-size--h6);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-md);
  font-weight: 400;
  line-height: 125%;
}

.text-1 {
  font-family: var(--_honestcollab-variables---typography-general--font-secondary);
  font-size: var(--_honestcollab-variables---typography-size--text-1);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-nm);
  font-weight: 400;
  line-height: 150%;
}

.text-1.is-text-secondary-dark {
  flex: 0 auto;
}

.text-2 {
  font-family: var(--_honestcollab-variables---typography-general--font-secondary);
  font-size: var(--_honestcollab-variables---typography-size--text-2);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-nm);
  line-height: 150%;
}

.text-3 {
  font-family: var(--_honestcollab-variables---typography-general--font-secondary);
  font-size: var(--_honestcollab-variables---typography-size--text-3);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-s);
  line-height: 150%;
}

.text-3.is-text-main-dark.is-font-madeby {
  font-family: var(--_honestcollab-variables---typography-general--font-library);
}

.heading-library-md {
  color: #161616;
  letter-spacing: -.04em;
  font-family: Inter, Arial, sans-serif;
  font-size: 2em;
  line-height: 125%;
}

.padding-top-xxs {
  padding-top: var(--_honestcollab-variables---spacing--xxs);
}

.padding-bottom-xxs {
  padding-bottom: var(--_honestcollab-variables---spacing--xxs);
}

.padding-left-xxs {
  padding-left: var(--_honestcollab-variables---spacing--xxs);
}

.padding-right-xxs {
  padding-right: var(--_honestcollab-variables---spacing--xxs);
}

.padding-top-xs {
  padding-top: var(--_honestcollab-variables---spacing--xs);
}

.padding-bottom-xs {
  padding-bottom: var(--_honestcollab-variables---spacing--xs);
}

.padding-left-xs {
  padding-left: var(--_honestcollab-variables---spacing--xs);
}

.padding-right-xs {
  padding-right: var(--_honestcollab-variables---spacing--xs);
}

.padding-top-s {
  padding-top: var(--_honestcollab-variables---spacing--s);
}

.padding-bottom-s {
  padding-bottom: var(--_honestcollab-variables---spacing--s);
}

.padding-left-s {
  padding-left: var(--_honestcollab-variables---spacing--s);
}

.padding-right-s {
  padding-right: var(--_honestcollab-variables---spacing--s);
}

.padding-top-nm {
  padding-top: var(--_honestcollab-variables---spacing--nm);
}

.padding-bottom-nm {
  padding-bottom: var(--_honestcollab-variables---spacing--nm);
}

.padding-left-nm {
  padding-left: var(--_honestcollab-variables---spacing--nm);
}

.padding-right-nm {
  padding-right: var(--_honestcollab-variables---spacing--nm);
}

.padding-top-md {
  padding-top: var(--_honestcollab-variables---spacing--md);
}

.padding-bottom-md {
  padding-bottom: var(--_honestcollab-variables---spacing--md);
}

.padding-left-md {
  padding-left: var(--_honestcollab-variables---spacing--md);
}

.padding-right-md {
  padding-right: var(--_honestcollab-variables---spacing--md);
}

.padding-top-lg {
  padding-top: var(--_honestcollab-variables---spacing--lg);
}

.padding-bottom-lg {
  padding-bottom: var(--_honestcollab-variables---spacing--lg);
}

.padding-left-lg {
  padding-left: var(--_honestcollab-variables---spacing--lg);
}

.padding-right-lg {
  padding-right: var(--_honestcollab-variables---spacing--lg);
}

.padding-top-xl {
  padding-top: var(--_honestcollab-variables---spacing--xl);
}

.padding-bottom-xl {
  padding-bottom: var(--_honestcollab-variables---spacing--xl);
}

.padding-left-xl {
  padding-left: var(--_honestcollab-variables---spacing--xl);
}

.padding-right-xl {
  padding-right: var(--_honestcollab-variables---spacing--xl);
}

.padding-top-xxl {
  padding-top: var(--_honestcollab-variables---spacing--xxl);
}

.padding-bottom-xxl {
  padding-bottom: var(--_honestcollab-variables---spacing--xxl);
}

.padding-left-xxl {
  padding-left: var(--_honestcollab-variables---spacing--xxl);
}

.padding-right-xxl {
  padding-right: var(--_honestcollab-variables---spacing--xxl);
}

.padding-top-2xxl {
  padding-top: var(--_honestcollab-variables---spacing--2xxl);
}

.padding-bottom-2xxl {
  padding-bottom: var(--_honestcollab-variables---spacing--2xxl);
}

.padding-left-2xxl {
  padding-left: var(--_honestcollab-variables---spacing--2xxl);
}

.padding-right-2xxl {
  padding-right: var(--_honestcollab-variables---spacing--2xxl);
}

.padding-top-3xxl {
  padding-top: var(--_honestcollab-variables---spacing--3xxl);
}

.padding-bottom-3xxl {
  padding-bottom: var(--_honestcollab-variables---spacing--2xxl);
}

.padding-left-3xxl {
  padding-left: var(--_honestcollab-variables---spacing--2xxl);
}

.padding-right-2xxl-copy {
  padding-right: var(--_honestcollab-variables---spacing--2xxl);
}

.is-text-main-light {
  color: var(--_honestcollab-variables---color--main-light);
}

.is-text-main-dark {
  color: var(--_honestcollab-variables---color--main-dark);
}

.is-text-secondary-dark {
  color: var(--_honestcollab-variables---color--secondary-dark);
}

.is-text-secondary-light {
  color: var(--_honestcollab-variables---color--secondary-light);
}

.is-bg-main-light {
  background-color: var(--_honestcollab-variables---color--main-light);
}

.is-bg-main-dark {
  background-color: var(--_honestcollab-variables---color--main-dark);
}

.is-bg-secondary-dark {
  background-color: var(--_honestcollab-variables---color--secondary-dark);
}

.is-bg-secondary-light {
  background-color: var(--_honestcollab-variables---color--secondary-light);
}

.is-nowrap {
  white-space: nowrap;
  word-break: keep-all;
}

.is-text-allign-left {
  text-align: left;
}

.is-text-allign-center {
  text-align: center;
}

.is-text-allign-right {
  text-align: right;
}

.is-text-allign-justify {
  text-align: justify;
}

.is-text-allign-center-desktop {
  text-align: center;
}

.text-navbar-button {
  font-family: var(--_honestcollab-variables---typography-general--font-secondary);
  color: var(--_honestcollab-variables---color--main-dark);
  font-size: var(--_honestcollab-variables---typography-size--text-3);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-s);
  line-height: 150%;
}

.text-navbar-links {
  font-family: var(--_honestcollab-variables---typography-general--font-main);
  color: var(--_honestcollab-variables---color--main-light);
  font-size: var(--_honestcollab-variables---typography-size--text-3);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-s);
  line-height: 150%;
  text-decoration: none;
}

.text-navbar-links.w--current {
  font-family: var(--_honestcollab-variables---typography-general--font-main);
}

.text-navbar-logo {
  font-family: var(--_honestcollab-variables---typography-general--font-main);
  color: var(--_honestcollab-variables---color--main-light);
  font-size: var(--_honestcollab-variables---typography-size--text-3);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-s);
  line-height: 150%;
}

.button-navbar {
  padding: var(--_honestcollab-variables---spacing--s) var(--_honestcollab-variables---spacing--nm);
  background-color: var(--_honestcollab-variables---color--main-light);
  border-radius: 5px;
  text-decoration: none;
}

.button-small {
  padding: var(--_honestcollab-variables---spacing--s) var(--_honestcollab-variables---spacing--nm);
  border-radius: 5px;
  text-decoration: none;
}

.button-normal {
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 5px;
  padding: 1em 1.25em;
  text-decoration: none;
}

.button-large {
  border-radius: 5px;
  padding: 1em 1.5em;
}

.is-button-ghost-dark {
  border: .5px solid var(--_honestcollab-variables---color--main-dark);
}

.is-button-ghost-light {
  border: 1px solid var(--_honestcollab-variables---color--main-light);
}

.wrapper-button-left {
  grid-column-gap: var(--_honestcollab-variables---spacing--xs);
  grid-row-gap: var(--_honestcollab-variables---spacing--xs);
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper-button-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper-button-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.is-link {
  text-decoration: none;
}

.is-font-main {
  font-family: var(--_honestcollab-variables---typography-general--font-main);
}

.is-font-secondary {
  font-family: var(--_honestcollab-variables---typography-general--font-secondary);
}

.image-full-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.wrapper-library-image {
  width: 100%;
  height: 20vh;
}

.image-full-fill {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.container-bg-1 {
  position: relative;
}

.bg-content {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrapper-bg {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.library-text {
  color: #161616;
  letter-spacing: -.04em;
  font-family: Inter, Arial, sans-serif;
  font-size: 1em;
  line-height: 150%;
}

.section_home-hero {
  width: 100vw;
  height: 100vh;
}

.section_home-aboutus {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.bg-container {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.bg-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.padding-global {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2.625em;
  padding-right: 2.625em;
  display: flex;
}

.max-width-container {
  flex-flow: column;
  flex: 1;
  width: 100%;
  max-width: 1196px;
  height: 100%;
  display: flex;
}

.container-hero__001 {
  padding-top: var(--_honestcollab-variables---spacing--xl);
  width: 100%;
  height: 100%;
}

.svg-hero-full {
  width: 100%;
  height: 100%;
}

.section_home-portfolio {
  background-color: var(--_honestcollab-variables---color--secondary-light);
  flex-flow: column;
  padding-top: 5em;
  padding-bottom: 5em;
}

.section_home-services {
  padding-top: var(--_honestcollab-variables---spacing--2xxl);
  padding-bottom: var(--_honestcollab-variables---spacing--2xxl);
  background-color: var(--_honestcollab-variables---color--secondary-light);
}

.section-contact {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-footer {
  flex-flow: column;
  min-height: 100vh;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.container-footer {
  grid-column-gap: 8.75em;
  grid-row-gap: 8.75em;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.footer-links {
  margin-top: var(--_honestcollab-variables---spacing--xs);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.content-footer-name {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.content-footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-footer-madeby {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.wrapper-footer-madeby {
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  text-decoration: none;
}

.is-footer-link {
  white-space: nowrap;
  word-break: keep-all;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-right: .2em;
  text-decoration: none;
}

.wrapper-image-style__002 {
  flex: 0 auto;
  max-width: 356px;
}

.content-style__002 {
  grid-column-gap: var(--_honestcollab-variables---spacing--lg);
  grid-row-gap: var(--_honestcollab-variables---spacing--lg);
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.wrapper-heading-style__002 {
  flex: 1;
  max-width: 270px;
}

.wrapper-text-style__002 {
  grid-column-gap: var(--_honestcollab-variables---spacing--nm);
  grid-row-gap: var(--_honestcollab-variables---spacing--nm);
  flex-flow: column;
  flex: none;
  width: 500px;
  display: flex;
}

.wrapper-section-center {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 100%;
  display: flex;
}

.wrapper-heading {
  grid-column-gap: var(--_honestcollab-variables---spacing--xs);
  grid-row-gap: var(--_honestcollab-variables---spacing--xs);
  flex-flow: column;
  display: flex;
}

.content-portfolio {
  grid-column-gap: var(--_honestcollab-variables---spacing--lg);
  grid-row-gap: var(--_honestcollab-variables---spacing--lg);
  flex-flow: column;
  display: flex;
}

.content-portfolio.padding-top-xxl {
  grid-column-gap: var(--_honestcollab-variables---spacing--md);
  grid-row-gap: var(--_honestcollab-variables---spacing--md);
}

.project-lg {
  grid-column-gap: var(--_honestcollab-variables---spacing--xs);
  grid-row-gap: var(--_honestcollab-variables---spacing--xs);
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.project-lg-photo {
  flex: 1;
  height: 100%;
}

.project-lg-photos {
  grid-column-gap: var(--_honestcollab-variables---spacing--xxs);
  grid-row-gap: var(--_honestcollab-variables---spacing--xxs);
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.wrapper-project-photo {
  height: 70vh;
}

.project-nm {
  grid-column-gap: var(--_honestcollab-variables---spacing--s);
  grid-row-gap: var(--_honestcollab-variables---spacing--s);
  flex-flow: column;
  flex: 1;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.wrapper-row_2 {
  grid-column-gap: var(--_honestcollab-variables---spacing--xs);
  grid-row-gap: var(--_honestcollab-variables---spacing--xs);
  justify-content: space-between;
  display: flex;
}

.container-style__003 {
  padding-top: var(--_honestcollab-variables---spacing--xl);
  padding-bottom: var(--_honestcollab-variables---spacing--xl);
  grid-column-gap: var(--_honestcollab-variables---spacing--xl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xl);
  justify-content: flex-start;
  min-height: 100vh;
  display: flex;
}

.half-whyus {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.wrapper-whyus-text {
  grid-column-gap: var(--_honestcollab-variables---spacing--xl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xl);
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.whyus-text_1 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.content-whyus-text {
  grid-column-gap: var(--_honestcollab-variables---spacing--xs);
  grid-row-gap: var(--_honestcollab-variables---spacing--xs);
  flex-flow: column;
  display: flex;
}

.section_image {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.container-photo {
  height: 70vh;
}

.content-text-services {
  grid-column-gap: var(--_honestcollab-variables---spacing--lg);
  grid-row-gap: var(--_honestcollab-variables---spacing--lg);
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.wrapper-services {
  grid-column-gap: var(--_honestcollab-variables---spacing--xxl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xxl);
  flex-flow: column;
  display: flex;
}

.line-horizontal {
  width: 100%;
  height: 1px;
}

.container-faq {
  grid-column-gap: var(--_honestcollab-variables---spacing--xxl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xxl);
  flex-flow: column;
  display: flex;
}

.content-faq2 {
  grid-column-gap: var(--_honestcollab-variables---spacing--2xxl);
  grid-row-gap: var(--_honestcollab-variables---spacing--2xxl);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.content-faq {
  grid-column-gap: var(--_honestcollab-variables---spacing--xxl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xxl);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.container-contact {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrapper-contact {
  max-width: 500px;
}

.content-contact {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bg-container-contact {
  z-index: 2;
  width: 100%;
  height: 80vh;
  position: relative;
}

.container-style__002_2 {
  grid-column-gap: var(--_honestcollab-variables---spacing--xl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xl);
  justify-content: flex-start;
  height: 400px;
  display: flex;
}

.wrapper-project-lg-photo {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  height: 50%;
  overflow: hidden;
}

.wrapper-project-lg-photos {
  grid-column-gap: var(--_honestcollab-variables---spacing--xxs);
  grid-row-gap: var(--_honestcollab-variables---spacing--xxs);
  flex: 0 auto;
  height: 70vh;
  display: flex;
}

.wrapper-project-lg {
  padding-top: var(--_honestcollab-variables---spacing--s);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.section_portfolio-hero {
  height: 40vh;
  padding-bottom: 1em;
}

.container-hero__002 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.section_portfolio-projects {
  flex-flow: column;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.section-service {
  flex-flow: column;
  min-height: 100vh;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

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

.wrapper-services-heading {
  grid-column-gap: var(--_honestcollab-variables---spacing--nm);
  grid-row-gap: var(--_honestcollab-variables---spacing--nm);
  flex-flow: column;
  display: flex;
}

.container-services {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.content-services {
  margin-top: var(--_honestcollab-variables---spacing--xxl);
}

.wrapper-service {
  grid-column-gap: var(--_honestcollab-variables---spacing--2xxl);
  grid-row-gap: var(--_honestcollab-variables---spacing--2xxl);
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.service-info {
  grid-column-gap: var(--_honestcollab-variables---spacing--lg);
  grid-row-gap: var(--_honestcollab-variables---spacing--lg);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.wrapper-services-info-text {
  grid-column-gap: var(--_honestcollab-variables---spacing--md);
  grid-row-gap: var(--_honestcollab-variables---spacing--md);
  flex-flow: column;
  flex: none;
  width: 500px;
  display: flex;
}

.services-container-style__002 {
  grid-column-gap: var(--_honestcollab-variables---spacing--xl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xl);
  justify-content: flex-start;
  display: flex;
}

.container-hero__003 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrapper-hero__003 {
  flex-flow: row;
  align-items: flex-end;
  height: 35vh;
  display: flex;
}

.services-hero-heading {
  max-width: 800px;
}

.services-hero-links {
  justify-content: flex-end;
  padding-bottom: 2.5em;
  display: flex;
}

.wrapper-services-links {
  grid-column-gap: var(--_honestcollab-variables---spacing--xxs);
  grid-row-gap: var(--_honestcollab-variables---spacing--xxs);
  flex-flow: column;
  display: flex;
}

.section_project-gallery {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.container-project-gallery {
  grid-column-gap: var(--_honestcollab-variables---spacing--xxs);
  grid-row-gap: var(--_honestcollab-variables---spacing--xxs);
  flex-flow: column;
  display: flex;
}

.lightbox-full {
  width: 100%;
  height: 100%;
}

.portfolio-project-md {
  flex: 1;
  height: 70vh;
}

.gallery-row-md {
  grid-column-gap: var(--_honestcollab-variables---spacing--xxs);
  grid-row-gap: var(--_honestcollab-variables---spacing--xxs);
  justify-content: space-between;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1.25em;
  display: flex;
}

.container-hero__004 {
  padding-bottom: var(--_honestcollab-variables---spacing--xl);
  grid-column-gap: var(--_honestcollab-variables---spacing--nm);
  grid-row-gap: var(--_honestcollab-variables---spacing--nm);
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrapper-project-info {
  grid-column-gap: var(--_honestcollab-variables---spacing--xxl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xxl);
  display: flex;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-logo {
  font-size: var(--_honestcollab-variables---typography-size--text-3);
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.navbar-links-wrapper {
  grid-column-gap: var(--_honestcollab-variables---spacing--nm);
  grid-row-gap: var(--_honestcollab-variables---spacing--nm);
  align-items: center;
  display: flex;
}

.navbar-content {
  grid-column-gap: var(--_honestcollab-variables---spacing--xl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xl);
  display: flex;
}

.text-navbar-links-en {
  font-family: var(--_honestcollab-variables---typography-general--font-secondary);
  color: var(--_honestcollab-variables---color--secondary-light);
  font-size: var(--_honestcollab-variables---typography-size--text-3);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-s);
  line-height: 150%;
  text-decoration: none;
}

.wrapper-image-style__002_2 {
  flex: 0 auto;
  max-width: 356px;
}

.half-contact {
  flex: 1;
  align-items: center;
  display: flex;
}

.content-contactpage {
  grid-column-gap: var(--_honestcollab-variables---spacing--xl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xl);
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.wrapper-contactpage-link {
  text-decoration: none;
}

.wrapper-contactpage-links {
  grid-column-gap: var(--_honestcollab-variables---spacing--xxl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xxl);
  width: 100%;
  display: flex;
}

.wrapper-image-aboutus {
  flex: 1;
  max-width: 356px;
}

.wrapper-heading-aboutus {
  max-width: 270px;
}

.wrapper-text-aboutus {
  grid-column-gap: var(--_honestcollab-variables---spacing--nm);
  grid-row-gap: var(--_honestcollab-variables---spacing--nm);
  flex-flow: column;
  flex: none;
  width: 500px;
  display: flex;
}

.container-aboutus {
  grid-column-gap: var(--_honestcollab-variables---spacing--xl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xl);
  justify-content: flex-start;
  display: flex;
}

.container-whyus, .container-whyus2 {
  padding-top: var(--_honestcollab-variables---spacing--xl);
  padding-bottom: var(--_honestcollab-variables---spacing--xl);
  grid-column-gap: var(--_honestcollab-variables---spacing--xl);
  grid-row-gap: var(--_honestcollab-variables---spacing--xl);
  justify-content: flex-start;
  min-height: 100vh;
  display: flex;
}

.text-navbar-logo_2 {
  font-family: var(--_honestcollab-variables---typography-general--font-main);
  color: var(--_honestcollab-variables---color--main-dark);
  font-size: var(--_honestcollab-variables---typography-size--text-3);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-s);
  line-height: 150%;
}

.text-navbar-links_2 {
  font-family: var(--_honestcollab-variables---typography-general--font-main);
  color: var(--_honestcollab-variables---color--main-dark);
  font-size: var(--_honestcollab-variables---typography-size--text-3);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-s);
  line-height: 150%;
  text-decoration: none;
}

.text-navbar-links-en_2 {
  font-family: var(--_honestcollab-variables---typography-general--font-secondary);
  color: var(--_honestcollab-variables---color--secondary-dark);
  font-size: var(--_honestcollab-variables---typography-size--text-3);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-s);
  line-height: 150%;
  text-decoration: none;
}

.button-navbar_2 {
  padding: var(--_honestcollab-variables---spacing--s) var(--_honestcollab-variables---spacing--nm);
  background-color: var(--_honestcollab-variables---color--main-dark);
  border-radius: 5px;
  text-decoration: none;
}

.text-navbar-button_2 {
  font-family: var(--_honestcollab-variables---typography-general--font-secondary);
  color: var(--_honestcollab-variables---color--main-light);
  font-size: var(--_honestcollab-variables---typography-size--text-3);
  letter-spacing: var(--_honestcollab-variables---typography-general--letterspacing-s);
  line-height: 150%;
}

.h1_2 {
  color: #0000;
  font-size: var(--_honestcollab-variables---typography-size--h1);
  background-color: #0000;
}

.home-hero-text {
  margin-top: var(--_honestcollab-variables---spacing--md);
  justify-content: flex-end;
  display: flex;
}

.wrapper-home-hero-text {
  flex: none;
  max-width: 500px;
}

.wrapper-home-hero-text.hide {
  display: none;
}

.container-home-hero-text {
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  max-width: none;
  display: flex;
}

.wrapper-faq {
  grid-column-gap: var(--_honestcollab-variables---spacing--2xxl);
  grid-row-gap: var(--_honestcollab-variables---spacing--2xxl);
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 13.5px;
  }

  .page-wrapper {
    width: 100vw;
    overflow: hidden;
  }

  .text-2.is-text-main-light.hide {
    display: none;
  }

  .wrapper-image-style__002 {
    flex: 1;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .content-style__002 {
    grid-column-gap: var(--_honestcollab-variables---spacing--s);
    grid-row-gap: var(--_honestcollab-variables---spacing--s);
    flex-flow: column;
    justify-content: center;
  }

  .wrapper-heading-style__002 {
    flex: 1;
    max-width: 147.031px;
  }

  .wrapper-text-style__002 {
    flex: 1;
    width: 100%;
  }

  .section_image.hide {
    display: none;
  }

  .content-text-services {
    grid-column-gap: var(--_honestcollab-variables---spacing--xxl);
    grid-row-gap: var(--_honestcollab-variables---spacing--xxl);
  }

  .content-faq {
    grid-column-gap: var(--_honestcollab-variables---spacing--lg);
    grid-row-gap: var(--_honestcollab-variables---spacing--lg);
  }

  .wrapper-faq-heading {
    flex: 1;
  }

  .container-style__002_2 {
    flex-flow: column-reverse;
    height: auto;
  }

  .wrapper-services-info-text {
    flex: 1;
  }

  .services-container-style__002 {
    flex-flow: column-reverse;
  }

  .portfolio-project-md {
    height: 60vh;
  }

  .wrapper-image-style__002_2 {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    height: 60vh;
  }

  .wrapper-image-aboutus {
    flex: 1;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .wrapper-heading-aboutus {
    flex: 0 auto;
    max-width: none;
  }

  .wrapper-text-aboutus {
    grid-column-gap: var(--_honestcollab-variables---spacing--nm);
    grid-row-gap: var(--_honestcollab-variables---spacing--nm);
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
  }

  .container-aboutus {
    flex-flow: row;
    flex: 1;
    height: 100%;
  }

  .home-hero-text {
    justify-content: flex-end;
  }

  .wrapper-home-hero-text {
    flex: 1;
    max-width: none;
    display: block;
  }

  .wrapper-home-hero-text.hide {
    display: block;
  }

  .container-home-hero-text {
    grid-column-gap: var(--_honestcollab-variables---spacing--xl);
    grid-row-gap: var(--_honestcollab-variables---spacing--xl);
    justify-content: space-between;
    max-width: none;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: var(--_honestcollab-variables---typography-size-mobile--h1);
  }

  .h2 {
    font-size: var(--_honestcollab-variables---typography-size-mobile--h2);
  }

  .h3 {
    font-size: var(--_honestcollab-variables---typography-size-mobile--h3);
  }

  .h4 {
    font-size: var(--_honestcollab-variables---typography-size-mobile--h4);
  }

  .h5 {
    font-size: var(--_honestcollab-variables---typography-size-mobile--h5);
  }

  .h6 {
    font-size: var(--_honestcollab-variables---typography-size-mobile--h6);
  }

  .text-1 {
    font-size: var(--_honestcollab-variables---typography-size-mobile--text-1);
  }

  .text-2 {
    font-size: var(--_honestcollab-variables---typography-size-mobile--text-2);
  }

  .text-3 {
    font-size: var(--_honestcollab-variables---typography-size-mobile--text-3);
  }

  .is-text-allign-center-desktop {
    text-align: left;
  }

  .text-navbar-button {
    color: var(--_honestcollab-variables---color--main-light);
    font-size: var(--_honestcollab-variables---typography-size--text-2);
  }

  .text-navbar-links {
    color: var(--_honestcollab-variables---color--main-dark);
    font-size: var(--_honestcollab-variables---typography-size--h5);
  }

  .text-navbar-logo {
    color: var(--_honestcollab-variables---color--main-light);
  }

  .button-navbar {
    background-color: var(--_honestcollab-variables---color--main-dark);
  }

  .wrapper-button-right {
    justify-content: flex-start;
  }

  .padding-global {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section_home-portfolio {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .container-footer {
    grid-column-gap: var(--_honestcollab-variables---spacing--3xxl);
    grid-row-gap: var(--_honestcollab-variables---spacing--3xxl);
  }

  .content-footer-links {
    grid-column-gap: var(--_honestcollab-variables---spacing--xl);
    grid-row-gap: var(--_honestcollab-variables---spacing--xl);
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .content-footer-madeby {
    justify-content: flex-start;
  }

  .content-style__002 {
    grid-column-gap: var(--_honestcollab-variables---spacing--s);
    grid-row-gap: var(--_honestcollab-variables---spacing--s);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper-heading-style__002 {
    width: 100%;
    max-width: none;
  }

  .content-portfolio.padding-top-xxl {
    grid-column-gap: var(--_honestcollab-variables---spacing--xl);
    grid-row-gap: var(--_honestcollab-variables---spacing--xl);
  }

  .wrapper-row_2 {
    grid-column-gap: var(--_honestcollab-variables---spacing--xl);
    grid-row-gap: var(--_honestcollab-variables---spacing--xl);
    flex-flow: column;
  }

  .container-style__003 {
    flex-flow: column;
    align-items: flex-start;
  }

  .whyus-text_1 {
    margin-top: var(--_honestcollab-variables---spacing--md);
    align-items: flex-start;
  }

  .content-faq {
    grid-column-gap: var(--_honestcollab-variables---spacing--s);
    grid-row-gap: var(--_honestcollab-variables---spacing--s);
    flex-flow: column;
  }

  .wrapper-project-lg {
    grid-column-gap: var(--_honestcollab-variables---spacing--xxl);
    grid-row-gap: var(--_honestcollab-variables---spacing--xxl);
    flex-flow: column;
    align-items: flex-start;
  }

  .wrapper-button.hide {
    display: none;
  }

  .wrapper-services-header {
    grid-column-gap: var(--_honestcollab-variables---spacing--nm);
    grid-row-gap: var(--_honestcollab-variables---spacing--nm);
  }

  .wrapper-service {
    grid-column-gap: var(--_honestcollab-variables---spacing--xl);
    grid-row-gap: var(--_honestcollab-variables---spacing--xl);
    width: 100%;
  }

  .service-info {
    grid-column-gap: var(--_honestcollab-variables---spacing--s);
    grid-row-gap: var(--_honestcollab-variables---spacing--s);
    flex-flow: column;
  }

  .wrapper-services-info-text {
    width: 100%;
  }

  .portfolio-project-md {
    flex: 0 auto;
    height: 70vh;
  }

  .gallery-row-md {
    flex-flow: column;
  }

  .container-hero__004 {
    grid-column-gap: var(--_honestcollab-variables---spacing--xl);
    grid-row-gap: var(--_honestcollab-variables---spacing--xl);
  }

  .wrapper-project-info {
    grid-column-gap: var(--_honestcollab-variables---spacing--s);
    grid-row-gap: var(--_honestcollab-variables---spacing--s);
    flex-flow: column;
  }

  .navbar-logo {
    z-index: 110;
    color: var(--_honestcollab-variables---color--main-dark);
  }

  .navbar-menu {
    z-index: 99;
    background-color: var(--_honestcollab-variables---color--main-light);
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .navbar-menu-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .navbar-links-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-content {
    grid-column-gap: var(--_honestcollab-variables---spacing--2xxl);
    grid-row-gap: var(--_honestcollab-variables---spacing--2xxl);
    flex-flow: column;
    align-items: flex-start;
  }

  .menu-button {
    z-index: 100;
  }

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

  .navbar-icon {
    color: var(--_honestcollab-variables---color--main-light);
  }

  .navbar-language {
    flex-flow: row;
    display: flex;
  }

  .text-navbar-links-en {
    color: var(--_honestcollab-variables---color--main-dark);
    font-size: var(--_honestcollab-variables---typography-size--h5);
  }

  .wrapper-heading-aboutus {
    width: 100%;
    max-width: none;
  }

  .container-aboutus {
    flex-flow: column-reverse;
  }

  .container-whyus {
    grid-column-gap: var(--_honestcollab-variables---spacing--xxl);
    grid-row-gap: var(--_honestcollab-variables---spacing--xxl);
    flex-flow: column;
    align-items: flex-start;
  }

  .container-whyus2 {
    grid-column-gap: var(--_honestcollab-variables---spacing--xxl);
    grid-row-gap: var(--_honestcollab-variables---spacing--xxl);
    flex-flow: column-reverse;
    align-items: flex-start;
  }

  .text-navbar-logo_2 {
    color: var(--_honestcollab-variables---color--main-dark);
  }

  .text-navbar-links_2, .text-navbar-links-en_2 {
    color: var(--_honestcollab-variables---color--main-dark);
    font-size: var(--_honestcollab-variables---typography-size--h5);
  }

  .button-navbar_2 {
    background-color: var(--_honestcollab-variables---color--main-dark);
  }

  .text-navbar-button_2 {
    color: var(--_honestcollab-variables---color--main-light);
    font-size: var(--_honestcollab-variables---typography-size--text-2);
  }

  .home-hero-text {
    justify-content: flex-end;
  }

  .wrapper-home-hero-text {
    max-width: 450px;
  }

  .wrapper-home-hero-text.hide {
    display: none;
  }

  .container-home-hero-text {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar-icon_2 {
    color: var(--_honestcollab-variables---color--main-dark);
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 12.5px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .text-navbar-logo {
    color: var(--_honestcollab-variables---color--main-light);
  }

  .button-small {
    padding: .6em .8em;
  }

  .button-normal {
    padding: .9em 1.1em;
  }

  .padding-global {
    padding-left: .8em;
    padding-right: .8em;
  }

  .container-hero__001 {
    padding-top: 1em;
  }

  .content-style__002 {
    grid-column-gap: var(--_honestcollab-variables---spacing--s);
    grid-row-gap: var(--_honestcollab-variables---spacing--s);
  }

  .wrapper-project-photo {
    height: 50vh;
  }

  .content-faq2 {
    grid-column-gap: var(--_honestcollab-variables---spacing--xl);
    grid-row-gap: var(--_honestcollab-variables---spacing--xl);
  }

  .wrapper-project-lg-photos {
    height: 50vh;
  }

  .section_portfolio-hero {
    height: 40vh;
    padding-bottom: 1em;
  }

  .wrapper-service {
    grid-column-gap: var(--_honestcollab-variables---spacing--xl);
    grid-row-gap: var(--_honestcollab-variables---spacing--xl);
  }

  .wrapper-services-info-text {
    grid-column-gap: var(--_honestcollab-variables---spacing--s);
    grid-row-gap: var(--_honestcollab-variables---spacing--s);
  }

  .services-container-style__002 {
    grid-column-gap: var(--_honestcollab-variables---spacing--xxl);
    grid-row-gap: var(--_honestcollab-variables---spacing--xxl);
  }

  .portfolio-project-md {
    flex: 0 auto;
    height: 50vh;
  }

  .gallery-row-md {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-hero__004 {
    grid-column-gap: var(--_honestcollab-variables---spacing--lg);
    grid-row-gap: var(--_honestcollab-variables---spacing--lg);
  }

  .wrapper-project-info {
    grid-column-gap: var(--_honestcollab-variables---spacing--s);
    grid-row-gap: var(--_honestcollab-variables---spacing--s);
    flex-flow: column;
    align-items: flex-start;
  }

  .navbar-icon {
    color: var(--_honestcollab-variables---color--main-light);
  }

  .text-navbar-logo_2 {
    color: var(--_honestcollab-variables---color--main-dark);
  }

  .wrapper-home-hero-text.hide {
    display: none;
  }

  .navbar-icon_2 {
    color: var(--_honestcollab-variables---color--main-dark);
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}