@font-face {
  font-family: Bigshoulders Display;
  src: url('../fonts/BigShouldersDisplay-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bigshoulders Text;
  src: url('../fonts/BigShouldersText-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pathway Extreme;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pathway Extreme;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Spline Sans Mono;
  src: url('../fonts/SplineSansMono-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spline Sans Mono;
  src: url('../fonts/SplineSansMono-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --main-bg: #0f0f0f;
  --default-text: white;
  --accent-color: #00d881;
  --reverse-bg: #fbfbfb;
  --reverse-text: #0f0f0f;
  --max-width: 1960px;
  --accent-color-2: #004ecf;
  --blur-menu: 12px;
}

.stage__card-tags {display:none;}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--main-bg);
  color: var(--default-text);
  font-family: Pathway Extreme, Verdana, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: var(--default-text);
  text-align: center;
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--accent-color);
  text-decoration-color: var(--accent-color);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration-style: wavy;
  text-decoration-thickness: 1.5px;
  transition: color .16s ease-in;
}

a:hover {
  color: var(--accent-color);
  text-decoration-style: wavy;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.section.reverse-bg {
  background-color: var(--reverse-bg);
  color: var(--reverse-text);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.reverse-bg.tickets-pg {
  margin-top: 0;
  padding-top: 2rem;
}

.section.slider-banner {
  margin-bottom: -2rem;
}

.section.tabs {
  margin-bottom: -4rem;
}

.section.alt-hero {
  margin-top: 0;
}

.section.stages {
  margin-top: 1rem;
  margin-bottom: 7rem;
}

.section.less-margin {
  margin-bottom: -1rem;
}

.container {
  max-width: var(--max-width);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
  position: relative;
}

.container.hero__extra-cta {
  flex-flow: row;
  justify-content: flex-start;
}

.container.single-col {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  max-width: 880px;
}

.hero__logo-block {
  grid-column-gap: 1.15rem;
  grid-row-gap: 1.15rem;
  align-items: center;
  display: flex;
}

.hero__section {
  flex-flow: column;
  align-items: center;
  margin-bottom: -1rem;
  display: flex;
}

.hero__main-container {
  background-image: linear-gradient(167deg, #0000, #0006), linear-gradient(90deg, #000c, #0000), linear-gradient(#0000001f, #0000001f);
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 75svh;
  min-height: 750px;
  padding: 6rem 3.75rem 3.75rem;
  display: flex;
}

.hero__main-content {
  max-width: var(--max-width);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero__logo {
  height: 80px;
}

.hero__logo-text {
  height: 74px;
}

.hero__h1 {
  text-transform: uppercase;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 100%;
}

.hero__blocked-text {
  background-image: linear-gradient(to bottom, var(--reverse-bg), var(--reverse-bg));
  color: var(--reverse-text);
  text-transform: uppercase;
  padding: .6rem .7rem .5rem;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 100%;
}

.hero__main-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hero__block-row {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
}

.hero__content-padding {
  margin-top: -.5rem;
  padding-left: .7rem;
  padding-right: .7rem;
}

.hero__coordenates {
  font-family: Spline Sans Mono, Verdana, sans-serif;
  font-size: .875rem;
  line-height: 100%;
}

.hero__sub-heading-text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}

.hero__sub-text {
  font-size: 1.25rem;
  line-height: 140%;
}

.hero__sub-heading {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 520px;
  display: none;
}

.hero__secondary-block {
  justify-content: flex-end;
  display: flex;
}

.hero__content-padding-alt {
  padding-top: .8rem;
  padding-left: .7rem;
  padding-right: .7rem;
}

.hero__card {
  background-color: var(--accent-color);
  color: var(--reverse-text);
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -2rem;
  text-decoration: none;
  transition: background-color .16s ease-in;
  display: flex;
  position: relative;
}

.hero__card:hover {
  color: var(--default-text);
  background-color: #154fe2;
  text-decoration: none;
}

.hero__card.alt {
  filter: grayscale();
  color: var(--default-text);
  background-color: #1d1d1d;
  transition: filter .16s ease-in, background-color .16s ease-in;
}

.hero__card.alt:hover {
  filter: grayscale(0%);
  background-color: #154fe2;
}

.hero__card.alt:active {
  background-color: #276abb;
}

.hero__card-icon {
  width: 3rem;
  height: 2.5rem;
}

.hero__card-title {
  text-align: left;
  text-transform: uppercase;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
}

.hero__card-text-section {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-left: .5rem solid var(--default-text);
  flex-flow: row;
  align-items: center;
  padding: .75rem 2rem .75rem .875rem;
  display: flex;
  position: relative;
}

.hero__card-overlay {
  z-index: 0;
  opacity: 0;
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero__card-overlay.alt {
  opacity: .4;
  mix-blend-mode: overlay;
}

.numbers__text {
  color: var(--accent-color);
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 100%;
}

.numbers__caption-text {
  padding-bottom: 2px;
  font-size: 1rem;
  line-height: 100%;
}

.numbers__caption {
  border-left: 2px solid var(--accent-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem;
  display: block;
}

.numbers__container {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.numbers__single-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.editorial__section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto 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-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.editorial__subheading-text {
  text-transform: uppercase;
  font-family: Spline Sans Mono, Verdana, sans-serif;
  font-size: .875rem;
  line-height: 120%;
}

.editorial__subheading {
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 9rem;
  padding-top: 1rem;
  padding-right: 1rem;
  display: flex;
  position: sticky;
  top: 7rem;
}

.editorial__h2 {
  margin-top: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

.editorial__h2.lh-100 {
  margin-bottom: 24px;
  line-height: 100%;
}

.editorial__heading {
  width: 100%;
  max-width: 62rem;
}

.editorial__heading.extra {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.editorial__grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.editorial__column {
  width: 100%;
}

.editorial__column.top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 4rem;
  display: flex;
}

.editorial__column.dented {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-left: 3.75rem;
  display: flex;
}

.editorial__column.slider-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-left: 3.75rem;
  display: flex;
}

.editorial__column.speakers {
  padding-left: 1.7rem;
}

.rte-default h1 {
  color: var(--accent-color);
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 3rem;
  line-height: 120%;
}

.rte-default h2 {
  color: var(--accent-color);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 2.5rem;
  line-height: 120%;
}

.rte-default h3 {
  color: var(--accent-color);
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 2rem;
  line-height: 120%;
}

.rte-default h4 {
  color: var(--accent-color);
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
}

.rte-default h5 {
  color: var(--accent-color);
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.rte-default blockquote {
  border-left-color: var(--accent-color);
}

.rte-default h6 {
  color: var(--accent-color);
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
}

.rte-default.small p {
  font-size: 1rem;
  line-height: 140%;
}

.editorial__main-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  max-width: 66rem;
  display: flex;
}

.navbar {
  background-color: #fff0;
  width: 100%;
  padding: 1.25rem 1.875rem;
  position: fixed;
}

.main-menu__nav {
  opacity: .75;
  color: var(--default-text);
  align-items: center;
  padding: .75rem;
  font-family: Spline Sans Mono, Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: text-decoration-color .16s ease-in, color .16s ease-in;
  display: flex;
}

.main-menu__nav:hover {
  opacity: 1;
  -webkit-text-decoration-color: var(--accent-color);
  text-decoration-color: var(--accent-color);
}

.main-menu__nav.w--current {
  opacity: 1;
  color: var(--default-text);
}

.main-menu__nav.highlight {
  background-color: var(--accent-color);
  opacity: 1;
  color: var(--reverse-text);
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: .4rem;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-weight: 800;
  text-decoration: none;
  transition-property: background-color;
}

.main-menu__nav.highlight:hover {
  background-color: var(--accent-color-2);
  color: var(--default-text);
}

.main-menu__nav.highlight.mobile {
  display: none;
}

.main-menu__nav.sub-link {
  white-space: nowrap;
}

.main-menu__nav.sub-link.fase-02, .main-menu__nav.fase-02 {
  display: none;
}

.language-selection__switch {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.language-selection {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  align-items: center;
  padding-top: .3rem;
  padding-bottom: .3rem;
  padding-left: .3rem;
  display: flex;
}

.main-menu__content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: stretch;
  display: flex;
}

.language-selection__icon {
  height: 1.5rem;
}

.language-selection__text {
  opacity: .4;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

.language-selection__text.selected {
  opacity: 1;
  color: var(--default-text);
  display: block;
  text-underline-offset: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--accent-color);
  text-decoration-color: var(--accent-color);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration-style: wavy;
  text-decoration-thickness: 1.5px;
}

.main-menu__logo {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.main-menu__logo.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.main-menu__logo {
  transition: opacity 0.3s ease;
}

@media (max-width:980px){
  .main-menu__logo.is-hidden{
    opacity: 1;
    visibility: visible;
  }
}

.logo__main {
  height: 2.625rem;
}

.logo__second {
  height: 2.25rem;
  display: none;
}

.main-menu__container {
  max-width: calc(var(--max-width)  + 3.75rem);
  -webkit-backdrop-filter: blur(var(--blur-menu));
  backdrop-filter: blur(var(--blur-menu));
  background-color: #00000080;
  border-radius: 1rem;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem 1.875rem;
  display: flex;
}

.scroll-gallery__container {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  align-items: flex-start;
  padding-bottom: 12rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
}

.scroll-gallery__img {
  aspect-ratio: 1.5 / 2;
  object-fit: cover;
  width: 30svw;
}

.scroll-gallery {
  flex-flow: column;
  width: 100%;
  height: 200svh;
  margin-bottom: -4rem;
  display: flex;
  position: relative;
}

.scroll-gallery__limiter {
  width: 100%;
  position: sticky;
  top: 3.75rem;
  overflow: hidden;
}

.container-full {
  max-width: var(--max-width);
  width: 100%;
}

.semi-circle {
  flex: none;
  display: flex;
}

.default-slider__h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 100%;
}

.default-slider__heading-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.default-slider__heading-content:hover {
  color: var(--default-text);
}

.default-slider__heading {
  width: 100%;
}

.icon-md {
  width: 2rem;
  height: 2rem;
}

.default-slider__top {
  align-items: center;
  width: 100%;
  padding-right: 2.5rem;
  display: flex;
}

.default-slider__btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  margin-bottom: -.5rem;
  padding: 1rem 1.25rem 1rem 1.5rem;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
}

.default-slider__btn:hover {
  color: var(--default-text);
  background-color: #ffffff0a;
}

.default-slider__btn-txt {
  padding-top: .2rem;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 100%;
}

.default-slider__row {
  gap: 16px;
  width: 100%;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
  flex-wrap: nowrap;
}


.speakers-card__info {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  background-color: #2b2b2b;
  flex-flow: column;
  width: 100%;
  padding: 1.4rem 1.5rem 1.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speakers-card__img {
  aspect-ratio: 30 / 37;
  width: 100%;
}

.speakers-card {
  color: var(--default-text);
  text-align: left;
  text-decoration: none;
}

.speakers-card:hover {
  color: var(--default-text);
}

.speakers-card__name {
  z-index: 1;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

.speakers-card__job-title {
  z-index: 1;
  line-height: 100%;
  position: relative;
}

.speakers-card__hover {
  z-index: 0;
  background-color: var(--accent-color-2);
  width: 100%;
  height: 102%;
  position: absolute;
  bottom: -96%;
  left: 0%;
  right: 0%;
}

.speakers-card__hover-img {
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.speakers-card__company {
  z-index: 1;
  letter-spacing: .75px;
  font-size: .85rem;
  line-height: 100%;
  position: relative;
}

.default-slider__nav {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  padding-left: 3.75rem;
  padding-right: 3.5rem;
  display: flex;
}

.icon-lg {
  width: 2.5rem;
}

.default-slider__arrows {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.default-slider__nav-bar {
  background-color: #ffffff1f;
  width: 100%;
  height: 2px;
  position: relative;
}

.default-slider__nav-content {
  background-color: var(--reverse-bg);
  width: 20%;
  height: 100%;
  position: absolute;
}

.default-slider__content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.default-slider__container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.editorial__main-full {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.editorial__col-text {
  width: 50%;
}

.editorial__col-text.single {
  width: 100%;
}

.cta-default__text {
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.cta-default__text.lgpd {
  font-size: 1.25rem;
  font-weight: 800;
}

.cta-default {
  background-color: var(--accent-color);
  color: var(--reverse-text);
  padding: .7rem 1.25rem;
  text-decoration: none;
  transition: background-color .12s ease-in;
}

.cta-default:hover {
  background-color: var(--accent-color-2);
  color: var(--default-text);
}

.cta-default.form {
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-weight: 900;
}

.cta-default.tickets {
  color: var(--default-text);
  background-color: #292929;
}

.cta-default.tickets.platinum:hover {
  background-color: #959595;
}

.cta-default.tickets.enterprise:hover {
  background-color: #79a1e5;
}

.cta-default.tickets.spark:hover {
  background-color: #5ecfdb;
}

.cta-default.tickets.day-pass:hover {
  background-color: #968dfa;
}

.cta-default.lgpd {
  background-color: var(--main-bg);
  color: var(--default-text);
  padding: 1rem 2rem;
}

.editorial__alt-img-container {
  justify-content: flex-end;
  align-items: flex-start;
  width: calc(50% + 3.75rem);
  margin-right: -3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
  position: sticky;
  top: 5.5rem;
}

.editorial__alt-img-box {
  aspect-ratio: 13 / 15;
  opacity: 1;
  object-fit: cover;
  width: calc(100% - 3.75rem);
  position: relative;
}

.editorial__alt-img-box.on-top {
  z-index: 1;
  position: absolute;
  top: 3.75rem;
  right: 3.75rem;
}

.editorial__alt-img-box.blending {
  opacity: 1;
  mix-blend-mode: luminosity;
}

.editorial__alt-img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rotating-circle {
  z-index: 1;
  width: 7.5rem;
  position: absolute;
  top: 1.875rem;
  right: 2.5rem;
}

.editorial__alt-col {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tickets__row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tickets-card__pricing {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: flex-end;
  display: flex;
}

.tickets-card {
  background-color: #eee;
  flex-flow: column;
  flex: 1;
  width: 100%;
  padding: 2.5rem;
  transition: background-color .24s ease-in;
  display: flex;
  position: relative;
}

.tickets-card:hover {
  background-color: #988fff;
}

.tickets-card.platinum:hover {
  background-color: #aaa;
}

.tickets-card.enterprise:hover {
  background-color: #76a0e5;
}

.tickets-card.spark:hover {
  background-color: #5fd3df;
}

.tickets-card__cta-box {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.tickets-card__description {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.tickets-card__content {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--default-text);
  flex-flow: column;
  display: flex;
  position: relative;
}

.tickets__card-overlay {
  z-index: 0;
  opacity: .6;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tickets-card__h3 {
  color: #00d881;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
}

.tickets-card__h3.platinum {
  color: #969696;
}

.tickets-card__h3.enterprise {
  color: #76a0e5;
}

.tickets-card__h3.spark {
  color: #5fd3df;
}

.tickets-card__h3.day-pass {
  color: #988fff;
}

.tickets-card__price {
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 100%;
}

.tickets-card__price-crossed {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  padding-bottom: .25rem;
  font-size: 1rem;
  line-height: 100%;
  -webkit-text-decoration: line-through #e4e4e4;
  text-decoration: line-through #e4e4e4;
  text-decoration-thickness: 1.25px;
}

.tickets-card__heading {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  border-bottom: 1px solid #eee;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.tickets-card__list {
  padding-left: 1rem;
  font-size: .875rem;
  line-height: 120%;
}

.tickets-card__list-item {
  margin-bottom: .25rem;
  font-size: .75rem;
}

.tickets-card__sml-text {
  opacity: .6;
  font-size: .75rem;
  line-height: 120%;
}

.heading-3 {
  text-align: center;
  display: none;
}

/* .sponsor-block__logo-lg {
  height: 10rem;
} */

.sponsor-block__single {
  transition-property: background-color;
  display: flex;
  height: 4rem;
}

.sponsor-block__single img{
  height: auto;
  object-fit: contain;
}

.sponsor-block__list {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.sponsor-block__h3 {
  color: #d7d7d7;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
  line-height: 120%;
  position: relative;
}

.sponsor-block__h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sponsor-block__h3::after{
  content: '';
  flex: 1;
  height: 1px;
  background-color: #d7d7d7;
}

.sponsor-block__1col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  max-width: fit-content;
}

.sponsor-block__heading {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.sponsor-block__logo-default {
  height: 5rem;
}

.sponsor-block__logo-md {
  height: auto;
}
  .sponsor-block__single img.invert{
    filter:invert()
  }

.sponsor-block__logo-sml {
  height: 4.5rem;
}

.sponsor-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}

.sponsor-block__2col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  /* justify-content: center; */
  display: flex;
}

.sponsor-block__2col-inner {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: auto;
  display: flex;
}

.sponsor-block__2col-inner.less-gap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.footer {
  background-image: url('../images/footer-gradient.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.newsletter__container {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex: 0 auto;
  display: flex;
}

.newsletter__dented-margin {
  width: 3.75rem;
  position: relative;
}

.newsletter__bg-video {
  filter: hue-rotate(259deg);
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
}

.newsletter__form-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.newsletter__heading {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.newsletter__content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 33rem;
  padding-bottom: 7rem;
  display: flex;
}

.newsletter__checkbox-label {
  color: #fff9;
  padding-left: .75rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 120%;
}

.newsletter__form-fields {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.newsletter__text-field {
  color: var(--default-text);
  background-color: #0000003d;
  border: 1px solid #ffffff52;
  min-height: 3rem;
  margin-bottom: .5rem;
  padding: .75rem 1rem;
  transition: border-color .24s ease-in;
}

.newsletter__text-field:hover {
  border-color: #fff9;
}

.newsletter__text-field:focus {
  border-color: var(--accent-color);
}

.footer__container {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.icon-btn {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: .75rem;
  transition-property: background-color;
}

.icon-btn:hover {
  background-color: #00000080;
}

.footer__link {
  opacity: .75;
  color: var(--default-text);
  padding: .75rem 0;
  font-family: Spline Sans Mono, Verdana, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 100%;
  -webkit-text-decoration: underline wavy #fff0;
  text-decoration: underline wavy #fff0;
  transition: text-decoration-color .24s ease-in, opacity .16s ease-in;
}

.footer__link:hover {
  opacity: 1;
  -webkit-text-decoration: underline wavy;
  text-decoration: underline wavy;
}

.footer__link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-right: 3.75rem;
  display: flex;
}

.footer__menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-end;
  width: 50%;
  max-width: 48rem;
  display: flex;
}

.footer__logo-section {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
  position: relative;
}

.footer__logo {
  height: 5.125rem;
}

.footer__logo-block {
  z-index: 1;
  filter: drop-shadow(0 0 24px #0006);
  background-color: #0000;
  transition: transform .24s cubic-bezier(.55, .055, .675, .19), filter .16s ease-in;
  position: relative;
}

.footer__logo-block:hover {
  filter: drop-shadow(0 0 32px #0009);
  transform: scale(1.025);
}

.footer__social {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 3rem;
  display: flex;
}

.footer__bg-video {
  z-index: 0;
  mix-blend-mode: luminosity;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer__main {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer__notes {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000080;
  justify-content: space-between;
  padding: .5rem 2.75rem .5rem 3.75rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer__notes-text {
  color: #d7d7d7;
  font-family: Spline Sans Mono, Verdana, sans-serif;
  font-size: .75rem;
  line-height: 100%;
}

.footer__policy-link {
  color: #d7d7d780;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: Spline Sans Mono, Verdana, sans-serif;
  font-size: .75rem;
  line-height: 100%;
  -webkit-text-decoration: underline wavy #d7d7d780;
  text-decoration: underline wavy #d7d7d780;
  text-decoration-thickness: 1px;
}

.footer__policy-link:hover {
  -webkit-text-decoration-color: var(--accent-color);
  text-decoration-color: var(--accent-color);
}

.footer__notes-policy {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.footer__policy-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer__credits-text {
  color: #fff;
  font-family: Spline Sans Mono, Verdana, sans-serif;
  font-size: .75rem;
  line-height: 100%;
}

.footer__credits {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  opacity: .5;
  color: #ffffff80;
  padding: 1rem;
  text-decoration: none;
  transition-property: opacity;
  display: flex;
}

.footer__credits:hover {
  opacity: 1;
}

.footer__credits-logo {
  height: .75rem;
  margin-top: .12rem;
}

.footer__sponsors {
  max-width: var(--max-width);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  padding-bottom: 3.75rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  display: flex;
  position: relative;
}

.newsletter__checkbox {
  background-color: #0006;
  border: 1px solid #ffffff3d;
  border-radius: 0;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  transition: background-color .24s ease-in;
}

.newsletter__checkbox:hover {
  border-color: #fff9;
}

.newsletter__checkbox.w--redirected-checked {
  background-color: var(--accent-color);
  border-style: none;
}

.newsletter__checkbox.w--redirected-focus {
  border-color: var(--accent-color);
  box-shadow: 0 2px 5px #0000;
}

.newsletter__checkbox-field {
  display: flex;
}

/* .newsletter__success {
  background-color: var(--accent-color);
} */

.newsletter__error {
  background-color: #c04444;
  padding: 1.5rem;
}

.newsletter__h2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 100%;
}

.newsletter__text {
  font-size: 1rem;
  line-height: 140%;
}

.noise-overlay {
  z-index: 100;
  opacity: .02;
  pointer-events: none;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.hero__logo-line {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.main-menu {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.main-menu__mobile-trigger {
  padding: 1rem;
}

.main-menu__mobile {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.icon-default {
  height: 1.5rem;
}

.main-menu__my-sp2b {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--default-text);
  background-color: #ffffff0a;
  border: 1px solid #ffffff0f;
  flex: none;
  align-items: center;
  padding: .2rem .75rem;
  text-decoration: none;
  transition: border-color .16s ease-in, background-color .16s ease-in;
  display: flex;
}

.main-menu__my-sp2b:hover {
  color: var(--default-text);
  background-color: #ffffff29;
  border-color: #fff6;
}

.main-menu__my-sp2b-text {
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 800;
  line-height: 100%;
}

.main-menu__service-links {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.main-menu__nav-dropdown {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  opacity: .8;
  color: var(--default-text);
  justify-content: flex-start;
  align-items: center;
  padding: .3rem .65rem .3rem .75rem;
  font-family: Spline Sans Mono, Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: text-decoration-color .16s ease-in, color .16s ease-in;
  display: flex;
}

.main-menu__nav-dropdown:hover {
  opacity: 1;
  -webkit-text-decoration-color: var(--accent-color);
  text-decoration-color: var(--accent-color);
}

.main-menu__dropdown {
  display: flex;
}

.main-menu__main-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.icon-sm {
  height: 1.25rem;
}

.main-menu__dropdown-list {
  background-color: #a1a1a1f5;
}

.main-menu__dropdown-list.w--open {
  background-color: #000000eb;
  border-radius: 1rem;
  padding: 1rem;
  top: 3.15rem;
  left: -1rem;
}

.main-menu__top-mobile {
  display: none;
}

.main-menu__link-section {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.main-menu__chevron {
  height: 1.25rem;
}

.hero-countdown {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.hero-countdown__number {
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: 100%;
}

.hero-countdown__label {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1em;
  line-height: 100%;
}

.hero-countdown__hide {
  display: none;
}

.hero-countdown__block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.slider-banner__image {
  width: 100%;
  display: block;
}

.slider-banner__slide {
  width: 100%;
  height: auto;
}

.slider-banner {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slider-banner__dots {
  height: 2rem;
  padding-top: 1rem;
  position: relative;
}

.slider-banner__right-nav {
  justify-content: center;
  width: 3rem;
  padding-bottom: 2rem;
  display: flex;
  right: -3rem;
  background: none;
}

.slider-banner__left-nav {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  padding-bottom: 2rem;
  display: flex;
  left: -3rem;
  background: none;
}

.slider-banner__nav {
  cursor: pointer;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.nav__chevrons {
  width: 2.5rem;
}

.footer__link-row {
  grid-column-gap: 2rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
    .footer__link-row {
        grid-column-gap: 1rem;
        grid-row-gap: 0rem;
        flex-flow: wrap;
    }
}

@media screen and (max-width: 767px) {
    .footer__link-row {
        grid-column-gap: 1.5rem;
    }
    .footer__policy-list{
      flex-direction: column;
    }
    .footer__notes-text.footer__contact{
      flex-direction: column;
    }

    .footer__notes-text.footer__contact div{
      display: none;
    }
}

.tabs__menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  min-width: 18.5rem;
  padding-top: 3.75rem;
  padding-left: 3.75rem;
  display: flex;
  position: sticky;
  top: 4.5rem;
}

.tab__link {
  border-left: .25rem solid var(--reverse-bg);
  background-color: var(--reverse-bg);
  opacity: 1;
  padding: 1rem;
  display: flex;
  position: relative;
}

.tab__link.w--current {
  color: var(--reverse-bg);
  background-color: #8229f7;
  transition: background-color .16s ease-in, color .16s ease-in;
}

.tab__link.w--current:hover {
  color: var(--reverse-bg);
}

.tab__link-text {
  z-index: 1;
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 108%;
  position: relative;
}

.tab__link:hover{
  color: var(--accent-color);
  transition: all 0.3s;
}

.tabs__content {
  padding-left: 3.75rem;
}

.tab__panel {
  width: 100%;
}

.tab__content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  width: 100%;
  display: flex;
}

.editorial__img-box-slider {
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  padding-bottom: 3.75rem;
  display: flex;
  position: relative;
}

.tab__text-col {
  width: 100%;
  padding-top: 3.75rem;
}

.tabs {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab__link-img-over {
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: soft-light;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.editorial__img-slider {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: calc(100% - 3.75rem);
}

.editorial__img-slider.on-top {
  z-index: 1;
  position: absolute;
  top: 3.75rem;
  right: 3.75rem;
}

.hidden {
  display: none;
}

.editorial__h3-slider {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 100%;
}

.editorial__date-days {
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 3rem;
  line-height: 100%;
}

.editorial__date-week {
  margin-bottom: .25rem;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 100%;
}

.editorial__date {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: flex-end;
  display: flex;
}

.editorial__side-stroke {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: .5rem solid #fff;
  flex-flow: column;
  padding-left: 3.25rem;
  display: flex;
}

.container__tab {
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
}

.page-top__section {
  background-image: url('../images/gradient-top.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5rem;
  padding-top: 7.5rem;
}

.page-top__section.speakers {
  background-image: url('../images/footer-gradient-alt.png');
  background-position: 0 100%;
}

.editorial__h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 100%;
}

.alt-hero__section.reverse {
  background-color: var(--reverse-bg);
}

.alt-hero__container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 20svh;
  min-height: 24rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.alt-hero__bg {
  pointer-events: none;
  object-fit: cover;
  background-image: linear-gradient(#672064e6, #67206433);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.alt-hero__bg.speakers {
  background-image: linear-gradient(#2119ade6, #d126af33);
}

.alt-hero__heading {
  z-index: 1;
  max-width: var(--max-width);
  background-color: var(--main-bg);
  margin-bottom: -1rem;
  padding: 2.5rem 3.75rem 1rem;
  position: relative;
}

.alt-hero__heading.reverse {
  background-color: var(--reverse-bg);
  color: var(--reverse-text);
}

.alt-hero__h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -.5rem;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 100%;
}

.trails__map {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  max-width: 40rem;
  display: flex;
  position: sticky;
  top: 7rem;
}

.trails__section {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  width: 100%;
  padding-top: 3.75rem;
  padding-bottom: 6rem;
  padding-left: 3.75rem;
  display: flex;
  position: relative;
}

.trail-card__heading-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.trail-card {
  color: var(--default-text);
  text-align: left;
  background-color: #ffffff0a;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  transition: background-color .24s ease-in;
  display: flex;
}

.trail-card:hover {
  color: var(--default-text);
  background-color: #ffffff14;
}

.trail-stage-card__location {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  font-family: Spline Sans Mono, Verdana, sans-serif;
  font-size: .875rem;
  display: flex;
}

.trail-stage-card__location-text {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 100%;
}

.trail-card__heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0864f8;
  flex-flow: column;
  display: flex;
  position: relative;
}

.trail-card__heading.linha-verde {
  background-color: #18cc48;
}

.trail-card__heading.lilas {
  background-color: #4e55aa;
}

.trail-card__heading.laranja {
  background-color: #f8b319;
}

.trail-card__heading.vermelha {
  background-color: #cf5656;
}

.trail-card__subheading {
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 100%;
}

.trail-card__subheading.lighter {
  font-weight: 500;
}

.trail-card__h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 100%;
}

.trail-card__overlay-img {
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.trail-card__heading-container {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.trail-card__text-container {
  padding: 1.5rem 1.5rem 2rem;
}

.trails__content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.trails__list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.trails__col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.trails__map-img-div, .trails__map-img {
  width: 100%;
}

.trail-card__view-more {
  opacity: .6;
  padding-top: 1.5rem;
  font-family: Spline Sans Mono, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 100%;
  -webkit-text-decoration: underline wavy #00d88100;
  text-decoration: underline wavy #00d88100;
  transition: opacity .16s ease-in, text-decoration-color .16s ease-in;
}

.trail-card__view-more:hover {
  opacity: 1;
  -webkit-text-decoration-color: var(--accent-color);
  text-decoration-color: var(--accent-color);
}

.trails__default-text {
  line-height: 140%;
}

.alt-hero__wrapper {
  max-width: var(--max-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stage__track-name {
  text-transform: uppercase;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 4rem;
  line-height: 100%;
}

.stage__track-name.azul {
  color: #08a4f8;
}

.stage__track-name.vermelho {
  color: #f55;
}

.stage__track-name.laranja {
  color: #f8b319;
}

.stage__track-name.lilas {
  color: #ff2dc7;
}

.stage__track-name.verde {
  color: #35f32e;
}

.stages__section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-top: 6rem;
  display: flex;
}

.stage__tracks {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.stage__content {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.stage__content.multiple {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stage__card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  background-color: #0864f8;
  flex-flow: column;
  display: flex;
  position: relative;
}

.stage__card.verde {
  background-color: #18cc48;
}

.stage__card.lilas {
  background-color: #4e55aa;
}

.stage__card.laranja {
  background-color: #f8b319;
}

.stage__card.vermelha {
  background-color: #cf5656;
}

.stage__location {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding: 1.5rem 1.5rem 0;
  display: flex;
  position: relative;
}

.stage__sub-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--main-bg);
  border-left: .25rem solid #fff0;
  flex-flow: column;
  width: 100%;
  padding: 1.25rem 1.5rem 1.3rem;
  transition: background-color .24s ease-in, border-color .24s ease-in;
  display: flex;
}

.stage__sub-card:hover {
  border-left-color: var(--reverse-bg);
  background-color: #202020;
}

.stage__sub-heading {
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 108%;
}

.stage__sub-number {
  opacity: .8;
  color: #fff;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Spline Sans Mono, Verdana, sans-serif;
  font-size: .755rem;
  line-height: 100%;
}

.stage__main-heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.stage__h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 100%;
}

.stage__list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.stage__track-box {
  width: 100%;
  max-width: 24rem;
  position: sticky;
  top: 7rem;
}

.stage__card-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.alt-hero__bg-gradient {
  opacity: .9;
  background-image: linear-gradient(198deg, #4e08f3, #45db3a00);
  width: 100%;
  height: 100%;
  position: absolute;
}

.alt-hero__bg-gradient.tickets {
  background-image: linear-gradient(198deg, #1957f5, #3a78db00);
}

.business-area__col {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.business-area__blocks {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.business-area__row-1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 60rem;
  padding-right: 3.75rem;
  display: grid;
}

.business-area__row-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 60rem;
  padding-left: 3.75rem;
  display: grid;
}

.business-area__feature-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.business-area__feature-title {
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}

.open-modal {
  opacity: .6;
  text-underline-offset: -1px;
  text-underline-position: under;
  cursor: pointer;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 100%;
  -webkit-text-decoration: underline #00d88100;
  text-decoration: underline #00d88100;
  transition: text-decoration-color .16s ease-in, opacity .16s ease-out;
  background: none;
  text-align: left;
}

.open-modal:hover {
  opacity: 100;
  text-decoration-color: #00d881;
}

.business-area__feature-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-left: .1rem solid #fff;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.business-area__feature-list {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  flex-flow: column;
  display: flex;
}

.business-area__short-col {
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 9rem;
  display: flex;
  position: sticky;
  top: 7rem;
}

.business-area__section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto 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-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.speakers__section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto 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-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  display: flex;
  position: relative;
}

.speakers__filter {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 16rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.speakers__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  display: grid;
}

.filters__search {
  color: var(--reverse-text);
  text-transform: uppercase;
  background-color: #f0f0f0;
  background-image: url('../images/search-black.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 2.25rem;
  border: 2px solid #0000;
  height: 3.75rem;
  margin-bottom: 0;
  padding-left: 3.25rem;
  padding-right: 1.5rem;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 100%;
  transition: border-color .24s;
}

.filters__search:hover {
  border-color: #3a7fff;
}

.filters__search:focus {
  border: 2px solid var(--accent-color);
}

.filters__search::placeholder {
  color: #0f0f0f80;
}

.fs-dropdown_icon-line-2 {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.filters__checkbox {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.filters__dropdown-list.w--open {
  background-color: var(--reverse-bg);
  margin-top: .5rem;
  padding: 1rem 1.25rem 1.5rem 3rem;
  position: absolute;
  top: 3.5rem;
  z-index: 9;
  max-height: 240px;
  overflow-y: auto;
  overscroll-behavior: contain;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.speakers__empty button,
.filters__clear{
  background: var(--accent-color);
  padding: 4px 12px;
  color: var(--reverse-text);
}
.filters__dropdown-label {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  display: flex;
  position: relative;
}

.filters__checkbox-label {
  margin-bottom: 0;
  font-weight: 500;
}

.filters__dropdown-text {
  text-transform: uppercase;
  margin-right: 0;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 100%;
  display: inline-block;
}

.filters__dropdown-toggle {
  background-color: #f0f0f0;
  border: 2px solid #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 4rem;
  padding: 1rem 1.25rem;
  font-weight: 500;
  display: flex;
}

.filters__dropdown-toggle:focus-visible, .filters__dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.filters__dropdown {
  z-index: 2;
  width: 100%;
  margin-left: 0;
}

.filters__dropdown.alt {
  z-index: 1;
}

.filters__dropdown-list-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start;
  display: flex;
}

.filters__checkbox-button {
  width: 1rem;
  height: 1rem;
  margin-left: -2.25rem;
}

.filters__checkbox-button.w--redirected-checked {
  background-color: var(--accent-color);
}

.fs-dropdown_icon-bar-2 {
  background-color: #000;
  flex: none;
  width: 2px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.speakers__h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
}

.filters__container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.filters__dropdown-text-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filters__block {
  margin-bottom: 0;
}

.filters__extra {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.speakers__img {
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(50% + 3.75rem);
  margin-left: -3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
  position: sticky;
  top: 5.5rem;
}

.speakers__container {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.speakers__img-bg {
  aspect-ratio: 13 / 15;
  object-fit: cover;
  width: calc(100% - 3.75rem);
}

.speakers__img-bg.on-top {
  position: absolute;
  top: 3.75rem;
  left: 3.75rem;
}

.speakers__cta {
  z-index: 2;
  background-color: #0ddd3d;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.875rem;
  margin-left: 1.875rem;
  text-decoration: none;
  transition: background-color .16s ease-in;
  display: flex;
  position: absolute;
}

.speakers__cta:hover {
  color: var(--default-text);
  background-color: #154fe2;
  text-decoration: none;
}

.speakers__cta.alt {
  filter: grayscale();
  background-color: #1d1d1d;
  transition: filter .16s ease-in, background-color .16s ease-in;
}

.speakers__cta.alt:hover {
  filter: grayscale(0%);
  background-color: #154fe2;
}

.speakers__cta.alt:active {
  background-color: #276abb;
}

.speakers__img-full {
  width: 100%;
  height: 100%;
}

.speakers__col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.speakers__heading-col {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  max-width: 62rem;
  display: flex;
}

.speakers__job-title {
  z-index: 1;
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.speakers__company {
  z-index: 1;
  letter-spacing: .75px;
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.25rem;
  line-height: 100%;
  position: relative;
}

.speakers__extra-info {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-left: .2rem solid var(--reverse-bg);
  flex-flow: column;
  padding-left: 1.5rem;
  display: flex;
}

.slider-banner__link-block {
  width: 100%;
  display: none;
}

.slider-banner__link-block.desktop {
  display: block;
}

.hero__icon-scale-1 {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 2.5rem;
  display: flex;
}

.modal {
  z-index: 1001;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal__clickable-area {
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal__container {
  background-color: var(--reverse-bg);
  width: 100%;
  max-width: 1280px;
  max-height: calc(100dvh - 6rem);
  padding: 3rem;
  position: relative;
  overflow: auto;
}

@media (max-width:1600px){
  /* .modal__container{
    overflow: hidden;
  }
  .modal__img-slider{
    height: 560px;
  } */
}

.editorial__h2-alt {
  margin-top: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

.modal__inner {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  color: var(--reverse-text);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.modal__column {
  width: 100%;
  max-width: 30rem;
}

.modal__column.dented {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 1rem;
  padding-left: 2rem;
  display: flex;
}

.modal__img-section {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(40% + 3.75rem);
  max-height: 100%;
  padding-bottom: 3.75rem;
  display: flex;
  position: sticky;
  top: 0;
}

.modal__img-box {
  aspect-ratio: 13 / 15;
  opacity: 1;
  object-fit: cover;
  width: calc(100% - 3.75rem);
  max-height: calc(100dvh - 3rem);
  position: relative;
}

.modal__alt-img-box {
  aspect-ratio: 13 / 15;
  opacity: 1;
  object-fit: cover;
  width: calc(100% - 3.75rem);
  position: relative;
}

.modal__alt-img-box.on-top {
  z-index: 1;
  max-height: calc(100dvh - 3.5rem);
  position: absolute;
  top: 3.75rem;
  left: 3.75rem;
  right: 0;
}

.close-modal {
  cursor: pointer;
  background-color: #747474;
  background-image: url('../images/Icon__Menu-Close__White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 3rem;
  height: 3rem;
  transition: background-color .12s ease-in;
  position: absolute;
  top: 0;
  right: 0;
}

.close-modal:hover {
  background-color: #313131;
}

.stage__view-more {
  opacity: .4;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: .25rem;
  font-size: .875rem;
  background: none;
  display: flex;
  line-height: 100%;
}

.stage__view-more.outer {
  border-left: .25rem solid var(--default-text);
  opacity: .8;
  padding-left: 1.5rem;
  font-weight: 600;
  transition: opacity .16s ease-in;
}

.stage__view-more.outer:hover {
  opacity: 100;
}

.nav-arrows-round__left {
  align-items: center;
  padding-left: 1rem;
  display: flex;
  background: none;
}

.nav-arrows-round__right {
  justify-content: flex-end;
  align-items: center;
  padding-right: 1rem;
  display: flex;
  background: none;
}

.hidden-nav {
  display: none;
}

.slider-square-img {
  background-color: #0000;
  height: 100%;
  display: flex;
}

.slider-square-img__mask {
  flex: 1;
  height: auto;
  max-height: 100%;
}

.slider-square-img__slide {
  width: 100%;
  overflow: hidden;
}

.img-full-cover {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.nav-arrows-round__inner {
  aspect-ratio: 1;
  background-color: #2b2b2b99;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  transition: background-color .16s ease-in;
  display: flex;
}

.nav-arrows-round__inner:hover {
  background-color: #2b2b2b;
}

.modal__bg-video {
  z-index: 0;
  width: 12rem;
  height: calc(100% + 6rem);
  position: absolute;
  inset: -3rem 0% 0% -3rem;
}

.modal__heading {
  flex-flow: column;
  padding-bottom: 1.5rem;
  display: flex;
}

.modal__img-slider {
  flex-flow: column;
  width: 72%;
  display: flex;
}

.panel__info {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  opacity: .8;
  flex-flow: column;
  display: flex;
}

.panel__heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.panel__item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: .25rem solid var(--reverse-bg);
  flex-flow: column;
  padding-left: 1.5rem;
  display: flex;
}

.panel__title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.speaker__panel-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 1rem;
  display: flex;
}

._404__main-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100dvh - 12.5rem);
  display: flex;
}

._404__main-title {
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 12rem;
  font-weight: 900;
  line-height: 100%;
}

._404__subheading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

._404__section {
  background-image: url('../images/gradient-top.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}

._404__heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.rte-policies h1 {
  color: var(--accent-color);
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 3rem;
  line-height: 120%;
}

.rte-policies h2 {
  color: var(--accent-color);
  text-transform: uppercase;
  margin-top: 2rem;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 2.5rem;
  line-height: 120%;
}

.rte-policies h3 {
  color: var(--accent-color);
  text-transform: uppercase;
  margin-top: 2rem;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
}

.rte-policies h4 {
  color: var(--accent-color);
  text-transform: uppercase;
  margin-top: 2rem;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.rte-policies h5 {
  color: var(--accent-color);
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
}

.rte-policies blockquote {
  border-left-color: var(--accent-color);
}

.rte-policies h6 {
  color: var(--accent-color);
  text-transform: uppercase;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
}

.policies-page__section {
  background-image: url('../images/gradient-top.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5rem;
  padding-top: 8rem;
}

.lgpd__modal {
  z-index: 10;
  background-image: linear-gradient(#0000, #000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100dvw;
  padding: 1.875rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.lgpd__container {
  max-width: var(--max-width);
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--reverse-bg);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--reverse-text);
  border-radius: 1rem;
  align-items: center;
  width: 100%;
  padding: 2rem 2.5rem;
  display: flex;
}

.lgpd__text-section {
  width: 100%;
  padding-bottom: .25rem;
}

.link-reverse {
  color: var(--reverse-text);
  font-weight: 500;
}

.lgpd__text {
  color: #000000b3;
}

  .footer__notes-text.footer__contact{
    display: flex;
    align-items: center;
    gap: 12px;
  }

   .footer__notes-text.footer__contact p{
    margin: 0;
   }

@media screen and (min-width: 1280px) {
  .section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .section.tabs {
    margin-bottom: -6rem;
  }

  .numbers__text {
    font-size: 5rem;
  }

  .numbers__caption-text {
    font-size: 1.25rem;
  }

  .editorial__section {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .editorial__grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .main-menu__nav {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .main-menu__nav.highlight {
    margin-left: 1rem;
  }

  .language-selection {
    margin-left: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .language-selection__text, .logo__second {
    display: block;
  }

  .scroll-gallery__img {
    flex: none;
  }

  .scroll-gallery__container {
  will-change: transform;
}

.scroll-gallery__img {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

  .editorial__alt-img-container {
    overflow: hidden;
  }

  .rotating-circle {
    width: 9rem;
    right: 2.5rem;
  }

  .editorial__alt-col {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .tickets__row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tickets-card {
    padding: 1.5rem;
  }

  .tickets-card__description {
    padding: 1rem;
  }

  .tickets-card__heading {
    padding: 1.25rem 1rem 1rem;
  }

  .footer__link {
    font-size: 1rem;
  }

  .footer__link-list {
    grid-column-gap: 0rem;
  }

  .main-menu__nav-dropdown {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .trails__map {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .trail-stage-card__location-text {
    line-height: 100%;
  }

  .trails__list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .stage__list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .stage__list.flex {
    display: flex;
  }

  .stage__card-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .business-area__blocks, .business-area__row-1, .business-area__row-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .business-area__section, .speakers__section {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .speakers__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .speakers__img {
    overflow: hidden;
  }

  .speakers__container, .modal__inner {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .modal__img-section {
    overflow: hidden;
  }
}

@media screen and (min-width: 1440px) {
  .section.tabs {
    margin-bottom: -7rem;
  }

  .hero__main-container {
    min-height: 640px;
    padding-bottom: 3.75rem;
  }

  .hero__secondary-block {
    margin-top: -3rem;
  }

  .semi-circle__svg {
    height: 3.75rem;
  }

  .default-slider__h2 {
    text-transform: uppercase;
  }

  .default-slider__heading {
    align-items: center;
    display: flex;
  }

  .rotating-circle {
    top: 1rem;
    right: 1rem;
  }

  .tickets-card {
    padding: 2.5rem;
  }

  .tickets-card__description {
    padding: 1.5rem;
  }

  .tickets-card__h3 {
    font-size: 2.4rem;
  }

  .tickets-card__heading {
    padding: 1.75rem 1.5rem 1.5rem;
  }

  .editorial__h3-slider {
    font-size: 2.4rem;
  }

  .stages__section {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .business-area__feature-block {
    width: 100%;
  }

  .speakers__img {
    width: calc(40% + 3.75rem);
  }

  .speakers__img-bg.blending {
    mix-blend-mode: luminosity;
  }
}

@media (max-width:1600px){
  .close-modal{
    right: 10px;
  }

  .stage__track-box{
    max-width: 20rem;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1rem;
  }

  .section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section.reverse-bg {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.tabs {
    margin-bottom: -3rem;
  }

  .section.stages {
    margin-bottom: 4rem;
  }

  .section.less-margin {
    margin-bottom: 0;
  }

  .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    overflow: hidden;
  }

  .container.hero__extra-cta {
    overflow: visible;
  }

  .hero__section {
    margin-bottom: 0;
  }

  .hero__main-container {
    padding: 4rem 1.875rem 3rem;
  }

  .hero__main-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .hero__logo {
    height: 64px;
  }

  .hero__logo-text {
    height: 60px;
  }

  .hero__h1 {
    font-size: 3.5rem;
  }

  .hero__main-block {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .hero__content-padding {
    margin-top: -1rem;
  }

  .hero__sub-heading-text {
    font-size: 1.75rem;
  }

  .hero__sub-text {
    font-size: 1rem;
  }

  .hero__sub-heading, .hero__card {
    max-width: none;
  }

  .numbers__container {
    grid-column-gap: 6rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .editorial__section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .editorial__subheading {
    position: static;
  }

  .editorial__h2 {
    font-size: 2.5rem;
  }

  .editorial__heading {
    max-width: 48rem;
  }

  .editorial__column.slider-content {
    padding-left: 1.875rem;
  }

  .rte-default h3 {
    font-size: 1.75rem;
  }

  .navbar {
    padding: .625rem .9375rem;
  }

  .main-menu__nav {
    opacity: 1;
    text-transform: uppercase;
    font-family: Bigshoulders Text, Verdana, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
  }

  .main-menu__nav.highlight {
    justify-content: center;
    align-items: center;
    min-width: 240px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: .65rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.35rem;
  }

  .main-menu__nav.highlight.mobile {
    flex: none;
    min-width: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    display: block;
  }

  .main-menu__nav.sub-link {
    font-weight: 400;
  }

  .language-selection {
    border-top: 1px solid #ffffff29;
    flex: none;
    justify-content: center;
    margin-top: .9375rem;
    margin-left: 0;
    padding-top: 2rem;
  }

  .main-menu__content {
    z-index: 1;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #000;
    border-radius: .75rem;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: calc(100svh - 1.25rem);
    padding: 6rem 0 1.875rem;
    inset: 0% 0% auto;
  }

  .language-selection__text {
    font-size: 1.25rem;
    transition: opacity .16s ease-in;
    display: block;
  }

  .language-selection__text:hover {
    opacity: .6;
  }

  .language-selection__text.selected {
    transition: color .16s ease-in, opacity .16s ease-in;
  }

  .language-selection__text.selected:hover {
    opacity: 1;
    color: var(--accent-color);
  }

  .main-menu__logo {
    width: 100%;
  }

  .main-menu__container {
    border-radius: .75rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .scroll-gallery {
    height: 125svh;
  }

  .semi-circle__svg {
    width: 1.875rem;
  }

  .default-slider__h2 {
    font-size: 2.5rem;
  }

  .default-slider__btn {
    margin-bottom: -1.1rem;
    padding: .8rem 1rem .8rem 1.2rem;
  }

  .default-slider__btn-txt {
    font-size: 1.5rem;
  }

  .default-slider__row {
    width: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    display: flex;
  }

  .speakers-card__info {
    padding: 1.2rem 1.2rem 1.5rem;
  }

  .speakers-card__name {
    font-size: 1.5rem;
  }

  .speakers-card__job-title {
    font-size: 1rem;
  }

  .speakers-card__company {
    font-size: .75rem;
  }

  .default-slider__nav {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .editorial__main-full {
    padding-bottom: 3rem;
  }

  .tickets-card__h3 {
    font-size: 2rem;
  }

  .newsletter__container {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .newsletter__dented-margin {
    width: 1.875rem;
  }

  .newsletter__content {
    padding-bottom: 6rem;
  }

  .newsletter__text-field::placeholder {
    color: #fff9;
  }

  .footer__link-list {
    padding-right: 1.875rem;
  }

  .footer__menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer__logo-section {
    padding-top: 1.875rem;
    padding-right: 1.875rem;
  }

  .footer__logo {
    height: 4rem;
  }

  .footer__social {
    padding-right: 1.5rem;
  }

  .footer__notes {
    padding: .6rem 1.375rem .45rem 1.875rem;
  }

  .footer__notes-text {
    font-size: .75rem;
  }

  .footer__policy-link {
    font-size: .65rem;
  }

  .footer__notes-policy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer__credits-text {
    font-size: .655rem;
  }

  .footer__credits {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
    padding: .5rem .5rem .25rem;
  }

  .footer__credits-logo {
    height: .75rem;
    margin-top: .05rem;
  }

  .newsletter__h2 {
    font-size: 1.85rem;
  }

  .main-menu {
    overflow: visible;
  }

  .main-menu__mobile-trigger {
    background-image: url('../images/Icon__Menu__White.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 32px 32px;
  }

  .main-menu__mobile-trigger.w--open {
    background-color: #0000;
    background-image: url('../images/Icon__Menu-Close__White.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-attachment: scroll;
  }

  .main-menu__mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: none;
    display: flex;
  }

  .main-menu__placeholder {
    width: 24px;
    height: 24px;
  }

  .default-slider__responsive {
    width: 100%;
    display: flex;
    overflow: auto;
  }

  .main-menu__my-sp2b {
    border-color: #ffffff1f;
    justify-content: center;
    align-items: center;
    min-width: 240px;
    padding: 1rem 2rem;
  }

  .main-menu__my-sp2b-text {
    font-size: 1.35rem;
  }

  .main-menu__service-links {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-menu__nav-dropdown {
    opacity: 100;
    text-transform: uppercase;
    font-family: Bigshoulders Text, Verdana, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
  }

  .main-menu__dropdown {
    flex-flow: column;
  }

  .main-menu__main-links {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .main-menu__dropdown-list.w--open {
    background-color: #0000;
    flex-flow: column;
    padding: 0;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
  }

  .main-menu__top-mobile {
    justify-content: space-between;
    width: 100%;
    padding: .5rem 1.875rem;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .main-menu__link-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: calc(100% - 6rem);
  }

  .main-menu__chevron {
    height: 2rem;
  }

  .slider-banner__right-nav {
    align-items: center;
    width: auto;
    padding-right: 1rem;
    right: 0;
  }

  .slider-banner__left-nav {
    width: auto;
    left: 1rem;
  }

  .slider-banner__nav {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #00000040;
    padding: .4rem;
    transition: background-color .16s ease-in;
  }

  .slider-banner__nav:hover {
    background-color: #000000bf;
  }

  .nav__chevrons {
    width: 2rem;
  }

  .tabs__menu {
    padding-top: 1.875rem;
    padding-left: 1.875rem;
  }

  .tabs__content {
    padding-left: 1.875rem;
  }

  .tab__content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column-reverse;
  }

  .editorial__img-box-slider {
    width: 100%;
    padding-bottom: 1.875rem;
  }

  .tab__text-col {
    padding-top: 0;
  }

  .editorial__img-slider {
    width: calc(100% - 1.875rem);
  }

  .editorial__img-slider.on-top {
    top: 1.875rem;
    right: 1.875rem;
  }

  .editorial__h3-slider {
    font-size: 2.5rem;
  }

  .editorial__side-stroke {
    padding-left: 1.875rem;
  }

  .page-top__section {
    margin-bottom: 2rem;
    padding-top: 6rem;
  }

  .alt-hero__section {
    margin-bottom: 0;
  }

  .alt-hero__container {
    height: 16svh;
    min-height: 20rem;
  }

  .alt-hero__heading {
    padding-top: 2rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .alt-hero__h1 {
    margin-bottom: -.55rem;
    font-size: 5rem;
  }

  .trails__map {
    width: 50%;
  }

  .trails__section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1.875rem;
    padding-bottom: 5rem;
    padding-left: 1.875rem;
  }

  .trails__col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .trail-card__view-more {
    font-size: .875rem;
  }

  .trails__default-text {
    font-size: 1rem;
  }

  .business-area__blocks {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .business-area__row-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-right: 1.875rem;
  }

  .business-area__row-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1.875rem;
  }

  .business-area__short-col {
    position: static;
  }

  .business-area__section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .speakers__section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .speakers__filter {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    position: static;
  }

  .speakers__list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .filters__search {
    height: 100%;
  }

  .filters__dropdown {
    min-width: 14rem;
  }

  .filters__container {
    flex-flow: row;
    width: 100%;
  }

  .filters__block {
    width: 100%;
    display: flex;
  }

  

  .speakers__img {
    margin-left: -1.875rem;
    padding-bottom: 1.875rem;
  }

  .speakers__container {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .speakers__img-bg.on-top {
    top: 1.875rem;
    left: 1.875rem;
  }

  .speakers__cta {
    max-width: none;
  }

  .speakers__cta.alt {
    margin-top: .9375rem;
    margin-left: .9375rem;
  }

  .speakers__heading-col {
    max-width: 48rem;
  }

  .hero__icon-scale-1 {
    justify-content: center;
    align-items: center;
    width: 2.5rem;
  }

  .modal__container {
    z-index: 1;
    overflow: auto;
  }

  .editorial__h2-alt {
    font-size: 2.5rem;
  }

  .modal__inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
  }

  .modal__img-section {
    width: 100%;
    padding-bottom: 2.5rem;
    position: relative;
  }

  .modal__img-box {
    z-index: 0;
    width: calc(100% - 2.5rem);
  }

  .modal__alt-img-box.on-top {
    width: calc(100% - 2.5rem);
    top: 2.5rem;
    left: 2.5rem;
  }

  .close-modal {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
  }

  .slider-square-img {
    width: 100%;
  }

  .modal__bg-video {
    z-index: 0;
    width: 100%;
    height: 12rem;
  }

  .modal__img-slider {
    width: 100%;
  }

  ._404__main-container {
    min-height: calc(100dvh - 11rem);
  }

  ._404__section {
    margin-bottom: 2rem;
    padding-top: 6rem;
  }

  .rte-policies h3 {
    font-size: 1.75rem;
  }

  .policies-page__section {
    margin-bottom: 2rem;
    padding-top: 7rem;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: .875rem;
  }

  .section {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section.reverse-bg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section.slider-banner {
    margin-bottom: 0;
  }

  .section.tabs {
    margin-bottom: -1rem;
  }

  .section.stages {
    margin-top: -.75rem;
  }

  .section.less-margin {
    margin-bottom: 3rem;
  }

  .container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.hero__extra-cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero__logo-block {
    grid-column-gap: .85rem;
    grid-row-gap: .85rem;
  }

  .hero__section {
    margin-bottom: 2rem;
  }

  .hero__main-container {
    background-image: linear-gradient(167deg, #0000, #0006), linear-gradient(360deg, #000c, #0000), linear-gradient(#0000001f, #0000001f);
    padding-bottom: 4.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero__main-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero__logo {
    height: 52px;
  }

  .hero__logo-text {
    height: 48px;
  }

  .hero__h1 {
    margin-top: .25rem;
    font-size: 2.5rem;
  }

  .hero__blocked-text {
    font-size: 1.25rem;
  }

  .hero__main-block, .hero__block-row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero__content-padding {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hero__coordenates {
    font-size: .75rem;
  }

  .hero__sub-heading-text {
    font-size: 1.5rem;
  }

  .hero__sub-text {
    font-size: .875rem;
  }

  .hero__sub-heading {
    grid-column-gap: .65rem;
    grid-row-gap: .65rem;
    display: none;
  }

  .hero__secondary-block {
    justify-content: flex-start;
  }

  .hero__content-padding-alt {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hero__card-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .hero__card-title {
    font-size: 1.5rem;
  }

  .hero__card-text-section {
    padding: 1rem;
  }

  .numbers__text {
    font-size: 2.5rem;
  }

  .numbers__caption-text {
    font-size: .875rem;
  }

  .numbers__caption {
    padding-left: .75rem;
  }

  .numbers__container {
    grid-column-gap: 3rem;
    grid-row-gap: 1.75rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: flex;
  }

  .editorial__section {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .editorial__subheading-text {
    font-size: .75rem;
    display: none;
  }

  .editorial__subheading.single-page {
    text-align: center;
    max-width: none;
    display: none;
  }

  .editorial__subheading.single-page.align-left {
    text-align: left;
  }

  .editorial__h2 {
    font-size: 1.75rem;
  }

  .editorial__grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .editorial__column {
    max-width: none;
  }

  .editorial__column.top {
    padding-top: 0;
  }

  .editorial__column.dented {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding-top: 1.25rem;
    padding-left: 2rem;
  }

  .editorial__column.slider-content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .rte-default h3 {
    margin-top: .75rem;
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .editorial__main-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .navbar {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .main-menu__nav {
    font-size: 1.25rem;
  }

  .main-menu__nav.highlight {
    flex: 1;
    min-width: 0;
    font-size: 1.15rem;
  }

  .main-menu__nav.highlight.mobile {
    font-size: .75rem;
  }

  .main-menu__content {
    width: 100%;
    inset: 0% 0% auto;
  }

  .language-selection__text {
    font-size: 1rem;
  }

  .main-menu__container {
    max-width: calc(var(--max-width)  + 1.25rem);
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .scroll-gallery__container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .scroll-gallery__img {
    width: 40svw;
  }

  .scroll-gallery__limiter {
    top: 6rem;
  }

  .semi-circle__svg {
    width: 1.25rem;
  }

  .default-slider__h2 {
    font-size: 2rem;
  }

  .default-slider__heading-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .icon-md {
    width: 1.5rem;
    height: 1.5rem;
  }

  .default-slider__top {
    align-items: center;
    padding-right: .5rem;
  }

  .default-slider__btn {
    margin-bottom: -.4rem;
    padding: .5rem .75rem;
  }

  .default-slider__btn-txt {
    font-size: 1.2rem;
  }

  .default-slider__row {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .speakers-card {
    width: 40svw;
  }

  .speakers-card.grid {
    width: 100%;
  }

  .speakers-card__name {
    font-size: 1.2rem;
  }

  .speakers-card__job-title {
    font-size: .875rem;
  }

  .default-slider__nav {
    padding-left: 1rem;
    padding-right: .75rem;
  }

  .icon-lg {
    width: 2rem;
  }

  .default-slider__container {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .editorial__main-full {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 1rem;
  }

  .editorial__col-text {
    width: 100%;
  }

  .cta-default__text {
    font-size: 1rem;
  }

  .cta-default {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .cta-default.lgpd {
    padding-top: .85rem;
    padding-bottom: .85rem;
  }

  .editorial__alt-img-container {
    width: 100%;
    margin-right: 0;
  }

  .editorial__alt-col {
    flex-flow: wrap-reverse;
  }

  .tickets__row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .tickets-card {
    padding: 1.5rem;
  }

  .tickets-card__description {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding: 1rem;
  }

  .tickets-card__h3 {
    font-size: 1.75rem;
  }

  .tickets-card__price {
    font-size: 1.6rem;
  }

  .tickets-card__heading {
    padding: 1rem;
  }

  .tickets-card__list-item, .tickets-card__sml-text {
    font-size: .75rem;
  }
/* 
  .sponsor-block__logo-lg {
    height: 6rem;
  } */

  .sponsor-block__list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1rem;
  }

  .sponsor-block__h3 {
    font-size: .75rem;
  }

  .sponsor-block__1col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sponsor-block__logo-default {
    height: 3rem;
  }


  .sponsor-block__logo-md {
    height: auto;
  }

  .sponsor-block__logo-sml {
    height: 2.75rem;
  }

  .sponsor-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .sponsor-block__2col {
    flex-direction: column;
  }

  .newsletter__container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .newsletter__dented-margin {
    width: 1rem;
    display: none;
  }

  .newsletter__content {
    padding-bottom: 0;
  }

  .newsletter__checkbox-label {
    font-size: .75rem;
  }

  .icon-btn {
    padding: .6rem;
  }

  .footer__link {
    font-size: .75rem;
  }

  .footer__link-list {
    border-top: 1px solid #ffffff40;
    padding: 1rem 1rem .5rem;
  }

  .footer__menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .footer__logo-section {
    justify-content: flex-start;
    padding: 1rem 1rem 8rem;
  }

  .footer__social {
    justify-content: flex-start;
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .footer__main {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer__notes {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #0f0f0fcc;
    flex-flow: column;
    padding: 1rem;
    position: absolute;
  }

  .footer__notes-text {
    text-align: center;
  }

  .footer__notes-policy {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .footer__credits {
    justify-content: center;
  }

  .footer__sponsors {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .newsletter__h2 {
    font-size: 1.5rem;
  }

  .newsletter__text {
    font-size: .875rem;
  }

  .main-menu__mobile-trigger, .main-menu__mobile-trigger.w--open {
    background-size: 24px;
  }

  .main-menu__mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .icon-default {
    height: 1.25rem;
  }

  .main-menu__my-sp2b {
    flex: 1;
    min-width: 0;
  }

  .main-menu__my-sp2b-text {
    font-size: 1.15rem;
  }

  .main-menu__service-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .main-menu__nav-dropdown {
    font-size: 1.25rem;
  }

  .main-menu__main-links {
    grid-column-gap: .15rem;
    grid-row-gap: .15rem;
  }

  .main-menu__top-mobile {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .main-menu__link-section {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero-countdown__number {
    font-size: 2.5em;
  }

  .slider-banner__right-nav {
    padding-right: .5rem;
  }

  .slider-banner__left-nav {
    left: .5rem;
  }

  .nav__chevrons {
    width: 1.5rem;
  }

  .tabs__menu {
    z-index: 2;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    width: 100%;
    min-width: 0;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 6rem;
    overflow: auto;
  }

  .tab__link {
    border-left-width: .15rem;
    flex: none;
    padding: .6rem;
  }

  .tab__link-text {
    flex: none;
    font-size: 1.25rem;
  }

  .tabs__content {
    padding-left: 0;
  }

  .editorial__img-box-slider {
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .tabs {
    flex-flow: column;
  }

  .editorial__img-slider {
    aspect-ratio: 3 / 2;
    width: calc(100% - 2rem);
  }

  .editorial__img-slider.on-top {
    top: 1rem;
    right: 1rem;
  }

  .editorial__h3-slider {
    font-size: 2.25rem;
  }

  .editorial__side-stroke {
    border-left-width: .2rem;
    padding-left: 1rem;
  }

  .page-top__section {
    margin-bottom: 1rem;
    padding-top: 2rem;
  }

  .page-top__section.speakers {
    margin-bottom: 3rem;
    padding-top: 6rem;
  }

  .editorial__h1 {
    font-size: 4rem;
  }

  .alt-hero__section {
    margin-bottom: 2rem;
  }

  .alt-hero__heading {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .alt-hero__h1 {
    margin-bottom: -.1rem;
    font-size: 4rem;
  }

  .trails__map {
    flex-flow: wrap-reverse;
    width: 100%;
    max-width: none;
    position: relative;
    top: auto;
  }

  .trails__section {
    flex-flow: column-reverse;
    justify-content: flex-end;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .trail-card__heading-text {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .trail-stage-card__location-text {
    font-size: .75rem;
  }

  .trail-card__subheading {
    font-size: 1.25rem;
  }

  .trail-card__h3 {
    font-size: 2rem;
  }

  .trail-card__heading-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding: 1rem;
  }

  .trail-card__text-container {
    padding: 1rem 1rem 1.5rem;
  }

  .trails__content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .trails__list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .trails__col {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .trail-card__view-more {
    padding-top: 1rem;
    font-size: .75rem;
  }

  .trails__default-text {
    font-size: .875rem;
  }

  .stage__track-name {
    font-size: 4rem;
  }

  .stages__section {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
  }

  .stage__tracks {
    flex-flow: column;
  }

  .stage__content {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stage__card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .stage__location {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stage__sub-card {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding: 1rem 1.25rem;
  }

  .stage__sub-heading {
    font-size: 1.25rem;
  }

  .stage__sub-number {
    font-size: .75rem;
  }

  .stage__main-heading {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .stage__h2 {
    font-size: 2rem;
  }

  .stage__list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .stage__track-box {
    max-width: none;
  }

  .stage__card-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .business-area__row-1 {
    padding-right: 1.5rem;
  }

  .business-area__row-2 {
    padding-left: 1.5rem;
  }

  .business-area__feature-list {
    grid-column-gap: .65rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 3rem;
    display: grid;
  }

  .business-area__short-col {
    max-width: none;
  }

  .business-area__section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .speakers__section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 0;
  }

  .speakers__filter {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .speakers__list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .filters__search {
    height: 4rem;
  }

  .filters__container {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .filters__extra {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .speakers__img {
    width: 100%;
    margin-left: -1rem;
    margin-right: 0;
    position: relative;
    top: auto;
  }

  .speakers__container {
    flex-flow: column;
  }

  .speakers__img-bg {
    width: calc(100% - 1rem);
  }

  .speakers__img-bg.on-top {
    width: calc(100% - 1rem);
    top: 1rem;
    left: 1rem;
  }

  .speakers__cta.alt {
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .speakers__col {
    width: 100%;
  }

  .slider-banner__link-block {
    display: block;
  }

  .slider-banner__link-block.desktop {
    display: none;
  }

  .modal {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .modal__container {
    max-height: calc(100dvh - 4rem);
    padding: 2rem 2rem 3rem;
  }

  .editorial__h2-alt {
    font-size: 1.75rem;
  }

  .modal__inner {
    flex-flow: column;
  }

  .modal__main-col {
    width: 100%;
  }

  .modal__column {
    max-width: none;
  }

  .modal__column.dented {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding-top: 1.25rem;
    padding-left: 2rem;
  }

  .modal__img-section {
    width: 100%;
    margin-right: 0;
  }

  .close-modal {
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
  }

  .modal__heading {
    padding-bottom: 1rem;
  }

  ._404__main-container {
    min-height: calc(100dvh - 7rem);
  }

  ._404__section {
    margin-bottom: 1rem;
    padding-top: 2rem;
  }

  .rte-policies h3 {
    margin-top: .75rem;
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .policies-page__section {
    margin-bottom: 1rem;
    padding-top: 8rem;
  }

  .lgpd__modal {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lgpd__container {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 3rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media screen and (max-width: 479px) {
  .container.hero__extra-cta {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: flex-end;
  }

  .hero__section {
    margin-bottom: 2rem;
  }

  .hero__main-container {
    background-image: linear-gradient(#0000, #0006), linear-gradient(360deg, #000c, #0000), linear-gradient(#0000001f, #0000001f);
    min-height: 580px;
    padding-bottom: 3.2rem;
  }

  .hero__main-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero__h1 {
    font-size: 1.9rem;
  }

  .hero__blocked-text {
    padding: .5rem .6rem .4rem;
    font-size: 1rem;
  }

  .hero__block-row {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
    flex-flow: wrap;
  }

  .hero__content-padding {
    margin-top: 0;
  }

  .hero__sub-heading-text {
    font-size: 1rem;
  }

  .hero__sub-heading {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .hero__secondary-block {
    padding-top: .5rem;
  }

  .hero__card {
    flex: 1;
    margin-top: -1.5rem;
  }

  .hero__card-icon {
    width: 2rem;
    height: 1.5rem;
    display: none;
  }

  .hero__card-icon.speakers {
    display: block;
  }

  .hero__card-title {
    font-size: 1.25rem;
  }

  .hero__card-text-section {
    border-left-width: .25rem;
    justify-content: center;
    width: 100%;
    padding: .75rem;
  }

  .editorial__h2 {
    margin-bottom: .25rem;
    font-size: 1.5rem;
  }

  .editorial__column.dented {
    padding-top: .75rem;
    padding-left: 1.5rem;
  }

  .editorial__column.slider-content {
    padding-top: 1rem;
    padding-left: 1.5rem;
  }

  .editorial__column.speakers {
    padding-left: 0;
  }

  .rte-default.small p {
    font-size: .75rem;
  }

  .main-menu__nav {
    font-size: 1.15rem;
  }

  .main-menu__nav.highlight {
    flex: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .main-menu__nav.highlight.mobile {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .main-menu__content {
    border-radius: .5rem;
    padding-top: 5rem;
  }

  .logo__main {
    height: 2.2rem;
  }

  .main-menu__container {
    border-radius: .5rem;
    padding: .35rem 0 .35rem .5rem;
  }

  .scroll-gallery__img {
    width: 70svw;
  }

  .scroll-gallery {
    height: 200svh;
  }

  .default-slider__h2 {
    font-size: 1.65rem;
  }

  .default-slider__btn {
    margin-bottom: 0;
  }

  .default-slider__btn-txt {
    display: none;
  }

  .speakers-card__info {
    padding: 1rem 1rem 1.2rem;
  }

  .speakers-card {
    width: 60svw;
  }

  .speakers-card__name {
    font-size: 1rem;
  }

  .speakers-card__job-title {
    font-size: .75rem;
  }

  .speakers-card__company {
    font-size: .6rem;
  }

  .default-slider__content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta-default__text.lgpd {
    font-size: 1.175rem;
  }

  .cta-default.lgpd {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .editorial__alt-img-container {
    padding-bottom: 2.5rem;
  }

  .editorial__alt-img-box {
    width: calc(100% - 1rem);
  }

  .editorial__alt-img-box.on-top {
    top: 1rem;
    right: 1rem;
  }

  .rotating-circle {
    width: 6rem;
    top: -.5rem;
    right: -.5rem;
  }

  .editorial__alt-col {
    grid-column-gap: 2.5rem;
    grid-row-gap: 4.5rem;
  }

  .footer__logo {
    height: 2rem;
  }

  .footer__logo-block {
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .footer__notes-text {
    text-align: center;
  }

  .main-menu__mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .main-menu__my-sp2b {
    padding: .75rem 1rem;
  }

  .main-menu__my-sp2b-text {
    font-size: 1rem;
  }

  .main-menu__service-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .main-menu__nav-dropdown {
    font-size: 1.15rem;
  }

  .main-menu__top-mobile {
    padding-top: .35rem;
    padding-bottom: .35rem;
    padding-right: 0;
  }

  .main-menu__link-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: calc(100% - 5rem);
  }

  .main-menu__chevron {
    height: 1.5rem;
  }

  .hero-countdown {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: center;
  }

  .hero-countdown__number {
    font-size: 2.25em;
  }

  .hero-countdown__label {
    font-size: .75em;
  }

  .slider-banner__nav {
    padding: .25rem;
  }

  .editorial__date-days {
    font-size: 2.5rem;
  }

  .editorial__date-week {
    margin-bottom: .15rem;
    font-size: 1.2rem;
  }

  .page-top__section {
    padding-top: 2rem;
  }

  .editorial__h1 {
    margin-bottom: .75rem;
    font-size: 2.25rem;
  }

  .alt-hero__section {
    margin-bottom: 2rem;
  }

  .alt-hero__container {
    height: 12svh;
    min-height: 14rem;
  }

  .alt-hero__heading {
    padding-top: 1.25rem;
  }

  .alt-hero__h1 {
    font-size: 2.75rem;
  }

  .trails__map {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .stage__track-name {
    font-size: 3.5rem;
  }

  .stage__content.multiple {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .stage__sub-card {
    padding: .75rem 1rem;
  }

  .stage__sub-heading {
    font-size: 1.15rem;
    line-height: 125%;
  }

  .business-area__row-1 {
    flex-flow: column;
    padding-right: 0;
    display: flex;
  }

  .business-area__row-2 {
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .business-area__feature-list {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .speakers__section {
    padding-top: 0;
  }

  .filters__search {
    background-position: 7px;
    height: 3rem;
    padding-left: 2.9rem;
    font-size: 1.25rem;
  }

  .filters__dropdown-text {
    font-size: 1.25rem;
  }

  .filters__dropdown-toggle {
    min-height: 3rem;
    padding: .5rem 1rem;
  }

  .filters__container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .filters__extra {
    flex-flow: column;
  }

  .speakers__img {
    padding-bottom: 1rem;
  }

  .speakers__container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .speakers__img-bg {
    width: calc(100% - 1rem);
  }

  .speakers__img-bg.on-top {
    top: 1rem;
    right: 1rem;
  }

  .speakers__cta {
    flex: 1;
    margin-top: -1.5rem;
  }

  .speakers__col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .speakers__heading-col {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .speakers__job-title {
    font-size: 1.25rem;
  }

  .speakers__company {
    font-size: 1rem;
  }

  .speakers__extra-info {
    padding-left: 1rem;
  }

  .hero__icon-scale-1 {
    display: none;
  }

  .modal {
    justify-content: center;
    align-items: flex-start;
    padding: 1rem;
  }

  .modal__container {
    max-height: 100%;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .editorial__h2-alt {
    margin-bottom: .25rem;
    font-size: 1.5rem;
  }

  .modal__inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .modal__column.dented {
    padding-top: .75rem;
    padding-left: 1.5rem;
  }

  .modal__img-section {
    padding-bottom: 1rem;
  }

  .modal__img-box, .modal__alt-img-box {
    width: calc(100% - 1rem);
  }

  .modal__alt-img-box.on-top {
    width: calc(100% - 1rem);
    top: 1rem;
    left: 1rem;
    right: 0;
  }

  .close-modal {
    z-index: 10;
    width: 2.5rem;
    height: 2.5rem;
  }

  .panel__heading {
    font-size: 1.2rem;
  }

  .panel__item {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  ._404__main-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-height: calc(100dvh - 6rem);
  }

  ._404__main-title {
    font-size: 9rem;
  }

  ._404__subheading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  ._404__section {
    margin-bottom: 0;
    padding-top: 1rem;
  }

  .policies-page__section {
    padding-top: 6rem;
  }

  .lgpd__container {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    padding: 1.5rem 1rem 2.5rem;
  }

  .lgpd__text {
    font-size: 1rem;
    line-height: 145%;
  }
}

#w-node-_232d5862-f3d0-6cbd-9f26-12d0edcdc986-edcdc957, #w-node-_5c63ce3a-e90e-a771-a5ef-f269b986f979-21395913 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Bigshoulders Display';
  src: url('../fonts/BigShouldersDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bigshoulders Text';
  src: url('../fonts/BigShouldersText-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pathway Extreme';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pathway Extreme';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spline Sans Mono';
  src: url('../fonts/SplineSansMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spline Sans Mono';
  src: url('../fonts/SplineSansMono-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
/* =========================================
   TICKETS PAGE — NOVA VERSÃO (tickets-card--alt)
   ========================================= */

.section.reverse-bg.tickets-pg {
  margin-top: 0;
  padding-top: 2rem;
}

/* CTA overrides para nova versão */
.cta-default__text.tickets {
  font-size: 1.5rem;
  font-weight: 800;
}

.cta-default.tickets {
  color: #bebebe;
  background-color: #000;
  border: 1px solid #ffffff14;
  padding: .9rem 1.5rem .8rem;
  transition: color .12s ease-in, background-color .12s ease-in;
}

.cta-default.tickets:hover {
  color: var(--main-bg);
  background-color: #fff;
}

.cta-default.tickets.platinum:hover {
  background-color: #959595;
}

.cta-default.tickets.enterprise {
  color: #f35454;
}

.cta-default.tickets.enterprise:hover {
  color: var(--default-text);
  background-color: #f35454;
}

.cta-default.tickets.explorer {
  color: #2f9fd3;
}

.cta-default.tickets.explorer:hover {
  color: #fff;
  background-color: #2f9fd3;
}

.cta-default.tickets.day-pass {
  color: #feca3c;
  transition: color .12s ease-in, background-color .12s ease-in;
}

.cta-default.tickets.day-pass:hover {
  color: var(--reverse-text);
  background-color: #fac552;
}

.cta-default.tickets.day-pass.coming-soon {
  color: #1b1b1b;
  background-color: silver;
}

.cta-default.tickets.day-pass.coming-soon:hover {
  color: var(--default-text);
  background-color: #a1a1a1;
}

@media(max-width:1400px){
  .cta-default__text.tickets {
    font-size: 1.2rem;
  }
}

/* Coming soon overlay */
.tickets-card__coming-soon--block {
  background-color: #f8c454;
  flex: none;
  width: 1000px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  transform: rotate(-45deg);
}

.tickets-card__coming-soon--text {
  text-transform: uppercase;
  flex: none;
  font-family: Bigshoulders Display, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 100%;
}

.tickets-card__coming-soon--text.thinner {
  font-weight: 400;
}

.tickets-card__coming-soon--row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.tickets-card__coming-soon {
  z-index: 1;
  pointer-events: none;
  color: var(--reverse-text);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

/* RTE tickets */
.rte-tickets {
  color: var(--reverse-text);
  text-transform: none;
  width: 100%;
  margin-bottom: .25rem;
  font-size: .875rem;
  line-height: 150%;
}

.rte-tickets ul {
  padding-left: 1.2rem;
}

.rte-tickets p {
  font-size: .75rem;
}

.rte-tickets li {
  margin-bottom: .4rem;
}

/* Card alternativo (nova versão) */
.tickets-card--alt {
  color: var(--reverse-text);
  background-color: #e8e8e8;
  flex-flow: column;
  flex: 1;
  width: 100%;
  padding: 3rem 1.5rem 1.5rem;
  transition: all .16s ease-in;
  display: flex;
  position: relative;
}

.tickets-card--alt:hover {
  color: #616161;
  transform: translate(0, -.75rem);
}

.tickets-card--alt.platinum:hover {
  background-color: #aaa;
}

.tickets-card--alt.enterprise {
  color: #f35454;
}

.tickets-card--alt.explorer:hover {
  color: #2f9fd3;
}

.tickets-card--alt.day-pass:hover {
  color: #f5a312;
}

.tickets-card--alt.day-pass.coming-soon:hover {
  margin-top: 0;
}

.tickets-card--alt__content {
  z-index: 1;
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.tickets-card--alt__heading {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.tickets-card--alt__description {
  grid-column-gap: .56rem;
  grid-row-gap: .56rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.tickets-card--alt__h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bigshoulders Text, Verdana, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 100%;
}

.tickets-card--alt__h3.platinum {
  color: #969696;
}

.tickets-card--alt__h3.enterprise {
  color: #f35454;
}

.tickets-card--alt__h3.explorer {
  color: #5fd3df;
}

.tickets-card--alt__h3.day-pass {
  color: #fac552;
}

.tickets-card--alt__heading-box {
  background-color: var(--reverse-bg);
  padding: .75rem .75rem .45rem;
}

.tickets-card--alt__decorative-img {
  width: calc(100% - 1.5rem);
  position: absolute;
  top: 0;
  left: 0;
}

.tickets-card__heading-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tickets-card--alt__arrow {
  z-index: 1;
  mix-blend-mode: exclusion;
  flex: none;
  width: 90px;
  height: 90px;
  position: relative;
}

.arrow-up__link {
  flex: none;
}

.ticket-card--alt__logo {
  z-index: 1;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: auto;
}

@media (max-width:1400px){
  .ticket-card--alt__logo {
    width: 2rem;
  }
}

/* =========================================
   RESPONSIVO — tickets-card--alt
   ========================================= */

@media screen and (min-width: 1280px) {
  .tickets-card--alt.enterprise {
    color: var(--reverse-text);
  }

  .tickets-card--alt.enterprise:hover {
    color: #f35454;
  }

  .tickets-card--alt__arrow {
    width: 72px;
    height: 72px;
  }

  .arrow-up__link {
    display: block;
  }
}

@media screen and (max-width: 1400px) {
  .rte-tickets {
    margin-bottom: 0;
  }

  .tickets-card--alt {
    padding: 3rem 1.5rem 1.5rem;
  }

  .tickets-card--alt__content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .tickets-card--alt__h3 {
    font-size: 1.7rem;
  }

  .tickets-card--alt__arrow {
    width: 72px;
    height: 72px;
  }
}

@media screen and (max-width: 767px) {
  .tickets-card__coming-soon--block {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .tickets-card__coming-soon--text {
    font-size: 1.5rem;
  }

  .rte-tickets {
    margin-bottom: .5rem;
  }

  .tickets-card--alt {
    padding-top: 4rem;
  }

  .tickets-card--alt__content {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .tickets-card--alt__description {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .tickets-card--alt__h3 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 479px) {
  .tickets-card__coming-soon--text {
    font-size: 1.25rem;
  }

  .rte-tickets {
    margin-bottom: .25rem;
  }

  .tickets-card--alt {
    padding: 3rem 1rem 1.5rem;
  }

  .tickets-card--alt__content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .tickets-card--alt__h3 {
    font-size: 1.5rem;
  }

  .tickets-card--alt__decorative-img {
    width: calc(100% - 1rem);
  }
}

/* =========================================
   MODAL SINGLE-COL (Business Area)
   ========================================= */

.modal.single-col,
.modal.single-col.alt {
  display: none;
}

.modal__container.single-col {
  z-index: 1;
  max-width: 760px;
}

.modal__main-col.single-col {
  flex-flow: column;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  display: flex;
}

.modal__column.single-col {
  max-width: none;
}

.modal__heading.single-col {
  padding-bottom: .5rem;
}

.modal__bg-video.form {
  width: 2rem;
}

@media screen and (max-width: 991px) {
  .modal.single-col {
    justify-content: center;
    align-items: flex-start;
    padding-top: 3rem;
  }

  .modal__bg-video.form {
    height: calc(100% + 6rem);
  }

  .modal__main-col.single-col {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .modal.single-col {
    padding-top: 1rem;
  }

  .modal__main-col.single-col {
    padding-left: 0;
  }
}
