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

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-ExtraLight.ttf') format("truetype"), url('../fonts/Manrope-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Bold.ttf') format("truetype"), url('../fonts/Manrope-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --grey-mid: #484848;
  --grey-dark: #1c1c1c;
  --ghost-white\<deleted\|variable-593abdcd\>: #eeedf2;
  --purple\<deleted\|variable-b38f62d1\>: #5c31ff;
  --rounded-corner-60px: 60px;
  --rounded-corner-34px: 34px;
  --midnight-blue\<deleted\|variable-c0109986\>: #b3cafc;
  --grey-light: #797979;
  --16px: 16px;
  --rounded44: 44px;
  --padding-80px: 70px;
  --padding-60px: 60px;
  --14px: 14px;
  --13px: 13px;
  --rounded-corner-18px: 18px;
  --padding-40px: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--grey-mid);
  background-color: #fff;
  font-family: Tropiline;
  font-size: 16px;
  font-weight: 400;
}

h1 {
  color: #2e2e2e;
  letter-spacing: -.06em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 108px;
  font-weight: 500;
  line-height: 1.1;
  display: inline-block;
}

h2 {
  color: var(--grey-dark);
  letter-spacing: -.04em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 5.4em;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  color: var(--grey-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1;
}

h4 {
  color: var(--grey-dark);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  color: #2a2a2a;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: .85em;
  font-weight: 500;
  line-height: 1.4;
}

p {
  color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
}

a {
  color: var(--grey-dark);
  font-size: 1em;
  text-decoration: none;
}

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

li {
  padding-bottom: 20px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 20px;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container-1.is--nav {
  justify-content: space-between;
  align-items: center;
  height: 6em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-1.is--footer {
  padding-top: 0;
  padding-bottom: 0;
}

.container-1.work {
  flex-direction: column;
  align-items: flex-start;
}

.container-1.space-between {
  justify-content: space-between;
  align-items: stretch;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is--nav {
  z-index: 2000;
  position: fixed;
  inset: 0% 0% auto;
}

.section.faq {
  padding-top: 160px;
}

.section.contact-page {
  padding-top: 78px;
}

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

.section.mywork {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-top: 60px;
}

.section.mywork.homepage {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
}

.section.bento {
  padding-top: 160px;
}

.section.bento.whatido {
  padding-top: 0;
}

.section.bottom-space {
  padding-bottom: 140px;
}

.nav__logo-link.w--current {
  width: 15em;
}

.page-gradient_container {
  z-index: -1;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  color: var(--ghost-white\<deleted\|variable-593abdcd\>);
  border-radius: 0;
  padding-top: 0;
  font-size: 1vw;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-gradient_container.homepage {
  z-index: 0;
  border-radius: var(--rounded-corner-60px);
  background-color: #eee;
  flex-flow: column;
  width: auto;
  height: 100%;
  display: block;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.page-gradient_container.home {
  background-color: #fff8f5;
}

.number {
  z-index: 1;
  border-bottom: 1.5px solid #eeedf230;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.2em 0;
  font-size: .8em;
  transition: font-size .5s, padding .5s linear, background-color .5s linear;
  display: flex;
  position: relative;
}

.heading-cont {
  align-items: center;
  display: flex;
}

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

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

.utility-page-form {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2-sm {
  font-size: 3.4em;
}

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

.margin-top.margin-small {
  margin: 1rem;
}

.margin-top.margin-xsmall {
  margin: .5rem;
}

.page-gradient_bkgd {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: hard-light;
  background-image: url('../images/gradient.png');
  background-position: 100% 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.page-gradient_bkgd.inner-pages {
  z-index: 0;
}

.navbar {
  z-index: 1000;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form-checkbox-label {
  font-family: Manrope, Arial, sans-serif;
}

.margin-xsmall {
  margin: .5rem;
}

.show-tablet {
  display: none;
}

.overflow-auto {
  overflow: auto;
}

.show {
  display: block;
}

.padding-xhuge {
  padding: 8rem;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.global-styles {
  color: var(--ghost-white\<deleted\|variable-593abdcd\>);
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-small {
  font-family: Manrope, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.form-message-success {
  padding: 1.25rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

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

.padding-small {
  padding: 1rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  color: #252525;
  text-align: center;
  background-color: #f9f6f6;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow .2s;
}

.button:hover {
  background-color: #f9f6f6a8;
  box-shadow: 0 2px 6px #0000001f;
}

.button.is-form-submit {
  font-family: Manrope, Arial, sans-serif;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

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

.text-style-italic {
  font-style: italic;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.background-color-grey {
  background-color: #a8c1d833;
}

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

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.text-style-link {
  text-decoration: underline;
}

.text-size-regular {
  font-size: 1rem;
}

.margin-huge {
  margin: 6rem;
}

.form-radio-label {
  font-family: Manrope, Arial, sans-serif;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.padding-medium {
  padding: 2rem;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.form-label {
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.padding-xxsmall {
  padding: .25rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-family: Manrope, Arial, sans-serif;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-family: Manrope, Arial, sans-serif;
}

.fs-styleguide_classes {
  display: none;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.icon-1x1-small {
  width: 16px;
  height: 16px;
  color: var(--grey-dark);
}

.icon-1x1-small.linkedin {
  width: 14px;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 0 70px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.show-mobile-landscape {
  display: none;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.form-wrapper {
  margin-bottom: 0;
}

.main-header {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.main-header.whatido {
  padding-bottom: 80px;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-medium {
  margin: 2rem;
}

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-xxhuge {
  margin: 12rem;
}

.fs-styleguide_color-sample.is-background2 {
  color: var(--midnight-blue\<deleted\|variable-c0109986\>);
}

.show-mobile-portrait {
  display: none;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-0 {
  margin: 0;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

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

.button-text {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.hide {
  display: none;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.blob {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .86;
  background-color: #91c4ff;
  border-radius: 9999px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  height: 300px;
  display: block;
}

.blob.inner-pages-4 {
  background-color: #f0d6ca;
}

.blob.blob-yelllow {
  width: 500px;
  height: 500px;
}

.blob-pink {
  mix-blend-mode: multiply;
  background-color: #ff6d9b;
  width: 300px;
  height: 300px;
  display: block;
}

.blob-pink.blob {
  mix-blend-mode: normal;
  background-color: #ffc0de;
  width: 300px;
  height: 300px;
}

.blob1-shell {
  mix-blend-mode: multiply;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: -20% -33% auto auto;
}

.blob1-shell.inner-pages {
  z-index: 0;
  top: 41%;
  left: auto;
  right: 0%;
}

.blob1-shell.inner-pages.home-opacity {
  opacity: .23;
}

.blob2-shell {
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  margin-left: 55%;
  margin-right: 0;
}

.blob2-shell.inner-pages-2 {
  z-index: 0;
  margin-top: 0%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 0;
  left: auto;
  right: -64%;
}

.blob2-shell.inner-pages-2.hide.home-opacity {
  opacity: .36;
}

.header-text {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1059px;
  display: flex;
}

.header-text.about {
  max-width: none;
  margin-top: 0;
}

.image {
  clear: right;
  width: 132px;
  height: 132px;
  margin: 0 auto auto 0;
  position: absolute;
  top: 0;
  left: 0;
}

.marquee-content.scroll {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #5c4e4e;
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: flex-start;
  min-width: auto;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
}

.marquee-content.scroll.reverse, .marquee-content.scroll.reverse-copy {
  color: #251075;
  text-transform: uppercase;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
}

.mix {
  width: 100%;
}

.mix.web {
  display: block;
  position: relative;
}

.mix.web.hide {
  display: none;
}

.body {
  object-fit: fill;
  height: auto;
  overflow: visible;
}

.body.bg-grey {
  background-color: #ececec;
}

.h4 {
  color: var(--grey-dark);
  font-family: Manrope, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.h4.subheading {
  color: var(--grey-mid);
  letter-spacing: 0;
  font-weight: 500;
}

.year {
  color: var(--grey-light);
  font-family: Manrope, Arial, sans-serif;
  font-size: var(--16px);
  letter-spacing: .1px;
  -webkit-text-stroke-color: var(--grey-light);
  font-weight: 400;
  display: none;
}

.headline_text {
  text-align: center;
  letter-spacing: -2px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 78px;
  font-weight: 500;
  line-height: 100%;
}

.headline_text.tricks.active {
  opacity: 1;
  letter-spacing: -.04em;
  font-size: 94px;
}

.headline_text.tricks.active.center {
  text-align: center;
  letter-spacing: -.05em;
  font-size: 80px;
  line-height: 1.2;
}

.headline_text.tricks.active.split-lines {
  text-align: center;
  font-size: 85px;
}

.project-img.screen {
  box-shadow: none;
  border: 9px solid #ece8e6a3;
  border-radius: 18px;
}

.project-img.screen.workcover {
  border-width: 7px;
  border-color: #ecececa3;
  width: 76%;
  max-width: 100%;
}

.project-img.screen.workcover.shadow {
  border-width: 10px;
  border-color: #f1e8e2b8;
  border-radius: 20px;
  max-width: 80%;
}

.project-img.screen.ancor {
  max-width: 80%;
}

.project-img.screen.ancor.shadow {
  border-radius: 20px;
}

.project-img.screen.websites {
  border-width: 10px;
  border-color: #e5dfda3d;
  border-radius: 26px;
  max-width: 78%;
}

.project-img.screen.clubworx, .project-img.screen.agency.shadow {
  max-width: 80%;
}

.project-img.razoo {
  max-width: 70%;
}

.project-img.baskins {
  width: 41%;
  max-width: 100%;
}

.project-img.greenvest {
  max-width: 79%;
}

.project-img.got2go {
  width: 72%;
}

.project-img.workcover {
  width: 84%;
}

.date {
  grid-column-gap: 15px;
  grid-row-gap: 6px;
  color: #797979;
  -webkit-text-stroke-color: #3d3d3d;
  flex-wrap: wrap;
  font-family: Manrope, Arial, sans-serif;
  display: flex;
}

.date.white {
  opacity: .8;
  color: #fff;
}

.date.hide {
  display: none;
}

.card-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-8 {
  color: var(--grey-dark);
  font-size: 18px;
  font-weight: 500;
}

.heading-8.white {
  color: #fff;
}

.portfolio-grid {
  float: none;
  clear: both;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start stretch;
  place-items: start;
  width: 100%;
  max-width: none;
  display: grid;
  position: relative;
}

.card-button {
  background-color: #ededed;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 36px 36px auto auto;
}

.card-icon-outer-wrapper {
  overflow: hidden;
}

.card-icon-wrapper {
  display: flex;
  position: relative;
}

.card-icon {
  width: 1.2rem;
  max-height: 1.2rem;
}

.card-icon.card-icon-absolute {
  position: absolute;
  inset: 100% 0% auto;
}

.footer {
  z-index: 0;
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.awards.hide {
  display: none;
}

.award-cricle {
  border-radius: 10000px;
  width: 66px;
  height: 100%;
  box-shadow: 0 2px 9px #0000000d;
}

.logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--rounded44);
  background-color: #e6dddd;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 132px;
  height: 132px;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo.subpage {
  border-radius: 31px;
  width: 100px;
  height: 100px;
}

.logo._2025 {
  border-radius: 18px;
  width: 60px;
  height: 60px;
  position: relative;
}

.filter-controls {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-bottom: 28px;
  padding-bottom: 0;
}

.filter-button {
  color: #353535;
  background-color: #fff9;
  border: 1px solid #fff;
  border-radius: 14px;
  padding: 10px 20px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 3px;
  right: -2px;
}

.portfolio-header {
  margin-bottom: 40px;
  padding-top: 100px;
}

.h2 {
  max-width: 100%;
  color: var(--grey-dark);
  text-align: left;
  letter-spacing: -2px;
  -webkit-text-stroke-color: #181818;
  font-family: Manrope, Arial, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 120%;
}

.h2.fade-in {
  text-align: left;
  max-width: 100%;
  font-size: 62px;
  font-weight: 500;
  line-height: 125%;
  overflow: visible;
}

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

.h2.center.mw-80 {
  max-width: 80%;
}

.grid.fade-in {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  grid-template-columns: 2.75fr 1.25fr;
}

.p15.bold {
  font-weight: 600;
}

.menu-bar {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.intro {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.hero {
  z-index: 3;
  perspective: none;
  flex: none;
  align-self: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 20px;
  position: relative;
}

.hero.inside-margin {
  margin-left: 15px;
  margin-right: 15px;
}

.portfolio-gradient {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-fill-about {
  object-fit: cover;
  border: 12px solid #fff;
  border-radius: 60px;
  width: 100%;
  max-height: 75vh;
  position: sticky;
  top: 134px;
}

.hero-rotate-image {
  z-index: auto;
  perspective: 1000px;
  border-radius: .875rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: relative;
  overflow: visible;
  transform: perspective(200vw);
}

.menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 42px;
  padding-left: 60px;
  padding-right: 60px;
  text-decoration: none;
  display: flex;
}

.screen {
  grid-row-gap: 10px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 0 52px 70.5px #000a171f;
}

.browser-img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  box-shadow: 0 53px 70px #0003;
}

.container-m {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  perspective: 1000px;
  flex-direction: column;
  align-items: center;
  width: 84%;
  min-width: auto;
  max-width: 1140px;
  display: flex;
  transform: translate(0);
}

.container-m._2-col {
  flex-direction: row;
}

.container-m._2-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
}

.container-m.hide {
  display: none;
}

.container-m.tighter {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.container-m.less-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.full-width-img {
  grid-row-gap: 10px;
  -webkit-text-stroke-color: #083773;
  background-color: #669fec00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.full-width-img.wc-1 {
  max-height: 100vh;
  overflow: hidden;
}

.full-width-img.browser-screen {
  background-color: #114fad;
  max-width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-img.login-screen-wc {
  background-color: #e6eeff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-img.scrolling-screen-parent {
  color: #114fad;
  background-color: #114fad;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-img.modular-img-type {
  background-color: #013c8c;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-img.modular-img-type.overbit-bg {
  -webkit-text-stroke-color: #0281ff;
  background-color: #182652;
}

.full-width-img.modular-img-type2 {
  background-color: #b8d7ff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-img.db-bg {
  background-color: #0059cd;
}

.full-width-img.db-bg.overbit-bg {
  background-color: #162142;
}

.full-width-img.db-bg.ligter {
  background-color: #bdcee5;
}

.full-width-img.nb-bg {
  background-color: #002b68;
}

.full-width-img.full-height {
  height: 100vh;
}

.full-width-img.logic-old {
  background-color: #fcf7e3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-img.razoo-img {
  background-color: #110837;
  padding-top: 180px;
  padding-bottom: 180px;
}

.full-width-img.razoo-bg {
  background-color: #f8f9ff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-img.razoo-bg.delploy-bg {
  background-color: #6479f9;
  padding-top: 0;
  padding-bottom: 0;
}

.full-width-img.greenvest {
  background-color: #bcd2bc;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-img.baskins-top-part {
  -webkit-text-stroke-color: #ffd0d0;
  background-color: #ffd3da;
  padding-top: 0;
  padding-bottom: 0;
}

.full-width-img.lb {
  background-color: #efe8e8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.full-width-img.agency {
  background-color: #669fec00;
}

.full-width-img.agency.top-img-1 {
  padding-top: 114px;
}

.full-width-img.whole {
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.full-width-img.livebetter {
  background-color: #6d367a;
}

.full-width-img.ex-oz {
  background-color: #ccebed;
}

.full-width-img.freighty {
  grid-column-gap: 100px;
  background-color: #112083;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 120vh;
  padding-top: 60px;
  padding-bottom: 0;
  overflow: hidden;
}

.full-width-img.gottogo {
  background-image: linear-gradient(#eff8ff, #eff8ff);
  max-height: 100vh;
  overflow: hidden;
}

.full-width-img.ffcoas-screen {
  background-image: linear-gradient(#f6f8f7, #f6f8f7);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-s {
  grid-row-gap: 83px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.container-s.tight-text {
  grid-row-gap: 30px;
}

.container-s.project-intro {
  grid-row-gap: 60px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.text-contain {
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.p18 {
  color: #303030;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 185%;
  text-decoration: none;
}

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

._2-col {
  grid-column-gap: 44px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rounded {
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  text-decoration: none;
  display: block;
}

.img-approch {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.communications-poor-organization-and-categorization-in-the-communications-section-automation-repetitive-tasks-due-to-lack-of-automation-navigation-challenging-navigation-and-information-retrieval-dashboard-non-optimized-dashboard-view-impacting-workflow-efficiency-0 {
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 185%;
  text-decoration: none;
}

._9--responsive-website-browser-mockup-1 {
  object-fit: contain;
}

.text-11 {
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 185%;
  text-decoration: none;
}

.screen-border-image {
  aspect-ratio: auto;
  object-fit: contain;
  border: 9px solid #082142;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.screen-border-image.logiqc-b {
  border-width: 11px;
  border-color: #1d3b5724;
  border-radius: 15px;
}

.screen-border-image.height-auto {
  height: auto;
}

.screen-border-image.height-auto.got2go-border {
  border-width: 8px;
  border-color: #65c4f045;
  border-radius: 14px;
  max-width: none;
}

.screen-border-image.clubwork-b {
  border-width: 10px;
  border-color: #2e39591c;
  border-radius: 23px;
}

.screen-border-image.baskins {
  border-color: #ffd8d9;
}

.screen-border-image.easier {
  border-width: 10px;
  border-color: #1b17301a;
  border-radius: 20px;
}

.modular-1 {
  object-fit: contain;
  max-width: 950px;
}

._4--responsive-website-browser-mockup-copy-1 {
  object-fit: none;
  width: 100%;
  position: static;
}

._2-col-img {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vectors-wrapper-6 {
  object-fit: fill;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: auto;
}

.vectors-wrapper-6.uneven {
  width: auto;
  max-width: none;
  height: auto;
}

.vectors-wrapper-6.uneven-img {
  object-fit: fill;
  width: auto;
  max-width: 100%;
  height: auto;
}

.vectors-wrapper-6.uneven-img-2 {
  width: auto;
  max-width: 100%;
}

.phone-images-group {
  grid-column-gap: 40px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.group-10 {
  clear: none;
  aspect-ratio: auto;
  object-fit: scale-down;
  flex: 1;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
  overflow: auto;
}

.group {
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.img-rounded {
  object-fit: cover;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  text-decoration: none;
  display: flex;
}

.text-26 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.group-11 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.before-worker-conneect {
  object-fit: cover;
}

.screen-scroll {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  height: auto;
  padding-top: 62px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 52px 70.5px #000a171f;
}

.screen-menu {
  object-fit: contain;
  min-width: 100%;
  height: auto;
  margin-top: 0;
  position: static;
}

.screen-frame {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.browser-bar-img {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: auto;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.workcer-connect-before-1 {
  object-fit: cover;
  width: 100%;
}

.image-84 {
  object-fit: cover;
  width: 100%;
}

.after-img {
  object-fit: cover;
}

.flex {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.flex.down {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
}

.menu-parent-2 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.dropdown-list.w--open {
  position: fixed;
  inset: 0% 0% 0% auto;
}

.container-navbar.homepage {
  justify-content: flex-end;
}

.navbar-brand.w--current {
  padding-left: 0;
}

.navbar-button {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: .8rem;
  display: block;
}

.navbar-button.w--open {
  background-color: #fff0;
}

.link {
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.link.is-contact {
  color: #f7f6f1;
  font-size: 1.25rem;
  text-decoration: none;
}

.link.is-social {
  border: 1px solid #afafaf;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

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

.h3 {
  color: var(--grey-dark);
  font-family: Manrope, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
}

.col2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.image-85 {
  object-fit: cover;
  width: 100vw;
}

._2-col-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  width: 1140px;
  display: flex;
}

.highlight {
  opacity: .06;
  filter: blur(74px);
  background-color: #fff;
  border-radius: 50%;
  width: 78%;
  height: 100%;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

._2-col {
  flex-flow: row;
  align-items: flex-start;
}

._2-col.uneven {
  justify-content: flex-start;
  align-items: flex-start;
}

.scrolling-screen {
  position: relative;
  top: 0;
}

.browser-screen {
  object-fit: none;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 52px 70.5px #000a171f;
}

.browser-screen.hieght-fix {
  height: 100%;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.login-screen-1 {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.portfolio-section {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.portfolio-section.no-bottom-padding {
  padding-bottom: 0;
}

.portfolio-section.no-bottom-padding.no-top-padding {
  padding-top: 0;
}

.portfolio-section.bottom {
  padding-bottom: 0;
}

._2-col-mockup {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 80%;
  display: flex;
}

.bg-video {
  z-index: 0;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.full-height-img {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.image-86 {
  z-index: 1;
  width: 280px;
  position: absolute;
  inset: auto;
}

.rounded-img {
  border-radius: 20px;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.rounded-img.auto-height {
  height: auto;
  position: sticky;
}

.rounded-img.cleanedge {
  border-radius: 0;
}

.img {
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  position: static;
  overflow: auto;
}

.img.height-glitxh {
  object-fit: contain;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
}

.img.deploy-screen {
  border: 1px solid #dfe2f5;
  border-radius: 8px;
}

.img.constaint {
  max-width: 1920px;
}

.img.block {
  min-width: auto;
  display: block;
}

.img.margin-bottom {
  margin-bottom: 100px;
}

.img.luxbid {
  mix-blend-mode: multiply;
}

.col-1-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.img-shadow {
  border-radius: 15px;
  box-shadow: 0 15px 37px #00000014;
}

.razoo-brand {
  max-width: 615px;
}

.paralax-columns {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  height: 100%;
  display: flex;
  position: relative;
}

.col-1-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.col-1-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 32%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
}

.got2go-border {
  object-fit: fill;
  border: 8px solid #c0d3db33;
  border-radius: 18px;
  width: 100%;
}

.h4-2 {
  color: #1c1c1c;
  font-family: Manrope, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.img-in-col {
  object-fit: fill;
  height: auto;
  overflow: hidden;
}

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

.img-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.track {
  background-color: #104382;
  width: 100vw;
  height: 1500vh;
  position: static;
}

.track.agency-page {
  background-color: #10438200;
  height: 700vh;
}

.track.baskins {
  height: 1600vh;
}

.camera {
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.item {
  aspect-ratio: auto;
  flex: none;
  justify-content: flex-start;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  height: 100vh;
  margin-top: 0;
  padding: 40px 32px;
  display: flex;
  position: relative;
}

.item.first {
  padding: 40px;
}

.item.agency-full-width-omg {
  padding: 0;
}

.item.agency-vid-slide {
  background-color: #0088cb;
  padding: 0;
}

.item.inside-screen {
  background-color: #092a5b;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 0;
}

.item.mosiac-screen {
  background-color: #0087cb;
  padding: 0;
}

.slide-img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: auto;
}

.background-video-3 {
  z-index: 1;
  aspect-ratio: 16 / 9.5;
  object-fit: cover;
  border-radius: 13px;
  width: auto;
  min-width: 70%;
  max-width: 90%;
  height: auto;
  min-height: auto;
  max-height: 85%;
  margin: auto;
  display: block;
}

.footer-col-1 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.get-in-touch {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 74px;
  font-weight: 500;
  line-height: 115%;
  text-decoration: none;
}

.email {
  color: #000;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 109%;
  text-decoration: underline;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.email:hover {
  background-color: #fcf2ea;
}

.footer-col-2 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 37%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.footer-col {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-col.mt {
  padding-top: 20px;
}

.footer-nav-head {
  color: #00000080;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 109%;
  text-decoration: none;
}

.footer-link {
  color: #000;
  -webkit-text-stroke-color: #353535;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 109%;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.footer-link:hover {
  color: #1f1f1f;
  background-color: #fcf2ea;
}

.footer-sub-text {
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
}

.p16 {
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.mosaic-screens {
  max-width: 90%;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-87 {
  width: 68%;
  min-width: auto;
  max-width: 1500px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: 75px;
}

.whole-graphic {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 350vh;
  display: flex;
  overflow: hidden;
}

.whole-graphic.wedding {
  background-color: #7f0004;
}

.full-img-slide {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.next-page {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-top: 100px;
  display: flex;
}

.link-2 {
  font-family: Manrope, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 100%;
}

.next {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  opacity: .94;
  background-color: #fff;
  border: 1px #000;
  border-radius: 44px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 158px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-88 {
  width: auto;
  height: 26px;
  margin-top: 6px;
}

.about {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.split-lines.aboutpage.tricks.active {
  letter-spacing: -.04em;
  font-size: 84px;
  line-height: 1.2;
}

.word-span-39.is--green, .word-span-38.is--green, .word-span-37.is--green, .word-span-42.is--green, .word-span-40.is--green {
  color: #2d9a95;
}

.word-span-36.is--green, .word-span-41.is--green {
  color: #2d9a95;
}

._2-col-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

._2-col-grid.mt-40 {
  height: 100%;
  margin-top: 40px;
}

._2-col-grid.less-gap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.category-grid-item.hide {
  display: none;
}

.heading--3 {
  color: #000000d1;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 84px;
  font-weight: 600;
  line-height: 122%;
  text-decoration: none;
}

.heading--3.margin.tricks.active {
  font-weight: 600;
}

.content {
  background-color: #fff0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 16px 16px 0;
  text-decoration: none;
  display: flex;
}

.about-text {
  width: 100%;
}

.navbar-3 {
  background-color: #ddd0;
  justify-content: space-between;
  align-self: auto;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nav-menu {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff87;
  border: 1px solid #9292921a;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 6px 6px 6px 2px;
  display: flex;
  position: static;
}

.nav-menu._2025 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  -webkit-backdrop-filter: blur(2px) saturate(180%) url(#glass-distortion);
  backdrop-filter: blur(2px) saturate(180%) url(#glass-distortion);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 8px 24px rgba(0, 0, 0, .1);
  border-color: #fff;
  border-radius: 26px;
  padding: 8px;
  overflow: hidden;
}

.nav-link-2 {
  position: relative;
}

.nav-link-2 {
  color: var(--grey-dark);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
}

.nav-link-2.w--current {
  color: #1f1f1f;
  font-weight: 500;
}

.nav-link-2.hide {
  display: none;
}

.btn-hireme {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  min-height: 60px;
  padding: 10px 18px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 1px 2px #1018280f, 0 1px 3px #1018281a;
}

.btn-hireme:hover {
  box-shadow: 0 1px 6px #1018280f, 0 11px 9px #1018281a;
}

.btn-hireme.hide {
  border-radius: 18px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  min-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.vectors-wrapper-14 {
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 7px;
  height: 7px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 4px #44df8c;
}

.vectors-wrapper-14.hide {
  display: none;
}

.text-32 {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.inner-page-menu-container {
  z-index: 2;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  position: sticky;
  top: 0;
}

.brand-2 {
  margin-right: 10px;
}

.brand-2.w--current {
  margin-right: 0;
}

.paragraph-3 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 157%;
}

.container-l {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  display: flex;
}

.container-l.tag-wrapper {
  padding: 0;
}

.container-l._100pxgap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.container-l.flex {
  flex-flow: row;
}

.container-l.flex.contac5 {
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-l.middle {
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
}

.container-l.middle.work {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.container-l.center {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
}

.container-l.center.section-gap {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  height: auto;
}

.container-l.space-between {
  flex-flow: row;
  justify-content: space-between;
}

.container-l.hide {
  display: none;
}

.social-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h1 {
  text-align: center;
  letter-spacing: -2px;
  font-size: 90px;
}

.btn-group {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.btn-group.hide {
  display: none;
  overflow: visible;
}

.is--light {
  color: #d8d8d8;
}

.accordion-item {
  border-top: 2px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding: 4em 2em;
  display: flex;
}

.accordion-item.is--last {
  border-bottom-width: 3px;
}

.accordion-item.is--first {
  -webkit-backdrop-filter: blur(5px) blur(20px);
  backdrop-filter: blur(5px) blur(20px);
  mix-blend-mode: normal;
  background-color: #ffffff73;
  border: 1px solid #00000008;
  border-radius: 26px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.accordion-item.is--first.hide {
  display: none;
}

.icon_line {
  background-color: #2b2b2b;
  width: 2px;
  padding-top: 22px;
  transform: rotate(90deg);
}

.icon_line.is--2 {
  width: 2px;
  padding-top: 22px;
  position: absolute;
  transform: none;
}

.accordion-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title_wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion_paragraph {
  flex-direction: column;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.item_head {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.item_content-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.icon_wrapper {
  justify-content: center;
  align-items: center;
  width: 4.5em;
  padding: .9em;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.h5 {
  color: var(--grey-dark);
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.img-cover {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.img-cover.cleanedge, .img-cover.clean-edge {
  border-radius: 0;
  height: 100%;
}

.tag-line-wrapper.hide {
  overflow: hidden;
}

.tag-content-text-1 {
  z-index: 2;
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 110%;
  position: relative;
}

.tag-wrapper {
  background-color: #fff0;
  height: 100%;
  padding: 0;
  position: relative;
}

.tag-wrapper.container-l {
  padding-top: 80px;
  padding-bottom: 0;
}

.tag-canvas {
  transform-origin: 0 0;
  mix-blend-mode: luminosity;
  background-color: #fff9;
  border: 1px solid #eeeeee82;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1);
}

.skills {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 100px;
  display: flex;
  overflow: hidden;
}

.tag-content-wrapper {
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 38% 0% auto 50%;
  transform: translate(-50%);
}

.tag-content-text-wrap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tag-element {
  background-color: #fff0;
  border: 1px #5259634d;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.p-16 {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 400;
}

.p-16.semibold {
  font-weight: 600;
}

.p-16.semibold.white {
  color: #000;
}

.drag-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.image-91 {
  opacity: .88;
  width: 24px;
}

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

.image-full-width.screen.hide {
  display: none;
}

.image-full-width.phone {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 8px solid #e5e7ec;
}

.image-full-width.phone.auto, .image-full-width.edit {
  height: auto;
}

.img-auto {
  width: auto;
  height: 100%;
  max-height: 100%;
  position: relative;
}

.bullet {
  color: #202020;
}

.ffcoa-screen-img {
  width: 85%;
  max-width: 1280px;
  height: 100%;
}

.background-video-4 {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  min-height: 686px;
}

.col-one {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: inline-flex;
}

.frame-1597882132 {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hi-i-m-hugo-i-buil {
  color: #000000d1;
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 123%;
  text-decoration: none;
}

.link-group {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 288px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  text-decoration: none;
  display: flex;
}

.text-34 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

.frame-1597882153 {
  grid-column-gap: 19px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.col-two {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: inline-flex;
}

.label {
  color: #282828;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.input {
  grid-column-gap: 8px;
  -webkit-backdrop-filter: blur(4.5px);
  backdrop-filter: blur(4.5px);
  background-color: #ffffff75;
  border: 1px solid #fff;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  padding: 18px 22px;
  font-family: Manrope, Arial, sans-serif;
  text-decoration: none;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.input:hover {
  background-color: #ffffffa6;
}

.input.full {
  height: 158px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
}

.radio {
  grid-column-gap: 12px;
  -webkit-backdrop-filter: blur(4.5px);
  backdrop-filter: blur(4.5px);
  background-color: #ffffff75;
  border: 1px solid #fff;
  border-radius: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding: 15px 20px 15px 29px;
  text-decoration: none;
  display: inline-flex;
}

.tab-button-base {
  grid-column-gap: 8px;
  width: 114px;
  height: 48px;
  color: var(--grey-dark);
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #1018280f, 0 1px 3px #1018281a;
}

.tab-button-base.submit {
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding: 14px;
}

.local-time-1210-0 {
  color: #939393;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 33px;
  text-decoration: none;
}

.local-time-1210-1 {
  color: #9a9a9a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 33px;
  text-decoration: none;
}

.local-time-1210-2 {
  color: #4e4e4e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 33px;
  text-decoration: none;
}

.form-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.form-block {
  width: 100%;
}

.input-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.input-group.password {
  flex-flow: row;
  width: 80%;
}

.input-group.hide {
  display: none;
}

.radio-button-label {
  color: var(--grey-dark);
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  line-height: 150%;
}

.radio-button {
  border-color: #6e6e6e;
  width: 18px;
  height: 18px;
}

.radio-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.icon-link {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-link.disabled {
  opacity: .1;
}

.contact-link-group {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  display: flex;
}

.colgroup {
  grid-column-gap: 38px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.testamonal {
  grid-row-gap: 28px;
  background-color: #fffffff2;
  border: 1px #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.stars {
  grid-column-gap: 5.17241px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.stars.hide {
  display: none;
}

.text-and-supporting-text {
  grid-column-gap: 17px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-38 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.supporting-text-2 {
  color: #475467;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.quote-person {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.center-heading {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  line-height: 109px;
  display: flex;
}

.p-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.p-card.wc {
  aspect-ratio: 16 / 14;
  background-color: #0059cc;
  border-radius: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.p-card.wc.birdy {
  background-color: #fff6f2;
}

.p-card.wc.go {
  background-color: #e3eeff;
}

.p-card.wc.logiqc {
  background-color: #1d3a56;
}

.p-card.wc.deployable {
  background-color: #6478f9;
}

.p-card.wc.cw {
  background-color: #e4e9f6;
}

.p-card.wc.br {
  background-color: #f8eaf1;
}

.p-card.wc.ob {
  background-color: #0d1c42;
}

.p-card.wc.agency {
  background-color: #00558a;
}

.p-card.wc.forms {
  background-color: #e7f1ed;
}

.p-card.wc.random {
  background-color: #f5f2f2;
}

.p-card.wc.razoo {
  background-color: #7468ff;
}

.p-card.wc.property {
  background-color: #223628;
}

.p-card.altlayout {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fffc;
  border: 1px solid #fff;
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  height: 500px;
}

.bottom-content {
  justify-content: space-between;
  height: auto;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.portfolio-image {
  z-index: 0;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  inset: auto 0% 0;
}

.portfolio-image.deployable {
  width: 111%;
  max-width: none;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-image.clbuworx {
  margin-top: 25px;
}

.center-img {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 80%;
  max-width: 83%;
  height: auto;
  max-height: 100%;
  display: inline-flex;
}

.center-img.phones {
  width: 61%;
}

.center-img.screen {
  max-width: 86%;
}

.center-img.baskins {
  min-width: 87%;
  max-width: 63%;
  max-height: 89%;
}

.center-img.razoo {
  max-width: 56%;
  margin-bottom: 59px;
}

.center-img.birdy {
  margin-bottom: 30px;
}

.center-img.birdy-screen {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-width: 88%;
  margin-top: auto;
  overflow: hidden;
  box-shadow: 0 19px 56px 14px #ff611e24;
}

.center-img.birdy-screen.cw {
  box-shadow: 0 19px 56px 14px #00000024;
}

.center-img.got2go {
  border-radius: 7px;
  max-width: 90%;
  box-shadow: 0 20px 34px #bfcfe4;
}

.center-img.deployable {
  max-width: 100%;
}

.center-img.larger {
  max-width: 89%;
}

.center-img.logiqc-mobile {
  max-width: 93%;
  max-height: none;
}

.img-wrap {
  aspect-ratio: 1;
  background-image: linear-gradient(#eee, #eee);
  border-radius: 32px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 90%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-wrap.razoo {
  background-image: linear-gradient(#7468ff, #7468ff);
}

.img-wrap.baskins {
  background-image: linear-gradient(#f8eaf1, #f8eaf1);
}

.img-wrap.deployable {
  background-image: linear-gradient(#dadaf7, #dadaf7);
}

.img-wrap.logiqc {
  background-image: linear-gradient(#e7eef6, #e7eef6);
  border-radius: 28px;
  overflow: hidden;
}

.img-wrap.got2go {
  background-image: linear-gradient(#f3f8ff, #f3f8ff);
}

.img-wrap.agency {
  background-image: linear-gradient(#00558a, #00558a);
}

.img-wrap.luxebid {
  background-image: linear-gradient(#ececec, #ececec);
}

.img-wrap.greenvest {
  background-image: linear-gradient(#223628, #223628);
}

.img-wrap.overbit {
  background-image: linear-gradient(#0d1c42, #0d1c42);
}

.img-wrap.birdy {
  background-image: linear-gradient(#ffe1d4, #ffe1d4);
}

.img-wrap.ffcoa {
  background-image: linear-gradient(#e7f1ed, #e7f1ed);
}

.img-wrap.clubworx {
  background-image: linear-gradient(#e5e8f5, #e5e8f5);
}

.img-wrap.workcover {
  background-image: linear-gradient(#1978f6, #1978f6);
  max-height: 100%;
}

.img-wrap.workcover.phonesbg {
  background-image: linear-gradient(#b6d6ff, #b6d6ff);
}

.img-wrap.alt-layout {
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  height: 100%;
  max-height: none;
}

.img-wrap.alt-layout.baskins {
  background-image: linear-gradient(#ffe7ed, #ffe7ed);
}

.img-wrap.alt-layout.got2go {
  background-image: linear-gradient(#eef4ff, #eef4ff);
}

.password-page {
  width: 57px;
}

.masonry {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-94 {
  width: 58px;
  height: 100%;
}

.hi-i-m-hugo-i-buil-11 {
  color: #000000d1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 166%;
  text-decoration: none;
}

.section-8.test {
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 0;
}

.frame-1597882154 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 25.8621px;
  height: 25.8621px;
  text-decoration: none;
  display: flex;
}

.blob-2-wrap {
  z-index: -1;
  opacity: .5;
  mix-blend-mode: multiply;
  position: absolute;
  inset: -2% 14% auto auto;
}

.blob-1-wrap {
  z-index: -1;
  opacity: .5;
  mix-blend-mode: normal;
  position: absolute;
  inset: -18% 4% auto auto;
}

.blob-3-wrap {
  z-index: -1;
  opacity: .5;
  mix-blend-mode: normal;
  position: absolute;
  inset: 8% 2% auto auto;
}

.blob-yelllow.blob {
  background-color: #ffe749;
}

.blob-green.blob {
  background-color: #afeebd;
  border: 1px solid #fff;
  width: 190px;
  height: 190px;
}

.blob-blue.blob {
  opacity: 1;
  background-color: #b4ccff;
  border: 1px solid #fff;
  width: 300px;
  height: 300px;
  position: static;
}

.blob-4-wrap {
  z-index: -1;
  mix-blend-mode: normal;
  position: absolute;
  inset: -6% 20% auto auto;
}

.blob-field {
  z-index: -1;
  position: absolute;
  inset: 0;
  pointer-events: none;
  filter: blur(6px) contrast(9);
}

.blob-cursor {
  width: 160px;
  height: 160px;
  background-color: #c9b4ff;
  border-radius: 9999px;
  filter: blur(120px);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .4s ease;
  will-change: transform;
}

.blob {
  animation: blob-morph 9s ease-in-out infinite;
}

.blob-pink.blob {
  animation-duration: 11s;
}

.blob-blue.blob {
  animation-duration: 13s;
}

@keyframes blob-morph {
  0%, 100% {
    border-radius: 42% 58% 63% 37% / 47% 41% 59% 53%;
  }
  50% {
    border-radius: 63% 37% 41% 59% / 51% 62% 38% 49%;
  }
}

.badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #ffffff91;
  border: 1px solid #fff;
  border-radius: 22px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 12px 20px;
  display: flex;
}

.badge.hide {
  display: none;
}

.icon {
  width: 20px;
  color: var(--grey-dark);
}

.side-img {
  aspect-ratio: auto;
  width: 134%;
  max-width: none;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto 0% -6% 2%;
}

.flex-right {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: space-between;
  display: flex;
}

.flex-space-between {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.flex-space-between.footer-bottom {
  align-items: flex-end;
}

.heading-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.innder-prage-header {
  margin-top: 60px;
  margin-bottom: 20px;
}

.holder-block {
  width: 100%;
  min-height: 180px;
  display: flex;
  overflow: visible;
}

.moving-block {
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.marquee-horizontal {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal.medium-marquee {
  z-index: 1;
  width: 100%;
  height: 340px;
  overflow: visible;
}

.track-horizontal-1 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.medium-marquee {
  width: 260px;
  margin-right: 0;
}

.moving-img {
  border-radius: 14px;
  height: 100%;
  box-shadow: 0 2px 54px 1px #c4c4c43d;
}

.img-slider-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.track-horizontal-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  height: 100%;
  display: flex;
}

.inner-header-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 81%;
  max-width: 1300px;
  padding-bottom: 0;
  display: flex;
}

.bento-grid-card {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vectors-wrapper-23 {
  mix-blend-mode: multiply;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-23.ml {
  aspect-ratio: auto;
  mix-blend-mode: multiply;
  object-fit: contain;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-left: 0;
}

.vectors-wrapper-23._wf-img {
  object-fit: contain;
  width: 85%;
  height: auto;
  margin: auto;
  overflow: visible;
}

.vectors-wrapper-23.lean {
  object-fit: contain;
}

.text-39 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.title {
  color: #141c25;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.description {
  color: #344051d6;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.description.center {
  text-align: center;
  line-height: 184%;
}

._3-card-col {
  grid-column-gap: 2.5%;
  grid-row-gap: 2.5%;
  display: flex;
}

.point-card {
  grid-row-gap: 28px;
  background-color: #fff;
  border-radius: 33px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.top-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.featured-icon {
  grid-column-gap: 10px;
  background-color: #f5f5f5;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 28px;
  text-decoration: none;
  display: flex;
}

.text-40 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-2 {
  color: #141c25;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}

.description-2 {
  color: #484c52;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 169%;
  text-decoration: none;
}

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

.offer-img {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.bento-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  justify-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  display: grid;
  transform: translate(0);
}

.bento-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 36px;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding: 10px 10px 12px;
  display: flex;
}

.bento-card.square {
  object-fit: fill;
}

.bento-img-wrap {
  background-color: #e9edee;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bento-img-wrap.mobileimg {
  justify-content: center;
  align-items: flex-end;
}

.bento-text {
  padding-left: 10px;
  padding-right: 10px;
}

.bento-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.brand-image.logiqc {
  border-radius: 29px;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transform: rotate(15deg);
  box-shadow: 0 11px 12px #00000012;
}

.background-video-5 {
  z-index: 1;
  object-fit: contain;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-left: 28px;
  display: flex;
  overflow: hidden;
}

.full-img {
  object-fit: cover;
  height: 100%;
}

.container-xl {
  width: 96%;
}

.container-xl.bento {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.middle-logo {
  width: 54%;
  margin-top: 19px;
}

.got2gologo {
  width: 45%;
}

.p-small {
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

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

._2col-grid.container-page {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
}

._4-col-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-col-grid.mosic {
  grid-template-rows: auto;
}

.bento-image {
  object-fit: cover;
  height: 100%;
  position: absolute;
}

.foooter-col-flex {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.foooter-col-flex.awards-col {
  justify-content: center;
  align-items: center;
}

.award-style-2 {
  object-fit: contain;
  width: 82px;
  height: 100%;
  max-height: 82px;
}

.full-card-img {
  object-fit: cover;
  align-self: stretch;
  height: 100%;
}

.full-card-img.full-height-only {
  object-fit: contain;
  max-height: 100%;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1.pill {
  padding-right: 0;
}

.splide__slide {
  flex: none;
  width: 52%;
  min-width: 600px;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__arrows.is--mobile-center {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

.splide__track {
  width: 100%;
}

.splide__list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.testomal-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-image: linear-gradient(#ffffffbf, #ffffffbf);
  border: 1px solid #fff;
  border-radius: 41px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.testomal-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 161%;
}

.testomal-img {
  border-radius: 100%;
  width: 45px;
}

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

.flex-group-row {
  flex-flow: column;
  display: flex;
}

.p14 {
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
}

.p14.m {
  font-weight: 500;
}

.c-arrow {
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.c-arrow:hover {
  color: #fff;
  background-color: #000;
}

.c-arrow.cc-right {
  color: #000;
  border-color: #000;
  transform: rotate(180deg);
}

.c-arrow.cc-right:hover {
  color: #fff;
  background-color: #000;
}

.c-arrow_embed {
  width: 16px;
  height: 16px;
}

.arroows {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.alert {
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
}

.rich-text-block {
  font-size: 20px;
  line-height: 160%;
}

.rich-text-block.center {
  text-align: center;
}

.rich-text-block.full-width {
  width: 100%;
}

.portfolio-rich-text {
  font-size: 18px;
  line-height: 140%;
}

.lightbox {
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.lightbox:hover {
  margin-top: -4px;
  box-shadow: 0 8px 20px #0003;
}

.work-intro.fade-in {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  width: 100%;
}

.project-tags {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: wrap;
  margin-top: 20px;
  display: inline-flex;
}

.project-tag {
  color: var(--grey-mid);
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.case-study-sections {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  list-style-type: none;
}

.project-item {
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 160%;
  text-decoration: underline;
}

.p20 {
  font-size: 20px;
}

.p20.bold {
  font-weight: 600;
  line-height: 150%;
}

.heading-13 {
  margin-bottom: 20px;
}

.main-nav-2025 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: sticky;
  top: 20px;
}

.faq-heading {
  margin-bottom: 0;
}

.moji {
  order: 0;
  width: 96px;
  height: 100%;
}

.porrtfolio-layout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.right-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  width: 40%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.pill {
  grid-column-gap: 4px;
  background-color: #eee;
  border-radius: 22px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  text-decoration: none;
  display: flex;
}

.pill-text {
  color: #424242;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.project-logo {
  width: 205px;
}

.project-logo.logiqc {
  width: 100px;
}

.project-logo.got2gologo {
  width: 112px;
}

.project-logo.deployable {
  width: 149px;
}

.project-logo.baskins {
  width: 136px;
}

.project-logo.ob {
  width: 118px;
}

.project-logo.clubworx {
  width: 136px;
}

.project-logo.birdy {
  width: 112px;
}

.tag-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

.insteadoflogo {
  color: var(--grey-dark);
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
}

.glass {
  display: none;
}

.paragraph-4 {
  font-size: 20px;
}

.list {
  font-size: 18px;
}

@media screen and (min-width: 1280px) {
  .header-text {
    width: 92%;
  }

  .mix.brand.product.ux {
    padding: 40px;
  }

  .headline_text.tricks.active {
    font-size: 91px;
  }

  .award-cricle {
    box-shadow: 0 2px 12px #0000000f;
  }

  .image-fill-about {
    max-height: 79vh;
    top: 118px;
  }

  .screen-border-image.easier {
    border-width: 9px;
    border-color: #48445f29;
  }

  .flex {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  ._2-col-container.baskins-page {
    width: 100%;
  }

  .camera {
    overflow: hidden;
  }

  .item {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-87 {
    max-width: 1200px;
  }

  .container-l {
    max-width: 1400px;
  }

  .bento-img-wrap {
    min-height: 258px;
  }

  .foooter-col-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .award-style-2 {
    object-fit: contain;
  }
}

@media screen and (min-width: 1440px) {

  .section.bento {
    overflow: visible;
  }

  .page-gradient_container.home {
    background-color: #f5f1ef;
  }

  .header {
    padding-bottom: 90px;
  }

  .header.whatido {
    padding-bottom: 0;
  }

  .header-text {
    width: 91%;
  }

  .image {
    width: 140px;
    height: 140px;
  }

  .headline_text.tricks.active {
    opacity: 1;
  }

  .project-img.screen.workcover {
    max-width: 82%;
  }

  .project-img.screen.workcover.shadow {
    max-width: 78%;
  }

  .project-img.screen.ancor, .project-img.greenvest {
    max-width: 82%;
  }

  .date {
    font-size: 18px;
  }

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

  .logo {
    width: 140px;
    height: 140px;
  }

  .logo.subpage {
    width: 110px;
    height: 110px;
  }

  .portfolio-header {
    opacity: 1;
    outline-offset: 0px;
    border-radius: 11px;
    outline: 3px #484848;
  }

  .container-m {
    width: 1280px;
    max-width: 86%;
  }

  .flex {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

  .h3 {
    font-size: 32px;
  }

  .heading--3 {
    font-weight: 500;
  }

  .container-l.middle {
    max-width: 1600px;
  }

  .p-card.altlayout {
    height: 550px;
  }

  .bento-img-wrap {
    min-height: 326px;
  }

  .brand-image.logiqc {
    transition: opacity .2s;
    transform: rotate(15deg);
  }

  .lightbox {
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
  }

  .lightbox:hover {
    box-shadow: 0 2px 5px #0003;
  }

  .porrtfolio-layout {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .project-logo.logiqc {
    width: 114px;
  }
}

@media screen and (min-width: 1920px) {
  .container-1.space-between {
    max-width: 1500px;
  }

  .page-gradient_container.homepage {
    width: 100%;
  }

  .header {
    padding-left: 90px;
    padding-right: 90px;
  }

  .header.whatido {
    padding-bottom: 0;
  }

  .header-text {
    max-width: 1117px;
  }

  .marquee-content.scroll {
    font-size: 20px;
  }

  .headline_text.tricks.active {
    font-size: 90px;
  }

  .headline_text.tricks.active.center {
    font-size: 86px;
  }

  .headline_text.tricks.active.split-lines {
    font-size: 106px;
    line-height: 120%;
  }

  .date {
    font-size: 19px;
  }

  .heading-8 {
    font-size: 22px;
    line-height: 150%;
  }

  .footer {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .filter-button {
    padding-bottom: 10px;
  }

  .container-m {
    width: 1340px;
  }

  .flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .h3 {
    font-size: 36px;
  }

  .camera {
    overflow: hidden;
  }

  .footer-col-2 {
    max-width: 500px;
  }

  .image-87 {
    max-width: 1240px;
  }

  .whole-graphic {
    height: 350vh;
  }

  .split-lines.tricks.active.aboutpage {
    font-size: 94px;
  }

  .split-lines.aboutpage.tricks.active {
    font-size: 95px;
  }

  .heading--3 {
    font-size: 99px;
  }

  .container-l {
    width: 82%;
    max-width: none;
  }

  .item_content-wrapper {
    min-width: 100%;
  }

  .inside-img {
    width: auto;
    max-width: 90%;
    max-height: 90%;
  }

  .p-card.altlayout {
    height: 600px;
  }

  .center-img {
    min-width: 60%;
  }

  .center-img.baskins {
    max-height: 74%;
  }

  .flex-right {
    align-items: flex-start;
  }

  .marquee-horizontal.medium-marquee {
    height: 382px;
  }

  ._3-card-col, ._6-card-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .bento-img-wrap {
    min-height: 388px;
  }

  .container-xl {
    width: 90%;
  }

  .project-logo.logiqc {
    width: 129px;
  }
}

@media screen and (max-width: 991px) {

  .section {
    padding-top: 120px;
  }

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

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

  .section.bento {
    padding-top: 40px;
  }

  .page-gradient_container.homepage {
    border-radius: var(--rounded-corner-34px);
    inset: 0;
  }

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

  .page-gradient_bkgd {
    border: 1px #000;
    border-radius: 60px;
  }

  .page-gradient_bkgd.inner-pages {
    border-radius: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .show-tablet {
    display: block;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header {
    padding: 60px 36px 220px;
  }

  .main-header {
    height: auto;
    padding-bottom: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

  .header-text {
    width: 100%;
  }

  .mix {
    justify-content: space-between;
  }

  .mix.web.ux {
    display: flex;
  }

  .mix.brand.product {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .mix.hide {
    display: none;
  }

  .mix.ux {
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .year {
    font-size: 15px;
  }

  .headline_text {
    font-size: 71px;
  }

  .headline_text.tricks.active {
    font-size: 77px;
  }

  .headline_text.tricks.active.center {
    font-size: 54px;
  }

  .headline_text.tricks.active.split-lines {
    font-size: 70px;
  }

  .project-img.screen.workcover {
    border-width: 5px;
    border-radius: 11px;
  }

  .project-img.screen.websites {
    border-width: 4px;
  }

  .date {
    font-size: 14px;
  }

  .heading-8 {
    font-size: 15px;
  }

  .portfolio-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .footer {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 120px;
  }

  .awards.hide {
    display: none;
  }

  .award-cricle {
    width: 59px;
  }

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

  .logo.subpage {
    width: 86px;
    height: 86px;
  }

  .filter-controls {
    margin-bottom: 50px;
  }

  .portfolio-header {
    margin-bottom: 60px;
    padding-top: 0;
  }

  .h2 {
    height: auto;
    font-size: 44px;
    line-height: 136%;
  }

  .h2.fade-in {
    font-size: 42px;
  }

  .h2.center.mw-80 {
    max-width: 100%;
  }

  .grid.fade-in {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    grid-template-rows: auto;
    grid-template-columns: 2.75fr 1.5fr;
  }

  .image-fill-about {
    top: 100px;
    bottom: auto;
  }

  .hero-rotate-image {
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .container-m {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 89%;
    max-width: none;
  }

  .container-m.tighter {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .full-width-img.freighty {
    grid-column-gap: 40px;
  }

  .container-s, .container-s.tight-text {
    width: 80%;
  }

  .p18 {
    font-size: 18px;
  }

  .rounded {
    object-fit: contain;
    height: auto;
  }

  .img-approch {
    height: auto;
  }

  .communications-poor-organization-and-categorization-in-the-communications-section-automation-repetitive-tasks-due-to-lack-of-automation-navigation-challenging-navigation-and-information-retrieval-dashboard-non-optimized-dashboard-view-impacting-workflow-efficiency-0 {
    font-size: 16px;
  }

  .screen-border-image {
    border-width: 7px;
    border-radius: 16px;
  }

  .screen-border-image.clubwork-b {
    border-width: 8px;
    border-radius: 21px;
  }

  .modular-1 {
    max-width: 80%;
  }

  .vectors-wrapper-6 {
    border-radius: 10px;
  }

  .phone-images-group {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .img-rounded {
    border-radius: 10px;
    height: 100%;
  }

  .screen-scroll {
    border-radius: 10px;
    width: 80%;
    min-width: 80%;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 35px;
  }

  .screen-menu {
    object-fit: contain;
    width: 100%;
    min-width: 100%;
    height: auto;
  }

  .screen-frame {
    z-index: 1;
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .browser-bar-img {
    object-fit: fill;
    width: 100%;
    min-width: 100%;
    height: auto;
  }

  .workcer-connect-before-1 {
    object-fit: contain;
  }

  .flex {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
    height: auto;
  }

  .flex.down {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h3 {
    font-size: 23px;
  }

  .col2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._2-col-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 90%;
  }

  ._2-col-container.baskins-page {
    width: 100%;
  }

  ._2-col {
    grid-column-gap: 40px;
  }

  .scrolling-screen {
    object-fit: contain;
    width: 100%;
  }

  .vectors-wrapper-13 {
    object-fit: fill;
  }

  .portfolio-section {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .portfolio-section.no-bottom-padding {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 100px 0 0;
  }

  ._2-col-mockup {
    flex-direction: column;
  }

  .img {
    height: 100%;
  }

  .col-1-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .razoo-brand {
    width: 70%;
  }

  .paralax-columns, .col-1-4, .col-1-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .got2go-border {
    border-width: 6px;
    border-radius: 8px;
  }

  .track, .track.agency-page, .track.baskins {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .frame {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .item {
    height: auto;
    padding: 10px 40px;
  }

  .item.last-one {
    padding-bottom: 40px;
  }

  .item.agency-vid-slide {
    object-fit: fill;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .item.inside-screen {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .item.mosiac-screen {
    padding-top: 60px;
  }

  .footer-col-1 {
    grid-row-gap: 40px;
  }

  .get-in-touch {
    width: 100%;
    font-size: 53px;
  }

  .footer-col-2 {
    grid-column-gap: 16px;
    grid-row-gap: 54px;
    flex-flow: column;
    width: auto;
    min-width: 26%;
  }

  .footer-col {
    grid-row-gap: 11px;
    flex: 0 auto;
  }

  .footer-col.contact-page {
    width: auto;
  }

  .footer-nav-head, .footer-link {
    font-size: 14px;
  }

  .whole-graphic {
    height: 300vh;
  }

  .whole-graphic.wedding {
    height: 200vh;
  }

  .next-page {
    padding-top: 80px;
  }

  .next {
    padding-bottom: 0;
  }

  ._2-col-grid {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .inner-page-menu-container {
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .container-l {
    width: 90%;
  }

  .container-l.flex.contac5 {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    flex-flow: column;
  }

  .container-l.middle {
    width: 92%;
  }

  .container-l.center.section-gap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 92%;
  }

  .h1 {
    font-size: 90px;
  }

  .tag-content-text-1 {
    font-size: 62px;
    font-weight: 600;
  }

  .tag-wrapper {
    padding: 65px;
  }

  .inside-img {
    max-width: 80%;
  }

  .background-video-4 {
    min-height: 459px;
  }

  .col-one {
    grid-row-gap: 22px;
  }

  .hi-i-m-hugo-i-buil {
    font-size: 74px;
  }

  .contact-link-group {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
  }

  .colgroup {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .p-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 30px;
    flex: 1;
    justify-content: space-between;
    padding: 14px 14px 18px;
  }

  .p-card.wc, .p-card.wc.ob {
    width: 100%;
  }

  .p-card.altlayout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 418px;
  }

  .bottom-content {
    padding-left: 6px;
    padding-right: 6px;
  }

  .img-wrap.ffcoa {
    border-radius: 16px;
  }

  .img-wrap.alt-layout {
    justify-content: flex-start;
    align-items: stretch;
  }

  .masonry {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .holder-block {
    min-height: 120px;
  }

  .marquee-horizontal.medium-marquee {
    height: 300px;
  }

  .medium-marquee {
    width: 200px;
  }

  .inner-header-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bento-grid-card {
    background-color: #fff;
    border-style: none;
    flex-flow: row;
  }

  .vectors-wrapper-23.ml {
    object-fit: contain;
    height: auto;
  }

  .text-39 {
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  ._3-card-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .point-card {
    border-radius: 22px;
    padding: 20px;
  }

  .vectors-wrapper-24 {
    width: 24px;
    height: 24px;
  }

  .text-40 {
    grid-row-gap: 14px;
  }

  .title-2 {
    font-size: 18px;
    line-height: 120%;
  }

  .description-2 {
    font-size: 14px;
    line-height: 150%;
  }

  ._6-card-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .offer-img {
    width: 100%;
  }

  .bento-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bento-card {
    border-radius: 24px;
  }

  .bento-img-wrap {
    border-radius: 18px;
    min-height: 135px;
  }

  .bento-title {
    font-size: 15px;
  }

  ._2col-grid {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .full-card-img {
    flex: 1;
  }

  .splide.slider1.pill {
    padding-right: 6vw;
  }

  .splide__slide {
    width: 50%;
  }

  .moji {
    width: 79px;
  }

  .right-content {
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    width: 45%;
  }

  .pill {
    padding: 8px 16px;
  }

  .pill-text {
    font-size: 13px;
  }

  .project-logo {
    width: 192px;
  }

  .project-logo.birdy {
    width: 110px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.8vw;
  }

  h2 {
    font-size: 2.4em;
  }

  .container-1.is--nav {
    justify-content: flex-end;
    height: 7em;
  }

  .section.contact-page {
    padding-top: 40px;
  }

  .nav__logo-link.w--current {
    display: none;
  }

  .page-gradient_container.homepage {
    border-radius: 30px;
    inset: 0;
  }

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

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .heading-small {
    font-size: 1rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-large {
    font-size: 2rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .main-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

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

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

  .heading-medium {
    font-size: 1.5rem;
  }

  .header-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .image {
    width: 100px;
    height: 100px;
  }

  .headline_text {
    font-size: 56px;
  }

  .headline_text.tricks.active {
    font-size: 64px;
  }

  .headline_text.tricks.active.split-lines {
    font-size: 62px;
  }

  .portfolio-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .award-cricle {
    width: 66px;
  }

  .logo {
    width: 110px;
    height: 110px;
    right: auto;
  }

  .filter-controls {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .filter-button {
    padding: 4px 12px;
  }

  .portfolio-header {
    margin-bottom: 0;
    padding-top: 40px;
  }

  .h2 {
    letter-spacing: -1px;
    font-size: 54px;
  }

  .grid.fade-in {
    grid-template-columns: 2.75fr;
  }

  .p15.bold {
    font-size: 16px;
    line-height: 170%;
  }

  .menu-bar {
    background-color: #3a3a3a;
    border: 1.2px solid #555;
    border-radius: 20px;
  }

  .image-fill-about {
    border-radius: 20px;
  }

  .full-width-img.lb {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-s {
    grid-row-gap: 60px;
  }

  .container-s.project-intro {
    grid-row-gap: 34px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .p18 {
    font-size: 14px;
  }

  .text-group {
    grid-row-gap: 24px;
  }

  ._2-col {
    flex-flow: column;
  }

  .communications-poor-organization-and-categorization-in-the-communications-section-automation-repetitive-tasks-due-to-lack-of-automation-navigation-challenging-navigation-and-information-retrieval-dashboard-non-optimized-dashboard-view-impacting-workflow-efficiency-0 {
    font-size: 14px;
  }

  .screen-border-image, .screen-border-image.clubwork-b {
    border-width: 6px;
    border-radius: 13px;
  }

  .phone-images-group {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .screen-scroll {
    padding-top: 4%;
  }

  .flex {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .menu-parent-2 {
    height: auto;
    padding-top: 14px;
  }

  .h3 {
    font-size: 18px;
  }

  ._2-col-container.baskins-page {
    flex-flow: column;
  }

  ._2-col {
    grid-column-gap: 20px;
  }

  .portfolio-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .span {
    font-size: 14px;
  }

  .img.deploy-screen {
    border-radius: 7px;
  }

  .razoo-brand {
    width: 68%;
  }

  .track.agency-page {
    height: auto;
    overflow: hidden;
  }

  .footer-col-1 {
    grid-row-gap: 17px;
  }

  .get-in-touch {
    letter-spacing: -2px;
  }

  .email {
    margin-top: 30px;
    font-size: 26px;
  }

  .footer-col-2 {
    flex-flow: row;
    min-width: 100%;
    max-width: 100%;
  }

  .p16 {
    font-size: 14px;
    line-height: 150%;
  }

  .whole-graphic {
    height: 1500px;
  }

  .whole-graphic.wedding {
    height: 150vh;
  }

  .next-page {
    padding-top: 60px;
  }

  .link-2 {
    font-size: 29px;
  }

  .next {
    padding-bottom: 0;
  }

  .image-88 {
    height: 19px;
  }

  ._2-col-grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column-reverse;
    display: flex;
  }

  .heading--3 {
    font-size: 36px;
  }

  .navbar-3 {
    justify-content: space-around;
    width: 100%;
    display: block;
    position: relative;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 0;
    padding: 40px;
    position: absolute;
    inset: -40px 0 auto auto;
  }

  .nav-menu._2025 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: row;
    position: static;
  }

  .nav-link-2 {
    font-size: 14px;
  }

  .btn-hireme {
    grid-column-gap: 10px;
    border-radius: 18px;
    padding: 10px 12px;
  }

  .text-32 {
    font-size: 14px;
  }

  .menu-button {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffff87;
    border: 1px solid #9292921a;
    border-radius: 14px;
    padding: 8px;
  }

  .menu-button.w--open {
    -webkit-text-stroke-color: #48484800;
    background-color: #ffffff1f;
  }

  .nav-group {
    position: relative;
  }

  .inner-page-menu-container {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brand-2 {
    margin-right: auto;
    padding-left: 0;
  }

  .container-l {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .h1 {
    font-size: 71px;
  }

  .tag-content-text-1 {
    font-size: 42px;
  }

  .tag-wrapper.container-l {
    padding-bottom: 0;
  }

  .tag-canvas {
    width: 125%;
    height: 125%;
    transform: scale(.8);
  }

  .skills {
    width: 100vw;
    height: 100vh;
  }

  .p-16.semibold.white {
    font-size: 15px;
    font-weight: 500;
  }

  .background-video-4 {
    min-height: 349px;
  }

  .col-one {
    grid-row-gap: 51px;
  }

  .hi-i-m-hugo-i-buil {
    font-size: 66px;
  }

  .tab-button-base, .radio-button-label {
    font-size: 16px;
  }

  .testamonal {
    grid-row-gap: 22px;
  }

  .p-card {
    border-radius: 40px;
    width: 100%;
  }

  .p-card.altlayout {
    flex-flow: column;
    height: 668px;
  }

  .img-wrap.logiqc {
    border-radius: 26px;
  }

  .img-wrap.workcover {
    border: 0 solid #fff;
  }

  .hi-i-m-hugo-i-buil-11 {
    font-size: 17px;
  }

  .badge {
    padding: 6px 16px;
  }

  .icon {
    width: 18px;
  }

  .side-img {
    aspect-ratio: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    inset: auto 0% -5% 3%;
    overflow: visible;
  }

  .flex-right {
    flex-flow: column;
  }

  .flex-space-between.footer-bottom {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .holder-block {
    min-height: 120px;
  }

  .moving-block {
    overflow: hidden;
  }

  .track-horizontal-1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .medium-marquee {
    width: 200px;
  }

  .moving-img {
    box-shadow: none;
    border-radius: 6px;
  }

  .img-slider-section, .track-horizontal-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .bento-grid-card {
    justify-content: space-between;
    align-items: stretch;
  }

  .vectors-wrapper-23 {
    object-fit: fill;
    min-height: 100%;
    overflow: hidden;
  }

  .vectors-wrapper-23.ml {
    aspect-ratio: auto;
    object-fit: fill;
    align-items: stretch;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-flex;
    overflow: visible;
  }

  .description {
    font-size: 15px;
  }

  ._3-card-col {
    flex-flow: column;
  }

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

  .bento-img-wrap {
    min-height: 211px;
  }

  .container-xl {
    width: 94%;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .foooter-col-flex.awards-col {
    order: -1;
  }

  .splide.slider1.pill {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-right: 0;
    display: flex;
  }

  .splide__slide {
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .splide__arrows.is--mobile-center {
    justify-content: center;
    padding-left: 1em;
  }

  .testomal-card {
    padding: 20px;
  }

  .c-arrow {
    color: #000;
    border-color: #000;
  }

  .c-arrow:hover {
    background-color: #000;
  }

  .c-arrow.cc-right {
    color: #000;
    -webkit-text-stroke-color: #000;
  }

  .project-item {
    font-size: 16px;
  }

  .moji {
    width: 65px;
  }

  .right-content {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 3.7em;
  }

  h5 {
    font-size: 18px;
  }

  .section {
    overflow: hidden;
  }

  .section.faq, .section.test {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-gradient_container {
    font-size: 1em;
  }

  .page-gradient_container.homepage {
    outline-offset: 0px;
    border: 0 solid #000;
    border-radius: 24px;
    outline: 3px #eeedf2;
    width: 100%;
    height: 100%;
    margin: 0 12px 0 0;
    position: relative;
    inset: 0;
    overflow: hidden;
  }

  .heading-cont {
    font-size: 3vw;
  }

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

  .page-gradient_bkgd {
    overflow: auto;
  }

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

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

  .hide-mobile-portrait {
    display: none;
  }

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

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header {
    width: 92vw;
    padding: 0 0 40px;
    position: static;
  }

  .main-header {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .show-mobile-portrait {
    display: block;
  }

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

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

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

  .header-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    position: relative;
  }

  .mix {
    aspect-ratio: auto;
    border-radius: 17px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .mix.product.web {
    flex-flow: column;
    justify-content: space-between;
    min-height: 292px;
    display: flex;
  }

  .mix.hide {
    display: none;
    overflow: visible;
  }

  .body {
    overflow: auto;
  }

  .h4 {
    font-size: 22px;
    line-height: 112%;
  }

  .h4.subheading {
    font-size: 18px;
    line-height: 120%;
  }

  .year {
    font-size: 12px;
  }

  .headline_text {
    letter-spacing: -2px;
    font-size: 41px;
  }

  .headline_text.tricks.active {
    font-size: 42px;
  }

  .headline_text.tricks.active.center {
    width: 100%;
    font-size: 42px;
  }

  .headline_text.tricks.active.split-lines {
    font-size: 46px;
  }

  .project-img.screen.workcover {
    border-width: 4px;
    border-radius: 4px;
  }

  .project-img.screen.ancor {
    border-width: 6px;
    border-radius: 12px;
  }

  .date {
    grid-column-gap: 11px;
    grid-row-gap: 1px;
    flex-wrap: wrap;
  }

  .card-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .heading-8 {
    font-size: 14px;
  }

  .portfolio-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-button {
    width: 1.8rem;
    height: 1.8rem;
  }

  .card-icon {
    width: 1rem;
  }

  .footer {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    align-items: stretch;
    max-width: 100vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .award-cricle {
    object-fit: contain;
    width: 40px;
    height: 40px;
  }

  .logo {
    border-radius: 31px;
    width: 90px;
    height: 90px;
  }

  .logo.subpage {
    border-radius: 16px;
    width: 70px;
    height: 70px;
  }

  .logo._2025 {
    width: 50px;
    height: 50px;
  }

  .filter-controls {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    width: 100%;
    margin-bottom: 40px;
  }

  .filter-button {
    padding: 4px 10px;
    font-size: 12px;
  }

  .portfolio-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2 {
    letter-spacing: 0;
    font-size: 22px;
  }

  .h2.fade-in {
    font-size: 34px;
  }

  .grid.fade-in {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .intro {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .browser-img {
    border-radius: 6px;
  }

  .container-m {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container-m.tighter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .full-width-img {
    min-height: 500px;
  }

  .full-width-img.login-screen-wc, .full-width-img.scrolling-screen-parent {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-width-img.modular-img-type {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .full-width-img.modular-img-type2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-width-img.baskins-top-part {
    padding-top: 0;
    padding-bottom: 0;
  }

  .full-width-img.freighty {
    grid-column-gap: 18px;
    height: 500px;
    padding-top: 40px;
  }

  .container-s {
    grid-row-gap: 30px;
    width: 84%;
  }

  .container-s.project-intro {
    padding-bottom: 0;
  }

  .text-contain {
    grid-row-gap: 20px;
  }

  .p18 {
    font-size: 16px;
    line-height: 160%;
  }

  ._2-col {
    grid-column-gap: 11px;
    grid-row-gap: 22px;
    flex-direction: column;
  }

  .screen-border-image {
    border-radius: 10px;
  }

  .screen-border-image.logiqc-b {
    border-width: 4px;
    border-radius: 7px;
  }

  .screen-border-image.easier {
    border-width: 5px;
    border-radius: 15px;
  }

  .vectors-wrapper-6 {
    border-radius: 10px;
  }

  .screen-scroll {
    border-radius: 5px;
    min-height: auto;
    max-height: none;
  }

  .screen-menu {
    object-fit: fill;
  }

  .screen-frame {
    object-fit: cover;
    min-width: 100%;
  }

  .browser-bar-img {
    object-fit: fill;
    width: auto;
  }

  .workcer-connect-before-1 {
    height: auto;
  }

  .flex {
    padding-bottom: 0;
  }

  .flex.down {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .menu-parent-2 {
    width: 40px;
    height: 40px;
  }

  .image-85 {
    flex: 1;
    height: 100%;
  }

  ._2-col {
    grid-column-gap: 10px;
  }

  .browser-screen {
    border-radius: 5px;
  }

  .vectors-wrapper-13 {
    object-fit: contain;
  }

  .login-screen-1 {
    object-fit: contain;
    height: 100%;
  }

  .portfolio-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .portfolio-section.no-bottom-padding {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
  }

  .portfolio-section.bottom {
    padding-bottom: 0;
  }

  ._2-col-mockup {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bg-video {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .full-height-img {
    max-height: 500px;
  }

  .image-86 {
    width: 224px;
  }

  .rounded-img {
    border-radius: 8px;
  }

  .img {
    object-fit: cover;
    flex: 1;
  }

  .paralax-columns, .col-1-4, .col-1-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .got2go-border {
    border-width: 3px;
    border-radius: 6px;
  }

  .img-grid-8 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr;
  }

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

  .track.baskins {
    height: auto;
    overflow: scroll;
  }

  .item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-col-1 {
    grid-row-gap: 13px;
  }

  .get-in-touch {
    font-size: 34px;
  }

  .email {
    font-size: 20px;
  }

  .footer-col-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .footer-col {
    width: 42%;
  }

  .footer-sub-text {
    font-size: 12px;
  }

  .p16 {
    font-size: 14px;
    line-height: 150%;
  }

  .whole-graphic {
    height: 1000px;
  }

  .whole-graphic.wedding {
    height: 100vh;
  }

  .next-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-2 {
    font-size: 18px;
  }

  .next {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 20px;
  }

  .image-88 {
    height: 17px;
  }

  .split-lines.tricks.active {
    font-size: 30px;
  }

  .split-lines.aboutpage.tricks.active {
    font-size: 36px;
  }

  .heading--3 {
    font-size: 32px;
  }

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

  .heading--3.margin.tricks.active {
    margin-bottom: 0;
  }

  .content {
    padding: 18px;
  }

  .navbar-3 {
    width: 100%;
  }

  .nav-menu._2025 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 24px;
    padding: 6px;
  }

  .nav-link-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .btn-hireme {
    grid-column-gap: 8px;
    min-height: 50px;
  }

  .btn-hireme.hide {
    min-height: 50px;
  }

  .text-32 {
    font-size: 14px;
  }

  .menu-button {
    padding: 6px;
  }

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

  .inner-page-menu-container {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-l {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
  }

  .container-l.faq {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    width: 86%;
  }

  .container-l.articles {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .container-l._100pxgap {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
  }

  .container-l.flex.contac5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h1 {
    font-size: 45px;
  }

  .accordion-item.is--first {
    padding: 18px;
  }

  .tag-content-text-1 {
    font-size: 33px;
  }

  .tag-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tag-wrapper.container-l {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tag-canvas {
    border-style: solid;
  }

  .skills {
    max-width: 100vw;
    height: 720px;
  }

  .tag-content-wrapper {
    top: 50px;
  }

  .tag-element {
    border-style: none;
    border-width: 0;
  }

  .p-16.semibold.white {
    font-size: 14px;
  }

  .background-video-4 {
    min-height: 196px;
  }

  .col-one {
    grid-row-gap: 36px;
  }

  .frame-1597882132 {
    grid-row-gap: 13px;
  }

  .hi-i-m-hugo-i-buil {
    font-size: 56px;
  }

  .link-group {
    grid-row-gap: 10px;
  }

  .vectors-wrapper-15 {
    width: 22px;
    height: 22px;
  }

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

  .local-time-1210-0, .local-time-1210-2 {
    font-size: 22px;
  }

  .form-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

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

  .contact-link-group {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
  }

  .colgroup {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .testamonal {
    padding: 20px;
  }

  .text-and-supporting-text {
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .center-heading {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start;
    align-items: center;
    display: flex;
  }

  .p-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 32px;
    padding: 14px 14px 18px;
  }

  .p-card.wc {
    aspect-ratio: 1;
    border-radius: 40px;
  }

  .p-card.altlayout {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    height: auto;
  }

  .center-img.baskins {
    max-width: none;
    max-height: 80%;
  }

  .img-wrap {
    border-radius: 28px;
  }

  .img-wrap.ffcoa {
    border-radius: 24px;
  }

  .img-wrap.alt-layout {
    aspect-ratio: 1;
    object-fit: fill;
    flex: 1;
    align-self: auto;
  }

  .masonry {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .image-94 {
    width: 36px;
    display: inline-flex;
  }

  .hi-i-m-hugo-i-buil-11 {
    font-size: 14px;
    line-height: 149%;
  }

  .section-8.test {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vectors-wrapper-22 {
    width: 23px;
    height: 23px;
  }

  .blob-2-wrap, .blob-1-wrap, .blob-3-wrap {
    z-index: -1;
  }

  .blob-green.blob {
    border: 1px solid #fff0;
  }

  .blob-4-wrap {
    z-index: -1;
  }

  .icon {
    width: 19px;
  }

  .side-img {
    margin-left: 3px;
  }

  .flex-right {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
  }

  .flex-space-between.footer-bottom {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .holder-block {
    min-height: 80px;
  }

  .marquee-horizontal.medium-marquee {
    height: 140px;
  }

  .medium-marquee {
    width: 140px;
  }

  .inner-header-container {
    width: 87%;
  }

  .bento-grid {
    flex-flow: column;
    display: flex;
  }

  .bento-img-wrap {
    aspect-ratio: 1;
  }

  .foooter-col-flex {
    order: 0;
  }

  .foooter-col-flex.awards-col {
    order: -1;
  }

  .award-style-2 {
    width: 49px;
  }

  .testomal-card {
    padding: 20px;
  }

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

  .work-intro.fade-in {
    flex-flow: column;
    display: flex;
  }

  .project-tags {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    margin-top: 10px;
  }

  .p20 {
    font-size: 16px;
  }

  .main-nav-2025 {
    margin-top: 20px;
  }

  .moji {
    width: 49px;
  }

  .right-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pill {
    padding: 7px 14px;
  }

  .pill-text {
    font-size: 12px;
  }

  .project-logo {
    width: 120px;
  }

  .project-logo.logiqc, .project-logo.got2gologo {
    width: 80px;
  }

  .project-logo.deployable {
    width: 100px;
  }

  .project-logo.baskins {
    width: 90px;
  }

  .project-logo.ob {
    width: 100px;
  }

  .project-logo.clubworx {
    width: 90px;
  }

  .project-logo.birdy {
    width: 80px;
  }

  .insteadoflogo {
    font-size: 13px;
  }
}

#w-node-_5a35f707-15eb-b938-3015-476d0a6a1753-84cfda47 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_7633f62e-e4d2-5aa8-0707-6b121fb51252-84cfda47 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec48523b-8127-7a6f-fb8a-d87ced8cd3d3-84cfda47, #w-node-_74660255-903b-f10a-68d9-19125de937e0-84cfda47, #w-node-_6b03fdd0-59f8-6a32-59e3-89a82390809c-2390809c, #w-node-_1ee4d897-4fca-42a7-96a2-b6f9f49584bb-f49584bb, #w-node-_2ad6fc1b-fc59-83ff-1a4d-971aebd99a7f-ebd99a7f, #w-node-c72b322a-3ac1-cc3f-18e4-894aa57f1bf9-a57f1bf9, #w-node-_0995b56f-87e0-b5b7-5685-ef55f647002f-f647002f, #w-node-_3804e007-36f2-93d3-9e35-d56c277686d1-277686d1, #w-node-bcf443af-1cbf-c524-1b8b-6b7a857c179a-857c179a, #w-node-ed0813d9-d9e1-a6ff-28de-884195198558-95198558, #w-node-a32cacca-18a8-f8f8-cf30-937854d2364f-54d2364f, #w-node-_3e4c50bc-9d61-7c4f-61f8-0777c6591fd8-c6591fd8, #w-node-b9e75f1b-5bae-83a0-f0bf-5eaa181d2d7c-181d2d7c, #w-node-_8ab65063-b012-61ea-7cf5-57e49806e4a9-84cfda4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_702ef9be-2ec3-052e-a945-d78bc5759937-9632ab6c, #w-node-_68431e88-da21-69af-1429-a04213ee9b28-9632ab6c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4ef884bc-cfac-e9d5-f249-ec7872a4571b-430fafb0, #w-node-_4ef884bc-cfac-e9d5-f249-ec7872a4571c-430fafb0, #w-node-_4ef884bc-cfac-e9d5-f249-ec7872a45722-430fafb0, #w-node-_4ef884bc-cfac-e9d5-f249-ec7872a4571f-430fafb0, #w-node-_4ef884bc-cfac-e9d5-f249-ec7872a45720-430fafb0, #w-node-e35292e4-fe94-7307-5a7a-a14d67e8b53b-7eb9c93f, #w-node-e35292e4-fe94-7307-5a7a-a14d67e8b539-7eb9c93f, #w-node-_879d7a72-7ddd-f7fd-694d-ab72e062ceb0-e062ceb0, #w-node-_800ab610-1c51-7b7c-21c9-39397dd6ac95-7dd6ac95, #w-node-d362ea23-069e-59e6-87b4-a18c0f7b9ec3-cd795b7d, #w-node-d362ea23-069e-59e6-87b4-a18c0f7b9ecb-cd795b7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d0d40fb-3b50-0988-99bd-5d8e4800b50a-dc85e5e6 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_0d0d40fb-3b50-0988-99bd-5d8e4800b511-dc85e5e6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d0d40fb-3b50-0988-99bd-5d8e4800b518-dc85e5e6, #w-node-_0d0d40fb-3b50-0988-99bd-5d8e4800b51f-dc85e5e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5a35f707-15eb-b938-3015-476d0a6a1753-84cfda47, #w-node-_7633f62e-e4d2-5aa8-0707-6b121fb51252-84cfda47, #w-node-ec48523b-8127-7a6f-fb8a-d87ced8cd3d3-84cfda47, #w-node-_74660255-903b-f10a-68d9-19125de937e0-84cfda47, #w-node-_6b03fdd0-59f8-6a32-59e3-89a82390809c-2390809c, #w-node-_1ee4d897-4fca-42a7-96a2-b6f9f49584bb-f49584bb, #w-node-_2ad6fc1b-fc59-83ff-1a4d-971aebd99a7f-ebd99a7f, #w-node-c72b322a-3ac1-cc3f-18e4-894aa57f1bf9-a57f1bf9, #w-node-_0995b56f-87e0-b5b7-5685-ef55f647002f-f647002f, #w-node-_3804e007-36f2-93d3-9e35-d56c277686d1-277686d1, #w-node-bcf443af-1cbf-c524-1b8b-6b7a857c179a-857c179a, #w-node-ed0813d9-d9e1-a6ff-28de-884195198558-95198558, #w-node-a32cacca-18a8-f8f8-cf30-937854d2364f-54d2364f, #w-node-_3e4c50bc-9d61-7c4f-61f8-0777c6591fd8-c6591fd8, #w-node-b9e75f1b-5bae-83a0-f0bf-5eaa181d2d7c-181d2d7c, #w-node-_9c55c982-6932-18f2-e756-502aec44a6a2-ec44a6a2, #w-node-_1bae7dbf-e747-8501-0e33-d6ae6ab80ef5-6ab80ef5, #w-node-_8ab65063-b012-61ea-7cf5-57e49806e4a9-84cfda4e, #w-node-_4ef884bc-cfac-e9d5-f249-ec7872a4571b-430fafb0, #w-node-_4ef884bc-cfac-e9d5-f249-ec7872a4571c-430fafb0, #w-node-_4ef884bc-cfac-e9d5-f249-ec7872a45722-430fafb0, #w-node-_4ef884bc-cfac-e9d5-f249-ec7872a4571f-430fafb0, #w-node-_4ef884bc-cfac-e9d5-f249-ec7872a45720-430fafb0, #w-node-e35292e4-fe94-7307-5a7a-a14d67e8b53b-7eb9c93f, #w-node-e35292e4-fe94-7307-5a7a-a14d67e8b539-7eb9c93f, #w-node-_879d7a72-7ddd-f7fd-694d-ab72e062ceb0-e062ceb0, #w-node-_800ab610-1c51-7b7c-21c9-39397dd6ac95-7dd6ac95, #w-node-d362ea23-069e-59e6-87b4-a18c0f7b9ec1-cd795b7d, #w-node-d362ea23-069e-59e6-87b4-a18c0f7b9ec3-cd795b7d, #w-node-d362ea23-069e-59e6-87b4-a18c0f7b9ecb-cd795b7d, #w-node-_0d0d40fb-3b50-0988-99bd-5d8e4800b50a-dc85e5e6, #w-node-_0d0d40fb-3b50-0988-99bd-5d8e4800b511-dc85e5e6, #w-node-_0d0d40fb-3b50-0988-99bd-5d8e4800b518-dc85e5e6, #w-node-_0d0d40fb-3b50-0988-99bd-5d8e4800b51f-dc85e5e6 {
    align-self: stretch;
  }

  #w-node-_451ea6e8-aeb7-4c5b-0b34-4c418ad9c9da-a0d3e3d0 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype'), url('../fonts/Manrope-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}