:root {
  --navajo-white: #ffdaa7;
  --black: #1a1a1a;
}

body {
  color: var(--navajo-white);
  background-color: #080808;
  padding-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: -11px;
  text-transform: none;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 21em;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #fff;
  letter-spacing: -.1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 6em;
  font-weight: 300;
  line-height: 1;
}

h3 {
  color: #fff;
  letter-spacing: -.1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica Neue, sans-serif;
  font-size: 4.1em;
  font-weight: 300;
  line-height: 1;
}

h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.4;
}

a {
  color: var(--navajo-white);
  font-size: .875rem;
  line-height: 1;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

.css-embed {
  display: none;
}

.section.is-latest-release {
  background-image: linear-gradient(rgba(8, 8, 8, .63), rgba(8, 8, 8, .63)), url('../images/latest_release_image_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.is-relative {
  position: relative;
}

.sg-hero__wrapper {
  padding-top: 18.75rem;
}

.col {
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.col.col-lg-1 {
  max-width: 8.333%;
  flex: 8.333%;
}

.col.col-lg-4 {
  max-width: 33.3333%;
  flex: 33.3333%;
}

.col.ml-2-col {
  margin-left: 16.666%;
}

.col.col-lg-9 {
  max-width: 75%;
  flex: 75%;
}

.col.col-lg-2 {
  max-width: 16.6667%;
  flex: 16.6667%;
}

.col.mr-1-col {
  margin-right: 8.333%;
}

.col.mr-2-col {
  margin-right: 16.666%;
}

.col.col-lg-3 {
  max-width: 25%;
  flex: 25%;
}

.col.col-lg-7 {
  max-width: 58.3333%;
  flex: 58.3333%;
}

.col.col-lg-8 {
  max-width: 66.6667%;
  flex: 66.6667%;
}

.col.col-lg-6 {
  max-width: 50%;
  flex: 50%;
}

.col.col-lg-10 {
  max-width: 83.3333%;
  flex: 83.3333%;
}

.col.col-lg-11 {
  max-width: 91.6667%;
  flex: 91.6667%;
}

.col.col-lg-5 {
  max-width: 41.6667%;
  flex: 41.6667%;
}

.col.ml-1-col {
  margin-left: 8.333%;
}

.col.col-lg-12 {
  max-width: 100%;
  flex: 100%;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.justify-between {
  justify-content: space-between;
}

.row.align-stretch {
  align-items: stretch;
}

.row.align-start {
  align-items: flex-start;
  line-height: 1;
}

.row.align-center {
  align-items: center;
}

.row.justify-around {
  justify-content: space-around;
}

.row.justify-center {
  justify-content: center;
}

.row.align-end {
  align-items: flex-end;
}

.row.row--outline {
  border: 1px solid rgba(255, 218, 167, .3);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.row.is-nav {
  align-items: center;
}

.sg-hero__title {
  font-size: 7.5rem;
  line-height: .9;
}

.sg-hero__text {
  margin-top: 3.125rem;
}

.sg-hero__video {
  width: 100%;
  margin-bottom: 3.125rem;
}

.sg__wrapper, .sg__wrapper.sg__wrapper--grid {
  padding-top: 6.25rem;
}

.sg-card__wrapper {
  background-color: rgba(255, 218, 167, .05);
  padding: 1rem .625rem;
}

.sg-item__title-wrapper {
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.sg-item__title-wrapper.sg-item__title-wrapper--full-with {
  justify-content: space-between;
}

.sg-item__title {
  margin-right: 5rem;
}

.sg-item__title.sg-item__title--right {
  margin-right: 0;
}

.sg-item__wrapper {
  padding-top: 4.5rem;
}

.sg-item__wrapper.sg-item__wrapper--last {
  padding-bottom: 3.5rem;
}

.sg-item__wrapper.sg-item__wrapper--no-padding {
  padding-top: 1.25rem;
}

.sg-item__text-wrapper {
  width: 50%;
}

.sg-item__color {
  width: 100%;
  height: 8rem;
}

.sg-item__color.sg-item__color--two {
  background-color: var(--black);
}

.sg-item__color.sg-item__color--one {
  background-color: var(--navajo-white);
}

.sg-item__color.sg-item__color--three {
  background-color: #000;
}

.sg-item__color.sg-item__color--four {
  background-color: #f7e7d1;
}

.sg-item__color-title {
  text-transform: uppercase;
  margin-top: 2.5rem;
  font-weight: 700;
}

.sg-item__color-text {
  font-size: .75rem;
}

.sg__title-wrapper {
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.button__wrapper {
  background-color: var(--navajo-white);
  padding: .2rem .6rem;
}

.button__wrapper.button--sg-hero {
  width: 100%;
  justify-content: center;
  display: flex;
}

.button__text {
  color: var(--black);
  text-transform: uppercase;
  font-size: .875rem;
}

.cookie__wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .6rem 1rem;
  display: inline-block;
}

.cookie__text {
  margin-right: 2rem;
  font-size: .875rem;
}

.cookie__link {
  font-size: .875rem;
}

.cookie__link.cookie__link--accept {
  margin-right: 1rem;
}

.cookie__content {
  align-items: center;
  display: flex;
}

.form__field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 218, 167, .3);
  margin-bottom: .625rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 1rem;
}

.form__field:focus {
  border-color: var(--navajo-white);
}

.form__field::-ms-input-placeholder {
  color: rgba(255, 218, 167, .6);
}

.form__field::placeholder {
  color: rgba(255, 218, 167, .6);
}

.form__field.form__field--textarea {
  font-size: .875rem;
  line-height: 1.4;
}

.form__button {
  width: 100%;
  color: var(--navajo-white);
  background-color: #000;
  border-radius: .3125rem;
}

.form__sucess-wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .625rem;
}

.form__error-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid red;
  border-radius: .3125rem;
  margin-top: .625rem;
  padding: .625rem;
}

.form__error-message {
  color: red;
  font-size: .75rem;
  line-height: 1;
}

.sg__placeholder {
  background-color: rgba(255, 218, 167, .05);
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  padding: 1.8rem 1rem;
  font-size: .875rem;
  display: flex;
}

.placeholder__wrapper {
  width: 100%;
  min-height: 100dvh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.placeholder__title {
  text-align: center;
}

.sg-hero__subtitle {
  text-transform: uppercase;
}

.sg-hero__subtitle.sg-hero__subtitle--right {
  text-align: right;
}

.sg__title--large {
  font-size: 1.5rem;
}

.page__loader {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page__loader.hide {
  z-index: 100;
  background-color: #080808;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.navbar__wrapper1 {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  height: 100%;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.nav-link {
  color: #969696;
  margin-left: 0;
  padding: 1.2em 1em .9em;
  font-family: Helvetica Neue, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.is-expertise {
  padding: 1.3em .5em 1em 0;
}

.nav-link.is-logo {
  padding-left: 0;
}

.nav-link.is-final {
  padding-right: 0;
}

.nav-expertise {
  align-items: center;
  display: flex;
}

.nav-arrow_embed {
  width: .8rem;
  height: .8rem;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(-90deg);
}

.nav-arrow_embed.hide {
  display: none;
}

.nav-menu_wrapper {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button_arrow {
  background-color: #e8e8e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  padding: .1rem;
  display: flex;
}

.button_arrow.hide {
  display: none;
}

.navbar__wrapper {
  z-index: 10;
  width: 100%;
  height: 3.2rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(150, 150, 150, .1);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero__wrapper {
  width: 100vw;
  height: 100vh;
  padding-top: 1.5rem;
}

.hero__heading {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero__image {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-width__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-width__image.is-hero__image {
  opacity: .45;
  object-fit: cover;
}

.full-width__image.is-opacity-30 {
  opacity: .3;
}

.full-width__image.loader-01 {
  position: relative;
}

.full-width__image.loader-02, .full-width__image.loader-03, .full-width__image.loader-04, .full-width__image.loader-05, .full-width__image.loader-06 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-width__image.is-opacity-75 {
  opacity: .75;
}

.hero-image__gradient {
  height: 25%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #080808);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__image-overlap {
  z-index: 3;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-overlap__image {
  width: 30em;
  height: 40em;
}

.hero-overlap__image.is-1 {
  z-index: 3;
  position: relative;
}

.hero-overlap__image.is-2 {
  z-index: 4;
  position: absolute;
}

.hero-overlap__image.is-3 {
  z-index: 5;
  position: absolute;
}

.hero-overlap__image.is-4 {
  z-index: 6;
  position: absolute;
}

.padding--large {
  padding-top: 15em;
}

.tag-line {
  color: #fff;
  text-transform: uppercase;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.1;
}

.paragraph__small {
  color: #fff;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph__small.is-release-info {
  padding-right: 1.5em;
}

.paragraph {
  color: #fff;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph.is-tour-list {
  font-family: Bebas Neue, sans-serif;
  font-size: 1.5em;
}

.about-intro__heading {
  z-index: 2;
  position: relative;
}

.about-intro__image {
  margin-top: -5em;
  position: relative;
}

.about-intro__subtext {
  margin-top: -6em;
  position: relative;
}

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

.padding--medium {
  padding-top: 7.5em;
}

.about-info__heading {
  z-index: 2;
  position: relative;
}

.tour__heading {
  border-bottom: 1px #1c1c1c;
  padding-bottom: 3em;
}

.tour__list {
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px #1c1c1c;
  margin-left: 1rem;
  margin-right: 1rem;
}

.list_image {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.image_full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_image-bottombg {
  width: 100%;
  height: 50%;
  background-color: #080808;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.list_text {
  z-index: 2;
  width: 100%;
  justify-content: space-between;
  padding: 3em 1em;
  display: flex;
  position: relative;
}

.tour_list-item {
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #1c1c1c;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.tour_list-item.v, .tour_list-item.is-tour-sold-out {
  opacity: .3;
}

.list_text-rotation {
  z-index: 2;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.list_image-topbg {
  width: 100%;
  height: 50%;
  background-color: #080808;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.looping-text {
  display: flex;
}

.list_underline {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #1c1c1c;
}

.button-link {
  width: auto;
  height: auto;
  max-width: 8rem;
  color: #0c0c0c;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .5em 4rem;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.44em;
  font-weight: 900;
  line-height: 1.1;
}

.h2.is-tour_rotation {
  white-space: nowrap;
  padding-right: 1em;
  font-weight: 400;
}

.tour-gallery__heading {
  z-index: 2;
  position: relative;
}

.tour-gallery__slider {
  margin-top: -8em;
  position: relative;
  overflow: hidden;
}

.latest-release__bg-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.is-grey, .is-opacity-40 {
  color: rgba(255, 255, 255, .4);
}

.latest-release__image {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.release__list {
  border-top: 1px solid #1c1c1c;
}

.release__list-item {
  border-bottom: 1px solid #1c1c1c;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.release-list__bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.release-list__bg.hide {
  display: none;
}

.release-list__content {
  grid-column-gap: 15em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3em;
  padding-bottom: 3em;
  display: grid;
}

.release-info__subtext {
  flex-direction: row;
  margin-bottom: 3em;
  display: flex;
}

.release-info__body {
  width: 45em;
}

.individual__body {
  padding-top: 3em;
}

.individuals__body {
  color: #797979;
  font-family: Helvetica Neue, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3;
}

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

.community__heading {
  z-index: 2;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.community__image__wrapper {
  width: 100%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.community__image {
  width: 20em;
  height: 25em;
}

.community__image.is-02, .community__image.is-03, .community__image.is-04 {
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.community__sticky-wrapper {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.community__wrapper {
  width: 100%;
  height: auto;
  position: relative;
}

.news__image {
  width: 100%;
  height: 100%;
}

.padding--small {
  padding-top: 3.5em;
}

.footer__top {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  display: flex;
  overflow: visible;
}

.footer__bottom {
  height: auto;
  justify-content: space-between;
  padding-bottom: .3rem;
  display: flex;
}

.footer__wrapper {
  height: 60vh;
  border-top: 1px solid #1c1c1c;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.footer__heading {
  color: #fff;
  padding-right: .1em;
  font-family: Helvetica Neue, sans-serif;
  font-size: 10em;
  font-weight: 300;
  line-height: 1.1;
}

.footer-bottom__socials {
  height: 2rem;
  display: flex;
}

.footer-bottom__terms {
  align-items: center;
  display: flex;
}

.footer-social__icon {
  height: auto;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  padding-right: 0;
  display: flex;
}

.image, .social-icon {
  width: 2rem;
  height: 2rem;
}

.footer-bottom__link {
  margin-left: 1em;
}

.paragraph__xs-small {
  color: #fff;
  font-family: Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph__xs-small.is-release-info {
  padding-right: 1.5em;
}

.paragraph__xs-small.is-grey {
  color: #969696;
}

.loader_image-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.loader_text-wrapper {
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 50vh;
  bottom: 0%;
  left: 70vw;
  right: 0%;
}

.loader_text-wrapper.hide {
  display: none;
}

.loader_text {
  color: #fff;
  font-family: Helvetica Neue, sans-serif;
  font-size: 3em;
  line-height: 1.1;
}

.loader_text.is-01 {
  padding-right: .2em;
}

.overflow-hidden {
  justify-content: center;
  padding-bottom: 3em;
  display: flex;
  overflow: hidden;
}

.hero-sticky__wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero-sticky {
  width: 100%;
  height: 800vh;
}

.circle-mask {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  background-image: url('../images/intro-masked.svg');
  background-position: 50%;
  background-size: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.release-list_image {
  width: 20em;
  height: 20em;
}

.release-list-image_wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 20em;
  right: 0%;
}

.community_sticky {
  z-index: 2;
  height: 25em;
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
}

.row-2 {
  color: #bec0c5;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.row-2.sentence {
  margin-top: 0;
}

.text {
  margin-bottom: 0;
}

.footer-top_marquee {
  width: 100%;
  white-space: nowrap;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  overflow: visible;
}

.preview-wrapper {
  z-index: 5;
  width: 16rem;
  height: 20rem;
  border-radius: .75rem;
  display: none;
  position: fixed;
  top: 50%;
  left: 2%;
  overflow: hidden;
}

.preview-wrapper.shorter {
  height: 9rem;
  display: none;
}

.preview-wrapper.shorter.taller {
  height: 14rem;
  display: none;
  left: 35%;
}

.image-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.individual-image-wrapper {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-info__image {
  width: 100%;
  height: 30em;
  margin-top: -3.9em;
}

.community-heading {
  justify-content: center;
  padding-bottom: 3em;
  display: flex;
}

.community_button {
  width: 100%;
  justify-content: center;
  display: flex;
}

.mask {
  overflow: visible;
}

.slider {
  width: 100vw;
  height: 100%;
  background-color: #080808;
  padding-left: 0%;
  overflow: hidden;
}

.slide {
  width: auto;
  margin-left: 3em;
  margin-right: 3em;
}

.hide {
  display: none;
}

.slide-2 {
  margin-right: 3em;
}

.slider_heading {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
  width: auto;
  margin-left: 3em;
  margin-right: 3em;
}

.pre-loader-border {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 11%), linear-gradient(to top, #000 10%, rgba(0, 0, 0, 0) 11%), linear-gradient(270deg, #000 10%, rgba(0, 0, 0, 0) 11%), linear-gradient(#000 10%, rgba(0, 0, 0, 0) 11%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-arrow, .right-arrow {
  z-index: 10;
}

.is-h1 {
  width: 100%;
  font-size: 20em;
}

.slide-9, .slide-10 {
  margin-right: 3em;
}

.slide-11 {
  margin-right: 9em;
}

.slider-content {
  width: 85%;
}

.slide-12 {
  width: auto;
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  display: flex;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.slider_arrow {
  z-index: 3;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #1b1b1b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  top: -13%;
  bottom: auto;
  left: auto;
  right: 7%;
}

.slider_arrow.is-right {
  margin-left: 0;
  right: 1%;
}

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

.arrow_embed {
  width: 1.5rem;
  height: 1.5rem;
}

.div-put {
  display: flex;
}

.slide-13 {
  z-index: 5;
  width: 48em;
  height: auto;
  margin-right: 1rem;
}

.slide-13.is-02 {
  width: 65em;
}

.slide-13.is-05 {
  height: 35em;
}

.slider-3 {
  z-index: 5;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.full-width {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .5rem;
}

.mask-3 {
  z-index: 5;
  width: 50vw;
  height: auto;
  padding-left: 1rem;
  overflow: visible;
}

.slider_wrapper {
  width: 100vw;
  height: auto;
  padding-top: 6em;
  overflow: hidden;
}

.tour-list_availability {
  width: 10em;
  justify-content: flex-end;
  display: flex;
}

.tour_list-item-sold-out {
  width: 100%;
  opacity: .3;
  cursor: pointer;
  border-bottom: 1px solid #1c1c1c;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.tour_list-item-sold-out.v, .tour_list-item-sold-out.is-tour-sold-out {
  opacity: .3;
}

.test {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  margin-left: 0;
  margin-right: 10px;
  padding: .5rem 2rem;
  font-family: Helvetica Neue, sans-serif;
  font-size: .8rem;
  display: inline-block;
}

.button-text {
  color: #000;
  font-family: Helvetica Neue, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    text-align: center;
    letter-spacing: -4px;
    font-size: 11em;
  }

  h2 {
    font-size: 4em;
  }

  h3 {
    font-size: 3.5em;
  }

  .md--hide {
    display: none;
  }

  .col.col-md-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-md-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.col-md-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .col.col-md-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-md-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-md-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-md-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-md-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-md-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-md-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-md-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-md-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .row.is-nav {
    height: 100%;
    align-items: center;
    padding-top: 1rem;
  }

  .brand {
    align-items: center;
  }

  .nav-menu {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-link {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0;
    font-size: 1rem;
  }

  .nav-link.is-logo {
    padding-top: 0;
  }

  .nav-link.is-final {
    padding-left: 0;
  }

  .nav-menu_wrapper {
    height: 50vh;
    background-color: var(--black);
    justify-content: center;
  }

  .navbar__wrapper {
    height: 3rem;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero__heading {
    padding-top: 1.5em;
  }

  .padding--large {
    padding-top: 10em;
  }

  .tag-line, .paragraph {
    font-size: 1.3em;
  }

  .padding--medium {
    padding-top: 5em;
  }

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

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

  .release-list__content {
    grid-column-gap: 3.75em;
  }

  .release-info__body {
    width: 30em;
  }

  .community__image__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    overflow: hidden;
  }

  .community__image {
    width: 15em;
    height: 20em;
  }

  .news__image.is-md-top {
    padding-bottom: 1rem;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: center;
    padding-bottom: .8rem;
  }

  .footer-bottom__socials {
    padding-bottom: 3rem;
  }

  .preview-wrapper {
    left: auto;
    right: 2%;
  }

  .slider {
    padding-left: 5%;
  }

  .is-h1 {
    font-size: 11em;
  }

  .slider_arrow {
    right: 10%;
  }

  .slider_arrow.is-right {
    margin-left: 0;
    padding-left: 2px;
  }

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h2, h4 {
    font-size: 3.5em;
  }

  .sm--hide {
    display: none;
  }

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex: 0 83.3333%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex: 0 91.6667%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex: 0 75%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex: 0 58.3333%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex: 0 33.3333%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex: 0 50%;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex: 0 16.6667%;
  }

  .col.col-sm-1 {
    max-width: 8.33333%;
    flex: 0 8.33333%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex: 0 25%;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex: 0 41.6667%;
  }

  .col.sm--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex: 0 66.6667%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex: 0 100%;
  }

  .row.justify-around.direction-vertical {
    flex-direction: column;
  }

  .row.is-nav {
    padding-bottom: 1rem;
  }

  .brand {
    width: 4em;
    padding-left: 0;
  }

  .container-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar__wrapper {
    height: auto;
  }

  .menu-button {
    padding-top: 0;
    padding-right: 0;
  }

  .hero__wrapper {
    padding-top: 2.5rem;
  }

  .paragraph__small.is-release-info {
    margin-top: .5rem;
  }

  .paragraph, .paragraph.align-centre {
    font-size: 1.2em;
  }

  .release-list__content {
    grid-column-gap: .5em;
    grid-template-columns: .25fr 1fr;
  }

  .release-info__subtext {
    flex-direction: column;
  }

  .release-info__body {
    width: 100%;
  }

  .individuals__body {
    font-size: 1.2em;
  }

  .community__image {
    width: 10em;
    height: 15em;
  }

  .footer__wrapper {
    height: 75vh;
  }

  .footer__heading {
    font-size: 6em;
  }

  .footer-bottom__terms {
    flex-direction: column;
  }

  .paragraph__xs-small.is-grey {
    margin-bottom: .4rem;
  }

  .slide {
    margin-left: 8em;
  }

  .is-h1 {
    font-size: 6.7em;
  }

  .heading {
    font-size: 3.5em;
  }

  .slider_arrow {
    right: 13%;
  }
}

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

  h2, h3 {
    font-size: 2.5rem;
  }

  p {
    font-size: .875rem;
  }

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

  .xs--hide {
    display: none;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .row.justify-around.xs-justify-left {
    justify-content: flex-start;
  }

  .sg-hero__text {
    margin-top: 1.25rem;
  }

  .sg-card__wrapper.sg-card__wrapper--color {
    margin-top: .625rem;
  }

  .sg-item__title-wrapper {
    justify-content: space-between;
  }

  .sg-item__title {
    margin-right: 0;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .cookie__text, .cookie__link {
    font-size: .75rem;
  }

  .form__button {
    font-size: .875rem;
  }

  .brand {
    width: 3em;
    padding-left: 0;
  }

  .nav-link.is-logo {
    padding-bottom: 0;
  }

  .container-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar__wrapper {
    height: 3rem;
  }

  .hero__wrapper {
    padding-top: 2rem;
  }

  .hero__image-overlap {
    overflow: hidden;
  }

  .hero-overlap__image {
    width: 20em;
    height: 30em;
  }

  .about-image__wrapper {
    height: 25em;
  }

  .h2 {
    font-size: 3em;
  }

  .latest-release__heading {
    padding-top: 2em;
  }

  .release-list__content {
    position: relative;
  }

  .community__image__wrapper {
    overflow: hidden;
  }

  .community__image {
    width: 8em;
    height: 12em;
  }

  .footer__heading {
    font-size: 4em;
  }

  .release-list-image_wrapper {
    opacity: .4;
    align-items: flex-end;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .preview-wrapper {
    top: 75%;
  }

  .preview-wrapper.shorter.taller {
    display: none;
    left: 5%;
  }

  .about-info__image {
    padding-bottom: 1em;
  }

  .mask {
    width: auto;
  }

  .slide {
    margin-left: 15%;
    margin-right: 1em;
  }

  .slide-2 {
    margin-right: 1em;
  }

  .is-h1 {
    width: auto;
    letter-spacing: 0;
    font-size: 18vw;
  }

  .slide-9, .slide-10, .slide-11 {
    margin-right: 1em;
  }

  .slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slider-image_wrapper {
    height: 30em;
    max-height: 35em;
    max-width: 100vw;
  }

  .slider_arrow {
    right: 21%;
  }
}

#w-node-_14ca1e7b-0401-c035-3e94-91df22eb5573-5f6ca046, #w-node-_60c73667-915c-6915-5140-f54a72f60e6e-5f6ca046, #w-node-_54bac61b-0127-2bdd-0b83-8cc74eb09aa5-5f6ca046, #w-node-_3cfe790a-1001-c6d6-6504-1936b5e95dd6-5f6ca046, #w-node-_86994ed0-cbea-6a19-2501-2bc7a91cccc8-5f6ca046 {
  justify-self: center;
}

#w-node-_9b3a2d28-d713-9e33-4940-6c54f307d345-5f6ca046 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_35f6a009-ab1f-a6cb-3dd8-8c84ee71e6e0-5f6ca046 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b73c1a78-6ecf-3d38-e97c-b1ab55e4e356-5f6ca046 {
  grid-area: 3 / 4 / 4 / 5;
}


@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Light-08.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}