#carousel, #lives-carousel {
  all: unset;
  line-height: initial;
  margin-bottom: unset;
}

h1, h2 {
  margin: .6rem 0;
  line-height: initial;
}

p {
  margin: 10px 0;
}
/* this should reset all the webflow styles */

@font-face {
  font-family: 'neue-montreal';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/neue-font/NeueMontreal-Regular.otf') format('woff');
  src: url('/fonts/neue-font/NeueMontreal-Regular.otf') format('opentype');
  src: url('/fonts/neue-font/NeueMontreal-Regular.otf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'suisse-intl-regular';
  font-weight: 400;
  src: url('/fonts/suisse-intl/SuisseIntl-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'suisse-intl-mono';
  font-weight: 400;
  src: url('/fonts/suisse-intl/SuisseIntlMono-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'sequel-100';
  font-weight: 400;
  src: url('/fonts/neue-font/NeueMontreal-Bold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'neue-montreal';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/neue-font/NeueMontreal-Bold.otf') format('woff');
  src: url('/fonts/neue-font/NeueMontreal-Bold.otf') format('opentype');
  src: url('/fonts/neue-font/NeueMontreal-Bold.otf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'yoga';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/yogapro/Fonts/5659745/bf176643-be7b-4b3a-a4e1-abfe9dc9d9a7.woff2')
    format('woff2');
  src: url('/fonts/yogapro/Fonts/5659745/dc6c82c4-e51a-499d-8879-fe81987e7473.woff')
    format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'yoga';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/yogapro/Fonts/5659555/a702054e-e82e-4764-ab4c-83248a93a9c3.woff2')
    format('woff2');
  src: url('/fonts/yogapro/Fonts/5659555/2cd8bc8e-630a-485f-87d1-36d246748a0a.woff')
    format('woff');
  font-display: swap;
}

html {
  overflow: auto;
}

html,
body,
#carousel, #lives-carousel {
  position: relative;
  height: 100%;
  user-select: none;
  /* overflow: hidden;
      top: 50px; */
}

button {
  border: none;
  outline: none;
}

[v-cloak] {
  display: none !important;
  /* god forgive me for I have sinned */
  /* tbh this is just to deal with some of the webflow styles */
}

body {
  font-family: 'suisse-intl-regular', sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 30rem;
  max-height: 30rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #3c3733;
  border-radius: 1em;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-shadow: 0px 0px 5px black;
}

.card-bottom-info {
  position: absolute;
  bottom: 0.5rem;
  text-transform: uppercase;
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
  opacity: 80%;
  justify-content: space-between;
  width: 100%;
  font-family: 'suisse-intl-mono', sans-serif;
}

.card-bottom-info.mobile {
  font-size: 8px;
}

.card-bottom-info div {
  display: flex;
  align-items: center;
}

img.small-icon {
  margin-right: 0.2rem;
  height: 12px;
  width: 12px;
}

.challenge-title {
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  color: #07d8cd;
  font-size: small;
}

.live-tag {
  /* text-transform: uppercase; */
  font-size: x-small;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(135deg, #338bc2 0%, #dffee6 100%);
  border-radius: 12px;
  padding: 0.4rem 0.8rem;
  margin-bottom: 0.5rem;
  min-width: max-content;
}

.live-tag.is-live {
  background: linear-gradient(144.86deg, #E462EB 12.23%, #FFBF73 100%);
}

.pro-information {
  min-width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.pro-information p {
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'suisse-intl-mono', sans-serif;
}

img.pro-avatar {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.swiper-slide img:hover {
  transform: scale(1.2);
}

.swiper-button-prev,
.swiper-button-next {
  color: #2cf09e;
  text-shadow: 0px 0px 20px black;
}

.swiper-button-disabled {
  display: none;
}

.class-date {
  margin-top: 0.5rem;
  font-size: small;
  color: #eee;
  text-shadow: 0px 0px 5px black;
}

.info-cols {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  width: 100vw;
}

.info-cols > * {
  height: 100%;
  width: 100%;
}

.info-cols img {
  height: 100%;
  width: 100%;
  max-height: 50vh;
  object-fit: cover;
  display: initial;
}

.title {
  font-weight: 700;
  font-size: larger;
  font-family: 'sequel-100', sans-serif;
}

h1.title {
  display: inline-block;
  font-size: xx-large;
}

h1.subtitle {
  color: #2cf09e;
  font-weight: 700;
  font-size: larger;
  text-transform: uppercase;
}

h2.title {
  font-size: x-large;
  margin-bottom: 2em;
}

.class-info {
  padding: 0 25px;
  width: calc(100% - 50px);
}

.class-info p {
  font-size: large;
  margin-bottom: 2em;
}

.start-button {
  width: 100%;
  font-size: large;
  font-weight: bold;
  background-color: #2cf09e;
  padding: 1em;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 2rem;
}

@media (min-width: 768px) {
  .info-cols {
    flex-direction: row;
    width: 100%;
  }

  .info-cols > * {
    height: 100%;
    width: 50%;
  }
}
