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

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

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

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

:root {
  --black: black;
  --white: #fff;
  --primary: var(--white);
  --secondary\<deleted\|variable-17bc7278-1be7-7a6c-8834-b9072a4951a4\>: #000;
  --transparent: transparent;
  --_typography---h4--font-family: Inter, sans-serif;
  --_typography---h4--font-size: 2.5vw;
  --_typography---h4--lineheight: 120%;
  --_typography---h4--weight: 400;
  --_typography---h2--font-family: Inter, sans-serif;
  --_typography---h2--font-size: 5vw;
  --_typography---h2--lineheight: 125%;
  --_typography---h2--weight: 500;
  --_typography---paragraph-medium--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_typography---paragraph-medium--font-size: 24px;
  --_typography---paragraph-medium--lineheight: 120%;
  --_typography---paragraph-medium--weight: 400;
  --_typography---display-medium--font-family: Bebasneue, Impact, sans-serif;
  --_typography---display-medium--font-size: 8vw;
  --_typography---display-medium--line-height: 100%;
  --_typography---display-medium--weight: 400;
  --_typography---display-big--font-size: 38vh;
  --_typography---display-big--line-height: 1;
  --_typography---display-big--weight: 400;
  --_typography---display-big--font-family: Neutralsans, Impact, sans-serif;
  --_typography---display-big--color: #000;
  --_typography---display-medium--color: #000;
  --_typography---title-small--font-family: Neutralsans, Impact, sans-serif;
  --_typography---title-small--lineheight: 125%;
  --_typography---title-small--weight: 300;
  --_typography---title-small--color: var(--black);
  --_spaces---spacing: 40px;
  --_typography---title-small--font-size: 24px;
  --_typography---paragraph-small--color: white;
  --_typography---paragraph-small--font-family: Inter, sans-serif;
  --_typography---paragraph-small--font-size: 16px;
  --_typography---paragraph-small--weight: 300;
  --_typography---links--font-family: Inter, sans-serif;
  --_typography---links--color: #b9b9b9;
  --_typography---links--font-size: 1.125rem;
  --_typography---links--lineheight: 1;
  --_typography---links--weight: 300;
  --_typography---paragraph-medium--color: #000;
  --_typography---paragraph-small--lineheight: 120%;
  --_typography---h1--font-family: Bebasneue, Impact, sans-serif;
  --_typography---h1--color: var(--white);
  --_typography---h1--font-size: 18vw;
  --_typography---h1--lineheight: 100%;
  --_typography---h1--weight: 300;
  --_typography---display-works--color: white;
  --_typography---display-works--font-size: 6vw;
  --_typography---display-works--line-height: 100%;
  --_typography---display-works--weight: 300;
  --_spaces---spacing-little: 60px;
  --grey-borders: #9e9e9e;
  --_typography---h4--color: #000;
  --_typography---h5--font-family: Inter, sans-serif;
  --_typography---h5--font-size: 1.8vw;
  --_typography---h5--lineheight: 100%;
  --_typography---h5--weight: 500;
  --_typography---h3--font-size: 4vw;
  --lighter-black: #201919;
  --_typography---h3--font-family: Inter, sans-serif;
  --_typography---h3--color: #000;
  --_typography---h3--lineheight: 120%;
  --_typography---h3--weight: 500;
  --_typography---h5--color: #000;
  --_typography---h6--font-size: 0px;
  --_typography---h6--lineheight: 100%;
  --_typography---h6--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_typography---h6--color: white;
  --_typography---h6--weight: 0;
  --_typography---paragraph-small--space-letter: -.39;
  --_typography---title-small--space-letter: -.02;
  --_typography---h2--color: #000;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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 {
  background-color: var(--black);
  color: var(--white);
  --_typography---h4--font-family: Inter, sans-serif;
  --_typography---h4--font-size: 2.5vw;
  --_typography---h4--lineheight: 120%;
  --_typography---h4--weight: 400;
  --_typography---h2--font-family: Inter, sans-serif;
  --_typography---h2--font-size: 5vw;
  --_typography---h2--lineheight: 125%;
  --_typography---h2--weight: 500;
  --_typography---paragraph-medium--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_typography---paragraph-medium--font-size: 24px;
  --_typography---paragraph-medium--lineheight: 120%;
  --_typography---paragraph-medium--weight: 400;
  --_typography---display-medium--font-family: Bebasneue, Impact, sans-serif;
  --_typography---display-medium--font-size: 8vw;
  --_typography---display-medium--line-height: 100%;
  --_typography---display-medium--weight: 400;
  --_typography---display-big--font-size: 38vh;
  --_typography---display-big--line-height: 1;
  --_typography---display-big--weight: 400;
  --_typography---display-big--font-family: Neutralsans, Impact, sans-serif;
  --_typography---display-big--color: #000;
  --_typography---display-medium--color: #000;
  --_typography---title-small--font-family: Neutralsans, Impact, sans-serif;
  --_typography---title-small--lineheight: 125%;
  --_typography---title-small--weight: 300;
  --_typography---title-small--color: var(--black);
  --_typography---title-small--font-size: 24px;
  --_typography---paragraph-small--color: white;
  --_typography---paragraph-small--font-family: Inter, sans-serif;
  --_typography---paragraph-small--font-size: 16px;
  --_typography---paragraph-small--weight: 300;
  --_typography---links--font-family: Inter, sans-serif;
  --_typography---links--color: #b9b9b9;
  --_typography---links--font-size: 1.125rem;
  --_typography---links--lineheight: 1;
  --_typography---links--weight: 300;
  --_typography---paragraph-medium--color: #000;
  --_typography---paragraph-small--lineheight: 120%;
  --_typography---h1--font-family: Bebasneue, Impact, sans-serif;
  --_typography---h1--color: var(--white);
  --_typography---h1--font-size: 18vw;
  --_typography---h1--lineheight: 100%;
  --_typography---h1--weight: 300;
  --_typography---display-works--color: white;
  --_typography---display-works--font-size: 6vw;
  --_typography---display-works--line-height: 100%;
  --_typography---display-works--weight: 300;
  --_typography---h4--color: #000;
  --_typography---h5--font-family: Inter, sans-serif;
  --_typography---h5--font-size: 1.8vw;
  --_typography---h5--lineheight: 100%;
  --_typography---h5--weight: 500;
  --_typography---h3--font-size: 4vw;
  --_typography---h3--font-family: Inter, sans-serif;
  --_typography---h3--color: #000;
  --_typography---h3--lineheight: 120%;
  --_typography---h3--weight: 500;
  --_typography---h5--color: #000;
  --_typography---h6--font-size: 0px;
  --_typography---h6--lineheight: 100%;
  --_typography---h6--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --_typography---h6--color: white;
  --_typography---h6--weight: 0;
  --_typography---paragraph-small--space-letter: -.39;
  --_typography---title-small--space-letter: -.02;
  --_typography---h2--color: #000;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1.4vw;
}

h1 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.55vw;
  font-weight: 600;
  line-height: 6.11vw;
}

h2 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.44vw;
  font-weight: 500;
  line-height: 5vw;
}

h3 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.33vw;
  font-weight: 500;
  line-height: 3.89vw;
}

h4 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.78vw;
  font-weight: 500;
  line-height: 3.33vw;
}

h5 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .89vw;
  font-weight: 400;
  line-height: 1.44vw;
}

h6 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .78vw;
  font-weight: 400;
  line-height: 1.33vw;
}

p {
  letter-spacing: .07vw;
  margin-bottom: 0;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

a {
  color: var(--white);
  letter-spacing: .07vw;
  font-size: 1.1vw;
  line-height: 1.44vw;
  text-decoration: none;
}

ul {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.8vw;
  display: flex;
}

ol {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.78vw;
  display: flex;
}

li {
  letter-spacing: .07vw;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

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

sup {
  vertical-align: super;
  font-size: 2.78vw;
  line-height: 2.22vw;
  top: -.33vw;
}

blockquote {
  border-left: 5px solid var(--black);
  margin-bottom: 0;
  padding: .56vw 0 .56vw 1.67vw;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.utilities-title-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container.overflow {
  overflow: visible;
}

.utilities {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.section {
  width: 100%;
  padding-top: 12.5rem;
}

.utilities-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.utilities-title {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.space-1rem {
  min-height: 1.1vw;
}

.invert {
  filter: invert();
}

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

.text-field {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  height: 3.3vw;
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  font-size: .97vw;
}

.text-field:focus {
  border-color: #171f33;
}

.text-field::placeholder {
  color: #aaa;
}

.button {
  background-color: var(--primary);
  color: var(--black);
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  transition: background-color .25s;
  display: block;
}

.button:hover {
  background-color: var(--secondary\<deleted\|variable-17bc7278-1be7-7a6c-8834-b9072a4951a4\>);
  color: #f5f5f5;
}

.works-slidetop {
  padding-top: 4rem;
}

.utility-page-wrap {
  background-image: url('../images/pexels-kimiyashabani-14571576.jpg'), linear-gradient(#000000b3, #000000b3);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 18.06vw;
  display: flex;
}

.utilities-image {
  border-radius: 100%;
  min-width: 11.11vw;
  max-width: 11.11vw;
  min-height: 11.11vw;
  max-height: 11.11vw;
}

.overflow-hidden {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.body {
  background-color: var(--black);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.btn-wrap {
  position: relative;
}

.body-2 {
  background-color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.sectiontitlestop {
  background-color: var(--transparent);
  letter-spacing: -.01em;
  flex-flow: column;
  padding-top: 5.6rem;
  padding-bottom: 3.125rem;
  display: flex;
  overflow: visible;
}

.imageabout {
  background-color: var(--transparent);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.body-3 {
  background-color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.body-5, .body-6, .body-7, .body-8 {
  font-family: Inter, sans-serif;
}

.containeraboutdesc {
  z-index: 2;
  min-width: 100%;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
  overflow: hidden;
}

.aligncentertext {
  position: relative;
}

.pagetitle {
  max-width: none;
  margin-left: 0;
  padding-top: 6.5vw;
  padding-bottom: 6.5vw;
}

.descriptionwork {
  background-color: var(--transparent);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  overflow: hidden;
}

.paragraphabout {
  font-family: var(--_typography---h4--font-family);
  color: var(--black);
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---h4--lineheight);
  font-weight: var(--_typography---h4--weight);
  text-align: left;
  letter-spacing: -.64px;
  text-indent: 0;
}

.page-title-2 {
  font-family: var(--_typography---h2--font-family);
  color: var(--black);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---h2--lineheight);
  font-weight: var(--_typography---h2--weight);
  text-align: center;
  letter-spacing: -.022em;
  text-transform: none;
  margin-top: 0;
  transform: rotate(0);
}

.grid-12-columns-small-4 {
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
  grid-template-rows: auto;
  grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr);
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.websites {
  background-color: #0000;
  flex-flow: column;
  align-items: stretch;
  max-width: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.img-about-2 {
  width: 100%;
}

.image-about-2 {
  aspect-ratio: auto;
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-left: 1.87rem;
  padding-right: 1.875rem;
  display: block;
  position: relative;
}

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

.button-7 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #141414;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  padding: .75em 2em;
  text-decoration: none;
  transition: color 1s cubic-bezier(.19, 1, .22, 1), background-color 1s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: clip;
}

.card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  opacity: 1;
  color: #aeaeb9;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #0e0d0d;
  background-image: url('../images/671c33c5fcbe13a7baeeca94_grid.svg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border: 4px solid #493057;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 1rem 3.5rem;
  display: flex;
}

.textabout {
  max-width: 40ch;
  font-weight: 300;
}

.text-block-6 {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  mix-blend-mode: normal;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0% 0% 0% 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 12vw;
  font-weight: 600;
  display: flex;
  position: relative;
  inset: auto auto 15% 0%;
  transform: scale(1.1);
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  position: relative;
}

.about {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.about.no-top-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  align-items: stretch;
  padding: 0 0;
  position: relative;
  overflow: visible;
}

.showreel-wrapper {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.showreel-video {
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.videosection {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.videosection.no-top-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.richwork {
  font-family: var(--_typography---paragraph-medium--font-family);
  color: var(--black);
  font-size: var(--_typography---paragraph-medium--font-size);
  line-height: var(--_typography---paragraph-medium--lineheight);
  font-weight: var(--_typography---paragraph-medium--weight);
  letter-spacing: -.39px;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.primarycontainertext {
  z-index: 1;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90vw;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.textdescription {
  font-family: var(--_typography---h2--font-family);
  color: var(--black);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---h2--lineheight);
  font-weight: var(--_typography---h2--weight);
  text-align: right;
  letter-spacing: -.3rem;
  text-indent: 4em;
}

.textsecondary {
  font-family: var(--_typography---paragraph-medium--font-family);
  color: var(--black);
  font-size: var(--_typography---paragraph-medium--font-size);
  line-height: var(--_typography---paragraph-medium--lineheight);
  font-weight: var(--_typography---paragraph-medium--weight);
  letter-spacing: -.64px;
  align-self: flex-start;
  max-width: 28rem;
}

.secondarytextcontainer {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.textwrapp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.servicios {
  border-bottom: 1px none var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.servicios.threeservice {
  justify-content: center;
  align-items: center;
}

.services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  padding: 0 5vw 100px;
  display: flex;
  position: static;
}

.servicelist {
  width: 60%;
  height: auto;
}

.product_title {
  background-color: var(--transparent);
  font-family: var(--_typography---display-medium--font-family);
  color: var(--black);
  font-size: var(--_typography---display-medium--font-size);
  line-height: var(--_typography---display-medium--line-height);
  font-weight: var(--_typography---display-medium--weight);
  text-transform: none;
}

.service_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.izq-opa {
  z-index: 1;
  background-color: #fff0;
  background-image: linear-gradient(90deg, var(--white) 4%, #fff0);
  width: 5rem;
  max-width: none;
  height: 100%;
  position: absolute;
  top: auto;
  left: 0;
}

.client-logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  max-width: 1200px;
  display: grid;
  position: relative;
}

.client-logo-section {
  background-color: var(--transparent);
  padding-top: 0;
  padding-bottom: 0;
}

.join-our-movement-title-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 506px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  overflow: clip;
}

.derecha-opa {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff0, var(--white));
  width: 5rem;
  height: 100%;
  position: absolute;
  top: auto;
  right: 0;
}

.client-logo-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 1200px;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
  overflow: visible;
}

.footer-pro {
  background-color: var(--transparent);
  border-bottom: 0 #e4ebf3;
  width: 100%;
  margin-top: 0;
  padding: 0 0 0;
  position: relative;
  overflow: clip;
}

.textimage {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  mix-blend-mode: normal;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0% 0% 0% 0;
  padding-top: 0;
  font-family: Neutralsans, Impact, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  display: flex;
  position: relative;
  inset: auto auto 35% 0%;
  transform: scale(1);
}

.works-section {
  z-index: 99;
  background-color: var(--white);
  padding: 0 5vw;
  position: relative;
}

.xl-heading {
  transform-origin: 0 100%;
  color: #bb956d;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20vh;
  font-weight: 100;
  line-height: .85;
}

.xl-heading.essent {
  font-family: var(--_typography---display-medium--font-family);
  color: var(--black);
  font-size: var(--_typography---display-big--font-size);
  line-height: var(--_typography---display-big--line-height);
  font-style: normal;
  font-weight: var(--_typography---display-big--weight);
  text-transform: none;
}

.xl-heading.essent._2 {
  font-family: Bebasneue, Impact, sans-serif;
}

.xl-heading.essent {
  color: #000;
  text-transform: uppercase;
  font-family: Beautiquedisplay;
  font-size: 40vh;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: var(--_typography---display-big--font-size);
  line-height: var(--_typography---display-big--line-height);
  font-style: normal;
  font-weight: var(--_typography---display-big--weight);
  text-transform: none;
}

.flexibletext {
  display: flex;
}

.flexibletext.essentie {
  justify-content: space-between;
  align-items: center;
}

.big-text-heading {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 14vh;
  padding-bottom: 10vh;
  font-family: Inter, sans-serif;
  display: flex;
  overflow: hidden;
}

.divider {
  background-color: var(--transparent);
  border-radius: 0;
  flex: none;
  width: auto;
  height: auto;
  margin-left: 3vw;
  margin-right: 3vw;
}

.imagehero {
  z-index: 1;
  opacity: .75;
  filter: grayscale();
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.herosite {
  z-index: 1;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--transparent);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 100vh;
  min-height: auto;
  display: flex;
  position: relative;
}

.hero-imagecontainer {
  mix-blend-mode: normal;
  background-color: #440300;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.bar {
  color: var(--black);
  font-family: Neutralsans, Impact, sans-serif;
  font-size: 40vh;
  line-height: 1;
}

.title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.title.h1 {
  font-size: 8em;
  font-weight: 300;
  line-height: .8em;
}

.title.h1.cta {
  color: var(--black);
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Beautiquedisplay;
  font-size: 10em;
  font-weight: 500;
  text-decoration: none;
}

.title.h1.cta {
  font-family: var(--_typography---display-medium--font-family);
  color: var(--_typography---display-medium--color);
  font-size: var(--_typography---display-medium--font-size);
  line-height: var(--_typography---display-medium--line-height);
  font-weight: var(--_typography---display-medium--weight);
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 16px;
  text-decoration: none;
}

.title.h1.cta {
  color: #000;
  font-family: Bebasneue, Impact, sans-serif;
  font-size: 8vw;
  line-height: 100%;
  font-weight: var(--_typography---h2--weight);
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 16px;
  text-decoration: none;
}

.title.h1.cta:hover {
  color: #000;
}

.cta {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.titlediv {
  z-index: 1;
  letter-spacing: -.02em;
  text-transform: none;
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Neutralsans, Impact, sans-serif;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  top: 10%;
  left: 0;
}

.titletext {
  z-index: 10;
  font-family: var(--_typography---title-small--font-family);
  color: var(--black);
  font-size: var(--_typography---paragraph-medium--font-size);
  line-height: var(--_typography---title-small--lineheight);
  font-weight: var(--_typography---title-small--weight);
  position: static;
}

.titletext.works {
  color: var(--black);
}

.titletext.abouttitle {
  font-family: var(--_typography---title-small--font-family);
  color: var(--_typography---title-small--color);
}

.padding-global {
  padding: var(--_spaces---spacing) 0rem;
}

.padding-global.footerpading {
  z-index: 1;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.singleimg {
  vertical-align: baseline;
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: auto;
}

.cover-img {
  object-fit: fill;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.project-text-block-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.portfolio-grid-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.containerworks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.headingtextone {
  font-family: var(--_typography---title-small--font-family);
  color: #4d4d4d;
  font-size: var(--_typography---title-small--font-size);
  line-height: var(--_typography---title-small--lineheight);
  font-weight: var(--_typography---title-small--weight);
  margin-top: 0;
  margin-bottom: 0;
}

.paddingbottom {
  padding: 0;
}

.paddingbottom.padding-xxxtiny {
  padding-bottom: .2rem;
}

.portfolio-single-project {
  color: #191919;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.portfoliowrapp {
  flex-flow: column;
}

.containerfooter2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-clolum-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.padding-bottom {
  padding: 0;
}

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

.footer-botom {
  grid-row-gap: 60px;
}

.content {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.creditswrapp {
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-bottom: 0;
  display: grid;
}

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

.footer-line-divider {
  background-color: #ffffff2b;
  height: 1px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.text-size-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.text-size-small.text-weight-light {
  font-weight: 300;
}

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

.leftinfo {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-xl {
  color: var(--transparent);
  letter-spacing: -.64px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Beautiquedisplay;
  font-size: 24vw;
  font-weight: 300;
  line-height: 1;
}

.text-reg {
  font-family: var(--_typography---title-small--font-family);
  color: var(--_typography---paragraph-small--color);
  font-size: var(--_typography---title-small--font-size);
  line-height: var(--_typography---title-small--lineheight);
  font-weight: var(--_typography---title-small--weight);
  margin-top: 0;
  margin-bottom: 0;
}

.text-reg.text-weight-light {
  font-family: var(--_typography---paragraph-medium--font-family);
  color: var(--_typography---paragraph-small--color);
  font-size: var(--_typography---paragraph-medium--font-size);
  line-height: var(--_typography---paragraph-medium--lineheight);
  font-weight: var(--_typography---paragraph-medium--weight);
}

.footer_top-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  padding-top: 2rem;
  display: grid;
}

.footer-link {
  font-family: var(--_typography---links--font-family);
  color: var(--_typography---links--color);
  font-size: var(--_typography---links--font-size);
  line-height: var(--_typography---links--lineheight);
  font-weight: var(--_typography---links--weight);
  padding: .5rem .5rem .5rem 0;
  text-decoration: none;
}

.footer-link.templates {
  color: #ffde22;
}

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

.footerlinks {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footercontainer {
  color: #fcfcfc;
  background-color: #000;
}

.divisor {
  background-color: #000;
  width: 90%;
  height: 5px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.foundersinfo {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.phonenumber {
  font-family: var(--_typography---paragraph-small--font-family);
  color: var(--_typography---paragraph-medium--color);
  font-size: var(--_typography---paragraph-small--font-size);
  line-height: var(--_typography---paragraph-small--lineheight);
  font-weight: var(--_typography---paragraph-small--weight);
}

.charge {
  font-family: var(--_typography---title-small--font-family);
  color: var(--_typography---title-small--color);
  font-size: var(--_typography---title-small--font-size);
  line-height: var(--_typography---title-small--lineheight);
  font-weight: var(--_typography---title-small--weight);
  letter-spacing: -.64px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding-left: 0;
  padding-right: 0;
}

.infocontact {
  padding-left: 0;
}

.sectiontitlestop-2 {
  letter-spacing: -.01em;
  background-color: #0000;
  flex-flow: column;
  padding-top: 5.6rem;
  padding-bottom: 3.125rem;
  display: flex;
  overflow: visible;
}

.imgcontact {
  object-fit: cover;
}

.socials-2 {
  width: 100%;
  max-width: 90vw;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.founder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.email {
  font-family: var(--_typography---paragraph-small--font-family);
  color: var(--_typography---paragraph-medium--color);
  font-size: var(--_typography---paragraph-medium--font-size);
  line-height: var(--_typography---paragraph-small--lineheight);
  font-weight: var(--_typography---paragraph-small--weight);
  letter-spacing: normal;
}

.imagecontact {
  background-color: #9e9e9e;
}

.blurelipse {
  z-index: 0;
  aspect-ratio: 1;
  opacity: 1;
  filter: blur(10rem);
  background-color: #ff6a3c3d;
  border-radius: 50%;
  width: 60%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, 50%);
}

.blurelipse.elipseexpertise {
  background-color: #ff3cec3d;
  inset: auto auto 50% 75%;
}

.herotitle {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  pointer-events: auto;
  color: #fff;
  letter-spacing: -.39px;
  mix-blend-mode: lighten;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Beautiquedisplay;
  font-size: 18vw;
  font-weight: 300;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.text-hero-2 {
  opacity: 1;
  pointer-events: auto;
  font-family: var(--_typography---h1--font-family);
  color: var(--_typography---h1--color);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--lineheight);
  font-weight: var(--_typography---h1--weight);
  text-align: center;
  letter-spacing: -.39px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e9e9e9;
  text-transform: lowercase;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
}

.text-hero-2.hide {
  display: none;
}

.text-block-2 {
  color: #f5f5f5;
  mix-blend-mode: normal;
  font-family: Bebasneue, Impact, sans-serif;
  font-size: 1.8vw;
  font-weight: 300;
}

.text-block-2.hide {
  display: none;
}

.navbar__link.btn-wrap {
  cursor: pointer;
}

.generalcontainer {
  z-index: 5;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-site {
  opacity: 1;
  pointer-events: auto;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  min-height: 350vh;
  display: block;
  position: relative;
  overflow: visible;
}

.hero-bot-content {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
}

.textdescriptive {
  font-size: var(--_typography---paragraph-small--font-size);
  letter-spacing: -.39px;
  font-weight: 400;
  line-height: 24px;
}

.services-section {
  background-color: var(--white);
  min-height: 250vh;
  position: relative;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: center;
  display: grid;
}

.detail-work {
  opacity: 1;
  color: #fff;
  white-space: nowrap;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.works-title-2 {
  z-index: 90;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 18vh;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.works-title-2.sizingtextmedium {
  font-family: var(--_typography---display-medium--font-family);
  color: #fff;
  font-size: var(--_typography---display-works--font-size);
  line-height: var(--_typography---display-works--line-height);
  font-weight: var(--_typography---display-works--weight);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, Impact, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 120%;
}

.container-37 {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-17 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-17.cta {
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-low {
  padding-top: var(--_spaces---spacing-little);
  padding-bottom: var(--_spaces---spacing-little);
}

.paragraph {
  text-align: center;
  font-family: Neutralsans, Impact, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.colors {
  grid-template-columns: 1fr 1fr;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.black {
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 300px;
  display: flex;
}

.white {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-right: 0;
  display: flex;
}

.grey {
  background-color: var(--grey-borders);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.primary {
  background-color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.heading, .heading-2 {
  font-family: Beautiquedisplay;
  font-size: 80px;
  line-height: 100%;
}

.paragraph-2 {
  font-family: Neutralsans, Impact, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.heading-3 {
  font-family: Beautiquedisplay;
  font-size: 80px;
  line-height: 100%;
}

.paragraph-4 {
  text-align: center;
  font-size: 18px;
  line-height: 120%;
}

.heading-4, .heading-5 {
  font-family: Neutralsans Meidum, Impact, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.paragraph-5 {
  text-align: center;
  font-size: 18px;
  line-height: 120%;
}

.colortitle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Beautiquedisplay;
  font-size: 24px;
  line-height: 100%;
  display: block;
}

.colortitleblack {
  color: var(--black);
  font-family: Beautiquedisplay;
  font-size: 24px;
  line-height: 100%;
}

.text_content-left {
  width: 70%;
  margin-right: auto;
}

.beauty_img-wrap.aspect-ratio-widescreen {
  position: relative;
  overflow: hidden;
}

.hero_img-wrap.aspect-ratio-widescreen {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.beauty_component-2 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text_component-2 {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.global-vertical-spacing {
  height: 12rem;
}

.beuty_img {
  object-position: 0% 50%;
}

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

.herotitleheading {
  opacity: 1;
  pointer-events: auto;
  color: #fff;
  text-align: center;
  letter-spacing: -.39px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e9e9e9;
  text-transform: lowercase;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Beautiquedisplay;
  font-size: 18vw;
  font-weight: 300;
  line-height: 100%;
  display: block;
  overflow: hidden;
}

.herotitleheading.abouthead {
  font-family: var(--_typography---h1--font-family);
  color: #000;
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--lineheight);
  font-weight: var(--_typography---h1--weight);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  text-transform: capitalize;
}

.hero_component {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.abouttext {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text_content {
  width: 70%;
}

.heading-style-h4 {
  font-family: var(--_typography---h4--font-family);
  color: var(--_typography---h4--color);
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---h4--lineheight);
  font-weight: var(--_typography---h4--weight);
  letter-spacing: -.04em;
  text-transform: none;
}

.padding-global-5 {
  object-position: 50% 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.big-text-heading-2 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  overflow: hidden;
}

.divider-2 {
  background-color: #0000;
  border-radius: 0;
  flex: none;
  width: auto;
  height: auto;
  margin-left: 3vw;
  margin-right: 3vw;
}

.bar-2 {
  color: #000;
  font-family: Neutralsans, Impact, sans-serif;
  font-size: 40vh;
  line-height: 1;
}

.contactusbutton {
  z-index: 99999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  background-color: #583ec2;
  border: 1px solid #000;
  border-radius: 62.5rem;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.87rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.contactusbutton:hover {
  color: var(--white);
  background-color: #ac58ff;
}

.text-images {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: .75rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.textimg {
  font-family: var(--_typography---paragraph-medium--font-family);
  font-size: var(--_typography---paragraph-small--font-size);
  line-height: var(--_typography---paragraph-small--lineheight);
  font-weight: var(--_typography---paragraph-medium--weight);
}

.team {
  border-bottom: 0 solid #cfcfcf96;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.titulartextteam {
  font-family: var(--_typography---paragraph-small--font-family);
  font-size: var(--_typography---paragraph-small--font-size);
  line-height: var(--_typography---paragraph-small--lineheight);
  font-weight: var(--_typography---paragraph-small--weight);
}

.three-column-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.speaker-image {
  width: 100%;
}

.space-top-small {
  text-transform: uppercase;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
  display: flex;
}

.container-5 {
  width: auto;
  max-width: 1360px;
  height: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: static;
  top: 0;
  overflow: hidden;
}

.team-role {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-11 {
  max-width: none;
}

.speaker-image-wrap {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.speaker-image-cover {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.titletext-2 {
  z-index: 10;
  font-family: var(--_typography---title-small--font-family);
  color: #000;
  font-size: var(--_typography---title-small--font-size);
  line-height: var(--_typography---paragraph-small--lineheight);
  font-weight: var(--_typography---paragraph-small--weight);
  position: static;
}

.paragraph-6, .link, .link-2, .link-3 {
  font-size: 18px;
  line-height: 120%;
}

.heading-6 {
  font-size: 80px;
  line-height: 100%;
}

.paragraph-7, .heading-7 {
  font-size: 18px;
  line-height: 120%;
}

.texthero {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 25% auto auto;
}

.contentservices {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.service {
  font-family: var(--_typography---paragraph-small--font-family);
  font-size: var(--_typography---paragraph-small--font-size);
  line-height: var(--_typography---paragraph-small--lineheight);
  font-weight: var(--_typography---paragraph-small--weight);
}

.heading-8 {
  font-family: var(--_typography---h5--font-family);
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---h5--lineheight);
  font-weight: var(--_typography---h5--weight);
  letter-spacing: -.64px;
  text-transform: none;
}

.imagecontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 60vw;
  padding-top: 60px;
  display: flex;
  overflow: visible;
}

.titleanddescription {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: block;
}

.expertisesection {
  background-color: var(--black);
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.descriptioncontainer {
  width: 100%;
  max-width: 30rem;
  padding-top: 2rem;
}

.details {
  width: 100%;
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titlesection {
  font-family: var(--_typography---title-small--font-family);
  color: #fff;
  font-size: var(--_typography---title-small--font-size);
  line-height: var(--_typography---title-small--lineheight);
  font-weight: var(--_typography---title-small--weight);
}

.image-10 {
  opacity: 1;
  mix-blend-mode: normal;
}

.experiencedetail {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  max-width: 60vw;
  margin-left: 0;
  margin-right: auto;
  padding-top: 2rem;
  padding-left: 1rem;
  display: flex;
}

.experiences {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40vw;
  margin-left: 0;
  margin-right: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.descriptionexpertise {
  font-family: var(--_typography---paragraph-small--font-family);
  font-size: var(--_typography---paragraph-small--font-size);
  line-height: var(--_typography---paragraph-small--lineheight);
  font-weight: var(--_typography---paragraph-small--weight);
  text-indent: 3rem;
}

.descriptionsection {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: var(--_typography---h3--font-size);
  mix-blend-mode: normal;
  font-weight: 600;
  line-height: 120%;
}

.topsectiondescription {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  mix-blend-mode: normal;
}

.text-block-7 {
  font-family: var(--_typography---paragraph-small--font-family);
  font-size: var(--_typography---paragraph-small--font-size);
  line-height: var(--_typography---paragraph-small--lineheight);
  font-weight: var(--_typography---display-works--weight);
}

.navbar_wrapper {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navbar_wrapper.blacknav {
  mix-blend-mode: difference;
}

.navbar_button-text {
  font-size: .9rem;
  font-weight: 500;
  transition: opacity .45s;
}

.navbar_button-text:hover {
  opacity: .75;
}

.button__text {
  z-index: 4;
  color: var(--black);
  position: relative;
}

.button__text.blacknav {
  color: var(--black);
}

.navbar_outline {
  border: 1.5px #2e1f1f00;
  border-radius: 100px;
  padding: 2px;
  position: static;
  overflow: hidden;
}

.nav-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.nav-wrapper.glowing-wrapper-active.menu {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.button-contact {
  color: #fff;
  cursor: pointer;
  border-radius: 62rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 4px 11px #00000080;
}

.button-contact:active {
  transform: translate(0, 4px);
  box-shadow: 0 4px 4px #0000004d;
}

.navbar__logo-wrap-2 {
  color: #f5f5f5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  position: absolute;
  left: 50px;
}

.navroad {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  padding: .8125rem 1.875rem;
  font-size: .9rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.navroad.menu {
  border-width: 1px;
  border-color: #ffffff1a;
  border-radius: 62.5rem;
  padding: 0;
  display: flex;
}

.navbar_button {
  z-index: 5;
  color: #fff;
  border-radius: 40px;
  align-items: center;
  min-height: 2.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_button.w--current {
  color: #fff;
}

.button__inner {
  background-color: #fff;
  border-radius: 62rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.875rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 7px #ffffff2e;
}

.button__inner:hover {
  box-shadow: inset 0 0 7px #fff9;
}

.button__inner.blacknav {
  background-color: #fff;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.subscribe-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: static;
}

.checkbox-label-footer-2 {
  opacity: 1;
  font-family: var(--_typography---paragraph-small--font-family);
  color: #000;
  font-size: var(--_typography---paragraph-small--font-size);
  line-height: var(--_typography---paragraph-medium--lineheight);
  font-weight: var(--_typography---paragraph-small--weight);
  letter-spacing: .01em;
  text-transform: none;
  margin-bottom: 0;
}

.success-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00b83c;
  font-weight: 500;
}

.button-subscribe {
  color: #d9dae2;
  cursor: pointer;
  background-color: #000;
  padding: 19px 22px;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.button-subscribe:hover {
  background-color: #080425;
}

.button-subscribe.subscribe {
  color: #fff;
  text-transform: uppercase;
  background-color: #111;
  height: 80px;
  padding: 24px 29px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition-property: none;
  position: static;
  inset: 15% 6px auto auto;
  overflow: clip;
}

.button-subscribe.subscribe:hover {
  background-color: var(--grey-borders);
  color: var(--black);
}

.error-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f71818;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.checkbox-main {
  opacity: .5;
  background-color: #fff;
  border: 1px solid #000;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-main.w--redirected-checked {
  opacity: 1;
  background-color: #d9dae2;
  background-image: url('../images/check_1check.avif');
  background-position: 50%;
  background-size: 10px;
  border-color: #d9dae2;
}

.margin-15px {
  color: #fff;
  margin-top: 0;
}

.cta-text-3 {
  color: #000;
  font-family: Neutralsans, Impact, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 125%;
}

.subscribe-field-footer {
  color: #000;
  background-color: silver;
  background-image: url('../images/paper-planes_1paper-planes.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px #000;
  align-self: center;
  height: 80px;
  margin-bottom: 0;
  padding-left: 52px;
  padding-right: 100px;
  font-size: 17px;
  font-weight: 300;
}

.subscribe-field-footer::placeholder {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

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

.titletext-3 {
  z-index: 10;
  color: #000;
  font-family: Neutralsans, Impact, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 125%;
  position: static;
}

.titletext-3.works {
  color: #000;
}

.collection-list-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: start stretch;
  width: auto;
  display: grid;
}

.headingtextone-2 {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neutralsans, Impact, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 125%;
}

.paragraph-8 {
  color: #000;
  text-align: left;
  text-indent: 0;
  width: auto;
  max-width: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.cover-img-2 {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.singleimg-2 {
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 0;
  flex: none;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: clip;
  box-shadow: 0 2px 5px #0003;
}

.portfolio-single-project-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #191919;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: relative;
}

.portfolio-sigle-project-wrapper-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.detail-work-2 {
  z-index: 2;
  opacity: 1;
  color: #fff;
  white-space: nowrap;
  mix-blend-mode: normal;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.imagemask {
  z-index: 1;
  background-color: #0000002e;
  position: absolute;
  inset: 0%;
}

.detailhover {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  width: 100%;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 150%;
}

.project-text-block-flex-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 30%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.detailwork-onhover {
  z-index: 2;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #f1f1f1;
  background-color: #b1b1b166;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0 0%;
  box-shadow: 0 1px 20px #00000030;
}

.bg-texture {
  z-index: 0;
  aspect-ratio: auto;
  position: absolute;
  inset: 0%;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-image {
  z-index: 0;
  opacity: .3;
  mix-blend-mode: exclusion;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-image.hero {
  mix-blend-mode: color-dodge;
}

.bg-image.footer {
  opacity: .1;
  mix-blend-mode: hard-light;
}

.lottie-animation {
  filter: invert();
  mix-blend-mode: color-dodge;
  width: 60%;
  margin-top: 20px;
}

.logo-lottie {
  filter: invert();
  mix-blend-mode: color-dodge;
  width: 10rem;
  margin-top: 0;
}

.image-about-3 {
  aspect-ratio: auto;
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-left: 1.87rem;
  padding-right: 1.875rem;
  display: block;
  position: relative;
}

.img-about-3 {
  width: 100%;
}

.image-about-4 {
  aspect-ratio: auto;
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-left: 1.87rem;
  padding-right: 1.875rem;
  display: block;
  position: relative;
}

.img-about-4 {
  width: 100%;
}

.imagegrid {
  background-color: var(--transparent);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.image-grid-wrapper {
  aspect-ratio: auto;
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-left: 1.87rem;
  padding-right: 1.875rem;
  display: block;
  position: relative;
}

.collection-list-3 {
  column-count: 2;
}

.img-grid {
  width: 100%;
}

.lottie-animation-2 {
  filter: invert();
}

.radio-button-field {
  grid-column-gap: 10px;
  cursor: pointer;
  background-color: #353535;
  border: 1px solid #ffffff2e;
  border-radius: 20px;
  align-items: center;
  padding: 4px 5px 5px 25px;
  transition: all .275s;
  display: flex;
}

.radio-button-field:hover {
  background-color: #4b4b4b;
  border-color: #ffffff8a;
}

.flex-block-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
}

.radio-button-label {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.667;
}

.radio-button-div {
  display: inline-block;
}

.form {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.svg {
  color: #3739b5;
  background-color: #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
}

.formresultdone {
  background-color: #ddd0;
  background-image: radial-gradient(circle, #ffffff1c 43%, #fff0);
  border-radius: 110px;
  margin-top: 40px;
}

.submit-button {
  color: #161616;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  min-width: 100px;
  max-width: 200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  transition: all .4s;
  box-shadow: 0 0 15px -3px #fff;
}

.submit-button:hover {
  font-size: 15px;
  box-shadow: 0 0 30px -3px #fff;
}

.submit-button:active {
  border-color: #ffe5b6;
}

.text-field-2 {
  color: #fff;
  background-color: #353535;
  border: 1px solid #ffffff40;
  border-radius: 20px;
  max-width: 550px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  transition: all .275s;
}

.text-field-2:hover {
  background-color: #4b4b4b;
}

.text-field-2::placeholder {
  color: #ffffffb5;
  font-size: 15px;
}

.radio-button {
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

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

.radio-button.w--redirected-checked {
  background-color: #fff;
  border-width: 3px;
  border-color: #a0caf5;
}

.formresultfail {
  background-color: #ddd0;
  background-image: radial-gradient(circle, #ff00003d 43%, #f000);
  border-radius: 110px;
  margin-top: 40px;
}

.flex-block {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-form {
  opacity: .98;
  filter: invert();
  height: 35px;
}

.collection-item-2 {
  margin-bottom: 15px;
}

.view-reel-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 18%;
}

.view-reel-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: 62rem;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 1.875rem;
  font-size: .9rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 11px #00000080;
}

.view-reel-btn:hover {
  transform: translate(0, -4px);
  box-shadow: inset 0 0 7px #0003, 0 4px 11px #00000080;
}

.reel-modal {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.reel-modal-overlay {
  filter: blur(10px);
  background-color: #000000eb;
  position: absolute;
  inset: 0%;
}

.reel-modal-content {
  z-index: 1;
  width: 90vw;
  max-width: 1200px;
  position: relative;
}

@media screen and (min-width: 1280px) {
  body {
    --_typography---h4--font-family: Inter, sans-serif;
    --_typography---h4--font-size: 2.5vw;
    --_typography---h4--lineheight: 120%;
    --_typography---h4--weight: 400;
    --_typography---h2--font-family: Inter, sans-serif;
    --_typography---h2--font-size: 5vw;
    --_typography---h2--lineheight: 125%;
    --_typography---h2--weight: 500;
    --_typography---paragraph-medium--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --_typography---paragraph-medium--font-size: 24px;
    --_typography---paragraph-medium--lineheight: 120%;
    --_typography---paragraph-medium--weight: 400;
    --_typography---display-medium--font-family: Bebasneue, Impact, sans-serif;
    --_typography---display-medium--font-size: 8vw;
    --_typography---display-medium--line-height: 100%;
    --_typography---display-medium--weight: 400;
    --_typography---display-big--font-size: 38vh;
    --_typography---display-big--line-height: 1;
    --_typography---display-big--weight: 400;
    --_typography---display-big--font-family: Neutralsans, Impact, sans-serif;
    --_typography---display-big--color: #000;
    --_typography---display-medium--color: #000;
    --_typography---title-small--font-family: Neutralsans, Impact, sans-serif;
    --_typography---title-small--lineheight: 125%;
    --_typography---title-small--weight: 300;
    --_typography---title-small--color: var(--black);
    --_typography---title-small--font-size: 24px;
    --_typography---paragraph-small--color: white;
    --_typography---paragraph-small--font-family: Inter, sans-serif;
    --_typography---paragraph-small--font-size: 16px;
    --_typography---paragraph-small--weight: 300;
    --_typography---links--font-family: Inter, sans-serif;
    --_typography---links--color: #b9b9b9;
    --_typography---links--font-size: 1.125rem;
    --_typography---links--lineheight: 1;
    --_typography---links--weight: 300;
    --_typography---paragraph-medium--color: #000;
    --_typography---paragraph-small--lineheight: 120%;
    --_typography---h1--font-family: Bebasneue, Impact, sans-serif;
    --_typography---h1--color: var(--white);
    --_typography---h1--font-size: 21vw;
    --_typography---h1--lineheight: 100%;
    --_typography---h1--weight: 300;
    --_typography---display-works--color: white;
    --_typography---display-works--font-size: 6vw;
    --_typography---display-works--line-height: 100%;
    --_typography---display-works--weight: 300;
    --_typography---h4--color: #000;
    --_typography---h5--font-family: Inter, sans-serif;
    --_typography---h5--font-size: 1.8vw;
    --_typography---h5--lineheight: 100%;
    --_typography---h5--weight: 500;
    --_typography---h3--font-size: 4vw;
    --_typography---h3--font-family: Inter, sans-serif;
    --_typography---h3--color: #000;
    --_typography---h3--lineheight: 120%;
    --_typography---h3--weight: 500;
    --_typography---h5--color: #000;
    --_typography---h6--font-size: 0px;
    --_typography---h6--lineheight: 100%;
    --_typography---h6--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --_typography---h6--color: white;
    --_typography---h6--weight: 0;
    --_typography---paragraph-small--space-letter: -.39;
    --_typography---title-small--space-letter: -.02;
    --_typography---h2--color: #000;
  }

  .grid-12-columns-small-4 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .img-about-2 {
    width: 100%;
  }

  .textdescription {
    font-size: var(--_typography---h2--font-size);
    text-align: right;
  }

  .services {
    height: 100vh;
    padding-bottom: 100px;
  }

  .product_title {
    line-height: 120%;
  }

  .xl-heading.essent {
    font-family: Neutralsans Meidum, Impact, sans-serif;
  }

  .imagehero {
    object-fit: contain;
  }

  .herosite {
    flex-flow: row;
    display: flex;
  }

  .title.h1.cta {
    font-family: Bebasneue, Impact, sans-serif;
  }

  .containerworks {
    max-width: none;
  }

  .text-xl {
    font-size: 24vw;
  }

  .herotitle {
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
  }

  .text-hero-2 {
    font-family: var(--_typography---h1--font-family);
    color: var(--_typography---h1--color);
    font-size: var(--_typography---h1--font-size);
    line-height: var(--_typography---h1--lineheight);
    font-weight: var(--_typography---h1--weight);
    text-align: center;
  }

  .works-title-2.sizingtextmedium {
    mix-blend-mode: normal;
    font-family: Bebasneue, Impact, sans-serif;
  }

  .herotitleheading {
    color: #fff;
    text-align: center;
    font-family: Beautiquedisplay;
    font-size: 18vw;
    font-weight: 300;
    line-height: 100%;
  }

  .button__inner {
    font-weight: 700;
  }

  .button__inner:hover {
    box-shadow: inset 0 0 7px #5f454599;
  }

  .detail-work-2 {
    mix-blend-mode: normal;
  }

  .img-about-3, .img-about-4, .img-grid {
    width: 100%;
  }

  .icon-form {
    filter: invert();
  }
}

@media screen and (min-width: 1440px) {
  body {
    --_typography---h4--font-family: Inter, sans-serif;
    --_typography---h4--font-size: 2.3vw;
    --_typography---h4--lineheight: 120%;
    --_typography---h4--weight: 400;
    --_typography---h2--font-family: Inter, sans-serif;
    --_typography---h2--font-size: 5vw;
    --_typography---h2--lineheight: 125%;
    --_typography---h2--weight: 500;
    --_typography---paragraph-medium--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --_typography---paragraph-medium--font-size: 24px;
    --_typography---paragraph-medium--lineheight: 120%;
    --_typography---paragraph-medium--weight: 400;
    --_typography---display-medium--font-family: Bebasneue, Impact, sans-serif;
    --_typography---display-medium--font-size: 8vw;
    --_typography---display-medium--line-height: 100%;
    --_typography---display-medium--weight: 400;
    --_typography---display-big--font-size: 38vh;
    --_typography---display-big--line-height: 1;
    --_typography---display-big--weight: 400;
    --_typography---display-big--font-family: Neutralsans, Impact, sans-serif;
    --_typography---display-big--color: #000;
    --_typography---display-medium--color: #000;
    --_typography---title-small--font-family: Neutralsans, Impact, sans-serif;
    --_typography---title-small--lineheight: 125%;
    --_typography---title-small--weight: 300;
    --_typography---title-small--color: var(--black);
    --_typography---title-small--font-size: 24px;
    --_typography---paragraph-small--color: white;
    --_typography---paragraph-small--font-family: Inter, sans-serif;
    --_typography---paragraph-small--font-size: 16px;
    --_typography---paragraph-small--weight: 300;
    --_typography---links--font-family: Inter, sans-serif;
    --_typography---links--color: #b9b9b9;
    --_typography---links--font-size: 1.125rem;
    --_typography---links--lineheight: 1;
    --_typography---links--weight: 300;
    --_typography---paragraph-medium--color: #000;
    --_typography---paragraph-small--lineheight: 120%;
    --_typography---h1--font-family: Bebasneue, Impact, sans-serif;
    --_typography---h1--color: var(--white);
    --_typography---h1--font-size: 16vw;
    --_typography---h1--lineheight: 125%;
    --_typography---h1--weight: 300;
    --_typography---display-works--color: white;
    --_typography---display-works--font-size: 6vw;
    --_typography---display-works--line-height: 100%;
    --_typography---display-works--weight: 300;
    --_typography---h4--color: #000;
    --_typography---h5--font-family: Inter, sans-serif;
    --_typography---h5--font-size: 1.6vw;
    --_typography---h5--lineheight: 100%;
    --_typography---h5--weight: 500;
    --_typography---h3--font-size: 3.8vw;
    --_typography---h3--font-family: Inter, sans-serif;
    --_typography---h3--color: #000;
    --_typography---h3--lineheight: 120%;
    --_typography---h3--weight: 500;
    --_typography---h5--color: #000;
    --_typography---h6--font-size: 0px;
    --_typography---h6--lineheight: 100%;
    --_typography---h6--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --_typography---h6--color: white;
    --_typography---h6--weight: 0;
    --_typography---paragraph-small--space-letter: -.39;
    --_typography---title-small--space-letter: -.02;
    --_typography---h2--color: #000;
  }

  .page-title-2 {
    text-transform: none;
  }

  .grid-12-columns-small-4 {
    width: 90vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .img-about-2 {
    object-fit: cover;
    width: 100%;
  }

  .image-about-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
  }

  .textdescription {
    font-size: var(--_typography---h2--font-size);
    letter-spacing: -.39rem;
  }

  .textsecondary {
    line-height: var(--_typography---paragraph-medium--lineheight);
  }

  .services {
    height: 100vh;
    padding-bottom: 0;
  }

  .footer-pro {
    margin-top: 0;
    padding-top: 0;
  }

  .imagehero {
    object-fit: contain;
  }

  .herosite {
    flex-flow: row;
    justify-items: stretch;
    display: flex;
  }

  .title.h1.cta {
    font-family: Bebasneue, Impact, sans-serif;
  }

  .padding-global.footerpading {
    z-index: 1;
    position: relative;
  }

  .containerworks {
    max-width: none;
  }

  .creditswrapp {
    padding-bottom: 0;
  }

  .text-xl {
    font-size: 24vw;
  }

  .footer_top-wrapper {
    padding-top: 2rem;
  }

  .herotitle {
    max-width: none;
    display: flex;
    top: auto;
  }

  .text-hero-2 {
    font-family: var(--_typography---h1--font-family);
    color: var(--_typography---h1--color);
    font-size: var(--_typography---h1--font-size);
    line-height: var(--_typography---h1--lineheight);
    font-weight: var(--_typography---h1--weight);
    text-shadow: none;
  }

  .text-block-2, .works-title-2.sizingtextmedium, .heading, .colortitle, .colortitleblack {
    font-family: Bebasneue, Impact, sans-serif;
  }

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

  .herotitleheading {
    color: #fff;
    text-shadow: none;
    font-family: Beautiquedisplay;
    font-size: 18vw;
    font-weight: 300;
    line-height: 100%;
  }

  .navbar__logo-wrap-2 {
    mix-blend-mode: difference;
  }

  .button-subscribe.subscribe:hover {
    background-color: var(--lighter-black);
  }

  .detail-work-2 {
    mix-blend-mode: normal;
  }

  .bg-image.footer {
    opacity: .1;
    mix-blend-mode: hard-light;
    object-fit: cover;
  }

  .image-about-3 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
  }

  .img-about-3 {
    object-fit: cover;
    width: 100%;
  }

  .image-about-4 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
  }

  .img-about-4 {
    object-fit: cover;
    width: 100%;
  }

  .image-grid-wrapper {
    column-count: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
  }

  .collection-list-3 {
    column-count: 2;
  }

  .img-grid {
    object-fit: cover;
    width: 100%;
    margin-bottom: 15px;
  }

  .lottie-animation-2 {
    filter: invert();
    width: 50vw;
  }

  .text-field-2.area {
    max-width: none;
  }

  .icon-form {
    filter: invert();
  }
}

@media screen and (min-width: 1920px) {
  body {
    --_typography---h4--font-family: Inter, sans-serif;
    --_typography---h4--font-size: 2vw;
    --_typography---h4--lineheight: 120%;
    --_typography---h4--weight: 400;
    --_typography---h2--font-family: Inter, sans-serif;
    --_typography---h2--font-size: 5vw;
    --_typography---h2--lineheight: 125%;
    --_typography---h2--weight: 500;
    --_typography---paragraph-medium--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --_typography---paragraph-medium--font-size: 24px;
    --_typography---paragraph-medium--lineheight: 120%;
    --_typography---paragraph-medium--weight: 400;
    --_typography---display-medium--font-family: Bebasneue, Impact, sans-serif;
    --_typography---display-medium--font-size: 8vw;
    --_typography---display-medium--line-height: 100%;
    --_typography---display-medium--weight: 400;
    --_typography---display-big--font-size: 38vh;
    --_typography---display-big--line-height: 1;
    --_typography---display-big--weight: 400;
    --_typography---display-big--font-family: Neutralsans, Impact, sans-serif;
    --_typography---display-big--color: #000;
    --_typography---display-medium--color: #000;
    --_typography---title-small--font-family: Neutralsans, Impact, sans-serif;
    --_typography---title-small--lineheight: 125%;
    --_typography---title-small--weight: 300;
    --_typography---title-small--color: var(--black);
    --_typography---title-small--font-size: 24px;
    --_typography---paragraph-small--color: white;
    --_typography---paragraph-small--font-family: Inter, sans-serif;
    --_typography---paragraph-small--font-size: 16px;
    --_typography---paragraph-small--weight: 300;
    --_typography---links--font-family: Inter, sans-serif;
    --_typography---links--color: #b9b9b9;
    --_typography---links--font-size: 1.125rem;
    --_typography---links--lineheight: 1;
    --_typography---links--weight: 300;
    --_typography---paragraph-medium--color: #000;
    --_typography---paragraph-small--lineheight: 120%;
    --_typography---h1--font-family: Bebasneue, Impact, sans-serif;
    --_typography---h1--color: var(--white);
    --_typography---h1--font-size: 16vw;
    --_typography---h1--lineheight: 125%;
    --_typography---h1--weight: 300;
    --_typography---display-works--color: white;
    --_typography---display-works--font-size: 6vw;
    --_typography---display-works--line-height: 100%;
    --_typography---display-works--weight: 300;
    --_typography---h4--color: #000;
    --_typography---h5--font-family: Inter, sans-serif;
    --_typography---h5--font-size: 1.5vw;
    --_typography---h5--lineheight: 100%;
    --_typography---h5--weight: 500;
    --_typography---h3--font-size: 3.5vw;
    --_typography---h3--font-family: Inter, sans-serif;
    --_typography---h3--color: #000;
    --_typography---h3--lineheight: 120%;
    --_typography---h3--weight: 500;
    --_typography---h5--color: #000;
    --_typography---h6--font-size: 0px;
    --_typography---h6--lineheight: 100%;
    --_typography---h6--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --_typography---h6--color: white;
    --_typography---h6--weight: 0;
    --_typography---paragraph-small--space-letter: -.39;
    --_typography---title-small--space-letter: -.02;
    --_typography---h2--color: #000;
  }

  .sectiontitlestop {
    overflow: visible;
  }

  .containeraboutdesc {
    overflow: hidden;
  }

  .descriptionwork {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }

  .paragraphabout {
    font-size: 48px;
  }

  .grid-12-columns-small-4 {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .websites {
    align-items: stretch;
    overflow: visible;
  }

  .img-about-2 {
    width: 100%;
  }

  .primarycontainertext {
    max-width: 90vw;
  }

  .textdescription {
    font-size: var(--_typography---h2--font-size);
    font-weight: var(--_typography---h2--weight);
    text-align: left;
    text-indent: 2em;
  }

  .textsecondary {
    font-size: var(--_typography---paragraph-medium--font-size);
    line-height: var(--_typography---paragraph-medium--lineheight);
    max-width: 35rem;
  }

  .services {
    height: 100vh;
    padding-bottom: 0;
  }

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

  .textimage {
    transform: scale(1);
  }

  .imagehero {
    object-fit: contain;
  }

  .herosite {
    z-index: 0;
    grid-column-gap: 1px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    height: 100vh;
    min-height: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .cta {
    flex-flow: row;
  }

  .containerworks {
    max-width: none;
  }

  .text-xl {
    font-size: 20vw;
  }

  .phonenumber {
    font-size: 24px;
    line-height: 32px;
  }

  .charge {
    font-size: 36px;
  }

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

  .infocontact {
    padding-left: 0;
  }

  .sectiontitlestop-2 {
    overflow: visible;
  }

  .socials-2 {
    background-color: #0000;
    max-width: 70vw;
    padding-bottom: 160px;
  }

  .email {
    font-size: 24px;
    line-height: 32px;
  }

  .herotitle {
    z-index: 2;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
    top: auto;
  }

  .text-hero-2 {
    font-family: var(--_typography---h1--font-family);
    color: var(--_typography---h1--color);
    font-size: var(--_typography---h1--font-size);
    line-height: var(--_typography---h1--lineheight);
    font-weight: var(--_typography---h1--weight);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e9e9e9;
    text-overflow: clip;
    white-space: nowrap;
    mix-blend-mode: normal;
  }

  .container-large {
    max-width: 100rem;
  }

  .herotitleheading {
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e9e9e9;
    text-overflow: clip;
    white-space: nowrap;
    mix-blend-mode: normal;
    font-family: Beautiquedisplay;
    font-size: 18vw;
    font-weight: 300;
    line-height: 100%;
  }

  .contactusbutton {
    z-index: 9999;
    background-color: #583ec2;
    border-radius: .7rem;
    bottom: 1rem;
    right: 1rem;
  }

  .contactusbutton:hover {
    color: var(--black);
    background-color: #fff;
  }

  .experiences {
    max-width: 30rem;
  }

  .button__inner:hover {
    font-weight: 500;
    box-shadow: inset 0 0 7px #ffffffe6;
  }

  .button-subscribe.subscribe {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .img-about-3, .img-about-4, .img-grid {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---h4--font-family: Inter, sans-serif;
    --_typography---h4--font-size: 3.5vw;
    --_typography---h4--lineheight: 120%;
    --_typography---h4--weight: 400;
    --_typography---h2--font-family: Inter, sans-serif;
    --_typography---h2--font-size: 7vw;
    --_typography---h2--lineheight: 125%;
    --_typography---h2--weight: 500;
    --_typography---paragraph-medium--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --_typography---paragraph-medium--font-size: 24px;
    --_typography---paragraph-medium--lineheight: 120%;
    --_typography---paragraph-medium--weight: 400;
    --_typography---display-medium--font-family: Bebasneue, Impact, sans-serif;
    --_typography---display-medium--font-size: 8vw;
    --_typography---display-medium--line-height: 100%;
    --_typography---display-medium--weight: 400;
    --_typography---display-big--font-size: 100px;
    --_typography---display-big--line-height: 1;
    --_typography---display-big--weight: 400;
    --_typography---display-big--font-family: Neutralsans, Impact, sans-serif;
    --_typography---display-big--color: #000;
    --_typography---display-medium--color: #000;
    --_typography---title-small--font-family: Neutralsans, Impact, sans-serif;
    --_typography---title-small--lineheight: 125%;
    --_typography---title-small--weight: 300;
    --_typography---title-small--color: var(--black);
    --_typography---title-small--font-size: 24px;
    --_typography---paragraph-small--color: white;
    --_typography---paragraph-small--font-family: Inter, sans-serif;
    --_typography---paragraph-small--font-size: 16px;
    --_typography---paragraph-small--weight: 300;
    --_typography---links--font-family: Inter, sans-serif;
    --_typography---links--color: #b9b9b9;
    --_typography---links--font-size: 1.125rem;
    --_typography---links--lineheight: 1;
    --_typography---links--weight: 300;
    --_typography---paragraph-medium--color: #000;
    --_typography---paragraph-small--lineheight: 120%;
    --_typography---h1--font-family: Bebasneue, Impact, sans-serif;
    --_typography---h1--color: var(--white);
    --_typography---h1--font-size: 18vw;
    --_typography---h1--lineheight: 100%;
    --_typography---h1--weight: 300;
    --_typography---display-works--color: white;
    --_typography---display-works--font-size: 8vw;
    --_typography---display-works--line-height: 100%;
    --_typography---display-works--weight: 300;
    --_typography---h4--color: #000;
    --_typography---h5--font-family: Inter, sans-serif;
    --_typography---h5--font-size: 2.5vw;
    --_typography---h5--lineheight: 100%;
    --_typography---h5--weight: 500;
    --_typography---h3--font-size: 5vw;
    --_typography---h3--font-family: Inter, sans-serif;
    --_typography---h3--color: #000;
    --_typography---h3--lineheight: 120%;
    --_typography---h3--weight: 500;
    --_typography---h5--color: #000;
    --_typography---h6--font-size: 0px;
    --_typography---h6--lineheight: 100%;
    --_typography---h6--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --_typography---h6--color: white;
    --_typography---h6--weight: 0;
    --_typography---paragraph-small--space-letter: -.39;
    --_typography---title-small--space-letter: -.02;
    --_typography---h2--color: #000;
    --_spaces---spacing: 30px;
    --_spaces---spacing-little: 30px;
    font-size: .88rem;
    line-height: 1.25rem;
  }

  h1 {
    letter-spacing: -.0625rem;
    font-size: 4rem;
    line-height: 4.5rem;
  }

  h2 {
    letter-spacing: -.06rem;
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h3 {
    letter-spacing: -.0625rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h4 {
    letter-spacing: -.0625rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h5 {
    letter-spacing: .13rem;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  h6 {
    letter-spacing: .125rem;
    font-size: .7rem;
    line-height: 1.2rem;
  }

  p, a {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  ul, ol {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 2.5rem;
  }

  li {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  sup {
    font-size: 2.5rem;
    line-height: 2rem;
    top: -.3rem;
  }

  blockquote {
    padding: .5rem 0 .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .utilities-title-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section {
    padding-top: 7.5rem;
  }

  .utilities-wrapper {
    width: 100%;
  }

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

  .space-1rem {
    min-height: 1rem;
  }

  .invert {
    filter: invert();
  }

  .text-field {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .88rem;
  }

  .utility-page-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 16.25rem;
  }

  .utilities-image {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 10rem;
    max-height: 10rem;
  }

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

  .sectiontitlestop {
    background-color: var(--transparent);
  }

  .imageabout {
    background-color: var(--transparent);
    padding-top: 0;
    padding-bottom: 0;
  }

  .pagetitle {
    padding-top: 6.5vw;
    padding-bottom: 6.5vw;
  }

  .descriptionwork {
    background-color: var(--transparent);
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .paragraphabout {
    font-size: 3.6vw;
    font-weight: 400;
  }

  .page-title-2 {
    font-size: 8vw;
  }

  .grid-12-columns-small-4 {
    grid-row-gap: 3.125rem;
    padding-right: 0;
  }

  .websites {
    background-color: var(--transparent);
  }

  .card {
    flex-flow: row;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .textabout {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6 {
    mix-blend-mode: screen;
  }

  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about.no-top-padding {
    background-color: var(--white);
    padding-top: 0;
    padding-bottom: 60px;
    font-weight: 400;
    overflow: visible;
  }

  .showreel-wrapper {
    height: 60vh;
  }

  .videosection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .primarycontainertext {
    justify-content: center;
    align-items: flex-end;
  }

  .textdescription {
    color: var(--black);
    font-weight: var(--_typography---h2--weight);
    text-indent: 2em;
    width: 80%;
  }

  .textsecondary {
    color: var(--black);
    font-size: var(--_typography---paragraph-medium--font-size);
    max-width: 20rem;
  }

  .servicios {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    padding: 1rem 3vw;
  }

  .services {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .servicelist {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service_content {
    flex-wrap: wrap;
    padding-right: 0;
  }

  .client-logo-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .footer-pro {
    padding-top: 0;
    padding-bottom: 0;
    overflow: clip;
  }

  .textimage {
    mix-blend-mode: screen;
  }

  .works-section {
    padding-top: 0;
    padding-bottom: 120px;
  }

  .xl-heading {
    font-size: 120px;
  }

  .xl-heading.essent {
    font-family: var(--_typography---display-big--font-family);
    color: #000;
    font-size: var(--_typography---display-big--font-size);
    line-height: var(--_typography---display-big--line-height);
    font-weight: var(--_typography---display-big--weight);
    font-size: 40vh;
    font-family: var(--_typography---display-big--font-family);
    font-size: var(--_typography---display-big--font-size);
    line-height: var(--_typography---display-big--line-height);
    font-weight: var(--_typography---display-big--weight);
  }

  .big-text-heading {
    padding-top: 10vh;
  }

  .divider {
    background-color: var(--transparent);
    margin-right: 3vw;
  }

  .imagehero {
    object-fit: contain;
  }

  .herosite {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .hero-imagecontainer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: block;
  }

  .bar {
    font-size: 120px;
  }

  .title.h1.cta {
    font-size: 6em;
    font-size: var(--_typography---display-medium--font-size);
    font-size: 8vw;
  }

  .titlediv {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
    position: static;
    top: 0%;
    left: 0%;
    transform: none;
  }

  .titletext {
    letter-spacing: -.02em;
  }

  .padding-global {
    padding: var(--_spaces---spacing) 0rem;
  }

  .cover-img {
    opacity: 1;
    background-color: #000;
  }

  .portfolio-grid-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .headingtextone {
    font-size: 23px;
  }

  .portfolio-single-project {
    width: 100%;
  }

  .footer-clolum-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 520px;
  }

  .content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .creditswrapp {
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
    padding-bottom: 0;
  }

  .footer-line-divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .text-xl {
    font-size: 25vw;
  }

  .footer_top-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .infocontact {
    padding-left: 0;
  }

  .sectiontitlestop-2, .socials-2 {
    background-color: #0000;
  }

  .herotitle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow-wrap: break-word;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    transform: none;
  }

  .text-hero-2 {
    font-family: var(--_typography---h1--font-family);
    font-size: var(--_typography---h1--font-size);
    line-height: var(--_typography---h1--lineheight);
    font-weight: var(--_typography---h1--weight);
    text-align: center;
    letter-spacing: -1.04px;
    width: 100%;
    height: auto;
  }

  .text-block-2 {
    font-size: 3vw;
  }

  .hero-site {
    min-height: 350vh;
  }

  .hero-bot-content {
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    max-width: 90vw;
    height: 100px;
  }

  .textdescriptive {
    text-align: center;
  }

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

  .works-title-2 {
    font-size: 9vh;
  }

  .works-title-2.sizingtextmedium {
    font-size: 8vw;
  }

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

  .paragraph {
    font-size: 16px;
  }

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

  .heading, .heading-2, .heading-3, .heading-4, .heading-5 {
    font-size: 56px;
  }

  .text_content-left {
    width: 100%;
  }

  .herotitleheading {
    text-align: center;
    letter-spacing: -1.04px;
    width: 100%;
    height: auto;
    font-family: Beautiquedisplay;
    font-size: 18vw;
    font-weight: 300;
    line-height: 100%;
  }

  .text_content {
    width: 100%;
  }

  .big-text-heading-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .divider-2 {
    background-color: #0000;
    margin-right: 3vw;
  }

  .bar-2 {
    font-size: 120px;
  }

  .contactusbutton:hover {
    color: var(--black);
    background-color: #fff;
  }

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

  .three-column-grid {
    grid-template-columns: 1fr;
  }

  .space-top-small {
    margin-top: 22px;
  }

  .container-5 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .titletext-2 {
    letter-spacing: -.02em;
  }

  .heading-6 {
    font-size: 56px;
  }

  .texthero {
    top: auto;
    bottom: 25%;
  }

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

  .experiences {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .descriptionsection {
    text-align: left;
    font-weight: 600;
  }

  .navbar_wrapper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .button__text:hover {
    font-weight: 700;
  }

  .nav-wrapper.glowing-wrapper-active.menu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .button__inner {
    background-color: #ffffffe6;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .button__inner:hover {
    font-weight: 500;
    box-shadow: inset 0 0 7px #ffffffe6;
  }

  .subscribe-form {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-subscribe.subscribe {
    background-color: #000;
  }

  .subscribe-field-footer {
    padding-right: 52px;
  }

  .titletext-3 {
    letter-spacing: -.02em;
  }

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

  .headingtextone-2 {
    font-size: 23px;
  }

  .cover-img-2 {
    opacity: 1;
    background-color: #000;
  }

  .portfolio-single-project-2 {
    width: 100%;
  }

  .lottie-animation {
    width: 80%;
  }

  .imagegrid {
    background-color: var(--transparent);
    padding-top: 0;
    padding-bottom: 0;
  }

  .collection-list-3 {
    column-count: 1;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---h4--font-family: Inter, sans-serif;
    --_typography---h4--font-size: 4vw;
    --_typography---h4--lineheight: 120%;
    --_typography---h4--weight: 400;
    --_typography---h2--font-family: Inter, sans-serif;
    --_typography---h2--font-size: 7vw;
    --_typography---h2--lineheight: 125%;
    --_typography---h2--weight: 500;
    --_typography---paragraph-medium--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --_typography---paragraph-medium--font-size: 24px;
    --_typography---paragraph-medium--lineheight: 120%;
    --_typography---paragraph-medium--weight: 400;
    --_typography---display-medium--font-family: Bebasneue, Impact, sans-serif;
    --_typography---display-medium--font-size: 8vw;
    --_typography---display-medium--line-height: 100%;
    --_typography---display-medium--weight: 400;
    --_typography---display-big--font-size: 100px;
    --_typography---display-big--line-height: 1;
    --_typography---display-big--weight: 400;
    --_typography---display-big--font-family: Neutralsans, Impact, sans-serif;
    --_typography---display-big--color: #000;
    --_typography---display-medium--color: #000;
    --_typography---title-small--font-family: Neutralsans, Impact, sans-serif;
    --_typography---title-small--lineheight: 125%;
    --_typography---title-small--weight: 300;
    --_typography---title-small--color: var(--black);
    --_typography---title-small--font-size: 24px;
    --_typography---paragraph-small--color: white;
    --_typography---paragraph-small--font-family: Inter, sans-serif;
    --_typography---paragraph-small--font-size: 16px;
    --_typography---paragraph-small--weight: 300;
    --_typography---links--font-family: Inter, sans-serif;
    --_typography---links--color: #b9b9b9;
    --_typography---links--font-size: 1.125rem;
    --_typography---links--lineheight: 1;
    --_typography---links--weight: 300;
    --_typography---paragraph-medium--color: #000;
    --_typography---paragraph-small--lineheight: 120%;
    --_typography---h1--font-family: Bebasneue, Impact, sans-serif;
    --_typography---h1--color: var(--white);
    --_typography---h1--font-size: 20vw;
    --_typography---h1--lineheight: 125%;
    --_typography---h1--weight: 300;
    --_typography---display-works--color: white;
    --_typography---display-works--font-size: 8vw;
    --_typography---display-works--line-height: 100%;
    --_typography---display-works--weight: 300;
    --_typography---h4--color: black;
    --_typography---h5--font-family: Inter, sans-serif;
    --_typography---h5--font-size: 3vw;
    --_typography---h5--lineheight: 100%;
    --_typography---h5--weight: 500;
    --_typography---h3--font-size: 5.5vw;
    --_typography---h3--font-family: Inter, sans-serif;
    --_typography---h3--color: #000;
    --_typography---h3--lineheight: 120%;
    --_typography---h3--weight: 500;
    --_typography---h5--color: #000;
    --_typography---h6--font-size: 0px;
    --_typography---h6--lineheight: 100%;
    --_typography---h6--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --_typography---h6--color: white;
    --_typography---h6--weight: 0;
    --_typography---paragraph-small--space-letter: -.39;
    --_typography---title-small--space-letter: -.02;
    --_typography---h2--color: #000;
    --_spaces---spacing: 40px;
    --_spaces---spacing-little: 30px;
  }

  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .section, .descriptionwork {
    padding-top: 7.5rem;
  }

  .paragraphabout {
    font-size: 4.25vw;
  }

  .page-title-2 {
    font-size: 8vw;
  }

  .grid-12-columns-small-4 {
    grid-row-gap: 1rem;
    width: auto;
    padding-right: 0;
  }

  .card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .text-block-6 {
    mix-blend-mode: screen;
  }

  .primarycontainertext {
    justify-content: center;
    align-items: flex-start;
  }

  .textdescription {
    font-size: var(--_typography---h2--font-size);
    line-height: var(--_typography---h2--lineheight);
    font-weight: var(--_typography---h2--weight);
    text-align: left;
    letter-spacing: -.39px;
    text-indent: 0;
    width: 100%;
  }

  .textwrapp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .services {
    padding-bottom: 0;
  }

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

  .footer-pro {
    padding-left: 0;
    padding-right: 0;
  }

  .textimage {
    mix-blend-mode: screen;
  }

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

  .xl-heading {
    font-size: 90px;
  }

  .xl-heading.essent {
    font-family: var(--_typography---display-big--font-family);
    color: #000;
    font-size: var(--_typography---display-big--font-size);
    line-height: var(--_typography---display-big--line-height);
    font-weight: var(--_typography---display-big--weight);
    font-family: var(--_typography---display-big--font-family);
    font-size: var(--_typography---display-big--font-size);
    line-height: var(--_typography---display-big--line-height);
    font-weight: var(--_typography---display-big--weight);
  }

  .big-text-heading {
    padding-top: 10vh;
  }

  .imagehero {
    object-fit: contain;
  }

  .herosite {
    place-items: center stretch;
    height: 100vh;
    min-height: auto;
  }

  .hero-imagecontainer {
    width: 100%;
  }

  .title.h1.cta {
    font-size: 4.4em;
    font-size: var(--_typography---display-medium--font-size);
    font-size: 8vw;
  }

  .titlediv {
    padding-top: 100px;
  }

  .titletext {
    letter-spacing: -.01em;
  }

  .cover-img {
    opacity: 1;
  }

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

  .headingtextone {
    font-size: 20px;
  }

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

  .footer-clolum-right {
    max-width: 85vw;
  }

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

  .creditswrapp {
    padding-bottom: 0;
  }

  .text-xl {
    font-size: 24vw;
  }

  .text-reg.text-weight-light {
    word-break: normal;
    overflow-wrap: normal;
  }

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

  .herotitle {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
    top: auto;
    transform: none;
  }

  .text-hero-2 {
    font-size: var(--_typography---h1--font-size);
    line-height: var(--_typography---h1--lineheight);
    letter-spacing: -1.04px;
    white-space: normal;
  }

  .text-block-2 {
    font-size: 4vw;
  }

  .hero-bot-content {
    width: 100%;
    max-width: 90vw;
    margin-left: auto;
  }

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

  .section-17 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-17.cta {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .herotitleheading {
    letter-spacing: -1.04px;
    white-space: normal;
    font-size: 18vw;
    line-height: 100%;
  }

  .heading-style-h4 {
    font-size: var(--_typography---h4--font-size);
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .big-text-heading-2 {
    padding-top: 0;
  }

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

  .three-column-grid {
    grid-template-columns: 1fr;
  }

  .space-top-small {
    margin-top: 20px;
  }

  .container-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .titletext-2 {
    letter-spacing: -.01em;
  }

  .experiencedetail {
    padding-left: 1rem;
  }

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

  .navbar__logo-wrap-2 {
    position: static;
  }

  .checkbox-label-footer-2 {
    color: #050505;
  }

  .cta-text-3 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .titletext-3 {
    letter-spacing: -.01em;
  }

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

  .headingtextone-2 {
    font-size: 20px;
  }

  .cover-img-2 {
    opacity: 1;
  }

  .project-text-block-flex-2 {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 30%;
  }

  .flex-block {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---h4--font-family: Inter, sans-serif;
    --_typography---h4--font-size: 4.5vw;
    --_typography---h4--lineheight: 120%;
    --_typography---h4--weight: 400;
    --_typography---h2--font-family: Inter, sans-serif;
    --_typography---h2--font-size: 8vw;
    --_typography---h2--lineheight: 125%;
    --_typography---h2--weight: 500;
    --_typography---paragraph-medium--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --_typography---paragraph-medium--font-size: 24px;
    --_typography---paragraph-medium--lineheight: 120%;
    --_typography---paragraph-medium--weight: 400;
    --_typography---display-medium--font-family: Bebasneue, Impact, sans-serif;
    --_typography---display-medium--font-size: 8vw;
    --_typography---display-medium--line-height: 100%;
    --_typography---display-medium--weight: 400;
    --_typography---display-big--font-size: 100px;
    --_typography---display-big--line-height: 1;
    --_typography---display-big--weight: 400;
    --_typography---display-big--font-family: Neutralsans, Impact, sans-serif;
    --_typography---display-big--color: #000;
    --_typography---display-medium--color: #000;
    --_typography---title-small--font-family: Neutralsans, Impact, sans-serif;
    --_typography---title-small--lineheight: 125%;
    --_typography---title-small--weight: 300;
    --_typography---title-small--color: var(--black);
    --_typography---title-small--font-size: 24px;
    --_typography---paragraph-small--color: white;
    --_typography---paragraph-small--font-family: Inter, sans-serif;
    --_typography---paragraph-small--font-size: 16px;
    --_typography---paragraph-small--weight: 300;
    --_typography---links--font-family: Inter, sans-serif;
    --_typography---links--color: #b9b9b9;
    --_typography---links--font-size: 1.125rem;
    --_typography---links--lineheight: 1;
    --_typography---links--weight: 300;
    --_typography---paragraph-medium--color: #000;
    --_typography---paragraph-small--lineheight: 120%;
    --_typography---h1--font-family: Bebasneue, Impact, sans-serif;
    --_typography---h1--color: var(--white);
    --_typography---h1--font-size: 24vw;
    --_typography---h1--lineheight: 125%;
    --_typography---h1--weight: 300;
    --_typography---display-works--color: white;
    --_typography---display-works--font-size: 8vw;
    --_typography---display-works--line-height: 100%;
    --_typography---display-works--weight: 300;
    --_typography---h4--color: #000;
    --_typography---h5--font-family: Inter, sans-serif;
    --_typography---h5--font-size: 4.5vw;
    --_typography---h5--lineheight: 110%;
    --_typography---h5--weight: 500;
    --_typography---h3--font-size: 6vw;
    --_typography---h3--font-family: Inter, sans-serif;
    --_typography---h3--color: #000;
    --_typography---h3--lineheight: 120%;
    --_typography---h3--weight: 500;
    --_typography---h5--color: #000;
    --_typography---h6--font-size: 0px;
    --_typography---h6--lineheight: 100%;
    --_typography---h6--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    --_typography---h6--color: white;
    --_typography---h6--weight: 0;
    --_typography---paragraph-small--space-letter: -.39;
    --_typography---title-small--space-letter: -.02;
    --_typography---h2--color: #000;
    --_spaces---spacing: 40px;
    --_spaces---spacing-little: 30px;
  }

  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h4 {
    overflow-wrap: anywhere;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .section {
    padding-top: 7.5rem;
  }

  .sectiontitlestop {
    padding-bottom: 1.875rem;
    position: static;
    top: 0;
  }

  .containeraboutdesc, .pagetitle {
    overflow: hidden;
  }

  .descriptionwork {
    padding-top: 7.5rem;
  }

  .paragraphabout {
    font-size: 6.5vw;
  }

  .page-title-2 {
    font-size: 10vw;
  }

  .grid-12-columns-small-4 {
    grid-row-gap: 1.875vw;
    width: auto;
    padding-right: 0;
  }

  .image-about-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-6 {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #110f0f;
    mix-blend-mode: screen;
    font-size: 13vw;
  }

  .about {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .showreel-wrapper {
    height: 30vh;
    min-height: 250px;
  }

  .videosection {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .textdescription {
    font-size: var(--_typography---h2--font-size);
    font-weight: var(--_typography---h2--weight);
  }

  .textwrapp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .servicios {
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .services {
    height: 100vh;
    padding-bottom: 0;
  }

  .client-logo-wrapper {
    overflow: hidden;
  }

  .footer-pro {
    padding-left: 0;
    padding-right: 0;
  }

  .textimage {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #110f0f;
    mix-blend-mode: screen;
    font-size: 13vw;
  }

  .xl-heading {
    font-size: 70px;
  }

  .big-text-heading {
    padding-top: 10vh;
  }

  .imagehero {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .title.h1.cta {
    font-size: 2.6em;
    font-size: var(--_typography---display-medium--font-size);
    font-size: 18vw;
  }

  .cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .titlediv {
    padding-top: 100px;
    padding-bottom: 30px;
  }

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

  .headingtextone {
    font-size: 18px;
  }

  .content {
    grid-template-rows: auto auto;
  }

  .creditswrapp {
    grid-column-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .footer-line-divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .leftinfo {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .text-xl {
    font-size: 22vw;
  }

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

  .text-reg.text-weight-light {
    font-family: var(--_typography---paragraph-small--font-family);
    font-size: var(--_typography---paragraph-small--font-size);
    line-height: var(--_typography---title-small--lineheight);
    font-weight: var(--_typography---paragraph-small--weight);
  }

  .footer_top-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .sectiontitlestop-2 {
    padding-bottom: 1.875rem;
    position: static;
    top: 0;
  }

  .socials-2 {
    background-color: #0000;
  }

  .herotitle {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    top: auto;
    transform: none;
  }

  .text-hero-2 {
    font-size: var(--_typography---h1--font-size);
    justify-content: center;
    align-items: center;
    max-width: none;
    line-height: 125%;
  }

  .text-block-2 {
    font-size: 7vw;
    line-height: 1;
  }

  .hero-bot-content {
    max-width: 90vw;
    bottom: 10%;
  }

  .works-title-2.sizingtextmedium {
    font-size: 8vw;
  }

  .container-37 {
    max-width: 90vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-17 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-17.cta {
    flex-flow: column;
  }

  .global-vertical-spacing {
    height: 8rem;
  }

  .herotitleheading {
    justify-content: center;
    align-items: center;
    max-width: none;
    font-size: 18vw;
    line-height: 125%;
  }

  .big-text-heading-2 {
    padding-top: 0;
  }

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

  .three-column-grid {
    margin-top: 30px;
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .imagecontainer {
    max-width: 80vw;
  }

  .descriptioncontainer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 0;
  }

  .details {
    flex-flow: column;
  }

  .experiencedetail {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .experiences {
    max-width: 90vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .descriptionexpertise {
    text-indent: 0;
    width: 100%;
  }

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

  .navbar_wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-top: 1.2rem;
  }

  .navbar_button-text {
    font-size: .8rem;
  }

  .button__text {
    text-align: center;
    font-size: .8rem;
    font-weight: 600;
  }

  .nav-wrapper.glowing-wrapper-active.menu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    display: flex;
  }

  .button-contact {
    box-shadow: none;
  }

  .navroad.menu {
    border-style: none;
    border-radius: 42rem;
    padding-top: 0;
    padding-bottom: .5rem;
  }

  .navbar_button {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .875rem;
  }

  .button__inner {
    background-color: var(--white);
    padding: .25rem .75rem;
  }

  .subscribe-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .checkbox-label-footer-2 {
    color: #050505;
  }

  .button-subscribe.subscribe {
    width: 100%;
    height: 60px;
    top: 10%;
    transform: translate(0, -10%);
  }

  .checkbox-main {
    flex: none;
  }

  .subscribe-field-footer {
    background-position: 5%;
    background-size: 26px;
    height: 60px;
    padding-right: 52px;
  }

  .headingtextone-2 {
    font-size: 18px;
  }

  .cover-img-2 {
    max-width: 100%;
  }

  .portfolio-sigle-project-wrapper-2 {
    flex-flow: column;
  }

  .project-text-block-flex-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .lottie-animation {
    width: 90%;
    margin-top: 0;
  }

  .image-about-3, .image-about-4, .image-grid-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    width: 55%;
    min-width: 80px;
  }
}

#w-node-_31cfe3a3-4528-dcc0-d7e6-ce9ddd308b3d-e5baf012 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a3b50ac9-554a-f299-5c68-8070e6033692-bfe39f53 {
  justify-self: start;
}

#w-node-a3b50ac9-554a-f299-5c68-8070e6033698-bfe39f53 {
  justify-self: end;
}

#w-node-_3720b6f0-fddd-a315-ad3c-26a273dc9bd8-e5baf01c {
  grid-area: 1 / 3 / 2 / 11;
}

@media screen and (max-width: 991px) {
  #w-node-_31cfe3a3-4528-dcc0-d7e6-ce9ddd308b3d-e5baf012 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-a3b50ac9-554a-f299-5c68-8070e603368b-bfe39f53 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3b50ac9-554a-f299-5c68-8070e6033698-bfe39f53 {
    justify-self: end;
  }

  #w-node-_3720b6f0-fddd-a315-ad3c-26a273dc9bd8-e5baf01c {
    grid-column: 2 / 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3720b6f0-fddd-a315-ad3c-26a273dc9bd8-e5baf01c {
    grid-column: 1 / 13;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3b50ac9-554a-f299-5c68-8070e6033698-bfe39f53 {
    justify-self: start;
  }

  #w-node-_3720b6f0-fddd-a315-ad3c-26a273dc9bd8-e5baf01c {
    grid-column: 1 / 13;
  }
}


@font-face {
  font-family: 'Neutralsans';
  src: url('../fonts/NeutralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutralsans Meidum';
  src: url('../fonts/NeutralSans-Meidum.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutralsans';
  src: url('../fonts/NeutralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}