@font-face {
  font-family: Sackers Gothic Std;
  src: url('../fonts/Sackers-Gothic-Std-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --light-gray: #8a8a8a;
  --color-default1: #c5b8a5;
  --color-dark1: #201708;
  --color-light3: #f5efe8;
  --color-default2: #c5b8a596;
  --black: #000;
  --dark-gray: #292929;
  --color-dark2: #493f30;
  --color-dark3: #2e4061;
  --buttonlink: #978468;
  --color-light1: #d8d0c6;
  --error-color: #ebb8b9;
  --color-light2: #e2dbd1;
  --hover: #130d04;
}

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

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

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

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2;
}

a {
  color: var(--light-gray);
  font-weight: 400;
  text-decoration: underline;
}

ul, ol {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: .9rem;
  line-height: 1.2;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  color: var(--light-gray);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

figcaption {
  color: var(--light-gray);
  text-align: center;
  margin-top: 5px;
  font-size: .8rem;
  line-height: 1.2;
}

.heading-2 {
  color: #c5b8a5;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.45em;
}

.paragraph {
  color: var(--white);
  text-transform: uppercase;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph.dark {
  color: #000;
}

.paragraph._70-opacity {
  opacity: .7;
}

.paragraph._70-opacity._80-width {
  letter-spacing: 1px;
  width: 80%;
  font-family: neue-haas-grotesk-display, sans-serif;
  line-height: 1.4em;
}

.paragraph._70-opacity.fadein {
  letter-spacing: 1px;
  font-family: neue-haas-grotesk-display, sans-serif;
}

.paragraph.title-project {
  letter-spacing: 1px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: .9rem;
  line-height: 1.4;
}

.paragraph.centered {
  text-align: center;
}

.primary_button {
  border: 1px solid var(--color-default1);
  background-color: #3898ec00;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-top: 16px;
  font-family: Libre Caslon Display;
  font-size: 18px;
  display: flex;
}

.primary_button:hover {
  font-size: 17px;
}

.submit-button {
  background-color: var(--color-dark1);
  border-radius: 12px 0;
  width: 200px;
  margin-left: 8px;
  font-family: Libre Caslon Display;
  font-size: 18px;
}

.submit-button:hover {
  color: var(--color-default1);
  font-size: 17px;
}

.text-field {
  border: 1px solid var(--color-default1);
  color: var(--color-light3);
  text-transform: uppercase;
  background-color: #0000;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.text-field:hover {
  border-color: var(--color-light3);
}

.text-field:active {
  background-color: var(--color-default2);
}

.text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: var(--color-default2);
  color: var(--color-light3);
}

.text-field::placeholder {
  color: var(--color-light3);
  background-color: #0000;
}

.category_title {
  color: #c5b8a5;
  font-family: Libre Caslon Display;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.45em;
}

.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;
  align-items: center;
  width: auto;
  display: flex;
}

.body {
  background-color: #000;
}

.section.hero-home {
  filter: grayscale();
}

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

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

.section.footer {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#00000080, #00000080), url('../images/FrancescoMartucci_SocialsContent4.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: border-box;
  min-height: 200vh;
}

.section.projects.menu {
  display: none;
}

.section.services-copy {
  padding-top: 281px;
}

.container {
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
}

.container.hero-home {
  z-index: 100;
  opacity: 1;
  cursor: auto;
  mix-blend-mode: overlay;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  min-height: 100vh;
  padding: 24px;
  display: flex;
  position: relative;
}

.container.about {
  justify-content: flex-start;
  max-width: none;
  height: auto;
  min-height: auto;
  padding-bottom: 84px;
  display: flex;
  position: relative;
}

.container.hero-styleguide {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 84px;
  display: flex;
}

.container.contact {
  padding-top: 84px;
  padding-bottom: 140px;
  display: flex;
}

.container.text-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  display: flex;
}

.container.projects {
  justify-content: flex-start;
  max-width: none;
  height: auto;
  min-height: auto;
  padding-bottom: 84px;
  display: flex;
  position: relative;
}

.container.services {
  justify-content: flex-start;
  height: auto;
  min-height: auto;
  padding-bottom: 84px;
  display: flex;
  position: relative;
}

.container.licenses-hero {
  min-height: 100vh;
  padding-top: 180px;
  padding-bottom: 84px;
}

.container.services-copy {
  justify-content: flex-start;
  height: auto;
  min-height: auto;
  padding-bottom: 84px;
  display: flex;
  position: relative;
}

.container.about-copy {
  flex-flow: column;
  justify-content: flex-start;
  max-width: none;
  height: auto;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 84px;
  display: flex;
  position: relative;
}

.background-video {
  pointer-events: auto;
  mix-blend-mode: normal;
  background-image: none;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  inset: 0%;
}

.content-wrapper {
  z-index: 200;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 0;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  font-weight: 700;
  display: flex;
  position: relative;
}

.content-wrapper.about-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  padding-top: 64px;
  padding-bottom: 0;
}

.content-wrapper.work-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  height: auto;
  overflow: hidden;
}

.content-wrapper.services-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-top: 120px;
}

.content-wrapper.page-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  padding-top: 64px;
  padding-bottom: 0;
}

.title-service {
  opacity: .96;
  color: #fff;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.main-body {
  background-color: #000;
}

.header-wrapper {
  width: 50%;
}

.paragraph-wrapper {
  z-index: 300;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: auto 24px 24px auto;
}

.navigation-wrapper {
  z-index: 10000;
  pointer-events: none;
  background-image: linear-gradient(#000 12%, #0003 53%, #fff0 74%);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 24px 24px 36px;
  display: flex;
  position: fixed;
}

.logo-block {
  pointer-events: auto;
  height: 80px;
}

.logo-image {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.nav-links-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  pointer-events: auto;
  flex-flow: column;
  align-items: stretch;
  width: auto;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: line-through;
}

.side-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.label {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.label.year {
  color: #c2c2c2;
}

.label.fadein {
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.sticky-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
  position: sticky;
  top: 138px;
}

.images-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.image-about-big {
  object-fit: cover;
  width: 60%;
  height: 100vh;
}

.image-about {
  object-fit: cover;
  width: 38%;
  height: 60vh;
}

.introduction-about {
  grid-column-gap: 84px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: grid;
}

.work-project-card {
  width: 100%;
  height: 100vh;
  position: relative;
}

.work-project-card.fadein {
  width: auto;
}

.background-video-project {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-card-projects {
  z-index: 5;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  min-height: 120px;
  display: flex;
}

.title-wrapper.video-upper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cta-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: auto;
  display: flex;
}

.service-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border-bottom: 1px #464646;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cta-button-services {
  background-color: #242424;
  border: 1px dashed #616161;
  border-radius: 29px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  min-height: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.colors-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.card-color {
  border: 1px solid #616161;
  border-radius: 8px;
  width: 300px;
  height: 200px;
  padding: 24px;
}

.card-color.white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.card-color.black {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.card-color.dark-gray {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--dark-gray);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.card-color.light-gray {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light-gray);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.wrapper-contact {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.contact-block {
  border-bottom: 2px solid #646464;
  width: 100%;
  height: 4rem;
  min-height: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.contact-block-text {
  color: #929292;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.contact-blocks-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.block-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.image-contact-big {
  object-fit: cover;
  width: 50%;
  height: 650px;
}

.form-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.image-contact {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.text-field {
  color: #f5efe8;
  background-color: #27272700;
  border-style: solid;
  border-color: #272727;
  border-radius: 0;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 10px;
  transition: border-color .5s cubic-bezier(.215, .61, .355, 1);
}

.text-field:hover {
  border-style: solid;
}

.text-field:focus {
  background-color: #00000096;
  border-color: #818181;
}

.text-field.textarea {
  padding-top: 24px;
  padding-bottom: 24px;
}

.contact-form-block {
  margin-bottom: 0;
}

.submit-button {
  color: #000;
  text-transform: uppercase;
  background-color: #949e9e;
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 10px;
  transition: color .3s cubic-bezier(.215, .61, .355, 1), background-color .3s cubic-bezier(.215, .61, .355, 1);
}

.submit-button:hover {
  color: #000;
  background-color: #fff;
  font-size: 10px;
}

.heading-footer {
  opacity: .96;
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}

.text-footer {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 300px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.wrapper-links-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.link {
  color: #fff;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.link:hover {
  text-decoration: line-through;
}

.link.w--current {
  color: #999;
  text-decoration: line-through;
}

.button-effect {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  color: #000;
  border-bottom: 1px solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 1.3rem;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-primary-text {
  color: #aaa;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.cta-wrappers {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-wrappers.menu-switcher {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.contact-link {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100px;
  height: auto;
  padding: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.overlayer {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.button-secondary-text {
  z-index: 2;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 10px;
  font-weight: 400;
  position: relative;
}

.line-services {
  background-color: #696969;
  width: 100%;
  height: 2px;
}

.outer-container {
  z-index: 100;
  flex-flow: row;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px #525252;
  border-radius: 0;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: auto;
  padding: 24px;
  display: flex;
}

.quote-testimonial {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: .7rem;
  font-weight: 300;
  line-height: 1.3;
}

.name-client {
  color: #a0a0a0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 8px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: .7rem;
  line-height: 1.2;
}

.logo-client {
  object-fit: contain;
  width: 200px;
  height: 94px;
  max-height: none;
  margin-bottom: 0;
}

.overlayer-outer-container {
  z-index: 3000;
  pointer-events: none;
  background-color: #0000;
  background-image: linear-gradient(90deg, #000 6%, #0000 41% 59%, #000 98%);
  position: absolute;
  inset: 0%;
}

.year-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.title-project {
  color: #fff;
  text-transform: uppercase;
  width: 50%;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.menu-text {
  pointer-events: auto;
  display: none;
}

.paragraph-footer {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 300px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

.fonts-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 2rem;
}

.heading2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8rem;
}

.heading2.fadein {
  font-family: neue-haas-grotesk-display, sans-serif;
}

.display-heading {
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 700;
}

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

.list {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.list-2 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.heading-form {
  font-size: 2.4rem;
}

.success-message-block {
  background-color: var(--dark-gray);
  border-radius: 0;
  min-height: 200px;
}

.success-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
}

.error-text {
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2;
}

.error-message-block {
  color: #000;
  background-color: #c7a0a0;
}

.licenses-wrapper {
  flex-flow: column;
  width: 100%;
  min-height: 300px;
  display: flex;
}

.license-card {
  border: 1px solid var(--dark-gray);
  flex-flow: column;
  margin-top: 24px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.license-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2rem;
}

.changelog-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--dark-gray);
  flex-flow: column;
  margin-top: 24px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.changelog-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2rem;
}

.date-changelog {
  color: var(--light-gray);
}

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

.image-protected {
  object-fit: scale-down;
  background-color: #fff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.title-protectedpage {
  margin-bottom: 24px;
}

.image-notfound {
  width: 120px;
  height: 120px;
}

.image-6 {
  width: 24px;
  height: 24px;
}

.icon-button {
  z-index: 4;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
}

.play-pause-button {
  z-index: 4;
}

.header-service-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  display: flex;
}

.dropdown-toggle {
  color: var(--color-default1);
  padding: 0;
  display: flex;
}

.dropdown {
  align-self: flex-end;
  margin-left: 0;
  margin-right: 0;
}

.text-block {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 10px;
}

.icon {
  margin-right: 0;
}

.dropdown-link {
  background-color: var(--white);
  color: var(--color-dark1);
  text-transform: uppercase;
  border-radius: 8px;
  margin-bottom: 9px;
  padding: 8px;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 12px;
}

.dropdown-list {
  background-color: #dddddd1f;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  padding-top: 10px;
}

.image-7 {
  margin-right: 5px;
}

._50-opacity {
  opacity: .5;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .25em;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 10px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.code-embed {
  filter: saturate(0%);
  border-radius: 12px;
  align-self: stretch;
  margin-bottom: 33px;
  padding-bottom: 0;
  overflow: hidden;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid var(--dark-gray);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: grid;
}

.grid:hover {
  background-color: #ffffff0d;
}

.image-8 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.text-block-copy {
  color: var(--white);
  text-transform: none;
  width: 55%;
  margin-bottom: 12px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 36px;
  line-height: 1.1;
}

.text-block-2 {
  margin-bottom: 8px;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
}

.div-block-3 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-14, .div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 24px;
  display: block;
}

.div-block-16 {
  align-self: stretch;
  margin-bottom: 63px;
}

.text-block-3 {
  color: var(--white);
  margin-bottom: .5em;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 24px;
}

.heading1-copy {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 2rem;
}

.div-block-17 {
  border-bottom: 1px solid var(--dark-gray);
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-18 {
  width: 50%;
}

.paragraph-2 {
  letter-spacing: .02em;
  text-transform: none;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.menu-subheading {
  opacity: .5;
  margin-top: 3em;
  margin-bottom: 1em;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.link-2 {
  color: var(--white);
  text-transform: uppercase;
  background-color: #fff3;
  border-radius: 20px;
  padding: .8em .8em .6em;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.link-2:hover {
  background-color: var(--white);
  color: var(--color-dark1);
}

.link-2.w--current {
  background-color: var(--white);
  color: var(--black);
}

._50-opacity-copy {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-right: 0;
  font-family: Sackers Gothic Std, Georgia, sans-serif;
  font-size: 10px;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

.is--hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 1.2em;
  }

  .paragraph {
    font-size: .8rem;
  }

  .text-field {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .category_title {
    font-size: 30px;
    line-height: 1.2em;
  }

  .section.hero-home {
    flex-flow: row;
    display: block;
  }

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

  .container.about {
    padding-bottom: 24px;
  }

  .container.contact {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container.projects, .container.services, .container.services-copy, .container.about-copy {
    padding-bottom: 24px;
  }

  .background-video {
    flex-flow: row;
    display: block;
  }

  .content-wrapper.about-section {
    width: 70%;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .content-wrapper.work-section {
    width: 70%;
  }

  .content-wrapper.services-section {
    width: 70%;
    margin-top: 48px;
  }

  .content-wrapper.page-section {
    width: 70%;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .title-service {
    font-size: 2.4rem;
  }

  .header-wrapper {
    display: none;
  }

  .paragraph-wrapper {
    width: 80%;
    padding-bottom: 48px;
    padding-left: 24px;
    inset: auto auto 0 0;
  }

  .side-bar {
    width: 30%;
    padding-right: 24px;
  }

  .images-wrapper {
    margin-top: 24px;
  }

  .image-about-big {
    height: 400px;
  }

  .image-about {
    height: 280px;
  }

  .introduction-about {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .work-project-card {
    height: auto;
    min-height: 600px;
  }

  .cta-button-services {
    width: 36px;
    height: 36px;
  }

  .colors-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .wrapper-contact {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 70%;
  }

  .contact-block {
    height: 2.8rem;
  }

  .contact-block-text {
    font-size: 2.4rem;
    transition: color .3s cubic-bezier(.215, .61, .355, 1);
  }

  .contact-block-text:hover {
    color: #fff;
  }

  .contact-blocks-wrapper {
    margin-bottom: 24px;
  }

  .block-form {
    flex-flow: column;
  }

  .image-contact-big {
    width: 100%;
    height: 500px;
  }

  .form-content-wrapper {
    width: 100%;
  }

  .image-contact {
    margin-bottom: 24px;
  }

  .contact-form-block {
    align-self: stretch;
  }

  .submit-button {
    width: 100%;
  }

  .heading-footer {
    font-size: 5rem;
  }

  .quote-testimonial {
    font-size: 1rem;
  }

  .logo-client {
    width: 120px;
  }

  .title-project {
    width: 70%;
    font-size: 1rem;
  }

  .menu-text {
    display: none;
  }

  .paragraph-footer {
    line-height: 1.4;
  }

  .heading1 {
    font-size: 4rem;
  }

  .heading2 {
    font-size: 2.8rem;
  }

  .heading3 {
    font-size: 1.8rem;
  }

  .heading4 {
    font-size: 1.3rem;
  }

  .heading5 {
    font-size: 1rem;
  }

  .heading6 {
    font-size: .9rem;
  }

  .display-heading {
    font-size: 4rem;
  }

  .display-heading.hidden-desktop {
    opacity: .3;
    margin-bottom: 0;
    display: flex;
  }

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

  .image-6 {
    width: 20px;
    height: 20px;
  }

  .code-embed {
    margin-top: 64px;
  }

  .text-block-copy {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
  }

  .paragraph {
    font-size: 14px;
  }

  .primary_button {
    justify-content: center;
    align-items: center;
    width: 164px;
    display: flex;
  }

  .text-field {
    margin-right: 0;
  }

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

  .container.hero-home {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .container.about {
    flex-flow: column;
    padding-top: 48px;
  }

  .container.contact {
    flex-flow: column;
  }

  .container.projects, .container.services {
    flex-flow: column;
    padding-top: 48px;
  }

  .container.licenses-hero {
    padding-top: 120px;
  }

  .container.services-copy {
    flex-flow: column;
    padding-top: 48px;
  }

  .container.about-copy {
    flex-flow: column;
  }

  .content-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    bottom: auto;
  }

  .content-wrapper.about-section {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper.work-section, .content-wrapper.services-section {
    width: 100%;
    margin-top: 24px;
  }

  .content-wrapper.page-section {
    width: 100%;
    padding-bottom: 0;
  }

  .header-wrapper {
    width: 100%;
    position: relative;
    top: -175px;
  }

  .paragraph-wrapper {
    width: 100%;
    padding: 24px;
    inset: auto auto 0% 0%;
  }

  .navigation-wrapper {
    z-index: 5;
  }

  .nav-links-wrapper {
    background-color: #000;
    width: 100%;
    height: 100vh;
    padding-top: 64px;
    padding-right: 24px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .side-bar {
    width: 100%;
  }

  .sticky-block {
    margin-bottom: 0;
  }

  .introduction-about {
    margin-top: 16px;
  }

  .work-project-card {
    display: flex;
  }

  .content-card-projects {
    height: auto;
    padding: 16px;
  }

  .cta-button-services {
    width: 36px;
    height: 36px;
  }

  .colors-wrapper {
    flex-flow: column;
  }

  .card-color.white, .card-color.black, .card-color.dark-gray, .card-color.light-gray {
    width: auto;
  }

  .wrapper-contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    margin-top: 16px;
  }

  .image-contact {
    margin-bottom: 16px;
  }

  .heading-footer {
    font-size: 4rem;
  }

  .testimonial-card {
    width: 300px;
  }

  .title-project {
    width: 100%;
  }

  .menu-text {
    z-index: 11;
    color: #fff;
    cursor: pointer;
    transition: color .3s cubic-bezier(.215, .61, .355, 1);
    display: flex;
    position: relative;
  }

  .menu-text:hover {
    color: #8a8a8a;
    text-decoration: underline;
  }

  .paragraph-footer {
    width: auto;
    max-width: 300px;
  }

  .heading1 {
    font-size: 3.4rem;
  }

  .heading2 {
    font-size: 2.4rem;
  }

  .heading3 {
    font-size: 1.6rem;
  }

  .display-heading {
    font-size: 3rem;
  }

  .display-heading.hidden-desktop {
    opacity: .3;
    margin-bottom: 0;
  }

  .title-protectedpage {
    font-size: 2.4rem;
  }

  .image-6 {
    width: 20px;
    height: 20px;
  }

  .grid {
    flex-flow: column;
    grid-template-columns: .5fr;
    width: 100%;
    display: flex;
  }

  .div-block-14, .div-block-15 {
    column-count: 2;
  }

  .div-block-18 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

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

  .paragraph {
    margin-top: 0;
    font-size: .9rem;
    font-weight: 300;
  }

  .paragraph._70-opacity {
    margin-top: 0;
  }

  .paragraph._70-opacity._80-width {
    width: 100%;
  }

  .paragraph.title-project {
    margin-bottom: 8px;
  }

  .primary_button {
    font-size: 16px;
  }

  .submit-button {
    width: 100%;
    margin-left: 0;
  }

  .text-field {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .category_title {
    font-size: 24px;
  }

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

  .section.hero-home {
    overflow: hidden;
  }

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

  .container.about {
    padding-top: 48px;
    padding-bottom: 24px;
    overflow: hidden;
  }

  .container.contact {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .container.projects, .container.services {
    padding-top: 24px;
    overflow: hidden;
  }

  .container.licenses-hero {
    overflow: hidden;
  }

  .container.services-copy {
    padding-top: 24px;
    overflow: hidden;
  }

  .container.about-copy {
    padding-bottom: 24px;
    overflow: hidden;
  }

  .content-wrapper.services-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-wrapper.page-section {
    padding-top: 24px;
  }

  .title-service {
    font-size: 1.8rem;
  }

  .header-wrapper {
    top: -266px;
  }

  .paragraph-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 48px;
  }

  .navigation-wrapper {
    z-index: 2000;
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .nav-links-wrapper {
    background-color: #000;
    width: 100%;
    height: 100vh;
    padding-top: 64px;
    padding-right: 24px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .side-bar {
    padding-right: 0;
  }

  .sticky-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 0;
  }

  .images-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 16px;
  }

  .image-about-big, .image-about {
    width: 100%;
    height: auto;
  }

  .introduction-about {
    grid-row-gap: 8px;
    margin-top: 16px;
  }

  .work-project-card {
    min-height: 400px;
  }

  .work-project-card.fadein {
    min-height: 500px;
  }

  .background-video-project {
    background-image: linear-gradient(#0009, #0009);
  }

  .cta-button-services {
    width: 30px;
    height: 30px;
    position: absolute;
  }

  .colors-wrapper {
    flex-flow: column;
  }

  .card-color.white, .card-color.black, .card-color.dark-gray, .card-color.light-gray {
    width: auto;
  }

  .wrapper-contact {
    margin-top: 16px;
  }

  .contact-block {
    height: 1.8rem;
  }

  .contact-block-text {
    font-size: 1.3rem;
  }

  .image-contact-big, .image-contact {
    height: auto;
  }

  .contact-form-block {
    margin-top: 24px;
  }

  .heading-footer {
    font-size: 2.4rem;
  }

  .text-footer {
    width: auto;
  }

  .inner-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .quote-testimonial {
    font-size: .9rem;
  }

  .logo-client {
    height: auto;
  }

  .title-project {
    font-size: .9rem;
  }

  .menu-text {
    color: #fff;
    justify-content: center;
    align-items: center;
    font-family: Lato, sans-serif;
    font-size: 1rem;
    display: flex;
  }

  .paragraph-footer {
    width: auto;
    font-weight: 400;
  }

  .heading1 {
    flex: 0 auto;
    font-size: 3rem;
  }

  .heading2 {
    font-size: 2.2rem;
  }

  .heading3 {
    font-size: 1.6rem;
  }

  .display-heading {
    font-size: 2rem;
  }

  .display-heading.hidden-desktop {
    opacity: .29;
    margin-bottom: 0;
  }

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

  .title-protectedpage {
    text-align: left;
    font-size: 2rem;
  }

  .image-6 {
    width: 16px;
    height: 16px;
  }

  .code-embed {
    margin-bottom: 16px;
  }

  .div-block-14, .div-block-15 {
    column-count: 1;
  }

  .heading1-copy, .menu-subheading {
    flex: 0 auto;
  }

  .link-2 {
    font-size: 10px;
  }
}

#w-node-_81a2f4fb-d362-ae9c-7f46-8ee70b4a04d1-6a0903ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3dd54d9-0890-7698-7943-69cda84a3b56-2ef9a31e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_87faad28-f0bc-0d46-3136-94d4d41cf34e-2ef9a31e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_48499f36-1720-7abd-8a89-bcbd13f0473e-2ef9a31e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-a85be931-b6ef-249c-7083-68206a19ea30-6a19ea2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Sackers Gothic Std';
  src: url('../fonts/Sackers-Gothic-Std-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}