.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fafafa;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Michroma, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  color: #eeeeef;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: #eeeeef;
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  color: #eeeeef;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  color: #2e2e36;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: #2e2e36;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #2e2e36;
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

a {
  color: #e8453d;
  text-decoration: none;
}

ul {
  color: #2e2e36;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

li {
  color: #fafafa;
}

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

blockquote {
  color: #e8453d;
  text-align: center;
  border-left: 5px #e2e2e2;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero {
  z-index: 1;
  min-height: 924px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #2e2e36;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.hero.podcast {
  min-height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
}

.hero.podcast.px {
  min-height: 100px;
  padding-bottom: 20px;
}

.container {
  z-index: 3;
  width: 100%;
  max-width: 1170px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  align-self: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.padding {
  margin-top: 100px;
  padding-top: 0;
}

.container.logos {
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.container.footer {
  background-color: rgba(0, 0, 0, 0);
}

.container.bg_black {
  flex: 0 auto;
}

.container.casestudy {
  background-color: #313131;
  position: relative;
  box-shadow: 3px 3px 14px 4px #242424;
}

.container.flex-horizontal {
  background-image: none;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-link {
  color: #eeeeef;
  letter-spacing: -.01em;
  white-space: nowrap;
  padding-left: 12px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.nav-link:hover {
  color: #fafafa;
}

.nav-link.w--current {
  color: #e8453d;
}

.nav-link.dark-link {
  color: #262626;
}

.brand {
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.brand.w--current {
  padding-left: 0;
}

.navigation-right {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}

.navbar-en {
  z-index: 4;
  min-height: 92px;
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0 0;
  background-size: auto;
  align-items: center;
  padding: 20px 3%;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-container {
  width: 100%;
  max-width: 1400px;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-left {
  width: 40%;
  align-items: center;
  display: flex;
}

.display {
  color: #fff;
  letter-spacing: 0;
  white-space: normal;
  margin-bottom: 32px;
  font-family: Varela, sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.display.part1 {
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-bottom: 2px #fafafa;
  border-radius: 0;
  margin-top: 1%;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.subtitle {
  z-index: auto;
  max-width: 500px;
  float: none;
  clear: none;
  color: #bcbcbf;
  text-align: center;
  object-fit: fill;
  object-position: 50% 50%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  position: static;
  left: 40px;
  right: auto;
}

.hero-content {
  z-index: 2;
  width: auto;
  flex-direction: column;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 4%;
  padding-top: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.hero-content.parte1 {
  z-index: 4;
  height: 80px;
  margin-top: 10%;
  margin-bottom: 0%;
}

.subtitle-container {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button {
  max-width: 190px;
  min-height: 56px;
  min-width: 160px;
  color: #fff;
  cursor: pointer;
  background-color: #e8453d;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-left: 0;
  margin-right: 100px;
  padding: 18px 24px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button.button-space {
  width: 200px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-left: 220px;
  margin-right: 220px;
  display: block;
}

.button.button-space.horizontal {
  object-fit: fill;
  background-color: #e8453d;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.button.button-space.horizontal.descargar {
  flex-wrap: nowrap;
  margin-left: 0;
}

.arrow {
  margin-left: 10px;
  transform: translate(0);
}

.arrow.down {
  transform: rotate(90deg);
}

.press-row {
  z-index: 5;
  width: 100%;
  min-height: 132px;
  background-color: #fafafa;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 100px 3%;
  position: static;
  overflow: hidden;
}

.content-section.cta2 {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-top: 0;
}

.content-section.cta {
  border: 1px solid rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 100px;
}

.content-section.cta.margin-top {
  flex-direction: column;
  padding-top: 100px;
  display: flex;
}

.content-section.results, .content-section.gallery, .content-section.interface-design {
  display: none;
}

.content-section.padding_top {
  padding-top: 160px;
}

.title-split {
  color: rgba(0, 0, 0, 0);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
  font-family: Manrope, sans-serif;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.title-split.padding-short {
  margin-bottom: 64px;
}

.title-split.vertical {
  flex-direction: column-reverse;
  align-items: flex-start;
}

.title-split.vertical.padding {
  padding-top: 100px;
}

.title-split.vertical.no-padding {
  margin-bottom: 0;
}

.paragraph-large {
  color: #69696e;
  letter-spacing: -.01em;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph-large.space-below {
  color: #bcbcbf;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-large.margin {
  color: #bcbcbf;
  margin-bottom: 40px;
}

.slide-nav {
  display: none;
}

.logo-wrapper {
  width: 100%;
  height: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid {
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.slider {
  width: 100%;
  max-height: 100px;
  background-color: rgba(0, 0, 0, 0);
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: block;
}

.right-arrow {
  width: 25px;
  height: 100%;
  background-image: url('../images/Arrow-Right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: none;
}

.left-arrow {
  width: 25px;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Arrow-Left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: none;
}

.service-wrapper {
  display: flex;
}

.service-column-large {
  width: 75%;
  min-height: 400px;
  flex: 1;
}

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

.paragraph {
  color: #bcbcbf;
  text-align: justify;
  letter-spacing: -.01em;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph:hover {
  color: #bcbcbf;
}

.paragraph.padding-below {
  column-count: 1;
  margin-bottom: 40px;
  display: block;
}

.paragraph.padding-below.white {
  color: #fafafa;
  margin-top: 8px;
  margin-bottom: 8px;
}

.paragraph.padding-below.black {
  color: #313131;
}

.paragraph.padding-below.no-padding-top {
  margin-top: 0;
  margin-bottom: 16px;
}

.paragraph.height_300 {
  height: 300px;
  column-count: 2;
}

.paragraph.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.podcast {
  display: block;
}

.paragraph.small {
  text-align: left;
  margin-top: 0;
  font-size: 14px;
}

.service-h4 {
  color: #fafafa;
  margin-top: 0;
  margin-bottom: 24px;
}

.service-icon {
  filter: invert() contrast(200%);
  margin-bottom: 32px;
}

.service-wrap {
  background-image: linear-gradient(rgba(250, 250, 250, .05), rgba(250, 250, 250, .05));
  padding: 40px;
  text-decoration: none;
}

.number {
  color: #fafafa;
  letter-spacing: -.03em;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
}

.button-outline {
  min-height: 60px;
  color: #e8453d;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #e8453d;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-outline:hover {
  color: #fff;
  background-color: #e8453d;
}

.background-block {
  z-index: -1;
  width: 65%;
  min-height: 500px;
  background-color: #fafafa;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.background-block.block-height {
  max-height: 80vh;
}

.tabs {
  z-index: 3;
  max-width: 1000px;
  display: flex;
}

.tab-wrapper {
  max-width: 240px;
  min-width: 300px;
  flex-direction: column;
  margin-right: 40px;
  padding-top: 0;
  display: flex;
}

.tab-wrapper:active {
  color: #fafafa;
}

.tabs-content {
  z-index: 5;
  width: 90%;
  overflow: visible;
}

.tab-link {
  width: auto;
  color: #bcbcbf;
  letter-spacing: -.03em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  padding: 33px 10px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
}

.tab-link:active {
  color: #fafafa;
}

.tab-link.w--current {
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fafafa;
  align-items: center;
  margin: 20px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.video-thumbnail {
  z-index: 5;
  width: 100%;
  max-width: none;
  min-width: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 10px;
  margin-left: 26px;
  position: static;
}

.video-wrapper {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-wrapper.company-video {
  margin-top: 96px;
  margin-bottom: 0;
}

.play-button {
  width: 100px;
  height: 100px;
  opacity: .8;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
  position: absolute;
}

.service-section {
  background-color: #fafafa;
  padding: 186px 3% 132px;
  position: relative;
  overflow: hidden;
}

.service-section.black {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.logo {
  height: 60px;
  max-width: none;
  min-width: 140px;
}

.content-h1 {
  color: #fafafa;
  text-align: left;
  letter-spacing: .03em;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 20px;
  font-family: Orbitron, sans-serif;
  font-size: 36px;
  font-weight: 400;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0%;
}

.content-h1.focus-colour {
  color: #e8453d;
}

.content-h1.white {
  color: #fafafa;
}

.content-h1.typo-black {
  width: 100%;
  color: #262626;
}

.content-h1.black {
  color: #262626;
}

.content-h1.no-margin {
  margin-top: 20px;
  margin-right: 0;
}

.detail {
  max-width: 600px;
  color: #bcbcbf;
  letter-spacing: -.01em;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.detail.viko {
  margin-top: 20px;
}

.banner-wrapper {
  margin-bottom: 50px;
}

.title-wrap-left {
  width: 100%;
  text-align: left;
  background-color: #313131;
  border: 1px solid rgba(0, 0, 0, .08);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px 24px;
  display: flex;
}

.menu-bottom {
  min-height: 120px;
  background-color: #fff;
  border-top: 1px rgba(23, 48, 73, .09);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-side {
  width: 15%;
  height: 100%;
  min-height: 100vh;
  min-width: 250px;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-37 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #e8453d;
  border-radius: 50px;
  margin-right: 10px;
  padding: 6px 15px;
  font-size: 12px;
}

.link-block-5 {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.elements-clone {
  align-items: flex-start;
  display: flex;
}

.colour-text {
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 14px;
  display: flex;
}

.button-grid {
  grid-column-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-bottom: 40px;
}

.style-guide-h2 {
  color: #fff;
  margin-top: 20px;
  font-size: 54px;
  line-height: 60px;
}

.colour-block {
  height: 120px;
  background-color: #8a8a8f;
}

.colour-block.c03 {
  background-color: #ff5367;
}

.colour-block.c02 {
  background-color: #e04c5d;
}

.colour-block.cp2 {
  color: #262626;
  background-color: #313131;
}

.colour-block.c05 {
  background-color: #ffeef0;
}

.colour-block.c04 {
  background-color: #ffbac2;
}

.colour-block.cb2 {
  background-color: #37d6aa;
}

.colour-block.cb3 {
  background-color: #0ed7aa;
}

.colour-block.cp4 {
  background-color: #8a8a8f;
}

.colour-block.cp1 {
  background-color: #e8453d;
}

.colour-block.cp3 {
  color: #e8453d;
  background-color: #69696e;
}

.colour-block.cb5 {
  background-color: #e6f7f5;
}

.colour-block.co1 {
  background-color: #c14654;
}

.colour-block.cp5 {
  background-color: #eeeeef;
}

.colour-block.cb4 {
  background-color: #9ae4d7;
}

.colour-block.cb1 {
  background-color: #37d6aa;
}

.colour-block.cd1 {
  background-color: #0976db;
}

.colour-block.cd2 {
  background-color: #0a82f0;
}

.colour-block.cd3 {
  background-color: #1790ff;
}

.colour-block.cd4 {
  background-color: #a2d3ff;
}

.colour-block.cd5 {
  background-color: #e8f4ff;
}

.colour-block.n1 {
  background-color: #262626;
}

.colour-block.n2 {
  background-color: #69696e;
}

.colour-block.n3 {
  background-color: #8a8a8f;
}

.colour-block.n4 {
  background-color: #bcbcbf;
}

.colour-block.n5 {
  background-color: #eeeeef;
}

.colour {
  width: 100%;
  background-color: #fff;
  align-items: center;
  display: block;
  overflow: hidden;
  box-shadow: 11px 11px 55px rgba(16, 18, 50, .08);
}

.style-guide-section {
  background-color: #262626;
  padding: 80px 3% 100px;
}

.style-guide-section.article {
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0 0;
  background-size: auto;
}

.detail-block {
  background-color: rgba(1, 188, 154, .05);
  border: 1px solid #e8453d;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 30px 20px;
  font-size: 17px;
}

.em {
  color: #fafafa;
  font-family: Varela, sans-serif;
  font-style: italic;
}

.menu-link {
  color: #5e5e5e;
  border-left: 4px solid #f5fafd;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.menu-link:hover {
  background-color: #fafafa;
  border-left-color: #01bc9a;
}

.menu-link.w--current {
  background-color: #fafafa;
  border-left: 4px solid #01bc9a;
}

.style-guide-heading {
  color: #fff;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
}

.title-grey {
  color: #8a8a8f;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.full-wrapper {
  width: 85%;
  background-color: #fff;
  border-right: 1px solid rgba(23, 48, 73, .05);
}

.content-container {
  width: 100%;
  max-width: 900px;
  margin: 45px auto 80px;
}

.banner-bar {
  min-height: 55px;
  color: #fff;
  background-color: #e8453d;
  justify-content: center;
  align-items: center;
  padding: 8px 3%;
  display: flex;
}

.span-opacity {
  color: #bcbcbf;
  font-weight: 500;
}

.display-heading {
  color: #2e2e36;
  font-family: Orbitron, sans-serif;
  font-size: 60px;
  line-height: 1;
}

.highlight {
  color: #fafafa;
  font-family: Manrope, sans-serif;
}

.style-guide-header {
  min-height: 200px;
  color: #e8453d;
  background-color: #262626;
  background-image: url('../images/hexagon-rigth.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-left: 12px solid #69696e;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  display: flex;
}

.banner-wrap-left {
  width: 100%;
  max-width: 1000px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.active-bar {
  width: 0%;
  background-color: #f5f7fd;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu-text {
  letter-spacing: 1px;
  font-weight: 600;
}

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

.bold {
  font-weight: 700;
}

.menu-title {
  border-bottom: 1px solid rgba(35, 42, 49, .13);
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 25px;
}

.banner-wrap {
  width: 100%;
  max-width: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block {
  margin-bottom: 45px;
}

.mark {
  background-color: rgba(1, 188, 154, .1);
}

.paragraph-small {
  max-width: 600px;
  color: #bcbcbf;
  background-color: rgba(0, 0, 0, 0);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.delete {
  color: #fafafa;
  font-family: Manrope, sans-serif;
  text-decoration: line-through;
}

.style-guide-h3 {
  color: #fafafa;
  margin-top: 0;
  margin-bottom: 14px;
}

.paragraph-light {
  max-width: 580px;
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.5;
}

.menu {
  height: auto;
  border-bottom: 1px solid rgba(23, 48, 73, .09);
  overflow: auto;
}

.colour-title {
  float: left;
  color: #101232;
  font-size: 16px;
  font-weight: 700;
}

.block-detail {
  width: 100%;
  border: 1px #bcbcbf;
  border-bottom: 1px solid #8a8a8f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.component-detail {
  color: #e8453d;
  margin-left: 8px;
}

.banner-bar-03 {
  min-height: 55px;
  color: #fff;
  background-color: #262626;
  justify-content: center;
  align-items: center;
  padding: 8px 3%;
  display: flex;
}

.style-guide-hero {
  min-height: 650px;
  background-color: #262626;
  background-image: url('../images/hexagon-rigth.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #262626;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.flowbase-link {
  color: #e8453d;
  text-decoration: none;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.underline {
  color: #fafafa;
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
}

.link-block-5-copy {
  color: #e8453d;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.notice-bar {
  z-index: 999;
  color: #2c2d36;
  background-color: #fff;
  border: 1px solid #eeeeef;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  display: block;
  position: fixed;
  bottom: 24px;
  left: 24px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .1);
}

.notice-button {
  color: #01bc9a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e8453d;
  padding: 10px 18px;
  text-decoration: none;
  transition: all .2s;
}

.notice-button:hover {
  border: 1px solid #e8453d;
}

.notice-text {
  margin-right: 12px;
}

.return-top {
  z-index: 9;
  width: 55px;
  height: 55px;
  background-color: #e8453d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 32px;
}

.return-top:hover {
  transform: translate(0, -8px);
}

.project {
  color: #2e2e36;
  text-decoration: none;
}

.bg-grey-block-right {
  z-index: -1;
  width: 60%;
  min-height: 500px;
  background-color: #fafafa;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-block {
  min-height: 380px;
  opacity: 1;
  color: #474646;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 60px 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-h1 {
  color: #fff;
  letter-spacing: .03em;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Orbitron, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
}

.cta-h1.typo-black, .cta-h1.text-color-black {
  color: #262626;
}

.content-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.line-button {
  display: flex;
}

.line-button.padding-top {
  margin-top: 25px;
  position: static;
}

.line-button.centre-button {
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}

.line-wrap {
  color: #01bc9a;
  text-align: left;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.line-wrap.link-ix-light {
  color: #01bc9a;
  font-size: 18px;
  text-decoration: none;
}

.line-wrap.line-space {
  margin-top: 28px;
}

.line-text {
  color: #e8453d;
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
}

.border-base {
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.border-inner {
  width: 100%;
  height: 100%;
  color: #e8453d;
  background-color: #e8453d;
}

.legal {
  z-index: 2;
  min-height: 83px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding: 22px 3%;
  display: flex;
  position: relative;
}

.legal-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.legal-links {
  align-items: center;
  display: flex;
}

.detail-link {
  max-width: 600px;
  color: #8a8a8f;
  letter-spacing: -.01em;
  margin-right: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.detail-link:hover {
  color: #e8453d;
}

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

.footer-column {
  padding-right: 20px;
}

.social-row {
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.social-square {
  width: 38px;
  height: 38px;
  background-color: #eeeeef;
  border: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  transition: border-color .25s;
  display: flex;
}

.social-square:hover {
  border-color: #e8453d;
}

.footer-title {
  color: #8a8a8f;
  text-align: right;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 600;
}

.footer-link {
  color: #2e2e36;
  text-align: right;
  letter-spacing: -.01em;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .45s;
  display: block;
}

.footer-link:hover {
  color: #01bc9a;
}

.cta-section {
  opacity: 1;
  background-color: #000;
  padding: 96px 3%;
  position: relative;
}

.project-image {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.image-wrapper {
  z-index: 2;
  opacity: 1;
  perspective: none;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  transform: none;
}

.footer-h4 {
  text-align: right;
  margin-bottom: 0;
}

.logo-dark {
  width: 220px;
  height: auto;
  min-width: 140px;
}

.logo-dark.elogia {
  width: auto;
  height: 80px;
  min-width: 0;
  margin-right: 20px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.logo-dark.viko {
  width: auto;
  height: 60px;
  margin-top: 0;
  margin-bottom: 12px;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.company-hero {
  min-height: 700px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  padding-top: 186px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.display-centre {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  margin-bottom: 24px;
  font-family: Orbitron, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.1;
}

.brand-span {
  color: #e8453d;
}

.hero-image-wrapper {
  z-index: 2;
  max-width: 1300px;
  justify-content: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-bg-bar {
  z-index: 0;
  min-height: 270px;
  background-color: rgba(49, 49, 49, .3);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-hero-image {
  width: 900px;
  height: 100%;
  max-height: 100%;
  object-fit: fill;
  font-size: 50%;
  line-height: 50%;
}

.paragraph-column {
  color: #bcbcbf;
  column-count: 2;
  column-gap: 132px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-column.height-300 {
  height: 300px;
}

.vision-image {
  width: 100%;
}

.paragraph-title {
  max-width: 500px;
  color: #bcbcbf;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  position: static;
}

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

.paragraph-title.orbitron {
  letter-spacing: .03em;
  font-family: Orbitron, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.blog-card {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 32px;
  display: flex;
}

.cta-wrapper {
  width: 100%;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-background {
  z-index: -3;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-background.front {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
}

.hero-background.no-bg {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
}

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

.value-block {
  min-height: 200px;
  color: #e8453d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f0f0f0;
  padding: 42px 32px;
}

.value-icon {
  filter: brightness(200%);
  margin-right: 12px;
}

.value-wrap {
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.team-block {
  width: 100%;
  min-height: 300px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 120px rgba(44, 44, 44, .17);
}

.team-item {
  width: 33.3333%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-item.cta {
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.team-bg {
  width: 180px;
  height: 180px;
  background-color: #353535;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-bg.cta {
  background-color: #2b2b2b;
}

.team-image {
  max-width: 100%;
  object-fit: cover;
  border-radius: 500px;
}

.team-name {
  text-align: center;
  margin-top: 32px;
}

.team-h3 {
  min-width: 200px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
}

.team-h3.cta {
  letter-spacing: 0;
}

.project-h3 {
  color: #fafafa;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3;
}

.header-dark {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 140px 3%;
  display: flex;
  position: relative;
}

.header-block {
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 35px;
  font-size: 16px;
  display: flex;
}

.container-tight {
  z-index: 1;
  max-width: 900px;
  color: #eeeeef;
  position: relative;
}

.container-tight.margin-top {
  margin-top: 100px;
}

.licence-image {
  height: 330px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.licence-asset {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.licence-grid {
  grid-template-rows: auto auto auto;
  margin-bottom: 100px;
}

.change-log-wrap {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, .08);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 30px;
  display: flex;
}

.new-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #01bc9a;
  margin-left: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.list {
  color: #eeeeef;
  margin-top: 15px;
  margin-bottom: 15px;
}

.content-grid {
  grid-template-rows: auto;
  margin-top: 0;
}

.company-image {
  width: 100%;
  margin-top: 40px;
}

.feature-block {
  background-color: #262626;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 36px;
  display: flex;
  position: absolute;
  left: -50%;
}

.company-section {
  padding: 186px 3% 40px;
  position: relative;
}

.company-column {
  padding-right: 60px;
  position: relative;
}

.number-wrap {
  padding: 26px 44px;
}

.subtitle-02 {
  color: #bcbcbf;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.feature-block-mobile {
  width: 140%;
  max-width: 1074px;
  min-height: 258px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  display: none;
  position: absolute;
  left: -40%;
  box-shadow: 85px 85px 122px rgba(212, 212, 219, .16);
}

.company-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.company-dot {
  position: absolute;
  top: 12%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.blog-hero {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  padding-top: 182px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.blog-section {
  background-color: #fff;
  padding: 186px 3% 40px;
  position: relative;
  overflow: hidden;
}

.blog-section.bg-black {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

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

.blog-detail-wrap {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.date {
  color: #bcbcbf;
  font-size: 16px;
}

.blog-h1 {
  max-width: 800px;
  color: #eeeeef;
  letter-spacing: .03em;
  margin-bottom: 32px;
  font-family: Orbitron, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.paragraph-title-white {
  max-width: 500px;
  color: #bcbcbf;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.display-h1 {
  color: #fff;
  letter-spacing: .03em;
  margin-bottom: 32px;
  margin-right: 20px;
  font-family: Orbitron, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.1;
}

.line-break {
  width: 100%;
  height: 1px;
  color: #313131;
  background-color: #313131;
  margin-top: 0;
  margin-bottom: 40px;
}

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

.service-type {
  margin-top: 12px;
}

.service-title {
  color: #bcbcbf;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.project-detail-h3 {
  color: #fafafa;
  letter-spacing: .03em;
  margin-top: 20px;
  margin-bottom: 12px;
  font-family: Orbitron, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.container-large {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.project-link-block {
  width: 100%;
  max-width: 1170px;
  background-color: #313131;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 132px;
  padding-right: 132px;
  position: relative;
}

.project-link {
  border-bottom: 1px solid #2e2e36;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: all .3s;
  display: flex;
}

.project-link:hover {
  border-bottom-color: #c2c2c7;
}

.title-wrapper {
  align-items: center;
  display: flex;
}

.service-type-h4 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.service-detail {
  color: #69696e;
  margin-right: 32px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.project-link-grid {
  grid-column-gap: 96px;
  grid-row-gap: 8px;
  margin-bottom: 0;
}

.project-image-1 {
  z-index: 2;
  width: 100%;
  position: relative;
}

.white-bg-bar-02 {
  z-index: 1;
  min-height: 140px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.strategy-content {
  max-height: 100%;
  grid-column-gap: 60px;
  color: #242222;
  grid-template-rows: auto;
}

.section {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 0%;
  position: relative;
  overflow: hidden;
}

.section.footer {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 10px;
}

.section.latest-episode {
  padding-left: 0;
}

.newsletter-block {
  width: 100%;
  max-width: 550px;
  margin-top: 32px;
}

.form {
  flex-direction: column;
  display: flex;
}

.newsletter-field {
  min-height: 62px;
  margin-bottom: 0;
  padding-left: 24px;
}

.newsletter-wrap {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.cta-title {
  color: rgba(250, 250, 250, .5);
  text-align: center;
  font-size: 16px;
}

.cta-title.typo-black {
  color: #262626;
}

.value-h4 {
  color: #fff;
  margin-bottom: 0;
}

.team-title {
  color: #bcbcbf;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.team-list.advisor {
  justify-content: center;
  display: flex;
}

.start-project {
  color: #fff;
  letter-spacing: -.01em;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.start-project:hover {
  color: #e8453d;
}

.start-project.w--current {
  color: #01bc9a;
}

.icon-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: flex;
}

.icon-wrap {
  padding: 17px;
}

.service-hero-grid {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.service-image {
  width: 100%;
}

.service-image-wrap {
  margin-top: 60px;
}

.slider-wrap {
  width: 100%;
  position: relative;
}

.company-slider {
  width: 370px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  margin-top: 140px;
}

.slide-basic {
  padding: 18px;
}

.slider-image-wrap {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-mask {
  width: auto;
  overflow: visible;
}

.service-content-grid {
  grid-column-gap: 55px;
  grid-template-rows: auto;
}

.service-detail-block {
  margin-bottom: 48px;
  padding-right: 60px;
}

.signature {
  margin-top: 32px;
}

.slide-nav-3 {
  display: none;
}

.service-hero {
  min-height: 700px;
  background-color: #25252e;
  justify-content: center;
  align-items: flex-start;
  padding-top: 186px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.casestudy_column {
  padding-top: 0;
}

.content-h2 {
  max-width: 550px;
  color: #eeeeef;
  margin-bottom: 32px;
  font-size: 44px;
}

.content-h2._100 {
  max-width: none;
}

.solution-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 96px 3% 20px;
  position: relative;
  overflow: hidden;
}

.full-image {
  min-height: 800px;
  background-image: url('../images/Mockup.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.full-image.okify {
  background-image: url('../images/pareja.png');
}

.full-image.coventia {
  background-image: url('../images/familia_optimized2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.full-image.surippa {
  background-image: url('../images/SURIPPA-10.jpg');
  background-position: 100%;
}

.full-image.surippa.margin-bottom {
  margin-bottom: 40px;
}

.branding-block {
  max-width: 550px;
  float: left;
  color: #313131;
  background-color: #313131;
  padding: 64px;
  position: relative;
  top: 60px;
  box-shadow: 85px 85px 122px rgba(49, 49, 49, .31);
}

.branding-block.right {
  float: right;
}

.case-study-logo {
  width: 200px;
  margin-bottom: 40px;
}

.gallery-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

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

.gallery-image-wrapper {
  height: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.hero-title.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}

.article {
  color: #eeeeef;
}

.article p {
  color: #bcbcbf;
}

.article img {
  width: 100%;
}

.article h3 {
  margin-top: 32px;
}

.article h4 {
  margin-top: 20px;
}

.article h2 {
  margin-top: 40px;
}

.work-hero {
  min-height: 680px;
  background-color: #25252e;
  justify-content: center;
  align-items: flex-start;
  padding: 186px 3% 120px;
  display: flex;
  position: relative;
}

.work-section {
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.footer-logo {
  height: auto;
  margin-bottom: 0;
}

.footer-logo.w--current {
  margin-bottom: 16px;
}

.team-image-wrap {
  width: 232px;
  height: 232px;
  background-color: #eeeeef;
  border-radius: 100%;
  margin-bottom: 26px;
}

.brand-link {
  color: #e8453d;
}

.form-body {
  padding: 182px 3% 132px;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  position: static;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.previous-button {
  color: #bcbcbf;
  font-weight: 500;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, .55);
}

.form-content {
  width: 100%;
}

.form-wrap {
  width: 100%;
  max-width: 560px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-slider {
  height: 100%;
  max-width: 780px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.form-section-title {
  color: #262626;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4;
}

.slider-content-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.next-button {
  flex: 1;
  align-self: center;
  transition: background-color .2s ease-in;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form-line {
  width: 100%;
  height: 1px;
  background-color: #e7ecf5;
  position: absolute;
}

.field-input {
  width: 100%;
  height: 62px;
  letter-spacing: -.3px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e0dd;
  margin-bottom: 4px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #e8453d;
}

.field-input::-ms-input-placeholder {
  color: #bcbcbf;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.field-input::placeholder {
  color: #bcbcbf;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.next {
  width: auto;
  height: 60px;
  white-space: nowrap;
  background-color: #e8453d;
  justify-content: center;
  align-items: center;
  padding: 16px 38px;
  font-size: 16px;
  display: flex;
  top: auto;
  bottom: -40px;
  left: auto;
  right: 0%;
  overflow: visible;
}

.previous {
  width: auto;
  height: 35px;
  max-width: 100px;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
  transition: opacity .2s;
  display: flex;
  top: auto;
  bottom: -25px;
  left: 15px;
  right: auto;
  overflow: visible;
}

.previous:hover {
  opacity: 1;
}

.form-support-wrap {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.success-message {
  color: #e8453d;
  letter-spacing: 1px;
  background-color: rgba(1, 188, 154, .1);
  margin-top: 40px;
  padding: 20px;
}

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

.form-wrapper {
  margin-bottom: 0;
  display: block;
}

.arrow-back {
  margin-right: 8px;
}

.support-avatar {
  z-index: 5;
  width: 83px;
  height: 83px;
  background-color: #e8453d;
  background-image: url('../images/team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  position: relative;
  box-shadow: 0 6px 35px 1px rgba(73, 65, 139, .32);
}

.licence-link {
  background-color: #fafafa;
  padding: 10px 20px;
  font-weight: 600;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 15px;
  right: auto;
}

.started-block {
  background-color: #eeeeef;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px 29px;
}

.paragraph-6 {
  margin-bottom: 0;
}

.title-text {
  color: #bcbcbf;
  text-align: center;
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.button-home {
  min-height: 62px;
  color: #fff;
  background-color: #262626;
  justify-content: center;
  align-items: center;
  padding: 18px 45px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.h1 {
  font-family: Michroma, sans-serif;
}

.h2 {
  color: #fafafa;
  font-family: Manrope, sans-serif;
}

.h2.white {
  color: #fff;
  text-align: left;
  letter-spacing: .03em;
  font-family: Orbitron, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.h3 {
  color: #fafafa;
  font-family: Manrope, sans-serif;
}

.h4 {
  color: #eeeeef;
  letter-spacing: .03em;
  background-color: rgba(0, 0, 0, 0);
  font-family: Orbitron, sans-serif;
  font-weight: 400;
}

.h5, .h6 {
  color: #bcbcbf;
  font-family: Manrope, sans-serif;
}

.style-guide-menu {
  min-height: 130px;
  background-color: #262626;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plain-logo {
  width: 144px;
}

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

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox-default {
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #bcbcbf;
  border-radius: 0;
  margin-top: 0;
  margin-right: 13px;
}

.checkbox-default.w--redirected-checked {
  background-color: #e8453d;
  background-size: 14px;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.form-mask {
  overflow: hidden;
}

.team-section {
  letter-spacing: .03px;
  background-color: rgba(0, 0, 0, 0);
  padding: 182px 3% 0;
  position: relative;
  overflow: hidden;
}

.author-description {
  max-width: 560px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-heading {
  letter-spacing: .03em;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-weight: 400;
}

.author-heading.text-style-black {
  color: #262626;
  letter-spacing: .03em;
  font-size: 36px;
}

.blog-content {
  min-height: 124px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-link {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.blog-image-wrap {
  height: 400px;
  overflow: hidden;
}

.blog-title {
  width: 100%;
  height: 80px;
  color: #eeeeef;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-title.typo-black {
  color: #262626;
}

.blog-item {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 40px;
}

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

.author-block {
  width: 100%;
  max-width: 824px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-link {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-end;
  margin-left: 12px;
  margin-right: 12px;
  transition: border-color .25s;
  display: flex;
}

.social-link:hover {
  border-color: #e8453d;
}

.overview-wrapper {
  padding-right: 60px;
}

.gallery-content {
  max-width: 700px;
  margin-top: 60px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #262626;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

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

.utility-page-form {
  max-width: 450px;
  min-width: 390px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 140px;
  height: 140px;
}

.button-full {
  width: 100%;
  min-height: 62px;
  color: #fff;
  background-color: #e8453d;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 18px 32px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.h2-white {
  color: #fff;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1;
}

.author-name-wrap {
  align-items: center;
  display: flex;
}

.author-avatar {
  width: 52px;
  height: 52px;
  background-color: #e8453d;
  border-radius: 100px;
  margin-right: 18px;
}

.team-detail {
  color: #fff;
  font-size: 16px;
}

.full-page-blog {
  background-color: #fafafa;
  padding: 182px 3% 96px;
  position: relative;
  overflow: hidden;
}

.field-input-large {
  width: 100%;
  max-width: 550px;
  min-height: 120px;
  letter-spacing: -.3px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e4e0dd;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.field-input-large:focus {
  border-color: #e8453d;
}

.field-input-large::-ms-input-placeholder {
  color: #bcbcbf;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.field-input-large::placeholder {
  color: #bcbcbf;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.header-light {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 182px 3% 164px;
  display: flex;
  position: relative;
}

.title-wrap-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.display-centre-dark {
  color: #262626;
  text-align: center;
  margin-bottom: 24px;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
}

.right-arrow-slider {
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -82px;
  bottom: auto;
  left: 15%;
  right: auto;
}

.left-arrow-slider {
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -82px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.gallery-grid-reverse {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.icon-block {
  min-height: 451px;
  background-color: #f7f7fd;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-block-black {
  z-index: -1;
  width: 65%;
  min-height: 500px;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.project-ui {
  box-shadow: 85px 85px 122px rgba(0, 0, 0, .05);
}

.results-block {
  min-height: 182px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.number-large {
  color: #2e2e36;
  margin-bottom: 4px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.subtitle-03 {
  max-width: 400px;
  color: #8a8a8f;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.results-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.value-section {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 100px 3%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.div-block-127 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-name-dark {
  color: #eeeeef;
  font-size: 18px;
  font-weight: 500;
}

.work-grid {
  grid-column-gap: 86px;
  grid-template-rows: auto;
}

.work-grid.small {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 0;
}

.work-item {
  margin-bottom: 0;
  padding: 15px;
}

.work-full-wrap {
  position: relative;
  top: -182px;
}

.article-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 96px 3%;
  position: relative;
  overflow: hidden;
}

.contact-grid {
  width: 100%;
}

.project-hero {
  min-height: 680px;
  background-color: #262626;
  justify-content: center;
  align-items: flex-start;
  padding-top: 186px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.display-h1-dark {
  max-width: 550px;
  color: #2e2e36;
  margin-bottom: 32px;
  margin-right: 20px;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.1;
}

.button-dark {
  min-height: 62px;
  color: #fff;
  background-color: #2e2e36;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

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

.blog-article {
  color: #eeeeef;
  background-color: rgba(0, 0, 0, 0);
  padding: 92px 3% 40px;
  position: relative;
  overflow: hidden;
}

.button-contact {
  min-height: 62px;
  color: #fff;
  background-color: #01bc9a;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 28px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.button-newsletter {
  min-height: 62px;
  color: #fff;
  background-color: #e8453d;
  justify-content: center;
  align-items: center;
  padding: 18px 28px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.error-message {
  margin-top: 40px;
  padding: 20px;
}

.success-message-02 {
  color: #e8453d;
  letter-spacing: 1px;
  background-color: #f5fffd;
  padding: 20px;
}

.blog-title-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 96px;
  display: flex;
}

.list-2 {
  color: #bcbcbf;
  list-style-type: decimal;
}

.example-typography {
  font-size: 90px;
}

.plain-link {
  text-decoration: underline;
}

.paragraph-7 {
  font-family: Manrope, sans-serif;
}

.bold-text {
  color: #fafafa;
  font-family: Montserrat, sans-serif;
}

.italic-text {
  font-family: Montserrat, sans-serif;
}

.read-more {
  color: #0a0ab9;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.image-2 {
  background-color: rgba(0, 0, 0, 0);
}

.image-3 {
  font-size: 14px;
  line-height: 20px;
}

.image-4 {
  filter: invert(24%);
}

.noise {
  z-index: -1;
  width: 100%;
  opacity: .12;
  color: #000;
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.noise.front {
  z-index: 2;
  background-color: #262626;
}

.button-2 {
  min-height: 62px;
  color: #fff;
  background-color: #0ed7aa;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.marquee-horizontal {
  z-index: 200;
  width: 100%;
  height: 40px;
  background-color: #e8453d;
  justify-content: flex-start;
  align-items: center;
  font-size: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal.big {
  z-index: 0;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.marquee-text {
  color: #262626;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-family: Orbitron, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.marquee-text._2 {
  color: rgba(0, 0, 0, 0);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Ardela edge x01, sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.marquee-cover {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.marquee {
  width: 100%;
  height: 600px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-vertical {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.flex-vertical.test {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-horizontal {
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 60%, #262626);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.test {
  background-image: none;
  overflow: visible;
}

.container-2 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container-2.flex-vertical {
  width: 100%;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.image-6 {
  margin-top: 0;
}

.content-h1-2 {
  max-width: 550px;
  color: #fff;
  letter-spacing: .05em;
  object-fit: contain;
  margin-right: 20px;
  font-family: Orbitron, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.content-h1-2.no-maxw {
  max-width: none;
  margin-bottom: 40px;
}

.title-split-2 {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  font-family: Manrope, sans-serif;
  display: flex;
}

.title-split-2.padding-short {
  align-items: flex-start;
  margin-bottom: 64px;
}

.container-3 {
  z-index: 3;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph_clients {
  color: #bcbcbf;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 400;
}

.value-h4-2 {
  color: #fff;
  letter-spacing: .03em;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-weight: 400;
}

.value-block-2 {
  min-height: 200px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fafafa;
  padding: 42px 32px;
}

.value-block-2:hover {
  transform: rotate(0)translate(-12px, -12px);
  box-shadow: 14px 14px 0 -1px #e8453d;
}

.value-icon-2 {
  filter: brightness(0%) invert();
  color: #fafafa;
  margin-right: 12px;
}

.paragraph-title-2 {
  max-width: 500px;
  color: #bcbcbf;
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 2px;
  padding-left: 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  position: static;
}

.paragraph-36 {
  color: #bcbcbf;
  font-weight: 400;
}

.paragraph-37 {
  color: #bcbcbf;
}

.content-h1-3 {
  max-width: 500px;
  color: #fff;
  letter-spacing: .03em;
  margin-right: 0;
  font-family: Orbitron, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.content-section-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 100px 3%;
  position: relative;
  overflow: hidden;
}

.content-section-2.work {
  margin-top: 100px;
}

.border-inner-2 {
  width: 100%;
  height: 100%;
  color: #0ed7aa;
  background-color: #e8453d;
}

.line-text-2 {
  color: #e8453d;
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
}

.project-h3-2 {
  color: #bcbcbf;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-title-3 {
  max-width: 500px;
  color: #bcbcbf;
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  margin-left: 18px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  position: static;
}

.line-horizontal {
  width: 50%;
  height: 4px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
  position: relative;
  left: auto;
}

.line-horizontal.long {
  width: 70%;
}

.line-vertical {
  width: 4px;
  height: 52px;
  background-color: #fafafa;
}

.pointer {
  width: 12px;
  height: 12px;
  float: left;
  clear: left;
  border: 8px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 7px;
  bottom: auto;
  left: 7px;
  right: 0%;
  box-shadow: 0 0 20px 20px rgba(250, 250, 250, .09);
}

.big-pointer {
  width: 36px;
  height: 36px;
  border: 3px solid #eeeeef;
  border-radius: 20px;
  align-self: center;
  display: block;
  position: absolute;
  top: 6px;
  bottom: 0%;
  left: 6px;
  right: auto;
}

.big-pointer.bigger {
  width: 54px;
  height: 54px;
  text-align: center;
  border-style: dashed;
  border-width: 3px;
  border-radius: 50px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: -3px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span {
  color: #fafafa;
}

.title-split-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  display: flex;
}

.container-5 {
  z-index: 3;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-h1-4 {
  max-width: 900px;
  color: #eeeeef;
  letter-spacing: .03em;
  margin-right: 20px;
  font-family: Orbitron, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.paragraph-column-2 {
  color: #bcbcbf;
  column-count: 2;
  column-gap: 132px;
  margin-bottom: 80px;
  font-weight: 400;
}

.typed-words {
  color: #fff;
  letter-spacing: .03em;
  font-family: Orbitron, sans-serif;
  font-size: 72px;
  font-weight: 400;
}

.text-block-10 {
  color: #e8453d;
}

.bold-text-2 {
  color: #fafafa;
  font-weight: 500;
}

.collection-list-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.collection-list-wrapper.cta {
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-legal {
  padding-top: 20px;
  padding-bottom: 20px;
}

.link, .link-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .link-3, .link-4, .link-5, .link-6, .link-7 {
  color: #e8453d;
}

.text-block-11, .text-block-12 {
  justify-content: center;
  display: flex;
}

.text-block-13, .text-block-14, .text-block-15 {
  text-align: center;
}

.columns {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-2, .columns-3, .columns-4 {
  border-bottom: 1px solid #69696e;
  border-radius: 1px;
}

.columns-5, .columns-6 {
  border-bottom: 1px solid #69696e;
}

.container-cookies {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-16 {
  margin-top: 20px;
}

.div-block-130 {
  align-self: center;
  display: flex;
}

.footer-text {
  color: #bcbcbf;
  text-align: right;
  letter-spacing: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

.cta2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-12 {
  color: #fafafa;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.list-item {
  color: #bcbcbf;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
}

.list-3 {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 0;
}

.text-block-18 {
  color: #bcbcbf;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.column-12 {
  height: 100%;
  min-height: 0%;
  text-align: left;
  padding-left: 0;
}

.columns-7 {
  z-index: 5;
  width: 900px;
  height: 340px;
  color: #bcbcbf;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.column-13 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.text-span-4, .text-span-5, .text-span-6 {
  color: #fafafa;
}

.cta-message {
  color: #fafafa;
  text-align: center;
  letter-spacing: 0;
  cursor: default;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.bold-text-9 {
  color: #e8453d;
  cursor: pointer;
}

.bold-text-9:hover {
  color: #fafafa;
}

.link-linkedin {
  min-height: 62px;
  background-image: url('../images/akar-icons_linkedin-fill.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.nav-link-4 {
  color: #eeeeef;
  letter-spacing: -.01em;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.nav-link-4:hover, .nav-link-4.w--current {
  color: #c73f33;
}

.nav-link-4.dark-link {
  color: #8a8a8f;
}

.nav-link-4.dark-link:hover {
  color: #e8453d;
}

.nav-link-4.dark-link {
  color: #bcbcbf;
  white-space: nowrap;
  flex: 0 auto;
  font-weight: 500;
}

.nav-link-4.dark-link:hover {
  direction: ltr;
  color: #fafafa;
  text-align: left;
  letter-spacing: 0;
  border: 2px rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-bottom: 18px;
  text-decoration: none;
}

.nav-link-4.dark-link.right {
  text-align: right;
  padding-left: 100px;
  padding-right: 0;
  transition-property: none;
}

.nav-link-4.dark-link.right:hover {
  transform: none;
}

.nav-link-4.dark-link.right.w--current {
  transition-property: none;
}

.nav-link-4.light-link {
  color: #8a8a8f;
}

.nav-link-4.light-link:hover {
  color: #313131;
  transform: scale(1.1);
}

.start-project-2 {
  color: #fff;
  letter-spacing: -.01em;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.start-project-2:hover {
  color: #e8453d;
}

.start-project-2.w--current {
  color: #01bc9a;
}

.button-outline-2 {
  min-height: 52px;
  color: #e8453d;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #e8453d;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

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

.button-outline-2.episode {
  width: 176px;
  color: #fafafa;
  text-align: center;
  border-color: #fafafa;
  justify-content: center;
  align-self: center;
  margin-top: 20px;
  margin-left: 0;
}

.button-outline-2.episode:hover {
  border-color: #e8453d;
}

.navigation-right-2 {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}

.link-block-6 {
  color: #e8453d;
}

.text-block-19 {
  opacity: 1;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  padding: 10px;
}

.text-block {
  color: #eeeeef;
}

.text-block.text-color-black {
  color: #262626;
}

.text-stage {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-family: Orbitron, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-stage:hover {
  color: #eeeeef;
}

.text-span-7 {
  font-family: Montserrat, sans-serif;
}

.columns-cta {
  width: 310px;
  height: 320px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: block;
}

.html-embed {
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.text-span-startup {
  color: #fafafa;
  letter-spacing: .03em;
  font-family: Orbitron, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.text-span-9, .text-span-10 {
  letter-spacing: .03em;
  font-family: Orbitron, sans-serif;
  font-weight: 500;
}

.cover-client {
  background-color: rgba(49, 49, 49, .66);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cover-client:hover {
  opacity: 1;
  background-color: rgba(49, 49, 49, .66);
}

.image-7 {
  width: 140px;
  flex: 0 auto;
  align-self: center;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-134 {
  width: 200px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-135 {
  text-align: right;
}

.tab-next.w--current, .tab-prev.w--current {
  padding-left: 10px;
  padding-right: 10px;
}

.tabs-selector {
  text-align: right;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-38 {
  color: #bcbcbf;
}

.image-8 {
  border-radius: 100px;
}

.tab-pane-tab-1 {
  z-index: 5;
}

.categories {
  justify-content: flex-end;
  display: flex;
}

.tab-link-tab-1 {
  color: #bcbcbf;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-1:hover {
  color: #fafafa;
  border-color: #fafafa;
}

.tab-link-tab-1.w--current {
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fafafa;
}

.tab-link-tab-2 {
  color: #bcbcbf;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-2:hover {
  color: #fafafa;
  border-color: #fafafa;
}

.tab-link-tab-2.w--current {
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fafafa;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-3 {
  color: #bcbcbf;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-3:hover {
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fafafa;
}

.tab-link-tab-3.w--current {
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fafafa;
  margin-left: 10px;
  margin-right: 10px;
}

.tabs-content-2 {
  margin-top: 40px;
}

.logo_casestudy {
  width: 148px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
}

.content-h3 {
  color: #fafafa;
  letter-spacing: 0;
  font-size: 36px;
  font-weight: 400;
}

.timeline {
  justify-content: center;
  display: flex;
}

.section-2 {
  min-height: 100vh;
  min-width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.seperator {
  width: 3px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff 19%, #fff 75%, rgba(0, 0, 0, 0));
  align-self: flex-start;
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(-50%);
}

.history-item {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
}

.history-item-line {
  z-index: -1;
  width: 100px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.history-item-line.history-item-line-right {
  left: 0;
  right: auto;
}

.container-6 {
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
}

.history {
  width: 100%;
  flex-direction: column;
  margin-left: 140px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.history-item-wrapper {
  width: 50%;
  padding-right: 100px;
  position: relative;
}

.history-item-wrapper.history-item-wrapper-right {
  width: 100%;
  align-self: flex-end;
  padding-left: 100px;
  padding-right: 0;
}

.history-item-bullet {
  z-index: -1;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
}

.history-item-bullet.history-item-bullet-right {
  width: 28px;
  height: 28px;
  left: -15px;
  right: auto;
}

.strategy-columns {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.project-title {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 186px;
}

.hero-logo {
  float: none;
  clear: none;
  text-align: right;
  padding-top: 0;
  padding-bottom: 20px;
}

.hero-column {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
}

.div-block-136 {
  width: 194px;
  height: 194px;
  float: none;
  clear: right;
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: -120px;
  left: -120px;
  overflow: visible;
  transform: rotate(45deg);
}

.hero-column {
  height: 100%;
}

.hero-column.column-image {
  background-image: url('../images/iPad-Pro-mockup-on-white-table-Mockuuups-Studio_1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-column.column-image.equipzilla {
  background-image: url('../images/AdobeStock_180096127-e1553163996115_2-1.jpg');
  background-position: 50%;
}

.hero-column.column-image.coventia {
  background-image: url('../images/Niños.png');
  background-position: 25% 100%;
}

.hero-column.column-image.surippa {
  background-image: url('../images/SURIPPA.png');
  background-position: 30% 100%;
}

.icon.invert {
  filter: invert();
  text-align: left;
  border-radius: 0;
  margin-top: 4px;
  display: block;
}

.author-title {
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-13 {
  letter-spacing: .03em;
  font-family: Orbitron, sans-serif;
  font-weight: 400;
}

.text-block-20 {
  color: #fafafa;
}

.text-block-21 {
  color: #bcbcbf;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.empty-state-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/White-Grain.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.margin-bottom {
  color: #bcbcbf;
  font-weight: 400;
}

.bg-elogia {
  height: 500px;
  background-image: url('../images/elogia-oficina-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-22, .block-quote, .rich-text-block {
  color: #bcbcbf;
}

.body {
  color: rgba(0, 0, 0, 0);
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 0;
}

.body.case-study {
  background-image: none;
}

.body-2 {
  background-color: #262626;
  background-image: url('../images/White-Grain.png');
  background-position: 0 0;
  background-size: auto;
}

.cl-box {
  width: 500px;
  height: auto;
  border: 2px solid #fafafa;
  padding: 36px;
  font-family: Raleway, sans-serif;
  display: block;
  box-shadow: 17px 17px #e8453d;
}

.cl-box.margin-bottom {
  width: 380px;
  margin-bottom: 40px;
  padding: 32px;
}

.podcast-title {
  text-align: center;
  letter-spacing: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  font-size: 48px;
}

.html-embed-2 {
  margin-top: 60px;
}

.image-9 {
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
}

.collection-item {
  background-color: rgba(0, 0, 0, 0);
}

.collection-list {
  border-bottom: 1px #000;
}

.latest-episodes-hero {
  display: block;
}

.container-default-1256px {
  width: auto;
  max-width: 1256px;
  text-align: left;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-default-1256px.margin-bottom {
  margin-bottom: 60px;
}

.container-default-1256px.margin-bottom.vertical {
  margin-bottom: 0;
}

.container-default-1256px.vertical {
  flex-direction: column;
}

.container-default-1256px.vertical.margin-top {
  margin-top: 32px;
}

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

.latest-episode-hero-content {
  width: 100%;
}

.image-10 {
  width: 100%;
  height: auto;
  max-width: none;
}

.split-content {
  width: 60%;
}

.split-content.margin-left {
  width: 100%;
  margin-left: 48px;
}

.collection-item-2 {
  align-items: flex-start;
  display: flex;
}

.heading-14 {
  display: block;
}

.container-1050px {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

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

.top-content {
  justify-content: space-between;
  margin-bottom: 25px;
  display: block;
}

.slplit-content {
  max-width: 469px;
  position: relative;
}

.heading-15 {
  margin-bottom: 18px;
}

.dropdown-suscribe {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  background-color: #e8453d;
  padding: 26px 56px;
  display: none;
}

.text-block-24 {
  font-size: 20px;
}

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

.episode-card-content {
  background-color: rgba(255, 255, 255, .03);
  border-radius: 2px;
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 42px 45px;
  display: flex;
}

.link-block-7 {
  width: 500px;
  margin-right: 48px;
}

.episode-card-details {
  width: 100%;
}

.category-wrapper {
  width: auto;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.category-episode {
  background-color: #313131;
  border-radius: 20px;
  padding: 8px 12px;
  display: block;
}

.date-wrapper {
  align-items: center;
  display: flex;
}

.episode-date {
  color: #bcbcbf;
}

.spacer {
  width: 18px;
  height: 1px;
  background-color: #bcbcbf;
  margin-left: 16px;
  margin-right: 16px;
}

.episode-duration {
  color: #bcbcbf;
}

.temporada {
  color: #8a8a8f;
}

.description {
  color: #bcbcbf;
  text-align: justify;
  margin-bottom: 20px;
}

.episoe-title {
  letter-spacing: .03em;
  margin-top: 16px;
  font-family: Orbitron, sans-serif;
  font-weight: 400;
}

.episoe-title.no-margin {
  width: 100%;
  letter-spacing: .03em;
  margin-top: 0;
  font-family: Orbitron, sans-serif;
  font-size: 36px;
  font-weight: 400;
  display: block;
}

.video {
  width: 1000px;
}

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

.html-embed-3 {
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.volver {
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: 140px;
  display: flex;
}

.volver:hover {
  color: #fafafa;
  font-weight: 400;
  text-decoration: none;
}

.div-block-138 {
  flex-direction: row;
  display: flex;
}

.podcast-link {
  padding-right: 16px;
}

.icon-podcast-link {
  height: 28px;
  margin-left: 0;
  margin-right: 4px;
}

.podcast-link-wrapper {
  text-align: left;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.podcast-link-wrapper.hide-desktop {
  display: none;
}

.heading-16 {
  letter-spacing: .03em;
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: Orbitron, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.link-8 {
  text-align: left;
  align-self: center;
}

.link-8:hover {
  color: #fafafa;
}

.podcast-links-audio {
  margin-top: 8px;
}

.enlaces-episodio {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-3, .body-4 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-140 {
  color: #262626;
  background-color: #313131;
  border-radius: 20px;
  padding: 6px 12px;
}

.columns-8 {
  margin-top: 60px;
}

.div-block-141 {
  width: 400px;
}

.html-embed-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.html-embed-5 {
  margin-bottom: 40px;
  display: none;
}

.paragraph-39 {
  color: #bcbcbf;
  margin-top: 12px;
}

.text-block-25 {
  color: #bcbcbf;
  margin-bottom: 10px;
  font-style: italic;
}

.paragraph-40 {
  color: #bcbcbf;
  font-style: normal;
}

.text-block-26 {
  color: #bcbcbf;
  margin-top: 10px;
}

.claim-your-nft {
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.image-11 {
  width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.flex-container {
  max-width: 1000px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 60%;
  margin-right: 40px;
}

.nft-circle {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

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

.form-2 {
  justify-content: center;
  display: flex;
}

.text-field {
  height: 56px;
  color: #eeeeef;
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-size: 16px;
}

.nft-button {
  width: 200px;
  color: #e8453d;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #e8453d;
  font-size: 16px;
  font-weight: 500;
}

.nft-button:hover {
  color: #fafafa;
  background-color: #e8453d;
}

.html-embed-6 {
  margin-bottom: 20px;
}

.paragraph-41, .paragraph-42, .paragraph-43 {
  color: #fafafa;
}

.paragraph-44, .values-content {
  color: #bcbcbf;
}

.container-contact {
  width: 50%;
}

.divider {
  margin-top: 100px;
  padding-top: 101px;
}

.div-block-143 {
  z-index: 999;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-block-8 {
  font-size: 50px;
  line-height: 50px;
}

.link-block-9 {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/linkedin-icon-18-256.png');
  background-position: 40px 40px;
  background-repeat: no-repeat;
  background-size: 128px;
  background-attachment: fixed;
}

.html-embed-7 {
  z-index: 1;
  float: none;
  margin-bottom: 40px;
  position: static;
  top: 0;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
  color: #fafafa;
}

.button-3 {
  background-color: #69696e;
  display: none;
}

.button-4 {
  display: none;
}

.heading-17 {
  font-family: Orbitron, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50 {
  color: #eeeeef;
}

.text-block-27 {
  color: #bcbcbf;
  margin-bottom: 10px;
  font-style: italic;
}

.paragraph-45 {
  color: #bcbcbf;
  margin-top: 12px;
}

.line-text-3 {
  color: #e8453d;
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
}

.blog-title-2 {
  width: 100%;
  height: 80px;
  color: #eeeeef;
  margin-top: 0;
  margin-bottom: 0;
}

.html-embed-8 {
  margin-bottom: 25px;
}

.enlaces-podcast {
  text-align: right;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.enlace-button {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 0;
}

.enlace-podcast {
  width: auto;
  cursor: pointer;
  background-color: rgba(250, 250, 250, 0);
  border: 1px solid #fff;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 8px 16px;
  display: flex;
}

.enlace-podcast:hover {
  background-color: rgba(250, 250, 250, .1);
}

.html-embed-9 {
  display: none;
}

.footer-dark {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 50px 30px 0;
  position: relative;
}

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

.footer-wrapper {
  max-width: 1170px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #bcbcbf;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #fafafa;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(228, 235, 243, .1);
  margin-top: 70px;
  margin-bottom: 0;
}

.footer-copyright-center {
  color: #bcbcbf;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.enlace-social {
  margin-left: 4px;
  margin-right: 4px;
}

.tidycal-modal {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  color: #000;
  background-color: rgba(0, 0, 0, .41);
  display: none;
  position: fixed;
}

.div-block-144 {
  width: 55vw;
  height: 622px;
  min-width: 0;
  background-color: #fff;
  margin: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-145 {
  z-index: 100;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 25px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.heading-18 {
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.text-span-11, .icon-3 {
  color: #fff;
}

.icon-3.collapsable-icon {
  font-size: 30px;
}

.collapsable {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .5);
  display: none;
  overflow: hidden;
}

.collapsable-toggle {
  height: 80px;
  display: flex;
}

.dropdown-list {
  background-color: rgba(255, 255, 255, 0);
  padding: 15px;
  display: block;
  position: static;
}

.collection-list-wrapper-3, .heading-19 {
  display: none;
}

.div-block-146 {
  padding: 6px;
}

.html-embed-10 {
  margin-bottom: 20px;
}

.text-block-28, .icon-4 {
  color: #fff;
}

.add-ons_title-icon-wrapper {
  width: 25px;
  height: 25px;
  min-width: 25px;
  background-color: #b5c462;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.add-ons_accordion-header {
  align-items: center;
  display: flex;
}

.add-ons_accordion-header.add-ons_js-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  padding: 20px;
}

.add-ons_accordion-item {
  width: 45%;
  box-shadow: none;
  text-align: left;
  border-bottom: 1px solid #cdd0d7;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.add-ons_accordion-item.add-ons_js-accordion-item {
  width: auto;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, .5);
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active {
  cursor: default;
  border-color: rgba(255, 255, 255, .5);
  margin-top: 10px;
  margin-bottom: 10px;
}

.add-ons_accordion-item.add-ons_js-accordion-item.active:hover {
  box-shadow: none;
}

.add-ons_accordion-body {
  padding-left: 3.2rem;
  display: block;
}

.add-ons_accordion-body.add-ons_js-accordion-body {
  padding: 15px;
}

.add-ons_image-wrapper {
  width: 45%;
  height: 100%;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.add-ons_tick-icon {
  width: 12px;
}

.add-ons_accordion-title {
  flex: 1;
}

.add-ons_accordion-title.content-h1-2 {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.add-ons_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
}

.add-ons_accordion-body-contents {
  opacity: 1;
}

.add-ons_component {
  justify-content: space-between;
  align-items: flex-start;
}

.add-ons_accordion {
  display: block;
}

.add-ons_accordion.add-ons_js-accordion {
  padding-top: 0;
  padding-bottom: 2rem;
  position: relative;
}

.search-icon {
  margin-right: 10px;
  position: relative;
  left: -9px;
}

.search {
  width: 680px;
  height: auto;
  color: #44565c;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 28px;
}

.search:focus {
  border-style: none;
}

.search::-ms-input-placeholder {
  color: #aebbbe;
  font-weight: 400;
}

.search::placeholder {
  color: #aebbbe;
  font-weight: 400;
}

.search.jetboost-list-search-input-x4q9 {
  height: 70px;
}

.empty-state-3 {
  display: none;
}

.search-form {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.collection-list-group {
  width: 100%;
  border-top: 1px solid rgba(68, 86, 92, .2);
  padding: 20px 10px 10px;
  display: block;
}

.left-information {
  align-items: center;
  font-size: 20px;
  display: flex;
}

.brand-icon {
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spacing60 {
  height: 60px;
  display: block;
}

.collection-list-wrapper-4 {
  display: block;
}

.submit-button {
  display: none;
}

.search-area {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-text {
  color: #646e70;
}

.small-text.cc-name {
  margin-left: 10px;
}

.books-list {
  margin-top: 20px;
  margin-bottom: 10px;
}

.search-box {
  width: 780px;
  max-width: 780px;
  background-color: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(68, 86, 92, .05);
}

.no-results-group {
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 40px;
  display: flex;
}

.search-form-group {
  height: 100px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.arrow-icon {
  margin-left: 10px;
}

.custom-browse-button {
  height: 50px;
  color: #44565c;
  background-color: #eff1f2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 18px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.custom-browse-button:hover {
  background-color: #d8dbdd;
}

.no-result-icon {
  margin-right: 15px;
}

.logos-quote-block {
  border-bottom: 1px solid rgba(228, 235, 243, 0);
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  width: 50%;
  background-color: rgba(250, 250, 250, .05);
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.clients-quote {
  color: #fff;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  width: 100px;
  height: 100px;
  filter: grayscale();
  object-fit: cover;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 200px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.clients-image-two {
  filter: brightness(127%) grayscale();
}

.text-block-29 {
  color: #bcbcbf;
  font-size: 16px;
  font-weight: 500;
}

.div-block-147 {
  display: block;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.paragraph-46 {
  color: #d4d4d4;
}

.list-4 {
  padding-top: 7px;
  line-height: 1.8;
  list-style-type: square;
  overflow: visible;
}

.list-item-2 {
  padding-bottom: 0;
}

.paragraph-47 {
  color: #d3d3d3;
}

.advisors-grid {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  grid-template-columns: 1fr 1fr 1fr;
}

.advisors-wrap {
  background-image: linear-gradient(rgba(250, 250, 250, .05), rgba(250, 250, 250, .05));
  padding: 40px;
}

.advisors {
  display: block;
}

.avatar {
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  margin-right: 0;
  display: block;
  position: static;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.div-block-148 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-4 {
  min-height: auto;
  background-image: linear-gradient(#313131, #313131);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 12px 24px;
  padding: 40px 0 24px;
  display: flex;
}

.job {
  color: #bcbcbf;
}

.advisors-name {
  margin-top: 20px;
}

.image-15 {
  object-fit: fill;
  border-radius: 0;
}

.logo-advisor {
  height: 40px;
  filter: saturate(0%) invert();
  text-align: left;
  margin-bottom: 20px;
}

.collection-list-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

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

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

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

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

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  margin-top: 50px;
  display: flex;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

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

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

.expertise {
  color: #262626;
  border-radius: 0;
  font-weight: 500;
}

.div-block-149 {
  text-align: center;
  object-fit: fill;
  background-color: rgba(250, 250, 250, .8);
  border-radius: 2px;
  padding: .3rem .5rem;
  display: inline-block;
  position: relative;
  top: -20%;
  bottom: 0%;
  left: 7%;
  right: 0%;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .hero {
    align-items: flex-start;
    padding-top: 96px;
  }

  .container.bg_black {
    justify-content: center;
    display: flex;
  }

  .container.casestudy {
    height: auto;
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
    position: static;
  }

  .nav-menu {
    background-color: #25252e;
  }

  .nav-menu.nav-menu-light {
    background-color: #262626;
  }

  .nav-link {
    width: 100%;
  }

  .navbar-en {
    background-color: #262626;
    background-image: url('../images/White-Grain.png');
    background-position: 0 0;
    background-size: auto;
  }

  .menu-button {
    color: #e8453d;
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid rgba(0, 0, 0, 0);
    padding: 14px;
    font-size: 26px;
  }

  .menu-button:active {
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    color: #e8453d;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #069d84;
  }

  .hero-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .content-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .content-section.padding_top {
    padding-top: 660px;
  }

  .content-section.margin-top-wide {
    padding-top: 518px;
  }

  .title-split {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

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

  .logo-wrap.logo-last {
    display: none;
  }

  .service-wrapper {
    flex-wrap: wrap;
  }

  .service-column-large {
    width: 100%;
  }

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

  .paragraph {
    text-align: left;
    column-count: 2;
    white-space: normal;
  }

  .paragraph.padding-below {
    column-count: 1;
  }

  .paragraph.padding-below.white {
    text-align: center;
  }

  .paragraph.height_300 {
    height: 500px;
  }

  .paragraph.nft, .paragraph.one-column {
    column-count: 1;
  }

  .service-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-outline {
    display: none;
  }

  .background-block {
    width: 80%;
  }

  .tab-wrapper {
    min-width: 280px;
    margin-right: 16px;
  }

  .tab-link {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .tab-link.w--current {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .video-thumbnail {
    margin-left: 0;
  }

  .play-button {
    width: 62px;
    height: 62px;
  }

  .service-section {
    padding-top: 132px;
    padding-bottom: 132px;
  }

  .navigation {
    display: none;
  }

  .content-h1 {
    margin-bottom: 20px;
  }

  .navigation-side {
    z-index: 99;
    width: 0%;
    min-width: 0;
    overflow: hidden;
    transform: translate(0);
  }

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

  .full-wrapper {
    width: 100%;
  }

  .style-guide-header {
    min-height: 420px;
  }

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

  .style-guide-hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .bg-grey-block-right {
    width: 80%;
  }

  .cta-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-h1 {
    font-size: 36px;
  }

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

  .footer-column {
    margin-bottom: 30px;
  }

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

  .company-hero {
    padding-top: 162px;
  }

  .display-centre {
    font-size: 55px;
  }

  .hero-image-wrapper {
    overflow: hidden;
  }

  .paragraph-column {
    column-gap: 55px;
  }

  .paragraph-column.height-300 {
    height: 400px;
  }

  .paragraph-title.orbitron {
    text-align: center;
  }

  .hero-background {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
  }

  .value-block {
    padding-left: 28px;
    padding-right: 28px;
  }

  .value-wrap {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .team-item {
    width: 50%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-grid {
    grid-column-gap: 22px;
  }

  .company-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .feature-block {
    display: none;
  }

  .company-column {
    padding-right: 0;
  }

  .number-wrap {
    padding: 24px;
  }

  .feature-block-mobile {
    width: 100%;
    box-shadow: none;
    background-color: #262626;
    margin-top: 0;
    padding: 32px;
    display: flex;
    position: relative;
    left: 0%;
  }

  .blog-hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 200px;
  }

  .project-detail-grid {
    grid-column-gap: 32px;
  }

  .project-link-block {
    padding: 42px;
  }

  .project-link-grid {
    grid-column-gap: 55px;
  }

  .strategy-content {
    max-height: none;
    grid-column-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .section.footer {
    padding-left: 3%;
    padding-right: 3%;
  }

  .start-project {
    width: 100%;
    color: #fafafa;
    text-align: left;
    background-color: #e8453d;
    border-bottom: 2px solid #e8453d;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .start-project:hover {
    color: #fff;
  }

  .service-hero-grid {
    grid-column-gap: 32px;
  }

  .company-slider {
    width: 40%;
  }

  .service-content-grid {
    grid-column-gap: 24px;
  }

  .service-detail-block {
    padding-right: 42px;
  }

  .service-hero {
    background-color: rgba(0, 0, 0, 0);
  }

  .casestudy_column {
    padding-top: 0;
  }

  .content-h2 {
    margin-bottom: 20px;
  }

  .solution-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .branding-block {
    max-width: 600px;
    box-shadow: none;
    top: 60px;
  }

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

  .hero-title {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .work-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .form-body {
    padding-top: 132px;
  }

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

  .team-section {
    padding-top: 132px;
  }

  .blog-link {
    display: block;
  }

  .blog-image-wrap {
    height: 300px;
  }

  .blog-title {
    height: 150px;
  }

  .overview-wrapper {
    padding-right: 0;
  }

  .display-centre-dark {
    font-size: 55px;
  }

  .right-arrow-slider {
    left: 25%;
  }

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

  .background-block-black {
    width: 80%;
  }

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

  .value-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .work-grid {
    grid-column-gap: 22px;
  }

  .work-grid.small {
    grid-template-columns: 1fr 1fr;
  }

  .article-section {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-hero {
    padding-top: 162px;
  }

  .blog-title-wrap {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .marquee-cover {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #262626), linear-gradient(#262626, rgba(255, 255, 255, 0) 30%);
  }

  .flex-vertical.test.mobile {
    margin-top: 40px;
  }

  .container-2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2.flex-vertical {
    margin-top: 40px;
  }

  .content-h1-2 {
    margin-bottom: 20px;
  }

  .title-split-2 {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .value-block-2 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .paragraph-title-2 {
    padding-left: 0;
  }

  .content-h1-3 {
    margin-bottom: 20px;
  }

  .content-section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .paragraph-title-3 {
    margin-left: 0;
  }

  .line-horizontal {
    width: 80%;
  }

  .title-split-3 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .content-h1-4 {
    margin-bottom: 20px;
  }

  .paragraph-column-2 {
    column-gap: 55px;
  }

  .cta2 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
  }

  .columns-7 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .nav-link-4 {
    width: 100%;
  }

  .nav-link-4.dark-link.right {
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
  }

  .start-project-2 {
    width: 100%;
    color: #fafafa;
    text-align: left;
    background-color: #e8453d;
    border-bottom: 2px solid #e8453d;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .start-project-2:hover {
    color: #fff;
  }

  .button-outline-2 {
    display: none;
  }

  .button-outline-2.episode {
    display: block;
  }

  .image-7 {
    width: 112px;
  }

  .seperator {
    width: 120%;
    height: 3px;
    padding-right: 0;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    transform: none;
  }

  .history-item {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .history-item-line {
    width: 3px;
    height: 100px;
    top: -100px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .history-item-line.history-item-line-right {
    left: 50%;
  }

  .container-6 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .history {
    width: 100%;
    flex-direction: row;
    margin-left: 0;
    padding-top: 36px;
    overflow: auto;
  }

  .history-item-wrapper {
    width: auto;
    min-width: 300px;
    margin-left: 17px;
    margin-right: 17px;
    padding-right: 0;
  }

  .history-item-wrapper.history-item-wrapper-right {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .history-item-bullet {
    top: -115px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .history-item-bullet.history-item-bullet-right {
    top: 0;
    left: 50%;
  }

  .project-title {
    padding: 168px 3% 0;
  }

  .hero-logo {
    padding-right: 0;
  }

  .hero-column {
    padding-bottom: 40px;
    padding-left: 52px;
    padding-right: 52px;
  }

  .div-block-136 {
    top: 60px;
    left: -128px;
  }

  .hero-column.column-image {
    height: 400px;
  }

  .body {
    background-color: #262626;
    background-image: url('../images/White-Grain.png');
    background-position: 0 0;
    background-size: cover;
  }

  .cl-box.margin-bottom {
    width: 400px;
  }

  .podcast-title {
    font-size: 50px;
  }

  .collection-list-wrapper-2 {
    flex-direction: row;
    display: flex;
  }

  .latest-episode-hero-content {
    width: 100%;
  }

  .split-content.margin-left {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .collection-item-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .episode-card-content {
    width: 100%;
  }

  .link-block-7 {
    width: 300px;
    align-self: center;
  }

  .volver {
    justify-content: flex-start;
  }

  .collection-item-3 {
    width: 100%;
  }

  .div-block-139 {
    flex-direction: row;
    display: flex;
  }

  .paragraph-39 {
    height: 100px;
  }

  .text-block-25 {
    height: 35%;
  }

  .feature-section {
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .feature-image-mask {
    justify-content: center;
    display: flex;
  }

  .nft-circle {
    width: 300px;
    text-align: center;
  }

  .div-block-142 {
    margin-top: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-27 {
    height: 35%;
  }

  .paragraph-45 {
    height: 100px;
  }

  .blog-title-2 {
    height: 150px;
  }

  .enlace-podcast {
    margin-left: 20px;
    margin-right: 20px;
    padding: 12px 16px;
  }

  .html-embed-9 {
    display: none;
    overflow: visible;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .tidycal-modal {
    display: none;
  }

  .div-block-144 {
    width: 80vw;
  }

  .add-ons_title-icon-wrapper {
    flex-wrap: nowrap;
    align-items: center;
  }

  .add-ons_accordion-item.add-ons_js-accordion-item {
    width: 100%;
  }

  .add-ons_image-wrapper {
    width: 100%;
    height: 28.125rem;
    margin-top: 2rem;
    position: static;
  }

  .add-ons_accordion-title {
    white-space: nowrap;
  }

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

  .add-ons_accordion.add-ons_js-accordion {
    padding-top: 0;
    padding-bottom: 0;
  }

  .search, .search-box {
    width: auto;
  }

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

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    padding: 28px;
  }

  .clients-quote {
    margin-bottom: 20px;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .text-block-29 {
    margin-bottom: 20px;
  }

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

  .avatar {
    width: 180px;
  }

  .collection-item-4 {
    padding-top: 24px;
    padding-bottom: 12px;
  }

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

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    text-align: left;
  }

  .navbar-en {
    background-color: #262626;
    background-image: url('../images/White-Grain.png');
    background-position: 0 0;
    background-size: auto;
  }

  .display {
    font-size: 55px;
  }

  .display.part1 {
    font-size: 60px;
  }

  .press-row {
    display: none;
  }

  .content-section.cta {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-section.padding_top {
    padding-top: 453px;
  }

  .content-section.margin-top-wide {
    padding-top: 380px;
  }

  .title-split {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .title-split.vertical {
    margin-bottom: 40px;
  }

  .service-wrapper {
    flex-wrap: wrap;
  }

  .service-column-large {
    width: 100%;
  }

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

  .paragraph {
    text-align: left;
  }

  .paragraph.nft {
    column-count: 1;
  }

  .service-wrap {
    padding-left: 22px;
    padding-right: 22px;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .tab-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .tab-link {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .tab-link.w--current {
    margin: 10px 0;
  }

  .content-h1.no-margin {
    font-size: 36px;
  }

  .navigation-side {
    display: none;
  }

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

  .colour {
    margin-bottom: 25px;
  }

  .banner-bar, .banner-bar-03 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .style-guide-hero {
    padding-bottom: 160px;
  }

  .notice-bar {
    max-width: 350px;
  }

  .return-top {
    bottom: 32px;
    right: 22px;
  }

  .cta-block {
    width: 100%;
    min-height: 0;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-h1 {
    font-size: 36px;
  }

  .legal-wrapper {
    flex-flow: wrap;
    justify-content: center;
  }

  .legal-links {
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    display: block;
  }

  .cta-section {
    padding-bottom: 60px;
  }

  .paragraph-column {
    column-count: 1;
  }

  .paragraph-column.height-300 {
    height: auto;
  }

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

  .team-block {
    max-width: 400px;
    min-height: 360px;
  }

  .team-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-bg {
    width: 180px;
    height: 180px;
  }

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

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

  .number-wrap {
    margin-bottom: 0;
  }

  .feature-block-mobile {
    margin-top: 60px;
    padding: 0;
  }

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

  .blog-hero {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
  }

  .blog-section {
    padding-top: 162px;
  }

  .blog-h1 {
    font-size: 48px;
  }

  .display-h1 {
    font-size: 55px;
  }

  .line-break {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .project-detail-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-title {
    margin-bottom: 22px;
  }

  .project-link-block {
    background-color: rgba(0, 0, 0, 0);
  }

  .project-link {
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .project-link-grid {
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section.footer {
    padding-left: 3%;
    padding-right: 3%;
  }

  .service-hero-grid {
    grid-template-columns: 1fr;
  }

  .service-image-wrap {
    margin-top: 0;
  }

  .slide-basic {
    padding: 10px;
  }

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

  .service-hero {
    padding-top: 162px;
  }

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

  .full-image {
    background-position: 50% 0;
    background-size: contain;
    background-attachment: scroll;
  }

  .branding-block {
    max-width: 100%;
    margin-top: 0;
    top: 0;
  }

  .hero-title {
    margin-bottom: 60px;
  }

  .work-hero {
    min-height: auto;
    padding-top: 162px;
  }

  .form-content {
    width: 90%;
  }

  .form-wrapper {
    width: 100%;
  }

  .grid-7 {
    justify-items: start;
  }

  .team-section {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
  }

  .blog-title {
    height: 100%;
  }

  .utility-page-wrap {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .utility-page-form {
    min-width: auto;
  }

  .right-arrow-slider {
    left: 20%;
  }

  .results-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .work-grid.small {
    grid-template-columns: 1fr 1fr;
  }

  .work-item {
    margin-bottom: 40px;
  }

  .display-h1-dark {
    font-size: 55px;
  }

  .blog-article {
    padding-top: 0;
  }

  .blog-title-wrap {
    margin-bottom: 60px;
  }

  .marquee-cover {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #151515), linear-gradient(#0b0b0b, rgba(255, 255, 255, 0) 30%);
  }

  .marquee {
    height: 70vw;
  }

  .track-vertical {
    align-items: center;
  }

  .container-2 {
    width: 100%;
  }

  .content-h1-2 {
    margin-right: 0;
  }

  .title-split-2 {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .title-split-2.padding-short {
    align-items: flex-start;
  }

  .paragraph-title-2 {
    padding-left: 0;
  }

  .title-split-3 {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .paragraph-column-2 {
    column-count: 1;
  }

  .columns {
    flex-direction: column;
  }

  .columns-7 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-cta.brais {
    display: none;
  }

  .seperator {
    width: 170%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #fff 19%, #fff 75%, rgba(0, 0, 0, 0));
    left: 0;
  }

  .history {
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .hero-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-136 {
    top: 65px;
    left: -140px;
  }

  .body {
    background-color: #262626;
    background-size: auto;
  }

  .cl-box.margin-bottom {
    width: 300px;
  }

  .podcast-title {
    font-size: 36px;
  }

  .episode-card-content {
    flex-direction: column;
  }

  .episode-cover {
    margin-bottom: 40px;
  }

  .volver {
    margin-top: 60px;
  }

  .paragraph-39 {
    height: 100%;
  }

  .text-block-25 {
    height: 100%;
    margin-top: 10px;
  }

  .feature-section {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0;
  }

  .nft-circle {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-27 {
    height: 100%;
    margin-top: 10px;
  }

  .paragraph-45, .blog-title-2 {
    height: 100%;
  }

  .enlaces-podcast {
    flex-direction: column;
    align-items: center;
  }

  .enlace-podcast {
    width: 212px;
    text-align: center;
    margin-top: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-144 {
    width: 90vw;
  }

  .add-ons_title-icon-wrapper {
    align-items: center;
    margin-right: 1rem;
  }

  .add-ons_accordion-header.add-ons_js-accordion-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .add-ons_accordion-item {
    box-shadow: none;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    padding-bottom: 1.5rem;
    padding-left: 2.8rem;
  }

  .add-ons_image-wrapper {
    height: 22rem;
  }

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

  .add-ons_accordion {
    width: 100%;
  }

  .left-information {
    flex-direction: column;
  }

  .no-results-group {
    text-align: center;
    flex-direction: column;
  }

  .custom-browse-button {
    margin-top: 30px;
  }

  .no-result-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .logos-quote-block {
    padding: 60px 0;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .features-table, .team-slider {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    min-height: auto;
    background-image: url('../images/White-Grain.png');
    background-position: 0 0;
    background-size: auto;
  }

  .container {
    align-self: flex-start;
    margin-top: 0;
  }

  .container.logos {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .container.bg_black {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    flex-direction: row;
  }

  .nav-menu.nav-menu-light {
    background-color: #262626;
  }

  .nav-link {
    padding-left: 16px;
  }

  .navigation-right {
    color: #bcbcbf;
  }

  .navbar-en {
    color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: inherit;
    background-color: #262626;
    background-image: url('../images/White-Grain.png');
    background-position: 0 0;
    background-size: auto;
    background-clip: border-box;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .menu-button {
    border: 0 rgba(0, 0, 0, 0);
  }

  .menu-button:active, .menu-button:focus {
    border-style: none;
  }

  .display.part1 {
    letter-spacing: .03em;
    font-size: 36px;
  }

  .subtitle {
    margin-bottom: 2%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .hero-content {
    margin-top: 2%;
    margin-bottom: 2%;
    padding-top: 0;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .hero-content.parte1 {
    height: 40px;
    padding-bottom: 0;
  }

  .subtitle-container {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .button {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .content-section {
    background-image: url('../images/White-Grain.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-section.padding_top {
    padding-top: 140px;
  }

  .content-section.margin-top-wide {
    padding-top: 0;
  }

  .title-split {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
  }

  .title-split.vertical {
    margin-bottom: auto;
  }

  .service-grid {
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .paragraph, .paragraph.padding-below {
    column-count: 1;
  }

  .paragraph.no-margin {
    margin-top: 20px;
    font-size: 16px;
  }

  .button-outline {
    display: block;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .tab-wrapper {
    width: 100%;
    margin-bottom: 12px;
    padding-top: 0;
  }

  .tabs-content {
    width: 100%;
  }

  .tab-link {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .tab-link.w--current {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .service-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .content-h1 {
    margin-right: 0;
    font-size: 32px;
    position: relative;
  }

  .content-h1.no-margin {
    font-size: 24px;
  }

  .detail {
    text-align: center;
  }

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

  .banner-bar, .banner-bar-03 {
    display: none;
  }

  .notice-bar {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .notice-button {
    margin-top: 20px;
  }

  .return-top {
    width: 45px;
    height: 45px;
  }

  .cta-block {
    padding-left: 25px;
    padding-right: 25px;
    overflow: visible;
  }

  .cta-h1 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 32px;
  }

  .line-button {
    margin-top: 20px;
  }

  .legal-wrapper {
    justify-content: center;
  }

  .legal-links {
    flex-wrap: wrap;
  }

  .detail-link {
    white-space: nowrap;
    margin-bottom: 4px;
  }

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

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

  .footer-h4 {
    margin-right: 20px;
  }

  .logo-dark {
    padding-left: 17px;
  }

  .display-centre {
    font-size: 48px;
  }

  .white-bg-bar {
    min-height: 150px;
  }

  .blog-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-wrapper {
    flex-direction: column;
    display: flex;
  }

  .value-grid {
    flex-flow: wrap;
    display: flex;
    overflow: visible;
  }

  .team-block {
    justify-content: flex-start;
  }

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

  .team-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .change-log-wrap {
    padding: 24px;
  }

  .company-section {
    background-image: url('../images/White-Grain.png');
    background-position: 0 0;
    background-size: auto;
  }

  .number-wrap {
    text-align: center;
    border: 1px #000;
    padding: 22px 10px 32px;
  }

  .feature-block-mobile {
    box-shadow: none;
    background-color: rgba(250, 250, 250, .05);
  }

  .company-grid {
    background-color: rgba(0, 0, 0, 0);
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .company-dot {
    color: #e8453d;
    top: 50%;
  }

  .blog-hero {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
  }

  .blog-section.bg-black {
    background-image: url('../images/White-Grain.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .blog-h1 {
    width: auto;
    font-size: 32px;
  }

  .display-h1 {
    font-size: 48px;
  }

  .line-break {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .service-title {
    color: #bcbcbf;
    font-weight: 400;
  }

  .project-detail-h3 {
    letter-spacing: .03em;
    font-family: Orbitron, sans-serif;
    font-weight: 400;
  }

  .project-link-block {
    padding: 22px;
  }

  .white-bg-bar-02 {
    min-height: 150px;
  }

  .strategy-content {
    display: block;
  }

  .newsletter-wrap {
    flex-direction: column;
  }

  .team-list.mobile {
    display: flex;
    overflow: auto;
  }

  .company-slider {
    width: 85%;
    margin-top: 120px;
  }

  .casestudy_column {
    padding-top: 0;
  }

  .solution-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-image {
    background-image: url('../images/Optimized-AdobeStock_216500809.jpeg');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .branding-block {
    background-color: #262626;
    margin-top: 60px;
    padding: 32px;
    top: 0;
  }

  .article {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-body {
    padding-top: 100px;
  }

  .form-content {
    width: 100%;
  }

  .form-slider {
    height: auto;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slider-content-wrap {
    width: 100%;
    justify-content: center;
    padding: 40px 10px;
  }

  .field-input {
    height: 58px;
  }

  .previous {
    max-width: 75px;
    display: flex;
  }

  .form-support-wrap {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-home {
    width: 100%;
  }

  .h4 {
    margin-top: 12px;
  }

  .team-section {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
  }

  .blog-link {
    padding-top: 0;
  }

  .blog-title {
    height: 100%;
    margin-bottom: 0;
  }

  .blog-item {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .button-full {
    width: 100%;
  }

  .display-centre-dark {
    font-size: 48px;
  }

  .results-block {
    padding: 28px;
  }

  .value-section {
    background-image: url('../images/White-Grain.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .work-grid.small {
    grid-auto-flow: row;
    display: block;
  }

  .article-section {
    background-color: rgba(0, 0, 0, 0);
  }

  .contact-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .project-hero {
    color: #262626;
    background-color: #262626;
  }

  .display-h1-dark {
    font-size: 48px;
  }

  .blog-article {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding-top: 0;
  }

  .button-newsletter {
    width: 100%;
  }

  .marquee-horizontal.big {
    display: none;
  }

  .marquee-cover {
    background-image: none;
    padding-left: 0;
  }

  .marquee {
    height: 140vw;
    flex: 1;
    margin-left: 10px;
  }

  .flex-vertical.test {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 0;
    display: grid;
  }

  .flex-vertical.test.mobile {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .flex-horizontal {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .flex-horizontal.test {
    align-self: auto;
    display: flex;
  }

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

  .container-2.flex-vertical {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

  .content-h1-2 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .container-3 {
    align-self: flex-start;
    margin-top: 31px;
  }

  .value-block-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .value-block-2:hover {
    transform: translate(-6px, -6px);
    box-shadow: 11px 11px 0 -1px #e8453d;
  }

  .content-h1-3 {
    font-size: 32px;
  }

  .content-section-2 {
    background-image: url('../images/White-Grain.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-h3-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-title-3 {
    margin-left: 0;
  }

  .line-horizontal {
    width: 90%;
  }

  .line-vertical {
    height: 40px;
  }

  .pointer {
    width: 6px;
  }

  .content-h1-4 {
    font-size: 32px;
  }

  .typed-words {
    font-size: 36px;
  }

  .collection-list-wrapper.cta {
    flex-direction: column;
  }

  .div-block-130 {
    justify-content: center;
  }

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

  .cta2 {
    background-image: url('../images/White-Grain.png');
    background-position: 0 0;
    background-size: auto;
  }

  .text-block-18 {
    margin-bottom: 40px;
    position: static;
    left: auto;
    right: auto;
  }

  .column-12 {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: static;
  }

  .columns-7 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .column-13 {
    clear: none;
    display: none;
    position: absolute;
  }

  .cta-message {
    margin-top: 20px;
    margin-bottom: 28px;
  }

  .div-block-133 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link-4.dark-link {
    color: #eeeeef;
    transition-property: none;
  }

  .nav-link-4.dark-link:hover {
    transform: none;
  }

  .nav-link-4.dark-link.right.w--current {
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;
  }

  .start-project-2, .start-project-2:hover, .start-project-2:active, .start-project-2:focus {
    background-color: #e8453d;
  }

  .button-outline-2 {
    display: none;
  }

  .button-outline-2:focus-visible {
    color: #e8453d;
  }

  .button-outline-2[data-wf-focus-visible] {
    color: #e8453d;
  }

  .button-outline-2.episode {
    display: block;
  }

  .navigation-right-2 {
    color: #bcbcbf;
  }

  .text-stage {
    font-size: 14px;
  }

  .columns-cta {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .html-embed {
    justify-content: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-span-startup {
    display: none;
  }

  .cover-client {
    display: flex;
  }

  .image-7 {
    width: 160px;
  }

  .categories {
    object-fit: scale-down;
    flex-flow: column;
    align-items: flex-end;
    overflow: visible;
  }

  .content-h3 {
    font-size: 20px;
  }

  .seperator {
    width: 160%;
    height: 3px;
    margin-left: 15px;
  }

  .history-item {
    width: 100%;
  }

  .history {
    width: 750px;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 0;
    display: flex;
    overflow: auto;
  }

  .history-item-wrapper.history-item-wrapper-right {
    width: auto;
    min-width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .history-item-bullet.history-item-bullet-right {
    top: 0;
    left: 50%;
  }

  .digitalproduct {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .hero-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    background-image: url('../images/White-Grain.png');
    background-position: 0 0;
    background-size: auto;
  }

  .text-block-23 {
    width: auto;
  }

  .cl-box.margin-bottom {
    width: 200px;
    padding: 20px;
  }

  .podcast-title {
    font-size: 24px;
  }

  .container-default-1256px.margin-bottom.vertical {
    padding-left: 10px;
    padding-right: 10px;
  }

  .episode-card-content {
    padding: 20px;
  }

  .link-block-7 {
    width: 200px;
    margin-right: 0;
  }

  .episode-cover {
    margin-bottom: 20px;
  }

  .category-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .category-episode {
    margin-bottom: 12px;
  }

  .description {
    display: none;
  }

  .episoe-title {
    font-size: 20px;
  }

  .episoe-title.no-margin {
    text-align: left;
    font-size: 24px;
  }

  .volver {
    justify-content: center;
    align-items: center;
  }

  .icon-podcast-link {
    height: 20px;
  }

  .podcast-link-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: center;
  }

  .podcast-link-wrapper.hide-mobile {
    display: none;
  }

  .podcast-link-wrapper.hide-desktop {
    display: flex;
  }

  .heading-16 {
    padding-left: 10px;
  }

  .link-8.w--current {
    text-align: left;
  }

  .podcast-links-audio {
    margin-bottom: 12px;
    display: block;
  }

  .enlaces-episodio {
    flex-direction: column;
  }

  .div-block-140 {
    padding-right: 4px;
  }

  .text-block-25 {
    margin-top: 10px;
  }

  .claim-your-nft {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nft-circle {
    margin-top: 100px;
    margin-bottom: 0;
  }

  .form-2 {
    flex-direction: column;
  }

  .nft-button {
    width: 100%;
    height: 52px;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 16px;
  }

  .nft-button:hover {
    width: 100%;
  }

  .divider {
    display: block;
  }

  .text-block-27 {
    margin-top: 10px;
  }

  .blog-title-2 {
    height: 100%;
    margin-bottom: 0;
  }

  .enlace-podcast {
    margin-left: 0;
    margin-right: 0;
  }

  .container-7 {
    max-width: none;
  }

  .div-block-144 {
    width: 100vw;
    height: 90vh;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon-3.collapsable-icon {
    font-size: 20px;
  }

  .collapsable {
    padding: 8px;
  }

  .collapsable-toggle {
    text-align: left;
    align-items: center;
    padding: 0;
  }

  .dropdown-list {
    padding: 0;
  }

  .add-ons_accordion-body {
    padding-left: 56px;
  }

  .add-ons_accordion-body.add-ons_js-accordion-body {
    padding-left: 0;
    padding-right: 0;
  }

  .search-icon {
    width: 30px;
    left: 0;
  }

  .search {
    font-size: 20px;
  }

  .left-information {
    line-height: 140%;
  }

  .brand-icon {
    width: 150px;
  }

  .search-area, .search-box {
    width: 100%;
  }

  .image-12 {
    display: none;
  }

  .container-8 {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
    overflow: auto;
  }

  .image-13 {
    display: block;
  }

  .image-14 {
    display: none;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

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

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .collection-item-4 {
    width: 260px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .job {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .advisors-name {
    margin-bottom: 4px;
  }

  .collection-list-3 {
    display: flex;
    overflow: auto;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

#w-node-_88818b24-7fa8-0a3d-88e6-0f025e076a9e-b32336a1, #w-node-_88818b24-7fa8-0a3d-88e6-0f025e076aa5-b32336a1 {
  order: -9999;
}

#w-node-_223533f6-199a-fd97-8a4d-23a1cf26dae3-cf26dae0, #w-node-f106ecc8-34aa-9a0b-9df4-366ad0380d57-cf26dae0, #w-node-_29f76fb7-4f96-536d-c0dc-ba32f4663451-cf26dae0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19d27b29-2a3f-9b12-352e-8053b72fe6d5-e12336ee, #w-node-_0fa08692-ab2e-10eb-6d0c-b1195f1788f1-e12336ee, #w-node-_5c5eb41b-e453-14c6-3de1-d90780149512-e12336ee, #w-node-_5c5eb41b-e453-14c6-3de1-d90780149518-e12336ee, #w-node-_5c5eb41b-e453-14c6-3de1-d90780149524-e12336ee {
  order: -9999;
}

#w-node-_5c5eb41b-e453-14c6-3de1-d90780149530-e12336ee {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4257b84-c0ee-3ea8-f79d-6a045432619d-54326195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c33f0c65-3d8a-eba4-c435-ca1141c9b694-9e23370d, #w-node-db11c4c7-b830-f6c0-7962-722e9784412d-9e23370d, #w-node-b180329e-b4a4-bba8-2239-0942af713bf1-9e23370d, #w-node-_26de492e-f42d-4781-2007-152b6a8d9c5f-9e23370d, #w-node-c33f0c65-3d8a-eba4-c435-ca1141c9b694-e423370e, #w-node-db11c4c7-b830-f6c0-7962-722e9784412d-e423370e, #w-node-b180329e-b4a4-bba8-2239-0942af713bf1-e423370e, #w-node-_26de492e-f42d-4781-2007-152b6a8d9c5f-e423370e {
  align-self: center;
}

#w-node-_88818b24-7fa8-0a3d-88e6-0f025e076a9e-63233738, #w-node-_88818b24-7fa8-0a3d-88e6-0f025e076aa5-63233738 {
  order: -9999;
}

#w-node-_20abb021-f05b-6313-cb31-189275d32cfc-5d23373b, #w-node-db11c4c7-b830-f6c0-7962-722e9784412d-5d23373b, #w-node-b180329e-b4a4-bba8-2239-0942af713bf1-5d23373b, #w-node-_26de492e-f42d-4781-2007-152b6a8d9c5f-5d23373b, #w-node-_20abb021-f05b-6313-cb31-189275d32cfc-2923374f, #w-node-db11c4c7-b830-f6c0-7962-722e9784412d-2923374f, #w-node-b180329e-b4a4-bba8-2239-0942af713bf1-2923374f, #w-node-_26de492e-f42d-4781-2007-152b6a8d9c5f-2923374f, #w-node-_596d5b22-e3a8-2bed-108a-7e5bd34ce187-59233804, #w-node-_025009ef-8ad6-81be-cd21-f9f54f862441-59233804, #w-node-b180329e-b4a4-bba8-2239-0942af713bf1-59233804, #w-node-_26de492e-f42d-4781-2007-152b6a8d9c5f-59233804, #w-node-_596d5b22-e3a8-2bed-108a-7e5bd34ce187-03233805, #w-node-_025009ef-8ad6-81be-cd21-f9f54f862441-03233805, #w-node-b180329e-b4a4-bba8-2239-0942af713bf1-03233805, #w-node-_26de492e-f42d-4781-2007-152b6a8d9c5f-03233805 {
  align-self: center;
}

#w-node-_460fb4ec-75b1-91eb-0d52-bc5b6b218b32-75233807, #w-node-_460fb4ec-75b1-91eb-0d52-bc5b6b218b31-75233807, #w-node-_460fb4ec-75b1-91eb-0d52-bc5b6b218b34-75233807, #w-node-_460fb4ec-75b1-91eb-0d52-bc5b6b218b30-75233807, #w-node-_460fb4ec-75b1-91eb-0d52-bc5b6b218b2f-75233807, #w-node-_460fb4ec-75b1-91eb-0d52-bc5b6b218b33-75233807 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecf709d6-b3e2-9696-c2f1-649b7ef5e9bc-a923380c {
  align-self: end;
}

#w-node-_19d27b29-2a3f-9b12-352e-8053b72fe6d5-91233810, #w-node-_0fa08692-ab2e-10eb-6d0c-b1195f1788f1-91233810, #w-node-_5c5eb41b-e453-14c6-3de1-d90780149512-91233810, #w-node-_5c5eb41b-e453-14c6-3de1-d90780149518-91233810, #w-node-_5c5eb41b-e453-14c6-3de1-d90780149524-91233810 {
  order: -9999;
}

#w-node-_5c5eb41b-e453-14c6-3de1-d90780149530-91233810 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4c6ebb5-be06-88cc-1962-943493889d31-93889d29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c33f0c65-3d8a-eba4-c435-ca1141c9b694-b63eaff8, #w-node-db11c4c7-b830-f6c0-7962-722e9784412d-b63eaff8, #w-node-_4a193a85-5e42-6cc3-7111-631cdcc23e30-b63eaff8, #w-node-b180329e-b4a4-bba8-2239-0942af713bf1-b63eaff8, #w-node-_26de492e-f42d-4781-2007-152b6a8d9c5f-b63eaff8, #w-node-c33f0c65-3d8a-eba4-c435-ca1141c9b694-ea242600, #w-node-db11c4c7-b830-f6c0-7962-722e9784412d-ea242600, #w-node-b180329e-b4a4-bba8-2239-0942af713bf1-ea242600, #w-node-_26de492e-f42d-4781-2007-152b6a8d9c5f-ea242600 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_223533f6-199a-fd97-8a4d-23a1cf26dae3-cf26dae0, #w-node-f106ecc8-34aa-9a0b-9df4-366ad0380d57-cf26dae0, #w-node-_29f76fb7-4f96-536d-c0dc-ba32f4663451-cf26dae0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_460fb4ec-75b1-91eb-0d52-bc5b6b218b32-75233807 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_223533f6-199a-fd97-8a4d-23a1cf26dae3-cf26dae0, #w-node-f106ecc8-34aa-9a0b-9df4-366ad0380d57-cf26dae0, #w-node-_29f76fb7-4f96-536d-c0dc-ba32f4663451-cf26dae0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_223533f6-199a-fd97-8a4d-23a1cf26dae3-cf26dae0, #w-node-f106ecc8-34aa-9a0b-9df4-366ad0380d57-cf26dae0, #w-node-_29f76fb7-4f96-536d-c0dc-ba32f4663451-cf26dae0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ardela edge x01';
  src: url('../fonts/ardela-edge-x01-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ardela edge x01';
  src: url('../fonts/ardela-edge-x01-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ardela edge x02';
  src: url('../fonts/ardela-edge-x02-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}