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

@font-face {
  font-family: Neue Haas Grotesk;
  src: url('../fonts/NeueHaasDisplay-Roman.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Grotesk;
  src: url('../fonts/NeueHaasDisplay-Mediu.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --neue-haas-grotesk: "Neue Haas Grotesk", Arial, sans-serif;
  --color--text-muted: #4d4d4d;
  --radius-12: 12px;
  --color--nav-bg: #f6f6f680;
  --color--nav-bg-hover: #f6f6f6a6;
  --radius-8: 8px;
  --color--bg: white;
  --black: #000;
  --color--text: black;
  --color--black: #000;
  --color--white: white;
  --color--hover-state: #1f1f1f;
  --twidgrotesk: TwidGrotesk, Arial, sans-serif;
  --white: white;
  --color--text-secondary: grey;
  --color--bg-light: #f6f6f6;
  --color--bg-light-2: #eaeaea;
  --radius-16: 16px;
  --dark--black: white;
  --dark--hover-state: #e0e0e0;
  --dark--white: #000;
  --dark--bg: #000;
  --dark--bg-light: #121212;
  --dark--bg-light-2: #1f1f1f;
  --dark--text: white;
  --dark--text-muted: #e5e5e5;
  --dark--text-secondary: grey;
  --dark--nav-bg: #12121280;
  --dark--nav-bg-hover: #121212a6;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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;
}

body {
  font-family: var(--neue-haas-grotesk);
  color: var(--color--text-muted);
  font-size: 20px;
  line-height: 150%;
}

h1, h2 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

a {
  text-decoration: underline;
}

img {
  display: inline-block;
}

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

.section-hero {
  opacity: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
}

.container {
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

.nav-bar {
  z-index: 1000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 94px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.nav-container {
  justify-content: space-between;
  height: 46px;
  display: flex;
}

.left-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 100%;
  display: flex;
}

.brand-logo {
  border-radius: var(--radius-12);
  background-color: var(--color--nav-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.brand-logo.w--current {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  display: flex;
}

.brand-logo.w--current:hover {
  background-color: var(--color--nav-bg-hover);
}

.styles-section {
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

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

.logo-brand {
  width: 140px;
  color: var(--black);
}

.menu-items {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: var(--radius-12);
  background-color: var(--color--nav-bg);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 4px 8px;
  transition: background-color .2s;
  display: flex;
}

.menu-items:hover {
  background-color: var(--color--nav-bg-hover);
}

.navigation-text {
  height: 28px;
  font-family: var(--neue-haas-grotesk);
  color: var(--color--text);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 17px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.toggle-icon {
  width: 20px;
  height: 20px;
  color: var(--color--black);
  margin-bottom: 1px;
}

.nav-button {
  border-radius: var(--radius-12);
  background-color: var(--color--black);
  color: var(--color--white);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-button:hover {
  background-color: var(--color--hover-state);
}

.section-what-we-do {
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-inside {
  z-index: 50;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

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

.heading-1 {
  font-family: var(--twidgrotesk);
  color: var(--color--text);
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.heading-1.white {
  color: var(--color--white);
}

.heading-1.white.center {
  text-align: center;
}

.heading-1.white.custom-width-1 {
  max-width: 1100px;
}

.heading-1.white.custom-width-1.white-default {
  color: var(--white);
}

.heading-1._54 {
  font-size: 54px;
}

.services-grid {
  display: flex;
}

.grid-support-column {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.grid-main-column {
  width: 150%;
  display: flex;
}

.small-headline {
  font-family: var(--twidgrotesk);
  color: var(--color--text);
  line-height: 130%;
}

.small-headline.text-muted {
  color: var(--color--text-muted);
}

.small-headline._1-1-line-height {
  line-height: 110%;
}

.small-headline._1-1-line-height.white-default {
  color: var(--black);
}

.small-headline._1-1-line-height.white-default.cropmarine, .small-headline._1-1-line-height.white-default.dark-version {
  color: var(--white);
}

.small-headline.right {
  text-align: right;
}

.small-headline.right.text-secondary {
  color: var(--color--text-secondary);
}

.small-headline.white {
  color: var(--color--white);
}

.small-headline.hidden-button {
  display: none;
}

.small-headline.white-default {
  color: var(--white);
}

.small-headline.white-default.blending {
  mix-blend-mode: difference;
}

.small-headline.locked-on-scroll {
  position: fixed;
  inset: 0% auto auto 0%;
}

.grid-inner-half {
  width: 50%;
}

.grid-inner-half.pad-inner {
  padding-right: 24px;
}

.paragraph-big-28 {
  color: var(--color--text);
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-big-28.text-secondary {
  color: var(--color--text-secondary);
}

.paragraph-big-28.custom-width-70 {
  width: 100%;
  max-width: 840px;
}

.paragraph-big-28.link {
  text-decoration: none;
}

.section-client-logos {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 120px;
  display: flex;
}

.grid-client-logos {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.row-client-logos {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.row-client-logos.m-version.m-only {
  display: none;
}

.box-client-logo {
  z-index: 20;
  border-radius: var(--radius-12);
  background-color: var(--color--bg-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-client-logo:hover {
  background-color: var(--color--bg-light-2);
}

.client-logo {
  mix-blend-mode: difference;
  width: 56%;
}

.client-logo.paragon {
  max-width: 176.25px;
}

.client-logo.lokit {
  width: 53%;
  max-width: 166.25px;
}

.client-logo.crop-marine {
  width: 31%;
  max-width: 95px;
}

.client-logo.trogger-growth {
  width: 21%;
  max-width: 65px;
}

.client-logo.plan-b {
  width: 53%;
  max-width: 162px;
}

.client-logo.svitanok {
  max-width: 175px;
}

.client-logo.qualsecure {
  width: 61%;
  max-width: 190px;
}

.client-logo.darktrader {
  width: 63%;
  max-width: 197.5px;
}

.client-logo.alga {
  width: 52%;
  max-width: 157px;
}

.client-logo.trofim-group {
  width: 36%;
  max-width: 110px;
}

.client-logo.freight-plan {
  width: 32%;
  max-width: 92px;
}

.logo-lokit {
  mix-blend-mode: difference;
  width: 53%;
}

.section-featured-work {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-featured-work {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.row-featured-work {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.wrapper-featured-work {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.title-featured-work {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.heading-2 {
  font-family: var(--twidgrotesk);
  color: var(--color--text);
  font-size: 44px;
  font-weight: 400;
  line-height: 115%;
}

.heading-2.white {
  color: var(--color--white);
}

.heading-2.white.center {
  text-align: center;
}

.heading-2.white.custom-width-1 {
  max-width: 930px;
}

.heading-2.white.custom-width-1.white-default {
  color: var(--white);
}

.heading-2.text-secondary {
  color: var(--color--text-secondary);
}

.heading-2.white-default {
  color: var(--white);
}

.button-arrow {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 4px;
  padding-left: 24px;
  text-decoration: none;
  display: flex;
}

.box-featured-work {
  border-top-left-radius: var(--radius-16);
  border-top-right-radius: var(--radius-16);
  border-bottom-left-radius: var(--radius-16);
  border-bottom-right-radius: var(--radius-16);
  cursor: pointer;
  width: 100%;
  height: calc(50vw - 42px);
  max-height: 678px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.widget-featured-work {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.main-title-featured-work {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.cover-background {
  border-radius: var(--radius-16);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cover-background.tg {
  background-color: var(--black);
}

.cover-background.dt {
  background-color: #0b0b0b;
}

.button-see-website {
  z-index: 55;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: var(--radius-12);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff80;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 134px;
  height: 150px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 32px 32px auto auto;
}

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

.button-see-website.cropmarine {
  background-color: #ffffff1a;
  transition: background-color .2s;
}

.button-see-website.cropmarine:hover {
  background-color: #ffffff40;
}

.button-see-website.cropmarine.hide {
  display: none;
}

.image-see-website {
  z-index: 61;
  border-radius: var(--radius-8);
  position: relative;
}

.image-see-website.static {
  z-index: 62;
}

.tagline-20 {
  font-family: var(--twidgrotesk);
  color: var(--color--text);
  line-height: 130%;
  text-decoration: none;
}

.tagline-20.text-muted {
  color: var(--color--text-muted);
}

.tagline-20.white {
  color: var(--color--white);
}

.tagline-20.white.right {
  text-align: right;
}

.tagline-20.text-secondary {
  color: var(--color--text-secondary);
}

.tagline-20.link {
  display: flex;
}

.tagline-20.link:hover {
  text-decoration: underline;
}

.section-features {
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.grid-one-third {
  width: 100%;
}

.grid-one-third.max-w-100.hide-mob._0-size {
  width: 0%;
}

.grid-one-third.long-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.grid-one-third._200 {
  width: 200%;
}

.row-feature {
  width: 100%;
  display: flex;
}

.grid-features-vert {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 150%;
  display: flex;
}

.section-testimonials {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

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

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

.section-testimonials.hide {
  display: none;
}

.stack-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.stack-20.cst {
  width: 100%;
}

.section-services {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 120px;
  display: flex;
}

.grid-services {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 150%;
  display: flex;
}

.box-single-service {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.line-content-service {
  width: 100%;
  display: flex;
}

.image-service {
  border-radius: var(--radius-12);
}

.half-of-service, .half-of-service-no-padding {
  width: 100%;
}

.half-of-service-no-padding._32-padding {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 32px;
  display: flex;
}

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

.body-large.size-16 {
  color: var(--color--text-secondary);
  font-size: 16px;
  line-height: 100%;
}

.body-large.dark {
  color: var(--color--text);
}

.body-large.dark.link {
  text-decoration: none;
}

.body-large.s-relative {
  position: relative;
}

.body-large.s-absolute, .body-large.second-text {
  margin-top: 72px;
  position: absolute;
}

.body-large.link {
  color: var(--color--text-muted);
  text-decoration: none;
  display: flex;
}

.body-large.link:hover {
  text-decoration: underline;
}

.body-large.max-width-75 {
  max-width: 700px;
  display: flex;
}

.body-large.max-width-75.white-default {
  color: var(--white);
}

.body-large.max-width {
  max-width: 900px;
}

.section-cta {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cta-wrapper {
  border-radius: var(--radius-12);
  background-color: var(--color--bg-light);
  width: 100%;
  height: 24vw;
  max-height: 345px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.cta-inner-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gif-cta {
  border-radius: var(--radius-12);
  background-image: url('../images/human-made-showreel.gif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.grid-inner-half-cta, .grid-inner-half-cta.hide-mob {
  width: calc(100% - 8px);
}

.grid-inner-half-copy {
  width: 50%;
}

.cta-wrap-grid {
  width: 100%;
  display: flex;
}

.grid-support-column-cta {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.wrapper-service-image {
  padding-right: 25%;
}

.wrapper-cta-image {
  height: 100%;
  padding-right: 12px;
}

.cta-copy {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: calc(100% - 24px);
  padding-left: 32px;
  display: flex;
  position: absolute;
}

.accent-button {
  border-radius: var(--radius-12);
  background-color: var(--color--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 54px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accent-button:hover {
  background-color: var(--color--hover-state);
}

.accent-button.full {
  width: 100%;
}

.accent-button.grey {
  background-color: var(--color--bg-light);
}

.accent-button.grey.pricing {
  transition: background-color .2s;
}

.accent-button.grey.pricing:hover {
  background-color: var(--color--bg-light-2);
}

.stack-0 {
  flex-flow: column;
  display: flex;
}

.stack-0.mob {
  display: none;
}

.footer {
  justify-content: center;
  align-items: flex-start;
  padding-top: 72px;
  padding-bottom: 32px;
  display: flex;
}

.footer-inside {
  border-radius: var(--radius-16);
  background-color: var(--color--bg-light);
  width: 100%;
  height: 320px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.grid-footer {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  display: flex;
}

.grid-quarter-one {
  width: 100%;
}

.grid-quarter-one._4-padding {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.footer-row {
  display: flex;
}

.footer-row.mob-vert {
  margin-top: -12px;
}

.img-footer-logomark {
  width: 54px;
  color: var(--color--black);
}

.grid-footer-master-wrap {
  width: 100%;
  display: flex;
}

.mobile-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: var(--radius-12);
  background-color: var(--color--nav-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 100%;
  padding: 4px 12px;
  display: none;
}

.img-mobile-menu {
  width: 54px;
  color: var(--color--black);
}

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

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

.section-default {
  width: 100%;
  height: 100vh;
}

.section-default.thank-you {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.grid-double-column {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-double-column.custom {
  padding-top: 220px;
  padding-bottom: 200px;
}

.grid-single-column {
  width: 100%;
}

.column-custom {
  padding-top: 28px;
}

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

.inner-column-404 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

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

.stack-12.cust {
  width: 100%;
}

.button-w-arrow {
  border-radius: var(--radius-12);
  background-color: var(--color--black);
  width: 220px;
  height: 54px;
  font-family: var(--twidgrotesk);
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.button-w-arrow.custom {
  color: var(--color--white);
  padding-top: 0;
  padding-bottom: 0;
}

.links {
  color: var(--color--black);
}

.utility-page-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.custom-left-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.stack-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.stack-24._25--side {
  padding-right: 25%;
}

.stack-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.field-default {
  border-radius: var(--radius-12);
  background-color: var(--color--bg-light);
  width: 100%;
  height: 54px;
  color: var(--color--text);
  border: 1px #000;
  margin-bottom: 0;
  padding: 14px 20px;
  font-size: 17px;
}

.field-default.big {
  height: 108px;
  padding-top: 14px;
  padding-bottom: 68px;
}

.row-form-section {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  display: flex;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.checkbox {
  z-index: 99;
  border: 1px solid var(--color--bg-light-2);
  border-radius: 222px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  position: absolute;
  inset: 0%;
}

.checkbox-field {
  background-color: var(--color--bg-light);
  border-radius: 222px;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.checkbox-field:hover {
  background-color: var(--color--bg-light-2);
}

.checkboxes-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.checkbox-label {
  z-index: 100;
  color: var(--white);
  mix-blend-mode: exclusion;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.section-contact {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-home {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.section-about-us {
  justify-content: center;
  align-items: flex-start;
  padding-top: 200px;
  display: flex;
}

.grid-about-us-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-us-img {
  border-radius: var(--radius-16);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 720px;
  display: flex;
}

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

.wrapper-about-us-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.about-us-content {
  flex-flow: column;
  width: 80%;
  display: flex;
}

.dark-text {
  color: var(--color--text);
}

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

.wrapper-text-top.m {
  display: none;
}

.wrapper-text-top.d {
  overflow: hidden;
}

.stack-2-logos {
  z-index: 50;
  background-color: var(--color--bg-light);
  flex-flow: column;
  width: 100%;
  height: 320px;
  max-height: 320px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.stack-2-logos:hover {
  background-color: var(--color--bg-light-2);
}

.box-w-logo {
  z-index: 100;
  border-radius: var(--radius-12);
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-client-logo-copy {
  z-index: 20;
  border-radius: var(--radius-12);
  background-color: var(--color--bg-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-client-logo-copy:hover {
  background-color: var(--color--bg-light-2);
}

.section-services-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 80px;
  display: flex;
}

.title-wrapper {
  width: 100%;
  max-width: 800px;
  display: flex;
}

.section-catalogue {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 120px;
  display: flex;
}

.row-items {
  width: 100%;
  display: flex;
}

.grid-vertical-rows {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 150%;
  display: flex;
}

.sticky-menu-top {
  position: sticky;
}

.full-video {
  z-index: 40;
  width: 104%;
  height: 104%;
  margin-top: -2%;
  margin-left: -2%;
}

.full-video.darktrader {
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-left: 0%;
}

.full-video.img {
  position: absolute;
}

.stack-button-see-website {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.arrow-small-website {
  z-index: 63;
  margin-bottom: 4px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-case-studies {
  z-index: 54;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: var(--radius-12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff80;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 32px 32px auto;
}

.button-case-studies:hover {
  background-color: #ffffffb3;
}

.button-case-studies.dark {
  background-color: #ffffff1a;
}

.button-case-studies.dark:hover {
  background-color: #fff3;
}

.button-case-studies.featured-box {
  bottom: 20px;
  right: 20px;
}

.wrapper-web-preview {
  position: relative;
}

.img-cover-logo {
  z-index: 42;
  background-image: url('../images/Paragon-Image-Preview.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-cover-logo.qualsecure {
  background-image: url('../images/Qualsecure-cover.png');
}

.img-cover-logo.cropmarine {
  background-image: url('../images/Cropmarine-Cover.png');
}

.img-cover-logo.svitanok {
  background-image: url('../images/Svitanok-Logo_1.png');
}

.img-cover-logo.triggergrowth {
  background-image: url('../images/Trigger-Growth-Logo-Overlay.png');
}

.img-cover-logo.darktrader {
  background-image: url('../images/DT-Overlay-from-TinyPNG.png');
}

.spacing-top {
  width: 100%;
  height: 200px;
}

.button-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: var(--radius-12);
  background-color: var(--color--nav-bg);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 100%;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.button-toggle.dark-light-toggle {
  transition: background-color .2s;
}

.button-toggle.dark-light-toggle:hover {
  background-color: var(--color--nav-bg-hover);
}

.text-together {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
}

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

.stack-button.s-relative {
  position: relative;
}

.stack-button.s-absolute {
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
}

.overlay-preloader {
  z-index: 5000;
  background-color: var(--color--white);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.counter {
  font-family: var(--twidgrotesk);
  font-size: 28px;
}

.inside-counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.hero-resizer {
  background-color: var(--color--white);
  height: 0;
  position: absolute;
}

.animation-wrapper {
  overflow: hidden;
}

.animation-wrapper.bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.animation-wrapper._100--anim {
  width: 100%;
}

.animation-wrapper.stack-o {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.animation-wrapper.mob {
  display: none;
}

.animation-wrapper.desktop {
  display: flex;
}

.heading-1-wrapper {
  flex-flow: column;
  display: flex;
}

.heading-1-wrapper.mob {
  display: none;
}

.single-review {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.logo-paragon {
  mix-blend-mode: exclusion;
  width: 215px;
}

.test-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 64px;
  display: flex;
}

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

.stack-28.cst {
  width: 100%;
}

.overlay-img {
  background-image: url('../images/Image-Overlay-from-TinyPNG.png');
  background-position: 50%;
  background-size: cover;
  width: 720px;
  height: 720px;
  display: flex;
}

.grid-index {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 150%;
  display: flex;
}

.section-project {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 44px;
  display: flex;
}

.project-body.svitanok {
  background-color: #ef2b47;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-cover {
  background-image: url('../images/Trigger-Growth-Cover-Design.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.project-cover.qualsecure {
  background-image: url('../images/Qualsecure-Cover.jpg');
}

.project-cover.svitanok {
  background-image: url('../images/Header-New.webp');
  width: 60%;
}

.project-cover.paragon {
  background-image: url('../images/Paragon-Cover-Image.jpg');
}

.project-cover.cropmarine {
  background-image: url('../images/Mockup-Crop-Marine.jpg');
  height: 800px;
}

.project-content {
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.project-content.qualsecure {
  background-color: #0d0d17;
}

.featured-projects {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 120px;
  display: flex;
}

.grid-projects {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  width: 150%;
  display: flex;
}

.heading-3 {
  font-family: var(--twidgrotesk);
  color: var(--color--text);
  font-size: 28px;
  font-weight: 400;
  line-height: 115%;
}

.heading-3.white {
  color: var(--color--white);
}

.heading-3.white.center {
  text-align: center;
}

.heading-3.white.custom-width-1 {
  max-width: 930px;
}

.heading-3.white.custom-width-1.white-default {
  color: var(--white);
}

.heading-3.text-secondary {
  color: var(--color--text-secondary);
}

.small-featured-box {
  border-top-left-radius: var(--radius-16);
  border-top-right-radius: var(--radius-16);
  border-bottom-left-radius: var(--radius-16);
  border-bottom-right-radius: var(--radius-16);
  cursor: pointer;
  width: 100%;
  height: calc(25vw - 22px);
  max-height: 338px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-widget-featured {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.project-images-stack {
  flex-flow: column;
  display: flex;
}

.project-images-stack.qualsecure {
  background-color: #0d0d17;
}

.stack-2-imgs-horizontal {
  width: 100%;
  display: flex;
}

.stack-2-imgs-horizontal._1--gap {
  grid-column-gap: 0.5%;
  grid-row-gap: 0.5%;
  background-color: var(--white);
}

.img-project {
  width: 100%;
}

.img-project._50 {
  width: 50%;
}

.img-project.mob {
  display: none;
}

.img-project.white {
  background-color: var(--white);
}

.img-project._33 {
  width: 33.16%;
}

.img-project._66 {
  width: 66.34%;
}

.background-video {
  width: 100%;
  height: 56.25vw;
}

.background-video.space-below {
  margin-bottom: 100px;
}

.play-button, .pause-button {
  width: 44px;
}

.hero-home-video {
  z-index: 20;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.hero-home-video.mobile {
  display: none;
}

.play-pause-button {
  margin-bottom: 12px;
  margin-right: 12px;
}

.bg-video-typpography {
  width: 100%;
  height: 27vw;
}

.bg-video-typpography.space-below {
  margin-bottom: 100px;
}

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

.success-message {
  background-color: var(--white);
  padding-left: 0;
}

.div-block {
  display: flex;
}

.error-message {
  background-color: var(--color--white);
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.m-custom {
    padding-left: 8px;
  }

  .nav-bar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-container {
    height: 48px;
  }

  .left-menu {
    display: none;
  }

  .brand-logo, .menu-items, .dark-light-toggle {
    border-radius: var(--radius-8);
  }

  .nav-button {
    display: none;
  }

  .section-what-we-do {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-inside {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
  }

  .heading-1 {
    font-size: 44px;
  }

  .heading-1._54 {
    font-size: 32px;
  }

  .services-grid.m-ver {
    width: 100%;
    overflow: hidden;
  }

  .grid-support-column.m-hide {
    display: none;
  }

  .grid-main-column.m-version {
    height: 90px;
  }

  .small-headline {
    font-size: 16px;
  }

  .paragraph-big-28 {
    font-size: 22px;
  }

  .section-client-logos {
    width: 100vw;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
  }

  .grid-client-logos {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid-client-logos.m-version {
    flex-flow: row;
    width: 1616px;
    height: 90px;
    position: absolute;
  }

  .row-client-logos {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .row-client-logos.m-version.m-only {
    display: flex;
  }

  .box-client-logo {
    border-radius: var(--radius-8);
    width: 195px;
    height: 90px;
  }

  .client-logo {
    width: 70%;
  }

  .client-logo.paragon {
    width: 57%;
  }

  .logo-lokit {
    width: 70%;
  }

  .wrapper-featured-work {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .box-featured-work, .cover-background {
    border-radius: var(--radius-12);
  }

  .button-see-website {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: var(--radius-8);
    width: 102px;
    height: 116px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    top: 12px;
    right: 12px;
  }

  .image-see-website {
    border-radius: 4px;
  }

  .tagline-20 {
    font-size: 16px;
  }

  .section-features {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid-one-third.max-w-100.hide-mob {
    display: none;
  }

  .section-testimonials {
    padding-bottom: 64px;
  }

  .section-testimonials.no-bottom-padding.top-padding {
    padding-top: 64px;
  }

  .stack-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-services {
    padding-bottom: 80px;
  }

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

  .box-single-service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .half-of-service-no-padding._32-padding {
    padding-top: 0;
  }

  .body-large {
    font-size: 16px;
    line-height: 150%;
  }

  .body-large.size-16 {
    font-size: 13px;
  }

  .body-large.max-width-75 {
    max-width: 100%;
  }

  .cta-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: 100%;
    max-height: 629px;
    padding: 24px 16px 16px;
  }

  .gif-cta {
    border-radius: var(--radius-8);
    width: 100%;
    height: 400px;
  }

  .grid-inner-half-cta {
    width: 100%;
  }

  .grid-inner-half-cta.hide-mob, .grid-support-column-cta.hide-mob {
    display: none;
  }

  .wrapper-cta-image {
    padding-right: 0;
  }

  .cta-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: 100%;
    padding-left: 0;
    position: static;
  }

  .accent-button {
    border-radius: var(--radius-8);
    width: 160px;
    height: 45px;
  }

  .accent-button.grey.pricing {
    width: 180px;
  }

  .stack-0.mob {
    display: flex;
  }

  .stack-0.desk {
    display: none;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 20px;
  }

  .footer-inside {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: var(--radius-8);
    flex-flow: column;
    height: 100%;
    padding: 24px 16px 16px;
  }

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

  .grid-quarter-one.hide-mob {
    display: none;
  }

  .footer-row.mob-vert {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: -12px;
  }

  .img-footer-logomark {
    width: 42px;
  }

  .mobile-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 48px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .img-mobile-menu {
    width: 36px;
    height: 25px;
    margin-bottom: 2px;
  }

  .right-side-menu-mob {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .menu-button-text-mob {
    height: 40px;
    color: var(--color--text);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
  }

  .menu-button-text-mob.close, .menu-button-text-mob.dm, .menu-button-text-mob.dm.dark-light-toggle {
    display: none;
  }

  .line-menu-mob {
    background-color: var(--color--black);
    width: 1px;
    height: 14px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-double-column.custom {
    height: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .column-custom {
    padding-top: 12px;
  }

  .full-column-center.custom {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
  }

  .inner-column-404 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .stack-12, .stack-12.cust {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-w-arrow {
    border-radius: var(--radius-8);
    width: 160px;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .button-w-arrow.custom {
    width: 180px;
  }

  .button-w-arrow.center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .button-w-arrow.center.custom {
    width: 100%;
    height: 46px;
  }

  .custom-left-contact {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .stack-24 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .stack-24._25--side {
    padding-right: 0%;
  }

  .stack-4 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .field-default {
    border-radius: var(--radius-8);
    height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .field-default.big {
    height: 86px;
    padding-top: 12px;
    padding-bottom: 48px;
  }

  .row-form-section, .stack-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .checkbox-field {
    height: 38px;
  }

  .checkboxes-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .section-contact {
    height: 100%;
  }

  .link-home.w--current {
    display: flex;
  }

  .section-about-us {
    padding-top: 160px;
  }

  .grid-about-us-content {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .wrapper-about-us-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .about-us-content {
    width: 100%;
  }

  .menu-wrap {
    justify-content: space-between;
    width: 100%;
    height: 40px;
    display: flex;
  }

  .wrapper-text-top.m {
    display: flex;
  }

  .box-w-logo, .box-client-logo-copy {
    border-radius: var(--radius-8);
    height: 90px;
  }

  .menu-mob-hidden {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    display: none;
    overflow: hidden;
  }

  .buttons-stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    display: flex;
  }

  .stack-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    display: flex;
  }

  .link-menu {
    color: var(--color--black);
    text-align: center;
    padding: 10px 8px;
    font-size: 20px;
    line-height: 125%;
    text-decoration: none;
  }

  .link-menu.bottom {
    padding-bottom: 20px;
  }

  .close-button {
    height: 40px;
    color: var(--color--text);
    justify-content: flex-start;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    text-decoration: none;
    display: none;
  }

  .close-button.close {
    display: none;
  }

  .section-catalogue {
    padding-bottom: 64px;
  }

  .grid-vertical-rows {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button-case-studies {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border-radius: var(--radius-8);
    height: 36px;
    padding: 0 12px;
    inset: auto 12px 12px auto;
  }

  .spacing-top {
    height: 120px;
  }

  .button-toggle {
    border-radius: var(--radius-8);
  }

  .toggle-text {
    height: 40px;
    color: var(--color--text);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    text-decoration: none;
    display: none;
  }

  .toggle-text.close, .toggle-text.dm, .toggle-text.dm.dark-light-toggle {
    display: none;
  }

  .toggle-text-copy {
    height: 40px;
    color: var(--color--text);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
  }

  .toggle-text-copy.close, .toggle-text-copy.dm, .toggle-text-copy.dm.dark-light-toggle, .animation-wrapper.desktop.no-tablet {
    display: none;
  }

  .single-review {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .logo-paragon {
    width: 160px;
  }

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

  .stack-28 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .project-cover {
    height: 440px;
  }

  .project-cover.cropmarine {
    height: 600px;
  }

  .project-content, .featured-projects {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .small-featured-box {
    border-radius: var(--radius-12);
  }

  .img-project.desk {
    display: none;
  }

  .img-project.mob {
    display: block;
  }

  .play-button, .pause-button {
    width: 32px;
  }

  .play-pause-button {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-inside {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .heading-1 {
    font-size: 32px;
  }

  .heading-1.white.custom-width-1.white-default {
    font-size: 6vw;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .grid-main-column {
    width: 100%;
  }

  .grid-main-column.m-version {
    height: 72px;
  }

  .small-headline {
    font-size: 14px;
  }

  .small-headline.custom-mob {
    font-size: 32px;
    line-height: 115%;
  }

  .paragraph-big-28 {
    font-size: 17px;
  }

  .paragraph-big-28.text-secondary.mob-text {
    color: var(--color--text);
  }

  .section-client-logos {
    padding-bottom: 80px;
  }

  .grid-client-logos.m-version {
    width: 2000px;
    height: 72px;
  }

  .box-client-logo {
    width: 156px;
    height: 72px;
  }

  .grid-featured-work {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .row-featured-work {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .wrapper-featured-work {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .title-featured-work {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

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

  .heading-2.custom-mob {
    font-size: 32px;
  }

  .button-arrow {
    padding-bottom: 2px;
    padding-left: 12px;
  }

  .box-featured-work {
    height: calc(120vw - 32px);
  }

  .widget-featured-work {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-title-featured-work {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .tagline-20 {
    font-size: 14px;
  }

  .grid-one-third.hide-mob {
    display: none;
  }

  .grid-one-third.hide-mob.work-page {
    display: flex;
  }

  .grid-one-third.max-w-100 {
    width: 120px;
  }

  .grid-one-third.work-page {
    display: none;
  }

  .grid-one-third.long-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .grid-features-vert, .grid-services {
    width: 100%;
  }

  .line-content-service {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .half-of-service-no-padding._32-padding {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .body-large {
    font-size: 14px;
  }

  .body-large.size-16 {
    font-size: 11px;
  }

  .cta-wrapper {
    flex-flow: column;
    max-height: 449px;
  }

  .gif-cta {
    height: 240px;
  }

  .cta-wrap-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .accent-button.grey.pricing, .stack-0.mob {
    display: none;
  }

  .stack-0.desk {
    display: flex;
  }

  .footer-inside {
    flex-flow: column;
  }

  .mobile-menu {
    display: flex;
  }

  .grid-double-column.custom {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .column-custom {
    padding-top: 0;
  }

  .full-column-center {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .full-column-center.custom {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .stack-12.cust {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .field-default {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .row-form-section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .checkbox-field {
    height: 36px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .section-about-us {
    padding-top: 140px;
  }

  .grid-about-us-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about-us-img {
    height: 440px;
  }

  .wrapper-about-us-content {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .box-w-logo, .box-client-logo-copy {
    height: 72px;
  }

  .grid-vertical-rows {
    width: 100%;
  }

  .arrow-small-website {
    height: 15px;
    margin-bottom: 3px;
  }

  .overlay-preloader {
    display: none;
  }

  .counter {
    font-size: 24px;
  }

  .animation-wrapper.hide-mob {
    display: none;
  }

  .animation-wrapper.mob {
    display: flex;
  }

  .animation-wrapper.desktop {
    display: none;
  }

  .animation-wrapper.desktop.no-tablet {
    display: flex;
  }

  .logo-paragon {
    width: 120px;
  }

  .overlay-img {
    width: 440px;
    height: 440px;
  }

  .grid-index {
    width: 100%;
  }

  .section-project {
    padding-top: 140px;
  }

  .project-cover {
    height: 400px;
  }

  .project-cover.svitanok {
    width: 100%;
  }

  .project-cover.cropmarine {
    height: 400px;
  }

  .featured-projects {
    padding-top: 0;
  }

  .grid-projects {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: 100%;
  }

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

  .heading-3.custom-mob {
    font-size: 32px;
  }

  .heading-3.heading-2-mob {
    font-size: 24px;
  }

  .small-featured-box {
    height: calc(120vw - 32px);
  }

  .small-widget-featured {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .img-project.cover {
    object-fit: cover;
    height: 500px;
  }

  .background-video.space-below {
    margin-bottom: 54px;
  }

  .hero-home-video.desktop {
    display: none;
  }

  .hero-home-video.mobile {
    display: flex;
  }

  .bg-video-typpography.space-below {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 479px) {
  .hero-inside {
    padding-bottom: 120px;
  }

  .heading-1.white.custom-width-1.white-default {
    font-size: 9vw;
  }

  .grid-one-third._200 {
    width: 100%;
  }

  .cta-wrapper {
    max-height: 390px;
  }

  .gif-cta {
    height: 180px;
  }

  .stack-0.mob {
    display: flex;
  }

  .stack-0.desk {
    display: none;
  }

  .about-us-img {
    height: 320px;
  }

  .animation-wrapper.stack-o {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .animation-wrapper.desktop.no-tablet, .heading-1-wrapper {
    display: none;
  }

  .heading-1-wrapper.mob {
    display: flex;
  }

  .overlay-img {
    width: 320px;
    height: 320px;
  }
}


@font-face {
  font-family: 'TwidGrotesk';
  src: url('../fonts/TwidGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NeueHaasDisplay-Mediu.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NeueHaasDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}