:root {
  --adreno-1: #20222f;
  --white: white;
  --adreno-2: #ef3d25;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.section.inverse-section {
  color: #fff;
}

.section.inverse-section.utility-padding-all-0 {
  overflow: hidden;
}

.utility-padding-all-0 {
  padding: 0;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-5-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.grid-layout.desktop-1-column.utility-padding-top-4rem-1 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  display: flex;
}

.grid-layout.desktop-1-column.utility-padding-top-4rem {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  display: flex;
}

.video-background {
  position: relative;
}

.video-background.utility-viewport-height-100 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.video-background.utility-viewport-height-100.category {
  height: 100vh;
  min-height: 90dvh;
}

.utility-viewport-height-100 {
  min-height: 100dvh;
}

.background-overlay {
  z-index: 2;
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.background-overlay.category {
  opacity: .85;
  background-color: #20222f;
  height: 90vh;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container.grid-layout.desktop-5-column.utility-position-relative-2 {
  z-index: 5;
  grid-template-rows: auto auto auto auto;
  width: 94%;
  max-width: none;
  position: relative;
}

.container.grid-layout.desktop-5-column.utility-position-relative {
  z-index: 5;
  position: relative;
}

.utility-padding-bottom-4rem {
  text-transform: uppercase;
  padding-bottom: 0;
}

.heading-2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.04em;
}

.heading-2.utility-text-align-center {
  letter-spacing: .085em;
  text-transform: uppercase;
  letter-spacing: .085em;
  text-transform: uppercase;
  margin-bottom: -2.4rem;
  font-family: Overusedgrotesk, Impact, sans-serif;
  font-size: 12vw;
  font-weight: 300;
  line-height: .8;
}

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

.utility-padding-top-4rem {
  padding-top: 4rem;
}

.paragraph-s {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .875rem;
  line-height: 1.6em;
}

.paragraph-s.utility-text-align-center---mobile-portrait {
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8em;
}

.button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #146ef5;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: 1rem 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.video-background-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-background-section._2 {
  height: 100vh;
}

.video-wrapper {
  z-index: -999;
  background-color: #000;
  width: 1000%;
  height: 100%;
  padding-bottom: 56.25%;
  position: absolute;
}

.hero-without-image {
  background-color: var(--adreno-1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px 140px;
  display: flex;
  position: relative;
  overflow: clip;
}

.container-2 {
  color: #fff;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 40vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-2._20vh {
  justify-content: center;
  align-items: flex-start;
  min-height: 10vh;
  margin-top: 0;
  padding-top: 0;
}

.container-2._1 {
  min-height: 70vh;
  padding-bottom: 4rem;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.8;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 750px;
  display: flex;
}

.image {
  height: 65px;
  margin-bottom: 20px;
}

.text-block {
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.grid {
  grid-row-gap: 160px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: start center;
}

.grid.reels {
  grid-column-gap: 2rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
}

.grid_projects_wrapper {
  padding-top: 110px;
  padding-bottom: 160px;
  overflow: hidden;
}

.grid_projects_wrapper.category {
  z-index: 2;
  margin-top: -160px;
  padding-top: 0;
  position: relative;
}

.grid_projects_wrapper._1 {
  padding-top: 45px;
  padding-bottom: 12em;
}

.video-project-wapper {
  color: #e7e7e7;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 56%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video-project-wapper.second {
  justify-content: flex-start;
  align-items: center;
  padding-top: 70%;
}

.video-project-wapper.reel {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  height: auto;
  padding: 0%;
}

.video-projects-section {
  background-color: #2427361a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-grid-wrapper {
  background-color: #000;
  width: 1000%;
  height: 100%;
  padding-bottom: 56.25%;
  position: absolute;
}

.video-grid-wrapper.reel {
  width: 319%;
}

.video-grid-wrapper.reel-2 {
  justify-content: center;
  align-items: center;
  width: 330%;
  height: 103%;
  padding-bottom: 0%;
  display: flex;
  position: absolute;
}

.project_info_grid {
  z-index: 3;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 10px;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto auto -50px;
}

.project_info_grid.left {
  text-transform: uppercase;
  left: 20px;
}

.project_info_grid.left.second {
  bottom: -42px;
}

.project_info_grid.left.photo._1 {
  padding-left: 20px;
  left: 0;
}

.project_info_grid._1 {
  right: 0;
}

.project_info_grid.reel {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  inset: auto auto -4vh 0%;
}

.section-projects {
  background-color: var(--adreno-1);
  color: #e7e7e7;
  position: relative;
}

.section-projects._2 {
  background-color: #fff0;
}

.heading-3 {
  color: #e4e4e4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Devanthorgen, Impact, sans-serif;
  font-size: 10vh;
  font-weight: 400;
  line-height: .8;
}

.heading-3.second {
  color: #ef3f2f;
  font-family: Devanthorgen, Impact, sans-serif;
  font-size: 10vh;
}

.heading-3.second.photo {
  font-size: 7vh;
}

.heading-3.second.photo.white {
  color: var(--white);
}

.heading-3.second.reel {
  font-size: 6vh;
}

.text-block-2 {
  color: #ee3f2f;
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-block-2.reel {
  font-size: 16px;
}

.image-2 {
  z-index: 2;
  object-fit: cover;
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.column-wrap {
  flex: 1;
  height: 100%;
}

.card-image {
  transform-origin: 100%;
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  padding: 20px 0 20px 20px;
  text-decoration: none;
  display: flex;
}

.wrapper-categorias {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 88vh;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.wrapper-categorias._2 {
  height: 65vh;
  min-height: 650px;
  margin-bottom: 0;
}

.container-categories {
  flex: 1;
  height: 100%;
  display: flex;
  position: relative;
}

.third-image {
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fa60f77c6ce2f9519f611_45fbeeb525feb8efeb872b12af6bd698_6.png");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.second-image {
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fa60ac7225e31982a3017_da66c60304199ae9597ea4df461af2c4_7.jpg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.first-image {
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682f9ae91719c7cdc6875e7b_2a20465b539e8a690a12d8ee7e48d34b_2.jpg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.fifth-image {
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fa6e58bd6ea9a32e325ad_931ef6ee0980f4713436cedfcdfe4f5d_3.jpg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.fourth-image {
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fa6eba54356d9cc803c58_28015ded38368f802056528b6141b694_9.jpg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.sticky-wrap {
  z-index: 5;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/689e1c18d2454df629a5cbd0_Lalo-product.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px #f0eeee;
  justify-content: center;
  align-items: flex-start;
  width: 78%;
  height: 90%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 5%;
  bottom: 5%;
  left: auto;
}

.container-image {
  z-index: 6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 27%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.text-block-3 {
  color: #e7e7e7;
  text-transform: uppercase;
  font-family: Devanthorgen, Impact, sans-serif;
  font-size: 11vh;
  line-height: 70px;
}

.div-title-section {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 24vh;
  display: flex;
  position: relative;
}

.div-title-section._1 {
  min-height: 40px;
}

.text-block-4 {
  color: #ececec;
  font-family: Inter Tight, sans-serif;
  font-size: 22vh;
  font-weight: 100;
  line-height: 70px;
}

.text-block-4._2 {
  color: #dc3a27;
  letter-spacing: 3px;
  font-family: Anton, sans-serif;
  font-weight: 700;
}

.text-block-4.orange {
  color: var(--adreno-2);
  text-transform: uppercase;
  font-family: Anton, sans-serif;
}

.services-wrapper {
  z-index: 5;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fa60f77c6ce2f9519f611_45fbeeb525feb8efeb872b12af6bd698_6.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px #f0eeee;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  max-width: 900px;
  height: 80%;
  max-height: 560px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 5%;
  bottom: 5%;
  left: auto;
}

.container-services {
  flex: 1;
  height: 100%;
  display: flex;
  position: relative;
}

.image-services {
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fc82946919b0434e9b8e4_Production.webp");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.main-wrapper.photo {
  height: 160vh;
}

.menu-link {
  transform-origin: 100%;
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-size: 8.5vh;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.flex-v.gap-tiny {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #e9e9e9;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: Inter Tight, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.text-regular {
  font-size: 1.2em;
}

.text-regular.f {
  color: #ee3d25;
}

.section-2 {
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.menu_wrapper {
  z-index: 999;
  transform-origin: 0%;
  object-position: 0% 50%;
  background-color: #20222f;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-main {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2rem 2rem 2rem 3rem;
  display: flex;
}

.text-link {
  color: #fff;
  white-space: nowrap;
  padding-bottom: .1em;
  font-family: Inter Tight, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}

.text-link:hover {
  color: #ffffff82;
  -webkit-text-decoration: underline #f7f7f7;
  text-decoration: underline #f7f7f7;
}

.eyebrow {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
}

.eyebrow.is-faded {
  opacity: .6;
  opacity: .6;
}

.menu-main__top {
  justify-content: space-between;
  align-items: center;
  height: 90%;
  display: flex;
}

.menu-link__wrapper {
  grid-row-gap: .9rem;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.menu-button {
  color: #eceae5;
  background-color: #000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: 30px 30px auto auto;
}

.menu-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-button__text-w {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  overflow: hidden;
}

.menu-main__bottom {
  grid-column-gap: 4rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fd2ccd720c6230485bd3f_noise.png");
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shape-9 {
  background-color: #0f0f0f;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: 2;
  color: #fff;
  z-index: 2;
  background-color: #20222f;
  flex-flow: column;
  height: auto;
  min-height: auto;
  margin-top: 100px;
}

.ultra-gradient-wrapper {
  background-color: #20222f;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.shape-8 {
  background-color: #585a69;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-6 {
  background-color: #20222f;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.shape-1 {
  background-color: #9b6e41;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.shape-4 {
  background-color: #303030;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.shape-5 {
  background-color: #40414b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-2 {
  background-color: #dadce5;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.shape-7 {
  background-color: #272d57;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-3 {
  background-color: #676a7e;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.footer-dark {
  background-color: #20222f;
  background-image: linear-gradient(#0000002e, #0000002e);
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 50px 30px 20px;
  position: relative;
  overflow: hidden;
}

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

.footer-social-link {
  margin-left: 12px;
  text-decoration-color: #fff;
}

.footer-divider {
  z-index: 5;
  background-color: #131313;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  position: relative;
}

.footer-copyright-center {
  z-index: 5;
  color: #696969;
  text-align: right;
  text-transform: none;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}

.paragraph-2 {
  color: #a7a7a7;
  font-family: Inter Tight, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph-2.a {
  color: #fff;
}

.paragraph-2.f {
  color: #ee3d25;
  font-weight: 400;
}

.image-5 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.intro_adrenorama {
  z-index: 90;
  color: #fff;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100svh;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  font-family: Devanthorgen, Impact, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.intro-content-top {
  z-index: 1;
  padding-top: 15px;
  position: relative;
  overflow: hidden;
}

.container-fluid {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.heading-rotation-wrapper {
  margin-left: -.6vw;
  margin-right: -.6vw;
}

.hero-heading {
  z-index: 1;
  perspective: 1000px;
  perspective-origin: 50%;
  text-align: center;
  mix-blend-mode: color-dodge;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: relative;
}

.hero-heading-front {
  backface-visibility: hidden;
  transform-origin: 50% 100%;
}

.hero-title {
  filter: brightness(200%);
  color: #fcfcfc;
  letter-spacing: .28em;
  text-transform: uppercase;
  margin-top: -.1em;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 7.8vw;
  font-weight: 600;
  line-height: .8;
}

.hero-heading-back {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: translate(0%, 100%)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.text-wrapper {
  pointer-events: auto;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.text-block-5 {
  align-self: center;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 200;
  position: absolute;
}

.heading-text {
  opacity: .22;
  perspective: 1000px;
  perspective-origin: 50%;
  text-align: center;
  border: 1px solid #0000;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: relative;
}

.hero-title-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: -.1em;
  margin-bottom: 0;
  font-family: Devanthorgen, Impact, sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: .8;
}

.div-block-6 {
  z-index: -1;
  background-color: #ed3f2f;
  border-left: 3px solid #ec3f2f;
  width: 1500%;
  height: 8.7vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-6._2 {
  align-self: flex-start;
  width: 160%;
  inset: 0% auto 0% -10%;
}

.div-block-6.photo {
  width: 90%;
  height: 6vh;
}

.tab-select {
  z-index: -1;
  transform-origin: 100%;
  background-color: #dc3a27;
  width: 100%;
  height: 90px;
  margin-top: 8px;
  position: absolute;
  right: auto;
}

.nav-menu {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16px;
  display: flex;
  position: fixed;
  top: 0;
}

.div-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
}

.button-logo {
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/6836a69ad1cdd767d8a9f957_Adrenorama_v1.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.button-logo.w--current {
  background-size: contain;
}

.icon-menu {
  color: #000;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 80px;
  padding: 12px 15px;
  display: flex;
}

.linea-menu-1 {
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
  box-shadow: 0 2px 5px #0003;
}

.linea-menu-2 {
  background-color: #fff;
  width: 80%;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
  box-shadow: 0 2px 5px #0003;
}

.linea-menu-3 {
  background-color: #fff;
  width: 100%;
  height: 3px;
  margin-top: 8px;
  margin-bottom: 8px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-7 {
  z-index: 6;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  padding-right: 30px;
  font-family: Inter Tight, sans-serif;
  display: flex;
  position: absolute;
  bottom: 28%;
  right: 0;
}

.text-block-6 {
  font-family: Inter Tight, sans-serif;
  font-size: 26px;
  line-height: 1.1;
}

.div-block-8 {
  transform-origin: 100%;
  object-position: 100% 50%;
  background-color: #f0f0f0;
  justify-content: flex-end;
  align-items: center;
  width: 150%;
  height: 2px;
  display: flex;
  position: absolute;
}

.image-6 {
  z-index: -1;
  object-fit: cover;
  width: 16vw;
  height: 16vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-9 {
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/6836a69ad1cdd767d8a9f957_Adrenorama_v1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: 10em;
  height: 16vh;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 33%;
}

.third-image-2 {
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fb0b0d3eaf310659baa9f_Despierto_2.jpg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.second-image-2 {
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fb0b0d3eaf310659baa97_Despierto_1.jpg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.container-tabs {
  display: none;
}

.first-image-2 {
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fb0b0d3eaf310659baaab_Despierto_5.jpg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.fifth-image-2 {
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fb0b0d3eaf310659baab3_Despierto_4v2.jpg");
  background-position: 50% 100%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.fourth-image-2 {
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fb0b0d3eaf310659baabb_Despierto_6.jpg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-3730 {
  display: flex;
}

.div-block-3730.h {
  opacity: 0;
  opacity: 0;
}

.return {
  cursor: pointer;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  min-height: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-3731 {
  background-color: #fff;
  width: 90%;
  height: 3px;
  position: absolute;
  transform: rotate(45deg);
  box-shadow: 0 2px 5px #0003;
}

.div-block-3731._2 {
  border-radius: 0;
  transform: rotate(-45deg);
}

.section-4 {
  background-color: #20222f;
  padding-top: 5em;
  overflow: hidden;
}

.content-footer {
  z-index: 5;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.logo-footer {
  background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/6836a69ad1cdd767d8a9f957_Adrenorama_v1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6em;
  height: 9vh;
  margin-top: auto;
  margin-bottom: auto;
}

.footer-main {
  grid-column-gap: 16px;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.footer-name {
  transform-origin: 100%;
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-size: 14.3svw;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-footer {
  font-family: Roboto, sans-serif;
  font-size: 14.15svw;
}

.menu-main_f_bottom {
  grid-column-gap: 4rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
  display: flex;
}

.menu-main_f_bottom._2 {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.menu-main__topf {
  justify-content: space-between;
  align-items: center;
  height: 90%;
  display: flex;
}

.menu-link__wrapperd {
  grid-row-gap: .9rem;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.text-link2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  flex-flow: column;
  align-self: center;
  width: auto;
  padding-bottom: .1em;
  font-family: Inter Tight, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
}

.text-link2._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  width: 70%;
}

.gallery-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #20222f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  width: 100%;
  min-height: 60svh;
  display: flex;
  position: relative;
}

.grid-project {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-list-1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: start stretch;
  width: 100%;
  height: 100vh;
  padding-top: 4vh;
  padding-bottom: 4vh;
  display: grid;
}

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

.vimeo-hover-video._2 {
  opacity: 1;
}

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

.gallery-wrapper1 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.text-span {
  color: #ef3d25;
}

.div-block-3739 {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: var(--adreno-2);
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  padding: 5vh 5vw;
  font-family: Inter Tight, sans-serif;
  font-size: 10vh;
  font-weight: 100;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span-2 {
  font-weight: 700;
}

.reels-wrapper {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: clip;
}

.reels-wrapper._2 {
  box-sizing: border-box;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-flow: row;
  place-content: start flex-start;
  place-items: flex-start stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.collection-list._2 {
  grid-template-columns: 260px 260px;
  justify-content: center;
  place-items: center stretch;
  margin-left: -9vh;
}

.collection-social-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: clip;
}

.collection-social-wrapper._2 {
  justify-content: flex-end;
  align-items: flex-start;
}

.collection-item-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  transform: scale(.85);
}

.collection-item-2._1 {
  position: relative;
}

.collection-item-2._2 {
  margin-left: -80%;
}

.collection-item-2._5 {
  margin-left: 53%;
}

.div-block-3740 {
  justify-content: center;
  align-items: center;
  max-width: 780px;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.text-block-33 {
  text-shadow: 0 1px 7px #0000004a;
}

.reel-video {
  aspect-ratio: 2 / 3;
  color: #e7e7e7;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reel-video.second {
  justify-content: flex-start;
  align-items: center;
  padding-top: 70%;
}

.reel-video.reel {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  height: auto;
  padding: 0%;
}

.reel-video-wrapper {
  z-index: 1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: relative;
  top: -6px;
  left: -5.2%;
}

.reel-video-wrapper._2 {
  opacity: 1;
}

.background-video-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

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

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

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

  .video-embed {
    z-index: 1;
  }

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

  .grid {
    grid-row-gap: 130px;
  }

  .grid.reels {
    grid-row-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid_projects_wrapper._1 {
    padding-top: 40px;
    padding-bottom: 6em;
  }

  .vimeo-player {
    z-index: 1;
  }

  .project_info_grid.left {
    justify-content: flex-end;
    align-items: flex-start;
    left: 0;
  }

  .project_info_grid.left.second {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    bottom: -44px;
    left: 0;
  }

  .project_info_grid.reel {
    right: 0;
  }

  .heading-3 {
    font-size: 60px;
  }

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

  .heading-3.second.reel {
    font-size: 40px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .column-wrap {
    margin-right: 0;
    position: relative;
  }

  .card-image {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sticky-wrap {
    width: 76%;
    height: 80%;
    top: 10%;
  }

  .container-image {
    width: 100%;
    left: 60px;
  }

  .text-block-3 {
    font-size: 8vh;
  }

  .text-block-3.photo {
    font-size: 7vh;
  }

  .text-block-4._2 {
    font-size: 17vh;
    line-height: 50px;
  }

  .text-block-4.orange {
    font-size: 17vh;
  }

  .services-wrapper {
    width: 50%;
    height: 40%;
    top: 10%;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-4 {
    top: 22em;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .footer-dark {
    height: 80vh;
  }

  .div-block-6 {
    width: 200%;
    height: 5.8vh;
  }

  .tab-select {
    height: 65px;
  }

  .div-menu {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-category {
    font-size: 10vh;
  }

  .grid-others-categories {
    padding-left: 20px;
    padding-right: 20px;
  }

  .categories-item {
    height: 16em;
  }

  .text-block-29 {
    margin-bottom: 9px;
    font-size: 25px;
  }

  .video-play-pause-wrapper:hover {
    transform: none;
  }

  .video-play-pause-wrapper:active {
    transform: scale(.9);
  }

  .section-4 {
    padding-top: 1em;
  }

  .text-footer {
    font-size: 13.5svw;
  }

  .menu-main_f_bottom {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .menu-main_f_bottom._2 {
    flex-flow: row;
    padding-bottom: 0;
  }

  .menu-main_f_bottom.tel {
    padding-left: 50px;
  }

  .container-w1-2.gutter-outside {
    height: 100%;
  }

  .section-vimeo-1 {
    height: 88%;
  }

  .video-unmute-wrapper-2:hover {
    transform: none;
  }

  .video-unmute-wrapper-2:active, .video-play-wrapper-2:active {
    transform: scale(.9);
  }

  .heading-4.second {
    font-size: 8vh;
  }

  .content-video {
    height: 100vh;
  }

  .vimeo-hover-video, .background-video {
    z-index: 1;
  }

  .container-product {
    min-width: 200vw;
    padding-right: 20px;
  }

  .right-arrow {
    right: 15%;
  }

  .left-arrow {
    left: 15%;
  }

  .gallery-list {
    grid-template-rows: minmax(auto, 45vh) auto;
    grid-template-columns: 1.5fr 1fr;
  }

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

  .collection-item {
    height: 90%;
  }

  .div-block-3739 {
    font-size: 5.5vh;
  }

  .collection-list {
    grid-template-columns: 240px 240px 240px;
    justify-content: stretch;
  }

  .collection-item-2 {
    transform: scale(.85);
  }

  .collection-item-2._1 {
    margin-left: -40px;
  }

  .collection-item-2._2 {
    margin-top: -42px;
    margin-left: 0%;
  }

  .collection-item-2._3 {
    margin-top: 20px;
    margin-right: -43px;
  }

  .collection-item-2._4 {
    margin-left: -50px;
  }

  .collection-item-2._5 {
    position: relative;
    right: -104px;
  }

  .collection-item-2._6 {
    margin-left: 20px;
  }

  .collection-item-2._7 {
    margin-top: 60px;
    margin-left: 33px;
  }

  .collection-item-2._8 {
    margin-left: 59px;
  }

  .div-block-3740 {
    max-width: 430px;
  }

  .reel-video-wrapper {
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .utility-padding-bottom-4rem {
    padding-bottom: 2rem;
  }

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

  .heading-2.utility-text-align-center {
    letter-spacing: .5em;
    letter-spacing: .5em;
  }

  .utility-padding-top-4rem {
    padding-top: 2rem;
  }

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

  .hero-without-image {
    padding: 20px 15px 60px;
  }

  .container-2 {
    min-height: auto;
  }

  .container-2._20vh {
    text-align: center;
    text-align: center;
  }

  .margin-bottom-24px {
    font-size: 20px;
    line-height: 1.6;
  }

  .grid {
    grid-row-gap: 110px;
  }

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

  .grid_projects_wrapper._1 {
    padding-top: 0;
    padding-bottom: 8em;
  }

  .project_info_grid.left, .project_info_grid.left.second, .project_info_grid.left, .project_info_grid.left.second, .project_info_grid.left.second {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    bottom: -32px;
  }

  .heading-3 {
    font-size: 45px;
  }

  .heading-3.second {
    font-size: 40px;
  }

  .wrapper-categorias {
    height: 500px;
    padding-bottom: 0;
  }

  .text-block-3 {
    font-size: 40px;
    line-height: 1;
  }

  .text-block-3.photo {
    font-size: 40px;
  }

  .div-title-section {
    min-height: 20vh;
  }

  .text-block-4._2, .text-block-4.orange, .text-block-4._2, .text-block-4.orange {
    font-size: 80px;
  }

  .text-regular.f {
    font-size: 1em;
  }

  .blending-group-wrapper, .main-shapes-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .footer-dark {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .paragraph-2.f {
    font-size: 1em;
    line-height: 1.3;
  }

  .div-block-6 {
    height: 4.6vh;
  }

  .tab-select {
    height: 40px;
  }

  .nav-menu {
    height: auto;
    padding-top: 20px;
  }

  .div-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-logo {
    width: 80px;
    height: 60px;
  }

  .button-logo.w--current {
    width: 80px;
    height: 60px;
    padding: 0;
  }

  .icon-menu {
    min-width: 60px;
    min-height: 60px;
    padding: 11px 12px;
  }

  .linea-menu-1, .linea-menu-2, .linea-menu-3 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-category {
    font-size: 8vh;
  }

  .grid-others-categories {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .categories-item {
    height: 12em;
  }

  .text-block-29 {
    font-size: 33px;
  }

  .video-play-pause-wrapper {
    font-size: .8em;
  }

  .return {
    background-image: none;
    width: 60px;
    min-width: auto;
    height: 60px;
    min-height: auto;
    display: flex;
  }

  .div-block-3731 {
    width: 75%;
  }

  .logo-footer {
    width: 60px;
    height: 70px;
  }

  .menu-main_f_bottom {
    padding-bottom: 0;
  }

  .image-prject {
    padding: .2rem;
  }

  .section-vimeo-1 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .video-play-pause-toggle-2 {
    top: auto;
    right: 1em;
  }

  .video-unmute-wrapper-2 {
    font-size: .9em;
  }

  .heading-4.second {
    font-size: 30px;
  }

  .text-block-31 {
    font-size: 16px;
  }

  .content-video {
    height: auto;
  }

  .gallery-wrapper1 {
    margin-top: 0;
  }

  .container-product {
    min-width: 210vw;
  }

  .right-arrow {
    right: 10%;
  }

  .left-arrow {
    left: 10%;
  }

  .gallery-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: minmax(auto, 15rem) minmax(auto, 15rem);
  }

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

  .padding-section-medium.only-hero {
    padding-top: 8.5rem;
  }

  .div-block-3739 {
    font-size: 38px;
  }

  .collection-list {
    grid-template-columns: 180px 180px 180px 180px;
  }

  .div-block-3740 {
    max-width: 330px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .grid-layout.desktop-1-column.utility-padding-top-4rem-1 {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .video-background.utility-viewport-height-100.category {
    height: 75vh;
    min-height: 75dvh;
  }

  .container.grid-layout.desktop-5-column.utility-position-relative {
    width: 95%;
  }

  .container.grid-layout.desktop-5-column.utility-position-relative-2 {
    width: 93%;
  }

  .utility-padding-bottom-4rem {
    padding-bottom: 0;
  }

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

  .heading-2.utility-text-align-center {
    letter-spacing: .3em;
    letter-spacing: .3em;
  }

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

  .paragraph-s.utility-text-align-center---mobile-portrait {
    text-align: left;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .button {
    white-space: nowrap;
  }

  .utility-text-align-center---mobile-portrait {
    text-align: center;
  }

  .hero-without-image {
    padding-bottom: 20px;
  }

  .container-2 {
    max-width: none;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2._20vh {
    min-height: 16vh;
    padding-top: 1rem;
  }

  .margin-bottom-24px {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.6;
  }

  .div-block-3 {
    text-align: center;
  }

  .image {
    width: 50px;
    height: 60px;
  }

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

  .grid {
    grid-column-gap: 13px;
    grid-row-gap: 80px;
    width: 100%;
  }

  .grid.reels {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid_projects_wrapper {
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .grid_projects_wrapper.category {
    margin-top: -120px;
  }

  .grid_projects_wrapper._1 {
    padding-bottom: 8em;
  }

  .video-project-wapper.second {
    padding-top: 60%;
  }

  .project_info_grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    bottom: -23px;
  }

  .project_info_grid.left.second, .project_info_grid.left.photo {
    left: 0;
  }

  .project_info_grid.left.second, .project_info_grid.left.photo {
    left: 0;
  }

  .project_info_grid.left.second, .project_info_grid.left.photo {
    left: 0;
  }

  .project_info_grid.left.photo._1 {
    padding-left: 10px;
  }

  .project_info_grid.left._1 {
    margin-left: 0;
    left: auto;
  }

  .project_info_grid._1 {
    margin-left: -101px;
    padding-right: 10px;
  }

  .project_info_grid.reel {
    padding-left: 5px;
    padding-right: 5px;
    bottom: -30px;
  }

  .heading-3 {
    font-size: 5.5vh;
  }

  .heading-3.second.photo, .heading-3.second.reel {
    font-size: 33px;
  }

  .heading-3.second {
    font-size: 5vh;
  }

  .heading-3.second.photo, .heading-3.second.reel, .heading-3.second.photo, .heading-3.second.reel {
    font-size: 33px;
  }

  .heading-3._2 {
    font-size: 4.2vh;
  }

  .text-block-2 {
    max-width: 300px;
    font-size: 14px;
  }

  .column-wrap {
    display: flex;
  }

  .wrapper-categorias {
    flex-direction: column;
    height: auto;
    display: block;
  }

  .wrapper-categorias._2 {
    height: 100%;
    min-height: auto;
    margin-bottom: 80px;
  }

  .container-categories {
    flex-direction: column;
    display: none;
  }

  .sticky-wrap {
    width: 100%;
    height: 400px;
    position: relative;
    top: 0%;
  }

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

  .text-block-3.tab {
    color: #fff;
    font-size: 44px;
    line-height: .8;
  }

  .div-title-section {
    min-height: 5em;
  }

  .div-title-section._1 {
    top: 0;
  }

  .text-block-4 {
    font-size: 10vh;
  }

  .text-block-4._2 {
    font-size: 6vh;
  }

  .text-block-4.orange {
    font-size: 60px;
    line-height: 50px;
  }

  .services-wrapper {
    width: 80%;
    height: 300px;
    position: relative;
    top: 0%;
  }

  .container-services {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .main-wrapper.photo {
    height: 150vh;
  }

  .text-regular.f {
    font-size: 20px;
  }

  .menu_wrapper {
    position: fixed;
    inset: 0%;
  }

  .menu-main {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: center;
    align-items: stretch;
    padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .menu-main__top {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .menu-link__wrapper {
    width: 100%;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
  }

  .menu-button__text-w {
    font-size: .8rem;
  }

  .menu-main__bottom {
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-ultra-gradients.is-first {
    height: 70vh;
    min-height: auto;
    margin-top: 0;
    padding-top: 40px;
  }

  .shape-4 {
    top: 30.7em;
  }

  .footer-dark {
    height: auto;
    padding-bottom: 30px;
  }

  .footer-divider {
    margin-top: 25px;
  }

  .paragraph-2.f, .paragraph-2.a, .paragraph-2.f, .paragraph-2.a {
    font-size: 20px;
    line-height: 1.3;
  }

  .hero-heading-front {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .hero-title {
    letter-spacing: .07em;
    font-size: 13svw;
  }

  .hero-heading-back {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .hero-title-2 {
    font-size: 80px;
  }

  .div-block-6 {
    width: 118%;
    height: 4.3vh;
  }

  .div-block-6._2 {
    width: 118%;
    height: 5vh;
    top: 11%;
    left: -8%;
  }

  .div-block-6.photo {
    height: 3vh;
  }

  .div-block-6.photo._1 {
    height: 6vh;
  }

  .nav-menu {
    padding-top: 10px;
  }

  .div-menu {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-logo {
    width: 48px;
    height: 55px;
  }

  .button-logo.w--current {
    width: 50px;
  }

  .icon-menu {
    position: relative;
  }

  .linea-menu-1, .linea-menu-2, .linea-menu-3 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-7 {
    width: 80%;
    bottom: 0%;
  }

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

  .div-block-8 {
    width: 180%;
  }

  .image-6 {
    display: none;
  }

  .text-menu {
    font-size: 33px;
  }

  .div-block-9 {
    width: 80px;
    height: 90px;
    top: 10%;
    right: auto;
  }

  .heading-category {
    margin-top: 0;
    font-size: 45px;
  }

  .grid-others-categories {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .categories-item {
    height: 160px;
  }

  .text-block-29 {
    margin-bottom: 4px;
    margin-right: 0;
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-11 {
    width: 55px;
    height: 50px;
  }

  .card-hab-movil {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .tab-link-tab-1 {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 0 6px;
    transition: opacity .3s;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    background-color: var(--adreno-2);
    opacity: 1;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .third-image-2.movil {
    background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fa60f77c6ce2f9519f611_45fbeeb525feb8efeb872b12af6bd698_6.png");
    width: 100%;
    height: 300px;
    position: relative;
  }

  .tabs {
    z-index: 1;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .tabs-content {
    width: 75%;
  }

  .second-image-2.movil {
    background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fa60ac7225e31982a3017_da66c60304199ae9597ea4df461af2c4_7.jpg");
    width: 100%;
    height: 300px;
    position: relative;
  }

  .container-tabs {
    width: 100%;
    padding: 0;
    display: block;
    position: relative;
  }

  .first-image-2.movil {
    background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682f9ae91719c7cdc6875e7b_2a20465b539e8a690a12d8ee7e48d34b_2.jpg");
    width: 100%;
    height: 300px;
    position: relative;
  }

  .fifth-image-2.movil {
    background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fa6e58bd6ea9a32e325ad_931ef6ee0980f4713436cedfcdfe4f5d_3.jpg");
    width: 100%;
    height: 300px;
    position: relative;
  }

  .fourth-image-2.movil {
    background-image: url("https://cdn.prod.website-files.com/682e25a779317ff333ae61e9/682fa6eba54356d9cc803c58_28015ded38368f802056528b6141b694_9.jpg");
    width: 100%;
    height: 300px;
    position: relative;
  }

  .tabs-menu {
    z-index: 2;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top-color: #f0eeee;
    border-bottom-color: #f0eeee;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 45%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 2%;
    overflow: auto;
  }

  .return {
    background-image: linear-gradient(#0000, #0000);
    width: 55px;
    height: 55px;
    margin-right: 5px;
  }

  .section-4 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .logo-footer {
    width: 50px;
    height: 65px;
    top: 10%;
    right: auto;
  }

  .footer-main {
    grid-row-gap: 2rem;
    grid-template-columns: 100%;
  }

  .text-footer {
    font-size: 13.5svw;
  }

  .menu-main_f_bottom {
    grid-row-gap: .4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-main_f_bottom._2 {
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .menu-main_f_bottom.tel {
    padding-left: 0;
  }

  .menu-main__topf {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .menu-link__wrapperd {
    width: 100%;
  }

  .text-link2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .gallery-main {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    position: relative;
  }

  .grid-project {
    margin-bottom: 4em;
  }

  .image-list-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .image-prject {
    min-height: auto;
    padding: 2rem 1rem;
  }

  .gallery-photo-wrapper {
    width: 65%;
    height: 330px;
    padding-top: 0%;
  }

  .container-w1-2.gutter-outside {
    height: 100%;
  }

  .section-vimeo-1 {
    background-color: #000;
    height: 80vh;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .video-play-pause-toggle-2 {
    position: absolute;
    bottom: -60px;
  }

  .video-unmute-wrapper-2 {
    width: 5em;
    height: 5em;
  }

  .project_info_grid-1.left.second {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-bottom: 1em;
    padding-left: 0;
  }

  .project_info_grid-1.left.photo {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-top: 1.25em;
    padding-bottom: 2em;
    padding-left: 1em;
  }

  .heading-4.second {
    font-size: 30px;
  }

  .text-block-31 {
    font-size: 16px;
  }

  .color_gallery-photos {
    height: 58vh;
    min-height: 500px;
    overflow: hidden;
  }

  .project-wapper.photo {
    padding-top: 100%;
  }

  .project-wapper.photo._2 {
    padding-top: 60%;
  }

  .project-wapper.photo-2 {
    padding-top: 65%;
  }

  .image-detalle-1 {
    background-position: 50%;
    background-size: cover;
    height: 200px;
  }

  .container-product {
    flex-direction: column;
    width: 100%;
    min-width: auto;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-2._2 {
    display: none;
  }

  .cont-info-product {
    flex-direction: column-reverse;
    width: 100vw;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .product-image-hold-2 {
    width: 100vw;
    height: 470px;
  }

  .product-image-hold {
    width: 100vw;
    height: 300px;
  }

  .product-image-hold._2 {
    width: 100vw;
    height: 260px;
  }

  .section-head-product {
    height: auto;
  }

  .product-image-hold-3 {
    flex-direction: row;
    align-items: flex-start;
    width: 100vw;
    height: 200px;
  }

  .section-head-content-products {
    height: auto;
    position: static;
    overflow: hidden;
  }

  .div-block-3737.white {
    border-bottom-width: 3px;
    border-right-width: 3px;
    width: 30px;
    height: 30px;
  }

  .image-detalle-2 {
    background-position: 40%;
    height: 200px;
  }

  .subtext-slider {
    bottom: 25%;
  }

  .right-arrow {
    height: 3%;
    inset: auto 32% 10% auto;
  }

  .home-hero_slide-top {
    height: 40vh;
  }

  .left-arrow {
    height: 3%;
    inset: auto auto 10% 32%;
  }

  .home-hero_slide {
    min-height: 95vh;
  }

  .home-hero_slide-fg-image {
    height: 100%;
  }

  .slider-next-button {
    bottom: 0%;
  }

  .h1 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
  }

  .slider-prev-button {
    bottom: 0%;
  }

  .slider-fg-image_wrapper {
    width: 16rem;
    height: 22rem;
  }

  .home-slide_text-wrapper {
    height: 35%;
  }

  .gallery-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: 280px 220px 140px;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-flow: row;
    height: 94%;
  }

  .collection-list-wrapper {
    height: auto;
  }

  .gallery-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .collection-item {
    height: 92%;
  }

  .div-block-3739 {
    box-shadow: none;
    margin-bottom: 0;
    padding-left: 7vw;
    padding-right: 7vw;
    font-size: 33px;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 50% 50%;
    max-width: 100%;
  }

  .collection-list._2 {
    grid-template-columns: 180px 180px 180px 180px 180px 180px;
  }

  .collection-item-2._1 {
    margin-left: -25px;
  }

  .collection-item-2._2 {
    margin-left: 0%;
  }

  .collection-item-2._3 {
    margin-right: 0;
  }

  .collection-item-2._4 {
    margin-left: 50px;
  }

  .collection-item-2._5 {
    margin-left: -70px;
    right: auto;
  }

  .div-block-3740 {
    max-width: 240px;
    height: 80vh;
    top: 80px;
  }

  .text-block-33 {
    text-shadow: 0 1px 1px #0003;
    font-size: 40px;
  }

  .reel-video.second {
    padding-top: 60%;
  }
}

#w-node-_5f72fbc0-677e-6464-30a0-82cdb8031411-33ae61f2 {
  justify-self: start;
}

#w-node-_5f72fbc0-677e-6464-30a0-82cdb803140e-33ae61f2 {
  justify-self: end;
}

#w-node-b0727cb7-d252-fa1c-7dc6-1c2502ca191a-33ae61f2, #w-node-b0727cb7-d252-fa1c-7dc6-1c2502ca1926-33ae61f2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b0727cb7-d252-fa1c-7dc6-1c2502ca191d-33ae61f2 {
  grid-area: 4 / 1 / 5 / 6;
  align-self: end;
}

#w-node-b0727cb7-d252-fa1c-7dc6-1c2502ca1925-33ae61f2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b0727cb7-d252-fa1c-7dc6-1c2502ca1924-33ae61f2 {
  place-self: start;
}

#w-node-_83271bc0-3872-7b54-cebe-c400fe1d26ab-33ae61f2 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-e23f4daa-cde5-a910-6e2f-526eff62a4dc-33ae61f2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f185fc58-d6d0-931e-b63a-e6944cff3815-33ae61f2 {
  grid-area: 2 / 3 / 3 / 7;
}

#w-node-_6a441302-0dc0-2830-9d1d-4a9066b0ad00-33ae61f2 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-f1a7ea54-fafe-f8c0-0366-48071853c8dd-33ae61f2 {
  grid-area: 3 / 4 / 4 / 7;
}

#w-node-_13a15e9f-461d-4c59-86c7-410d9e982785-33ae61f2 {
  grid-area: 4 / 2 / 5 / 6;
}

#w-node-_4b0ea30a-de0e-ac79-d5ec-f8d5973e7f39-33ae61f2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_11928260-324e-a44f-02e4-31f2ad19bf5f-33ae61f2 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_66023af9-5b9d-72fb-8828-80f8854fa2ec-33ae61f2 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_87dca83f-3b53-ba46-7b4a-b5f94372a1ef-33ae61f2 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_207ce94b-6775-474d-53d1-0216bc28b381-33ae61f2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_971d03bb-105a-6738-d4a8-b37c912f90fc-33ae61f2 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_3c0cd51d-742b-97dd-339a-d0ba8301bca2-33ae61f2 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-a11befd6-6757-06d1-6335-6b0d968eb986-33ae61f2 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-b95e30ef-4b9f-78f2-1a0a-ffce0d41853d-33ae61f2 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_2df563f7-edd8-d201-4b43-7b4dc370642b-33ae61f2 {
  align-self: center;
}

#w-node-bb15226a-4d05-bb21-fed9-06095c28bbb4-33ae61f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8169025-5f13-0ad1-4c57-0c6a74375b53-74375b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8169025-5f13-0ad1-4c57-0c6a74375b57-74375b50 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d8169025-5f13-0ad1-4c57-0c6a74375b69-74375b50, #w-node-d8169025-5f13-0ad1-4c57-0c6a74375b6e-74375b50 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-b0727cb7-d252-fa1c-7dc6-1c2502ca191a-33ae61f2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b0727cb7-d252-fa1c-7dc6-1c2502ca1925-33ae61f2 {
    grid-area: 1 / 3 / 2 / 6;
  }

  #w-node-_4b0ea30a-de0e-ac79-d5ec-f8d5973e7f39-33ae61f2 {
    grid-row: 1 / 2;
    grid-column-start: 2;
  }

  #w-node-_11928260-324e-a44f-02e4-31f2ad19bf5f-33ae61f2 {
    justify-self: end;
  }

  #w-node-_66023af9-5b9d-72fb-8828-80f8854fa2ec-33ae61f2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_87dca83f-3b53-ba46-7b4a-b5f94372a1ef-33ae61f2 {
    grid-column: 3 / 4;
  }

  #w-node-_971d03bb-105a-6738-d4a8-b37c912f90fc-33ae61f2 {
    grid-column: 2 / 3;
    grid-row-start: 3;
  }

  #w-node-_3c0cd51d-742b-97dd-339a-d0ba8301bca2-33ae61f2 {
    grid-column: 3 / 4;
  }

  #w-node-b95e30ef-4b9f-78f2-1a0a-ffce0d41853d-33ae61f2 {
    grid-column: 3 / 4;
    grid-row-start: 4;
  }

  #w-node-d8169025-5f13-0ad1-4c57-0c6a74375b53-74375b50, #w-node-d8169025-5f13-0ad1-4c57-0c6a74375b57-74375b50 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0727cb7-d252-fa1c-7dc6-1c2502ca1925-33ae61f2 {
    grid-row-end: 3;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0727cb7-d252-fa1c-7dc6-1c2502ca191d-33ae61f2 {
    grid-row: 5 / 6;
  }

  #w-node-b0727cb7-d252-fa1c-7dc6-1c2502ca1925-33ae61f2 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-b0727cb7-d252-fa1c-7dc6-1c2502ca1924-33ae61f2 {
    justify-self: center;
  }

  #w-node-_83271bc0-3872-7b54-cebe-c400fe1d26ab-33ae61f2 {
    grid-column: 1 / 7;
  }

  #w-node-e23f4daa-cde5-a910-6e2f-526eff62a4dc-33ae61f2 {
    grid-column-end: 7;
  }

  #w-node-f185fc58-d6d0-931e-b63a-e6944cff3815-33ae61f2 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_6a441302-0dc0-2830-9d1d-4a9066b0ad00-33ae61f2 {
    grid-row: 4 / 5;
    grid-column-end: 7;
  }

  #w-node-f1a7ea54-fafe-f8c0-0366-48071853c8dd-33ae61f2 {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-_13a15e9f-461d-4c59-86c7-410d9e982785-33ae61f2 {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-_4b0ea30a-de0e-ac79-d5ec-f8d5973e7f39-33ae61f2, #w-node-_11928260-324e-a44f-02e4-31f2ad19bf5f-33ae61f2, #w-node-_66023af9-5b9d-72fb-8828-80f8854fa2ec-33ae61f2, #w-node-_87dca83f-3b53-ba46-7b4a-b5f94372a1ef-33ae61f2, #w-node-_207ce94b-6775-474d-53d1-0216bc28b381-33ae61f2, #w-node-_971d03bb-105a-6738-d4a8-b37c912f90fc-33ae61f2, #w-node-_3c0cd51d-742b-97dd-339a-d0ba8301bca2-33ae61f2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8169025-5f13-0ad1-4c57-0c6a74375b53-74375b50, #w-node-d8169025-5f13-0ad1-4c57-0c6a74375b57-74375b50, #w-node-d8169025-5f13-0ad1-4c57-0c6a74375b69-74375b50, #w-node-d8169025-5f13-0ad1-4c57-0c6a74375b6e-74375b50 {
    grid-column: span 1 / span 1;
  }
}
