:root {
  --link: #920303d9;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --blendoverlayvideolanding: 100%;
}

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

.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;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Exo, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.25rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  background-color: #0000;
  margin-left: 1vw;
  margin-right: 1vw;
}

.body {
  background-color: #fff0;
}

.grid_text-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding-bottom: 2.08em;
  display: flex;
  position: sticky;
  top: 0;
}

.grid_list {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3.6em;
  display: flex;
}

.is--alt-text {
  color: #868686;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Exo, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.5;
}

.header_text-wrap {
  z-index: 1;
  mix-blend-mode: difference;
  position: relative;
  overflow: hidden;
}

.grid_text-list {
  margin-left: -.5em;
  position: relative;
}

.grid_item {
  padding: .36em;
}

.grid_text-item {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: opacity .1s;
  position: absolute;
  inset: 0%;
}

.section_text-move_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.section_text-move_content.is--header {
  text-align: center;
  margin-top: -30px;
  padding: 0 0;
  position: relative;
}

.section_text-move {
  z-index: 1;
  height: 100vh;
  margin-top: 75vh;
  position: relative;
}

.header_text-move.is--last {
  padding-bottom: 2.4em;
}

.header_text {
  filter: sepia(50%);
  background-image: radial-gradient(circle, #9c9c9c, #000 68%);
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-top-right-radius: 25%;
  border-bottom-left-radius: 25%;
  position: relative;
  overflow: clip;
  box-shadow: inset 0 0 .2rem .1rem #fffc, 0 .5rem 1rem .0625rem #000000e6;
}

.grid_wrapper {
  z-index: 2;
  position: relative;
}

.h1minimalgoods {
  opacity: .8;
  filter: invert(40%);
  color: #fc0105;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 6rem;
  line-height: 1.5;
}

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

.music {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: inline-flex;
  position: relative;
}

.events {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: inline-flex;
}

.booking {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: inline-flex;
  position: relative;
}

.contact {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: inline-flex;
}

.nav_logo4_2 {
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 99;
  mix-blend-mode: difference;
  background-color: #fff;
  flex-flow: row;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_content {
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5vh;
  padding-bottom: .5vh;
  display: flex;
}

.nav-menu-2 {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  margin-top: 1vh;
  margin-bottom: 1vh;
  display: flex;
}

.button-toggle {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #fff5e6cc;
  border: .05em solid #ffc037;
  border-width: .05em 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 9em;
  padding: .7em;
  font-size: 1em;
  display: flex;
}

.button-toggle:hover {
  background-color: #fae6c5;
}

.button-toggle:active {
  color: #fff;
  background-color: #333;
  border-color: #cfcfcf;
}

.text-block-2 {
  text-shadow: 0 0 .5em #ff00b7;
  white-space: normal;
  overflow-wrap: normal;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none;
  display: block;
}

.music_landing {
  z-index: 9999;
  background-image: url('../images/bg-bird-view.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.125rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pre-load {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.sound-toggle-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pre-load-background {
  background-color: #fdfff4;
  border-bottom: .0625rem solid #ffe6a7;
  position: fixed;
  inset: 0%;
}

.button-preload {
  z-index: 18;
  background-color: #fffba7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 12em;
  display: flex;
  position: relative;
}

.button-preload:hover {
  background-color: #fffcc8;
}

.button-preload:active {
  background-color: #fff47d;
}

.button-preload.button-loading {
  z-index: 19;
  cursor: default;
  background-color: #ffe6a7;
  justify-content: flex-start;
  display: none;
  position: absolute;
  overflow: hidden;
}

.button-preload.play {
  cursor: pointer;
  transition: all 1s;
}

.button-preload.play:hover {
  color: #fff;
  background-color: #555;
}

.button-preload.play:active {
  background-color: #000;
}

.text-button-toggle {
  margin-right: auto;
}

.lottie-soundwave {
  filter: brightness(24%);
  width: 1em;
  margin-right: .2em;
}

.loading-marquee {
  display: flex;
}

.section-paragraph {
  color: #ffffffbf;
  margin-bottom: 1.5625rem;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 2;
}

.tracks_wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.example-badge {
  color: #15e6cd;
  text-transform: uppercase;
  background-color: #15e6cd1a;
  border-radius: .25rem;
  margin-bottom: .9375rem;
  margin-right: .625rem;
  padding: .4375rem .625rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 1.25rem;
  width: .625rem;
  height: .625rem;
  position: absolute;
  inset: -.1875rem 0% auto auto;
}

.section_music {
  z-index: 1;
  -webkit-backdrop-filter: blur(.9375rem);
  backdrop-filter: blur(.9375rem);
  background-color: #000;
  background-image: radial-gradient(circle closest-side, #4968be, #000);
  justify-content: center;
  align-items: center;
  display: block;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: .1875rem;
  position: relative;
}

.tracklist-text {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section_music-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10vh 5vw;
  display: flex;
}

.mp-audio-bar {
  cursor: pointer;
  width: .9375rem;
  margin-right: .625rem;
  display: none;
}

.mp-audio-bar.is-playing {
  display: block;
}

.media-player-control-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: .625rem;
  display: flex;
}

.media-player-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.volume-bar-wrapper-2 {
  background-color: #f0f0f00f;
  width: 6.25rem;
  height: .1875rem;
}

.media-player {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
}

.thumbnail {
  border-radius: .25rem;
  width: 3.4375rem;
  height: 3.4375rem;
  margin-right: .625rem;
}

.media-player-controls-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.elapsed {
  flex-direction: row;
  display: flex;
}

.media-player-play-button {
  background-color: #fff;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  padding-top: .0625rem;
  padding-left: .125rem;
  display: flex;
}

.volume-toggle {
  cursor: pointer;
  width: .9375rem;
  height: .9375rem;
  margin-right: .625rem;
}

.media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.main-media-player {
  z-index: 999;
  -webkit-backdrop-filter: saturate(200%) blur(.9375rem);
  backdrop-filter: saturate(200%) blur(.9375rem);
  background-color: #050505e6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.media-player-volume-wrapper {
  align-items: center;
  margin-right: 1.25rem;
  display: flex;
}

.previous-song-icon, .next-song-icon {
  cursor: pointer;
  width: .75rem;
  height: .75rem;
}

.volume-bar-2 {
  background-color: #fff;
  width: 50%;
  height: .1875rem;
}

.progress-bar-background {
  background-color: #f0f0f00f;
}

.genre {
  color: #ffffffb3;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.title-2 {
  color: #fff;
  margin-bottom: .3125rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.title-2.truncate {
  color: #fffffff2;
  font-weight: 600;
}

.pause-button-icon {
  width: .6875rem;
}

.media-player-song {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.play-button-icon {
  width: .6875rem;
  height: .6875rem;
}

.progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: .1875rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding-top: .625rem;
  padding-bottom: .8125rem;
}

.media-player-pause-button {
  background-color: #fff;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  display: flex;
}

.media-player-exit-icon {
  cursor: pointer;
  width: .875rem;
  height: .875rem;
}

.media-player-content-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.section_contact {
  text-align: center;
  position: relative;
}

.interaction_img_wrap {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.interaction_img {
  aspect-ratio: 2 / 3;
  border-radius: .5rem;
  flex: none;
  width: 30vw;
  min-width: 8rem;
}

.interaction_contain.u-container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.interaction_visual_wrap {
  pointer-events: none;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.interaction_template {
  display: none;
}

.interaction_cms_wrap {
  z-index: 0;
  display: none;
  position: relative;
}

.tracklist {
  z-index: 99;
  background-color: #ffffff1a;
  border-top: .0625rem solid #ffffff1a;
  border-left: .0625rem solid #ffffff1a;
  border-right: .0625rem solid #ffffff1a;
  border-radius: .25rem;
  flex: none;
  width: 50vw;
}

.track-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: .25rem;
  width: 4.0625rem;
  height: 4.0625rem;
  margin-right: .9375rem;
}

.track-time {
  color: #ffffff80;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.track-title {
  color: #fff;
  margin-bottom: .3125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.tracks {
  cursor: pointer;
  background-color: #0000000d;
  border-bottom: .0625rem solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding: 1vh 1vw;
  transition: all .2s;
  display: flex;
}

.tracks:hover {
  background-color: #ffffff0d;
}

.track-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 5vw;
  display: flex;
}

.track-number {
  color: #ffffff80;
  margin-right: 1.25rem;
  font-size: .875rem;
  line-height: 1;
}

.track-genre {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.true-media-player-track {
  display: none;
}

.thumbnail-wrapper {
  align-items: center;
  display: flex;
}

.tl-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid_text-title {
  text-align: center;
  white-space: normal;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 25rem;
  line-height: 1;
  display: block;
  position: relative;
  bottom: 15vh;
}

.grid_element {
  opacity: .6;
  color: #fff;
  width: 100%;
  padding-top: 131%;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 1vw;
  line-height: 1.6;
  position: relative;
}

.grid_image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo_wrap {
  z-index: 1;
  opacity: .25;
  pointer-events: none;
  mix-blend-mode: soft-light;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  inset: -25% 0% 0%;
}

.titre {
  height: 4rem;
}

.titre.is-music {
  filter: invert();
  background-color: #fff0;
  height: 8vh;
  display: flex;
}

.bubble_mouse {
  z-index: 0;
  display: none;
  position: relative;
}

.img-bg {
  z-index: 0;
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-family: Montserrat, sans-serif;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bubble-wrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bubble {
  z-index: 1;
  perspective-origin: 50%;
  transform-origin: 50%;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  margin-top: -15vw;
  margin-left: -15vw;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.img-bubble {
  z-index: 1;
  opacity: .2;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #fff;
  background-image: url('../images/audio-active.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 15vw;
  margin-left: 15vw;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-2 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: exclusion;
  padding-top: .25vh;
  font-size: 1.2rem;
  line-height: .9;
  position: fixed;
  top: 4vh;
  left: 2vw;
}

.wrapper {
  width: 100vw;
  height: 100vw;
  position: relative;
  top: 50%;
  transform: translate(0, -50%)scale(.8);
}

.title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .25vh;
  font-size: 3.5rem;
  line-height: 1;
}

.content {
  width: 100%;
  position: relative;
}

.circle-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.content-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.kaleido-image {
  width: 100vw;
  max-width: 100vw;
  height: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%)rotate(0)scale(.8);
}

.kalaeidoscop_content {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.copy {
  opacity: .5;
  color: #fff;
  text-align: left;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.copy.right {
  text-align: right;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.kaleido-part {
  perspective-origin: 50%;
  transform-origin: 50% 100%;
  background-color: #0000;
  width: 54vw;
  height: 100vw;
  position: absolute;
  top: -50%;
  left: 23vw;
  transform: none;
}

.kaleido-part.clip._60deg {
  transform: rotate(60deg)scale(1.1);
}

.kaleido-part.clip._150deg {
  transform: rotate(150deg)scale(1.1);
}

.kaleido-part.clip._210deg {
  transform: rotate(210deg)scale(1.1);
}

.kaleido-part.clip._120deg {
  transform: rotate(120deg)scale(1.1);
}

.kaleido-part.clip._240deg {
  transform: rotate(240deg)scale(1.1);
}

.kaleido-part.clip._90deg {
  transform: rotate(90deg)scale(1.1);
}

.kaleido-part.clip._0deg {
  overflow: hidden;
  transform: scale(1.1);
}

.kaleido-part.clip._300deg {
  transform: rotate(300deg)scale(1.1);
}

.kaleido-part.clip._180deg {
  transform: rotate(180deg);
}

.kaleido-part.clip._30deg {
  height: 100vw;
  transform: rotate(30deg)scale(1.1);
}

.kaleido-part.clip._330deg {
  transform: rotate(330deg)scale(1.1);
}

.kaleido-part.clip._270deg {
  transform: rotate(270deg)scale(1.1);
}

.section-2 {
  width: 100vw;
  height: 200vh;
  position: relative;
}

.kalaeidoscop {
  perspective: 125rem;
  height: 800vh;
  display: block;
  position: relative;
}

.details {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: .5vh;
  display: flex;
}

.clone-btn {
  z-index: 999;
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
  width: 7.5rem;
  height: 7.5rem;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.clone-btn.w--current {
  z-index: 999;
  inset: auto 0% 0% auto;
}

.content-bg {
  z-index: 10;
  opacity: .9;
  background-image: radial-gradient(circle, #000 16%, #0707071a 50%);
  border-radius: 50%;
  width: 50vw;
  height: 50vw;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.clone-btn-label {
  opacity: 1;
  transform-origin: 50%;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-3deg);
}

.subtitle {
  opacity: .5;
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: .25vh;
  margin-bottom: .25vh;
  font-size: 2rem;
  line-height: 1;
}

.hero-title-line-logo {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
  display: block;
}

.hero-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100svh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
}

.loading {
  z-index: 20;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.header-paragraph {
  max-width: 20ch;
  line-height: 1;
}

.hero-title-line-wrapper {
  flex: 1;
  align-items: center;
  margin-top: 1rem;
  margin-right: 1.5rem;
  display: flex;
}

.cta-button {
  color: #fff;
  text-transform: uppercase;
  height: 3rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.marquee-wrapper {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 10rem;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.header {
  z-index: 10;
  width: 100%;
  padding-top: 2.5rem;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.cta-button-icon-wrapper {
  border: .0625rem solid #fff;
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  overflow: hidden;
}

.hero-title-top {
  max-width: 10ch;
  display: block;
}

.hero-title {
  text-transform: uppercase;
  font-size: 7.75rem;
  font-weight: 400;
  line-height: .9;
}

.section-spacer {
  height: 100svh;
}

.hero-subtitle-wrapper {
  overflow: hidden;
}

.spline-scene-overlay {
  z-index: 1;
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.loading-icon {
  width: 5rem;
  height: 5rem;
  display: block;
}

.hero-title-line {
  transform-origin: 0%;
  border-top: .0625rem solid #fff;
  width: 100%;
}

.marquee-reveal-wrapper {
  overflow: hidden;
}

.marquee-el {
  padding-right: 3rem;
}

.logo {
  color: #fff;
  width: 12.5rem;
}

.cta-button-label {
  text-shadow: 0 3rem #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-title-word-wrapper {
  display: inline-block;
  overflow: hidden;
}

.hero-title-word {
  margin-left: auto;
  display: inline-block;
}

.shipping-title-small {
  font-size: 3rem;
  display: block;
}

.footer-shipping-title {
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9;
}

.shipping-title-big {
  display: inline-block;
}

.spline-scene-wrapper {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100lvh;
  display: block;
  position: fixed;
  inset: 0%;
}

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

.logo-img {
  width: 100%;
  display: block;
}

.cta-button-icon {
  flex: none;
  width: 10rem;
  height: 10rem;
  display: block;
  transform: scale(.5);
}

.spline-scene {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.section {
  z-index: 2;
  position: relative;
}

.section.footer {
  z-index: 0;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 100svh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
}

.section.hero {
  min-height: 100svh;
  display: block;
}

.hero-title-bottom {
  align-items: center;
  display: flex;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.load-trigger {
  width: 0;
  height: 0;
  position: absolute;
  left: -100%;
}

.cta-button-label-wrapper {
  white-space: nowrap;
  border: .0625rem solid #fff;
  border-radius: .25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1;
  overflow: hidden;
}

.brix---icon-square-acent-36px {
  background-color: var(--link);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  min-height: 2.25rem;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---icon-square-acent-36px:hover {
  transform: scale(.92);
}

.brix---icon-square-acent-36px.is-fb {
  background-color: var(--elements-webflow-library--secondary--color-1);
}

.brix---icon-square-acent-36px.is-insta {
  background-color: #fff0;
  background-image: linear-gradient(50deg, #f2ff00, #f541c5);
}

.brix---social-media-grid-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 2.25rem);
  justify-content: space-around;
  align-self: center;
  place-items: stretch stretch;
  display: flex;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2rem;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 2.5rem;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---divider-64px {
  background-color: var(--elements-webflow-library--neutral--400);
  height: .0625rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: none;
}

.brix---mg-top-16px {
  color: var(--link);
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.brix---text-200-bold {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1rem;
}

.brix---contact-details-mg {
  margin-right: 2rem;
}

.brix---contact-details-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-32px {
  margin-bottom: 2rem;
}

.brix---contact-form-right-side {
  background-color: var(--elements-webflow-library--neutral--200);
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  padding: 5.5rem 3.5rem;
  position: relative;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 1rem;
  margin-top: 1.25rem;
  padding: 1.25rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---icon-success-message-big {
  width: 3.75rem;
  margin-bottom: .625rem;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 1.5rem;
  padding: 1.75rem 1.75rem 2rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--neutral--600);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 3rem;
  justify-content: center;
  padding: 1.625rem 2.375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -.1875rem, .000625rem);
}

.brix---text-area {
  border: .0625rem solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 1.375rem;
  min-height: 9rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 1.125rem;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.brix---input {
  border: .0625rem solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 6.25rem;
  min-height: 4.375rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 1.125rem;
}

.brix---form-grid-2-columns {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---contact-form-left-side {
  padding: 5.5rem 3.5rem;
}

.brix---grid-contact-v3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---card {
  z-index: 1;
  border: .0625rem solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  opacity: .95;
  filter: invert(94%);
  border-radius: 1.5rem;
  position: relative;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4.125rem;
}

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

.brix---inner-container-700px-center {
  mix-blend-mode: difference;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: none;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.calendar-section {
  margin-top: 7vh;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

.calendar_content {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.little-details-wrapper {
  position: absolute;
  inset: auto 0% 0% .9375rem;
}

.button {
  text-align: center;
  flex: 1;
  margin-top: .625rem;
}

.button.rb {
  background-color: #2d2d2d;
  border-bottom-right-radius: .625rem;
  margin-left: .125rem;
}

.button.rb:hover {
  background-color: #818181;
}

.button.lb {
  background-color: #2d2d2d;
  border-bottom-left-radius: .625rem;
  margin-right: 1vw;
}

.button.lb:hover {
  background-color: #818181;
}

.button.lb.pb {
  border-bottom-right-radius: .625rem;
  margin-right: 0;
}

.event-wrapper {
  background-color: #eaeaf3;
  border-radius: .625rem;
  flex-direction: column;
  height: 50vh;
  padding: 0 .625rem .625rem;
  display: flex;
  box-shadow: 0 2px .3125rem #000;
}

.event-wrapper:hover {
  background-color: #f6f4fc;
}

.event-information-wrapper {
  flex-direction: column;
  justify-content: space-around;
  width: 80%;
  padding-left: .9375rem;
  display: block;
  position: relative;
}

.event-details-wrapper {
  margin-bottom: .125rem;
  margin-right: 0;
  display: block;
}

.name {
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.top-wrapper {
  height: 6.875rem;
  margin-top: .625rem;
  display: flex;
}

.icon {
  width: 1rem;
  margin-right: .625rem;
}

.event-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex: 1;
  margin-top: .9375rem;
}

.details-text {
  color: #969696;
  font-size: .875rem;
  line-height: 1.25rem;
  display: inline-block;
}

.day-name {
  font-size: 1.5625rem;
  line-height: 1.25rem;
}

.day-date {
  font-size: .9rem;
  line-height: 1;
}

.date-and-day-wrapper {
  text-transform: uppercase;
  border-right: .0625rem solid #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-size: 1.25rem;
  display: flex;
}

.button-wrapper {
  align-items: center;
  display: flex;
}

.mutebutton {
  z-index: 999;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  box-shadow: 0 0 1rem .1rem #000c;
}

.button-2 {
  z-index: 999;
  opacity: .75;
  color: #000;
  letter-spacing: 2rem;
  text-transform: capitalize;
  mix-blend-mode: difference;
  margin-left: 0;
  margin-right: 0;
  padding: 1vh 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: all .75s cubic-bezier(.68, -.55, .265, 1.55);
  display: block;
}

.button-2:hover {
  letter-spacing: 1rem;
  background-color: #fff;
}

.landing_video {
  z-index: 1;
  filter: none;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing_anml_video {
  z-index: 1;
}

.events-page-wrapper {
  display: flex;
}

.left-events-page-column {
  width: 35%;
  padding-right: .9375rem;
}

.event-wrapper-page {
  background-color: #eaeaf3;
  border-radius: .625rem;
  flex-direction: column;
  margin-top: 0;
  padding: 0 .625rem .625rem;
  display: flex;
  position: sticky;
  top: .625rem;
}

.event-wrapper-page:hover {
  background-color: #f6f4fc;
}

.right-events-page-column {
  width: 65%;
}

.container-26, .container-27 {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .625rem;
  padding-right: .625rem;
}

.interested-heading {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.empty {
  text-align: center;
  background-color: #0000;
}

.svg_lettre {
  width: 2rem;
  height: 2rem;
}

.page_content {
  width: 100%;
  overflow: clip;
}

.section_kaleido {
  z-index: 0;
  position: relative;
  inset: -50vh 0% 0%;
}

.collection-list-wrapper {
  position: relative;
}

.section_events_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.section_events_content.is--grid {
  padding-bottom: 0;
}

.header_text_background {
  max-width: none;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.header_text_wrapper {
  grid-column-gap: 40vw;
  grid-row-gap: 40vw;
  opacity: .05;
  mix-blend-mode: screen;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact_detail_wrap {
  margin-bottom: 25vh;
  position: absolute;
  inset: auto 0% 0%;
}

.hero_account-firstblock-title {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  flex-flow: column;
  display: flex;
}

.otp_pop-up-button-style {
  color: #8380b9;
  text-align: center;
  background-color: #0000;
  border: .0625rem solid #ffffffb3;
  border-radius: .3125rem;
  width: 50%;
  transition: all .4s;
}

.otp_pop-up-button-style:hover {
  transform: scale(1.01);
}

.otp_pop-up-button-style.is-verify {
  color: #ffffffe6;
  background-color: #4a2fc3;
  border-style: none;
}

.otp_pop-up {
  z-index: 20;
  color: #fff;
  background-color: #080715cc;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.otp_pop-up-button {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  justify-content: center;
  width: 100%;
  display: flex;
}

.hero_account-secondblock-image {
  width: 1.25rem;
}

.hero_account-secondblock-image.is-linkedin {
  width: 1.5625rem;
}

.hero_account-secondblock-wrap {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.hero_account-fourthblock-form {
  flex-flow: column;
  display: flex;
}

.section_hero-2 {
  color: #fff;
  background-color: #080715;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
}

.hero_account-fourthblock-checkbox-field {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  margin-top: .9375rem;
}

.otp_pop-up-wrap {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  background-image: linear-gradient(90deg, #1c1840, #0d0c22);
  border: .0625rem solid #26253a;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 28.125rem;
  padding: 1.5625rem 1.25rem;
  display: flex;
  position: relative;
}

.hero_account-firstblock-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_account-thirdblock-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_account-firstblock-title-image {
  z-index: 1;
}

.hero_account-fourthblock-text-field {
  color: #fff;
  background-color: #0d0b20;
  border: .0625rem solid #26253a;
  border-radius: .3125rem;
  margin-bottom: .625rem;
  padding: .9375rem .625rem;
}

.hero_account-fourthblock-text-field::placeholder {
  color: #8380b9;
}

.otp_pop-up-number {
  background-color: #121028;
  border: .0625rem solid #26253a;
  border-radius: .3125rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 4.6875rem;
  position: relative;
}

.hero_account-background {
  z-index: 2;
  background-image: linear-gradient(360deg, #171431f0 17%, #827ac061 65%);
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_account-firstblock-title-image-wrap {
  background-color: #0000;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: stretch;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  overflow: hidden;
}

.container-small {
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.otp_pop--up-image-wrap {
  background-color: #39336896;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .3125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_account-fourthblock-button {
  color: #8380b9;
  text-align: center;
  background-color: #0000;
  border: .0625rem solid #ffffffb3;
  border-radius: .3125rem;
  width: 50%;
  font-weight: 300;
  transition: all .4s;
}

.hero_account-fourthblock-button:hover {
  transform: scale(1.02);
}

.hero_account-fourthblock-button.is-sign-up {
  color: #ffffffe6;
  background-color: #4a2fc3;
  border-color: #4a2fc3;
}

.hero_account-fourthblock-checkbox {
  width: .9375rem;
  height: .9375rem;
  margin-right: .625rem;
}

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

.form-block {
  width: 100%;
}

.otp_popup-input-wrap {
  grid-column-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1.875rem;
  display: flex;
  position: relative;
  left: .3125rem;
}

.hero_account-wrap {
  background-image: linear-gradient(90deg, #1c1840, #0d0c22);
  border: .0625rem solid #26253a;
  border-radius: .625rem;
  width: 100%;
  max-width: 28.75rem;
  padding: 1.25rem;
  position: relative;
}

.link {
  color: #8380b9;
}

.hero_account-thirdblock-line {
  border-top: .0625rem solid #26253a;
  width: 50%;
  height: .125rem;
}

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

.hero_account-fourthblock-form-block {
  margin-bottom: 0;
}

.otp_pop-up-input {
  z-index: 2;
  color: #fff;
  text-align: left;
  letter-spacing: 4.25rem;
  background-color: #0000;
  border: .0625rem #000;
  width: 28.75rem;
  height: 4.6875rem;
  margin-bottom: 0;
  padding-left: 1.625rem;
  font-size: 4rem;
  position: absolute;
  top: 0;
  left: 0;
}

.otp_pop-up-input::placeholder {
  color: #fff;
}

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

.text-span-2 {
  cursor: pointer;
  text-decoration: underline;
}

.text-span-2.is-hide {
  cursor: auto;
}

.otp_pop-up-title-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.otp_pop-up-grid-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: .9375rem;
  margin-bottom: .9375rem;
  display: flex;
}

.cross_line-wrap {
  cursor: pointer;
  background-color: #2a2a47;
  border-radius: 6.25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1.5625rem;
  height: 100%;
  max-height: 1.5625rem;
  display: flex;
  position: absolute;
  inset: 2% 3% auto auto;
}

.hero_account-fourthblock-submit {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  margin-top: 1.25rem;
  display: flex;
}

.hero_account-fourthblock-wrap {
  margin-top: .625rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.otp_pop-up-number-overflow {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 4.6875rem;
  margin-left: 2.5rem;
  display: block;
  position: absolute;
  top: 0%;
  left: 100%;
  right: auto;
}

.otp_cross-line-wrap {
  cursor: pointer;
  background-color: #2a2a47;
  border-radius: 6.25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1.5625rem;
  height: 100%;
  max-height: 1.5625rem;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
}

.text-span {
  color: #8380b9;
  text-decoration: underline;
  transition: all .2s;
}

.text-span:hover {
  color: #fff;
}

.hero_account-secondblock-button {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  background-color: #4a2fc3;
  border-radius: .3125rem;
  justify-content: center;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.hero_account-secondblock-button:hover {
  transform: scale(1.02);
}

.account.is-create {
  z-index: 2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.landing_bg {
  z-index: 0;
  object-fit: contain;
  width: 100vw;
  height: 100vh;
  display: block;
  overflow: visible;
}

.landing_video_wrap {
  object-fit: contain;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.landing_bg_wrap {
  opacity: .2;
  mix-blend-mode: exclusion;
  object-fit: contain;
}

.landing_video_mobile {
  z-index: 1;
  filter: blur(.125rem) brightness(181%);
  background-color: #000;
  background-image: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 12vh 0% auto;
}

.landing_video_mobile_wrap {
  opacity: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.landing_bg_mobile_wrap {
  opacity: .5;
  mix-blend-mode: color-burn;
}

.landing_video_google {
  z-index: 1;
  filter: blur(.125rem) brightness(181%);
  object-position: 50% 50%;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing_video_google_wrap {
  opacity: 1;
  background-image: url('../images/Landing_ANML-Couverture.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.landing_bg_google_wrap {
  opacity: .5;
  mix-blend-mode: color-burn;
}

.landing_bg_google {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  overflow: visible;
}

.landing_bg_mobile {
  z-index: 0;
  filter: none;
  object-fit: contain;
  height: 100%;
  display: block;
  overflow: visible;
}

.event-image-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex: 1;
  height: 50vh;
}

.logo_lettre.is-i {
  height: 8vh;
  padding-top: 2px;
  padding-bottom: 2px;
}

.section_footer {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: -5vh;
  position: relative;
}

.stamp_clweb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 6rem;
  display: block;
  position: relative;
  inset: auto 0% 0% auto;
}

.text_stamp_clweb {
  opacity: .44;
  color: #000;
  text-align: center;
  padding-bottom: 1vh;
  font-family: Lato, sans-serif;
  font-size: .7rem;
  line-height: 1;
}

.lottie-animation-4 {
  position: absolute;
  inset: 0%;
}

.logo_clweb {
  opacity: .7;
  display: block;
  position: static;
  overflow: visible;
}

.landing_anml_video_mobile {
  z-index: 1;
}

.section-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.section-paragraph-2 {
  color: #ffffffbf;
  margin-bottom: 25px;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 2;
}

.sp-pause {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.example-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.sp-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.sp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.example-badge-2 {
  color: #15e6cd;
  text-transform: uppercase;
  background-color: #15e6cd1a;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 7px 10px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.sp-title {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.true-progress-head-2 {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.example {
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  display: flex;
}

.container-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.progress-bar-2 {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

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

.sp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.sp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 1rem 2rem;
}

.true-media-player-single-track {
  display: none;
}

.sp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.sp-artist-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.sp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sp-progress-bar-background {
  background-color: #f0f0f00f;
}

.sp-elapsed {
  flex-direction: row;
  display: flex;
}

.section-button {
  color: #fff;
  background-color: #4968be;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 50px -20px #4968be;
}

.section-button:hover {
  background-color: #4968becc;
}

.sp-play {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.true-progress-head-3 {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.sp-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hims-head-block {
  color: #1e1e1e;
  width: 100%;
  max-width: none;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15vh;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
}

.star-radio-buttons-5 {
  grid-column-gap: 2px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center start;
  width: auto;
  max-width: 170px;
  height: 27px;
  margin-bottom: 10px;
  display: grid;
}

.close-review-form {
  z-index: 30;
  width: 22px;
  position: absolute;
  inset: 3% 3% auto auto;
}

.hims-review-count {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.reviewer-div {
  margin-top: 30px;
  display: flex;
}

.review-popup-div {
  z-index: 9500;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.success-message-4 {
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-18 {
  font-size: 16px;
  font-weight: 600;
}

.hims-reviews-header {
  border-bottom: 1px solid #ddd;
}

.comment-form-3 {
  border-bottom: 1px #cfccc9;
  margin-bottom: 10px;
  padding-bottom: 30px;
  display: block;
}

.comment-form-3.supersparks-comment-form-t3jt3 {
  border-bottom-style: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.hims-reviewer-name {
  margin-left: 13px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.hims-product-name {
  margin-bottom: 13px;
  font-size: 23px;
  font-weight: 500;
}

.hims-email-input {
  height: 50px;
}

.hims-email-input:focus {
  border: 1px solid #000;
}

.hims-email-input:focus-visible, .hims-email-input[data-wf-focus-visible] {
  border-style: solid;
}

.review-form-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding-bottom: 13px;
}

.hims-review-text {
  color: #1e1e1e;
  max-width: 820px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 28px;
}

.star-radio-button {
  z-index: 400;
  cursor: pointer;
  background-color: #da868600;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-left: 0;
  position: absolute;
}

.star-radio-button.star-3 {
  z-index: 400;
}

.star-radio-button.star-3.w--redirected-checked {
  border-style: none;
}

.star-radio-button.star-3.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.star-radio-button.star-1.w--redirected-checked {
  background-color: #0000;
  border: 0 #3898ec00;
}

.star-radio-button.star-1.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.star-radio-button.star-4.w--redirected-checked {
  border-style: none;
}

.star-radio-button.star-4.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.star-radio-button.star-2.w--redirected-checked {
  border-style: none;
}

.star-radio-button.star-2.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.hims-review-totals {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.review-popup-back {
  z-index: 9501;
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 32px;
  display: block;
  position: absolute;
  inset: 0%;
}

.hims-profile-image {
  opacity: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
}

.hims-rating-area {
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  display: flex;
}

.hims-star {
  width: 20px;
  margin-top: 0;
}

.hims-star.rating-section {
  margin-right: 13px;
}

.star-rating-selected-4 {
  z-index: 4;
  border-radius: 3px;
  width: 25px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.star-rating-selected-4._1-star {
  z-index: 8;
  display: none;
}

.hims-reviews-div {
  border-bottom: 1px #ddd;
  padding-top: 0;
  padding-bottom: 0;
}

.supersparks-star-hover-4 {
  z-index: 3;
  width: 25px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hims-review-total {
  color: #717171;
  margin-top: 3px;
  font-weight: 500;
  line-height: 20px;
}

.star-select-outlined-5 {
  z-index: 2;
  width: 25px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rating-input-label {
  margin-top: 35px;
  margin-bottom: 11px;
  font-weight: 600;
  display: inline-block;
}

.rating-text-div {
  margin-right: 6px;
  display: flex;
}

.review-form-popup {
  z-index: 9502;
  background-color: #f9f9f9;
  border-radius: 6px;
  flex-direction: column;
  width: 750px;
  height: 100%;
  padding: 30px 35px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: scroll;
  box-shadow: -1px 2px 15px #0000000d;
}

.radio-button-field-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.hims-review-input {
  height: auto;
  min-height: 100px;
}

.hims-review-input:focus {
  border: 1px solid #000;
}

.hims-review-input:focus-visible, .hims-review-input[data-wf-focus-visible] {
  border-style: solid;
}

.hims-rating-section {
  border-bottom: 1px solid #ddd;
  align-items: center;
  height: 140px;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
}

.hims-reviews-card {
  padding-top: 35px;
  padding-bottom: 35px;
}

.hims-review-align {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1.2fr .4fr;
  width: 100%;
  height: auto;
}

.hims-name-input {
  height: 50px;
}

.hims-name-input:focus {
  border: 1px solid #000;
}

.hims-name-input:focus-visible, .hims-name-input[data-wf-focus-visible] {
  border-style: solid;
}

.hims-stack-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.heading-96 {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.submit-button-5 {
  background-color: #000;
  border-radius: 40px;
  padding: 12px 25px;
  font-weight: 500;
  display: block;
}

.radio-button-label {
  display: none;
}

.hims-page-wrapper {
  background-color: #f7f7f7;
  width: 60%;
}

.hims-reviews-stars-div {
  align-items: flex-start;
  padding-top: 4px;
  display: flex;
}

.hims-header {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 33px;
  font-weight: 600;
  line-height: 40px;
}

.hims-post-time {
  color: #7b7b7b;
  justify-content: flex-end;
  font-weight: 500;
  display: flex;
}

.login-link-5 {
  color: #1a1a1a;
  font-weight: 600;
}

.review-popup-button {
  background-color: #000;
  border-radius: 50px;
  padding-left: 21px;
  padding-right: 21px;
  font-weight: 500;
}

.hims-rating-text {
  color: #717171;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.comment-form-test {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 500;
}

.comment-form-test.all-sparks {
  margin-top: 15px;
  margin-bottom: 20px;
}

.comment-form-test.comment-spark {
  display: none;
}

.reviews-section-star {
  width: 18px;
}

.reviews-section-star.filled {
  width: 16px;
}

.reviews-section-star.unfilled {
  width: 16px;
  margin-left: 4px;
}

.quick-stack {
  margin-top: 5vh;
}

.flex-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5vw;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .brix---form-grid-2-columns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

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

  .section_text-move_content {
    padding-left: 3em;
    padding-right: 3em;
  }

  .elapsed {
    display: none;
  }

  .media-player-bar-wrapper {
    position: absolute;
    inset: 0% 0% auto;
  }

  .main-media-player {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .media-player-volume-wrapper, .duration-2 {
    display: none;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .grid_text-title {
    font-size: 20rem;
  }

  .titre.is-music {
    height: 8vh;
  }

  .logo-2 {
    font-size: 1rem;
    top: 12vh;
  }

  .title {
    font-size: 2.5rem;
    line-height: 1;
  }

  .copy, .copy.right {
    font-size: 1rem;
    line-height: 1;
  }

  .subtitle {
    font-size: 1.5rem;
    line-height: 1;
  }

  .hero-title {
    font-size: 5rem;
  }

  .marquee-el {
    font-size: 8rem;
  }

  .brix---social-media-grid-left {
    grid-column-gap: .625rem;
  }

  .brix---divider-64px {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 1.5rem;
  }

  .brix---contact-form-right-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.5rem;
    padding: 8rem 2.5rem 4rem;
  }

  .brix---btn-primary {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .brix---contact-form-left-side {
    padding: 4rem 2.5rem;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1.2fr;
  }

  .brix---heading-h1-size {
    font-size: 3rem;
    line-height: 3.75rem;
  }

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

  .landing_video {
    background-image: none;
    display: none;
  }

  .events-page-wrapper {
    flex-direction: column;
  }

  .left-events-page-column {
    width: 100%;
    margin-bottom: .9375rem;
    padding-right: 0;
  }

  .right-events-page-column {
    width: 100%;
  }

  .interested-heading {
    font-size: 1.25rem;
    line-height: 1.5;
  }

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

  .section_events_content {
    padding-left: 3em;
    padding-right: 3em;
  }

  .contact_detail_wrap {
    margin-bottom: 5vh;
  }

  .section_hero-2 {
    padding-top: 3rem;
  }

  .landing_video_mobile {
    background-image: none;
    display: block;
  }

  .landing_video_mobile_wrap {
    opacity: 100;
  }

  .landing_video_google {
    background-image: none;
    display: none;
  }

  .example-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .example-wrapper.example-two {
    flex-direction: column;
  }

  .sp-duration {
    display: flex;
  }

  .example {
    padding: 75px 20px;
  }

  .sp-elapsed {
    display: flex;
  }

  .hims-head-block {
    padding-left: 5vh;
    padding-right: 5vh;
  }

  .hims-review-align {
    grid-column-gap: 40px;
    grid-template-columns: .25fr .75fr .25fr;
  }

  .review-popup-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .is--alt-text {
    font-size: 2.5rem;
  }

  .h1minimalgoods {
    font-size: 3.5rem;
    line-height: 1.2;
  }

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

  .music.w--current {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: inline-flex;
  }

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

  .events.w--current {
    flex-flow: row;
  }

  .booking, .contact {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-block-2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .sound-toggle-wrapper {
    grid-template-columns: 1fr;
  }

  .tracks_wrapper {
    flex: none;
  }

  .section_music {
    background-image: radial-gradient(circle at 50% 30%, #4968be 6%, #0000 29%);
  }

  .tracklist-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section_music-wrapper {
    flex: none;
    padding: 2vh 2vw;
  }

  .media-player-control-wrapper {
    margin-bottom: 0;
  }

  .media-info-wrapper {
    display: none;
  }

  .media-player-play-button {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }

  .progress-bar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .media-player-pause-button {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }

  .tracklist {
    width: 75vw;
  }

  .grid_text-title {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 10rem;
    display: inline-block;
  }

  .logo_wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .title {
    font-size: 2.5rem;
  }

  .clone-btn.w--current {
    width: 4rem;
    height: 4rem;
    inset: auto 0% 0% auto;
  }

  .header-paragraph {
    display: none;
  }

  .header {
    padding-top: 1.5rem;
  }

  .shipping-title-small {
    font-size: 2rem;
  }

  .footer-shipping-title {
    font-size: 3rem;
  }

  .grid-8cols {
    grid-template-columns: 1fr;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 1.5rem;
  }

  .brix---divider-64px {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .brix---contact-details-mg {
    margin-right: 1.5rem;
  }

  .brix---contact-form-right-side {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .brix---btn-primary {
    padding: 1.25rem 2rem;
  }

  .brix---text-area {
    border-radius: 1.125rem;
  }

  .brix---input {
    min-height: 3.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1rem;
  }

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

  .brix---contact-form-left-side {
    padding: 1rem 2rem;
  }

  .brix---grid-contact-v3 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    margin-bottom: .75rem;
    font-size: 2.375rem;
    line-height: 2.875rem;
  }

  .brix---container-default {
    margin-top: 2vh;
    margin-bottom: 0;
  }

  .calendar_content {
    max-width: none;
  }

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

  .event-wrapper {
    flex-flow: column;
    height: 40vh;
    display: flex;
  }

  .event-image {
    z-index: 9;
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }

  .day-name {
    font-size: 1.5rem;
  }

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

  .landing_video {
    background-size: 180vw 110vh;
  }

  .svg_lettre {
    width: 1.2rem;
    height: 1.2rem;
  }

  .section_kaleido {
    top: 0;
  }

  .otp_pop-up {
    display: none;
  }

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

  .collection-item {
    flex-flow: row;
  }

  .landing_video_mobile {
    filter: brightness(181%);
    background-image: none;
    top: 0;
  }

  .landing_video_mobile_wrap {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 100%;
  }

  .landing_bg_mobile_wrap {
    opacity: .25;
    mix-blend-mode: difference;
    height: 100%;
  }

  .landing_video_google {
    background-size: 180vw 110vh;
  }

  .background-video {
    filter: brightness(110%);
    height: 100%;
  }

  .landing_bg_mobile {
    filter: none;
  }

  .section_footer {
    margin-top: 0;
    display: flex;
  }

  .text_stamp_clweb {
    padding-bottom: 0;
    font-size: .5rem;
  }

  .section-heading-2 {
    font-size: 25px;
  }

  .example {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .hims-product-name {
    font-size: 20px;
  }

  .hims-write-review-div {
    width: 100%;
  }

  .hims-rating-section {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hims-review-align {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hims-review-align.top-area {
    grid-template-columns: 1fr 1fr;
  }

  .hims-header {
    line-height: 45px;
  }

  .review-popup-button {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .is--alt-text {
    font-size: 2.5rem;
  }

  .section_text-move {
    height: 50vh;
  }

  .h1minimalgoods {
    font-size: 2.5rem;
  }

  .music, .events, .booking, .contact {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
  }

  .text-block-2 {
    -webkit-text-stroke-width: 0rem;
    text-shadow: none;
    white-space: normal;
    word-break: normal;
    line-height: 1.6rem;
  }

  .section-paragraph {
    font-size: 1rem;
  }

  .example-badge {
    font-size: .625rem;
  }

  .section_music {
    background-image: radial-gradient(circle at 50% 30%, #4968be 6%, #0000 20%);
  }

  .section_music-wrapper {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .tracklist {
    width: 95vw;
  }

  .track-thumbnail {
    width: 3.4375rem;
    height: 3.4375rem;
  }

  .track-number {
    margin-right: .625rem;
    display: none;
  }

  .grid_text-title {
    font-size: 6rem;
  }

  .titre.is-music {
    height: 4vh;
  }

  .title {
    font-size: 1.8rem;
  }

  .content-section {
    height: 100vh;
  }

  .copy {
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: .8rem;
  }

  .copy.right {
    padding-right: .25rem;
    font-size: .8rem;
  }

  .kalaeidoscop {
    height: 800vh;
  }

  .subtitle {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
    font-size: 1.2rem;
  }

  .hero-title-line-wrapper {
    display: none;
  }

  .hero-title, .marquee-el {
    font-size: 4rem;
  }

  .logo {
    width: 10rem;
  }

  .hero-title-word-wrapper {
    text-align: left;
    display: block;
  }

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

  .cta-button-label-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---icon-square-acent-36px {
    border-radius: .375rem;
    width: 1.875rem;
    min-width: 1.875rem;
    height: 1.875rem;
    min-height: 1.875rem;
    font-size: .875rem;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 1.875rem);
  }

  .brix---heading-h3-size {
    margin-bottom: .625rem;
    font-size: 1.5rem;
  }

  .brix---divider-64px {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .brix---mg-top-16px {
    margin-top: .75rem;
  }

  .brix---text-200-bold {
    font-size: 1rem;
  }

  .brix---contact-details-mg {
    margin-bottom: 1.25rem;
  }

  .brix---contact-details-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .brix---text-area {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .brix---text-area::placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .brix---input {
    min-height: 3.375rem;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .brix---input::placeholder {
    font-size: 1rem;
    line-height: 1rem;
  }

  .brix---contact-form-left-side {
    padding: 3rem 1.5rem;
  }

  .brix---heading-h1-size {
    margin-bottom: .625rem;
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }

  .brix---container-default {
    margin-top: 2vh;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .icon {
    width: .8rem;
  }

  .event-image {
    width: 100%;
  }

  .details-text {
    font-size: .7rem;
  }

  .day-name {
    font-size: .9rem;
  }

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

  .landing_video {
    background-image: none;
  }

  .interested-heading {
    font-size: 1rem;
  }

  .svg_lettre {
    width: .8rem;
    height: .8rem;
  }

  .section_kaleido {
    margin-top: -25vh;
  }

  .contact_detail_wrap {
    position: absolute;
    inset: -20% 0% 0%;
  }

  .hero_account-firstblock-title {
    align-items: center;
  }

  .otp_pop-up {
    display: none;
  }

  .section_hero-2 {
    padding-top: 0;
  }

  .otp_pop-up-wrap {
    width: 90%;
  }

  .cross_line-icon {
    width: .6875rem;
  }

  .hero_account-firstblock-wrap {
    flex-flow: column;
  }

  .otp_pop-up-number {
    width: 3.75rem;
    height: 3.75rem;
  }

  .hero_account-wrap {
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .otp_pop-up-title-wrap {
    flex-flow: column;
  }

  .otp_pop-up-number-overflow {
    width: 3.75rem;
    height: 3.75rem;
  }

  .landing_video_mobile {
    height: 30vh;
  }

  .landing_video_mobile_wrap {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: 100%;
    inset: 0%;
  }

  .landing_bg_mobile_wrap {
    opacity: .25;
    mix-blend-mode: difference;
    height: 100%;
  }

  .landing_video_google {
    background-size: 190vw 100vh;
  }

  .background-video {
    width: 100%;
    height: 100%;
  }

  .logo_lettre.is-i {
    height: auto;
  }

  .section_footer {
    margin-top: 0;
  }

  .section-paragraph-2 {
    font-size: 1rem;
  }

  .example-badge-2 {
    font-size: 10px;
  }

  .section-button {
    height: 45px;
  }

  .hims-head-block {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .review-popup-div {
    display: none;
  }

  .comment-form-3 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .hims-product-name {
    margin-bottom: 6px;
    font-size: 15px;
    display: none;
  }

  .review-popup-back {
    display: block;
  }

  .hims-rating-area {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 2px;
  }

  .hims-star.rating-section {
    width: 18px;
    margin-right: 0;
  }

  .rating-text-div {
    justify-content: flex-end;
    align-items: center;
    height: 20px;
    margin-bottom: 7px;
    display: flex;
  }

  .review-form-popup {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hims-review-align {
    grid-row-gap: 12px;
  }

  .hims-review-align.top-area {
    grid-column-gap: 25px;
    grid-template-columns: .75fr 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-96 {
    font-size: 17px;
  }

  .hims-reviews-stars-div {
    margin-bottom: 4px;
  }

  .hims-header {
    font-size: 28px;
    line-height: 40px;
  }

  .review-popup-button {
    margin-bottom: 0;
  }

  .hims-rating-text {
    margin-left: 10px;
    font-size: 20px;
    line-height: 15px;
  }

  .hims-rating-text.rating-descriptiojn {
    font-size: 14px;
  }

  .comment-form-test.all-sparks {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
  }

  .overall-rating-block {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
}

#w-node-bf97d253-eb3f-0cfc-214f-7b05e8473aa8-c2137400 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf97d253-eb3f-0cfc-214f-7b05e8473aac-c2137400 {
  justify-self: start;
}

#w-node-b28b6b44-f3de-5e88-02c2-9d2bf85c47b6-c2137400 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_9a820b24-0092-40a5-1a2e-fc2f341bb4fc-b9bbbfe1, #w-node-dcd1cdb8-18b0-1208-9f45-dbcb499b48b7-b9bbbfe1 {
  justify-self: start;
}

#w-node-_59eccb5d-fa1e-be80-3b7b-4fca2ba8b316-b9bbbfe1 {
  justify-self: end;
}

#w-node-_261559aa-819b-0889-8ccc-490f97bd11cd-b9bbbfe1, #w-node-_261559aa-819b-0889-8ccc-490f97bd11d4-b9bbbfe1, #w-node-_261559aa-819b-0889-8ccc-490f97bd11db-b9bbbfe1, #w-node-_261559aa-819b-0889-8ccc-490f97bd11e2-b9bbbfe1, #w-node-_261559aa-819b-0889-8ccc-490f97bd11e9-b9bbbfe1, #w-node-_261559aa-819b-0889-8ccc-490f97bd11ec-b9bbbfe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_261559aa-819b-0889-8ccc-490f97bd121f-b9bbbfe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_261559aa-819b-0889-8ccc-490f97bd1224-b9bbbfe1, #w-node-_261559aa-819b-0889-8ccc-490f97bd1226-b9bbbfe1, #w-node-_261559aa-819b-0889-8ccc-490f97bd1229-b9bbbfe1, #w-node-_261559aa-819b-0889-8ccc-490f97bd1231-b9bbbfe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e24-9e840159 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e34-9e840159 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e36-9e840159 {
  grid-area: 1 / 7 / 2 / 9;
  justify-self: end;
}

#w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e43-9e840159 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e44-9e840159 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e47-9e840159 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e4a-9e840159 {
  grid-area: 1 / 7 / 2 / 9;
  justify-self: end;
}

#w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e4d-9e840159 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e62-9e840159 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e6a-9e840159 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: end;
}

#w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e6c-9e840159 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e6e-9e840159 {
  grid-area: 1 / 7 / 2 / 9;
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-bf97d253-eb3f-0cfc-214f-7b05e8473aac-c2137400 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e34-9e840159 {
    grid-column: 3 / 6;
  }

  #w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e36-9e840159 {
    grid-column-start: 6;
  }

  #w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e44-9e840159 {
    grid-column: span 3 / span 3;
  }

  #w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e6c-9e840159 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e6e-9e840159 {
    grid-column-start: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_261559aa-819b-0889-8ccc-490f97bd121f-b9bbbfe1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-_261559aa-819b-0889-8ccc-490f97bd1229-b9bbbfe1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_261559aa-819b-0889-8ccc-490f97bd1231-b9bbbfe1 {
    justify-self: start;
  }

  #w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e24-9e840159 {
    grid-column: span 1 / span 1;
    align-self: center;
  }

  #w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e36-9e840159 {
    grid-column: 2 / 3;
  }

  #w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e6c-9e840159 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e6e-9e840159 {
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bf97d253-eb3f-0cfc-214f-7b05e8473aa8-c2137400 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e44-9e840159 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e47-9e840159 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e4a-9e840159 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_6d4b261a-3fb9-25e0-8291-4625a1626e6e-9e840159 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }
}


