@font-face {
  font-family: Tronicamono;
  src: url('../fonts/TronicaMono-Regular.woff2') format("woff2"), url('../fonts/TronicaMono-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #f5f5f7;
  --primary: "Space Mono", sans-serif;
  --color: #020205;
  --secondary: Tronicamono, Tahoma, sans-serif;
  --gray: #ffffff5c;
}

a {
  text-decoration: none;
}

.body {
  background-color: var(--white);
  font-family: var(--primary);
  color: var(--white);
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section {
  background-color: var(--color);
}

.section.hero {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  margin-top: -75px;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.section.hero.academy {
  background-color: #0000;
  background-image: linear-gradient(#04013057, #04013057), url('../images/hero-image.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  margin-bottom: 0;
  padding-bottom: 20px;
}

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

.nav-menu {
  width: 100%;
}

.navbar {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.navlist {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
  position: sticky;
  top: 0;
}

.list-item {
  font-family: var(--primary);
  color: var(--white);
  text-align: center;
  font-size: 18px;
}

.image {
  width: 25px;
}

.logo {
  text-align: center;
}

.heading {
  font-family: var(--secondary);
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 141px;
  line-height: 141px;
}

.heading.left {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin-top: 40px;
  margin-left: -10px;
  font-size: 11vw;
  line-height: 100px;
}

.heading.left.academy {
  margin-top: 0;
  font-size: 13vw;
  line-height: 60%;
}

.heading.right {
  text-align: right;
  margin-top: 0;
  margin-right: -10px;
  font-size: 11vw;
  line-height: 100px;
}

.heading.right.academy {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -12px;
  font-size: 13vw;
  line-height: 60%;
}

.heading.academy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 248px;
  margin-bottom: 40px;
  display: flex;
}

.get-tickets {
  float: right;
  font-family: var(--secondary);
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 2px;
  padding-right: 35px;
  font-size: 16px;
}

.marquee {
  overflow-wrap: normal;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.div-gettickets {
  float: right;
  text-align: left;
  overflow-wrap: normal;
  object-fit: fill;
  width: 2940px;
  margin-right: -10px;
  display: block;
  overflow: visible;
}

.section-2 {
  background-color: var(--color);
  height: auto;
  padding-top: 170px;
  padding-bottom: 170px;
  overflow: hidden;
}

.section-2.about {
  background-color: #0000;
  padding-top: 170px;
  padding-bottom: 0;
}

.section-2.past {
  background-color: var(--color);
  padding-top: 20px;
  padding-bottom: 0;
}

.section-2.next {
  background-color: var(--color);
  margin-bottom: 0;
  box-shadow: 0 2px 15px #0202058a;
}

.section-2.upcoming {
  background-color: #0000;
  padding-bottom: 0;
}

.section-2.suscribe {
  background-color: var(--color);
  padding-top: 20px;
  padding-bottom: 70px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 "Area Area"
                 / .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 40px;
  padding-right: 0;
  display: block;
}

.heading-2 {
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 71px;
  font-weight: 400;
  line-height: 1em;
}

.heading-2.coming {
  padding-left: 0;
}

.slide {
  float: none;
  clear: none;
  width: 25vw;
  margin-right: 16px;
}

.events {
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  display: block;
  overflow: visible;
}

.image-2 {
  mix-blend-mode: normal;
  background-color: #151516;
  width: 675px;
  height: auto;
  margin-bottom: 16px;
  transition: all .2s;
}

.image-2:hover {
  transform: scale(1.03);
}

.mask {
  float: none;
  width: 25vw;
  height: auto;
  overflow: visible;
}

.left-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  inset: -90px 100px auto auto;
}

.slide-nav {
  display: none;
}

.button-gettickets {
  outline-offset: 0px;
  color: var(--white);
  border-radius: 5px;
  outline: 1px solid #f5f5f7;
  margin-left: 5%;
  padding: 3px 10px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.icon {
  color: #0000;
  background-image: url('../images/arrow-left.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  inset: 0% 0% auto auto;
}

.link-block {
  float: left;
  height: auto;
  padding-bottom: 2px;
}

.icon-2 {
  color: #0000;
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  inset: 0% 0% auto auto;
}

.right-arrow {
  width: 30px;
  height: 30px;
  inset: -90px 40px auto auto;
}

.p-looloo {
  float: right;
  color: var(--gray);
  letter-spacing: -1px;
  text-indent: 150px;
  text-transform: uppercase;
  width: 75vw;
  margin-bottom: 120px;
  padding-right: 16px;
  font-size: 46px;
  line-height: 1em;
}

.div-75 {
  float: right;
  width: 75vw;
  height: auto;
  margin-bottom: 0;
}

.dib-75 {
  float: right;
  width: 75vw;
  margin-bottom: 50px;
}

.p-50 {
  float: left;
  width: 47%;
  margin-right: 16px;
}

.p-50.artistas-top {
  font-family: var(--secondary);
  height: 40vh;
  font-size: 30px;
  line-height: 1.4em;
  overflow: hidden;
}

.p-50.artistas {
  font-family: var(--secondary);
  height: auto;
  font-size: 18px;
  line-height: 1.4em;
  overflow: visible;
}

.gallery {
  background-color: var(--color);
  height: 70vh;
}

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

.left-arrow-2 {
  color: #0000;
  width: 30px;
  height: 30px;
  inset: auto 100px 40px auto;
}

.right-arrow-2 {
  color: #0000;
  width: 30px;
  height: 30px;
  inset: auto 40px 40px auto;
}

.icon-3 {
  background-image: url('../images/arrow.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin: 0;
}

.div-50 {
  float: left;
  width: 47%;
  height: auto;
  margin-right: 16px;
  overflow: hidden;
}

.div-50.top {
  height: 575px;
  position: relative;
}

.p-100 {
  float: left;
  width: 47%;
  margin-right: 16px;
}

.p-100.artistas-top {
  font-family: var(--secondary);
  width: 100%;
  height: 40vh;
  font-size: 30px;
  line-height: 1.4em;
  overflow: visible;
}

.p-100.artistas {
  height: 70vh;
  font-size: 18px;
  line-height: 1.4em;
  overflow: hidden;
}

.div-artistastop {
  height: 330px;
  position: relative;
  overflow: hidden;
}

.img-acts {
  background-image: url('../images/LOOLOO-acts.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  height: 218px;
  margin-top: 25px;
  margin-right: 20px;
}

.mask1 {
  background-color: #000000b3;
  width: 100%;
  height: 208px;
  position: absolute;
  inset: 0% 0% auto;
}

.mask2 {
  background-color: #000000b3;
  width: 100%;
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.mask3 {
  background-color: #000000b3;
  width: 100%;
  height: 125px;
  position: absolute;
  inset: 0% 0% auto;
}

.mask4 {
  background-color: #000000b3;
  width: 100%;
  height: 430px;
  position: absolute;
  inset: auto 0% 0%;
}

.list-comingup {
  margin-top: 50px;
}

.link-comingup {
  border-bottom: 1px solid var(--gray);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 58px;
  display: flex;
}

.comingup-artist {
  text-transform: uppercase;
  margin-right: 50px;
}

.div-block-2 {
  display: inline-flex;
}

.comingup-date {
  color: var(--gray);
  text-transform: uppercase;
  margin-right: 50px;
}

.comingup-tickets {
  background-image: url('../images/arrow-45.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 11px;
  margin-right: 20px;
  padding-right: 20px;
}

.footer {
  z-index: 0;
  background-color: var(--white);
  color: var(--color);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  display: flex;
  position: sticky;
  inset: auto 0% 0;
  overflow: hidden;
}

.header-footer {
  font-family: var(--secondary);
  color: var(--color);
  text-align: justify;
  white-space: normal;
  word-break: normal;
  flex: 0 auto;
  justify-content: space-between;
  width: 101.2%;
  margin: -20px auto 70px -.6%;
  font-size: 137px;
  line-height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-25 {
  float: left;
  width: 25%;
  height: 280px;
  margin-bottom: 10px;
  line-height: 1.3em;
}

.div-25._4 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.div-25._1 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-25._3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-nav {
  color: var(--color);
  text-align: left;
  padding-left: 0;
}

.link {
  color: var(--color);
  text-transform: uppercase;
  pointer-events: auto;
}

.text-block {
  color: var(--white);
  text-align: center;
}

.div-block-3 {
  float: left;
  width: 100%;
}

.legal {
  color: gray;
  text-align: left;
  font-size: 8px;
  line-height: 12px;
  display: inline-block;
}

.link-2 {
  color: gray;
  pointer-events: auto;
}

.icon-4 {
  background-image: url('../images/arrow-left.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin: 0;
}

.sticky-background {
  z-index: 1;
  background-color: var(--color);
  pointer-events: none;
  width: 100%;
  height: 100vh;
  max-height: none;
  display: block;
  position: sticky;
  inset: 0 0% 0%;
}

.div-0 {
  height: 0;
}

.navlink {
  color: var(--white);
  font-size: 16px;
}

.navlink.academy {
  background-color: var(--white);
  color: var(--color);
  border-radius: 4px;
  height: auto;
  padding: 10px 35px;
  line-height: 100%;
  display: block;
}

.main {
  z-index: 2;
  height: auto;
  margin-top: -100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 0 2px 20px #00000073;
}

.main.academy {
  background-color: #030136;
  margin-top: 0;
}

.section-3 {
  height: 0;
}

.link-3 {
  color: var(--color);
  pointer-events: auto;
  font-size: 14px;
}

.link-4 {
  color: var(--color);
  pointer-events: auto;
}

.link-block-2 {
  color: var(--white);
}

.text-span {
  margin-left: -2px;
}

.text-span-2 {
  margin-right: -2px;
}

.text-block-2 {
  pointer-events: auto;
  font-size: 14px;
}

.text-block-3 {
  font-size: 14px;
  display: block;
}

.navbar-mobile {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
  display: none;
  position: sticky;
  top: 0;
}

.nav-mobile {
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.main-nav-mobile {
  color: var(--color);
  text-align: left;
  padding-left: 0;
}

.navbar-desktop {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#000000ed 16%, #02020500);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  list-style-type: none;
  display: grid;
  position: sticky;
  top: 0;
}

.navbar-desktop.academy {
  background-image: linear-gradient(#040130 16%, #02020500);
  margin-top: 0;
}

.h2-form {
  text-transform: uppercase;
  max-width: 100%;
  font-size: 3.02vw;
  font-weight: 400;
}

.required-email {
  background-color: #0000;
  width: 40%;
  height: 40px;
}

.code-embed {
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.required.email {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gray);
  -webkit-text-stroke-color: var(--gray);
  background-color: #0000;
  width: 100%;
  height: 49px;
  margin-right: 20px;
}

.field-label {
  display: none;
}

.div-block-4 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.button.subscribe {
  opacity: .49;
  background-color: #0000;
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  width: 20px;
  height: 20px;
  margin-top: 10px;
}

.form {
  width: 100%;
}

.slide-0 {
  background-image: url('../images/gallery-00.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/gallery-01.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/gallery-02.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/gallery-03.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/gallery-04.webp');
  background-position: 50% 100%;
  background-size: cover;
}

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

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

.video-embed {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-black {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.section-4 {
  height: 0;
}

.content-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
  bottom: 400px;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color);
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 216px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: grid;
}

.div-footer {
  flex: 1;
  height: auto;
}

.slide-6 {
  background-image: url('../images/gallery-06.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/gallery-07.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/gallery-08.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/gallery-09.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.link-block-3 {
  height: auto;
}

.looloo-academy {
  background-color: #030130;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-wave {
  position: absolute;
  top: 3945px;
  left: 0;
}

.section-hero {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 127px;
  padding-bottom: 29px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-43 {
  grid-row-gap: 406px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.hero-copy {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: block;
}

.looloo {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tronica Mono, sans-serif;
  font-size: 194px;
  font-weight: 400;
  line-height: 151.03px;
  text-decoration: none;
}

.hero-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: grid;
}

.hero-abstract {
  color: #fff;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-cta {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.button-cta:hover {
  transform: scale(1.05);
}

.button-cta.hide {
  display: none;
}

.inscrbete-por {
  color: #030130;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-hollow {
  grid-column-gap: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.button-hollow:hover {
  transform: scale(1.05);
}

.button-hollow.dark {
  border-color: #040137;
}

.button-hollow.dark.agotado {
  opacity: .3;
}

.button-hollow.dark.agotado:hover {
  transform: none;
}

.descubre-el-curso {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.descubre-el-curso.dark {
  color: #040137;
}

.frame-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  text-decoration: none;
  display: grid;
}

.hero-nav-link {
  opacity: .8;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: underline;
}

.descripcin-del-curso, .plan-de-estudios {
  opacity: .8;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.section-porque {
  grid-row-gap: 245px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 180px 20px 20px;
  text-decoration: none;
  display: flex;
}

.section-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.frame-21 {
  grid-column-gap: 33px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.h2 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.paragraph {
  color: #fff;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.paragraph.curso {
  max-width: 70%;
}

.paragraph.popup {
  box-shadow: none;
  color: #040137;
  padding: 0;
  font-size: 12px;
}

.paragraph.popup.cerrar {
  box-shadow: none;
  text-align: right;
  cursor: pointer;
  margin-top: -40px;
  margin-right: -40px;
  padding-top: 5px;
  padding-right: 10px;
  font-family: Tronicamono, Tahoma, sans-serif;
  font-size: 18px;
  display: block;
}

.frame-3 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 218px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.div-porque {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60%;
  text-decoration: none;
  display: flex;
}

.porque-card {
  background-color: #19174d;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.frame-7 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h3 {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.h3.dark {
  color: #040137;
}

.desde-la-primera-unidad-estars-en-las-tornamesas-no-solo-escuchando-teora-equipo-real-prctica-real-h {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-23 {
  background-color: #19174d;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 482px;
  padding: 33px 25px;
  display: flex;
}

.frame-8 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.aprende-donde-los-pros-tocan {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.las-clases-no-se-imparten-en-un-saln-de-academia-cualquiera-son-dentro-de-looloo-en-la-misma-cabina {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-24 {
  background-color: #19174d;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 482px;
  padding: 33px 30px;
  display: flex;
}

.frame-9 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 272px;
  text-decoration: none;
  display: flex;
}

.frame-26 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.red-profesional {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.no-te-unes-solo-a-un-curso-te-unes-a-una-comunidad-djs-productores-promotores-la-gente-que-vive-y-re {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-27 {
  background-color: #19174d;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 482px;
  padding: 29px 26px;
  display: flex;
}

.frame-25 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.tu-gran-debut {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.todo-conduce-a-este-momento-tu-primer-set-en-vivo-en-looloo-luces-encendidas-la-multitud-frente-a-t {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.section-curso {
  grid-row-gap: 185px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 180px 20px 20px;
  text-decoration: none;
  display: flex;
}

.frame-29 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1398px;
  text-decoration: none;
  display: flex;
}

.frame-14 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 218px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.div-descripcion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: grid;
}

.frame-15 {
  grid-row-gap: 38px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.rectangle-12 {
  object-fit: contain;
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
}

.section-plan {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 120px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.div-unidad {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 0 solid #fff;
  border-top-width: .858586px;
  border-bottom: .858586px #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 114px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
  position: static;
  overflow: hidden;
}

.unidad {
  color: #fff;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: -7px;
  font-family: Tronicamono, Tahoma, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 81%;
  text-decoration: none;
  position: static;
  top: 49.9091px;
  left: 17.1717px;
}

.titutlo {
  color: #fff;
  margin-top: 0;
  margin-bottom: -4px;
  font-family: Space Mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  position: static;
  top: 66px;
  left: 728px;
}

.semanas-1-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 53px;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: none;
  position: static;
  top: 41px;
  left: 965px;
}

.frame-5 {
  grid-column-gap: 8.58586px;
  background-color: #19174d;
  border: 0 solid #fff;
  border-top-width: .858586px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 432px;
  padding-left: 17.1717px;
  padding-right: 17.1717px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.unidad-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tronica Mono, sans-serif;
  font-size: 93px;
  font-weight: 400;
  line-height: 71.53px;
  text-decoration: none;
  position: absolute;
  top: 49.9092px;
  left: 17.1717px;
}

.mezcla-intermedia-seleccin-musical {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 66px;
  left: 728px;
}

.tcnicas-intermedias-de-transicin-eq-swap-blending-long-mix-drop-to-drop-fx-sutiles-mezcla-armnica-en {
  color: #fffc;
  margin-top: 0;
  margin-bottom: 0;
  font-family: undefined, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 167px;
  left: 728px;
}

.semanas-5-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 43px;
  left: 965px;
}

.frame-11 {
  grid-column-gap: 8.58586px;
  background-color: #030130;
  border: .858586px solid #fff;
  border-width: .858586px 0;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 114px;
  padding-left: 17.1717px;
  padding-right: 17.1717px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.unidad-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tronica Mono, sans-serif;
  font-size: 93px;
  font-weight: 400;
  line-height: 71.53px;
  text-decoration: none;
  position: absolute;
  top: 49.9091px;
  left: 17.1717px;
}

.tcnicas-avanzadas-performance-creativa {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 64px;
  left: 728px;
}

.semanas-9-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 41px;
  left: 965px;
}

.frame-12 {
  grid-column-gap: 8.58586px;
  background-color: #030130;
  border: .858586px solid #fff;
  border-width: .858586px 0;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 114px;
  padding-left: 17.1717px;
  padding-right: 17.1717px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.unidad-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tronica Mono, sans-serif;
  font-size: 93px;
  font-weight: 400;
  line-height: 71.53px;
  text-decoration: none;
  position: absolute;
  top: 49.9091px;
  left: 17.1717px;
}

.identidad-artstica-branding-profesional {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 64px;
  left: 728px;
}

.semanas-13-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 41px;
  left: 965px;
}

.frame-13 {
  grid-column-gap: 8.58586px;
  background-color: #030130;
  border: .858586px solid #fff;
  border-width: .858586px 0;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 114px;
  padding-left: 17.1717px;
  padding-right: 17.1717px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.unidad-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tronica Mono, sans-serif;
  font-size: 93px;
  font-weight: 400;
  line-height: 71.53px;
  text-decoration: none;
  position: absolute;
  top: 49.9091px;
  left: 17.1717px;
}

.profesionalizacin-gestin-de-carrera {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 66px;
  left: 728px;
}

.semanas-17-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 41px;
  left: 965px;
}

.unidad-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tronica Mono, sans-serif;
  font-size: 93px;
  font-weight: 400;
  line-height: 71.53px;
  text-decoration: none;
  position: absolute;
  top: 49.9092px;
  left: 17.1717px;
}

.especializacin-live-experience-proyecto-final {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 40px;
  left: 728px;
}

.semanas-21-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 44px;
  left: 965px;
}

.section-beneficios {
  grid-row-gap: 492px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.beneficios-adicionales-durante-el-curso {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.beneficios-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.frame-38 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.item-beneficio {
  grid-column-gap: 22px;
  background-color: #19174d;
  border-radius: 36px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 18px 52px;
  text-decoration: none;
  display: flex;
}

.layer_1 {
  overflow: hidden;
}

.extras {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-34 {
  grid-column-gap: 22px;
  background-color: #19174d;
  border-radius: 36px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 18px 52px;
  text-decoration: none;
  display: flex;
}

.biblioteca-curada-de-tracks-y-recursos {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-35 {
  grid-column-gap: 22px;
  background-color: #19174d;
  border-radius: 36px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 18px 52px;
  text-decoration: none;
  display: flex;
}

.feedback-personalizado-quincenal {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-39 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-36 {
  grid-column-gap: 22px;
  background-color: #19174d;
  border-radius: 36px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 21px 52px;
  text-decoration: none;
  display: flex;
}

.acceso-a-cabina-profesional-durante-prcticas {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-37 {
  grid-column-gap: 22px;
  background-color: #19174d;
  border-radius: 36px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 52px;
  text-decoration: none;
  display: flex;
}

.evaluaciones-terico-prcticas-bimestrales {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.section-cta {
  grid-row-gap: 36px;
  background-color: #070310;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding-bottom: 120px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rectangle-27 {
  background-color: #d9d9d9;
  position: absolute;
  top: 0;
  left: 0;
}

.academy-2 {
  color: #fff;
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tronica Mono, sans-serif;
  font-size: 194px;
  font-weight: 400;
  line-height: 157.08px;
  text-decoration: none;
}

.inscrbete-por-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.descripcin-del-curso-2 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.descripcion {
  color: #fffc;
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .1875rem;
  padding-left: 7px;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.tcnicas-intermedias-de-transicin-eq-swap-blending-long-mix-drop-to-drop-fx-sutiles-mezcla-armnica-en-3 {
  color: #fffc;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .1875rem;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.tcnicas-intermedias-de-transicin-eq-swap-blending-long-mix-drop-to-drop-fx-sutiles-mezcla-armnica-en-4 {
  color: #fffc;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.frame-9-2 {
  grid-column-gap: 8.58586px;
  background-color: #030130;
  border: 0 solid #fff;
  border-bottom-width: .858586px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 114px;
  padding-left: 17.1717px;
  padding-right: 17.1717px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-29-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1398px;
  text-decoration: none;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tag {
  color: #ffffff80;
  width: 20%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._6-meses-24-semanas {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frecuencia {
  color: #ffffff80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

._2-clases-x-semana-1-presencial-1-en-cabina {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.modalidad {
  color: #ffffff80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.presencial---cdmx {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-18 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.horarios {
  color: #ffffff80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.lunes-a-mircoles-turno-matutino-900-1300-turno-vespertino-1500-2100 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-16 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.objetivo {
  color: #ffffff80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.dominar-la-tcnica-desarrollar-tu-identidad-artstica-y-obtener-experiencia-real-en-cabina-para-lograr {
  color: #fff;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-17 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.inversin {
  color: #ffffff80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.untitled {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.item, .frame-14-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-15-2 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cerrar {
  padding-bottom: 16px;
}

.dropdown {
  width: 100%;
}

.div-contenido {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 1px #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 16px 60px 50%;
  display: block;
  position: static;
  overflow: hidden;
}

.abrir {
  padding-bottom: 16px;
  display: none;
}

.background-video {
  aspect-ratio: 16 / 9;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-bottom: 2%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
}

.contenedor-beneficios {
  flex-flow: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding: 120px 20px 60px;
  display: flex;
}

.img-beneficio {
  width: 45px;
  height: 45px;
}

.image-4 {
  outline-offset: 0px;
  outline: 3px #f5f5f7;
  width: 100%;
}

.img-cta {
  background-image: url('../images/gallery-04_1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
}

.cta {
  font-family: var(--secondary);
  text-align: center;
  margin-top: -96px;
  margin-bottom: 71px;
  font-size: 128px;
  line-height: 87%;
}

.link-block-4 {
  width: 100%;
}

.link-block-5 {
  vertical-align: top;
  width: 100%;
}

.popup-container {
  z-index: 2147483647;
  background-color: #07031054;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: none;
  position: fixed;
}

.popup {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  color: #040137;
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  max-width: 400px;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0000009e;
}

.cont-botones {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.nota {
  font-size: 12px;
  line-height: 136%;
}

@media screen and (max-width: 767px) {
  .heading.left {
    margin-left: 0;
  }

  .heading.right {
    margin-right: 0;
  }

  .section-2.about, .section-2.past {
    padding-top: 100px;
  }

  .section-2.next {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .section-2.upcoming {
    padding-top: 100px;
  }

  .slide {
    width: 50vw;
  }

  .p-looloo {
    width: 100vw;
    margin-bottom: 80px;
  }

  .div-75 {
    width: 85vw;
  }

  .dib-75 {
    width: 85vw;
    padding-right: 20px;
  }

  .p-50 {
    width: 100%;
  }

  .div-50 {
    margin-right: 10px;
    transform: scale(.9);
  }

  .footer {
    font-size: 16px;
  }

  .header-footer {
    margin-bottom: 95px;
    font-size: 13vw;
  }

  .div-25 {
    width: 50%;
    height: 100px;
    margin-bottom: 67px;
  }

  .div-25._4 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-25._1 {
    margin-bottom: 70px;
  }

  .div-25._3 {
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .main {
    margin-bottom: 520px;
  }

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

  .text-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-3 {
    height: 100px;
  }

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

  .nav-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .section.hero {
    margin-top: -75px;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .section.hero.academy {
    background-image: linear-gradient(#03013661, #03013661), linear-gradient(#0000, #0000), url('../images/hero-image.jpg');
    background-position: 0 0, 0 0, 57% 100%;
    background-size: auto, auto, auto 100%;
    height: 100vh;
    margin-top: -75px;
    padding-bottom: 0;
    position: static;
  }

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

  .heading.left {
    line-height: 20vw;
  }

  .heading.left.academy {
    margin-bottom: 10px;
  }

  .heading.right {
    line-height: 20vw;
  }

  .heading.right.academy {
    margin-right: -4px;
  }

  .heading.academy {
    margin-top: 200px;
  }

  .section-2.about {
    background-color: #0000;
    padding-top: 100px;
  }

  .section-2.past {
    padding-top: 50px;
  }

  .section-2.next {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2.upcoming {
    padding-top: 50px;
  }

  .div-block {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 40px;
  }

  .heading-2.next, .heading-2.coming {
    margin-left: -22px;
  }

  .slide {
    width: 80vw;
  }

  .left-arrow {
    top: -85px;
    right: 70px;
  }

  .button-gettickets {
    font-size: 10px;
    line-height: 16px;
  }

  .right-arrow {
    top: -85px;
    right: 20px;
  }

  .p-looloo {
    text-indent: 100px;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 31px;
  }

  .div-75 {
    width: 100vw;
    margin-top: 0;
    margin-bottom: 100px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-75.comingup {
    margin-bottom: 50px;
    padding-right: 0;
  }

  .dib-75 {
    width: 100vw;
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .p-50 {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.5em;
  }

  .p-50.artistas {
    font-size: 10px;
  }

  .left-arrow-2 {
    bottom: 20px;
    right: 70px;
  }

  .right-arrow-2 {
    bottom: 20px;
    right: 20px;
  }

  .div-50 {
    width: 50%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    transform: scale(1);
  }

  .div-50.top {
    width: 50%;
    height: 446px;
    margin-left: 0;
    margin-right: 0;
    transform: scale(1);
  }

  .p-100.artistas-top {
    height: 247px;
    font-size: 16px;
  }

  .div-artistastop {
    height: 203px;
  }

  .mask1 {
    height: 111px;
  }

  .mask2 {
    height: 69px;
    inset: auto 0% 0%;
  }

  .mask3 {
    height: 71px;
  }

  .mask4 {
    height: 364px;
  }

  .link-comingup {
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
  }

  .comingup-artist {
    width: 120px;
    min-width: auto;
    max-width: none;
    margin-right: 20px;
  }

  .comingup-tickets {
    background-position: 39px 4px;
    width: 52px;
    margin-right: 20px;
    padding-right: 0;
  }

  .footer {
    height: auto;
    font-size: 14px;
  }

  .header-footer {
    margin-top: -10px;
    margin-bottom: 30px;
  }

  .div-25 {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
  }

  .div-25._4 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-25._1 {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 25px;
  }

  .div-25._3 {
    font-size: 16px;
  }

  .footer-nav {
    margin-bottom: 0;
  }

  .link {
    font-size: 14px;
    line-height: 28px;
  }

  .div-block-3 {
    margin-top: 40px;
  }

  .navlink {
    text-align: right;
  }

  .looloo-white {
    width: auto;
  }

  .main {
    margin-bottom: 0;
    overflow: visible;
    box-shadow: 0 2px 5px #00000080;
  }

  .main.academy {
    background-color: #030136;
    position: relative;
  }

  .link-3 {
    font-size: 12px;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-3 {
    text-align: right;
    height: auto;
    font-size: 12px;
    display: block;
  }

  .navbar-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    background-image: linear-gradient(#000000ed 7%, #02020200);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    overflow: visible;
  }

  .mobile-menu {
    z-index: 999999;
    background-color: var(--white);
    justify-content: center;
    align-items: stretch;
    width: 90vw;
    height: 100vh;
    display: block;
    position: static;
    inset: 0%;
  }

  .nav-mobile {
    z-index: 999999999;
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-between;
    width: 80vw;
    height: 100vh;
    margin-left: auto;
    margin-right: -80vw;
    padding: 20px 20px 15px;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
    box-shadow: 0 -10px 5px #0003;
  }

  .div-cerrar {
    text-align: right;
    padding-right: 0;
  }

  .image-3 {
    width: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 0;
  }

  .navbar-desktop {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    overflow: visible;
  }

  .code-embed {
    padding-left: 10px;
  }

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

  .footer-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    place-items: stretch stretch;
    height: auto;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .list-item-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-cta {
    text-align: justify;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .hero-abstract {
    font-size: 14px;
  }

  .hero-nav-link {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .section-porque {
    grid-row-gap: 60px;
    background-color: #0000;
    height: auto;
    margin-top: 0;
    padding-top: 60px;
  }

  .section-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    place-items: start stretch;
    display: grid;
  }

  .section-header._3 {
    grid-template-rows: auto auto auto;
  }

  .h2 {
    text-overflow: clip;
    word-break: normal;
    overflow-wrap: normal;
    width: 100%;
    font-size: 38px;
    display: block;
  }

  .paragraph {
    max-width: 100%;
    font-size: 12px;
  }

  .paragraph.curso {
    max-width: 100%;
  }

  .paragraph.popup.cerrar {
    width: 100%;
    margin-left: 34px;
    margin-right: -40px;
  }

  .div-porque {
    grid-row-gap: 16px;
    flex-flow: column;
    height: auto;
  }

  .h3 {
    font-size: 22px;
  }

  .section-curso {
    grid-row-gap: 30px;
    background-color: #0000;
    padding-top: 60px;
  }

  .div-descripcion {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 60px;
  }

  .frame-15 {
    grid-row-gap: 30px;
  }

  .section-plan {
    background-color: #0000;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .div-unidad {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    height: auto;
    padding-top: 20px;
  }

  .unidad {
    width: 100%;
    font-size: 24px;
  }

  .titutlo {
    max-width: 90%;
    font-size: 14px;
  }

  .section-beneficios {
    grid-row-gap: 0px;
  }

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

  .item-beneficio {
    grid-column-gap: 10px;
    padding: 0 20px;
  }

  .extras {
    font-size: 12px;
  }

  .section-cta {
    padding-bottom: 60px;
  }

  .descripcion {
    width: 100%;
  }

  .div-block-6 {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .tag {
    width: auto;
    font-size: 12px;
  }

  .item {
    flex-flow: column;
  }

  .cerrar {
    width: 20px;
    margin-top: -48px;
  }

  .div-contenido {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 16px;
    display: block;
  }

  .abrir {
    width: 20px;
    margin-top: -48px;
    display: none;
  }

  .background-video {
    max-width: 100%;
    height: auto;
    position: relative;
    inset: 0% 0% auto;
  }

  .contenedor-beneficios {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #0000;
    height: auto;
    padding-top: 20px;
    position: relative;
  }

  .img-beneficio {
    width: 20px;
  }

  .img-cta {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 450px;
  }

  .cta {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .image-5, .img-porque {
    width: 70px;
    max-width: 93%;
    margin-bottom: 15px;
  }

  .div-boton {
    width: 100%;
  }

  .div-trigger {
    height: 5px;
  }
}

#w-node-_1b27af4e-ef9e-5ed0-e78b-fef8f6e0a527-c407fa9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_03fdf454-38b4-212f-18e4-b07c2747dcdb-c407fa9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7eddd3aa-9cf3-ed28-30fd-fe30dd596ba5-c407fa9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d048547a-682e-c6bd-d90b-884d00291211-c407fa9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9ad1c9fe-4b85-afa3-df57-e3cfdca2f8ff-c407fa9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edbe9629-89fb-3bc1-51ab-f03d83853fd4-c407fa9c, #w-node-d633a4b1-efd2-ffba-c9ac-0c24b28f90da-c407fa9c, #w-node-fb3ec96a-3a7a-2a8d-456b-6eb54643b988-c407fa9c, #w-node-_42c96c80-0f75-d1b6-8eee-5d7d0ce40212-c407fa9c, #w-node-_6bbc5f3a-7d51-8ea1-1076-1c8f6a91fcfb-c407fa9c {
  place-self: end start;
}

#w-node-cdc8d5b7-24c2-51b6-c69f-9ed68e589b74-c407fa9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cdc8d5b7-24c2-51b6-c69f-9ed68e589b77-c407fa9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdc8d5b7-24c2-51b6-c69f-9ed68e589b7d-c407fa9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cdc8d5b7-24c2-51b6-c69f-9ed68e589b80-c407fa9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9ad1c9fe-4b85-afa3-df57-e3cfdca2f8ff-c407fa9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0106970-0ed3-94fb-64bb-5e820c464b0e-c407fa9d {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_47506926-9d08-6868-fb7c-5684e4bffbbc-c407fa9d {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-d095fc29-bcae-6f04-0a08-e9c97e169d5a-c407fa9d {
  order: 9999;
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_1950b2a5-c78a-e40f-6adb-41d7f8261e64-c407fa9d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_75f78bd8-6e56-9a73-46e9-ceb89ed8eddd-c407fa9d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_08bf7a03-54c7-3c92-7e56-53a4c89d5a15-c407fa9d {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-e4febb46-bb03-7def-3db9-3fde0c523418-c407fa9d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e4febb46-bb03-7def-3db9-3fde0c52341a-c407fa9d {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_50b4ba0e-b802-a6e2-0fd6-c78bf4d11f4c-c407fa9d {
  align-self: start;
}

#w-node-aed31ccd-1289-e114-a47a-3dacd23abf8d-c407fa9d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-aed31ccd-1289-e114-a47a-3dacd23abf8f-c407fa9d {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_651a9eeb-acf8-a812-2a8d-e179a228dace-c407fa9d {
  grid-column: span 6 / span 6;
}

#w-node-_24058a7f-eace-9c0e-7de6-7702fd84a929-c407fa9d {
  grid-column: span 2 / span 2;
}

#w-node-_9a2cd9e9-0020-b244-b7b8-28fc88c2ca9f-c407fa9d {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-_9bf9ed16-6d42-172e-ec8c-6574851825c5-c407fa9d {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-eca0ca70-8f44-5356-afec-41a50a225cbc-c407fa9d {
  grid-column: span 6 / span 6;
}

#w-node-eca0ca70-8f44-5356-afec-41a50a225cbe-c407fa9d {
  grid-column: span 2 / span 2;
}

#w-node-eca0ca70-8f44-5356-afec-41a50a225cc2-c407fa9d {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-_4a2a1140-044d-ec4c-b4b7-caa4b2e13ac7-c407fa9d {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_7d9d252d-b4dc-de88-cc50-221cf050b018-c407fa9d {
  grid-column: span 6 / span 6;
}

#w-node-_7d9d252d-b4dc-de88-cc50-221cf050b01a-c407fa9d {
  grid-column: span 2 / span 2;
}

#w-node-_7d9d252d-b4dc-de88-cc50-221cf050b01e-c407fa9d {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-_2dfc4557-c17c-f818-4c5f-1c757c261af0-c407fa9d {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_74cfa766-ab0e-211f-bd43-ecdbcc5f3247-c407fa9d {
  grid-column: span 6 / span 6;
}

#w-node-_74cfa766-ab0e-211f-bd43-ecdbcc5f3249-c407fa9d {
  grid-column: span 2 / span 2;
}

#w-node-_74cfa766-ab0e-211f-bd43-ecdbcc5f324f-c407fa9d {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-_74cfa766-ab0e-211f-bd43-ecdbcc5f3253-c407fa9d {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-b43f8fd7-2b6c-1de3-29f3-e4402eb42721-c407fa9d {
  grid-column: span 6 / span 6;
}

#w-node-b43f8fd7-2b6c-1de3-29f3-e4402eb42723-c407fa9d {
  grid-column: span 2 / span 2;
}

#w-node-b43f8fd7-2b6c-1de3-29f3-e4402eb42729-c407fa9d {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-b43f8fd7-2b6c-1de3-29f3-e4402eb4272d-c407fa9d {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_39afb12f-679d-1ecb-a56a-58671291f6b6-c407fa9d {
  grid-column: span 6 / span 6;
}

#w-node-_39afb12f-679d-1ecb-a56a-58671291f6b8-c407fa9d {
  grid-column: span 2 / span 2;
}

#w-node-_39afb12f-679d-1ecb-a56a-58671291f6be-c407fa9d {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-_39afb12f-679d-1ecb-a56a-58671291f6c2-c407fa9d {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-bc4f0ba0-49b0-4381-36b8-ecb9f4376ad1-c407fa9d {
  grid-column: span 6 / span 6;
}

#w-node-bc4f0ba0-49b0-4381-36b8-ecb9f4376ad3-c407fa9d {
  grid-column: span 2 / span 2;
}

#w-node-bc4f0ba0-49b0-4381-36b8-ecb9f4376ad7-c407fa9d {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-bc4f0ba0-49b0-4381-36b8-ecb9f4376adb-c407fa9d {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_5a5af0fc-76e9-d9b3-0c2c-ccdc40bb8644-c407fa9d {
  grid-column: span 6 / span 6;
}

#w-node-_5a5af0fc-76e9-d9b3-0c2c-ccdc40bb8646-c407fa9d {
  grid-column: span 2 / span 2;
}

#w-node-_5a5af0fc-76e9-d9b3-0c2c-ccdc40bb864c-c407fa9d {
  grid-area: 1 / 12 / 2 / 13;
  justify-self: end;
}

#w-node-_5a5af0fc-76e9-d9b3-0c2c-ccdc40bb8650-c407fa9d {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-c3afe017-f453-792e-aa03-7c18fa189883-c407fa9d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c3afe017-f453-792e-aa03-7c18fa189885-c407fa9d {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-ad3753f7-104d-cf2e-a9a2-811b036e464d-c407fa9d, #w-node-_544c3f41-795e-9010-4a21-80ce88930611-c407fa9d, #w-node-_79925dc6-d5bd-8d42-3586-95cd32707433-c407fa9d, #w-node-c613d403-00b0-602b-21de-39bfaa41845c-c407fa9d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-edbe9629-89fb-3bc1-51ab-f03d83853fd4-c407fa9d, #w-node-d633a4b1-efd2-ffba-c9ac-0c24b28f90da-c407fa9d, #w-node-fb3ec96a-3a7a-2a8d-456b-6eb54643b988-c407fa9d, #w-node-_42c96c80-0f75-d1b6-8eee-5d7d0ce40212-c407fa9d, #w-node-_6bbc5f3a-7d51-8ea1-1076-1c8f6a91fcfb-c407fa9d {
  place-self: end start;
}

@media screen and (max-width: 479px) {
  #w-node-d1f55d6b-503f-a04d-ad68-e772f3899e59-c407fa9c, #w-node-_9ad1c9fe-4b85-afa3-df57-e3cfdca2f902-c407fa9c {
    justify-self: start;
  }

  #w-node-edbe9629-89fb-3bc1-51ab-f03d83853fd4-c407fa9c, #w-node-d633a4b1-efd2-ffba-c9ac-0c24b28f90da-c407fa9c, #w-node-fb3ec96a-3a7a-2a8d-456b-6eb54643b988-c407fa9c, #w-node-_42c96c80-0f75-d1b6-8eee-5d7d0ce40212-c407fa9c, #w-node-_6bbc5f3a-7d51-8ea1-1076-1c8f6a91fcfb-c407fa9c {
    justify-self: end;
  }

  #w-node-cdc8d5b7-24c2-51b6-c69f-9ed68e589b7a-c407fa9d, #w-node-_9ad1c9fe-4b85-afa3-df57-e3cfdca2f902-c407fa9d {
    justify-self: start;
  }

  #w-node-a0106970-0ed3-94fb-64bb-5e820c464b0e-c407fa9d, #w-node-_47506926-9d08-6868-fb7c-5684e4bffbbc-c407fa9d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d095fc29-bcae-6f04-0a08-e9c97e169d5a-c407fa9d {
    order: 9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b745afc2-3fac-53a6-1c96-bc3d449188c2-c407fa9d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1950b2a5-c78a-e40f-6adb-41d7f8261e64-c407fa9d {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_75f78bd8-6e56-9a73-46e9-ceb89ed8eddd-c407fa9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08bf7a03-54c7-3c92-7e56-53a4c89d5a15-c407fa9d {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4febb46-bb03-7def-3db9-3fde0c523418-c407fa9d {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e4febb46-bb03-7def-3db9-3fde0c52341a-c407fa9d {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_50b4ba0e-b802-a6e2-0fd6-c78bf4d11f4c-c407fa9d {
    order: -9999;
  }

  #w-node-aed31ccd-1289-e114-a47a-3dacd23abf8d-c407fa9d {
    grid-column: span 1 / span 1;
  }

  #w-node-aed31ccd-1289-e114-a47a-3dacd23abf8f-c407fa9d, #w-node-_651a9eeb-acf8-a812-2a8d-e179a228dace-c407fa9d, #w-node-_24058a7f-eace-9c0e-7de6-7702fd84a929-c407fa9d, #w-node-f9d628f7-d36b-7f3c-dd35-f96331775c9a-c407fa9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a2cd9e9-0020-b244-b7b8-28fc88c2ca9f-c407fa9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-eca0ca70-8f44-5356-afec-41a50a225cbc-c407fa9d, #w-node-eca0ca70-8f44-5356-afec-41a50a225cbe-c407fa9d, #w-node-eca0ca70-8f44-5356-afec-41a50a225cc0-c407fa9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eca0ca70-8f44-5356-afec-41a50a225cc2-c407fa9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_7d9d252d-b4dc-de88-cc50-221cf050b018-c407fa9d, #w-node-_7d9d252d-b4dc-de88-cc50-221cf050b01a-c407fa9d, #w-node-_7d9d252d-b4dc-de88-cc50-221cf050b01c-c407fa9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d9d252d-b4dc-de88-cc50-221cf050b01e-c407fa9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_74cfa766-ab0e-211f-bd43-ecdbcc5f3247-c407fa9d, #w-node-_74cfa766-ab0e-211f-bd43-ecdbcc5f3249-c407fa9d {
    grid-column: span 1 / span 1;
  }

  #w-node-_74cfa766-ab0e-211f-bd43-ecdbcc5f324f-c407fa9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b43f8fd7-2b6c-1de3-29f3-e4402eb42721-c407fa9d, #w-node-b43f8fd7-2b6c-1de3-29f3-e4402eb42723-c407fa9d {
    grid-column: span 1 / span 1;
  }

  #w-node-b43f8fd7-2b6c-1de3-29f3-e4402eb42729-c407fa9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_39afb12f-679d-1ecb-a56a-58671291f6b6-c407fa9d, #w-node-_39afb12f-679d-1ecb-a56a-58671291f6b8-c407fa9d {
    grid-column: span 1 / span 1;
  }

  #w-node-_39afb12f-679d-1ecb-a56a-58671291f6be-c407fa9d {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc4f0ba0-49b0-4381-36b8-ecb9f4376ad1-c407fa9d, #w-node-bc4f0ba0-49b0-4381-36b8-ecb9f4376ad3-c407fa9d {
    grid-column: span 1 / span 1;
  }

  #w-node-bc4f0ba0-49b0-4381-36b8-ecb9f4376ad7-c407fa9d {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5a5af0fc-76e9-d9b3-0c2c-ccdc40bb8644-c407fa9d, #w-node-_5a5af0fc-76e9-d9b3-0c2c-ccdc40bb8646-c407fa9d {
    grid-column: span 1 / span 1;
  }

  #w-node-_5a5af0fc-76e9-d9b3-0c2c-ccdc40bb864c-c407fa9d {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c3afe017-f453-792e-aa03-7c18fa189883-c407fa9d {
    grid-column: span 1 / span 1;
  }

  #w-node-c3afe017-f453-792e-aa03-7c18fa189885-c407fa9d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad3753f7-104d-cf2e-a9a2-811b036e464d-c407fa9d, #w-node-_544c3f41-795e-9010-4a21-80ce88930611-c407fa9d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-edbe9629-89fb-3bc1-51ab-f03d83853fd4-c407fa9d, #w-node-d633a4b1-efd2-ffba-c9ac-0c24b28f90da-c407fa9d, #w-node-fb3ec96a-3a7a-2a8d-456b-6eb54643b988-c407fa9d, #w-node-_42c96c80-0f75-d1b6-8eee-5d7d0ce40212-c407fa9d, #w-node-_6bbc5f3a-7d51-8ea1-1076-1c8f6a91fcfb-c407fa9d {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Tronicamono';
  src: url('../fonts/TronicaMono-Regular.woff2') format('woff2'), url('../fonts/TronicaMono-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}