:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #444;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.image {
  max-width: 90vw;
}

.schedule {
  color: #fff;
  text-transform: uppercase;
  background-color: #4f4f4f;
  border: 2px solid #4f4f4f;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.schedule:hover {
  color: #4f4f4f;
  background-color: #4f4f4f00;
  border: 2px solid #4f4f4f;
}

.landingbase {
  background-color: #181818;
  background-image: radial-gradient(circle at 0 0, #444444c2, #5f5f5f54 28%, #ff3a0500);
  flex-flow: column;
  width: 100%;
  height: 75vh;
  position: relative;
  inset: 0%;
}

.div-block {
  z-index: 9;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #181818bf;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-2 {
  width: 50vw;
}

.div-block-2 {
  width: 100vh;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.header {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-3 {
  height: 100%;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.button {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}

.text-block.highlight {
  color: #2a2a2a;
  background-color: #ebebeb;
  border-radius: 3px;
  padding-left: 5px;
  font-size: 55px;
  overflow: hidden;
}

.text-block-2 {
  color: #c5c5c5;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-5 {
  margin-bottom: 20px;
}

.div-block-6 {
  background-color: #181818;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.redblur {
  background-image: radial-gradient(circle, #ff3a05, #ff3a0500 56%);
  width: 100vw;
  height: 100vw;
  margin-right: -50vw;
}

.div-block-7 {
  background-color: #0f0f0f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slide {
  width: 250px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.slide-2 {
  width: 250px;
  margin-left: 10px;
  margin-right: 10px;
}

.slide-nav {
  display: none;
}

.div-block-8 {
  background-color: #070707;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.mask {
  height: auto;
}

.div-block-9 {
  z-index: 9;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #0f0f0f54;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 120px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 16px;
}

.div-block-10 {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 10px;
}

.div-block-11 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  white-space: nowrap;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 10px;
  display: flex;
}

.div-block-11.card {
  width: 350px;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.image-4 {
  box-sizing: border-box;
  filter: grayscale(35%);
  object-fit: cover;
  object-position: 50% 100%;
  flex: 1;
  width: 100%;
  height: 100%;
  transition: filter .2s;
  overflow: hidden;
}

.image-4:hover {
  filter: grayscale(0%);
}

.image-4.right {
  object-position: 100% 50%;
}

.image-4.left {
  object-position: 0% 50%;
}

.div-block-12 {
  background-color: #272727;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-field {
  color: #fff;
  background-color: #0f0f0f;
  border: 1px #000;
  border-radius: 5px;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-field::placeholder {
  color: gray;
}

.text-field.long {
  height: 150px;
}

.container-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.form-block {
  flex: 1;
}

.image-5 {
  height: 25px;
}

.text-block-6 {
  color: #a8a8a8;
  font-family: Montserrat, sans-serif;
}

.text-block-6.bottom {
  margin-bottom: 20px;
}

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

.submit-button {
  color: #c9c9c9;
  text-transform: uppercase;
  background-color: #474747;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: all .2s;
}

.submit-button:hover {
  color: #272727;
  background-color: #fff;
}

.submit-button:active {
  opacity: .5;
}

.div-block-14 {
  background-color: #272727;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-7 {
  color: #5c5c5c;
}

.div-block-15 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.success-message {
  background-color: #1a1a1a;
  border-radius: 5px;
}

.text-block-8 {
  color: #e4e4e4;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.error-message {
  text-align: center;
  background-color: #ff3d3d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-block-9 {
  color: #fff;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body-2 {
  background-color: var(--black);
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-10 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-11 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.link-block {
  height: 35%;
}

.link-block-2 {
  margin-bottom: 10px;
}

.div-block-16 {
  z-index: 1;
  background-image: url('../images/Landing.png'), radial-gradient(circle at 75%, #ffffff80, #ffffff40 28%, #49491f1a 100%, #0f0f0f00);
  background-position: 100% 25%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50vw, auto;
  justify-content: flex-end;
  align-items: center;
  height: 75vh;
  position: relative;
  inset: 0%;
}

.image-6 {
  width: 50vw;
}

.loader {
  z-index: 99999;
  background-color: #444;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation, .image-7 {
  height: 100%;
}

.div-block-17 {
  background-color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.lottie-animation-2 {
  width: 100px;
}

.div-block-18 {
  justify-content: flex-start;
  align-items: center;
  padding-right: 30px;
  display: none;
}

.text-block-12 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.div-block-19 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: center;
    align-items: center;
  }

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

  .text-block-4 {
    font-size: 12px;
  }

  .div-block-11.card {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-13 {
    width: 50%;
  }

  .div-block-16 {
    background-position: 100% 25%;
    background-size: auto 75vh;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-13 {
    justify-content: flex-start;
    align-items: center;
    width: 75%;
    margin-bottom: 30px;
  }

  .form-block {
    flex: 0 auto;
    width: 75%;
    max-width: 350px;
  }

  .text-block-6 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #292929;
  }

  .landingbase {
    background-color: #292929;
    background-image: none;
  }

  .header {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    padding-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-4 {
    display: none;
  }

  .text-block {
    text-align: center;
    font-size: 10vw;
    line-height: 12vw;
  }

  .text-block.highlight {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    font-size: 10vw;
  }

  .flex-block {
    grid-template-columns: 1fr;
  }

  .form-block {
    width: 90%;
  }

  .div-block-16 {
    background-image: linear-gradient(28deg, #131313, #0000), url('../images/Landing.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 75vh;
  }
}


