#tourDates{
  padding-top: 40px;
}
.timeClass{
    background: #6f7f84;
    color: white;
    text-align: center;
    padding: 10px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    grid-template-columns: 72px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-box-flex: 1;
    border-radius: 4px;
    -ms-flex: 1;
    flex: 1;
    margin-left: -8px;
    padding: 8px;
}

.eventClass {
  border-radius: 4px;
  text-decoration: none;
  width: 80vw;
  margin-left: 10% !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: grid;
  grid-template-columns: 72px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-flex: 1;
  border-radius: 4px;
  -ms-flex: 1;
  flex: 1;
  margin-left: -8px;
  padding: 8px;
}

time{
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.eventDetailSpan {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.eventDetailSpan {
  color: #b3b3b3;
}

.eventDetailP {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.timeclassH5{
  color: #fff;
}

.eventDetailH3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.eventDetailH3 {
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.eventDetail{
  overflow: hidden;
  background: #6f7f84;
  color: white;
  padding: 5px;
}

.encore-internal-color-text-subdued {
  color: #a7a7a7;
}

.encore-text-body-small-bold {
  font-weight: 700;
}
.encore-text-body-small, .encore-text-body-small-bold {
  font-size: 0.875rem;
}
.encore-text-body-medium, .encore-text-body-medium-bold {
  font-size: 1rem;
}
.encore-internal-color-text-base {
  color: #fff;
}
.encore-text-body-medium-bold {
  font-weight: 700;
}


.encore-text {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  color: inherit;
  margin-block-end: 0;
}

.timeClassH1{
  font-size: 16px;
  line-height: 16px;
}

.encore-text-title-small {
  font-size: 1.5rem;
}

.encore-text-title-medium, .encore-text-title-small {
  font-family: Helvetica Neue,helvetica,arial,Hiragino Kaku Gothic ProN,Meiryo,MS Gothic;
  font-weight: 700;
}

.topMenu{
  text-align: center;
  display: none;
  top: 80px;
  z-index:50; 
  position: fixed;
  background: #efefef; 
  width: 98vw;
  left: 1%;
  box-shadow: 8px 8px 12px -2px rgba(72, 79, 96, 0.4), -6px -6px 12px -1px white;
}

.m8{
  margin:8px;
}

body{
  min-width: 100vw;
  margin: 0px;
  padding: 0px;
  position: absolute;
}

.mainBody{
  width: 98vw;
  left: 1%;
  top: 80px;
  position: absolute;
}

.mhtml{
  width: 80vw;
  margin: auto;
}

.topBar{
  height:80px;
  z-index:50; 
  position: fixed; 
  top: 0px; 
  background: #efefef; 
  width: 100vw;
  left: 0px;
  box-shadow: 8px 8px 12px -2px rgba(72, 79, 96, 0.4), -6px -6px 12px -1px white;
}

.vrow{
  width: 98vw;
  left: 1%;
  position: relative;
}
.photoBG{
  text-align: unset;
  padding-bottom: 20px;
}

.profileWrapper{
  border-radius: 50px; 
  background: #C1CDD300; 
  box-shadow: inset 20px 20px 65px #a4aeb3, inset -20px -20px 65px #deecf3; 
  border-radius: 50px; 
  margin: 20px; 
  position: relative; 
  font-size: 30px; 
  z-index: 20; 
}

.btnMenu{
  position: fixed;
  top: 20px; 
  left: -250px;
  z-index: 50;
  width: 90px !important;
}

.btnWrapper{
  position: fixed;
  top: 20px; 
  left: 270px;
  z-index: 50;
}

.btnWrapper1{
  position: fixed;
  top: 20px; 
  left: 434px;
  z-index: 50;
}

.btnWrapper2{
  position: fixed;
  top: 20px; 
  left: 598px;
  z-index: 50;
}

.btnWrapper3{
  position: fixed;
  top: 20px; 
  left: 761px;
  z-index: 50;
}

.btnWrapper4{
  position: fixed;
  top: 20px; 
  left: 924px;
  z-index: 50;
}

.btnWrapper5{
  position: fixed;
  top: 20px; 
  left: 1087px;
  z-index: 50;
}


/* START < 1255px - this is where we hide the menu*/
@media (width <= 1255px) {

  .btnMenu{
    position: fixed;
    top: 20px; 
    left: calc(100vw - 113px);
    z-index: 50;
    width: 90px !important;
  }


  .btnWrapper{
    display: none;
    position: fixed;
    top: 100px; 
    left: -250px;
    z-index: 50;
  }
  
  .btnWrapper1{
    display: none;
    position: fixed;
    top: 180px; 
    left: -250px;
    z-index: 50;
  }
  
  .btnWrapper2{
    display: none;
    position: fixed;
    top: 260px; 
    left: -250px;
    z-index: 50;
  }
  
  .btnWrapper3{
    display: none;
    position: fixed;
    top: 340px; 
    left: -250px;
    z-index: 50;
  }
  
  .btnWrapper4{
    display: none;
    position: fixed;
    top: 420px; 
    left: -250px;
    z-index: 50;
  }

  .btnWrapper5{
    display: none;
    position: fixed;
    top: 500px;
    left: -250px;
    z-index: 50;
  }
 

}
/* END < 1255px */


/* START < 1084px */
@media (width <= 1080px) {


}
/* END < 1084px */


/* START < 992px */
@media (width <= 992px) {
  .plyr__video-embed{
    margin-left: 50px;
    margin-right: 50px;
  }


}
/* END < 992px */


/* START < 871px */
@media (width <= 871px) {

  .photoBG{
    text-align: center;
  }


}
/* END < 871px */

/* START < 531px */
@media (width <= 531px) {

}
/* END < 531px */


html{
  overflow-x: clip;
}
@font-face {
  font-family: SketchetikLight;
  src: url(../../fonts/SketchetikLight.woff2);
}

.addFancyFont{
  font-family: SketchetikLight, sans-serif; 
}
.titleWrapper{
  position: fixed;
  top: 31px;
  left: 30px;
  z-index: 50;
  width: fit-content;
}

.rwave{
  margin-bottom: 20px; 
  width: 80vw; 
  height: 300px; 
  margin-top: -104px;
  max-width: 100%;
}
.profileImageWrapper{
  margin-top: 20px; 
  border-radius: 50px; 
  max-width:350px; 
  width: 100%;
} 

.profileTextWrapper{
    white-space: normal;
    text-align: center;
    position: relative;
    top: 34px;
    height: 90%;
    width: 100%;
    margin-bottom: -116px;
} 

.musicWrapper{
  position: relative;
  top: 20px;
  z-index: 49;
}



/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


.videoWrapper {
 
  height: 100vh;
  width: 100vw;
}

.wave {

  width: 90%;
  height: 130px;
  position: relative;
  z-index: 49;
  top: 32px;

}

.wave2 {
  width: 90%;
  height: 130px;
  position: relative;
  z-index: 49;
  top: 32px;
}

.wave3 {
  width: 90%;
  height: 130px;
  position: relative;
  z-index: 49;
  top: 32px;
}

.wave4 {
  width: 90%;
  height: 130px;
  position: relative;
  z-index: 49;
  top: 32px;
}


.videoWrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(
    #ffffff,
    rgba(11, 39, 65, 0.32),
    rgba(0, 0, 0, 0)
  );
  z-index: 10;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
*, *:before, *:after {
box-sizing: border-box;
}

.neoWrapper {
width: 100vw;
min-height: 100vh;
position: relative;
background-color: #EBECF0;
display: flex;
justify-content: center;
align-items: center;
}

.grid {
width: 745px;
padding: 40px 0;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 32px 40px;
}

.spaced-container {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

.ninput, .nbutton {
font-family: "Montserrat", sans-serif;
font-size: 18px;
line-height: 18px;
color: #6C7587;
padding: 0 8px;
position: relative;
border: 3px solid rgba(255, 255, 255, 0);
outline: none;
text-align: center;
background-color: #EBECF0;
transition: all 250ms ease-in-out;
}

.nlabel {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #6C7587;
  padding: 0 8px;
  position: relative;
  border: 3px solid rgba(255, 255, 255, 0);
  outline: none;
  text-align: center;
  background-color: #EBECF0;
  box-shadow: 8px 8px 12px -2px rgba(72, 79, 96, 0.4), -6px -6px 12px -1px white;
  cursor: pointer;
  }

.nlabel > * {
  vertical-align: middle;
}
.nlabel > span:last-child {
  padding-left: 8px;
}
.ninput:hover, .nbutton:hover {
box-shadow: none;
/* border-color: rgba(255, 255, 255, 0.5); */
border-color: #0097ff1c;
color: #0097ff;
box-shadow: 1px 1px 2px #0097ffc4;
}

.nbutton {
box-shadow: 8px 8px 12px -2px rgba(72, 79, 96, 0.4), -6px -6px 12px -1px white;
cursor: pointer;
}
.nbutton:active {
box-shadow: inset -4px -4px 6px -1px white, inset 2px 2px 8px -1px rgba(72, 79, 96, 0.5);
border-color: rgba(255, 255, 255, 0);
}
.nbutton > * {
vertical-align: middle;
}
.nbutton > span:last-child {
padding-left: 8px;
}

.ninput {
box-shadow: inset -4px -4px 6px -1px white, inset 2px 2px 8px -1px rgba(72, 79, 96, 0.5);
}
.ninput:focus {
box-shadow: none;
border-color: rgba(255, 255, 255, 0.5);
}
.ninput::placeholder {
font-family: "Montserrat", sans-serif;
font-size: 18px;
line-height: 18px;
color: #6C7587;
opacity: 1;
}

.icon {
width: 24px;
height: 24px;
fill: #6C7587;
}

.square-lg {
width: 100%;
height: 100%;
grid-row-start: 1;
grid-row-end: 3;
position: relative;
border-radius: 24px;
font-size: 64px;
}
.square-lg__gradient-text {
width: 100%;
height: 64px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.icon-btn {
width: 54px;
height: 54px;
border-radius: 14px;
}
.icon-btn__icon {
width: 24px;
height: 24px;
fill: #8992A5;
}

.oval-sm, .oval-lg, .oval-lg--with-icon, .oval-xlg {
height: 43px;
padding: 0 28px;
border-radius: 40px;
}

.oval-xlg {
width: 100%;
}

.oval-lg, .oval-lg--with-icon {
width: 141px;
}
.oval-lg--with-icon {
text-align: left;
}

.oval-sm {
width: 140px;
}

.toggle {
width: 80px;
height: 54px;
position: relative;
}
.toggle__input {
display: none;
}
.toggle__input:checked + .toggle__switch {
background-color: #1657F0;
box-shadow: 10px 10px 24px rgba(72, 79, 96, 0.4), -8px -8px 20px white;
}
.toggle__input:checked + .toggle__switch:before {
left: 50%;
}
.toggle__switch {
width: 54px;
height: 32px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
border-radius: 16px;
box-shadow: -10px 10px 24px rgba(72, 79, 96, 0.4), 8px -8px 20px white;
background-color: #EBECF0;
cursor: pointer;
transition: all 300ms ease-in-out;
}
.toggle__switch:before {
content: "";
width: 38px;
height: 38px;
position: absolute;
top: 50%;
left: -20%;
border-radius: 100%;
background-color: #FFFFFF;
transform: translateY(-50%);
box-shadow: 0px 1px 2px rgba(72, 79, 96, 0.5);
transition: left 300ms ease-in-out;
}

.radio__input {
display: none;
}
.radio__input:checked + .radio__btn {
box-shadow: inset -4px -4px 6px -1px white, inset 2px 2px 8px -1px rgba(72, 79, 96, 0.5);
border-color: rgba(255, 255, 255, 0);
}
.radio__input:checked + .radio__btn:before {
background-color: #8992A5;
}
.radio__btn {
width: 54px;
height: 54px;
display: block;
position: relative;
border: 3px solid rgba(255, 255, 255, 0);
border-radius: 100%;
box-shadow: 8px 8px 12px -2px rgba(72, 79, 96, 0.4), -6px -6px 12px -1px white;
background-color: #EBECF0;
cursor: pointer;
transition: all 250ms ease-in-out;
}
.radio__btn:hover {
box-shadow: none;
border-color: rgba(255, 255, 255, 0.5);
}
.radio__btn:before {
content: "";
width: 20px;
height: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 100%;
border: 3px solid #8992A5;
transition: all 200ms ease-in-out;
}

.graph {
width: 250px;
align-items: flex-end;
grid-column-start: 3;
grid-column-end: 5;
grid-row-start: 3;
grid-row-end: 6;
}
.graph__line, .graph__line--five, .graph__line--four, .graph__line--three, .graph__line--two, .graph__line--one {
width: 32px;
position: relative;
border-radius: 32px;
box-shadow: inset -4px -4px 6px -1px white, inset 2px 2px 8px -1px rgba(72, 79, 96, 0.5);
background-color: #EBECF0;
}
.graph__line:before, .graph__line--five:before, .graph__line--four:before, .graph__line--three:before, .graph__line--two:before, .graph__line--one:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
border-radius: inherit;
background-color: #1657F0;
}
.graph__line--one {
height: 66%;
}
.graph__line--one:before {
height: 58%;
}
.graph__line--two {
height: 90%;
}
.graph__line--two:before {
height: 80%;
}
.graph__line--three {
height: 50%;
}
.graph__line--three:before {
height: 45%;
}
.graph__line--four {
height: 100%;
}
.graph__line--four:before {
height: 83%;
}
.graph__line--five {
height: 66%;
}
.graph__line--five:before {
height: 66%;
}

.search {
grid-column-start: 1;
grid-column-end: 3;
position: relative;
}
.search__icon {
position: absolute;
z-index: 2;
top: 50%;
left: 28px;
transform: translateY(-50%);
stroke-width: 0.5px;
}
.search__input {
padding: 0 60px;
text-align: left;
}

.progress {
width: 100%;
height: 12px;
grid-column-start: 1;
grid-column-end: 5;
grid-row-start: 7;
grid-row-end: 7;
position: relative;
margin-top: 16px;
border-radius: 12px;
box-shadow: 8px 8px 12px -2px rgba(72, 79, 96, 0.4), -6px -6px 12px -1px white;
background-color: #EBECF0;
}
.progress__fill {
width: 40%;
height: 100%;
position: absolute;
border-radius: inherit;
background: linear-gradient(to right, #1657F0, #36D7E0);
}
.progress__fill:before {
font-family: "Montserrat", sans-serif;
font-size: 18px;
line-height: 18px;
color: #6C7587;
content: "40%";
padding: 11px 15px;
margin-top: -16px;
position: absolute;
top: 0;
right: 0;
transform: translate(50%, -100%);
border-radius: 8px;
box-shadow: 8px 8px 12px -2px rgba(72, 79, 96, 0.4), -6px -6px 12px -1px white;
background-color: #EBECF0;
}
.progress__fill:after {
content: "";
width: 0;
height: 0;
position: absolute;
right: 0;
bottom: 12px;
transform: translate(50%, -100%);
border-top: 9px solid #EBECF0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
}