:root {
  --black: #080808;
  --white: white;
  --newgold\<deleted\|variable-b836d6b7-20af-4b2a-2e1c-b8da7f7d632a\>: #c7a76f;
  --gold: #c7a76f;
  --dark-grey: #1d1d1b;
  --secondary-white: #f3f3f3;
  --grey: #aaa9a8;
  --light-grey: #d8d8d8;
  --glass: #ffffff40;
  --transparent: #fff0;
  --hero-video-radius: 3.125rem;
  --fitness-intro-shadow-y: -.6em;
  --bottom-cta-radius: 3.125rem;
  --medium-grey: #444;
  --golden: #c78d26;
  --player-radius: 3.5rem;
}

body {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 11.25rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.04;
}

h3 {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.04;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

a {
  color: var(--black);
  cursor: pointer;
  text-decoration: underline;
  transition: color .2s, background-color .45s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  font-size: 1.2rem;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

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

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid var(--black);
  margin-bottom: 0;
  padding: .8rem 1rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page-wrapper {
  overflow: clip;
}

.container-large {
  flex-flow: column;
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-large.is-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large.margin-bottom-20 {
  margin-top: 20px;
}

.container-large.margin-bottom-120 {
  margin-top: 120px;
}

.container-large.cms {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-large.containter-bolsa {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large.hero-text {
  margin-top: 4em;
  margin-bottom: 4em;
  padding-left: 20px;
}

.container-large.containter-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-medium {
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium.text-weight-medium {
  color: var(--white);
}

.text-size-medium.text-weight-medium:hover {
  color: var(--black);
}

.text-size-regular {
  color: var(--white);
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
  font-size: 1rem;
}

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

.background-color-black {
  background-color: var(--black);
  color: var(--white);
}

.background-color-black.body-size6rem {
  height: 3695.51rem;
}

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

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--gold);
  color: var(--black);
  text-transform: none;
  background-image: linear-gradient(#fff0, #0003);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: var(--secondary-white);
}

.button.is-small {
  background-color: var(--gold);
  border-radius: 2rem;
  padding: 1rem 1.5rem;
}

.button.is-link {
  letter-spacing: .02em;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  padding: 0;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}

.button.is-light:hover {
  background-color: var(--light-grey);
  color: var(--black);
}

.button.is-secondary {
  border: 1px none var(--dark-grey);
  background-color: var(--grey);
  color: var(--black);
}

.button.is-secondary:hover {
  background-color: var(--secondary-white);
}

.form-field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.form-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  border-radius: 2.5rem;
  height: auto;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  transition: border-color .4s cubic-bezier(.215, .61, .355, 1), background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.form-input:hover {
  border-color: var(--black);
}

.form-input:focus {
  border-color: var(--black);
  background-color: var(--light-grey);
}

.form-input::placeholder {
  color: #08080880;
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.form-input.is-text-area {
  border-radius: 1rem;
  height: auto;
  min-height: 11.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: auto;
}

.form-input.is-green {
  border-color: var(--newgold\<deleted\|variable-b836d6b7-20af-4b2a-2e1c-b8da7f7d632a\>);
  color: var(--white);
}

.form-input.is-green:hover {
  border-color: var(--white);
}

.form-input.is-green:focus {
  border-color: var(--gold);
  background-color: #ffffff1a;
}

.form-input.is-green::placeholder {
  color: #ffffffb3;
}

.icon-16 {
  aspect-ratio: 1;
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.icon-24 {
  z-index: 2;
  aspect-ratio: 1;
  color: var(--newgold\<deleted\|variable-b836d6b7-20af-4b2a-2e1c-b8da7f7d632a\>);
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.margin-bottom-4 {
  margin-bottom: .25rem;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.margin-bottom-104 {
  margin-bottom: 6.5rem;
}

.hide {
  display: none;
}

.z-index-2 {
  z-index: 2;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  font-family: Adihausdin, Arial, sans-serif;
  font-weight: 700;
  position: relative;
}

.opacity-80 {
  opacity: .8;
}

.heading-style-h1 {
  letter-spacing: -.02em;
  text-transform: none;
  font-family: Bebas Neue, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: .9;
  position: relative;
}

.heading-style-h1.text-weight-medium {
  font-weight: 400;
}

.heading-style-h1.text-color-gold {
  color: var(--gold);
}

.heading-style-h2 {
  text-transform: none;
  font-family: Bebas Neue, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.04;
}

.heading-style-h2.margin-top-40 {
  letter-spacing: 0;
}

.heading-style-h2.text-align-center.letter-spacing-5rem {
  letter-spacing: .5rem;
}

.heading-style-h3 {
  letter-spacing: .02em;
  text-transform: none;
  font-family: Bebas Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h5 {
  letter-spacing: .02em;
  text-transform: none;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

.section {
  z-index: 2;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section.is-video {
  background-image: none;
  margin-top: 0;
  padding-top: 5vh;
  padding-bottom: 0;
  display: block;
}

.section.is-location {
  color: var(--white);
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.section.is-hero {
  height: 200vh;
  margin-top: 6rem;
  padding-top: 1vh;
  padding-bottom: 0;
}

.section.is-contact {
  margin-top: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.section.is-about-hero {
  margin-top: 6rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.section.is-about-hero.bg-acercade {
  background-image: url("https://cdn.prod.website-files.com/689f923730b79a6a821ce037/68a7bf253eaf5b6012aa9c15_AcercaDe.JPG");
  background-position: 0 0;
  background-size: cover;
}

.section.is-about-hero.left-right-1rem._0rem {
  margin-top: 0;
}

.section.is-location-hero {
  margin-top: 6rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.section.is-location-hero.background-torneos {
  background-image: url("https://cdn.prod.website-files.com/689f923730b79a6a821ce037/68a7beda3fa6632b90c17165_Torneos.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.is-location-hero.background-ranking {
  background-image: linear-gradient(0deg, black 10%, var(--transparent)), url("https://cdn.prod.website-files.com/689f923730b79a6a821ce037/68a7bef5d37d3f4e278a0c3b_Ranking.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.is-location-hero.background-ranking.is-full {
  background-color: var(--dark-grey);
}

.section.is-location-hero.background-afiliacion {
  background-image: url("https://cdn.prod.website-files.com/689f923730b79a6a821ce037/68a7bec632deeb7045ba5721_Afiliacion1.jpg");
  background-position: 50%;
  background-size: cover;
}

.section.is-legal {
  margin-top: 6rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.hero-video {
  padding-top: 0;
  padding-bottom: 0;
}

.section.text-align-center {
  display: flex;
}

.section._200margin {
  margin-top: -200px;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.is-footer {
  border-top: 1px solid var(--light-grey);
  padding-top: 5rem;
  padding-bottom: 0;
}

.section.is-footer.background-color-black {
  border-top: 0px none var(--black);
  border-top: 0px none var(--black);
}

.section.is-gallery {
  justify-content: center;
  align-items: center;
  margin-bottom: 8.75rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.is-experience {
  background-color: var(--black);
  color: var(--white);
  overflow: hidden;
}

.section.is-experience.hidden {
  display: none;
}

.section.is-history {
  background-image: linear-gradient(0deg, var(--black), #0000);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.section.is-history.bottom-padding20 {
  padding-bottom: 20rem;
}

.section.is-history.bottom-padding20.margin-bottom-104.top-padding-10 {
  padding-top: 10rem;
}

.section.is-bottom-cta {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

.section.hidden {
  display: none;
}

.section.elif {
  margin-top: -400px;
}

.video_bg {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.max-width-700 {
  z-index: 2;
  flex-flow: column;
  max-width: 43.75rem;
  position: relative;
}

.img-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video_bg_overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #00000040, #0000);
  position: absolute;
  inset: 0%;
}

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

.wrap_flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap_flex.is-align-bottom {
  justify-content: space-between;
  align-items: flex-end;
}

.wrap_flex.text-align-center {
  justify-content: space-between;
  align-items: center;
}

.wrap_flex.is-align-top {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.wrap_flex.is-align-top.sponsors {
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em;
}

.max-width-440 {
  width: 100%;
  max-width: 27.5rem;
}

.max-width-440.torneos-front {
  max-width: none;
}

.email-form_wrap {
  flex: 1;
  max-width: 31.875rem;
  margin-bottom: 0;
}

.email_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.shadow-card {
  box-shadow: 0 100px 80px #00000012, 0 64px 46px #0000000f, 0 40px 25px #0000000d, 0 20px 13px #0000000a, 0 8px 7px #00000008, 0 2px 3px #00000005;
}

.parallax-wrap {
  z-index: 1;
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.parallax-img {
  opacity: .7;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 120%;
  position: relative;
}

.parallax-img.is-full {
  opacity: 1;
}

.parallax-img.background-patrocinadores {
  background-image: url("https://cdn.prod.website-files.com/689f923730b79a6a821ce037/68a5f6df7e6d38770cf89133_Patrocinadores.JPG");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #000000b3, #0000);
  position: absolute;
  inset: 0%;
}

.parallax-overlay.is-full {
  background-image: linear-gradient(0deg, var(--black), #0000);
  background-image: linear-gradient(0deg, var(--black), #0000);
}

.max-width-250 {
  max-width: 15.63rem;
}

.footer_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  margin-bottom: 0;
  margin-right: -.5rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.form-error {
  background-color: #ff656569;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .5rem .75rem;
}

.form-success {
  background-color: var(--gold);
  color: var(--black);
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}

.footer_copyright {
  border-top: 1px none var(--dark-grey);
  color: var(--white);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-links_item {
  display: flex;
}

.text-color-gold {
  color: var(--gold);
}

.gallery_wrap {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 15rem;
  padding-bottom: 15rem;
  display: flex;
  position: relative;
}

.gallery_img-box {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70em;
  height: 100%;
  display: flex;
  position: absolute;
}

.gallery_img {
  aspect-ratio: 1;
  width: 14.5em;
  position: absolute;
}

.gallery_img._1 {
  inset: 0% auto auto 0%;
}

.gallery_img._2 {
  top: 3.5em;
}

.gallery_img._3 {
  top: 3.5em;
  right: 2em;
}

.gallery_img._4 {
  bottom: 8.75em;
  right: 3em;
}

.gallery_img._5 {
  bottom: 7.5em;
  left: 3.5em;
}

.exp-slider {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  display: flex;
}

.exp-slider_item {
  aspect-ratio: 320 / 465;
  border-radius: 2.25rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 20rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature_wrap {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.feature_visual {
  aspect-ratio: 560 / 761;
  border-radius: 3.5rem;
  width: 35rem;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.feature_visual.shadow-card.foto-eli {
  width: 20rem;
}

.feature_content {
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: baseline;
  display: flex;
}

.stats_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.nav_wrapper {
  z-index: 99;
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--white);
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  z-index: 999999;
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 50rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  margin: 1rem auto;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 0 20px #0003, 0 6px 6px #0003;
}

.nav_wrap {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.nav_link {
  color: var(--white);
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav_link.w--current {
  transition: color .2s, background-color .45s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1);
}

.nav_brand {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 10.5625rem;
  padding-left: 0;
  display: flex;
}

.nav_brand.w--current {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1rem;
  position: relative;
}

.nav_brand.mobile, .nav_brand.mobile.w--current, .nav_brand.mobile, .nav_brand.mobile.w--current {
  display: none;
}

.nav_menu-items {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.nav_menu-items-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  width: 100%;
  display: flex;
}

.nav_logo {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.nav_menu-link-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  width: 20rem;
  display: flex;
}

.nav_menu-link-wrap.is-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.nav_button {
  position: absolute;
  inset: 0% 0% auto auto;
}

.is-word {
  transform-origin: 0 100%;
  letter-spacing: 0;
  font-family: Bebas Neue, sans-serif;
  display: inline-block;
}

.is-word.is-1 {
  text-transform: none;
}

.is-word.is-1.text-color-white {
  letter-spacing: 0;
}

.is-word.is-1.letter-spacing5rem {
  letter-spacing: .5rem;
}

.is-word.is-1.text-patrocinadores {
  font-size: 5rem;
}

.is-word.is-2 {
  text-transform: none;
}

.is-word.is-2.text-color-white {
  letter-spacing: 0;
}

.is-word.is-3 {
  text-transform: none;
}

.is-word.is-3.stroke-white {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
}

.is-word.is-3.text-size-6 {
  font-size: 6rem;
}

.bottom-cta_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.bottom-cta_box {
  z-index: 1;
  border-radius: var(--bottom-cta-radius);
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.13rem;
  margin-top: -6.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery_head {
  max-width: 50rem;
}

.link_line {
  background-color: var(--gold);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 100%;
  height: .25rem;
  padding: 0;
  position: absolute;
  transform: scale3d(0, 1, 1);
}

.footer_link {
  color: var(--black);
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .1rem .5rem;
  font-family: Coolvetica Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-box {
  z-index: 1;
  background-color: var(--light-grey);
  opacity: 0;
  border-radius: .25rem;
  width: 115%;
  height: 115%;
  position: absolute;
}

.rotate-img {
  z-index: 3;
  transform-style: preserve-3d;
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate3d(0, 0, -1px);
}

.rotate-img.is-back {
  z-index: 4;
  z-index: 4;
  transform: none;
}

.rotate-box {
  perspective: 200vw;
  border-radius: 2em;
  width: 100%;
  height: 100%;
  transform: none;
}

.exp-slider_mask {
  width: 20rem;
  display: flex;
  overflow: visible;
}

.exp-slider_slide {
  margin-right: 2.5rem;
}

.exp-slider_overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #0006, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.exp-slider_arrow {
  color: var(--gold);
  border: 1px solid #ffffff3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0;
  font-size: 1.3rem;
  transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  inset: auto;
}

.exp-slider_arrow:hover {
  color: var(--black);
}

.exp-slider_arrow.cc-left {
  bottom: 0%;
  right: 3.5rem;
}

.exp-slider_arrow.cc-right {
  bottom: 0%;
  right: 0%;
}

.arrow_dot {
  z-index: 1;
  background-color: var(--gold);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.max-width-400 {
  max-width: 25rem;
}

.footer_bottom-links-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px #000;
  display: flex;
}

.footer_copyright-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer2 {
  background-color: var(--newgold\<deleted\|variable-b836d6b7-20af-4b2a-2e1c-b8da7f7d632a\>);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 2rem;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.centertext {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.image {
  display: block;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 200px;
  display: block;
}

.qs-footer {
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.qs-footer.social {
  padding-top: 0;
  padding-bottom: 20px;
}

.text-block-2 {
  text-transform: none;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.cell-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.collection-list-wrapper-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-pat {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-right: 0;
}

.footer-pat.size-80 {
  max-width: 80%;
}

.navbar-glass-filter {
  display: block;
}

.navbar-glass-effect {
  filter: url("#glass-distortion");
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-glass-tint {
  border-radius: inherit;
  background-color: #0009;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-glass-shine {
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset -1px -1px 1px 1px #ffffff4d, inset 2px 2px 1px #ffffff4d;
}

.containter.hidden, .hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .container-large {
    max-width: 730px;
  }

  .container-large.cms {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .container-large.hero-text {
    margin-top: 4em;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
  }

  .styleguide_block.cc-grid {
    display: flex;
  }

  .styleguide_wrap {
    flex-flow: column;
    display: flex;
  }

  .text-size-large {
    margin-left: 0;
    margin-right: 40px;
  }

  .margin-bottom-8 {
    margin-bottom: .375rem;
  }

  .margin-bottom-12 {
    margin-bottom: .625rem;
  }

  .margin-bottom-20 {
    margin-bottom: 1rem;
  }

  .margin-bottom-24 {
    margin-bottom: 1.25rem;
  }

  .margin-bottom-28 {
    margin-bottom: 1.5rem;
  }

  .margin-bottom-32 {
    margin-bottom: 1.75rem;
  }

  .margin-bottom-40 {
    margin-bottom: 2.25rem;
  }

  .margin-bottom-48 {
    margin-bottom: 2.75rem;
  }

  .margin-bottom-56 {
    margin-bottom: 3.25rem;
  }

  .margin-bottom-64 {
    margin-bottom: 3.5rem;
  }

  .margin-bottom-72 {
    margin-bottom: 4rem;
  }

  .margin-bottom-80 {
    margin-bottom: 4.5rem;
  }

  .margin-bottom-96 {
    margin-bottom: 5rem;
  }

  .margin-bottom-104 {
    margin-bottom: 6rem;
  }

  .margin-bottom-120 {
    margin-bottom: 6.5rem;
  }

  .margin-bottom-144 {
    margin-bottom: 7rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .z-index-2 {
    padding-top: 0;
    font-size: .8em;
  }

  .styleguide_head {
    position: relative;
    top: auto;
  }

  .margin-top-8 {
    margin-top: .375rem;
  }

  .margin-top-12 {
    margin-top: .625rem;
  }

  .margin-top-20 {
    margin-top: 1rem;
  }

  .margin-top-24 {
    margin-top: 1.25rem;
  }

  .margin-top-28 {
    margin-top: 1.5rem;
  }

  .margin-top-32 {
    margin-top: 1.75rem;
  }

  .margin-top-40 {
    margin-top: 2.25rem;
  }

  .margin-top-48 {
    margin-top: 2.75rem;
  }

  .margin-top-56 {
    margin-top: 3.25rem;
  }

  .margin-top-64 {
    margin-top: 3.5rem;
  }

  .margin-top-72 {
    margin-top: 4rem;
  }

  .margin-top-80 {
    margin-top: 4.5rem;
  }

  .margin-top-96 {
    margin-top: 5rem;
  }

  .margin-top-104 {
    margin-top: 6rem;
  }

  .margin-top-120 {
    margin-top: 6.5rem;
  }

  .margin-top-144 {
    margin-top: 7rem;
  }

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

  .section.is-location-hero, .section.is-legal {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section.is-video {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section.is-footer.background-color-black {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section.is-hero {
    margin-top: 4.5rem;
  }

  .section.is-history.bottom-padding20.margin-bottom-104 {
    margin-bottom: 5rem;
  }

  .section.is-contact {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section.is-bottom-cta {
    padding-top: 6.25rem;
  }

  .section.is-about-hero {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section.is-about-hero.left-right-1rem._0rem {
    margin-top: 0;
  }

  .section.is-location-hero, .section.is-legal {
    margin-top: 4.5rem;
    padding-top: 2.5rem;
  }

  .section._200margin {
    margin-top: -180px;
  }

  .video_wrap {
    transform: scale(.9);
  }

  .video_box {
    aspect-ratio: 1162 / 900;
  }

  .wrap_flex.is-align-top {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .wrap_flex.is-align-top.sponsors {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .wrap_flex.is-align-top.newsletter {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .max-width-440 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .max-width-440.torneos-front.border-margin40 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .email-form_wrap {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

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

  .player_visual {
    border-radius: 1.5rem;
  }

  .locations_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
  }

  .locations_list {
    width: 100%;
  }

  .faqs_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

  .footer_links {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .footer_copyright {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .social-links {
    align-self: center;
  }

  .max-width-720 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero_wrap {
    border-radius: 2rem;
    height: calc(98vh - 4.5rem);
  }

  .hero_inner {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .quote_text {
    font-size: 10vw;
  }

  .gallery_img-box {
    font-size: .9rem;
  }

  .feature_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .feature_visual {
    aspect-ratio: 3 / 2;
    width: 100%;
    max-width: 100%;
  }

  .feature_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: space-around;
    align-items: center;
  }

  .staff_list {
    flex-flow: column;
    display: flex;
  }

  .contact_wrap {
    flex-flow: column;
  }

  .contact_visual {
    aspect-ratio: 1;
    width: 100vw;
    margin-left: -5vw;
    position: relative;
    top: auto;
  }

  .contact_content {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .contact_img {
    width: 100%;
  }

  .navbar {
    width: 80%;
    height: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_wrap {
    background-color: var(--transparent);
    justify-content: space-between;
    padding: .5rem 2rem;
  }

  .nav_link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10vw;
  }

  .nav_brand {
    width: 20%;
    position: relative;
  }

  .nav_brand.mobile {
    display: block;
  }

  .nav_brand.mobile.w--current {
    width: 20%;
    margin-right: 0;
    display: block;
  }

  .nav_brand.desktop {
    display: none;
  }

  .nav_brand.desktop.w--current {
    width: 20%;
    display: none;
  }

  .nav_menu-items {
    background-color: var(--black);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    padding-top: 2rem;
    left: 0;
    right: 0;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .nav_menu-link-wrap.is-left {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1em;
  }

  .nav_button {
    z-index: 100;
    padding: 1rem;
    right: 1em;
  }

  .nav_button.w--open {
    background-color: var(--white);
    right: 1em;
  }

  .nav_button-inner {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav_button-line {
    background-color: var(--black);
    border-radius: 2rem;
    width: 1.6rem;
    height: 2px;
    padding: 0;
  }

  .video_wall {
    margin-top: -20vh;
  }

  .about-visual_wrap {
    margin-bottom: 1rem;
    transform: scale(.9);
  }

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

  .content_wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .template_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .footer2 {
    min-width: 100%;
    margin-left: -1em;
    margin-right: -1em;
  }

  .qs-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .cell-3 {
    text-align: center;
    flex-flow: column;
  }

  .collection-list-wrapper-2 {
    flex: 0 auto;
  }

  .collection-list-3 {
    justify-content: center;
    align-items: center;
  }

  .clw-torneos.home {
    grid-template-columns: 1fr;
  }

  .c-card-btn-text.focus, .c-card-btn-text.default, .c-card-btn-text.focus, .c-card-btn-text.default {
    transform: translate(0, -100%);
  }

  .jugadortpt {
    margin-right: 40px;
  }

  .cell-10, .cell-11, .cell-12 {
    justify-content: center;
    align-items: center;
  }

  .navbar-button-wrapper {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .navbar-menu-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .menu-icon-line-middle {
    background-color: #ececec;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .button-secondary.nav {
    width: 100%;
  }

  .menu-icon-middle-line {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-link {
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    color: #b3b3b3;
  }

  .dropdown-toggle {
    align-items: center;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-toggle:hover {
    color: #b3b3b3;
  }

  .menu-dropdown {
    width: 100%;
    position: relative;
  }

  .menu-icon-line-top, .menu-icon {
    background-color: #ececec;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #131313;
    background-clip: border-box;
    border-top: 1px solid #222;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 3.2rem 5rem;
    position: absolute;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

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

  .dropdown-link {
    width: 100%;
  }

  .dropdown-link:hover {
    background-color: #ffffff0f;
    width: 100%;
  }

  .dropdown-link-menu {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .button-2.nav {
    width: 100%;
  }

  .locale {
    font-family: Satoshi, sans-serif;
  }

  .navbar-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .quick-stack-2.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .layout-list-item {
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .vertical-divider {
    display: none;
  }

  .text-rankingad {
    line-height: 1;
  }

  .quote_text-2 {
    font-size: 10vw;
  }

  .collection-item-4 {
    grid-column-gap: 6.5em;
    grid-row-gap: 6.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-block-11 {
    width: 7em;
  }

  .login_background-image {
    width: 100px;
  }

  .login_background-image.is-six {
    width: 50px;
  }

  .login_background-image.is-index {
    width: 250px;
  }

  .login_background-image.is-four {
    width: 200px;
  }

  .login_background-image.is-third {
    width: 20px;
  }

  .login_background-image.is-seven {
    width: 400px;
  }

  .login_detail {
    min-width: 500px;
    min-height: 500px;
  }

  .ms-button {
    position: relative;
  }

  .ms-image {
    width: auto;
    display: none;
  }

  .ms-page-wrap {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .ms-content {
    width: 100%;
    height: 100vh;
  }

  .container-8 {
    padding-bottom: 30px;
  }

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

  .pricing_card-wrap {
    width: 120%;
  }

  .pricing_demo-wrap {
    width: 100%;
  }

  .pricing_title-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .pricing_card-left {
    height: 100%;
  }

  .pricing_card-left.is-second {
    transform: none;
  }

  .pricing_plus-image {
    top: 9%;
  }

  .pricing_plus-image.is-bottom {
    bottom: 46%;
    left: -5%;
  }

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

  .login_background-image-2 {
    width: 100px;
  }

  .login_background-image-2.is-six {
    width: 50px;
  }

  .login_background-image-2.is-index {
    width: 250px;
  }

  .login_background-image-2.is-four {
    width: 200px;
  }

  .login_background-image-2.is-third {
    width: 20px;
  }

  .login_background-image-2.is-seven {
    width: 400px;
  }
}

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

  .page-wrapper.background-color-white.left-right-1rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-large {
    min-width: 0;
    max-width: 600px;
  }

  .container-large.footer {
    margin-left: 0;
    margin-right: 0;
  }

  .container-large.torneos-home {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .container-large.hero-text {
    margin: 1em 0;
  }

  .container-large.left-right-1rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium {
    margin-right: 20px;
  }

  .text-size-medium.footer {
    margin-right: 0;
  }

  .text-size-medium.hero-subtitle {
    line-height: 1.1em;
  }

  .main-wrapper, .main-wrapper.no-margin, .main-wrapper.no-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .container-medium._200margin {
    margin-top: -150px;
  }

  .margin-bottom-24 {
    margin-bottom: 1rem;
  }

  .margin-bottom-28 {
    margin-bottom: 1.25rem;
  }

  .margin-bottom-32 {
    margin-bottom: 1.5rem;
  }

  .margin-bottom-40 {
    margin-bottom: 2rem;
  }

  .margin-bottom-48 {
    margin-bottom: 2.25rem;
  }

  .margin-bottom-56 {
    margin-bottom: 2.75rem;
  }

  .margin-bottom-64 {
    margin-bottom: 3rem;
  }

  .margin-bottom-72 {
    margin-bottom: 3.25rem;
  }

  .margin-bottom-80 {
    margin-bottom: 3.5rem;
  }

  .margin-bottom-96 {
    margin-bottom: 3.75rem;
  }

  .margin-bottom-104 {
    margin-bottom: 4rem;
  }

  .margin-bottom-120 {
    margin-bottom: 4.5rem;
  }

  .margin-bottom-144 {
    margin-bottom: 5rem;
  }

  .hide-landscape {
    display: none;
  }

  .show-landscape {
    display: block;
  }

  .z-index-2 {
    font-size: .7em;
    line-height: .8em;
  }

  .heading-style-h1 {
    font-size: 5rem;
    position: static;
  }

  .heading-style-h1.text-weight-medium {
    font-size: 4rem;
  }

  .margin-top-24 {
    margin-top: 1rem;
  }

  .margin-top-28 {
    margin-top: 1.25rem;
  }

  .margin-top-32 {
    margin-top: 1.5rem;
  }

  .margin-top-40 {
    margin-top: 2rem;
  }

  .margin-top-48 {
    margin-top: 2.25rem;
  }

  .margin-top-56 {
    margin-top: 2.75rem;
  }

  .margin-top-64 {
    margin-top: 3rem;
  }

  .margin-top-72 {
    margin-top: 3.25rem;
  }

  .margin-top-80 {
    margin-top: 3.5rem;
  }

  .margin-top-96 {
    margin-top: 3.75rem;
  }

  .margin-top-104 {
    margin-top: 4rem;
  }

  .margin-top-120 {
    margin-top: 4.5rem;
  }

  .margin-top-144 {
    margin-top: 5rem;
  }

  .section.is-footer.background-color-black {
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section.is-footer.background-color-black.left-rigt-1rem {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section.is-history.bottom-padding20 {
    padding-bottom: 15rem;
  }

  .section.background-color-white.left-right-1rem {
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .section.is-about-hero {
    padding-bottom: 4rem;
  }

  .section.is-about-hero.left-right-1rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.is-about-hero.left-right-1rem._0rem {
    margin-top: 0;
  }

  .section.lef-righ-1rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.elif {
    margin-top: -300px;
  }

  .section._200margin {
    margin-top: -150px;
  }

  .video_btn.new {
    margin-top: 0;
    padding: 1rem;
  }

  .video_title {
    left: 1rem;
    right: 1rem;
  }

  .wrap_flex.is-align-top {
    flex-flow: column;
  }

  .max-width-440.is-full-responsive {
    max-width: 100%;
  }

  .max-width-440.newsletter {
    max-width: none;
    margin-bottom: 1em;
  }

  .player_list {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    flex-flow: column;
    display: flex;
  }

  .locations_wrap.wrap-center {
    justify-content: center;
    align-items: center;
  }

  .locations_list {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    overflow: auto;
  }

  .locations_item {
    flex: none;
    width: 90%;
  }

  .footer_links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: wrap;
    margin-left: -.5rem;
  }

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

  .max-width-720 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .locations_grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    display: flex;
  }

  .quote_text {
    font-size: 4rem;
  }

  .gallery_wrap {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .gallery_img-box {
    font-size: .6rem;
  }

  .feature_visual {
    aspect-ratio: 1;
  }

  .navbar {
    width: 98%;
    margin-top: .25rem;
    margin-bottom: 0;
  }

  .nav_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_brand {
    width: 25%;
  }

  .nav_brand.desktop {
    display: none;
  }

  .nav_menu-items-inner {
    padding-left: 1rem;
  }

  .nav_button.w--open {
    right: .5em;
  }

  .video_wall {
    margin-top: -15vh;
  }

  .is-word.is-1.left-margin-20 {
    margin-left: 20px;
  }

  .bottom-cta_box {
    margin-top: -4rem;
  }

  .about-visual_wrap {
    height: 20rem;
    margin-top: -3.5rem;
  }

  .licence_grid-images {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .template_list {
    flex-flow: column;
  }

  .content_header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .template_list-item.is-licence {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_copyright-inner {
    flex-flow: column;
  }

  .heading-3.left-right-1rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image.footer-logo {
    max-width: 150px;
  }

  .qs-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    padding-left: 1em;
    padding-right: 1em;
  }

  .collection-item.logo-patrocinador {
    width: 48%;
    height: 100px;
  }

  .collection-list-wrapper-2 {
    flex-flow: wrap;
  }

  .collection-list-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .collection-list-3 {
    justify-content: center;
    align-items: center;
  }

  .clw-torneos.home {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sponsor-logo {
    text-align: center;
    width: 30%;
  }

  .new-hero-video {
    font-size: 2rem;
  }

  .cloneable-area.slider-torneo {
    padding-left: 0;
    padding-right: 0;
  }

  .c-card-front.tarj-torneo {
    width: 90vw;
  }

  ._w-card-front.torneo-tarj {
    padding: 1em;
  }

  .cell-10.swiper-slide {
    width: 96vw;
  }

  .navbar-wrapper {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-secondary {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    color: #344054;
    background-color: #fff;
  }

  .navbar-link, .dropdown-toggle {
    font-size: 1rem;
  }

  .navbar-menu {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .dropdown-link-menu {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .button-2 {
    font-size: 1rem;
  }

  .button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .quick-stack, .quick-stack-2.swiper-wrapper, .quick-stack-2.swiper-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .layout-list-item {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .heading-23 {
    font-size: 46px;
  }

  .quick-stack-4, .quick-stack-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    max-height: 100%;
  }

  .bold-text-2 {
    font-size: 1.5rem;
  }

  .quote_text-2 {
    font-size: 4rem;
  }

  .bottom-cta_box-2 {
    margin-top: -4rem;
  }

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

  .videoacercade {
    width: 300px;
    height: 500px;
    margin-top: 40px;
  }

  .collection-list-5 {
    width: 100%;
  }

  .collection-item-4 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .text-block-11 {
    font-size: 1.3rem;
  }

  .paragraph-8 {
    font-family: Satoshi, sans-serif;
  }

  .login_background-image.is-index {
    width: 200px;
  }

  .login_background-image.is-four {
    width: 100px;
  }

  .login_background-image.is-seven {
    width: 300px;
  }

  .login_detail {
    min-width: 400px;
    min-height: 400px;
    padding: 20px;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .text-size-large-2.text-weight-light {
    font-size: 3rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .login_text-field {
    margin-bottom: 10px;
  }

  .login_detail-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: flex-start;
  }

  .contact_column {
    padding: 5vw;
  }

  .contact_column.is-right {
    background-color: #000;
    width: 100%;
    min-height: auto;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .contact_column.is-left {
    width: 100%;
    height: auto;
    position: relative;
  }

  .container-6 {
    display: block;
  }

  .bg-video {
    width: 100%;
  }

  .headline_wrap {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .side-panel {
    display: none;
  }

  .ms-form-heading {
    font-size: 24px;
  }

  .container-8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quick-stack-6 {
    padding-left: 20px;
  }

  .pricing_wrap {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .pricing_card-wrap {
    width: 110%;
  }

  .text-size-large-3 {
    font-size: 2rem;
  }

  .pricind_demo-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .pricing_plus-image {
    top: 5%;
    right: 0%;
  }

  .pricing_plus-image.is-bottom {
    bottom: 35%;
  }

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

  .login_background-image-2.is-index {
    width: 200px;
  }

  .login_background-image-2.is-four {
    width: 100px;
  }

  .login_background-image-2.is-seven {
    width: 300px;
  }

  .text-size-large-4 {
    font-size: 1.25rem;
  }

  .text-size-large-4.text-weight-light {
    font-size: 3rem;
  }

  .login_text-field-2 {
    margin-bottom: 10px;
  }

  .form-6 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

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

  .container-large {
    margin-right: 20px;
  }

  .container-large.torneos {
    margin-left: 0;
    margin-right: 0;
  }

  .container-large.torneo-tipo {
    margin-right: auto;
  }

  .styleguide_row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-size-medium {
    margin-right: 0;
  }

  .text-size-medium.hero-subtitle {
    line-height: 1.2em;
  }

  .button {
    text-align: center;
  }

  .container-medium._200margin {
    margin-top: -100px;
  }

  .margin-bottom-12.margin-lefrig20, .margin-bottom-28.margin-leftrig20, .margin-bottom-28.margin-leftrig20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hide-portrait {
    display: none;
  }

  .show-portrait {
    display: block;
  }

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

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

  .heading-style-h2.is-title {
    font-size: 10vw;
  }

  .heading-style-h2.margin-bottom-24.margin-lefrig20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section, .section.is-location, .section.is-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.is-location, .section.is-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.is-footer.background-color-black {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .section.is-history.bottom-padding20 {
    padding-bottom: 10rem;
  }

  .section.background-color-white {
    padding-top: 1rem;
  }

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

  .section.is-about-hero.left-right-1rem._0rem {
    margin-top: 0;
  }

  .section.is-location-hero.background-torneos {
    background-size: cover;
  }

  .section.elif {
    margin-top: -200px;
  }

  .wrap_flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .max-width-440 {
    justify-content: center;
    align-items: center;
  }

  .email_form {
    flex-flow: column;
    align-items: stretch;
  }

  .parallax-wrap {
    margin-top: 1rem;
  }

  .parallax-wrap.torneo-home {
    margin-top: 0;
  }

  .locations_wrap, .faqs_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .social-links {
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 320px;
  }

  .max-width-720.text-align-center {
    font-family: Satoshi, sans-serif;
  }

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

  .quote_text {
    font-size: 3rem;
  }

  .gallery_wrap {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .gallery_img-box {
    font-size: .4rem;
  }

  .exp-slider {
    width: 95%;
    padding-bottom: 4rem;
  }

  .exp-slider_item {
    width: 100%;
  }

  .feature_wrap {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .feature_visual {
    aspect-ratio: 2 / 3;
  }

  .feature_content.left-right-1rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stats_list {
    flex-flow: wrap;
    display: flex;
  }

  .history_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .history_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .staff_item {
    flex-flow: column;
  }

  .contact_form {
    flex-flow: column;
    display: flex;
  }

  .nav_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav_link {
    font-size: 12vw;
  }

  .nav_brand.mobile.w--current {
    width: 30%;
  }

  .nav_menu-items {
    padding-top: 1rem;
  }

  .nav_menu-items-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav_menu-link-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav_button {
    margin-right: -.8rem;
  }

  .video_wall {
    margin-top: -10vh;
  }

  .is-word.is-1.text-patrocinadores {
    font-size: 3rem;
  }

  .bottom-cta_box {
    height: 30rem;
    margin-top: -4.5rem;
  }

  .about-visual_wrap {
    margin-top: -3rem;
  }

  .exp-slider_mask {
    width: 100%;
  }

  .exp-slider_slide {
    flex: none;
    width: 100%;
    margin-right: 1rem;
  }

  .exp-slider_arrow.cc-left {
    left: 0;
  }

  .exp-slider_arrow.cc-right {
    left: 3.5rem;
  }

  .footer2 {
    padding-top: 1em;
    padding-bottom: 1rem;
  }

  .centertext {
    padding-top: 0;
  }

  .cell-2 {
    flex-flow: column;
  }

  .collection-item.logo-patrocinador {
    width: 47%;
  }

  .cell-6, .cell-7, .collection-list-3 {
    justify-content: center;
    align-items: center;
  }

  .form-2 {
    border-radius: 1em;
    flex-flow: wrap;
    padding: .5em;
  }

  .text-block-3 {
    margin-bottom: 10px;
    padding-left: 1em;
    font-size: 1rem;
    line-height: 1.2;
  }

  .select-field.field-style {
    margin-bottom: 10px;
  }

  .sponsor-logo {
    width: 29%;
  }

  .new-hero-video.is-title {
    font-size: 10vw;
  }

  .tabla-texto {
    font-size: 1rem;
  }

  .texto-puntos {
    font-size: 1.5rem;
  }

  .cloneable-area {
    max-width: 479px;
    padding-left: 0;
    padding-right: 0;
  }

  ._w-flip-card {
    max-width: 479px;
  }

  .c-card-back {
    width: 100%;
    max-width: 250px;
  }

  .c-card-back.tpt-500 {
    min-width: auto;
    max-width: 479px;
  }

  .c-card-front {
    width: 100%;
    max-width: 479px;
  }

  .c-card-front.tarj-torneo {
    max-width: none;
  }

  .jugadortpt {
    padding-left: 0;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
  }

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

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 10px;
  }

  .paragraph-3 {
    font-size: 1.1rem;
  }

  .layout-list-item {
    grid-template-columns: 1fr;
  }

  .heading-23 {
    font-size: 28px;
  }

  .month-filter {
    border-radius: 1em;
  }

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

  .bottom-cta_box-2 {
    height: 30rem;
    margin-top: -4.5rem;
  }

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

  .videoacercade {
    width: 300px;
    height: 500px;
    margin-top: 20px;
  }

  .qs-homevid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 0;
  }

  .collection-item-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: .5em;
    padding-right: .5em;
  }

  .login_background-image {
    left: 0%;
  }

  .login_background-image.is-five {
    width: 50px;
    right: 40%;
  }

  .login_background-image.is-six {
    top: 30%;
    right: 0%;
  }

  .login_background-image.is-index {
    left: -20%;
  }

  .login_background-image.is-four {
    top: -5%;
  }

  .login_background-image.is-seven {
    width: 200px;
    bottom: -10%;
    right: -30%;
  }

  .login_detail {
    border-radius: 10%;
    min-width: 300px;
    min-height: 300px;
  }

  .login_detail-wrap {
    width: 100%;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .ms-form-block {
    width: 100%;
  }

  .ms-form {
    width: 100%;
    min-width: auto;
  }

  .ms-form-divider {
    width: 100%;
  }

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

  .container-8 {
    padding: 20px;
  }

  .quick-stack-6 {
    padding-left: 20px;
  }

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

  .pricing_demo-wrap {
    padding: 20px;
  }

  .pricing_card-left.is-second {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing_line {
    aspect-ratio: auto;
    object-fit: cover;
  }

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

  .pricing_plus-image {
    top: 7%;
  }

  .pricing_text-wrap {
    width: 100%;
  }

  .ms-profile-upload {
    height: 60px;
  }

  .tabs-menu {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .profile-card {
    height: auto;
    max-height: 800px;
  }

  .tabs {
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height: 800px;
  }

  .heading-bolso {
    font-size: 4rem;
  }

  .login_background-image-2 {
    left: 0%;
  }

  .login_background-image-2.is-five {
    width: 50px;
    right: 40%;
  }

  .login_background-image-2.is-six {
    top: 30%;
    right: 0%;
  }

  .login_background-image-2.is-index {
    left: -20%;
  }

  .login_background-image-2.is-four {
    top: -5%;
  }

  .login_background-image-2.is-seven {
    width: 200px;
    bottom: -10%;
    right: -30%;
  }
}

#w-node-e552b793-b276-d511-e949-a964b24dbcfb-c9d01e98, #w-node-_48faefa0-1acd-c4bc-a75e-ae62792dbc39-c9d01e98 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e552b793-b276-d511-e949-a964b24dbcfb-c9d01e98, #w-node-_48faefa0-1acd-c4bc-a75e-ae62792dbc39-c9d01e98 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }
}
