:root {
  --121212: #121212;
  --radius: 15px;
  --white-2: white;
  --white: #fff;
  --heading-style-h3: 1.5rem;
  --heading-style-h1: 10vw;
  --929292: #929292;
  --text-size-regular: 16px;
  --heading-style-h4: 1rem;
  --heading-style-h6: .75rem;
  --d9d9d9: #d9d9d9;
  --heading-style-h2: 9vw;
  --heading-style-h5: .875rem;
  --0a0a0a: #0a0a0a;
  --1-rem-gap: 1rem;
  --gap: 2rem;
  --222222: var(--color);
  --color: #222;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--121212);
  color: #000;
  cursor: none;
  font-family: "Sharp Grotesk 19", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 400;
}

a {
  color: #fff;
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

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

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--radius);
  background-color: var(--white-2);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  padding: 42px;
  display: flex;
}

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

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

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

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  border: 1px solid var(--121212);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 7px;
  display: flex;
}

.icon-1x1-small.is-white {
  border-color: var(--white);
  color: var(--white);
  transition: color .2s, background-color .15s;
}

.icon-1x1-small.is-white:hover {
  background-color: var(--white);
  color: var(--121212);
}

.overflow-auto {
  overflow: auto;
}

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

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

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

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.text-color-white.projects {
  font-size: 70px;
  font-weight: 400;
}

.heading-style-h1.text-color-white.solutions {
  font-weight: 400;
}

.heading-style-h1.text-color-white.text-align-left.single-insight {
  font-size: 35px;
}

.heading-style-h1.text-color-white.contact {
  font-size: 11vw;
}

.heading-style-h1.text-color-white.sticky-legal-text {
  position: sticky;
  top: 5rem;
}

.heading-style-h1.text-align-right.text-color-white.budget-h1 {
  text-align: left;
}

.heading-style-h1.text-color-black.menu {
  color: var(--121212);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--121212);
  font-size: 8vh;
  transition: color .2s;
}

.heading-style-h1.text-color-black.menu:hover {
  color: var(--white);
  -webkit-text-stroke-width: 2px;
}

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

.padding-global.is-menu {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.padding-vertical {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  overflow: visible;
}

.padding-global.cta {
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.padding-global.padding-vertical-c {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.padding-global.is-hover-menu {
  padding: .5rem 2rem;
}

.padding-global.solutions-hero {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
}

.padding-global.cta-project {
  padding-bottom: 10rem;
}

.padding-global.insights-hero {
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.text-size-tiny.text-color-white.project-category {
  font-family: "Sharp Grotesk 25", sans-serif;
}

.text-size-tiny.text-color-white.scroll {
  font-size: 12px;
}

.text-size-tiny.text-color-grey-2 {
  color: var(--929292);
}

.text-size-tiny.text-color-grey-2.project-category {
  font-family: "Sharp Grotesk 25", sans-serif;
  font-weight: 400;
}

.text-size-tiny.date {
  opacity: .8;
}

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-regular.text-color-white.text-style-allcaps.is-footer {
  text-transform: uppercase;
  min-width: 170px;
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 300;
}

.text-size-regular.text-color-white.project {
  font-family: "Sharp Grotesk 19", sans-serif;
}

.text-size-regular.text-color-white.customer-info {
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-size-regular.text-color-white.text-align-left.ourselves {
  margin-top: -1rem;
}

.text-size-regular.text-color-white.insight-category {
  min-width: 200px;
  margin-left: auto;
}

.text-size-regular.text-style-allcaps.projects-tabs {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 300;
}

.text-size-regular.text-color-black.text-style-allcaps.address-menu {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-size-regular.text-align-left.text-color-white.project-desc, .text-size-regular.text-align-left.text-color-white.project-actions {
  opacity: 1;
  font-size: var(--text-size-regular);
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-styleguide_component {
  overflow: scroll;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

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

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

.text-size-small.text-color-white.max-width {
  max-width: 510px;
}

.text-size-small.text-weight-normal {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 400;
}

.text-size-small.text-weight-normal.text-color-white.text-align-left.soluciones, .text-size-small.text-weight-normal.text-color-white.soluciones {
  text-align: justify;
}

.text-size-small.contact {
  z-index: 3;
  position: relative;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h4.team-members {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 500;
}

.heading-style-h4.magnetic-heading {
  text-align: left;
  font-family: "Sharp Grotesk 19", sans-serif;
  font-size: 2em;
  font-weight: 500;
}

.heading-style-h4.text-color-white {
  font-size: 1.5rem;
}

.heading-style-h4.text-color-white.project-details-link {
  font-size: 1.75rem;
}

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

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

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

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

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

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

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-style-h6.text-color-white.is-job-title {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 300;
}

.heading-style-h6.text-color-white.cta {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-style-h6.text-color-white.is-magnetic-number {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 300;
}

.heading-style-h6.text-color-white.customer-info {
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.heading-style-h6.is-magnetic-number {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-style-h6.text-style-allcaps.text-color-grey {
  color: var(--d9d9d9);
}

.heading-style-h6.text-color-grey-2 {
  color: #929292;
}

.heading-style-h6.text-color-grey-2.customer-info {
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.heading-style-h6.is-author-date {
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: .8rem;
}

.heading-style-h6.author {
  font-size: .8rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #fff;
  text-decoration: underline;
}

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

.text-size-large.text-color-white.text-style-link {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 400;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.text-color-white.text-align-left {
  font-weight: 600;
}

.heading-style-h2.text-color-white.text-align-left.max-width-medium {
  font-weight: 400;
}

.heading-style-h2.text-color-white.text-align-left.single-project-h2 {
  font-weight: 500;
}

.heading-style-h2.text-color-white.cta-heading {
  max-width: 600px;
}

.heading-style-h2.text-color-white.max-width--custom01 {
  max-width: 588px;
}

.heading-style-h2.text-color-white.text-style-allcaps.projects {
  font-size: 50px;
  position: relative;
}

.heading-style-h2.text-color-white.stroke {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.heading-style-h2.text-color-white.stroke.load-more-projects {
  text-align: center;
}

.heading-style-h2.text-color-white.projects {
  font-size: 40px;
}

.heading-style-h2.projects, .heading-style-h2.menu-item {
  font-family: "Sharp Grotesk 25", sans-serif;
  font-weight: 500;
}

.heading-style-h2.menu {
  font-family: "Sharp Grotesk 25", sans-serif;
}

.page-wrapper.styleguide {
  background-color: #fff;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h5.text-weight-light {
  font-weight: 300;
}

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

.icon-height-medium {
  height: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

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

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 2;
}

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: .5rem 1.5rem;
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 400;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .4rem 1.25rem;
  font-size: 13px;
  transition: background-color .15s cubic-bezier(.445, .05, .55, .95);
}

.button.is-small:hover {
  color: var(--121212);
  background-color: #fff;
}

.button.is-small.is-black {
  background-color: var(--121212);
  font-style: normal;
}

.button.is-small.is-black:hover {
  border-color: var(--121212);
  background-color: var(--white);
  color: var(--121212);
}

.button.is-small.cookies {
  margin-left: 2.5rem;
}

.button.is-small.view-more {
  margin-top: 2rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-pill {
  text-transform: uppercase;
  background-color: #00000080;
  border-style: none;
  padding: .4rem 1.25rem;
  font-size: 13px;
  transition: background-color .15s cubic-bezier(.445, .05, .55, .95);
}

.button.is-pill:hover {
  color: var(--121212);
  background-color: #fff;
}

.button.is-pill.w--current {
  background-color: var(--0a0a0a);
}

.button.is-pill.w--current:hover {
  color: var(--white);
}

.button.is-pill.is-black {
  background-color: var(--121212);
  font-style: normal;
}

.button.is-pill.is-black:hover {
  border-color: var(--121212);
  background-color: var(--white);
  color: var(--121212);
}

.button.is-filled {
  color: #000;
  background-color: #fff;
}

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #222;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-4 {
  background-color: #121212;
}

.fs-styleguide_color.is-5 {
  background-color: #0a0a0a;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.heading {
  font-size: 70px;
  font-weight: 500;
}

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

.heading-3 {
  font-size: 50px;
  font-weight: 500;
}

.heading-4 {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.heading-5 {
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.heading-6 {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.heading-6.insight-card {
  font-size: 20px;
}

.block-quote {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 300;
}

.cms-team-members-list {
  width: 100%;
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 400;
  display: flex;
}

.card-list-wrap {
  padding-left: 0;
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 300;
}

.section_hero {
  flex-direction: column;
  min-height: 100vh;
  display: block;
  position: relative;
}

.img-cover-01 {
  border-radius: 500px;
  width: 850px;
  height: 850px;
  position: relative;
}

.img-cover-01.img {
  background-image: url('../images/cover.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 90vh;
  height: 90vh;
  display: flex;
}

.img-cover-01.video--desktop {
  width: 90vh;
  height: 85vh;
  display: flex;
}

.img-cover-01.video-mobile {
  width: 90vh;
  height: 85vh;
  display: none;
}

.img-cover-wrapper {
  z-index: 1;
  opacity: .75;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.chilly-logo-img_p1 {
  z-index: 99;
  width: 75px;
  height: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: auto auto auto 0%;
}

.chilly-logo-img_p2 {
  z-index: 99;
  justify-content: flex-end;
  width: 75px;
  height: auto;
  margin-top: -1px;
  display: flex;
  position: relative;
  inset: auto 0% auto auto;
}

.nav1-logo-container {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-icon {
  background-image: url('../images/menu_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 60px;
  margin-right: auto;
}

.menu-icon.budget {
  background-image: url('../images/euro.svg');
  width: 34px;
  height: 28px;
  margin-left: auto;
  margin-right: 0;
}

.padding-menu {
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
}

.menu-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-wrapper.start {
  justify-content: center;
}

.menu-logo-wrap {
  z-index: 15;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  opacity: 0;
  justify-content: space-around;
  align-items: stretch;
  width: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0 auto auto;
  transform: translate(0);
}

.section-empty-test {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section_split_text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 200vh;
  display: flex;
}

.split-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 45vh;
  padding-left: 5rem;
  display: flex;
  position: relative;
}

.section-marquee-wrapper {
  overflow: hidden;
}

.marquee-text {
  color: #fff;
  font-size: 200px;
}

.section_scroll_marquee {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.marquee-text_icon {
  flex: none;
  width: 4.81em;
  margin-left: 2.38em;
  margin-right: 2.38em;
}

.marquee-text_panel {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 255px;
  display: flex;
  overflow: visible;
  transform: translate(0%);
}

.home-hero_img {
  z-index: 2;
  width: 25%;
  max-width: 48vh;
  display: block;
  position: absolute;
  transform: rotate(-9deg);
}

.marquee-text_wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-text_wrapper.is-2 {
  justify-content: flex-end;
}

.marquee-text_wrapper.is-2-contact {
  justify-content: flex-start;
}

.marquee-text_text {
  color: #fff;
  letter-spacing: -.04em;
  margin-right: 5rem;
  padding-top: .13em;
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 200px;
  line-height: .95;
}

.marquee-text_text.stroke {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.marquee-text_component {
  flex-direction: column;
  width: 100%;
  font-size: 1.2vw;
}

.marquee-text_component.is-2 {
  z-index: 3;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.content-text-chilly {
  color: #fff;
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.clip-wrap {
  position: relative;
  overflow: hidden;
}

.work-list-wrap {
  align-items: center;
  display: flex;
}

.list-image-item-wrap {
  perspective: 200vw;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.work-list-grid {
  z-index: 25;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .3fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.line-fill {
  background-color: #2e313a;
  width: 100%;
  height: 1px;
}

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

.heading-style-h3-2 {
  letter-spacing: -.09rem;
  text-transform: uppercase;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
}

.list-image-wrap {
  position: relative;
}

.work-list-item {
  border-bottom: 1px #2e313a;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-decoration: none;
  position: relative;
}

.hover-text-wrap.bottom-hover-text {
  position: absolute;
  inset: auto 0% -100%;
}

.list-image-height {
  border-radius: .875rem;
  padding-top: 135%;
  position: relative;
  overflow: hidden;
}

.line {
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.text-size-tiny-2 {
  font-size: .7rem;
}

.featured-work-cms {
  padding-bottom: 2rem;
}

.container-extralarge {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.fs-nest_nested-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.empty-state, .fs-nest_nested-wrapper {
  display: none;
}

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

.tag-element {
  background-image: url('../images/pillsv4.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 595px;
  padding-top: 65px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tag-canvas {
  border-radius: 35px;
  width: 490px;
  height: 595px;
  padding: 0;
  overflow: hidden;
}

.tag-vector-2 {
  position: absolute;
  inset: -17px -17px auto auto;
}

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

.tag-vector-4 {
  position: absolute;
  inset: auto -17px -22px auto;
}

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

.tag-content-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  padding-top: 5rem;
  display: flex;
  overflow: hidden;
}

.tag-content-wrapper {
  width: 100%;
  max-width: 1100px;
  position: absolute;
  inset: 55px auto auto 50%;
}

.tag-vector-3 {
  position: absolute;
  inset: auto auto -22px -17px;
}

.tag-vector-1 {
  position: absolute;
  inset: -17px auto auto -17px;
}

.logo-wrapper {
  position: absolute;
  inset: 25px auto auto 50%;
  transform: translate(-50%);
}

.tag-line-1 {
  border-bottom: 1px solid #5259634d;
  border-right: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tag-line-3 {
  border-top: 1px solid #5259634d;
  border-right: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tag-line-2 {
  border-bottom: 1px solid #5259634d;
  border-left: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tag-line-4 {
  border-top: 1px solid #5259634d;
  border-left: 1px solid #5259634d;
  width: 97px;
  height: 97px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tag-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.tag-wrapper.is-solution-single {
  border: 1px solid var(--0a0a0a);
  border-radius: var(--radius);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  overflow: hidden;
}

.marquee-horizontal-large {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, #0000 70%, #121212), linear-gradient(270deg, #121212, #74666600 30%);
  display: flex;
  position: absolute;
  inset: 0%;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-container-alt {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100px;
  display: flex;
}

.icon {
  object-fit: fill;
  width: 50%;
  padding: 10px;
}

.icon._01 {
  width: 124px;
  height: 60px;
  padding: 0;
}

.icon._02 {
  width: 64px;
  height: 70px;
}

.icon._03 {
  width: 140px;
  height: 65px;
}

.icon._04 {
  width: 100px;
  height: 75px;
}

.icon._05 {
  width: 75px;
  height: 80px;
}

.icon._06 {
  width: 70px;
  height: 70px;
}

.icon._07 {
  width: 130px;
  height: 45px;
}

.icon._08, .icon._09 {
  width: 55%;
}

.icon._10 {
  width: 70%;
}

.icon._09 {
  width: 140px;
  height: 42px;
}

.icon._10, .icon._11 {
  width: 140px;
  height: 40px;
}

.icon._12 {
  width: 93px;
  height: 40px;
}

.icon._13 {
  width: 103px;
  height: 50px;
}

.icon._14 {
  width: 140px;
  height: 60px;
}

.icon._15 {
  width: 100px;
  height: 77px;
}

.icon.alterna {
  width: 100px;
  height: 91px;
}

.icon.avimur {
  width: 93px;
  height: 65px;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.marquee-horizontal-css {
  display: flex;
}

.track-horizontal-alt, .track-horizontal-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-horizontal-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  display: flex;
  position: relative;
}

.slick-slider.cms-slider {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.card-slider_item {
  flex-direction: row;
  flex: none;
  align-self: stretch;
  align-items: stretch;
  width: 350px;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.sticky-top-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2.5em;
  display: flex;
}

.sticky_title {
  white-space: nowrap;
  flex: none;
  padding-right: 1em;
}

.sticky_top-line {
  background-color: #5c31ff52;
  width: 100%;
  height: 2px;
}

.cms-team-members-wrapper {
  width: 100%;
}

.list-3 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cms-team-members-item {
  flex: none;
  width: 34%;
  padding-right: 20px;
}

.card {
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 65vh;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-bottom {
  z-index: 15;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card_icon {
  flex: none;
  width: 3em;
}

.card_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-cover {
  z-index: 2;
  background-image: linear-gradient(178deg, #0000 85%, #000000d9);
  display: flex;
  position: absolute;
  inset: 0%;
}

.horizontal-sticky {
  width: 100%;
  display: block;
  position: relative;
  top: 15vh;
  overflow: hidden;
}

.sticky_top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2.5em;
  display: flex;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

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

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.container.is--sticky {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.team-list-wrap {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.horizontal-section-2 {
  background-color: #0000008f;
  width: 100%;
  position: relative;
}

.card-2 {
  background-color: #5c31ff0a;
  border: 2px solid #5c31ff52;
  border-radius: 20px;
  width: 100%;
  padding: 42px 42px 0;
}

.card_img-2 {
  object-fit: contain;
  width: 250px;
  height: 400px;
  margin: 5.6em auto -6.7em;
  display: block;
}

.team-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.culture_section {
  position: relative;
}

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

.grid_wrapper.is--alt {
  padding-bottom: 23.7em;
}

.grid_wrapper.grid-wrapper-mobile {
  display: none;
}

.grid_list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 65em;
  padding-bottom: 65em;
  display: flex;
}

.grid_item {
  padding: .36em .36em .36em 0;
}

.grid_element {
  border-radius: 15px;
  width: 100%;
  padding-top: 131%;
  position: relative;
  overflow: hidden;
}

.grid_img {
  border-radius: var(--radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid_text-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-bottom: 2rem;
  padding-left: 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.grid_text-list {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.grid_text-item {
  z-index: 1;
  opacity: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 700px;
  height: 100vh;
  font-size: 1em;
  transition: opacity .1s;
  display: flex;
  position: relative;
  inset: auto;
}

.grid_text-title.heading-style-h4 {
  font-weight: 500;
}

.grid_text-title.heading-style-h4.text-color-white.is-culture-fixed {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-size: 40px;
  font-weight: 500;
  position: relative;
}

.chilly-cta-wrapper {
  background-color: var(--0a0a0a);
  border-radius: 15px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 40vh;
  padding: 2rem;
  display: flex;
}

.circle-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #8c9fac66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link.light {
  border-color: #8c9fac66;
  justify-content: center;
  width: 160px;
  height: 160px;
}

.button-text-3 {
  z-index: 20;
  color: #000;
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 400;
  position: relative;
  transform: rotate(18deg);
}

.button-text-3.light {
  color: #fff;
  display: none;
}

.link-hover-fill {
  background-color: #000;
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-hover-fill.light {
  z-index: 1;
  background-color: #fff;
}

.cta-heading-heading-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cta-button-text {
  font-family: "Sharp Grotesk 19", sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.cta-contact-wrap {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.insights_section {
  flex-direction: column;
  min-height: auto;
  display: block;
}

.insight-element-flex-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  height: 100%;
  min-height: 45vh;
  display: flex;
}

.insights-heading-wrap {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  width: 40%;
  display: flex;
}

.insights-cms-wrap {
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  display: flex;
}

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

.insights-card-wrap {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.insights-card-heading-wrap {
  border: 1px #fff;
  border-bottom-style: solid;
  min-height: 65px;
  max-height: 120px;
  padding-bottom: 10px;
}

.pills-interaction-wrapper {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.insights-card-description-wrap {
  grid-column-gap: var(--1-rem-gap);
  grid-row-gap: var(--1-rem-gap);
  border: 1px #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.insights-section-wrap {
  align-items: center;
  min-height: 65vh;
  display: flex;
}

.footer_component {
  background-color: var(--121212);
}

.footer-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 70vh;
  display: flex;
}

.chilly-footer-menu-wrap {
  width: 100%;
  height: 100%;
}

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

.chillypills-logo-footer-wrap {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  background-image: url('../images/chillypills.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 320px;
}

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

.footer-menu-right-wrap {
  width: auto;
  display: flex;
}

.footer-menu-left-wrap {
  width: 50%;
}

.footer-column-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem 2rem 2rem 10rem;
  display: flex;
}

.footer-column-wrap.first {
  padding-left: 0;
}

.footer-column-wrap._3 {
  padding-right: 0;
}

.footer-title {
  color: #ffd2dd;
  margin-bottom: 22px;
  font-size: 17px;
}

.chilly-footer-link {
  color: #fff;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Sharp Grotesk 19", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.chilly-footer-link:hover {
  opacity: .5;
}

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

.solutions-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  display: flex;
}

.magnetic-circle-wrap {
  aspect-ratio: auto;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70vh;
  margin-top: 0;
  padding: 1rem;
  display: flex;
}

.burger-wrapper {
  z-index: 3;
  background-color: var(--222222);
  color: #f8f1e2;
  border-radius: 100em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 32vh;
  height: 32vh;
  padding: 2rem;
  transition: all .15s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.burger-wrapper.new {
  background-color: #1f1f1f;
  border-radius: .4em;
  width: 8em;
  height: 3em;
}

.burger-wrapper.new:hover {
  background-color: #d0ff00;
  font-weight: 600;
}

.burger-wrapper.new.ghost {
  color: #1f1f1f;
  background-color: #0000;
  border: 1px solid #1f1f1f;
  border-radius: .4em;
  font-weight: 600;
}

.burger-wrapper.new.ghost:hover {
  background-color: #d0ff00;
  border-width: 0;
  border-color: #d0ff00;
  border-radius: .8em;
}

.burger-wrapper.item-2 {
  top: 10.9rem;
  left: -3rem;
}

.burger-wrapper.item-4 {
  top: 11.9rem;
  left: -3rem;
}

.burger-wrapper.item-1 {
  left: 2rem;
}

.magnetic-circles-wrap {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.burger-video-bg {
  z-index: 14;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.burger-headings-wrap {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.magnetic-text-heading-wrap {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  margin-bottom: -8.5rem;
  padding-top: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-top-wrap {
  background-color: var(--222222);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}

.chilly-marquee-wrap {
  grid-column-gap: 1rem;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.marque-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8vw;
  font-weight: 900;
  line-height: 1.6;
}

.navs-static-logo-wrapper {
  z-index: 999;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  inset: 0% auto auto;
}

.menu-nonanimated-logo-wrap {
  z-index: 15;
  opacity: 1;
  justify-content: center;
  align-items: stretch;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0 auto auto;
  transform: translate(0);
}

.menu-nonanimated-logo-wrap.w--current {
  opacity: 0;
  align-items: stretch;
  display: none;
}

.chillypills-logo {
  width: 120px;
  height: 26px;
}

.section_projects_hero {
  flex-direction: column;
  display: block;
  position: relative;
}

.projects-hero-wrap {
  z-index: 5;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.heading-h1-wrap {
  width: 935px;
}

.heading-h1-wrap.proyectos {
  width: 1090px;
  position: relative;
}

.heading-h1-wrap.single-insight {
  width: auto;
  position: relative;
}

.section_project_tabs {
  position: relative;
}

.tabs-content__list {
  justify-content: center;
  display: block;
}

.wrap-tabs__content {
  margin-top: 2em;
}

.tabs-links__item {
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ffffffe6;
  border: 2px solid #fff;
  border-radius: 2em;
  margin-left: .5em;
  margin-right: .5em;
  padding: .5em 1em;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.tabs-links__item:hover {
  background-color: #fff;
}

.tabs-content__item {
  background-color: #ffffff4d;
  border: 2px solid #ffffff4d;
  border-radius: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: none;
}

.tabs-links__list {
  justify-content: center;
  display: flex;
}

.layout-tabs {
  position: relative;
}

.fs-tabs_tabs {
  flex-flow: column;
  display: none;
  position: relative;
}

.fs-tabs_collection-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-tabs_menu {
  z-index: 97;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-tabs_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #2220;
  align-items: center;
  padding: 10px 25px;
  display: flex;
}

.fs-tabs_link:hover {
  border-radius: var(--radius);
  color: var(--white);
  background-color: #000;
}

.fs-tabs_link.w--current {
  border-radius: var(--radius);
  filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--white);
  background-color: #2222225c;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 500;
  display: flex;
}

.fs-tabs_link.projects-view-all {
  display: none;
}

.fs-tabs_link.todos {
  border-radius: var(--radius);
  display: flex;
}

.tab-dot {
  background-color: #000;
  border-radius: 100px;
  width: 15px;
  height: 15px;
}

.tab-link-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

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

.project-item-wrap {
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  font-family: "Sharp Grotesk 25", sans-serif;
  display: flex;
  position: static;
}

.project-details-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  min-height: 140px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  display: flex;
}

.project-details-wrap.individual {
  justify-content: space-between;
  align-items: center;
}

.project-image-wrap {
  border-radius: 15px;
  width: 100%;
  height: 65vh;
  min-height: auto;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}

.project-item-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.fs_cmstabs_menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  max-width: 30rem;
  margin-right: 4rem;
  display: grid;
}

.fs_cmstabs_link {
  color: #fff;
  background-color: #0000;
  padding: 1.5rem;
}

.fs_cmstabs_link.w--current {
  color: #fff;
  background-color: #272727;
}

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

.fs_cmstabs_component {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs_cmstabs_panel {
  max-width: 24rem;
}

.prevent-click {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.prevent-click.hero {
  z-index: 16;
}

.div-block {
  position: absolute;
}

.nav-button {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #f0f0f000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.nav-button.budget {
  padding: 8px;
}

.chilly-nav-button-line {
  background-color: var(--white);
  width: 100%;
  height: 2px;
}

.menu_link_text {
  color: #000;
  font-weight: 600;
}

.chilly-menu-wrap {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding: 0 0 2.5rem;
  display: none;
  position: fixed;
  inset: 0% auto auto 0;
  overflow: hidden;
}

.menu_icon {
  width: 1rem;
  height: 1.5rem;
}

.menu_icon.is-alt {
  transform: rotate(-180deg);
}

.menu_panel {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  min-height: 60vh;
  display: flex;
  overflow: auto;
  transform: none;
}

.menu_panel.main {
  justify-content: flex-end;
}

.menu_panel._2 {
  justify-content: space-between;
}

.menu_link {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-style: normal;
  display: flex;
}

.menu_link.go-back {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
}

.menu_link.sub-link {
  padding-top: .6rem;
  padding-bottom: .6rem;
  font-size: 1rem;
}

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

.menu-panel-wrap {
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.extra-info-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-right: 1px solid var(--121212);
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
  height: 100%;
  padding-right: 5%;
  display: flex;
}

.button-2 {
  background-color: #fff;
}

.nav-link-button {
  background-color: var(--white);
  padding: 0;
}

.menu-view-more-btn {
  background-color: #fff0;
}

.menu-view-more-btn.opens-more {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 15%;
  height: 100%;
  padding: 0;
  display: flex;
}

.since-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.really-old-text {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1.2;
}

.address-wrap {
  flex-direction: column;
  display: flex;
}

.budget-wrap {
  border-radius: var(--radius);
  background-color: var(--white);
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 150px;
  padding: 2rem;
  display: flex;
}

.text-block {
  font-style: normal;
}

.menu_icon-2 {
  width: .9rem;
}

.menu_icon-2.is-alt {
  transform: rotate(-180deg);
}

.menu_wrap {
  z-index: 1;
  color: #000;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding-top: 7.2rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.menu_panel-2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
  transform: none;
}

.menu_link-2 {
  border-bottom: 1.5px solid #00000036;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  font-style: normal;
  display: flex;
}

.menu_link-2.go-back {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff0;
  justify-content: flex-start;
}

.menu_link-2.sub-link {
  padding-top: .6rem;
  padding-bottom: .6rem;
  font-size: 1rem;
}

.menu_link-2.opens-more {
  background-color: #fff;
}

.featured-projects-wrapper {
  width: 100%;
  height: 100%;
}

.related-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 5rem;
  display: flex;
}

.heading-featured-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding-top: 4rem;
  padding-bottom: 5rem;
  display: flex;
}

.featured-products-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.underline {
  background-color: #fff;
  width: 610px;
  height: 5px;
  margin-left: 198px;
  margin-right: auto;
  position: relative;
}

.underline.solutions {
  width: 440px;
  height: 9px;
  margin-left: auto;
  position: absolute;
  top: 105px;
  left: 6px;
  right: auto;
}

.underline.insights {
  width: 80%;
  margin-left: 10px;
  margin-right: 10px;
}

.hover-div {
  z-index: 15;
  background-color: red;
  position: absolute;
  inset: 0%;
}

.hover-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  cursor: pointer;
  background-color: #edf3f7;
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  height: 60%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 35px 50px 50px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.flex-content {
  z-index: 15;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.fontawesome {
  font-size: 20px;
}

.fontawesome.white {
  color: #fff;
}

.h4 {
  text-transform: none;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  position: relative;
}

.paragraph {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.background-circle-small {
  z-index: 1;
  background-color: #fff3;
  border-radius: 10000px;
  width: 0;
  height: 0;
  position: absolute;
  top: 45px;
  right: 45px;
}

.background-circle {
  z-index: 15;
  background-color: var(--121212);
  border-radius: 10000px;
  width: 0;
  height: 0;
  position: absolute;
  inset: 0%;
}

.fontawesome-container {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  top: 40px;
  right: 41px;
  transform: rotate(45deg);
}

.main-navbar-wrap {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-icon-budget {
  background-image: url('../images/euro.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 28px;
  margin-left: auto;
  margin-right: 0;
}

.tooltip {
  width: 0;
  height: 0;
  position: fixed;
}

.tooltip-arrow {
  position: fixed;
}

.euro-icon {
  background-image: url('../images/euro.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.chilly-only-scroll-menu-wrap {
  z-index: 50;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #ffffff80;
  border-radius: 0 0 15px 15px;
  flex-direction: column;
  justify-content: space-between;
  width: 95%;
  height: auto;
  margin-top: -25px;
  padding-top: 25px;
  display: none;
  position: relative;
  inset: 0% auto auto;
}

.chilly-only-scroll-menu-wrap.is-active {
  width: 95%;
  display: flex;
}

.hover-menu-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hover-menu-wrap.start {
  justify-content: center;
}

.hover-menu-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff0;
  flex-direction: row;
  display: flex;
}

.solutions-hero-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 92vh;
  display: flex;
}

.section_solutions_hero {
  flex-direction: column;
  display: block;
  position: relative;
}

.solutions-card-wrap {
  background-color: var(--0a0a0a);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 65vh;
  padding: 2rem;
  display: flex;
  position: relative;
}

.solutions-card-heading-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.underline-card-background {
  z-index: 1;
  background-color: #ffffff12;
  width: 100%;
  height: 1px;
  position: absolute;
}

.underline-card-background.solutions {
  width: 450px;
  height: 9px;
  margin-left: auto;
  position: absolute;
  top: 100px;
  left: 6px;
  right: auto;
}

.solutions-card-description-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 480px;
  height: 100%;
  display: flex;
}

.solution-card-content-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  display: flex;
}

.card-project-img {
  aspect-ratio: 1;
  border-radius: var(--radius);
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 500px;
  height: 430px;
  margin-top: auto;
  position: relative;
}

.card-project-wrap {
  border-radius: var(--radius);
  flex-direction: column;
  justify-content: center;
  width: 30rem;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.list-item, .list-item.text-size-small.text-color-white {
  min-height: auto;
}

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

.section_single_solution_hero {
  flex-direction: column;
  display: block;
  position: relative;
}

.single-project-hero-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: grid;
}

.single-project-hero-image-wrap {
  border-radius: var(--radius);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.single-project-heading-h1-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 500px;
  max-width: 600px;
  margin-top: auto;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.single-project-heading-h1-wrap.proyectos {
  width: 1090px;
  position: relative;
}

.single-project-hero-img {
  aspect-ratio: auto;
  border-radius: var(--radius);
  object-fit: cover;
  min-width: 500px;
  min-height: 640px;
  max-height: 640px;
}

.section-single-project-cards-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.single-project-desc-wrap {
  grid-column-gap: var(--1-rem-gap);
  grid-row-gap: var(--1-rem-gap);
  flex-flow: column;
  max-width: 715px;
  font-weight: 300;
  display: flex;
}

.single-project-cards-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.single-project-cards-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-project-card-item {
  border-radius: var(--radius);
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 205px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
}

.check-icon {
  width: 22px;
  height: 22px;
}

.single-service-future-wrap {
  justify-content: space-between;
  align-items: center;
  min-height: 65vh;
  display: flex;
}

.single-service-future-heading-wrap {
  max-width: 580px;
  margin-bottom: 3rem;
}

.single-service-future-content-wrap {
  width: 739px;
}

.tag-element-service {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 595px;
  padding-top: 65px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.beneficios-tabs-wrap {
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
}

.section_single_solution_process {
  background-color: var(--0a0a0a);
  min-height: 100vh;
}

.section_single_solution_cta.special {
  margin-top: -100vh;
}

.section_single_solution_hero-copy {
  flex-direction: column;
  display: block;
  position: relative;
}

.project-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 20vh;
  display: flex;
}

.single-solution-desc-wrap {
  max-width: 790px;
  padding-bottom: 5rem;
}

.single-solution-cards-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.single-project-customer-info-wrap {
  flex-direction: column;
  justify-content: space-between;
  min-width: 250px;
  padding-bottom: 15px;
  padding-right: 2rem;
  display: flex;
}

.project-content-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.project-lightbox-item-wrap {
  border-radius: var(--radius);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.project-lightbox-item-wrap.third {
  border-radius: var(--radius);
  padding-top: 2.5rem;
}

.project-lightbox-img {
  border-radius: var(--radius);
  width: 850px;
  height: 850px;
}

.project-content-grid-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: flex-end;
  display: block;
}

.project-grid-img {
  aspect-ratio: auto;
  border-radius: var(--radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
}

.project-grid-img.third {
  width: 600px;
  height: 650px;
}

.project-grid-img.fourth {
  width: 1000px;
  height: 650px;
}

.project-lightbox-featured-item-wrap, .project-lightbox-last-item-wrap {
  overflow: hidden;
}

.project-lightbox-last-item-wrap.project-margin-top {
  z-index: 5;
  mix-blend-mode: normal;
  margin-top: -10rem;
  position: relative;
}

.project-images-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.project-hero-lightbox-img {
  border-radius: var(--radius);
  object-fit: cover;
  width: 1125px;
  height: 998px;
}

.project-lightbox-fullwidth-wrap {
  z-index: 1;
  flex-direction: row;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.project-lightbox-fullwidth-wrap.video {
  height: auto;
  position: absolute;
  inset: 0%;
}

.project-lightbox-fullwidth-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-content-2-grid-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 100vh;
  display: flex;
}

.section_single_project_cta {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

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

.project-card-image-wrap {
  border-radius: 15px;
  width: 100%;
  height: 45vh;
  position: relative;
  overflow: hidden;
}

.related-projects-heading-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2.5em;
  display: flex;
}

.related-projects-component-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.navs-static-logo {
  width: 100%;
}

.section_about_hero {
  flex-direction: column;
  display: block;
  position: relative;
}

.about-us-desc-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 334px;
  font-weight: 300;
  display: flex;
}

.about-us-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.about-us-hero-wrap {
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  display: flex;
}

.about-us-hero-content-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  height: 40vh;
  display: flex;
}

.about-us-heading-wrap {
  width: 440px;
}

.about-us-grid-img {
  aspect-ratio: auto;
  border-radius: var(--radius);
  object-fit: cover;
  width: 685px;
  height: 877px;
}

.about-us-grid-img.third {
  width: 600px;
  height: 650px;
}

.about-us-grid-img.fourth {
  width: 1000px;
  height: 650px;
}

.about-us-grid-img.img-1 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.about-us-grid-img.img-2 {
  width: 750px;
  height: 800px;
}

.about-us-grid-img.img-3 {
  width: 579px;
  height: 550px;
}

.about-us-grid-img.img-4 {
  width: 538px;
  height: 508px;
}

.about-us-grid-img.wrap03 {
  width: auto;
  height: auto;
  overflow: hidden;
}

.about-us-ourselves-wrap {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.images-right-wrap {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.images-left-wrap {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-info-wrap {
  display: flex;
}

.info-right-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: space-between;
  width: 55%;
  display: flex;
}

.info-wrap {
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.info-left-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  display: flex;
}

.pill-bgimg {
  background-image: url('../images/pill.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 550px;
  height: 750px;
}

.text-lg {
  font-size: 1.25rem;
  line-height: 1.4;
}

.counter-item {
  border-right: 1px solid var(--d9d9d9);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.counter-item.last {
  border-right-style: none;
}

.number-counter-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 250px;
  display: grid;
  position: relative;
}

.number-counter-grid.cc-3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-sm {
  font-size: 1rem;
  line-height: 1.4;
}

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

.counter {
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.grid-cols.cc-3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.section {
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

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

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

.title-wrapper {
  margin-bottom: 1rem;
}

.title-wrapper.cc-lg {
  margin-bottom: 3rem;
}

.number-counter-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 50vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.team-members-cms-wrap {
  width: 100%;
}

.team-members-lists {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-family: "Sharp Grotesk 19", sans-serif;
  font-weight: 400;
  display: grid;
}

.team-members-item {
  flex: none;
}

.team-members-grid {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 50vh;
  display: grid;
}

.features-card-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 2px solid var(--121212);
  background-color: var(--0a0a0a);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 25vh;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.features-card-item.fourth {
  background-color: #ff0095;
  position: relative;
  top: auto;
}

.features-card-item.second {
  background-color: #0d00ff;
  margin-bottom: 30px;
  top: 165px;
}

.features-card-item.third {
  background-color: #82ff1c;
  margin-bottom: 15px;
  top: 180px;
}

.features-card-item.first {
  background-color: red;
  margin-bottom: 45px;
}

.features-card-title {
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.features-left-heading {
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  margin-left: 5rem;
  display: flex;
  position: sticky;
  top: 5rem;
}

.features-right-wrap {
  flex-direction: column;
  justify-content: flex-start;
  width: 480px;
  padding: 10px;
  display: flex;
  position: relative;
}

.features-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.features-card-img {
  margin-bottom: 30px;
}

.features-card-right-wrap {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-card-left-wrap {
  width: 6rem;
}

.hand-svg {
  width: 35px;
  height: 35px;
}

.features-card {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--121212);
  background-color: var(--0a0a0a);
  opacity: 1;
  color: #6b7280;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 28rem;
  min-height: 25vh;
  padding: 2.5rem;
  display: flex;
  position: absolute;
}

.features-card._3 {
  z-index: 3;
  transform: rotate(-8deg);
}

.features-card._2 {
  z-index: 3;
  transform: rotate(12deg);
}

.features-card._4 {
  z-index: 4;
  transform: rotate(-23deg);
}

.features-card._1 {
  z-index: 2;
}

.features-card._5 {
  z-index: 5;
  transform: rotate(7deg);
}

.features-card-icon_wrapper {
  color: #aeee90;
  background-color: #009940;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.features-card-icon_wrapper._5 {
  color: #ffdbdb;
  background-color: #f73636;
}

.features-card-icon_wrapper._2 {
  color: #eee8ff;
  background-color: #ab88fd;
}

.features-card-icon {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.v-8 {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.features-card-title-2 {
  color: #1c2431;
  letter-spacing: -.017em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.features-card-des {
  letter-spacing: -.014em;
  font-size: 1.25rem;
  line-height: 1.4;
}

.features-card-title-3, .features-card-title-4 {
  color: #1c2431;
  letter-spacing: -.017em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.title-heading {
  text-align: center;
  text-transform: uppercase;
  max-width: 20ch;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.title-heading-wrapper {
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.features-wrapper-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  height: 25%;
  padding-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.features-card-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 25%;
  display: flex;
  position: relative;
}

.features-card-title-5 {
  color: #1c2431;
  letter-spacing: -.017em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.title-subheading {
  font-size: 1.125rem;
}

.section-features {
  height: 400vh;
}

.features-cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.section_contact_hero {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  place-content: center;
  align-items: center;
  min-height: 95vh;
  display: flex;
}

.section-contact-hero-wrap {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  display: flex;
}

.contact-details-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
  position: relative;
}

.contact-details-wrap.margin-custom2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.mapbox-wrap {
  z-index: 1;
  background-color: #222;
  border-radius: 12px;
  flex: 1;
  width: 100%;
  height: 45vh;
  position: relative;
  overflow: hidden;
}

.locations-map_wrapper {
  display: none;
}

.locations-map_name {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.locations-map_population-wrapper {
  flex-wrap: wrap;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  display: flex;
}

.contact-subheading-wrap {
  width: 700px;
}

.link, .link-2, .link-3 {
  text-decoration: underline;
}

.contact-details-main-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section_insights_hero {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 45vh;
  display: flex;
}

.underline-insights {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: relative;
}

.underline-insights.solutions {
  width: 450px;
  height: 9px;
  margin-left: auto;
  position: absolute;
  top: 100px;
  left: 6px;
  right: auto;
}

.insights-collection-list-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.insights-card-img {
  border-radius: var(--radius);
  object-fit: cover;
  width: 550px;
  height: auto;
  min-height: 45vh;
}

.insights-collection-card-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.insights-collection-card-heading-wrap {
  grid-column-gap: var(--1-rem-gap);
  grid-row-gap: var(--1-rem-gap);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.insight-card-img-wrap {
  border-radius: var(--radius);
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section_single_insight_hero {
  flex-direction: column;
  display: block;
  position: relative;
}

.single-insight-hero-wrap {
  grid-column-gap: var(--1-rem-gap);
  grid-row-gap: var(--1-rem-gap);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 92vh;
  display: flex;
}

.single-insight-category-wrap {
  grid-column-gap: var(--1-rem-gap);
  grid-row-gap: var(--1-rem-gap);
  align-items: center;
  width: 100%;
  display: flex;
}

.single-insight-hero-img-wrap {
  border-radius: var(--radius);
  overflow: hidden;
}

.insight-hero-img {
  border-radius: var(--radius);
  object-fit: cover;
  width: 1515px;
  height: 775px;
}

.insight-content-wrap {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.insight-content-heading-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.insight-content-heading-left-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.newsletter-form {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.form {
  grid-column-gap: var(--1-rem-gap);
  grid-row-gap: var(--1-rem-gap);
  align-items: center;
  display: flex;
}

.form_imput {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--121212);
  background-color: var(--white);
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.submit-button {
  border-radius: var(--radius);
  background-color: var(--121212);
}

.budget-heading-cta-wrap {
  max-width: 420px;
}

.cta-wrap {
  border-radius: var(--radius);
  background-color: var(--white);
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 20vh;
  padding: 2rem;
  display: flex;
}

.legal-left-wrap {
  position: relative;
  top: auto;
}

.legal-content-wrap {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 80vh;
  padding-bottom: 10rem;
  display: grid;
}

._404-svg {
  color: #fff;
}

.not-found-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.fs-cc-prefs_form {
  border-radius: var(--radius);
  background-color: #000;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fs-cc-banner_component {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0 15px 15px 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 2rem;
  padding: 24px 32px 24px 0;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.fs-cc-prefs_title {
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 2rem 2rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  display: none;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  color: #fff;
  width: 15px;
  height: 15px;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  -webkit-text-stroke-color: #000;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  padding-top: 0;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-bottom: 40px;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: auto;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #fff;
  font-family: "Sharp Grotesk 19", sans-serif;
  font-size: 12px;
  font-weight: 100;
}

.fs-cc-prefs_text.always {
  font-family: "Sharp Grotesk 25", sans-serif;
  font-weight: 400;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  flex-direction: column;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  background-image: url('../images/aceptar_btn.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  min-width: 250px;
  padding: 29px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  background-image: url('../images/cookies-denegar.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #4353ff;
  min-width: 200px;
  height: 80px;
  margin-left: 0;
  padding: 25px 20px 20px;
  transition: transform .2s;
  transform: translate(0);
}

.fs-cc-banner_button.fs-cc-button-alt:hover {
  transform: translate(-20px)rotate(7deg);
}

.fs-cc-banner_button.accept {
  background-image: url('../images/aceptar_btn_1.svg');
  height: 80px;
  padding: 35px 85px 20px 20px;
  transition: transform .2s;
  transform: translate(0);
}

.fs-cc-banner_button.accept:hover {
  transform: translate(-20px);
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.cc-heading-wrap {
  padding-left: 2rem;
}

.product_link {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 20vh;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
  position: relative;
}

.product_img {
  border-radius: var(--radius);
  opacity: 1;
  pointer-events: none;
  object-fit: cover;
  width: 33.33%;
  position: absolute;
}

.product_content {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.product_title {
  font-size: 2rem;
  line-height: 1;
}

.note-panel_contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25em;
  display: flex;
  position: relative;
}

.wide-panel {
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  display: flex;
}

.thanks-panel_text {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 22em;
  font-weight: 400;
  line-height: .9;
  position: absolute;
}

.stagger-panel_img-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.wide-panel_img {
  object-fit: cover;
  width: 100%;
}

.thanks-panel {
  z-index: 1;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.hero-panel {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 300vw;
  padding-left: 55vw;
  padding-right: 45vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stagger-panel {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track {
  flex: none;
  height: 100%;
  position: relative;
  transform: translate(0%);
}

.thanks-panel_img {
  width: 11em;
  position: absolute;
}

.thanks-panel_img.is-2 {
  margin-top: 18.9em;
  margin-left: 4.5em;
  transform: rotate(-1deg);
}

.thanks-panel_img.is-3 {
  margin-top: -22.3em;
  margin-left: 59em;
  transform: rotate(-7deg);
}

.thanks-panel_img.is-1 {
  margin-top: -20.3em;
  margin-left: -46.5em;
  transform: rotate(14deg);
}

.sticky-element {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.sticky-element.disable-overflow {
  height: 100vh;
  position: relative;
}

.track-flex {
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  display: flex;
}

.note-panel_img {
  width: 100%;
  margin-bottom: 2em;
}

.hero-panel_img {
  background-image: url('../images/photo1.42abc711.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto 0% 0%;
  transform: scale(1);
}

.stagger-panel_img {
  width: 20%;
  margin-top: 0%;
  margin-left: 0%;
  position: absolute;
}

.stagger-panel_img.is-2 {
  width: 27%;
  margin-top: 0%;
  margin-left: -8%;
}

.stagger-panel_img.is-5 {
  width: 14%;
  margin-top: -4%;
  margin-left: 22%;
}

.stagger-panel_img.is-4 {
  width: 19%;
  margin-top: 23%;
  margin-left: -49%;
}

.stagger-panel_img.is-3 {
  width: 20%;
  margin-top: -25%;
  margin-left: 48%;
}

.stagger-panel_img.is-1 {
  width: 14%;
  margin-top: -35%;
  margin-left: -47%;
}

.thanks-panel_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.4);
}

.note-panel_img-height {
  background-image: url('../images/photo2.ca0d9d58.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.note-panel {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 6vw;
  display: flex;
  position: relative;
}

.thanks-panel_contain {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
}

.thanks-panel_contain.is-2 {
  z-index: 2;
  color: #fff;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.thanks-panel_img-height {
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.section-height {
  height: 200vh;
  position: relative;
}

.thanks-panel_wrap {
  z-index: 3;
  flex: none;
  width: 200vw;
  height: 100vh;
  position: relative;
}

.process-centered-wrap {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.first-element {
  background-image: url('../images/play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 220px;
  display: flex;
}

.first-element.circle {
  background-image: url('../images/circle.svg');
}

.first-element.paint {
  background-image: url('../images/paint.svg');
}

.first-element.rectangle {
  background-image: url('../images/rectangle.svg');
}

.first-element.roundedrect {
  background-image: url('../images/roundedrect.svg');
}

.horizontal-line {
  background-color: var(--white);
  width: 200px;
  height: 1px;
}

.panel2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process-text-content-wrap {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: auto 0% 5rem;
}

.container-custom01 {
  width: 100%;
  max-width: 35rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.process-item-content-02 {
  opacity: 0;
  display: block;
  position: absolute;
}

.process-item-content-02._02, .process-item-content-02._03, .process-item-content-02._04, .process-item-content-02._05 {
  display: block;
}

.solutions-element-item-wrap {
  border-radius: var(--radius);
  background-color: var(--222222);
  flex-flow: wrap;
  place-content: space-between flex-start;
  align-items: flex-start;
  width: 500px;
  min-height: 45vh;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  display: flex;
}

.solutions-element-item-wrap.circle {
  background-image: url('../images/circle.svg');
}

.solutions-element-item-wrap.paint {
  background-image: url('../images/paint.svg');
}

.solutions-element-item-wrap.rectangle {
  background-image: url('../images/rectangle.svg');
}

.solutions-element-item-wrap.roundedrect {
  background-image: url('../images/roundedrect.svg');
}

.first-element-02 {
  background-image: url('../images/circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
}

.first-element-02.circle {
  background-image: url('../images/circle.svg');
}

.first-element-02.paint {
  background-image: url('../images/paint.svg');
}

.first-element-02.rectangle {
  background-image: url('../images/rectangle.svg');
}

.first-element-02.roundedrect {
  background-image: url('../images/roundedrect.svg');
}

.first-element-03 {
  background-image: url('../images/paint.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 220px;
  display: flex;
}

.first-element-03.circle {
  background-image: url('../images/circle.svg');
}

.first-element-03.paint {
  background-image: url('../images/paint.svg');
}

.first-element-03.rectangle {
  background-image: url('../images/rectangle.svg');
}

.first-element-03.roundedrect {
  background-image: url('../images/roundedrect.svg');
}

.process-item-content-01 {
  opacity: 0;
  display: block;
  position: absolute;
}

.process-item-content-01._02, .process-item-content-01._03, .process-item-content-01._04, .process-item-content-01._05 {
  display: block;
}

.process-item-content-03 {
  opacity: 0;
  display: block;
  position: absolute;
}

.process-item-content-03._02, .process-item-content-03._03, .process-item-content-03._04, .process-item-content-03._05 {
  display: block;
}

.process-item-content-04 {
  opacity: 0;
  display: block;
  position: absolute;
}

.process-item-content-04._02, .process-item-content-04._03, .process-item-content-04._04, .process-item-content-04._05 {
  display: block;
}

.process-item-content-05 {
  opacity: 0;
  display: block;
  position: absolute;
}

.process-item-content-05._02, .process-item-content-05._03, .process-item-content-05._04, .process-item-content-05._05 {
  display: block;
}

.first-element-04 {
  background-image: url('../images/rectangle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 220px;
  display: flex;
}

.first-element_05 {
  background-image: url('../images/play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 220px;
  display: flex;
}

.first-element_05.circle {
  background-image: url('../images/circle.svg');
}

.first-element_05.paint {
  background-image: url('../images/paint.svg');
}

.first-element_05.rectangle {
  background-image: url('../images/rectangle.svg');
}

.first-element_05.roundedrect {
  background-image: url('../images/roundedrect.svg');
}

.first-element-05 {
  background-image: url('../images/roundedrect.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 220px;
  display: flex;
}

.empty-panel {
  background-color: #ff0202;
  flex: none;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.hero-spacer {
  width: 50vw;
  height: 100vh;
  position: relative;
}

.horizontal-line-01, .horizontal-line-02, .horizontal-line-03, .horizontal-line-04 {
  background-color: var(--white);
  width: 200px;
  height: 1px;
}

.track-flex-2 {
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -100vw;
  display: flex;
}

.panel2-2 {
  background-image: url('../images/and-machines-szd_v4a8gyo-unsplash_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100vw;
  height: 100%;
}

.panel1 {
  background-image: url('../images/and-machines-maifqrt9xmc-unsplash_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 820px;
  height: 100%;
}

.section-wrapper {
  width: 100%;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

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

.sticky-element-2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.sticky-element-2.disable-overflow {
  overflow: hidden;
}

.track-2 {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.section-height-2 {
  width: 100%;
  height: 500vw;
}

.panel3 {
  background-image: url('../images/and-machines-odnu0f3jmug-unsplash_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 80vh;
  height: 100%;
}

.process-item-wrap {
  position: relative;
}

.end-spacer {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-budget {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0f0f000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  padding: 8px;
  display: flex;
  position: relative;
}

.nav-button-copy {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0f0f000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
  position: relative;
}

.nav-button-copy.budget {
  padding: 8px;
}

.tab-dot-01 {
  background-color: #000;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: relative;
}

.tab-dot-02, .tab-dot-03, .tab-dot-04, .tab-dot-05 {
  background-color: #000;
  border-radius: 100px;
  width: 15px;
  height: 15px;
}

.product_link-2 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
  position: relative;
}

.product_img-2 {
  opacity: 0;
  pointer-events: none;
  width: 33.3333%;
  position: absolute;
}

.product_content-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.heading-style-h2-2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2-2.projects {
  font-weight: 500;
}

.product_link-3 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
  position: relative;
}

.product_hover_img {
  z-index: 1;
  border-radius: var(--radius);
  opacity: 0;
  pointer-events: none;
  object-fit: cover;
  width: 300px;
  min-width: 300px;
  min-height: 300px;
  position: absolute;
}

.product_content-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.projects_wrap {
  display: none;
}

.sticky-wrap {
  height: 150vh;
  position: relative;
}

.all-projects_list {
  width: 100%;
  height: 100vh;
  position: relative;
}

.all-projects_item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.all-projects_item:first-child {
  display: flex;
}

.bottom-trigger {
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.up-next_img-wrap {
  opacity: .5;
  position: absolute;
}

.up-next_photo {
  border-radius: var(--radius);
  object-fit: cover;
  width: 0;
  min-width: 40vh;
  height: 57vh;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.3em;
}

.container-3.is-up-next {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.up-next_title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.3em;
  display: flex;
  position: relative;
}

.up-next_number {
  color: #fff;
  text-align: left;
  width: 1.5em;
  margin-right: -1.8em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.up-next_title {
  font-size: 3.8em;
  font-weight: 400;
}

.up-next_sub {
  font-size: 1.3rem;
}

.up-next_button {
  border: 2px solid #ffffff4d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 6em;
  margin-top: 2em;
  display: none;
}

.up-next_arrow {
  width: 2em;
  height: 2em;
}

.all-projects-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-text-wrap {
  padding-bottom: 2%;
  padding-left: 2%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.title-text {
  transform-origin: 0 0;
  color: #fff;
  font-size: 12vw;
  font-weight: 400;
  line-height: 1;
}

.icons-wrap {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-2 {
  width: 3vw;
}

.icon-2.is-bag {
  width: 6vw;
}

.load_grid {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.load_grid-item {
  mix-blend-mode: normal;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.split-content-sticky {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.loader {
  z-index: 3;
  background-color: var(--0a0a0a);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav_hamburger_wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.nav_hamburger_base {
  z-index: 1;
  background-color: #bfea88;
  border-radius: 1.7rem;
  position: absolute;
  inset: 0%;
}

.nav_hamburger_line {
  z-index: 2;
  background-color: #192928;
  flex: none;
  width: 50%;
  height: 2px;
  position: relative;
}

.menu-new-wrap {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 1.1rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.menu_base {
  z-index: 1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu_contain {
  z-index: 9;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 18rem;
  max-width: 100%;
  padding: 5rem 1.3rem 1.3rem;
  display: flex;
  position: relative;
}

.menu_link-3 {
  z-index: 2;
  color: #192928;
  border-bottom: 2px solid #19292800;
  font-size: 2.1rem;
  text-decoration: none;
  position: relative;
}

.menu_link-3:hover {
  border-bottom-color: #192928;
}

.hover-nav-menu {
  z-index: 99;
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.flex-cms {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.flex {
  flex-flow: column;
  justify-content: flex-start;
  width: 80vw;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.lrg-nav-item {
  z-index: 5;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 25px;
  text-decoration: none;
  transition: background-color .5s, transform .3s;
  display: flex;
  position: relative;
}

.lrg-nav-item:hover {
  background-color: #303030;
  transform: skew(2deg);
}

.menu-header {
  color: #000;
  text-transform: uppercase;
  font-family: "Sharp Grotesk 20", sans-serif;
  font-size: 6rem;
  line-height: 1;
  text-decoration: none;
}

.section_budget_hero {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 485px;
  display: flex;
}

.budget-form-wrap {
  width: 100%;
}

.section-budget-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 40vh;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: #0000;
}

.form-field:focus {
  border-bottom-color: #ffffffcf;
}

.form-field::placeholder {
  color: #fff;
  font-size: 1rem;
}

.form-field.text-size-regular:focus {
  color: var(--white);
  border-bottom-color: #ffffffb3;
}

.budget_submit {
  border-radius: var(--radius);
  background-color: var(--121212);
  border: 1px solid #fff;
  padding: 5px 25px;
  transition: background-color .2s;
}

.budget_submit:hover {
  background-color: var(--white);
  color: var(--121212);
}

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

.select-form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
}

.select-form-field:active {
  color: var(--white);
}

.select-form-field:focus {
  color: var(--121212);
}

.select-form-field:focus-visible {
  color: var(--white);
}

.select-form-field[data-wf-focus-visible] {
  color: var(--white);
}

.select-form-field::placeholder {
  color: #fff;
}

.select-form-field.select {
  background-color: var(--121212);
}

.select-form-field.select:focus {
  border-bottom-color: #ffffffb3;
}

.budget-left-wrap {
  width: 100%;
}

.toggle-fullscreen {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--121212);
  background-color: #f0f0f000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: auto;
  padding: 0;
  display: none;
  position: relative;
}

.toggle-fullscreen.budget {
  padding: 8px;
}

.preloader {
  z-index: 99999;
  background-color: #121212;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.chilly-main-header {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.underline-projects {
  background-color: #fff;
  width: 610px;
  height: 1px;
  margin-left: 198px;
  margin-right: auto;
  position: relative;
}

.underline-projects.solutions {
  width: 440px;
  height: 9px;
  margin-left: auto;
  position: absolute;
  top: 100px;
  left: 6px;
  right: auto;
}

.underline-projects.insights {
  width: 80%;
  margin-left: 10px;
  margin-right: 10px;
}

.underline-s-insight {
  background-color: #fff;
  width: 100%;
  height: 5px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.horizontal-swiper {
  width: 100%;
  position: sticky;
  top: 15vh;
  overflow: hidden;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: #fff9;
}

.heading-7 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.slide-img-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 50%, #00000080 65%, #000000bf);
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #ff7a00;
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  inset: 0% 0% 0% auto;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.carousel-arrows {
  z-index: 4;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.slide-divider {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

.swiper-slide {
  opacity: .9;
  filter: grayscale();
  color: #ffffff80;
  align-items: center;
  display: flex;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper.swiper1 {
  width: 100%;
}

.swiper-component {
  width: 100%;
  position: relative;
}

.swiper-component.slider1 {
  display: none;
}

.swiper-2 {
  width: 100%;
}

.swiper-wrapper-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide-2 {
  flex: none;
  width: 33.3333%;
}

.swiper-slide {
  width: 33.3%;
}

.contact-heading-text {
  color: #fff;
  letter-spacing: -.04em;
  margin-right: 5rem;
  padding-top: .13em;
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 200px;
  line-height: .95;
}

.contact-heading-text.stroke {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.form-component {
  width: 100%;
}

.form-contact {
  z-index: 1;
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  background-color: #222;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.select-form-field-contact {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
}

.select-form-field-contact:active {
  color: var(--white);
}

.select-form-field-contact:focus {
  color: var(--121212);
}

.select-form-field-contact:focus-visible {
  color: var(--white);
}

.select-form-field-contact[data-wf-focus-visible] {
  color: var(--white);
}

.select-form-field-contact::placeholder {
  color: #fff;
}

.select-form-field-contact.select {
  background-color: var(--222222);
  padding-left: 10px;
  font-size: 1rem;
}

.select-form-field-contact.select:focus {
  border-bottom-color: #ffffffb3;
}

.contact-submit {
  border-radius: var(--radius);
  background-color: var(--121212);
  border: 1px solid #fff;
  width: 50%;
  padding: 5px 25px;
  transition: background-color .2s;
}

.contact-submit:hover {
  background-color: var(--white);
  color: var(--121212);
}

.contacts-headings-content-wrap {
  flex-flow: row;
  display: flex;
}

.contact-sub-heading-right-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  display: flex;
}

.projects_grid_list {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

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

.projects_grid_wrapper.is--alt {
  padding-bottom: 23.7em;
}

.projects_grid_item {
  width: 100%;
  height: 100%;
  padding: 0;
}

.underline-card {
  z-index: 9;
  background-color: #fff;
  width: 0%;
  height: 1px;
  position: absolute;
}

.underline-wrap {
  position: relative;
}

.product-category-cms-item {
  color: #fff;
}

.product_link_item {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.page-loader_percent {
  color: #0000;
  letter-spacing: -2px;
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 30vmin;
  font-weight: 600;
  line-height: 1;
}

.page-loader_component {
  z-index: 9999;
  background-color: var(--121212);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader_noise {
  z-index: 0;
  opacity: .05;
  background-image: url('../images/grain_overlay.gif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.page-loader_text-fill {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 0%;
  display: flex;
  position: relative;
}

.page-loader_trigger {
  z-index: 50;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.page-loader_text-wrapper {
  z-index: 10;
  align-self: center;
  align-items: flex-end;
  height: 30vmin;
  display: flex;
  position: relative;
}

.page-loader_text {
  color: #0000;
  letter-spacing: -2px;
  font-family: "Sharp Grotesk 25", sans-serif;
  font-size: 30vmin;
  font-weight: 600;
  line-height: 1;
}

.page-loader_marquee {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: absolute;
}

.page-loader_marquee.is-top {
  inset: 0% 0% auto;
}

.page-loader_marquee.is-bottom {
  inset: auto 0% 0%;
}

.page-loader_text-style {
  display: none;
}

.page-loader_marquee-text {
  flex: none;
}

.methodology-heading-wrap {
  max-width: 1000px;
  margin: 15vh auto;
}

.image-2, .image-3 {
  object-fit: contain;
}

.project-lightbox-fullwidth-video-wrap {
  width: 100%;
  position: relative;
}

.project-lightbox-fullwidth-video-wrap.is-full-screen {
  height: 75vh;
}

.plyr_embed {
  width: 100%;
  height: 100%;
  position: relative;
}

.plyr_cover {
  z-index: 2;
  border-radius: var(--radius);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_cover-img {
  z-index: 1;
  border-radius: var(--radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.plyr_cover-button {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.plyr_cover-icon {
  width: 40%;
  height: 40%;
}

.plyr_pause-trigger {
  display: none;
}

.video-cms-code {
  width: 100%;
  height: auto;
  position: relative;
}

.collection-list-wrapper {
  display: none;
}

.fs-nest_nested-tag {
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
}

.fs-nest_nested-tag.hide-link {
  display: none;
}

.fs-nest_nested-tag-2 {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  font-size: .875rem;
  display: inline-block;
}

.fs-nest_nested-tag-2.hide-link {
  display: none;
}

.project-hero-image-wapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.project-hero-image-img {
  width: 100%;
  height: 100%;
}

.down-arrow {
  z-index: 5;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.down-arrow-button {
  z-index: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0f0f000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.down-arrow-button.budget {
  padding: 8px;
}

.down-arrow-button-line, .chilly-nav-button-line-copy {
  background-color: var(--white);
  width: 100%;
  height: 2px;
}

.lottie-animation {
  mix-blend-mode: normal;
}

.svg-2 {
  mix-blend-mode: normal;
  width: 2rem;
  height: 8rem;
}

.scroll-icon {
  color: #fff;
  width: 13px;
}

.svg-3 {
  width: .75rem;
}

.project-details-link {
  font-size: 2rem;
  font-weight: 500;
}

.project-hero-img {
  z-index: 1;
  aspect-ratio: 16 / 9;
  opacity: .85;
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.product-link-image {
  position: relative;
}

.project-details-link-wrap {
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.project-details-category-link {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.keep-scrolling {
  z-index: 9997;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 35px;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.keep-scrolling-lottie {
  width: 35px;
  height: 35px;
  position: relative;
  inset: auto;
}

.benefits-image {
  object-fit: contain;
  object-position: 100% 50%;
  width: 550px;
  height: 180px;
}

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

.collection-item {
  display: flex;
}

.insights-archive-button-wrap {
  margin-top: 1rem;
  display: flex;
}

.keep-scrolling-copy {
  z-index: 9997;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 35px;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.swipe-wrap {
  z-index: 9997;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 35px;
  display: none;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.swipe-lottie {
  width: 35px;
  height: 35px;
  position: relative;
  inset: auto;
}

.swipe-wrap-lottie {
  z-index: 9997;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 35px;
  display: none;
  position: fixed;
  inset: auto 1rem 1rem auto;
}

.about-us-grid-img-right-parent {
  border-radius: var(--radius);
  width: 50vw;
  height: 877px;
  position: relative;
  overflow: hidden;
}

.about-us-img-right-parent-wrap-02 {
  border-radius: var(--radius);
  width: auto;
  display: block;
  overflow: hidden;
}

.about-us-img-right-parent-wrap-01 {
  border-radius: var(--radius);
  overflow: hidden;
}

.mobile-tab-dropdown-wrap {
  display: none;
}

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

.computer-mockup {
  z-index: 9;
  mix-blend-mode: luminosity;
  background-image: url('../images/adobestock_685476180.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.macbook-wrapper {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.macbook-frame {
  z-index: 5;
  height: 100vh;
  position: relative;
}

.macbook-screen {
  z-index: 1;
  width: 78%;
  height: 86%;
  display: none;
  position: absolute;
  inset: 5% auto auto;
}

.language-selector-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px #000;
  border-radius: 1px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: auto;
  min-height: 45px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 5rem 5rem auto;
}

.shortcode-language {
  color: #fff;
  flex: 1;
  width: 100%;
}

.tabs-desktop-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.tabs-buttons {
  width: 100%;
}

.collection-list-2 {
  display: flex;
}

.collection_item {
  float: left;
  clear: left;
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  transition: all .2s;
  display: inline-block;
}

.tabs-content-item {
  flex: 1;
  display: none;
  overflow: visible;
}

.tabs-content-item.branding {
  display: none;
}

.tabs-content-item.todos {
  display: flex;
}

.fs-tabs_collection-item {
  perspective: 1000px;
}

.wrapper {
  justify-content: center;
  align-items: center;
  padding: 8px 30px 8px 8px;
  display: flex;
}

.icon-wrapper {
  background-color: #35383c;
  border: 2px solid #242629;
  border-radius: 100px;
  width: 47px;
  height: 47px;
  margin-right: 10px;
  padding: 10px;
  line-height: 0;
  transition: all .2s;
  display: inline-block;
}

.icon-3 {
  filter: invert();
  display: inline-block;
}

.text-wrapper {
  display: inline-block;
}

.tabs-buttons-cms-wrap {
  width: 100%;
}

.cms-projects-tabs-item, .cms-projects-tabs-item.todos {
  display: flex;
}

.cms-projects-tabs-item.social-media {
  display: none;
}

.dot-current-projects {
  background-color: #000;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: relative;
}

.language_menu_link {
  color: #000;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: .2rem 2rem;
  font-size: 1rem;
  font-style: normal;
  display: flex;
}

.language_menu_link:hover {
  background-color: #fff;
  border: 1px solid #000;
}

.language_menu_link.go-back {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
}

.language_menu_link.sub-link {
  padding-top: .6rem;
  padding-bottom: .6rem;
  font-size: 1rem;
}

.play-btn {
  z-index: 99;
  width: 75px;
  height: 75px;
  transition: transform .2s;
  position: absolute;
}

.play-btn:hover {
  transform: scale(1.1);
}

.video-modal-inner-wrap {
  background-color: var(--0a0a0a);
  width: 800px;
  height: 65vh;
  position: relative;
}

.video-modal-wrap {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.plyr_component.is-full-screen {
  border-radius: var(--radius);
  height: 100vh;
}

.section_project_fullwidth-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100svh;
}

.project-item-video-img-wrap {
  flex-flow: column;
  height: 65vh;
  display: block;
}

.project-item-video {
  z-index: 1;
  border-radius: var(--radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-item-video.single-project {
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  height: 500px;
  min-height: 500px;
  display: block;
  position: relative;
  overflow: hidden;
}

.split-wrapper {
  height: 200vh;
  position: relative;
}

.horizontal-sticky-wrapper {
  height: 200vh;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .heading-style-h3 {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .container-small {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-style-h1 {
    font-size: 45px;
  }

  .heading-style-h1.text-color-white.projects {
    font-size: 7vw;
  }

  .heading-style-h1.text-color-white.text-align-right.solutions {
    font-size: 40px;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h6 {
    font-size: .6rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 25px;
  }

  .heading-style-h2.text-color-white.text-align-left.max-width-medium {
    text-align: left;
  }

  .heading-style-h2.text-color-white.text-align-left.max-width-medium.pills-interaction {
    text-align: center;
  }

  .heading-style-h5 {
    font-size: .75rem;
    font-weight: 500;
  }

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

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section_hero {
    min-height: auto;
  }

  .img-cover-01.img, .img-cover-01.video--desktop {
    width: 100%;
    height: 80vh;
  }

  .img-cover-01.video-mobile {
    width: 100%;
    height: 80vh;
    display: none;
  }

  .img-cover-wrapper {
    min-height: auto;
  }

  .split-content-wrapper {
    padding-left: 5vw;
  }

  .section_scroll_marquee {
    min-height: auto;
  }

  .home-hero_img {
    width: 17em;
    max-width: 80%;
  }

  .marquee-text_text, .marquee-text_text.stroke {
    font-size: 9rem;
  }

  .marquee-text_component {
    font-size: 1.5vw;
  }

  .content-text-chilly {
    font-size: 2rem;
  }

  .featured-work-cms {
    padding-bottom: 4rem;
  }

  .tag-element {
    width: 75vw;
    height: 80vh;
    padding-top: 85px;
  }

  .tag-canvas {
    width: 100%;
    height: 100%;
  }

  .tag-content-text-1 {
    font-size: 40px;
    font-weight: 600;
  }

  .tag-content-text-2 {
    font-size: 40px;
  }

  .tag-content-text-wrap {
    padding-top: 0;
  }

  .logo-wrapper {
    top: 10px;
  }

  .tag-line-1, .tag-line-3, .tag-line-2, .tag-line-4 {
    width: 66px;
    height: 66px;
  }

  .tag-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .marquee-horizontal-wrapper {
    min-height: 65vh;
  }

  .cms-team-members-item {
    width: 52%;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .grid_wrapper.grid-wrapper-desktop {
    display: flex;
  }

  .grid_wrapper.grid-wrapper-mobile {
    display: none;
  }

  .grid_text-title.heading-style-h4.text-color-white.is-culture-fixed {
    font-size: 30px;
  }

  .circle-link {
    width: 160px;
    height: 160px;
  }

  .pills-interaction-wrapper {
    min-height: auto;
  }

  .footer-wrapper {
    min-height: 50vh;
  }

  .chillypills-logo-footer-wrap {
    height: 20vh;
  }

  .footer-column-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .magnetic-circle-wrap {
    flex-direction: row;
    flex: 0 auto;
    width: 100%;
    display: flex;
  }

  .burger-wrapper:active {
    transform: scale(.9);
  }

  .burger-wrapper.item-2 {
    width: 300px;
  }

  .heading-h1-wrap.single-insight {
    width: 100%;
  }

  .fs-tabs_menu {
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
  }

  .project-image-wrap {
    height: 45vh;
    min-height: auto;
  }

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

  .underline.solutions {
    width: 270px;
    top: 60px;
  }

  .hover-content {
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .solutions-card-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    height: auto;
    min-height: 65vh;
  }

  .solutions-card-description-wrap {
    max-width: 100%;
  }

  .solution-card-content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: center;
  }

  .card-project-img {
    width: 100%;
    height: 50vh;
  }

  .project-grid-img {
    min-height: 65svh;
  }

  .number-counter-grid.cc-3col {
    grid-template-columns: 1fr 1fr;
  }

  .h1 {
    font-size: 4rem;
  }

  .grid-cols.cc-3col {
    grid-template-columns: 1fr 1fr;
  }

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

  .team-members-item {
    width: 52%;
  }

  .contact-details-wrap {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .underline-insights.solutions {
    width: 270px;
    top: 60px;
  }

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

  .product_link {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .product_img {
    opacity: 1;
    flex: none;
    width: 27%;
    position: relative;
  }

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

  .note-panel_contain {
    max-width: 80vw;
  }

  .wide-panel {
    width: 200vw;
  }

  .stagger-panel_img-wrap {
    width: 130%;
  }

  .thanks-panel {
    font-size: 1vw;
  }

  .hero-panel {
    width: 300vw;
    padding-left: 5vw;
  }

  .stagger-panel {
    width: 140vw;
  }

  .thanks-panel_img {
    font-size: 2.6em;
  }

  .thanks-panel_img.is-2 {
    margin-top: 19.9em;
    margin-left: -1.3em;
    transform: rotate(-12deg);
  }

  .thanks-panel_img.is-3 {
    margin-top: -24.9em;
    margin-left: 21.6em;
  }

  .thanks-panel_img.is-1 {
    margin-top: -20.8em;
    margin-left: -18em;
  }

  .note-panel {
    padding-left: 9.4em;
    padding-right: 9.4em;
  }

  .panel2, .end-spacer {
    width: 150vw;
  }

  .product_link-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .product_img-2 {
    opacity: 1;
    flex: none;
    width: 27%;
    position: relative;
  }

  .product_content-2 {
    flex-wrap: wrap;
    padding-right: 0;
  }

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

  .product_hover_img {
    opacity: 1;
    flex: none;
    width: 27%;
    position: relative;
  }

  .product_content-3 {
    flex-wrap: wrap;
    padding-right: 0;
  }

  .sticky-wrap {
    height: auto;
    display: block;
  }

  .up-next_img-wrap {
    display: none;
  }

  .container-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .up-next_number {
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
    position: relative;
  }

  .up-next_button {
    display: flex;
  }

  .hover-nav-menu {
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding-top: 100px;
  }

  .div-block-2 {
    overflow: scroll;
  }

  .flex-cms {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    padding-right: 0%;
    position: static;
  }

  .flex {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    padding-top: 0;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    position: relative;
  }

  .lrg-nav-item {
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0 8px;
  }

  .menu-header {
    letter-spacing: 2px;
    flex: 1;
    font-size: 5rem;
  }

  .underline-projects {
    margin-left: 0;
  }

  .underline-projects.solutions {
    width: 270px;
    top: 60px;
  }

  .swiper-component.slider1 {
    display: none;
  }

  .swiper-slide-2 {
    width: 50%;
  }

  .contact-heading-text, .contact-heading-text.stroke {
    font-size: 9rem;
  }

  .contacts-headings-content-wrap {
    grid-column-gap: var(--gap);
    grid-row-gap: var(--gap);
    flex-flow: column;
  }

  .product_link_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .project-lightbox-fullwidth-video-wrap.is-full-screen, .plyr_component.is-full-screen {
    height: 80vw;
  }

  .project-item-video-img-wrap {
    height: 45vh;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .img-cover-01.video--desktop {
    display: none;
  }

  .padding-menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .marquee-text_component {
    font-size: 2vw;
  }

  .content-text-chilly {
    font-size: 2rem;
  }

  .list-image-item-wrap {
    width: 100%;
    position: relative;
  }

  .work-list-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .heading-style-h3-2 {
    font-size: 1.5rem;
  }

  .work-list-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .list-image-height {
    padding-top: 100%;
  }

  .tag-element {
    width: 350px;
    height: 400px;
    padding-top: 40px;
  }

  .tag-canvas {
    width: 89%;
    height: 100%;
    transform: scale(.8);
  }

  .tag-content-text-1, .tag-content-text-2 {
    font-size: 20px;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .cms-team-members-item {
    width: 100%;
    padding-right: 4vw;
  }

  .card-cover {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .grid_wrapper.grid-wrapper-desktop {
    display: none;
  }

  .grid_wrapper.grid-wrapper-mobile {
    display: flex;
  }

  .grid_text-item {
    width: auto;
  }

  .circle-link {
    width: 160px;
    height: 160px;
  }

  .pills-interaction-wrapper {
    padding-top: 5rem;
  }

  .footer-column-wrap {
    padding-right: 0;
  }

  .magnetic-circle-wrap {
    grid-column-gap: var(--gap);
    grid-row-gap: var(--gap);
    flex-flow: column;
    height: auto;
  }

  .burger-wrapper.item-2 {
    width: 100%;
    height: 25vh;
    top: auto;
    left: auto;
  }

  .burger-wrapper.item-3 {
    width: 100%;
    height: 25vh;
  }

  .burger-wrapper.item-4 {
    width: 100%;
    height: 25vh;
    top: auto;
    left: auto;
  }

  .burger-wrapper.item-1 {
    width: 100%;
    height: 25vh;
    left: auto;
  }

  .magnetic-circles-wrap {
    position: relative;
  }

  .magnetic-text-heading-wrap {
    z-index: auto;
    width: 100%;
    margin-bottom: 0;
    padding-top: 5rem;
  }

  .fs-tabs_collection-list, .post_list {
    grid-template-columns: 1fr;
  }

  .really-old-text {
    text-align: center;
    font-size: 5rem;
  }

  .hover-content {
    width: 100%;
    height: 50vh;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .solutions-card-wrap {
    min-height: 55vh;
  }

  .solutions-card-description-wrap {
    justify-content: flex-start;
  }

  .beneficios-tabs-wrap {
    width: 125%;
    height: 125%;
    transform: scale(.8);
  }

  .project-grid-img {
    min-height: 30svh;
  }

  .number-counter-grid, .number-counter-grid.cc-3col, .grid-cols, .grid-cols.cc-3col {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-members-item {
    width: 100%;
    padding-right: 4vw;
  }

  .features-card {
    width: 25rem;
    min-height: 18rem;
  }

  .features-card-title-2 {
    font-size: 1.25rem;
  }

  .features-card-des {
    font-size: 1rem;
  }

  .features-card-title-3, .features-card-title-4 {
    font-size: 1.25rem;
  }

  .title-heading {
    font-size: 2.25rem;
  }

  .features-card-title-5 {
    font-size: 1.25rem;
  }

  .mapbox-wrap {
    height: 480px;
  }

  .contact-subheading-wrap {
    width: auto;
  }

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

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .product_link {
    flex-flow: column;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .product_hover_img {
    width: 100%;
  }

  .hover-nav-menu {
    padding-top: 71px;
  }

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

  .menu-header {
    font-size: 2.7rem;
  }

  .swiper-slide-2 {
    width: 100%;
  }

  .form-contact {
    height: 480px;
  }

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

  .project-lightbox-fullwidth-video-wrap.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .mobile-tab-dropdown-wrap {
    color: #fff;
    text-align: left;
    letter-spacing: .2px;
    cursor: pointer;
    background-color: #78cec3;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 3px;
    height: 50px;
    padding-top: 12px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 800;
    display: block;
  }

  .mobile-tab-dropdown-wrap:hover {
    background-color: #57b3a7;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }
}

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

  .padding-custom2 {
    padding: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .icon-1x1-small {
    display: block;
  }

  .icon-1x1-small.is-white {
    color: var(--white);
  }

  .icon-1x1-small.is-white:hover {
    color: var(--121212);
  }

  .icon-1x1-small.social-icon {
    color: #000;
    background-color: #fff;
  }

  .fs-styleguide_row {
    margin-top: 1rem;
  }

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

  .heading-style-h3.text-color-white.cookies {
    width: 90%;
  }

  .text-rich-text {
    font-size: .9rem;
  }

  .container-small {
    z-index: 3;
    align-items: stretch;
    position: relative;
  }

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

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

  .heading-style-h1.text-color-white.projects, .heading-style-h1.text-color-white.text-align-right.solutions {
    font-size: 7.5vw;
  }

  .heading-style-h1.text-color-white.text-align-left.single-insight {
    font-size: 5vw;
  }

  .heading-style-h1.text-color-white.contact {
    font-size: 9vw;
  }

  .heading-style-h1.text-color-black.menu {
    font-size: 11vw;
  }

  .padding-global.cta {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .padding-global.team-members, .padding-global.is-related-projects {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.insights-hero {
    padding-bottom: 2.5rem;
  }

  .padding-section-small.hero-home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-tiny.text-color-white.scroll {
    opacity: .9;
    text-align: right;
  }

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

  .text-size-regular.text-color-white {
    font-size: .8rem;
  }

  .text-size-regular.text-color-white.insight-category {
    min-width: auto;
    font-size: .8rem;
  }

  .text-size-regular.text-style-allcaps.projects-tabs {
    font-size: 1rem;
  }

  .text-size-regular.text-align-left.text-color-white.project-desc, .text-size-regular.text-align-left.text-color-white.project-actions {
    font-size: var(--text-size-regular);
  }

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

  .form_input::placeholder {
    font-size: .7rem;
  }

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

  .heading-style-h6.is-author-date.sep {
    display: none;
  }

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

  .heading-style-h2.text-color-white.cta-heading {
    text-align: left;
  }

  .heading-style-h2.text-color-white.text-style-allcaps.projects {
    font-size: 18px;
  }

  .heading-style-h2.text-color-white.stroke {
    font-size: 3rem;
  }

  .heading-style-h2.text-color-white.stroke.load-more-projects {
    font-size: 10vw;
  }

  .heading-style-h2.text-align-center.text-color-white.results {
    font-size: 5.5vw;
  }

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

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

  .button.is-small {
    width: 100%;
  }

  .button.is-small.view-more {
    width: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .button.is-filled.cookies {
    text-align: center;
  }

  .button.is-filled.cookies:hover {
    opacity: .8;
  }

  .button.cookies {
    text-align: center;
    font-size: .7rem;
  }

  .button.cookies-save {
    font-size: .7rem;
  }

  .text-size-medium.text-color-white {
    text-align: left;
  }

  .text-size-medium.text-color-white.load-more-projects {
    text-align: center;
    display: none;
  }

  .heading {
    font-size: 8.5vw;
  }

  .heading-2 {
    font-size: 9vw;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .heading-6.insight-card.text-color-white {
    padding-bottom: 10px;
  }

  .section_hero {
    justify-content: center;
    min-height: auto;
    margin-top: 3rem;
    display: flex;
  }

  .img-cover-01.img {
    border-radius: var(--radius);
    height: 90vh;
  }

  .img-cover-01.video--desktop {
    border-radius: 10px;
    height: 87svh;
    display: flex;
  }

  .img-cover-01.video-mobile {
    border-radius: 20px;
    height: 85vh;
    display: none;
  }

  .img-cover-wrapper {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
  }

  .chilly-logo-img_p1 {
    margin-right: 0;
    display: none;
  }

  .chilly-logo-img_p2 {
    display: none;
  }

  .nav1-logo-container {
    display: flex;
  }

  .menu-wrapper.start {
    justify-content: space-between;
    width: 100%;
  }

  .menu-logo-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
  }

  .split-content-wrapper {
    height: 100vh;
    margin-bottom: 0;
    padding-left: 0;
  }

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

  .section_scroll_marquee {
    margin-top: 45vh;
  }

  .marquee-text_panel {
    height: 18vh;
  }

  .marquee-text_text, .marquee-text_text.stroke {
    font-size: 6rem;
  }

  .content-text-chilly {
    text-align: left;
    font-size: 1.65rem;
    line-height: 1.2;
  }

  .work-list-wrap {
    padding-top: .75rem;
  }

  .work-list-grid {
    grid-template-columns: 1fr;
    align-content: stretch;
  }

  .list-image-wrap {
    width: 100%;
  }

  .work-list-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tag-element {
    background-position: 50% 0;
    background-size: 100% 100%;
    justify-content: flex-end;
    align-items: center;
    width: 270px;
    height: 320px;
    padding: 45px .5rem .5rem;
    display: flex;
  }

  .tag-canvas {
    width: 95%;
    height: 100%;
    overflow: hidden;
    transform: scale(1.05);
  }

  .tag-content-text-1, .tag-content-text-2 {
    font-size: 20px;
  }

  .tag-content-text-wrap {
    width: 100%;
  }

  .tag-content-wrapper {
    top: 50px;
  }

  .tag-line-1, .tag-line-3, .tag-line-2, .tag-line-4 {
    width: 26px;
  }

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

  .marquee-horizontal-large {
    height: 75px;
  }

  .marquee-cover-horizontal {
    background-image: none;
  }

  .icon-container-alt {
    width: 100px;
    height: 100px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .marquee-horizontal-wrapper {
    min-height: 25vh;
  }

  .cms-team-members-wrapper {
    z-index: 5;
    display: none;
    position: relative;
  }

  .card {
    height: 55vh;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .card-cover {
    background-image: linear-gradient(#fff0 70%, #000);
  }

  .sticky_top {
    width: 75%;
    margin-top: 0;
    margin-left: 1.25rem;
    padding-bottom: 1.5rem;
  }

  .team_section {
    z-index: 5;
  }

  .card-2 {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .culture_section {
    z-index: 1;
  }

  .grid_wrapper.grid-wrapper-desktop {
    display: none;
  }

  .grid_wrapper.grid-wrapper-mobile {
    display: block;
  }

  .grid_list {
    flex-direction: column;
    padding-top: 65em;
    padding-bottom: 65em;
  }

  .grid_text-wrap {
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    margin-top: auto;
    padding-left: 0;
    position: relative;
    top: auto;
  }

  .grid_text-item {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
  }

  .grid_text-title.heading-style-h4.text-color-white.is-culture-fixed {
    z-index: 1;
    padding-bottom: 2rem;
    font-size: 21px;
  }

  .chilly-cta-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border: 1px none var(--white);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    min-height: 60vh;
    padding: 1rem;
  }

  .circle-link {
    width: 140px;
    height: 140px;
    font-size: 10px;
  }

  .circle-link.light {
    border-radius: var(--radius);
    width: 100%;
    height: auto;
    padding: 10px;
    transition: background-color .2s;
  }

  .circle-link.light:hover {
    color: #000;
    background-color: #fff;
  }

  .button-text-3.light {
    display: none;
    transform: none;
  }

  .link-hover-fill.light {
    display: none;
  }

  .cta-heading-heading-wrap {
    grid-column-gap: var(--1-rem-gap);
    grid-row-gap: var(--1-rem-gap);
  }

  .cta-contact-wrap {
    width: 100%;
  }

  .insight-element-flex-wrap {
    flex-direction: column;
  }

  .insights-heading-wrap {
    width: 100%;
  }

  .insights-cms-wrap {
    grid-column-gap: var(--gap);
    grid-row-gap: var(--gap);
    width: 100%;
  }

  .collection-list {
    grid-column-gap: var(--gap);
    grid-row-gap: var(--gap);
    grid-template-columns: 1fr;
  }

  .insights-card-heading-wrap {
    height: auto;
    min-height: 60px;
    max-height: none;
  }

  .insights-card-description-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .insights-section-wrap {
    flex-direction: row;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer_component {
    z-index: 15;
    position: relative;
  }

  .footer-menu-wrap {
    flex-direction: column;
  }

  .chillypills-logo-footer-wrap {
    height: 15vh;
  }

  .footer-menu-right-wrap {
    grid-column-gap: var(--1-rem-gap);
    grid-row-gap: var(--1-rem-gap);
  }

  .footer-menu-left-wrap {
    width: 100%;
  }

  .footer-column-wrap {
    padding-left: 0;
  }

  .solutions-wrapper {
    grid-column-gap: var(--gap);
    grid-row-gap: var(--gap);
    justify-content: space-between;
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .magnetic-circle-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0;
  }

  .burger-wrapper {
    width: 15em;
    height: 15em;
  }

  .burger-wrapper.item-2 {
    width: 15em;
    height: 15em;
    top: auto;
    left: auto;
  }

  .burger-wrapper.item-3 {
    width: 15em;
    height: 15em;
  }

  .burger-wrapper.item-4 {
    width: 15em;
    height: 15em;
    top: auto;
    left: auto;
  }

  .burger-wrapper.item-1 {
    width: 15em;
    height: 15em;
    left: auto;
  }

  .magnetic-text-heading-wrap {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .footer-top-wrap {
    height: 20vh;
  }

  .menu-nonanimated-logo-wrap.w--current {
    opacity: 100;
    display: flex;
  }

  .projects-hero-wrap {
    align-items: center;
    min-height: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    overflow: hidden;
  }

  .projects-hero-wrap.projects {
    min-height: 100vh;
  }

  .heading-h1-wrap {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .heading-h1-wrap.proyectos {
    width: 100%;
    padding-bottom: 30px;
  }

  .heading-h1-wrap.single-insight {
    width: auto;
  }

  .fs-tabs_tabs {
    position: static;
  }

  .fs-tabs_collection-list {
    grid-column-gap: var(--gap);
    grid-row-gap: var(--gap);
    grid-template-columns: 1fr;
  }

  .fs-tabs_menu {
    z-index: 999;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    min-height: auto;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
    padding: .5rem 1rem;
    display: none;
    top: auto;
    bottom: 0;
    overflow: hidden;
  }

  .fs-tabs_link {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: 45px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 5px 15px 5px 0;
  }

  .fs-tabs_link.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .fs-tabs_link.projects-view-all {
    width: 95%;
    display: flex;
  }

  .project-item-wrap {
    position: relative;
  }

  .project-details-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    min-height: 80px;
    padding: .5rem 1rem;
    position: relative;
  }

  .project-image-wrap {
    height: 240px;
    min-height: auto;
  }

  .project-item-img {
    min-height: 35vh;
    max-height: 35vh;
  }

  .chilly-menu-wrap {
    align-items: center;
    display: none;
  }

  .menu_link {
    padding: .5rem 0;
  }

  .since-wrap {
    width: 100%;
  }

  .really-old-text {
    text-align: center;
    font-size: 22vw;
  }

  .related-wrap {
    width: 100%;
  }

  .underline {
    width: 100%;
    height: 5px;
    margin-top: 2rem;
    margin-left: auto;
  }

  .underline.solutions {
    width: 100%;
    height: 1px;
    margin-top: 1rem;
    top: auto;
    bottom: 0;
    left: auto;
  }

  .chilly-only-scroll-menu-wrap {
    display: none;
  }

  .hover-menu-wrap {
    overflow: auto;
  }

  .hover-menu-nav {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    overflow: auto;
  }

  .solutions-hero-wrap {
    align-items: center;
  }

  .solutions-card-wrap {
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
    padding: 1.5rem;
  }

  .solutions-card-description-wrap {
    height: auto;
    display: flex;
  }

  .solution-card-content-wrap {
    justify-content: space-between;
  }

  .card-project-img {
    object-fit: cover;
    height: 30vh;
  }

  .single-project-hero-wrap {
    grid-template-columns: 1fr;
    align-items: end;
    min-height: 85vh;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .single-project-hero-image-wrap {
    justify-content: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .single-project-heading-h1-wrap {
    min-width: auto;
    max-width: none;
    padding-bottom: 0;
  }

  .single-project-hero-img {
    width: 100%;
    min-width: 100%;
    min-height: 25vh;
  }

  .single-project-cards-grid {
    grid-template-columns: 1fr;
  }

  .single-project-card-item {
    height: 15vh;
  }

  .single-service-future-wrap {
    flex-direction: column;
    min-height: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .single-service-future-heading-wrap {
    max-width: 100%;
  }

  .single-service-future-content-wrap {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .beneficios-tabs-wrap {
    width: 100%;
    height: 30vh;
  }

  .section_single_solution_cta.special {
    z-index: 15;
    background-color: var(--121212);
    margin-top: 0;
    position: relative;
  }

  .project-text-wrap {
    grid-column-gap: var(--gap);
    grid-row-gap: var(--gap);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

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

  .project-grid-img {
    height: 250px;
    min-height: 250px;
  }

  .project-grid-img.third {
    height: 35vh;
  }

  .project-grid-img.fourth {
    height: 50vh;
  }

  .project-images-content-wrapper {
    padding-bottom: 2rem;
  }

  .project-hero-lightbox-img {
    object-fit: cover;
    height: 35vh;
  }

  .project-lightbox-fullwidth-wrap {
    height: 170px;
  }

  .project-lightbox-fullwidth-wrap.video {
    height: 100vh;
    display: block;
  }

  .project-lightbox-fullwidth-img {
    height: 170px;
  }

  .project-content-2-grid-wrap {
    flex-direction: column;
  }

  .project-card-image-wrap {
    height: auto;
  }

  .related-projects-heading-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .related-projects-component-wrap {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-us-hero-wrap {
    flex-direction: column;
  }

  .about-us-hero-content-wrap {
    flex-direction: column-reverse;
    height: auto;
  }

  .about-us-heading-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 90vh;
    display: flex;
  }

  .about-us-grid-img.img-1 {
    width: 100%;
    height: 110svh;
  }

  .about-us-grid-img.img-2 {
    height: 45svh;
  }

  .about-us-grid-img.img-3 {
    width: 100%;
    height: 45svh;
  }

  .about-us-grid-img.img-4 {
    height: 45svh;
  }

  .about-us-grid-img.wrap03 {
    width: 100%;
    height: 45svh;
  }

  .about-us-ourselves-wrap, .images-right-wrap {
    flex-direction: column;
    width: 100%;
  }

  .info-right-wrap {
    width: 100%;
  }

  .info-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .info-left-wrap {
    width: 100%;
  }

  .pill-bgimg {
    width: 100%;
    height: 40vh;
  }

  .text-lg {
    font-size: 1.13rem;
  }

  .counter-item {
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
  }

  .number-counter-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .h1 {
    font-size: 3rem;
  }

  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .team-members-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .spacer {
    display: none;
  }

  .features-left-heading {
    max-width: 100%;
    margin-left: auto;
  }

  .features-card {
    width: 80vw;
    min-height: 15rem;
  }

  .features-card._5 {
    flex-flow: column;
  }

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

  .features-wrapper-inner {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .features-card-wrapper {
    flex-flow: column;
    padding-left: 0%;
  }

  .section-features {
    height: 400vh;
  }

  .features-cards-wrapper {
    height: auto;
  }

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

  .contact-details-wrap {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .contact-details-wrap.margin-custom2 {
    grid-template-columns: .5fr;
  }

  .mapbox-wrap {
    height: 40svh;
  }

  .contact-subheading-wrap {
    width: auto;
  }

  .contact-details-main-wrapper {
    padding-bottom: 0;
  }

  .section_insights_hero {
    min-height: 90vh;
  }

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

  .insights-card-img {
    min-height: 30vh;
  }

  .single-insight-hero-wrap {
    min-height: 90svh;
  }

  .single-insight-hero-img-wrap {
    width: 100%;
    height: 100%;
  }

  .insight-hero-img {
    height: 40svh;
  }

  .insight-content-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .insight-content-heading-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .insight-content-heading-left-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

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

  .cta-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem 1rem;
  }

  .legal-content-wrap {
    flex-flow: column;
    display: flex;
  }

  .fs-cc-prefs_form {
    max-height: 75vh;
  }

  .fs-cc-banner_component {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    display: none;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-prefs_close {
    top: 1.5rem;
    right: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component {
    padding: .5rem;
    display: none;
  }

  .fs-cc-prefs_space-medium {
    flex-flow: column;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .product_link {
    flex-direction: column;
    min-height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .product_img {
    width: 100%;
  }

  .thanks-panel_text {
    font-size: 29em;
    transform: rotate(35deg);
  }

  .hero-panel {
    width: 520vw;
    height: 50vh;
    padding-right: 5vw;
  }

  .stagger-panel {
    width: 160vw;
  }

  .thanks-panel_img {
    font-size: 3.3em;
  }

  .thanks-panel_img.is-2 {
    margin-top: 17.4em;
    margin-left: -6.7em;
  }

  .thanks-panel_img.is-3 {
    margin-top: -13.6em;
    margin-left: 15.3em;
  }

  .thanks-panel_img.is-1 {
    margin-top: -30.2em;
    margin-left: -4.2em;
  }

  .sticky-element.disable-overflow {
    position: relative;
  }

  .section-height {
    height: 550vh;
    margin-bottom: 90vh;
  }

  .process-centered-wrap {
    padding-right: 5vw;
  }

  .solutions-element-item-wrap {
    min-height: 40vh;
  }

  .tab-dot-01 {
    display: none;
  }

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

  .product_img-2 {
    width: 100%;
  }

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

  .product_hover_img {
    width: 100%;
    min-width: 100%;
    height: 300px;
  }

  .up-next_img-wrap {
    display: flex;
  }

  .up-next_photo {
    height: 85svh;
  }

  .up-next_button {
    width: 6em;
    margin-left: auto;
    margin-right: auto;
  }

  .up-next_button:active {
    transform: scale(1.1);
  }

  .up-next_button.w--current {
    border-width: 1px;
    border-color: #ffffff4d;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .all-projects-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .split-content-sticky {
    top: 0;
  }

  .nav_hamburger_wrap {
    z-index: 2;
  }

  .menu_contain {
    width: 100%;
  }

  .hover-nav-menu {
    justify-content: center;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-2 {
    overflow: visible;
  }

  .flex-cms {
    align-items: flex-end;
    padding-left: 2rem;
  }

  .flex {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .lrg-nav-item {
    margin: 0;
  }

  .menu-header {
    flex: 1;
    font-size: 3rem;
  }

  .section_budget_hero {
    min-height: 95vh;
  }

  .section-budget-wrap {
    grid-column-gap: var(--1-rem-gap);
    grid-row-gap: var(--1-rem-gap);
    grid-template-columns: 1fr;
  }

  .chilly-main-header {
    width: 100%;
  }

  .underline-projects {
    width: 100%;
    height: 1px;
    margin-top: 2rem;
    margin-left: auto;
  }

  .underline-projects.solutions {
    width: 100%;
    height: 5px;
    margin-top: 1rem;
    top: auto;
    left: auto;
  }

  .underline-s-insight {
    width: 100%;
    height: 2px;
    margin-top: 5px;
    margin-left: auto;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .heading-7 {
    font-size: 3.25em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .swiper-component.slider1 {
    display: flex;
  }

  .swiper-wrapper {
    margin-left: 1.25rem;
  }

  .swiper-slide {
    filter: grayscale(0%);
  }

  .contact-heading-text, .contact-heading-text.stroke {
    font-size: 6rem;
  }

  .form-contact {
    height: auto;
    padding: 1rem;
  }

  .contacts-headings-content-wrap {
    grid-column-gap: var(--gap);
    grid-row-gap: var(--gap);
    flex-flow: column;
    overflow: visible;
  }

  .contact-sub-heading-right-wrap {
    width: auto;
  }

  .projects_grid_list {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .product_link_item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .page-loader_percent {
    font-size: 20vmin;
  }

  .page-loader_component {
    opacity: 0;
    display: none;
  }

  .page-loader_text {
    font-size: 20vmin;
  }

  .heading-8 {
    font-size: 8.5vw;
  }

  .methodology-heading-wrap {
    max-width: 100%;
    margin-top: 10vh;
    margin-bottom: 5vh;
    padding-top: 5vh;
    padding-left: 5%;
    padding-right: 5%;
    position: sticky;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .video-cms-code {
    height: 100vh;
  }

  .project-hero-image-wapper {
    min-height: 50vh;
  }

  .down-arrow {
    justify-content: center;
    align-items: flex-end;
    padding-right: 1.5rem;
  }

  .svg-3 {
    width: .6rem;
  }

  .project-hero-img {
    min-height: 50vh;
  }

  .project-details-link-wrap {
    width: auto;
  }

  .keep-scrolling {
    z-index: 9997;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 0;
    width: 140px;
    height: 45px;
    position: fixed;
    inset: auto 1rem 1rem auto;
  }

  .keep-scrolling-lottie {
    opacity: .9;
    width: 30px;
    height: 30px;
    position: relative;
    inset: auto;
  }

  .authors-collecton-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .keep-scrolling-copy {
    z-index: 9997;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 1;
    width: 140px;
    height: 45px;
    position: fixed;
    inset: auto 1rem 1rem auto;
  }

  .swipe-wrap {
    z-index: 9997;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 0;
    width: 200px;
    height: 45px;
    display: flex;
    position: fixed;
    inset: auto 1rem 1rem auto;
  }

  .swipe-lottie {
    opacity: .9;
    width: 60px;
    height: 60px;
    position: relative;
    inset: auto;
  }

  .swipe-wrap-lottie {
    z-index: 9997;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 0;
    width: 180px;
    height: 45px;
    display: flex;
    position: fixed;
    inset: auto 1rem 1rem auto;
  }

  .about-us-grid-img-right-parent {
    width: 100%;
    height: 65svh;
  }

  .mobile-tab-dropdown-wrap {
    border-radius: var(--radius);
    background-color: var(--d9d9d9);
    color: var(--222222);
    background-image: url('../images/dropdown-svgrepo-com.svg');
    background-position: 94%;
    margin-bottom: 1rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-top: 13px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .mobile-tab-dropdown-wrap:hover {
    background-color: var(--929292);
  }

  .macbook-frame {
    height: 200px;
    display: none;
  }

  .language-selector-wrap {
    flex: 1;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .fs-tabs_menu_mobile_toggle {
    width: auto;
    margin-bottom: auto;
    display: none;
  }

  .language_menu_link {
    justify-content: center;
    align-items: center;
    min-width: 60px;
    padding: .2rem .5rem;
    transition: color .2s, background-color .2s;
  }

  .language_menu_link:hover {
    color: var(--white);
    background-color: #000;
  }

  .section_project_fullwidth-image {
    min-height: 45svh;
  }

  .mapbox-wrapper {
    padding: 5%;
  }

  .project-item-video-img-wrap {
    height: 240px;
  }

  .project-item-video {
    min-height: 35vh;
    max-height: 35vh;
  }

  .project-item-video.single-project {
    height: 500px;
    min-height: 500px;
  }
}

#w-node-_058346f7-c431-10d8-2e8d-30ddc8824ccc-ef39b0e8 {
  justify-self: auto;
}

#Servicio-Que-Le-Interesa.w-node-_71609c14-3497-7074-a426-fae446d91e28-ef39b0e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Servicio-Que-Le-Interesa.w-node-_71609c14-3497-7074-a426-fae446d91e28-ef39b0e8:focus-visible {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field.w-node-aea11ca0-0dc5-3ae8-5f2f-8f63fe143364-ef39b0e8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71609c14-3497-7074-a426-fae446d91e29-ef39b0e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fed7773-7fab-3a3d-148e-14fd59da7275-ef39b0ee {
  place-self: start;
}

#w-node-_81cd79bd-dc3a-2e17-113a-29e6bdad0e2f-ef39b0ef {
  align-self: end;
}

#w-node-d7faf013-651f-b40c-06d9-f138c39f984e-ef39b0ef, #w-node-_1907bd6c-dee2-9f89-3f94-58062dea14b8-ef39b0ef, #w-node-_66ff44e6-4e56-6287-496f-65a464ab87e8-ef39b0ef, #w-node-_8adf0699-2290-271f-4515-92f0e4adc1a3-ef39b0ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70ceaaaf-3669-c9ae-4827-9d001257aba2-ef39b0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5ff0cf8a-4bd4-b5e7-c4a0-bc2a9adc34cb-ef39b0f3 {
  align-self: start;
}

#w-node-_866ddf66-4d56-4d17-0551-4ba4d4b761c7-ef39b0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d4de0ce-a20d-d074-fb55-821bd4dca1d5-ef39b0f3 {
  align-self: start;
}

#w-node-c42ffc5e-b446-4b9e-b967-3355f076318d-ef39b0f3, #w-node-c42ffc5e-b446-4b9e-b967-3355f0763196-ef39b0f3, #w-node-c42ffc5e-b446-4b9e-b967-3355f07631a0-ef39b0f3, #w-node-_4e4f85bd-6a65-d4c5-32b9-8639099d9bd0-ef39b0f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-ef39b0f7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-ef39b0f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-ef39b0f7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-ef39b0f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-ef39b0f7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-ef39b0f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-ef39b0f7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-ef39b0f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-ef39b0f7 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-ef39b0f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-ef39b0f7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-ef39b0f7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-ef39b0f7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-ef39b0f7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-ef39b0f7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-ef39b0f7, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-ef39b0f7, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-ef39b0f7, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-ef39b0f7, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-ef39b0f7, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-ef39b0f7 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-ef39b0f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-ef39b0f7 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-ef39b0f7, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-ef39b0f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-ef39b0f7 {
  justify-self: start;
}

#Servicio-Que-Le-Interesa.w-node-cd6ff549-7b5a-1d45-6b38-10e3f3e1e6f0-f3e1e6e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Servicio-Que-Le-Interesa.w-node-cd6ff549-7b5a-1d45-6b38-10e3f3e1e6f0-f3e1e6e9:focus-visible {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #Nombre-y-apellidos.w-node-_71609c14-3497-7074-a426-fae446d91e24-ef39b0e8, #Empresa.w-node-_71609c14-3497-7074-a426-fae446d91e25-ef39b0e8, #Email-5.w-node-_71609c14-3497-7074-a426-fae446d91e26-ef39b0e8, #Telefono.w-node-_71609c14-3497-7074-a426-fae446d91e27-ef39b0e8, #w-node-_71609c14-3497-7074-a426-fae446d91e29-ef39b0e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81cd79bd-dc3a-2e17-113a-29e6bdad0e2f-ef39b0ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #Nombre-y-apellidos.w-node-cd6ff549-7b5a-1d45-6b38-10e3f3e1e6ec-f3e1e6e9, #Empresa.w-node-cd6ff549-7b5a-1d45-6b38-10e3f3e1e6ed-f3e1e6e9, #Email-5.w-node-cd6ff549-7b5a-1d45-6b38-10e3f3e1e6ee-f3e1e6e9, #Telefono-de-contacto.w-node-cd6ff549-7b5a-1d45-6b38-10e3f3e1e6ef-f3e1e6e9, #w-node-cd6ff549-7b5a-1d45-6b38-10e3f3e1e6f1-f3e1e6e9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Sharp Grotesk 19';
  src: url('../fonts/sharpgroteskmedium19-regular.woff2') format('woff2'), url('../fonts/sharpgroteskmedium19-regular.eot') format('embedded-opentype'), url('../fonts/sharpgroteskmedium19-regular.woff') format('woff'), url('../fonts/sharpgroteskmedium19-regular.ttf') format('truetype'), url('../fonts/sharpgroteskbook19-regular.ttf') format('truetype'), url('../fonts/sharpgroteskmedium19-regular.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk 25';
  src: url('../fonts/sharpgroteskmedium25-regular.woff2') format('woff2'), url('../fonts/sharpgroteskmedium25-regular.eot') format('embedded-opentype'), url('../fonts/sharpgroteskmedium25-regular.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk 19';
  src: url('../fonts/sharpgroteskbook19-regular.woff2') format('woff2'), url('../fonts/sharpgrotesklight19-regular.woff2') format('woff2'), url('../fonts/sharpgroteskbook19-regular.eot') format('embedded-opentype'), url('../fonts/sharpgrotesklight19-regular.eot') format('embedded-opentype'), url('../fonts/sharpgrotesklight19-regular.woff') format('woff'), url('../fonts/sharpgrotesklight19-regular.ttf') format('truetype'), url('../fonts/sharpgroteskbook19-regular.svg') format('svg'), url('../fonts/sharpgrotesklight19-regular.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk 19';
  src: url('../fonts/sharpgroteskthin19-regular.woff2') format('woff2'), url('../fonts/sharpgroteskthin19-regular.eot') format('embedded-opentype'), url('../fonts/sharpgroteskthin19-regular.woff') format('woff'), url('../fonts/sharpgroteskthin19-regular.ttf') format('truetype'), url('../fonts/sharpgroteskthin19-regular.svg') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk 20';
  src: url('../fonts/sharpgrotesksmbold20-regular.woff2') format('woff2'), url('../fonts/sharpgrotesksmbold20-regular.eot') format('embedded-opentype'), url('../fonts/sharpgrotesksmbold20-regular.woff') format('woff'), url('../fonts/sharpgrotesksmbold20-regular.ttf') format('truetype'), url('../fonts/sharpgrotesksmbold20-regular.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk 19';
  src: url('../fonts/sharpgroteskbook19-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk 25';
  src: url('../fonts/sharpgroteskmedium25-regular.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Grotesk 25';
  src: url('../fonts/sharpgroteskmedium25-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}