:root {
  --color-scheme-1--background: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--body: Archivo, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--white);
  --_typography---font-styles--heading: Archivo, sans-serif;
  --_primitives---opacity--white-60: #fff9;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_ui-styles---stroke--divider-width: 1px;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.hide {
  display: none;
}

.main-wrapper {
  overflow: hidden;
}

.button {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  text-transform: uppercase;
  padding: .5rem .625rem;
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-navbar4-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.menu-icon4_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon4_line-middle-base {
  background-color: var(--color-scheme-1--text);
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar4_menu-dropdown {
  margin-left: 0;
}

.navbar4_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_logo-link:where(.w-variant-b1acc9b0-ff2e-1703-24ca-1fa2c6983e63) {
  z-index: 2;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_menu-button.w--open {
  background-color: var(--_primitives---opacity--transparent);
}

.menu-icon_line-middle {
  background-color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.dropdown-chevron.is-navbar4 {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar4_menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -4.5rem;
  font-size: 1.5rem;
  display: flex;
}

.menu-icon_line-bottom {
  background-color: var(--color-scheme-1--text);
  width: 24px;
  height: 2px;
}

.navbar4_dropdown-list {
  position: static;
  overflow: hidden;
}

.navbar4_dropdown-list.w--open {
  background-color: var(--_primitives---colors--white);
  position: static;
}

.menu-icon_line-top {
  background-color: var(--color-scheme-1--text);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar_component {
  border-bottom: 0px solid var(--color-scheme-1--background);
  width: 100%;
  min-height: 4.5rem;
  color: var(--color-scheme-1--text);
  background-color: #0000;
  align-items: center;
  padding-left: 2.25%;
  padding-right: 2.25%;
  display: flex;
  position: fixed;
}

.navbar_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar_wrapper:where(.w-variant-b1acc9b0-ff2e-1703-24ca-1fa2c6983e63) {
  z-index: 2;
  position: relative;
}

.navbar4_link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 0;
  display: inline-block;
  position: static;
}

.navbar4_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar_menu {
  background-color: var(--_primitives---colors--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  position: absolute;
  overflow: auto;
}

.navbar_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar4_dropdown-toggle {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  display: flex;
}

.section_footer {
  position: relative;
}

.footer_details {
  border-top: 1px solid var(--_primitives---opacity--white-20);
  opacity: .6;
  justify-content: space-between;
  padding: 1rem 2rem;
  font-size: .875rem;
  display: flex;
}

.legal_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer_img {
  width: 100%;
}

.footer_img:where(.w-variant-134c8dcb-90e6-f1f0-69ce-ff1ccf9cc2e7) {
  display: none;
}

.nav_button-embed {
  height: 3.25rem;
}

.gsap_embed {
  display: none;
}

.overlay_marquee {
  background-image: linear-gradient(0deg, #000, #0000 30%);
  position: absolute;
  inset: 0%;
}

.overlay_marquee.flip {
  background-image: linear-gradient(#000, #0000 40%);
}

.overlay_marquee.flip-footer {
  background-image: linear-gradient(#000, #0000 15%);
}

.overlay_marquee.nav {
  background-image: linear-gradient(#000, #0000 40%);
  display: none;
}

.overlay_marquee.nav:where(.w-variant-b1acc9b0-ff2e-1703-24ca-1fa2c6983e63) {
  background-image: linear-gradient(#000000e6, #0000 40%);
  display: block;
}

.noticias_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nc-ttl {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  font-size: 165px;
  font-weight: 500;
  line-height: 100%;
}

.notice.notice_left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-78 {
  position: absolute;
  inset: -12px -12px auto auto;
}

.image-77 {
  position: absolute;
  inset: -12px auto auto -12px;
}

.section_noticias {
  padding: 150px 40px 100px;
}

.nc-card-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1.18px solid #ffffff29;
  flex-direction: column;
  padding: 16px 16px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 13.55px 30.48px #0000003d, 0 55.88px 55.88px #0003, 0 127px 76.2px #0000001f;
}

.nc-card-1.nc-medium {
  background-image: url("https://cdn.prod.website-files.com/69f8aa6165169b5eede38743/6a0af79b18435cf72cacdbe3_69eabb31b830a1bd43818575_noiseEffect%20Desktop%20-%202.webp");
  background-position: 0 0;
  background-size: auto;
}

.nc-ft {
  z-index: 2;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  min-height: 43px;
  display: flex;
  position: relative;
}

.nc-nm {
  color: #fff;
  letter-spacing: -.03em;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.nc-mt {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nc-dt {
  color: #ffffff80;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}

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

.image-145 {
  aspect-ratio: 1;
}

.social_links {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  position: absolute;
  bottom: 4rem;
  left: 2rem;
}

.social_links:where(.w-variant-134c8dcb-90e6-f1f0-69ce-ff1ccf9cc2e7) {
  display: none;
}

@media screen and (min-width: 1280px) {
  .hero_esp-top {
    height: 1300px;
  }

  .image-147 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .about_5 {
    right: 16rem;
  }

  .hero_esp-top {
    height: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  .about_2 {
    height: 60rem;
  }

  .about_3.hide-mobile-portrait {
    bottom: -17rem;
  }

  .about_5 {
    right: 18rem;
  }

  ._24-800-125 {
    font-size: 22px;
  }

  .hero_esp-top {
    height: 1600px;
  }

  ._80-800-100 {
    margin-left: -24px;
  }

  .section_services-espacios {
    display: none;
  }

  .agency-desc {
    font-size: 16px;
    font-weight: 300;
  }

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

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h2.is-3 {
    white-space: normal;
    white-space: normal;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

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

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

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

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

  .heading-style-display {
    font-size: 5rem;
  }

  .go_real-img {
    max-width: 250px;
    left: 37%;
    right: auto;
  }

  .menu-icon4_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_line-middle-base {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

  .navbar_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .menu-icon_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .dropdown-chevron.is-navbar4 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .navbar4_menu-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 0;
    font-size: 1.25rem;
    position: static;
  }

  .navbar_menu {
    z-index: 1;
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .navbar_container {
    grid-auto-columns: 1fr;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar4_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .hero_img-wrapper {
    border-radius: 20px;
  }

  .about_1 {
    height: auto;
  }

  .about_2 {
    height: 19rem;
    top: auto;
  }

  .about_heading-wrapper {
    left: auto;
  }

  .about_3 {
    bottom: -40px;
  }

  .h2_span {
    font-size: 2rem;
  }

  .heading_style-display, .heading_style-display.is-filled, .heading_style-display.is-filled {
    font-size: 5rem;
  }

  .services_item.is-4 {
    grid-template-columns: .5fr .75fr;
  }

  .about_4 {
    height: 15rem;
    left: 10%;
  }

  .about_5 {
    height: 18rem;
  }

  .about_6 {
    bottom: -57%;
  }

  .blur {
    width: 4rem;
    height: 4rem;
  }

  .we_do-img {
    max-width: 15rem;
    left: auto;
  }

  .how_we-work-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero_stunts-bot-wrapper {
    top: -263px;
  }

  .section_images {
    padding-left: 0;
  }

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

  .img_stunts.is-3 {
    width: auto;
    max-width: 100%;
    position: static;
  }

  .key_services-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .img2 {
    top: 39%;
  }

  .img_3 {
    top: 547px;
    left: 0%;
  }

  .academy_box {
    max-width: 50%;
  }

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

  .stunts_hero-wrap {
    bottom: 15rem;
  }

  .fx_hero-right {
    width: 400px;
    height: 600px;
  }

  .fx_hero-right.hide {
    height: auto;
  }

  .fx_hero-overlay {
    left: 203px;
  }

  .fx_hero-overlay.hide {
    margin-bottom: 10px;
  }

  .section-1440x788 {
    flex-direction: row;
    width: 100%;
    height: 700px;
    min-height: 600px;
    max-height: none;
  }

  .section-1440x788.new.bottom-space {
    height: 750px;
  }

  .fx_abs-title {
    width: auto;
    height: auto;
  }

  .fx_abs-title.fx {
    inset: auto 0% 0% auto;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .fx_subtitle-text {
    font-family: Archivo, sans-serif;
    position: static;
    top: 500px;
  }

  .fx_hero-headline {
    letter-spacing: -2.5px;
    width: 72%;
    height: auto;
    font-size: 52px;
    top: 320px;
  }

  .fx_hero-headline.is-anchored {
    width: 80%;
    display: block;
  }

  .div-block-134 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    display: flex;
  }

  .fx_hero-content {
    flex-direction: row;
    width: 100%;
    height: 700px;
    min-height: 600px;
    max-height: none;
  }

  .fx_hero-content.new.bottom-space {
    height: 750px;
  }

  .fx_collection-list {
    flex-direction: row;
    width: 100%;
    height: 600px;
    min-height: 600px;
    max-height: 600px;
  }

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

  .fx_h2 {
    width: auto;
    height: auto;
    font-size: 60px;
    position: static;
    left: 116px;
  }

  .fx_description {
    position: static;
    top: 265px;
    left: 128px;
  }

  .card-saber-mas-button {
    position: static;
    inset: auto 0% 0%;
  }

  .fx_img {
    width: 100%;
    display: block;
  }

  .fx_left {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    flex-grow: 0;
    flex-shrink: 1;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .fx_abs-title-mob {
    width: auto;
    height: auto;
  }

  .fx_abs-title-mob.fx {
    inset: auto 0% 0% auto;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .hero_meddle {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 60px;
    display: flex;
  }

  .fx_cms-component {
    grid-template-columns: 1fr;
  }

  .fx_hero_left, .hero_right {
    background-size: cover;
    height: 350px;
  }

  .fx_cms-h1 {
    width: auto;
    margin-top: 10px;
  }

  .section_fx_cms-hero.new {
    height: auto;
  }

  .fx_mid-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-9 {
    text-align: justify;
    width: auto;
    max-width: none;
  }

  .animated_font {
    font-size: 36px;
  }

  .fx_big-heading-bot-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .fx_features-top-wrapper {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fx_features-bot-content {
    margin-right: 0;
  }

  .img_wrapper-fx {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .fx_img-cpntent-wrapper {
    width: 100%;
    margin-bottom: 0;
    padding-left: 72px;
    padding-right: 16px;
  }

  .fx_img-cpntent-wrapper.in-bottom {
    margin-top: 0;
  }

  .fx_img-cpntent-wrapper.in-bottom.is-revert {
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-block-38 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-auto-flow: column dense;
  }

  .div-block-38.is_reverse {
    flex-flow: column;
    margin-top: 48px;
  }

  .fx_img-wrapper-1 {
    grid-template-columns: 1.5fr;
  }

  .fx_img-wrapper-2 {
    grid-template-columns: .75fr;
  }

  .art_left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
  }

  .heading-22 {
    font-size: 36px;
  }

  .image-1 {
    height: 400px;
  }

  .right-scroll-window {
    width: auto;
  }

  .art_container {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .art_component {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  ._18-600-117._w-380 {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .imagecontainer {
    flex-flow: column;
  }

  ._64-800-100-2 {
    font-size: 28px;
  }

  ._120-100-600 {
    font-size: 50px;
  }

  .button-2.btn-space {
    margin-top: 60px;
  }

  .hero_esp-bot {
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .section_hero-espacios {
    padding-bottom: 80px;
  }

  .hero_esp-top {
    height: auto;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rightcard {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .club_bottom {
    left: 16px;
    right: 16px;
  }

  .videoembed.is-studio-update {
    width: 20rem;
    height: 14rem;
  }

  .tank_2 {
    position: static;
  }

  .image-4 {
    left: auto;
  }

  .tank_top_bottom_text {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
  }

  .arrow_2_is3.none {
    display: none;
  }

  .tank_right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    position: static;
  }

  .gap-140 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section_water-tank {
    height: auto;
  }

  .carimage {
    width: auto;
    height: auto;
  }

  .tank-container-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  ._80-800-100 {
    font-size: 50px;
  }

  .tankimage {
    width: 570px;
    left: auto;
  }

  .service_title._60-110, .service_title._16-800-150, .service_title._60-110, .service_title._16-800-150 {
    width: 100%;
  }

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

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

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

  .cards_item, .card-2 {
    width: 100%;
  }

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

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

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

  .notice.notice_left {
    justify-content: flex-start;
    align-items: stretch;
  }

  .notice-left-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
  }

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

  .div-block-133.left {
    display: block;
  }

  .section_noticias {
    max-width: none;
    padding-top: 60px;
  }

  .nc-card-1.nc-medium {
    position: static;
  }

  .div-block-46 {
    width: auto;
    height: 340px;
  }

  .nc-btn-1.hide {
    display: block;
  }

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

  .section-notice-hero {
    height: 500px;
  }

  .proj-hero-title {
    font-size: 64px;
  }

  .image-81 {
    object-fit: cover;
  }

  .proj-content-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .date_container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .proj-left-img {
    height: 100%;
  }

  .image-80.mobile {
    display: none;
  }

  .proj-col-left {
    flex-basis: 0;
  }

  .proj-next-news {
    padding-left: 60px;
    padding-right: 60px;
  }

  .agency-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
  }

  .agency-card-content {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .menu-button {
    background-color: #ffffff14;
    background-image: url("https://cdn.prod.website-files.com/69f8aa6165169b5eede38743/6a0ac751ee0c59004f755103_Union%20(5).svg"), url("https://cdn.prod.website-files.com/69f8aa6165169b5eede38743/6a0ac751ee0c59004f755116_Union%20(2).svg");
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    margin-top: 0;
    padding: 10px;
  }

  .agency-card-photo {
    width: 100%;
    min-width: 180px;
    max-height: 255px;
  }

  .div-block-52 {
    align-self: flex-start;
    margin-left: 10px;
  }

  .agency-card {
    flex-flow: column;
    width: calc(50% - 8px);
    min-height: 320px;
  }

  .agency-frame-bar {
    width: 100%;
    height: 60px;
  }

  .agency-inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
  }

  .div-block-53 {
    margin-top: 10px;
  }

  .contacto-section {
    width: 100%;
    height: auto;
  }

  .agency-section-1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .updated {
    padding-top: 20px;
  }

  .updated.second-section {
    position: static;
  }

  .project-section-hero {
    padding-top: 40px;
  }

  .content, .content.project1, .content.project1 {
    width: auto;
  }

  .video-div {
    width: 100%;
  }

  .lightbox-link.mobile {
    display: none;
  }

  .bottom-content {
    width: 100%;
  }

  .heading-17.mobile {
    display: none;
  }

  .div-block-78.left, .div-block-78.right, .div-block-78.left, .div-block-78.right {
    height: 400px;
    display: none;
  }

  .div-block-80 {
    grid-template-columns: 1fr;
  }

  .section-second.mobile {
    display: none;
  }

  .div-block-63.project1-space {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .div-block-75 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-74 {
    margin-top: 60px;
  }

  .container-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-72 {
    margin-top: 140px;
  }

  .div-block-150 {
    grid-template-columns: 1fr;
  }

  .image-147 {
    bottom: -63%;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .heading-style-h2.is-2 {
    font-size: 2rem;
  }

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h5.is-abs {
    font-size: .875rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .button.is-navbar4-button {
    padding: .25rem 1rem;
  }

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

  .heading-style-h3 {
    font-size: 2rem;
  }

  .button-group.is-hero {
    position: relative;
    bottom: auto;
    left: 5%;
    right: auto;
  }

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

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

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .heading-style-display {
    font-size: 6rem;
  }

  .heading-style-display.is-service {
    font-size: 4rem;
  }

  .go_real-img {
    max-width: 300px;
    bottom: -7%;
  }

  .navbar4_menu-wrapper {
    font-size: 1.25rem;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .marquee_logo {
    max-width: 10rem;
  }

  .about_2 {
    top: -62px;
  }

  .about_3 {
    bottom: -28px;
  }

  .about_text-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    right: auto;
  }

  .services_item.is-4 {
    grid-template-columns: 1fr;
  }

  .nav_button-embed {
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 3rem;
    display: flex;
  }

  .project_item {
    padding-left: 2rem;
  }

  .logo_middle {
    max-width: 10rem;
  }

  .service_number {
    right: -14%;
  }

  .text-size-xlarge {
    font-size: 1.125rem;
  }

  .text-size-xlarge.text-weight-xlight.is-2 {
    font-size: 1.5rem;
  }

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

  .img_stunts.is-3 {
    left: auto;
  }

  .academy_h1 {
    font-size: 3rem;
    line-height: 1.1;
  }

  .academy_text-wrapper {
    font-size: 1rem;
  }

  .formacion_wrapper-1 {
    grid-template-columns: 1.5fr;
  }

  .formacion_wrapper-1.is-2 {
    padding-right: 0;
  }

  .form_text {
    grid-column-gap: .625px;
    grid-row-gap: .625px;
    padding-left: 0;
    font-size: 1.125rem;
  }

  .heading_extra-light-2 {
    text-align: left;
  }

  .methodology_grid {
    grid-template-columns: 1fr;
    position: relative;
    top: 55px;
  }

  .method_h-wrap {
    left: auto;
  }

  .excellence_wrap, .academy_footer-wrapper {
    grid-template-columns: 1fr;
  }

  .fx_hero-right {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .fx_hero-overlay {
    width: 50%;
    height: 35%;
    top: 20%;
    bottom: auto;
    left: 157px;
  }

  .section-1440x788 {
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 400px;
    max-height: none;
  }

  .section-1440x788.new {
    height: 100%;
    min-height: 700px;
    overflow: visible;
  }

  .mobole-text-white {
    display: none;
  }

  .fx_abs-title.fx {
    inset: auto 0% 0% auto;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .fx_subtitle-text {
    color: #fff;
    width: auto;
    height: auto;
    font-size: .875rem;
    top: 520px;
  }

  .fx_hero-headline {
    letter-spacing: -1.5px;
    width: 92%;
    height: auto;
    font-size: 36px;
    inset: 60% 0% auto 24px;
  }

  .heading-7 {
    display: none;
  }

  .fx-hero-text {
    mix-blend-mode: normal;
    padding: 2rem 2rem 0;
  }

  .fx_hero-content {
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 400px;
    max-height: none;
  }

  .fx_hero-content.new {
    height: 100%;
    min-height: 700px;
    overflow: visible;
  }

  .fx_collection-list {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
  }

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

  .nav-link.new.underline {
    top: 60px;
    right: 20px;
  }

  .fx_img {
    object-position: center center;
  }

  .fx_left {
    width: 100%;
  }

  .fx_abs-title-mob.fx {
    inset: auto 0% 0% auto;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .hero_meddle {
    padding-top: 40px;
  }

  .fx_cms-component {
    grid-template-columns: 1fr;
  }

  .fx_cms-h1 {
    font-size: 28px;
  }

  .paragraph-9 {
    letter-spacing: 0;
    width: auto;
    font-size: 14px;
    line-height: 135%;
  }

  .fx_tag {
    margin-bottom: 0;
  }

  .animated_font {
    font-size: 24px;
  }

  .fx_big-heading-bot-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .fx_features-top-wrapper {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fx_paragraph {
    text-align: left;
    width: auto;
  }

  .fx_line {
    height: 2px;
  }

  .fx_img-wrapper {
    flex-flow: column;
    max-width: none;
  }

  .img_wrapper-fx, .img_fx-1 {
    width: auto;
  }

  .fx_img-cpntent-wrapper {
    padding-left: 44px;
  }

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

  .div-block-38 {
    flex-flow: column;
    grid-template-columns: 790px;
    display: flex;
  }

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

  .heading-22 {
    font-size: 30px;
  }

  .paragraph-23 {
    font-size: 14px;
  }

  .art_container {
    padding-top: 20px;
  }

  .art_component {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  ._18-600-117 {
    z-index: 5;
    max-width: 300px;
    position: relative;
  }

  ._18-600-117._w-250 {
    max-width: 310px;
  }

  ._18-600-117._w-380 {
    display: none;
  }

  ._18-600-117._w-380.visible {
    max-width: 290px;
    padding-left: 0;
    font-size: 14px;
    display: block;
  }

  .imagecontainer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1.5fr;
  }

  ._24-800-125 {
    max-width: 244px;
    font-size: 16px;
  }

  .hero_image1 {
    width: 100%;
  }

  ._120-100-600 {
    width: auto;
    font-size: 32px;
  }

  .imagewrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: flex-end;
  }

  .hero_image3 {
    max-width: 80%;
  }

  .button-2.btn-space {
    margin-top: 40px;
  }

  .hero_esp-bot {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-bottom: 116px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .hero_container-espace {
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .section_hero-espacios {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .hero_esp-top {
    height: 460px;
    padding-top: 0;
  }

  .div-block-143 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

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

  ._20-500-150 {
    font-size: 16px;
  }

  .text-span-9 {
    font-size: 42px;
  }

  ._120-100-200 {
    font-size: 35px;
  }

  .club_bottom {
    position: absolute;
    left: 16px;
    right: 16px;
  }

  .videoembed.is-studio-update {
    width: 30rem;
    height: 20rem;
  }

  .tank_2 {
    width: 50%;
    height: 202px;
    position: static;
  }

  .arrow_2_is2 {
    opacity: 0;
  }

  .tank_1 {
    width: 400px;
    height: 300px;
  }

  .image-4 {
    height: 200px;
    left: auto;
    overflow: hidden;
  }

  .tank_top_bottom_text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 30px;
  }

  .arrow_2_is3 {
    opacity: 0;
  }

  .tank_right {
    justify-content: flex-start;
    align-items: flex-end;
    position: static;
  }

  .gap-140 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section_water-tank {
    background-position: 100% 100%;
    background-size: cover;
    height: 1200px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .carimage {
    width: auto;
    height: auto;
  }

  .tank-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .arrow_2_is1 {
    opacity: 0;
    position: absolute;
  }

  ._80-800-100 {
    font-size: 32px;
  }

  .div-block-145 {
    display: none;
  }

  .div-block-145.visible {
    display: block;
  }

  .div-block-144 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -138px;
    display: flex;
  }

  .tankimage {
    width: auto;
    left: auto;
  }

  .arrow_2_is4 {
    opacity: 0;
  }

  .container-35.flex_col {
    padding-left: 16px;
    padding-right: 16px;
  }

  .service_title._60-110 {
    font-size: 28px;
  }

  .service_title._16-800-150 {
    max-width: none;
    font-size: 14px;
  }

  .title {
    padding: 0;
  }

  .cards {
    flex-flow: column;
    display: none;
  }

  .cards.mobile {
    display: flex;
  }

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

  .nc-ttl {
    text-align: center;
    font-size: 48px;
  }

  .notice.notice_left {
    align-items: stretch;
  }

  .image-78 {
    display: none;
  }

  .notice-left-content {
    flex-flow: row;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .notice-left-top {
    background-image: url("https://cdn.prod.website-files.com/69f8aa6165169b5eede38743/6a0af6e7921e5a4bd676372f_Vector%2011.svg"), url("https://cdn.prod.website-files.com/69f8aa6165169b5eede38743/6a0af6e7921e5a4bd6763730_Vector%209.svg"), url("https://cdn.prod.website-files.com/69f8aa6165169b5eede38743/6a0af6e7921e5a4bd676372c_Vector%2010.svg"), url("https://cdn.prod.website-files.com/69f8aa6165169b5eede38743/6a0af6e7921e5a4bd676372e_Vector%204%20(1).svg");
    background-position: 100% 100%, 100% 0, 0 100%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image-77 {
    display: none;
  }

  .div-block-133.left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .section_noticias {
    padding-bottom: 60px;
  }

  .div-block-46 {
    width: 230px;
    height: 180px;
  }

  .nc-btn-1.hide {
    display: none;
  }

  .section-notice-hero {
    height: 350px;
  }

  .proj-hero-title {
    width: 100%;
    font-size: 24px;
  }

  .image-80.mobile {
    display: none;
  }

  .proj-news-title {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
  }

  .proj-news-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .agency-card-content {
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-56 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    display: flex;
  }

  .menu-button {
    background-color: #ffffff14;
    margin-top: 0;
  }

  .team-name {
    margin-top: 0;
    font-size: 32px;
  }

  .agency-card-photo {
    width: 100%;
    min-width: auto;
    height: auto;
    max-height: none;
  }

  .div-block-52 {
    align-self: flex-start;
  }

  .agency-card {
    flex-direction: column;
    width: 100%;
    min-height: auto;
  }

  .contact-form {
    margin-top: 0;
  }

  .agency-inner {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contacto-section {
    width: 100%;
    height: auto;
  }

  .agency-section-1 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .lightbox-link.mobile {
    display: none;
  }

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

  .heading-17.mobile {
    display: none;
  }

  .div-block-80 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-top-style: none;
    border-bottom-style: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-second.desktop {
    display: none;
  }

  .section-second.mobile {
    margin-bottom: 40px;
    display: block;
  }

  .div-block-58 {
    grid-template-columns: 1fr;
  }

  .second-wrapper {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-16 {
    font-size: 36px;
  }

  .div-block-66 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-63 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .section_project-images {
    display: none;
  }

  .image-95 {
    width: 199px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .div-block-149 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-150 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-top-style: none;
    border-bottom-style: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-60 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .image-94 {
    width: 80%;
  }

  .section-17 {
    margin-top: 40px;
  }

  .div-block-77 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 40px;
    display: flex;
    position: relative;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

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

  .margin-top.margin-xxhuge.is-mob {
    margin-top: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 3rem;
  }

  .heading-style-h2.is-4.is-caps, .heading-style-h2.is-5 {
    font-size: 2.5rem;
  }

  .heading-style-h2.is-2 {
    font-size: 2.25rem;
  }

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

  .heading-style-h2.is-3.is-caps {
    font-size: 1.75rem;
  }

  .heading-style-h2.is-4.is-caps, .heading-style-h2.is-5 {
    font-size: 2.5rem;
  }

  .heading-style-h5.is-abs {
    font-size: 1.25rem;
  }

  .button {
    font-size: 1.125rem;
  }

  .button-group.is-hero {
    bottom: 2rem;
  }

  .button-group.project {
    padding-bottom: 0;
  }

  .padding-section-large.is-small-mob {
    padding-top: 0;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .heading-style-display {
    font-size: 4.5rem;
  }

  .heading-style-display.is-service {
    font-size: 3rem;
  }

  .heading-style-display.is-update.hide-desktop {
    font-size: 2.52rem;
  }

  .h1_wrapper {
    max-width: 20rem;
    bottom: 0;
  }

  .go_real-img {
    width: 10rem;
    position: absolute;
    inset: auto -5rem 0% auto;
  }

  .hero_component {
    min-height: 95vh;
    padding-bottom: 3rem;
  }

  .marquee_logo {
    width: 10rem;
    height: 10rem;
  }

  .marquee-logo {
    height: 3rem;
  }

  .projects_item {
    width: 21rem;
  }

  .project_img-wrapper.is-2 {
    padding: 1rem;
  }

  .project_img {
    object-fit: cover;
  }

  .background_hero-component, .column-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero_img-wrapper {
    border-radius: 40px;
  }

  .hero_img-wrapper.update {
    width: 20rem;
    height: 20rem;
  }

  .about_image-wrapper {
    height: 15rem;
    margin-top: 3.75rem;
    margin-bottom: 2.75rem;
  }

  .about_image-wrapper.is-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .about_1 {
    width: 75%;
    height: 100%;
  }

  .about_2 {
    height: 15rem;
    top: -32px;
  }

  .projects2_item.is-2 {
    width: 21rem;
    padding: 2rem;
  }

  .bot_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
  }

  .arrows_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .arrows_wrapper.is-2 {
    width: 100%;
  }

  .projects2_item-wrapper {
    width: 21rem;
  }

  .arrow_left-embed, .arrow_right-embed {
    width: 40px;
    height: 40px;
  }

  .heading_style-display.is-filled {
    letter-spacing: -1px;
    letter-spacing: -1px;
    font-size: 3.25rem;
  }

  .reels_video-component {
    margin-top: -25px;
  }

  .video_details {
    font-size: .625rem;
  }

  .services_item {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .services_item.is-3 {
    grid-template-columns: 1fr;
  }

  .service_item-text {
    border-bottom: 1px solid var(--_primitives---opacity--white-30);
    width: 100%;
  }

  .video_item-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .about_4 {
    top: 33px;
    left: -1%;
  }

  .about_5 {
    height: 15rem;
    left: 5px;
  }

  .about_6 {
    width: 75%;
    bottom: -40%;
  }

  .nav_button-embed {
    height: 2rem;
  }

  .projects_component-all {
    margin-top: 2rem;
  }

  .project_item {
    border-radius: 16px;
    padding: 1.25rem;
  }

  .project_image {
    object-position: 50% 50%;
    transform: scale(1.1);
  }

  .project_image-wrapper {
    height: 100%;
  }

  .project_top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .award_img {
    width: 6rem;
  }

  .project_bot-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .project_collection-item {
    height: 100%;
  }

  .blur {
    width: 8rem;
  }

  .logo_middle {
    max-width: 10rem;
  }

  .service_number {
    font-size: 1.25rem;
    right: -8%;
  }

  .section_hero-stunts.is-2.academy {
    min-height: auto;
  }

  .hero_stunts-component {
    padding-bottom: 3rem;
  }

  .hero_stunts-component.is-dis {
    justify-content: center;
    align-items: center;
    min-height: 75vh;
  }

  .hero_stunts-component.update {
    min-height: 80vh;
  }

  .hero_stunts-component.academy {
    justify-content: center;
    align-items: flex-end;
    min-height: 50vh;
  }

  .text-size-xlarge.text-weight-xlight.is-2 {
    font-size: 1.25rem;
  }

  .we_do-img {
    max-width: 12rem;
    left: -20px;
  }

  .how_we-work-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
  }

  .how_we-work-component {
    min-height: auto;
  }

  .how_we-work-component.is-2 {
    min-height: 50vh;
  }

  .hero_stunts-bot-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 3.5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    top: auto;
  }

  .hero_stunts-content {
    max-width: 100%;
  }

  .hero_component-stunts {
    height: auto;
  }

  .image_wrapper {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .image_wrapper-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .image_wrapper-3 {
    margin-top: 2rem;
  }

  .ks_left {
    aspect-ratio: 1;
  }

  .section_academy_about {
    height: 150vh;
  }

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

  .img2 {
    left: 4%;
  }

  .img_3 {
    z-index: auto;
    top: 388px;
  }

  .academy_box {
    max-width: 80%;
    padding: 1rem;
    inset: auto 0% 0% auto;
  }

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

  .heading_extra-light-2 {
    font-size: 2.25rem;
  }

  .methodology_grid {
    margin-top: 2rem;
    top: auto;
  }

  .method_item.is-1, .method_item.is-2, .method_item.is-3, .method_item.is-1, .method_item.is-2, .method_item.is-3 {
    top: auto;
  }

  .excellence_item {
    padding: 1rem;
  }

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

  .background_stunts-component.is-agency {
    height: 100%;
  }

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

  .stunt_type-item {
    border-left-style: none;
    padding-left: 0;
  }

  .vv-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .stunts_hero-wrap {
    max-width: 12rem;
    bottom: 23rem;
  }

  .service_header {
    padding-left: 1rem;
  }

  .fx_hero-right {
    clear: none;
    align-self: flex-end;
    max-width: none;
    height: 100%;
    min-height: 20%;
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    overflow: hidden;
  }

  .fx_hero-right.hide {
    display: none;
  }

  .fx_hero-overlay {
    align-self: center;
    width: 40%;
    height: 60%;
    position: relative;
    top: 0;
    bottom: -137px;
    left: -4px;
  }

  .fx_hero-overlay.hide {
    display: none;
  }

  .section-1440x788 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 360px;
    max-height: none;
  }

  .section-1440x788.new {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/69f8aa6165169b5eede38743/6a0ac0df5979941a0202096c_Frame%202147226730.webp");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    min-height: 0;
    padding: 250px 16px 40px;
  }

  .section-1440x788.new.bottom-space {
    height: 680px;
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .mobole-text-white {
    color: #fff;
    letter-spacing: -.06em;
    margin-top: 10px;
    font-family: Archivo, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 100%;
    display: block;
  }

  .fx_abs-title.fx {
    display: none;
  }

  .fx_subtitle-text {
    color: #edeae9;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 138%;
    position: static;
  }

  .fx_hero-headline {
    letter-spacing: -1px;
    width: 94%;
    height: auto;
    margin-bottom: 12px;
    font-size: 28px;
    display: none;
    position: static;
    bottom: 40px;
    left: 12px;
  }

  .fx_hero-headline.is-anchored {
    width: 100%;
    font-size: 6vw;
  }

  .div-block-134 {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    color: #fff9;
    letter-spacing: -.06em;
    font-family: Archivo, sans-serif;
    font-size: 60px;
    line-height: 100%;
    display: block;
  }

  .fx-hero-text {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex-flow: column;
    padding-bottom: 2rem;
    display: flex;
  }

  .fx_hero-content {
    justify-content: flex-end;
    align-items: center;
    min-height: 100vh;
  }

  .fx_hero-content.new {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/69f8aa6165169b5eede38743/6a0ac0df5979941a0202096c_Frame%202147226730.webp");
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    min-height: 0;
    padding: 250px 16px 40px;
  }

  .fx_hero-content.new.bottom-space {
    height: 680px;
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .fx_collection-list {
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .fx_collection-list.wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .fx_h2 {
    letter-spacing: -.06em;
    font-size: 40px;
  }

  .nav-link.new.underline.update, .nav-link.new.nre-slider-button {
    display: block;
  }

  .nav-link.new {
    display: none;
  }

  .nav-link.new.underline.update, .nav-link.new.nre-slider-button, .nav-link.new.underline.update, .nav-link.new.underline.update, .nav-link.new.nre-slider-button {
    display: block;
  }

  .fx_description {
    letter-spacing: -.03px;
    font-size: 9.75px;
  }

  .fx_title {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fx_left {
    width: 100%;
    height: 500px;
    min-height: 220px;
    max-height: none;
    padding-top: 73px;
    padding-bottom: 21px;
  }

  .fx_abs-title-mob {
    font-size: 4rem;
    display: block;
    position: static;
  }

  .fx_abs-title-mob.fx {
    display: none;
  }

  .hero_meddle {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 25px;
  }

  .fx_hero_left {
    margin-top: -11px;
  }

  .fx_cms-h1 {
    font-size: 28px;
  }

  .section_fx_cms-hero.new {
    width: auto;
  }

  .fx_mid-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-9 {
    color: #b0b0b0;
  }

  .fx_tag {
    display: none;
  }

  .fx_features-h2 {
    font-size: 14px;
  }

  .top-left {
    align-self: flex-start;
  }

  .fx_big-heading-bot {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
  }

  .animated_font {
    font-size: 24px;
  }

  .fx_big-heading-bot-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .fx_features-top-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .fx_features-bot-content {
    padding-left: 100px;
  }

  .fx_paragraph {
    font-size: 14px;
    line-height: 120%;
  }

  .fx_line {
    height: 2px;
  }

  .fx_img-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .img_wrapper-fx {
    padding: 0;
  }

  .img_wrapper-fx.left {
    padding-right: 44px;
  }

  .fx_img-desctription {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .meta {
    width: 100%;
  }

  .fx_img-desc {
    justify-content: space-between;
  }

  .fx_img-cpntent-wrapper {
    padding-right: 0;
    display: block;
  }

  .fx_img-cpntent-wrapper.in-bottom.is-revert {
    padding-left: 0;
  }

  .img_fx {
    height: auto;
    overflow: clip;
  }

  .div-block-38 {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 790px;
    display: flex;
  }

  .image-1 {
    height: 285px;
  }

  .art_container {
    padding-top: 100px;
  }

  ._18-600-117 {
    max-width: 300px;
  }

  ._18-600-117._w-250 {
    max-width: 310px;
  }

  ._18-600-117._w-380.visible {
    padding-left: 0;
  }

  ._64-800-100-2 {
    white-space: normal;
    overflow-wrap: normal;
    direction: ltr;
  }

  ._24-800-125 {
    white-space: normal;
    width: auto;
  }

  .hero_image1 {
    height: 396px;
  }

  ._120-100-600 {
    width: auto;
  }

  .imagewrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero_image3 {
    width: 284px;
    max-width: 470px;
  }

  .button-2 {
    z-index: 100;
    justify-content: center;
    align-items: center;
  }

  .button-2.btn-space {
    margin-top: 0;
  }

  .hero_image2 {
    width: 90%;
    height: 299px;
  }

  .hero_esp-bot {
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .hero_container-espace {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .hero_container-espace.space {
    padding-top: 10px;
  }

  .section_hero-espacios {
    padding-top: 120px;
    padding-bottom: 0;
    display: block;
  }

  .hero_esp-top {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: 60vh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-143 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .rightcard {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .herooverlay {
    background-image: url("https://cdn.prod.website-files.com/69f8aa6165169b5eede38743/6a0d9c5b6fa784bf4fb6b167_9464136b8e6974c72b5261a3426ec282_Nave%20(1).png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    bottom: -47%;
  }

  .herooverlay.mob {
    background-image: linear-gradient(#0000, #000 57%);
    bottom: -45%;
  }

  .bannerimage {
    height: 80vh;
  }

  .section_stunt-club {
    margin-top: 100px;
  }

  .videoembed.is-water-tank-update {
    width: auto;
    height: auto;
  }

  .videoembed.is-studio-update {
    width: 17.5rem;
    height: 13rem;
  }

  .tank_2 {
    width: 167px;
    height: 200px;
    display: block;
    position: static;
  }

  .tank_1 {
    width: 272px;
    height: 200px;
  }

  .wateroverlay {
    height: 200px;
    display: block;
    left: 0;
    right: 0;
  }

  .image-4 {
    left: 0;
  }

  .tank_top_bottom_text {
    margin-bottom: 30px;
  }

  .tank_right {
    position: relative;
  }

  .section_water-tank {
    height: 1025px;
    display: block;
  }

  .carimage {
    width: 40rem;
    max-width: none;
    height: auto;
    inset: auto -40% 0% auto;
  }

  .tank-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 40px;
  }

  .div-block-144 {
    z-index: 0;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -80px;
    display: flex;
    position: relative;
  }

  .tankimage {
    left: auto;
  }

  .collection-list.tab {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .notice-left-content-right {
    width: 100%;
  }

  .notice-left-content-left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .noticias_wrapper {
    grid-template-columns: 2fr;
    max-width: none;
  }

  .nc-ttl {
    width: auto;
  }

  .notice.notice_left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: block;
  }

  .image-78 {
    display: none;
  }

  .notice-left-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-132 {
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .notice-left-top {
    text-align: center;
    width: auto;
  }

  .image-77 {
    display: none;
  }

  .div-block-133 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .section_noticias {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nc-card-1.nc-medium {
    width: auto;
    min-width: 0;
    overflow: hidden;
  }

  .nc-noise-1 {
    width: 100%;
    max-width: none;
  }

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

  .nc-btn-1.hide {
    display: none;
  }

  .section-notice-hero {
    overflow: hidden;
  }

  .notice-hero-wrapper {
    padding: 25px 15px;
  }

  .image-81 {
    box-sizing: border-box;
    object-fit: cover;
    object-position: 16% 50%;
    max-width: none;
  }

  .proj-content-row {
    padding: 40px 16px 10px;
  }

  .date_container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-11.right {
    text-align: left;
    text-align: left;
  }

  .image-80.desktop {
    display: none;
  }

  .image-80.mobile {
    margin-top: 25px;
    display: block;
  }

  .proj-col-left {
    display: none;
  }

  .proj-next-news {
    padding-left: 16px;
    padding-right: 16px;
  }

  .proj-news-grid, .proj-news-grid.is-2, .proj-news-grid.is-3, .proj-news-grid.is-2, .proj-news-grid.is-3 {
    grid-template-columns: 1fr;
  }

  .agency-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .agency-card-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 30px 20px 20px;
  }

  .div-block-54 {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 99% 99%;
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-56 {
    flex-flow: column-reverse;
    display: flex;
  }

  .menu-button {
    object-fit: fill;
    background-color: #ffffff1c;
    flex-flow: column;
    margin-top: 0;
    display: block;
  }

  .team-name {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
  }

  .field-label {
    letter-spacing: -.03em;
    font-size: 16px;
  }

  .agency-card-photo {
    width: 100%;
    min-width: 0;
    height: auto;
  }

  .agency-card-text {
    padding-left: 0;
  }

  .div-block-52 {
    align-self: flex-start;
    margin-top: 14px;
  }

  .agency-card {
    flex-direction: column;
    width: 100%;
    min-height: auto;
  }

  .container-9.header {
    object-fit: fill;
    object-fit: fill;
    justify-content: space-between;
    height: auto;
    display: block;
  }

  .form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .agency-frame-bar {
    height: auto;
  }

  .contact-form {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .agency-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .agency-desc {
    color: #fffc;
    line-height: 138%;
  }

  .submit-button.button {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 95%;
    padding-bottom: 30px;
  }

  .contacto-section {
    width: 100%;
    height: auto;
  }

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

  .div-block-55 {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 99% 99%;
    padding-top: 30px;
  }

  .submit {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 95%;
    padding-bottom: 30px;
    font-size: 1.125rem;
  }

  .image-96 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 100%;
  }

  .section-13 {
    margin-top: 25px;
  }

  .project-section-hero {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .video-div {
    height: 345px;
    position: relative;
  }

  .play-pause-button-4 {
    inset: 0%;
  }

  .div-block-82 {
    padding: 16px;
    top: 40%;
    left: 40%;
  }

  .lightbox-link {
    height: 100%;
    text-decoration: none;
  }

  .lightbox-link.mobile {
    border: 1px solid #ffffff3d;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    display: block;
  }

  .lightbox-link.desktop {
    display: none;
  }

  .project_hero_wrapper {
    padding-top: 5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-17 {
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    display: none;
  }

  .heading-17.mobile {
    inset: auto 0% 10%;
    padding-bottom: 10px;
    display: block;
    position: absolute;
    inset: auto 0% 10%;
  }

  .paragraph-15.right {
    text-align: left;
    text-align: left;
  }

  .div-block-80 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-bottom-style: none;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-second.mobile {
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .section_project-images {
    margin-bottom: 40px;
  }

  .div-block-67 {
    grid-template-columns: 1fr;
  }

  .image-95 {
    border: 1px solid #ffffff1a;
    width: 199px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .image-97 {
    height: 263px;
  }

  .paragraph-25.right-aligen {
    text-align: right;
  }

  .paragraph-25.fullwidth {
    width: auto;
  }

  .paragraph-25.fullwidth.split {
    text-align: justify;
    text-align: justify;
  }

  .div-block-150 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-bottom-style: none;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-60.left-space, .div-block-60.left-space.project-1-space {
    margin-left: 60px;
  }

  .div-block-60.sapace-top {
    justify-content: center;
    align-items: flex-end;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-60.sapace-top.card-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-60.project-card2 {
    margin-left: 33px;
    margin-right: 78px;
  }

  .div-block-60.left-space, .div-block-60.left-space.project-1-space, .div-block-60.left-space.project-1-space {
    margin-left: 60px;
  }

  .image-94 {
    border: 1px solid #ffffff1a;
    width: 264px;
  }

  .section-17 {
    margin-top: 80px;
  }

  .project1-hight {
    height: 278px;
  }

  .div-block-77 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 40px;
    display: flex;
    position: relative;
  }

  .image-100 {
    height: 240px;
  }

  .div-block-152 {
    grid-template-columns: 1fr;
  }

  .social_links {
    bottom: 6.5rem;
  }

  .social_link {
    width: 1.25rem;
    height: 1.25rem;
  }

  .image-146 {
    z-index: 5;
    position: relative;
  }

  .padding-mob-only {
    padding-top: 6rem;
  }

  .image-147 {
    display: none;
  }
}
