@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --hhhh: #fff0;
}

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

body {
  color: #111;
  letter-spacing: .05rem;
  font-family: Raleway;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 2;
}

h1 {
  color: #191919;
  text-align: left;
  letter-spacing: -.005px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #191919;
  text-align: center;
  letter-spacing: -.005rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h3 {
  color: #191919;
  text-align: left;
  letter-spacing: -.005rem;
  width: 20rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

h4 {
  color: #191919;
  letter-spacing: -.005rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  color: #191919;
  letter-spacing: -.005rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  color: #191919;
  text-align: center;
  word-break: break-all;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #191919;
  letter-spacing: -.01875rem;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #838383;
  text-transform: capitalize;
  vertical-align: baseline;
  margin-left: 0;
  margin-right: 0;
  padding: .2rem 0 .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

a:hover {
  color: #202124;
}

a.w--current {
  margin-left: 0;
  margin-right: 0;
  padding: .25rem 0 .5rem;
  font-size: 1rem;
  font-weight: 400;
}

blockquote {
  color: #202124;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.2rem;
  line-height: 22px;
}

.horizontal-divider {
  background-color: #dbdbdb;
  flex: 1;
  width: auto;
  max-width: 100%;
  height: 1px;
}

.image-container {
  filter: grayscale();
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: .5rem;
  display: block;
  overflow: hidden;
}

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

.lightbox-link {
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

._70-ch {
  color: #191919;
  letter-spacing: -.01875rem;
  max-width: 70ch;
  font-size: 1rem;
}

._70-ch.padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.utility-page-wrap {
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button-password {
  color: #666;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #ececec;
  border-radius: 1rem;
  margin-top: 0;
  padding: 1rem 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button-password:hover {
  color: #191919;
  background-color: #ececec;
}

.h3-protected-page {
  text-align: left;
  width: auto;
}

._404-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.paragraph-404 {
  color: #191919;
  letter-spacing: -.005rem;
  margin-top: 1rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.changelog-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.changelog-container {
  grid-column-gap: 3rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12rem;
  display: flex;
}

.changelog-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.align-left {
  text-align: left;
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter Tight, sans-serif;
  font-weight: 700;
}

._50ch {
  color: #191919;
  letter-spacing: -.01875rem;
  max-width: 50ch;
  margin-bottom: 3rem;
  font-size: .875rem;
}

.licenses-list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px #838383;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  place-content: end stretch;
  place-items: center start;
  margin-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.page-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.licenses-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.licenses-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licenses-content {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: flex;
}

.licenses-list {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 2rem;
}

.p-licenses {
  letter-spacing: -.01875rem;
  padding-top: .4rem;
  font-size: .875rem;
}

.changelog-content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px #838383;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end stretch;
  place-items: center start;
  width: 100%;
  margin-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.licenses-image-container {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

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

.style-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 4rem 5rem;
  display: flex;
}

.spacer {
  height: 2rem;
}

.typography-block {
  grid-row-gap: 1rem;
  border-bottom: 1px #bbb;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60rem;
  margin-top: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.light {
  color: #a1a1a1;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.style-heading {
  margin-bottom: 10rem;
  padding-top: 6rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.style-subheading {
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

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

.swatch {
  width: 100%;
  height: 12rem;
}

.swatch.gray98 {
  background-color: #fafafa;
}

.swatch.gray {
  background-color: #747474;
}

.swatch.gray83 {
  background-color: #575757e6;
}

.swatch.gray50 {
  background-color: #ececec;
}

.swatch.primary {
  background-color: #191919;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swatch.gray98 {
  background-color: #bbb;
  border: 1px solid #dfdfdf;
}

.swatch.gray {
  background-color: #666;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swatch.gainsboro {
  background-color: #ebebeb;
  border: 0 #dfdfdf;
}

.typography-wrapper {
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
}

.rich-text-wrapper {
  padding: 3rem 5rem 2rem;
}

.list-item-rt {
  color: #202124;
  font-family: Inter Tight, sans-serif;
  font-size: .9375rem;
  line-height: 1.5;
  list-style-type: square;
}

.block-quote {
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem 1rem;
  font-family: Inter Tight, sans-serif;
  line-height: 1.7;
}

.padding {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

._404-image-wrapper {
  width: 80%;
  height: 100%;
  overflow: hidden;
}

._404-user-image {
  z-index: 999;
  object-fit: cover;
  overflow: hidden;
}

._404-button {
  color: #666;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #ececec;
  border-radius: 1rem;
  margin-top: 0;
  padding: 1.2rem 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  transition: background-color .2s;
}

._404-button:hover {
  color: #191919;
  background-color: #ececec;
}

._404-button.w--current {
  text-align: center;
  text-transform: uppercase;
  background-color: #ececec;
  margin-top: 0;
  padding: 1.3rem 2.5rem;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.licenses-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.changelog-text-block, .licenses-text-block {
  color: #202124;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.style-guide-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swatch-info {
  padding-top: .5rem;
  padding-bottom: 0;
  padding-left: 1rem;
}

.blog-rich-text {
  text-align: left;
  margin-top: 0;
  margin-bottom: .25rem;
  padding-left: 0;
  padding-right: 0;
}

.navbar-link {
  clear: none;
  color: #fff;
  text-align: left;
  letter-spacing: -.005rem;
  object-fit: fill;
  flex-flow: row;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-left: 2.2rem;
  padding-right: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .9375rem;
  font-weight: 300;
  display: block;
  position: static;
}

.navbar-link:hover {
  color: #d1d1d1;
}

.navbar-link.w--current {
  color: #fff;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .9375rem;
  font-weight: 300;
  text-decoration: none;
  display: block;
  position: static;
}

.navbar-link.cta-link {
  color: #191919;
  background-color: #fff;
  border-radius: 2rem;
  margin-left: 1.5rem;
  padding: .5rem 1.5rem;
  transition-property: background-color;
}

.navbar-link.cta-link:hover {
  background-color: #e7e7e7;
}

.navbar-link.cta-link.artwork-button {
  background-color: var(--hhhh);
  color: #fff;
}

.navbar-link.cta-link.artwork-button.w--current {
  color: #fff;
}

.navbar-link.cta-link.acceuil-button, .navbar-link.cta-link.accueil-button, .navbar-link.cta-link.artwotks-button {
  background-color: var(--hhhh);
  color: #fff;
}

.navbar-link.cta-link.a-propos-button {
  background-color: var(--hhhh);
  color: #fff;
  display: block;
}

.navbar-link.cta-link.a-propos-button.a-propos {
  display: none;
}

.navbar-link.artworks.w--current {
  margin-left: auto;
  padding-left: 3.1rem;
  padding-right: 0;
}

.tb-introduction {
  color: #aaa;
  letter-spacing: -.01875rem;
  width: 100%;
  margin-top: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.navbar-wrapper {
  display: none;
}

.responsive-link {
  color: #191919;
  letter-spacing: -.005rem;
  padding-left: 1.5rem;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 500;
}

.responsive-link:hover {
  color: #666;
}

.cta-section {
  z-index: 120;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.clients-container {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.section-heading {
  color: #191919;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}

.section-heading.padding {
  color: #191919;
  border-top: 1px #bbb;
  padding-top: 1.2rem;
  padding-bottom: 0;
}

.section-heading.padding.title-works {
  color: #ebe7e7;
}

.section-heading.light {
  color: #fff;
}

.heading-wrap {
  width: 40%;
}

.heading-wrap.shrink {
  width: 20%;
}

.heading-wrap.light {
  color: #fff;
}

.experience-container {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.h1-experience {
  letter-spacing: -.005rem;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

.block-divider {
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 1px;
  padding-top: 1rem;
}

.block-divider._100 {
  width: 100%;
  height: 1px;
  padding-top: 0;
}

.experience-block {
  width: 100%;
  margin-bottom: 2rem;
}

.experience-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 100%;
  margin-bottom: 1rem;
  display: grid;
}

.provided-services {
  color: #191919;
  text-align: left;
  letter-spacing: -.005rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.about-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.about-introduction {
  letter-spacing: -.005rem;
  max-width: 80%;
  margin-bottom: 6rem;
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.divider-h-100 {
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 1px;
  padding-top: 1rem;
}

.work-intro {
  z-index: 70;
  height: auto;
  max-height: 100%;
  margin-top: -32rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-container {
  z-index: 80;
  background-color: #191919;
  width: 100%;
  max-width: 100%;
  margin-top: -50rem;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.collection-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  display: grid;
}

.h1-item-name {
  color: #fff;
  letter-spacing: -.005px;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.h2-work-date {
  color: #fff;
  letter-spacing: .005rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 2.4;
}

.category {
  color: #fff;
  letter-spacing: -.01875rem;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.projects-wrapper {
  margin-bottom: 7rem;
  position: relative;
}

.work-linkblock {
  z-index: 40;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.view-btn-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 507px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-btn-container {
  background-color: #575757e6;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 500;
}

.view-btn-block {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .75rem;
  display: flex;
}

.awards-section {
  z-index: 90;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.awards-container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 6rem 2rem 5rem;
  display: flex;
}

.awards-container.works {
  background-color: #191919;
}

.awards-wrapper {
  width: 80%;
}

.awards-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  max-width: 100%;
  max-height: 2rem;
  margin-bottom: 1rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  line-height: 1;
  display: grid;
}

.awards-block {
  width: 100%;
  margin-bottom: 2rem;
}

.awards-category {
  color: #666;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.awards-name {
  color: #191919;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}

.awards-name.name-works {
  color: #ebe7e7;
  font-size: 1rem;
}

.awards-year {
  color: #191919;
  letter-spacing: -.005rem;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.awards-year.ann-e {
  color: #ebe7e7;
}

.fact-section {
  z-index: 95;
  background-image: linear-gradient(#22222280, #22222280), url('../images/vitaliy-shevchenko-w1vlJEV0j_U-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 70vh;
  margin-top: 0;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.facts-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.fact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.fact-container {
  display: flex;
}

.vertical-divider {
  border-right: 1px solid #bbb;
  width: 10%;
}

.fact-content {
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 90%;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 2rem;
  display: flex;
}

.h1-fact {
  color: #ebebeb;
  letter-spacing: -.01875px;
  font-family: Inter Tight, sans-serif;
  font-size: 5rem;
  font-weight: 600;
}

.h2-fact {
  color: #fff;
  text-align: left;
  letter-spacing: -.005rem;
  -webkit-text-stroke-color: #ebebeb;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.category-wrap {
  width: 100%;
}

.services-section {
  z-index: 100;
  background-color: #191919;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin: 0 auto;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.service-plus {
  background-color: #fff;
  width: 100%;
  height: 3px;
}

.faq-box {
  margin-bottom: 2rem;
  transition: padding .4s;
}

.faq-box:hover {
  padding-left: .5rem;
  padding-right: .5rem;
}

.service-desrpion {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 0;
  padding-bottom: .5rem;
  overflow: hidden;
}

.service-plus-l {
  background-color: #fff;
  width: 3px;
  height: 100%;
  position: absolute;
}

.services-container {
  z-index: 2;
  background-color: #191919;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 6rem 4rem 0;
  display: flex;
  position: relative;
}

.faq-headline {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4rem;
  padding-bottom: 1rem;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.resume-position-wrapper {
  color: #fff;
}

.plus-wrap {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.services-wrap {
  background-color: #191919;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-bottom: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.service-title {
  color: #fff;
  letter-spacing: -.01875rem;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

.cta-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.contact-section {
  z-index: 125;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.contact-container {
  width: 100%;
  max-width: 100%;
  padding: 6rem 2rem 0 10.3rem;
  display: flex;
}

.contact-wrapper {
  width: 80%;
}

.contact-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template: ". Area"
  / 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  display: grid;
}

.contact-detail {
  color: #666;
  text-align: right;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.4;
}

.contact-detail.social {
  line-height: 1.6;
}

.get-in-touch {
  letter-spacing: -.005rem;
  max-width: 80%;
  margin-bottom: 3rem;
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.contact-info {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

.footer-section {
  z-index: 130;
  background-color: #fff;
  position: relative;
}

.utility-pages {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.copyright-text, .utility-links {
  color: #666;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.4;
}

.work-item {
  padding-top: 0;
}

.work-item-container {
  flex-flow: column;
  width: 100vw;
  max-width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.image-item {
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: auto;
}

.item-description {
  color: #191919;
  letter-spacing: -.01875rem;
  width: 50%;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
}

.small-introduction {
  color: #191919;
  letter-spacing: 0;
  width: 50%;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-left: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.item-title {
  letter-spacing: -.005rem;
  max-width: 80%;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.item-info-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 50%;
  display: flex;
}

.info-details {
  grid-column-gap: .5rem;
  color: #191919;
  letter-spacing: 0;
  border-bottom: 1px solid #bbb;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  display: flex;
}

.details-info {
  color: #666;
  letter-spacing: -.01875rem;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .937rem;
  font-weight: 500;
  transition-property: none;
}

.details-info:hover {
  color: #000;
  padding-left: 0;
}

.currency {
  color: #666;
}

.paragraph-405 {
  color: #191919;
  letter-spacing: -.01875rem;
}

.color {
  font-family: Inter Tight, sans-serif;
}

.bold {
  font-weight: 700;
}

.font-details {
  font-family: Inter Tight, sans-serif;
}

.divider {
  border-bottom: 1px solid #bbb;
  flex: 1;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
}

.heading-order {
  font-family: Inter Tight, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.field-label {
  text-align: left;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
}

.text-field {
  font-family: Inter Tight, sans-serif;
}

.hero-section {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.hero-container {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-wrapper {
  object-fit: cover;
  width: 30%;
  height: 35%;
  position: relative;
  overflow: hidden;
}

.image-container-left {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-container-right {
  z-index: 11;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: auto;
}

.image-intro {
  z-index: 15;
  vertical-align: baseline;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
  position: relative;
  bottom: auto;
  left: auto;
  overflow: clip;
}

.image-container-bottom {
  z-index: 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: auto;
}

.image-container-top {
  z-index: 13;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: auto;
}

.overlay {
  z-index: 15;
  background-color: #00000061;
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 14;
  filter: grayscale(40%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video.ordi {
  display: inline-flex;
}

.background-video.ordi.tel {
  display: none;
}

.grain {
  z-index: 15;
  opacity: .05;
  background-color: #a27878;
  position: fixed;
  inset: 0%;
}

.header-wrapper {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
}

.logo {
  z-index: 20;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  order: -1;
  width: 15%;
  position: relative;
}

.navigation {
  z-index: auto;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: difference;
  background-color: #00000080;
  border: 1px solid #fff;
  border-radius: 2.5rem;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  margin-left: auto;
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.brand {
  filter: invert();
  width: 50%;
}

.link-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.link-underline {
  background-color: #fff;
  width: 60%;
  height: 1px;
}

.hero-content {
  z-index: 19;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.heading-top {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.h1-hero {
  font-size: 8rem;
  font-weight: 300;
}

.h1-hero.tl {
  color: #fff;
  margin-top: 35px;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 4rem;
  font-weight: 300;
}

.h1-hero.br {
  color: #fff;
  text-align: right;
}

.heading-bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.services-list {
  color: #191919;
  margin-bottom: 0;
  padding-left: 17rem;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.services-title {
  color: #fff;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: .3rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.nav-noise {
  opacity: .05;
  background-image: url('../images/Grain.gif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 2.5rem;
  position: absolute;
  inset: 0%;
}

.client-number {
  color: #191919;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .935rem;
  font-weight: 300;
  line-height: 1;
}

.logo-responsive {
  z-index: 20;
  order: -1;
  width: 15%;
  display: none;
  position: relative;
}

.menu-open {
  color: #fff;
  text-align: center;
  letter-spacing: -.005rem;
  padding-top: .5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-family: Inter Tight, sans-serif;
  font-size: .9375rem;
  font-weight: 300;
}

.menu-open:hover {
  color: #d1d1d1;
}

.menu-open.w--current {
  color: #191919;
  padding-top: .2rem;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: .875rem;
  font-weight: 500;
}

.open-close {
  display: none;
}

.provided-services-wrap {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.divider-v-small {
  color: #191919;
  text-align: left;
  letter-spacing: -.005rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.circle-1 {
  z-index: 1;
  background-color: #191919;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto;
}

.circle-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto;
}

.circle-3 {
  z-index: 1;
  background-color: #191919;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto;
}

.sticky-wrap {
  padding-bottom: 100vh;
  position: relative;
}

.sticky-trigger {
  z-index: 20;
  height: 280vh;
  position: relative;
}

.sticky-track {
  position: absolute;
  inset: 0%;
}

.sticky-element {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.circle-4 {
  z-index: 1;
  background-color: #686868;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.circle-5 {
  z-index: 1;
  background-color: #191919;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.features-section {
  z-index: 999;
  color: #707070;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px #e6e6e6;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  display: flex;
  position: static;
  overflow: hidden;
}

.features-inner-container {
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: anywhere;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-h1 {
  color: #e6e6e6;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-right: 0;
  font-size: 8rem;
  font-weight: 600;
}

.h1-section-title {
  color: #fff;
  font-size: 8rem;
  font-weight: 600;
}

.about-section {
  position: relative;
  overflow: hidden;
}

.service-headline {
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3rem;
  display: grid;
}

.about-services {
  color: #fff;
  letter-spacing: -.01875rem;
  max-width: none;
  margin-bottom: 6rem;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.about-services.dark {
  color: #191919;
}

.all-caps {
  text-transform: uppercase;
  font-weight: 600;
}

.testimonial-section {
  z-index: 105;
  background-color: #fff;
  width: 100vw;
  padding-top: 4rem;
  position: relative;
}

.testimonial-container {
  flex-flow: column;
  padding: 2rem 2rem 4rem;
  display: flex;
}

.testimonial-stack {
  padding: 0 0 0;
  position: relative;
}

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

.testimonial-card-three {
  text-align: center;
  padding: 0;
}

.testimonial-card-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  text-align: center;
  width: auto;
  margin-bottom: 0;
  font-size: 10rem;
}

.testimonial-text-three {
  color: #191919;
  text-align: center;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Inter, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  color: #191919;
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
}

.testimonial-title {
  color: #191919;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-small {
  border-bottom: 1px #e4ebf3;
  width: 100%;
  padding: 0;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 100%;
  margin-right: 4%;
}

.testimonial-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 0 24px 24px;
  display: flex;
}

.testimonial-info {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  text-align: center;
  margin-bottom: 2px;
}

.tagline {
  text-align: center;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  top: 40%;
  left: 0;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  top: 40%;
  right: 0;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  color: #191919;
  display: none;
  position: relative;
  inset: 0%;
}

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

.rate-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.cta-heading {
  color: #191919;
  text-align: left;
  letter-spacing: -.005px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 11rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.cta-heading.padding {
  border-top: 1px #bbb;
  padding-top: 1.2rem;
  padding-bottom: 0;
}

.cta-heading.light {
  color: #fff;
}

.colaborate-p {
  color: #fff;
  letter-spacing: -.01875rem;
  max-width: none;
  margin-bottom: 6rem;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.colaborate-p.dark {
  color: #191919;
  margin-top: 5rem;
  padding-left: 50%;
}

.text-span {
  color: #ff3d3d;
}

.sg-heading {
  text-align: left;
}

.link-block-2 {
  background-image: url('../images/LOGO-NOIR-03.png');
  background-position: 0 0;
  background-size: cover;
}

.header-wrapper-copy {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: difference;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  padding-left: 1.7rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
}

.image-4 {
  opacity: 1;
  filter: drop-shadow(3px 5px 3px #000000b3);
  mix-blend-mode: difference;
  background-color: #fff0;
  margin-left: auto;
  padding-left: 0;
  display: block;
  position: absolute;
}

.details-info-copy {
  color: #666;
  letter-spacing: -.01875rem;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .937rem;
  font-weight: 500;
  transition-property: none;
}

.details-info-copy:hover {
  color: #000;
  padding-left: 0;
}

.link-block-3 {
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: relative;
  left: -151px;
}

.link-block-4 {
  margin-top: -77px;
  margin-left: -863px;
}

.dropdown-toggle.tableetee.fezr {
  display: none;
}

@media screen and (min-width: 1280px) {
  .lightbox-link {
    width: 100%;
  }

  .utility-page-content {
    margin-top: 9rem;
  }

  .changelog-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .align-left {
    font-weight: 500;
    line-height: 1.2;
  }

  .licenses-container {
    width: 80rem;
    max-width: 80rem;
  }

  ._404-image-wrapper {
    width: 90%;
    height: 70%;
    margin-bottom: 2rem;
  }

  .licenses-wrapper {
    align-items: center;
    width: 100vw;
  }

  .style-guide-wrapper {
    overflow: hidden;
  }

  .navbar-link {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .navbar-link:hover {
    color: #d1d1d1;
  }

  .navbar-link.cta-link {
    background-color: #ececec;
    border-radius: 1rem;
    margin-left: 1.5rem;
    padding: .5rem 1.5rem;
  }

  .tb-introduction {
    color: #aaa;
    letter-spacing: -.01875rem;
    width: 100%;
    margin-top: 1rem;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3;
  }

  .navbar-wrapper {
    display: none;
  }

  .responsive-link {
    color: #191919;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .cta-section {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-heading {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .provided-services {
    font-weight: 400;
  }

  .about-container {
    max-width: 80rem;
  }

  .about-introduction {
    max-width: 100%;
    font-size: 3rem;
    font-weight: 700;
  }

  .awards-section {
    margin-left: auto;
    margin-right: auto;
  }

  .awards-container {
    width: 80rem;
    max-width: 80rem;
  }

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

  .awards-category {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .awards-name {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .awards-year {
    color: #666;
  }

  .service-desrpion {
    max-width: 100%;
  }

  .services-container {
    width: 80rem;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .resume-position-wrapper {
    line-height: 1;
  }

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

  .cta-container {
    width: 80rem;
    max-width: 80rem;
  }

  .contact-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contact-container {
    width: 80rem;
    max-width: 80rem;
  }

  .contact-detail {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: .9375rem;
    font-weight: 400;
  }

  .get-in-touch {
    max-width: 100%;
    font-size: 4rem;
    font-weight: 700;
  }

  .copyright-text, .utility-links {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: .9375rem;
    font-weight: 400;
  }

  .item-description {
    color: #191919;
    letter-spacing: -.01875rem;
    width: 80%;
    margin-top: .5rem;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .small-introduction {
    color: #191919;
    letter-spacing: 0;
    margin-bottom: 2rem;
    font-family: Inter Tight, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .item-title {
    max-width: 80%;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 4rem;
    font-weight: 700;
  }

  .item-info-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 50%;
    display: flex;
  }

  .info-details {
    color: #191919;
    letter-spacing: 0;
    border-bottom: 1px solid #bbb;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
  }

  .details-info {
    color: #666;
    letter-spacing: -.01875rem;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: .937rem;
    font-weight: 500;
    transition: padding .4s, color .25s;
  }

  .details-info:hover {
    color: #000;
    padding-left: 1rem;
  }

  .color {
    font-weight: 500;
    line-height: 1.2;
  }

  .brand {
    width: 40%;
  }

  .h1-hero {
    font-size: 9rem;
  }

  .services-list {
    padding-left: 15rem;
  }

  .services-title {
    color: #fff;
    letter-spacing: -.005px;
    margin-bottom: .3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  .client-number {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: .935rem;
    font-weight: 300;
  }

  .menu-open {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .menu-open:hover {
    color: #d1d1d1;
  }

  .divider-v-small {
    font-weight: 400;
  }

  .about-section {
    margin-left: auto;
    margin-right: auto;
  }

  .about-services {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .testimonial-slider-small {
    border-bottom-style: none;
  }

  .rate-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    display: flex;
  }

  .cta-heading {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 14rem;
    font-weight: 700;
  }

  .colaborate-p {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .details-info-copy {
    color: #666;
    letter-spacing: -.01875rem;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: .937rem;
    font-weight: 500;
    transition: padding .4s, color .25s;
  }

  .details-info-copy:hover {
    color: #000;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .changelog-container {
    width: 80rem;
    max-width: 80rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .align-left {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
  }

  .licenses-container {
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._404-image-wrapper {
    width: 90%;
    height: 70%;
  }

  .licenses-wrapper {
    width: 100vw;
  }

  .navbar-link {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .navbar-link:hover {
    color: #d1d1d1;
  }

  .navbar-link.cta-link {
    background-color: #ececec;
    border-radius: 1rem;
    margin-left: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
  }

  .tb-introduction {
    color: #aaa;
    letter-spacing: -.01875rem;
    width: 100%;
    margin-top: 1rem;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .navbar-wrapper {
    display: none;
  }

  .responsive-link {
    color: #191919;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

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

  .section-heading {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .about-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .about-introduction {
    max-width: 100%;
    font-size: 4rem;
  }

  .awards-container {
    width: 80rem;
  }

  .awards-category {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .awards-name {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .fact-section {
    padding-bottom: 5rem;
  }

  .facts-container, .fact-grid {
    width: 80rem;
    max-width: 80rem;
  }

  .vertical-divider {
    width: 1%;
  }

  .fact-content {
    width: 99%;
  }

  .services-section {
    margin-left: auto;
    margin-right: auto;
  }

  .services-container {
    width: 80rem;
    max-width: 80rem;
  }

  .faq-headline {
    max-width: 100%;
  }

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

  .cta-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-section {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-container {
    width: 80rem;
  }

  .contact-detail {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: .9375rem;
    font-weight: 400;
  }

  .get-in-touch {
    max-width: 100%;
    font-size: 4rem;
  }

  .copyright-text, .utility-links {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: .9375rem;
    font-weight: 400;
  }

  .collection-list-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .item-description {
    color: #191919;
    letter-spacing: -.01875rem;
    width: 30%;
    margin-top: 1rem;
    font-family: Inter, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .small-introduction {
    color: #191919;
    letter-spacing: 0;
    width: 70%;
    margin-bottom: 2rem;
    font-family: Inter Tight, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .item-title {
    max-width: 70%;
    margin-top: 1rem;
    font-size: 5rem;
  }

  .item-info-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 50%;
    padding-bottom: 2rem;
    display: flex;
  }

  .item-info-wrapper:hover {
    color: #191919;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
  }

  .info-details {
    color: #191919;
    letter-spacing: 0;
    border-bottom: 1px solid #bbb;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
  }

  .details-info {
    color: #666;
    letter-spacing: -.01875rem;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: .9375rem;
    font-weight: 500;
    transition: padding .4s, color .25s;
  }

  .details-info:hover {
    color: #000;
    padding-left: 1rem;
  }

  .currency {
    font-size: .9375rem;
    font-weight: 500;
  }

  .color {
    line-height: 1.2;
  }

  .header-wrapper, .hero-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .h1-hero {
    font-size: 11rem;
  }

  .services-list {
    padding-left: 14rem;
  }

  .services-title {
    color: #fff;
    letter-spacing: -.005px;
    margin-bottom: .3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 300;
  }

  .client-number {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-family: Inter Tight, sans-serif;
    font-size: .935rem;
    font-weight: 300;
  }

  .menu-open {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
  }

  .menu-open:hover {
    color: #d1d1d1;
  }

  .about-services {
    max-width: 100%;
    font-size: 2rem;
  }

  .services {
    max-width: 80rem;
  }

  .testimonial-text-three {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider-small {
    border-bottom-style: none;
  }

  .testimonial-slider {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-card {
    padding: 0;
  }

  .testimonial-slider-left {
    top: 40%;
    left: 1rem;
  }

  .testimonial-slider-right {
    right: 1rem;
  }

  .content-center {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 80rem;
    display: flex;
  }

  .rate-block {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    display: flex;
  }

  .cta-heading {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-family: Inter Tight, sans-serif;
    font-size: 15rem;
    font-weight: 700;
  }

  .colaborate-p {
    max-width: 100%;
    font-size: 2rem;
  }

  .header-wrapper-copy {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .details-info-copy {
    color: #666;
    letter-spacing: -.01875rem;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: .9375rem;
    font-weight: 500;
    transition: padding .4s, color .25s;
  }

  .details-info-copy:hover {
    color: #000;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  body {
    color: #191919;
    letter-spacing: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    line-height: 1.2;
  }

  .image-container {
    width: 70%;
  }

  .changelog-container {
    grid-column-gap: 3rem;
    width: 90rem;
    max-width: 90rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .align-left {
    font-weight: 500;
  }

  ._50ch {
    font-size: .875rem;
  }

  .page-wrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }

  .licenses-container {
    width: 90rem;
    max-width: 90rem;
  }

  ._404-image-wrapper {
    width: 90%;
    height: 60%;
  }

  .navbar-link {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
  }

  .navbar-link:hover {
    color: #d1d1d1;
  }

  .navbar-link.cta-link {
    background-color: #ececec;
    border-radius: 2rem;
    margin-left: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.5rem;
  }

  .tb-introduction {
    letter-spacing: -.01875rem;
    width: 100%;
    margin-top: 1rem;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .responsive-link {
    color: #111;
    letter-spacing: -.005rem;
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: .875rem;
    font-weight: 500;
  }

  .responsive-link:hover {
    color: #666;
  }

  .cta-section {
    z-index: 105;
    background-color: #fff;
    width: 100vw;
  }

  .clients-container {
    align-items: stretch;
    max-width: 90rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .section-heading.padding.title-works {
    margin-left: auto;
    padding-left: 1.9rem;
  }

  .experience-block {
    perspective: 1000px;
    transform-origin: 0 0;
    transform: perspective(1000px);
  }

  .experience-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 100%;
    display: grid;
  }

  .provided-services {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-container {
    max-width: 90rem;
  }

  .about-introduction {
    max-width: 100%;
  }

  .work-intro {
    z-index: 70;
    flex-flow: column;
    height: auto;
    max-height: 100%;
    margin-top: -32rem;
    display: block;
    position: relative;
  }

  .work-container {
    z-index: 80;
    background-color: #191919;
    margin-top: -50rem;
    padding-top: 0;
    position: relative;
  }

  .h1-item-name {
    color: #fff;
  }

  .h2-work-date, .category {
    color: #fff;
    text-align: right;
  }

  .awards-section {
    z-index: 90;
    background-color: #fff;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    min-height: auto;
    display: flex;
    position: relative;
  }

  .awards-container {
    width: 90rem;
    max-width: 90rem;
    padding-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .awards-content {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 100%;
    display: grid;
  }

  .awards-category {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-size: 1rem;
    font-weight: 400;
  }

  .awards-name {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 3rem;
    font-size: 1rem;
    font-weight: 500;
  }

  .awards-year {
    margin-top: 0;
    margin-bottom: 0;
  }

  .awards-year.ann-e {
    padding-right: 25px;
  }

  .fact-section {
    z-index: 95;
    margin-top: 0;
    padding-bottom: 5rem;
    position: relative;
  }

  .facts-container {
    width: 90rem;
    max-width: 90rem;
  }

  .fact-grid {
    grid-column-gap: 0px;
    width: 9100%;
    max-width: 100%;
  }

  .vertical-divider {
    width: 1%;
  }

  .fact-content {
    width: 99%;
  }

  .services-section {
    z-index: 100;
    background-color: #191919;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 4rem;
    display: flex;
    position: relative;
  }

  .services-container {
    width: 90rem;
    max-width: 90rem;
    padding-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .contact-section {
    z-index: 110;
    background-color: #fff;
    width: 100vw;
    position: relative;
  }

  .contact-container {
    width: 90rem;
    max-width: 90rem;
    padding-bottom: 3rem;
  }

  .contact-block {
    grid-template-columns: .5fr .5fr .5fr;
    place-items: start stretch;
    padding-bottom: 2rem;
  }

  .contact-detail {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
  }

  .get-in-touch {
    max-width: 100%;
  }

  .footer-section {
    z-index: 115;
    background-color: #fff;
    justify-content: space-between;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .utility-pages {
    grid-column-gap: 1rem;
    justify-content: space-between;
    display: flex;
  }

  .footer-container {
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .copyright-text, .utility-links {
    color: #666;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
  }

  .image-item {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .item-description {
    letter-spacing: -.01875rem;
    width: 30%;
    margin-top: 1rem;
    font-family: Inter, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .small-introduction {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .item-title {
    max-width: 100%;
  }

  .item-info-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 50%;
    padding-bottom: 2rem;
    display: flex;
    overflow: hidden;
  }

  .info-details {
    border-bottom: 1px solid #bbb;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .details-info {
    color: #666;
    letter-spacing: -.01875rem;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: .9375rem;
    font-weight: 500;
    transition: padding .4s, color .25s;
  }

  .details-info:hover {
    color: #000;
    padding-left: 1rem;
  }

  .color {
    font-weight: 500;
  }

  .header-wrapper {
    z-index: 150;
    overflow: hidden;
  }

  .link-wrap {
    flex-flow: column;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .link-underline {
    background-color: #fff;
    width: 60%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .h1-hero {
    font-size: 13rem;
  }

  .h1-hero.tl {
    overflow: visible;
  }

  .services-list {
    padding-left: 35rem;
  }

  .services-title {
    color: #fff;
    letter-spacing: -.005px;
    margin-bottom: .3rem;
    font-size: 1rem;
    font-weight: 300;
  }

  .client-number {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 300;
  }

  .menu-open {
    color: #fff;
    letter-spacing: -.005rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
  }

  .menu-open:hover {
    color: #d1d1d1;
  }

  .provided-services-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .divider-v-small {
    margin-top: 0;
    margin-bottom: 0;
  }

  .circle-1 {
    z-index: 1;
    background-color: #191919;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto;
  }

  .circle-2 {
    z-index: 1;
    color: #fff;
    background-color: #fff;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto;
  }

  .circle-3 {
    z-index: 1;
    background-color: #191919;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto;
  }

  .sticky-wrap {
    padding-bottom: 100vh;
  }

  .sticky-trigger {
    z-index: 20;
    height: 280vh;
    position: relative;
  }

  .sticky-element {
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .circle-4 {
    z-index: 1;
    background-color: #686868;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto;
    overflow: hidden;
  }

  .circle-5 {
    z-index: 1;
    background-color: #191919;
    border-radius: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto;
    overflow: hidden;
  }

  .features-section {
    border-top-style: none;
    border-top-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-top: 0;
  }

  .features-inner-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .marquee-h1 {
    letter-spacing: .125rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .h1-section-title {
    color: #fff;
    font-size: 8rem;
    font-weight: 600;
  }

  .about-section {
    z-index: 60;
    background-color: #fff;
    width: 100vw;
  }

  .service-headline {
    width: 100vw;
    margin-bottom: 6rem;
    padding-top: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .about-services {
    max-width: 80%;
    font-size: 2rem;
    font-weight: 600;
  }

  .testimonial-section {
    background-color: #fff;
    flex-flow: column;
    display: flex;
  }

  .testimonial-container {
    width: 100%;
    padding-top: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .testimonial-text-three {
    color: #191919;
  }

  .testimonial-slider-small {
    border-bottom-style: none;
  }

  .cta-heading {
    color: #191919;
    letter-spacing: -.005px;
    margin-bottom: 1.5rem;
    font-size: 20rem;
    font-weight: 700;
  }

  .colaborate-p {
    max-width: 80%;
    font-size: 2rem;
    font-weight: 600;
  }

  .colaborate-p.dark {
    max-width: 100%;
    padding-left: 70%;
  }

  .text-span {
    color: #000;
  }

  .header-wrapper-copy {
    z-index: 150;
    overflow: hidden;
  }

  .details-info-copy {
    color: #666;
    letter-spacing: -.01875rem;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: .9375rem;
    font-weight: 500;
    transition: padding .4s, color .25s;
  }

  .details-info-copy:hover {
    color: #000;
    padding-left: 1rem;
  }
}

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

  h2 {
    text-align: left;
  }

  .horizontal-divider, .image-container {
    width: 100%;
  }

  ._70-ch {
    font-size: .875rem;
  }

  ._70-ch.padding {
    line-height: 1.5;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .utility-page-form {
    justify-content: center;
    align-items: stretch;
  }

  .h3-protected-page {
    width: auto;
  }

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

  .changelog-wrapper {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .changelog-container {
    grid-column-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .changelog-content {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .align-left {
    font-size: .9rem;
  }

  ._50ch {
    margin-bottom: 0;
    font-size: .875rem;
  }

  .licenses-list-grid {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .page-wrapper {
    flex-flow: column;
    padding-top: 0;
    overflow: hidden;
  }

  .licenses-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .licenses-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .licenses-list {
    width: 100%;
  }

  .changelog-content-grid {
    margin-top: 1rem;
  }

  .style-container {
    padding: 2rem;
  }

  .spacer {
    height: 1rem;
  }

  .typography-block {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .style-heading {
    margin-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .style-subheading {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .color-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rich-text-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .list-item-rt {
    font-size: .875rem;
  }

  ._404-image-wrapper {
    width: 90%;
    height: 80%;
    padding-right: 0;
    overflow: hidden;
  }

  ._404-user-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

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

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

  .style-guide-wrapper {
    flex-flow: column;
    padding-top: 0;
    overflow: hidden;
  }

  .navbar-link.cta-link, .navbar-link.cta-link.a-propos-button {
    display: none;
  }

  .tb-introduction {
    width: 100%;
    font-size: .875rem;
    line-height: 1.3;
  }

  .navbar-wrapper {
    z-index: 999;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 15rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    position: fixed;
    inset: 10% 0% 0% 5%;
    overflow: hidden;
  }

  .responsive-link {
    z-index: 999;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    width: 50%;
    padding-top: 0;
    padding-bottom: .2rem;
    padding-left: 0;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    display: block;
    position: relative;
  }

  .cta-section {
    z-index: 105;
    background-color: #fff;
    padding-top: 5rem;
  }

  .clients-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 3rem 2rem .7rem;
    display: flex;
  }

  .section-heading {
    margin-bottom: 2rem;
    font-size: 1.125rem;
  }

  .section-heading.padding {
    margin-bottom: 1rem;
    padding-top: 0;
    font-size: 1.125rem;
  }

  .heading-wrap, .heading-wrap.shrink {
    width: 100%;
  }

  .experience-container {
    width: 100%;
    padding-left: 0;
  }

  .h1-experience {
    font-size: 1.125rem;
  }

  .block-divider {
    width: 100%;
  }

  .experience-block {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
  }

  .experience-header {
    grid-template-columns: .25fr 1fr 1fr;
    max-width: 100%;
  }

  .about-container {
    padding-top: 3rem;
  }

  .about-introduction {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .work-container {
    padding-top: 3rem;
  }

  .collection-list-2 {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .h1-item-name {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .h2-work-date {
    color: #fff;
    text-align: center;
  }

  .category {
    color: #fff;
    text-align: right;
  }

  .projects-wrapper {
    margin-bottom: 3rem;
  }

  .awards-container {
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .awards-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .awards-block {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
  }

  .awards-name {
    font-size: 1rem;
  }

  .awards-year {
    color: #666;
  }

  .fact-section {
    height: 50vh;
  }

  .h1-fact {
    font-size: 4rem;
  }

  .services-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 4rem;
  }

  .service-desrpion {
    max-width: 100%;
  }

  .services-container {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 106.25rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    position: static;
  }

  .faq-headline {
    justify-content: space-between;
    align-items: center;
  }

  .plus-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .services-wrap {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .cta-container {
    padding-top: 0;
  }

  .contact-section {
    z-index: 110;
    background-color: #fff;
    width: 100%;
    position: relative;
  }

  .contact-container {
    flex-flow: column;
    padding-top: 1rem;
    padding-left: 7.4rem;
  }

  .contact-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .contact-block {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
  }

  .get-in-touch {
    max-width: 100%;
    font-size: 2rem;
  }

  .footer-section {
    z-index: 115;
    background-color: #fff;
    position: relative;
  }

  .footer-container {
    padding-top: 0;
  }

  .item-description {
    width: 80%;
  }

  .small-introduction {
    width: 70%;
    padding-right: 2rem;
  }

  .item-info-wrapper {
    height: auto;
    margin-top: 0;
  }

  .paragraph-405 {
    font-size: .875rem;
  }

  .color {
    font-size: .875375rem;
  }

  .divider {
    width: 100%;
  }

  .paragraph-406 {
    font-size: .875rem;
    line-height: 1.5;
  }

  .hero-section {
    flex-flow: column;
  }

  .hero-container {
    justify-content: center;
    align-items: center;
  }

  .image-wrapper {
    width: 50vw;
    min-width: 50vw;
  }

  .header-wrapper {
    z-index: 150;
  }

  .logo {
    display: none;
  }

  .navigation {
    justify-content: space-between;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .brand {
    width: 40%;
  }

  .link-wrap {
    display: none;
  }

  .h1-hero.tl, .h1-hero.br {
    font-size: 6rem;
  }

  .services-list {
    padding-left: 10rem;
  }

  .services-title {
    font-size: .9375rem;
  }

  .nav-noise {
    border-radius: 1rem;
  }

  .client-number {
    margin-bottom: 2rem;
    font-size: 1.125rem;
  }

  .logo-responsive {
    width: auto;
    height: 100%;
    display: block;
  }

  .link-block {
    align-items: center;
    padding-bottom: .2rem;
  }

  .menu-open {
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .navbar-container {
    background-color: #00000080;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .open-close {
    align-items: center;
    width: 10%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .open-close:hover {
    color: #fff;
  }

  .menu-close {
    color: #d1d1d1;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.2rem;
    font-family: Inter Tight, sans-serif;
    font-size: .9375rem;
    font-weight: 300;
    display: block;
    position: absolute;
  }

  .menu-close:hover {
    z-index: 10;
    color: #fff;
  }

  .features-section {
    padding-bottom: 2rem;
  }

  .marquee-h1 {
    font-size: 4rem;
  }

  .service-headline {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-services {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-text-three {
    font-size: 3rem;
  }

  .testimonial-author-name-three {
    font-size: 1.5rem;
  }

  .testimonial-title {
    font-size: .9375rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slider-left {
    top: -20%;
    left: -20px;
  }

  .slider-arrow-embed {
    max-width: 25px;
  }

  .testimonial-slider-right {
    top: -20%;
    right: -20px;
  }

  .rate-block {
    margin-bottom: 3rem;
  }

  .cta-heading {
    margin-bottom: 1rem;
    padding-right: 6rem;
    font-size: 8rem;
  }

  .cta-heading.padding {
    margin-bottom: 1rem;
    padding-top: 0;
    font-size: 1.125rem;
  }

  .colaborate-p {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .colaborate-p.dark {
    padding-left: 0%;
  }

  .text-span {
    padding-left: 10rem;
  }

  .rate-image {
    max-width: 30px;
    max-height: 30px;
  }

  .header-wrapper-copy {
    z-index: 150;
  }

  .image-4 {
    width: 6%;
    left: 51px;
  }

  .dropdown {
    padding-top: .7rem;
    padding-bottom: .5rem;
    padding-left: 38rem;
    position: absolute;
  }

  .dropdown-list {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
    left: auto;
    right: auto;
  }

  .dropdown-list.w--open {
    z-index: 999;
    text-align: center;
    width: 90%;
    height: 15rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: fixed;
    inset: 10% 0 0 5%;
    overflow: hidden;
  }

  .text-block-6 {
    color: #fff;
    font-family: Inter Tight, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .icon {
    color: #fff;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
    text-align: center;
    font-family: Inter Tight, sans-serif;
  }

  .dropdown-list-2 {
    text-align: center;
  }

  .dropdown-list-2.w--open {
    box-sizing: border-box;
    text-align: left;
    object-fit: fill;
    background-color: #ffffff91;
    border-radius: 20px;
    width: 600px;
    display: block;
    top: 85px;
    left: -244px;
  }

  .dropdown-link-5 {
    color: #826c6c;
  }

  .dropdown-link-6 {
    color: #ebebeb;
  }

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

  .dropdown-link-13 {
    color: #7f7171;
  }

  .dropdown-link-14 {
    color: #433d3d;
  }

  .dropdown-link-15 {
    color: #090909;
  }

  .dropdown-link-16, .dropdown-link-17, .dropdown-link-18, .dropdown-link-19, .dropdown-link-20, .dropdown-link-21 {
    color: #000;
  }

  .dropdown-link-22 {
    color: #483b3b;
  }

  .dropdown-link-23 {
    color: #d5c7c7;
  }

  .dropdown-link-24 {
    color: #e5dada;
  }

  .dropdown-link-25 {
    color: #f9f4f4;
  }

  .dropdown-link-26 {
    color: #fffefe;
  }

  .dropdown-link-27, .dropdown-link-28, .dropdown-link-29, .dropdown-link-30, .dropdown-link-31 {
    color: #fff;
  }

  .dropdown-link-32, .dropdown-link-33 {
    color: #d0c2c2;
  }

  .dropdown-link-34 {
    color: #c8baba;
  }

  .dropdown-link-35 {
    color: #0d0c0c;
  }

  .dropdown-link-36, .dropdown-link-37, .dropdown-link-38, .dropdown-link-39, .dropdown-link-40 {
    color: #000;
  }

  .dropdown-toggle {
    position: relative;
    left: 281px;
  }

  .dropdown-toggle.tableetee.fezr {
    display: inline-flex;
  }
}

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

  h3 {
    width: 21rem;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-404 {
    font-size: .875rem;
    line-height: 1.4;
  }

  .changelog-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .changelog-container {
    padding-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .licenses-list-grid {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .page-wrapper {
    padding-top: 0;
  }

  .changelog-content-grid {
    width: 80%;
  }

  .typography-block {
    margin-top: 0;
  }

  .style-heading {
    margin-bottom: 1rem;
  }

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

  .changelog-text-block {
    font-size: .9375rem;
  }

  .style-guide-wrapper {
    padding-top: 0;
  }

  .tb-introduction {
    font-size: .875rem;
    line-height: 1.4;
  }

  .navbar-wrapper {
    width: 90%;
    left: 5%;
  }

  .responsive-link {
    font-size: .953rem;
  }

  .cta-section {
    padding-top: 0;
  }

  .clients-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-wrap.shrink, .block-divider {
    width: 100%;
  }

  .experience-header {
    max-width: 100%;
  }

  .about-introduction {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .divider-h-100 {
    width: 100%;
  }

  .collection-list-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .h1-item-name {
    font-size: 1.125rem;
  }

  .h2-work-date, .category {
    font-size: .75rem;
  }

  .projects-wrapper {
    margin-bottom: 2rem;
  }

  .awards-container {
    flex-flow: column;
    padding-top: 3rem;
  }

  .awards-content {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
    grid-auto-flow: row;
    max-width: 100%;
    max-height: none;
    padding-bottom: 0;
  }

  .awards-category {
    font-size: .935rem;
  }

  .awards-name {
    padding-top: 0;
    font-size: .935rem;
  }

  .awards-year {
    font-size: .75rem;
  }

  .facts-container {
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    max-height: 100%;
    padding-top: 5rem;
  }

  .fact-grid {
    grid-column-gap: 0px;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .vertical-divider {
    width: 1%;
  }

  .h1-fact {
    font-size: 3rem;
  }

  .services-section {
    margin-bottom: 2rem;
  }

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

  .contact-container {
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .contact-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact-detail {
    font-size: .875rem;
    font-weight: 500;
  }

  .get-in-touch {
    font-size: 1.5rem;
  }

  .contact-info {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .utility-links.none {
    display: none;
  }

  .work-item-container {
    padding-top: 0;
  }

  .item-description {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 2rem;
  }

  .small-introduction {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 2rem;
    font-size: 1.5rem;
  }

  .item-title {
    font-size: 2rem;
  }

  .details-info {
    font-size: .875rem;
  }

  .image-wrapper {
    width: 60vw;
    min-width: 60vw;
  }

  .image-intro {
    display: block;
  }

  .background-video {
    width: auto;
  }

  .background-video.ordi {
    display: block;
  }

  .background-video.ordi.tel {
    display: none;
  }

  .header-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand {
    width: 35%;
  }

  .h1-hero.tl, .h1-hero.br {
    font-size: 4rem;
  }

  .services-list {
    padding-left: 5rem;
  }

  .services-title {
    font-size: .935rem;
  }

  .open-close {
    justify-content: flex-end;
    align-items: center;
    width: 20%;
  }

  .sticky-trigger {
    height: 200vh;
  }

  .features-section {
    padding-top: 2rem;
  }

  .h1-section-title {
    font-size: 4rem;
  }

  .about-services {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .testimonial-stack {
    padding: 0;
  }

  .testimonial-text-three {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
    line-height: 1;
  }

  .testimonial-author-name-three {
    margin-bottom: 0;
  }

  .testimonial-title {
    font-size: .875rem;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-small {
    padding: 1rem 0 0;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slider-left {
    left: -30px;
  }

  .testimonial-slider-right {
    right: -30px;
  }

  .rate-block {
    margin-bottom: 2rem;
  }

  .cta-heading {
    padding-right: 0;
    font-size: 5rem;
  }

  .colaborate-p {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .text-span {
    padding-left: 2rem;
  }

  .header-wrapper-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .details-info-copy {
    font-size: .875rem;
  }

  .dropdown-list-2.w--open {
    width: 400px;
    left: -145px;
  }

  .dropdown-toggle {
    left: 205px;
  }
}

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

  h3 {
    width: 23rem;
  }

  ._70-ch {
    max-width: none;
  }

  .utility-page-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-password {
    text-align: center;
    padding: 1.1rem 1.7rem;
    line-height: 1.9;
  }

  .heading-2-404 {
    font-size: 1.8rem;
  }

  .paragraph-404 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
    line-height: 1.3;
  }

  .changelog-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-top: 5rem;
  }

  .changelog-container {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .align-left {
    font-size: .875rem;
  }

  ._50ch {
    padding-bottom: .5rem;
    line-height: 1.5;
  }

  .licenses-list-grid {
    padding-top: 1rem;
  }

  .page-wrapper {
    align-items: center;
    max-width: 100%;
  }

  .licenses-container {
    justify-content: center;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .changelog-content-grid {
    width: 100%;
  }

  .style-container, .style-heading, .style-subheading {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .typography-wrapper {
    max-width: 100%;
  }

  .rich-text-wrapper {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._404-image-wrapper {
    width: 100%;
    height: 70%;
  }

  ._404-button {
    text-align: center;
    margin-top: 1rem;
    padding: 1.3rem 2rem;
    line-height: 1.9;
  }

  .changelog-text-block {
    font-size: .875rem;
  }

  .style-guide-wrapper {
    align-items: center;
    max-width: 100%;
  }

  .tb-introduction {
    width: 100%;
    margin-top: .5rem;
    font-size: .75rem;
    font-weight: 500;
  }

  .navbar-wrapper {
    z-index: 250;
    padding: 0;
    top: 7rem;
  }

  .clients-container {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-heading {
    max-width: 100%;
    padding-left: 0;
    padding-right: 1rem;
  }

  .section-heading.padding {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
  }

  .block-divider._100 {
    padding-bottom: 1rem;
  }

  .experience-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr 1fr 1fr;
  }

  .provided-services {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .about-container {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-introduction {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .work-intro {
    overflow: hidden;
  }

  .work-container {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-list-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    place-content: center;
  }

  .work-info {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.75fr;
    place-content: start;
    padding-top: .5rem;
  }

  .h1-item-name {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .h2-work-date, .category {
    text-align: left;
    font-size: .75rem;
    line-height: 1.2;
  }

  .projects-wrapper {
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .view-btn-container.voir-projet {
    clear: none;
    justify-content: center;
    align-items: center;
    margin-left: -184px;
    margin-right: 0;
    padding-left: 0;
  }

  .view-btn-block {
    grid-column-gap: .5rem;
    grid-row-gap: 16px;
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: flex;
  }

  .awards-section {
    width: 100vw;
  }

  .awards-container {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .awards-content {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .awards-category {
    max-width: 100%;
    padding-left: 0;
    padding-right: 1rem;
  }

  .awards-name {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.1;
  }

  .fact-section {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .facts-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-box {
    z-index: 999;
    position: relative;
  }

  .services-container {
    padding: 2rem 1rem;
  }

  .faq-headline {
    position: relative;
  }

  .plus-wrap {
    width: 30px;
    height: 30px;
  }

  .services-wrap {
    width: 100%;
  }

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

  .cta-container {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .contact-section {
    width: 100vw;
  }

  .contact-container {
    padding: 2rem 1rem 0;
  }

  .contact-block {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  .contact-detail {
    max-width: 100%;
    padding-left: 0;
    padding-right: 1rem;
  }

  .get-in-touch {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }

  .footer-section {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .copyright-text {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .utility-links {
    max-width: 100%;
    margin-bottom: .5rem;
    padding-left: 0;
    padding-right: 1rem;
  }

  .work-item-container {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .item-description {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .small-introduction {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.3rem;
  }

  .item-title {
    max-width: 100%;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2rem;
  }

  .info-details {
    padding-left: 1rem;
  }

  .heading-18 {
    margin-bottom: 1rem;
  }

  .hero-section {
    min-height: 100vh;
  }

  .hero-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .background-video.ordi {
    display: block;
  }

  .background-video.ordi.tel {
    width: 100%;
    display: none;
  }

  .header-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand {
    width: 80%;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    padding-top: 6rem;
    padding-bottom: 0;
    display: flex;
  }

  .heading-top {
    padding-top: 1rem;
  }

  .h1-hero.tl {
    font-size: 2rem;
  }

  .h1-hero.br {
    margin-top: 10rem;
    font-size: 2rem;
  }

  .heading-bottom {
    justify-content: flex-end;
    padding-top: 10rem;
    padding-bottom: 1rem;
  }

  .services-list {
    padding-top: 0;
    padding-left: 0;
  }

  .services-title, .client-number {
    max-width: 100%;
    padding-left: 0;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .logo-responsive {
    width: 25%;
  }

  .menu-open {
    font-size: .875rem;
  }

  .open-close {
    width: 50%;
  }

  .provided-services-wrap {
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .divider-v-small {
    display: none;
  }

  .features-section {
    padding-bottom: 2rem;
  }

  .marquee-h1 {
    font-size: 2rem;
  }

  .h1-section-title {
    font-size: 3.5rem;
  }

  .about-services {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .testimonial-section {
    padding-top: 2rem;
  }

  .testimonial-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-text-three {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.5rem;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .testimonial-author-name-three {
    font-size: 1.3rem;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .rate-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cta-heading {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 1rem;
    font-size: 2.5rem;
  }

  .cta-heading.padding {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
  }

  .colaborate-p {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .colaborate-p.dark {
    margin-top: 1rem;
    padding-left: 0%;
  }

  .text-span {
    padding-left: 8rem;
  }

  .rate-image {
    max-width: 20px;
    max-height: 20px;
  }

  .header-wrapper-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-4 {
    width: 12%;
  }

  .dropdown-list-2.w--open {
    width: 200px;
    left: -46px;
  }

  .dropdown-toggle {
    left: 133px;
  }

  .dropdown-toggle.tableetee.fezr {
    left: 93px;
  }
}

#w-node-_44a1f283-3ed0-b2af-04c3-5f716579e6f7-0600ca8e {
  justify-self: end;
}

#w-node-_44a1f283-3ed0-b2af-04c3-5f716579e6fc-0600ca8e, #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e6ff-0600ca8e {
  align-self: center;
}

#w-node-_44a1f283-3ed0-b2af-04c3-5f716579e702-0600ca8e {
  place-self: center end;
}

#w-node-_44a1f283-3ed0-b2af-04c3-5f716579e70b-0600ca8e, #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e713-0600ca8e, #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e71b-0600ca8e, #w-node-ded0699b-e7b2-80e8-58a9-81827d84271b-0600ca8e {
  justify-self: end;
}

#w-node-_6a169389-026c-d737-30e9-45e662ab0059-0600ca8e, #w-node-a5ca5d1c-3bdf-d475-7c6a-580638f76c6d-0600ca8e, #w-node-_7f49a0bc-113d-d954-2f7e-6f7a82491c91-0600ca8e, #w-node-fdf76875-0294-2276-3f53-1220f4b87f4e-0600ca8e, #w-node-_2bc1bfa5-9705-bac4-b17e-422616737157-0600ca8e {
  align-self: center;
}

#w-node-_56c98b5d-cf7a-afb0-707c-98e510b4fd21-10b4fd13 {
  justify-self: auto;
}

#w-node-f462fe95-3b92-eccc-8dea-f23920408b70-0600ca93, #w-node-f462fe95-3b92-eccc-8dea-f23920408b70-0600ca94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acbdbe3f-e494-2c85-7d1c-054c1371dce8-0600ca95 {
  justify-self: end;
}

#w-node-acbdbe3f-e494-2c85-7d1c-054c1371dced-0600ca95, #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dcf0-0600ca95 {
  align-self: center;
}

#w-node-acbdbe3f-e494-2c85-7d1c-054c1371dcf3-0600ca95 {
  place-self: center end;
}

#w-node-acbdbe3f-e494-2c85-7d1c-054c1371dcfc-0600ca95, #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dd04-0600ca95, #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dd0c-0600ca95, #w-node-_2a8ab426-2637-2113-e89c-248d50eaa5df-0600ca95 {
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e6f4-0600ca8e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e6f7-0600ca8e, #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e702-0600ca8e, #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e70b-0600ca8e, #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e713-0600ca8e, #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e71b-0600ca8e, #w-node-ded0699b-e7b2-80e8-58a9-81827d84271b-0600ca8e {
    align-self: start;
  }

  #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dce5-0600ca95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dce8-0600ca95, #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dcf3-0600ca95, #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dcfc-0600ca95, #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dd04-0600ca95, #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dd0c-0600ca95, #w-node-_2a8ab426-2637-2113-e89c-248d50eaa5df-0600ca95 {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6a169389-026c-d737-30e9-45e662ab0059-0600ca8e, #w-node-a5ca5d1c-3bdf-d475-7c6a-580638f76c6d-0600ca8e, #w-node-_7f49a0bc-113d-d954-2f7e-6f7a82491c91-0600ca8e, #w-node-fdf76875-0294-2276-3f53-1220f4b87f4e-0600ca8e, #w-node-_2bc1bfa5-9705-bac4-b17e-422616737157-0600ca8e {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e6f7-0600ca8e {
    justify-self: start;
  }

  #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e6ff-0600ca8e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e702-0600ca8e, #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e70b-0600ca8e, #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e713-0600ca8e, #w-node-_44a1f283-3ed0-b2af-04c3-5f716579e71b-0600ca8e, #w-node-ded0699b-e7b2-80e8-58a9-81827d84271b-0600ca8e {
    justify-self: start;
  }

  #w-node-_6a169389-026c-d737-30e9-45e662ab0059-0600ca8e, #w-node-a5ca5d1c-3bdf-d475-7c6a-580638f76c6d-0600ca8e, #w-node-_7f49a0bc-113d-d954-2f7e-6f7a82491c91-0600ca8e, #w-node-fdf76875-0294-2276-3f53-1220f4b87f4e-0600ca8e, #w-node-_2bc1bfa5-9705-bac4-b17e-422616737157-0600ca8e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dce8-0600ca95 {
    justify-self: start;
  }

  #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dcf0-0600ca95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dcf3-0600ca95, #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dcfc-0600ca95, #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dd04-0600ca95, #w-node-acbdbe3f-e494-2c85-7d1c-054c1371dd0c-0600ca95, #w-node-_2a8ab426-2637-2113-e89c-248d50eaa5df-0600ca95 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3fb677b-ff81-029f-3f84-0be3c2d20cfc-0600ca8e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9ea7f011-cbbd-9407-8b77-5b8b09763533-0600ca8e {
    order: 9999;
  }

  #w-node-_6a169389-026c-d737-30e9-45e662ab0059-0600ca8e, #w-node-a5ca5d1c-3bdf-d475-7c6a-580638f76c6d-0600ca8e, #w-node-_7f49a0bc-113d-d954-2f7e-6f7a82491c91-0600ca8e, #w-node-fdf76875-0294-2276-3f53-1220f4b87f4e-0600ca8e, #w-node-_2bc1bfa5-9705-bac4-b17e-422616737157-0600ca8e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fb7fd540-4f11-9adc-3796-92c1322a3b1c-0600ca91 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f1599f21-369d-8654-103a-72cd5eed8ecc-0600ca91 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}