@font-face {
  font-family: tiltNeon;
  src: url("../assets/TiltNeon-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow: hidden;
  background-image: url("../assets/ellipse.png"), url("../assets/backgroundImage.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  background-size: cover;
  font-family: tiltNeon;
}

.landingPage-container {
  background: none;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
  height: 100%;
}
.landingPage-container .landingPage {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background: none;
    padding: 12px;
    height: 100%;
  }
}
.landingPage-container .landingPage-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
  width: 100%;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.landingPage-container .landingPage-top-left {
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 3vh 4vh;
  row-gap: 15px;
  height: 100%;
  position: relative;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    row-gap: 40px;
  }
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left {
    width: 100%;
    height: 100%;
    padding: 6px 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    row-gap: 20px;
  }
}
.landingPage-container .landingPage-top-left-important {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-important {
    row-gap: 30px;
  }
}
.landingPage-container .landingPage-top-left-important-title p {
  color: #fff;
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa, 0 0 82px #0fa, 0 0 92px #0fa, 0 0 102px #0fa, 0 0 151px #0fa;
}
.landingPage-container .landingPage-top-left-important-paragraph p {
  width: 65%;
  text-transform: uppercase;
  color: white;
}
.landingPage-container .landingPage-top-left-important-paragraph p span {
  color: #f18f01;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-important-paragraph p {
    font-size: 20px;
    width: 80%;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-important-paragraph p {
    font-size: 62px;
  }
}
.landingPage-container .landingPage-top-left-important-button {
  color: white;
  padding: 16px 24px;
  font-size: 20px;
  border-radius: 25px;
  width: 30%;
  text-align: center;
}
.landingPage-container .landingPage-top-left-olderThan {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 5vh;
  position: absolute;
  bottom: 15%;
  width: 100%;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan {
    width: 95%;
    bottom: 30%;
    row-gap: 2vh;
  }
}
@media ((min-width:1200px) and (max-width:1399.98px)) {
  .landingPage-container .landingPage-top-left-olderThan {
    bottom: 8%;
    row-gap: 2vh;
  }
}
@media only screen and (max-width: 380px) {
  .landingPage-container .landingPage-top-left-olderThan {
    bottom: 30px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-descriptionFirst {
  color: white;
  width: 80%;
  font-size: 10px;
  line-height: 1.5;
}
@media ((min-width:1200px) and (max-width:1399.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-descriptionFirst {
    font-size: 22px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-descriptionFirst {
    font-size: 22px;
    width: 70%;
  }
}
@media ((min-width:992px) and (max-width:1199.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-descriptionFirst {
    font-size: 20px;
  }
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-descriptionFirst {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .landingPage-container .landingPage-top-left-olderThan-descriptionFirst {
    font-size: 16px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-descriptionFirst-thankYou {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-descriptionFirst {
    width: 98%;
  }
}
.landingPage-container .landingPage-top-left-olderThan-title {
  text-transform: uppercase;
  width: 100%;
  color: rgb(243, 46, 124);
  text-shadow: 1px 1px 2px white, -1px -1px 2px white, 3px 3px 4px #fb37ff, -3px -3px 4px #fb37ff, 4px 4px 5px #fb37ff, -4px -4px 5px #fb37ff;
  text-shadow: 0px 7.0281248093px 5.40625px 0px rgba(77, 0, 66, 0.7), 0px 5.4603123665px 7.0984063148px 0px #909;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px;
  text-transform: uppercase;
}
@media (max-width:300px) {
  .landingPage-container .landingPage-top-left-olderThan-title {
    font-size: 16px;
  }
}
@media ((min-width:1200px) and (max-width:1399.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-title {
    font-size: 66px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-title {
    font-size: 80px;
    width: 80%;
  }
}
@media ((min-width:992px) and (max-width:1199.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-title {
    font-size: 66px;
  }
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-title {
    width: 100%;
    font-size: 50px;
  }
}
@media (max-width:300px) {
  .landingPage-container .landingPage-top-left-olderThan-title {
    font-size: 38px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList {
  width: 100%;
  display: flex;
  margin-top: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 3vh;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList {
    width: 55%;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
}
@media ((min-width:1200px) and (max-width:1399.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList {
    width: 80%;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
}
@media (max-width:300px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList {
    row-gap: 1vh;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList p {
    font-size: 20px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList p {
    font-size: 24px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  -moz-column-gap: 14px;
       column-gap: 14px;
  cursor: pointer;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div input {
  margin-top: 3px;
  display: none;
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div .customCheckboxQuestion {
  height: 27px;
  width: 27px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div .customCheckboxQuestion {
    height: 20px;
    width: 20px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div .customCheckboxQuestion img {
  scale: 0;
  opacity: 0;
  height: 18px;
  width: 20px;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div .customCheckboxQuestion img {
    height: 14px;
    width: 16px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div .customCheckboxQuestion_input:checked + .customCheckboxQuestion img {
  opacity: 1;
  scale: 0.8;
  color: #f7c5c5;
  color: black;
}
.landingPage-container .landingPage-top-left-olderThan-checkBoxList div label {
  color: white;
  position: relative;
  top: 0;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div label {
    font-size: 22px;
  }
}
@media ((min-width:1200px) and (max-width:1399.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div label {
    font-size: 22px;
  }
}
@media ((min-width:992px) and (max-width:1199.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div label {
    font-size: 20px;
  }
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div label {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .landingPage-container .landingPage-top-left-olderThan-checkBoxList div label {
    font-size: 16px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-choose {
  display: none;
  width: 100%;
  color: white;
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-choose {
    font-size: 22px;
  }
}
@media ((min-width:1200px) and (max-width:1399.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-choose {
    font-size: 22px;
  }
}
@media ((min-width:992px) and (max-width:1199.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-choose {
    font-size: 20px;
  }
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-choose {
    font-size: 18px;
  }
}
@media (max-width:768px) {
  .landingPage-container .landingPage-top-left-olderThan-choose {
    font-size: 16px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-buttons {
  align-self: space-between;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  -moz-column-gap: 25px;
       column-gap: 25px;
  color: white;
  width: 100%;
  width: 60%;
  margin-top: 12px;
}
@media (max-width:300px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons {
    display: block;
  }
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons {
    width: 100%;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 10px;
  }
}
@media (max-width:300px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons {
    width: 80%;
  }
}
.landingPage-container .landingPage-top-left-olderThan-buttons-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  cursor: pointer;
  text-align: center;
  letter-spacing: 3px;
  padding: 8px 50px;
  background: rgba(251, 55, 255, 0.2);
  color: white;
  outline: 3px solid white;
  border: 2px solid #fb37ff;
  box-shadow: 0px 5.1999998093px 4px 0px rgba(0, 13, 21, 0.7), 0px 12px 15.6000003815px 0px #fb37ff, -0.5199999809px 1.0399999619px 0.5199999809px 0px #f32e7c inset;
  border-radius: 40px;
}
@media ((min-width:1200px) and (max-width:1399.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-left {
    font-size: 22px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-left {
    font-size: 22px;
    padding: 14px 70px !important;
  }
}
@media ((min-width:992px) and (max-width:1199.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-left {
    font-size: 22px;
  }
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-left {
    font-size: 20px;
    padding: 6px 35px !important;
  }
}
@media (max-width:768px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-left {
    font-size: 18px;
  }
}
@media (max-width:300px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-left {
    font-size: 14px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-buttons-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  cursor: pointer;
  display: none;
  text-align: center;
  letter-spacing: 3px;
  padding: 8px 50px;
  color: white;
  outline: 2.2px solid white;
  border: 2px solid #fb37ff;
  box-shadow: 0px 5.1999998093px 4px 0px rgba(0, 13, 21, 0.7), 0px 12px 15.6000003815px 0px #fb37ff, -0.5199999809px 1.0399999619px 0.5199999809px 0px #f32e7c inset;
  background: rgba(251, 55, 255, 0.2);
  filter: blur(0.0600004196px);
  border-radius: 40px;
}
@media ((min-width:1200px) and (max-width:1399.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-right {
    font-size: 22px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-right {
    font-size: 22px;
    padding: 14px 70px !important;
  }
}
@media ((min-width:992px) and (max-width:1199.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-right {
    font-size: 22px;
  }
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-right {
    font-size: 20px;
    padding: 6px 35px !important;
  }
}
@media (max-width:768px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-right {
    font-size: 18px;
  }
}
@media (max-width:300px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-right {
    font-size: 14px;
    margin-top: 20px;
  }
}
.landingPage-container .landingPage-top-left-olderThan-buttons-continue {
  padding: 10px 16px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  letter-spacing: 2px;
  text-align: center;
  background: rgba(51, 233, 198, 0.15);
  text-decoration: none;
  border-radius: 40px;
  color: white;
  outline: 2.2px solid white;
  border: 2px solid #fb37ff;
  box-shadow: 0px 5.1999998093px 4px 0px rgba(0, 13, 21, 0.7), 0px 12px 15.6000003815px 0px #fb37ff, -0.5199999809px 1.0399999619px 0.5199999809px 0px #f32e7c inset;
  filter: blur(0.0600004196px);
  background: rgba(251, 55, 255, 0.2);
}
@media ((min-width:1200px) and (max-width:1399.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-continue {
    font-size: 22px;
  }
}
@media (min-width:1400px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-continue {
    font-size: 22px;
    padding: 14px 70px !important;
  }
}
@media ((min-width:992px) and (max-width:1199.98px)) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-continue {
    font-size: 22px;
  }
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-continue {
    font-size: 20px;
    padding: 6px 35px !important;
  }
}
@media (max-width:768px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-continue {
    font-size: 18px;
  }
}
@media (max-width:300px) {
  .landingPage-container .landingPage-top-left-olderThan-buttons-continue {
    font-size: 14px;
  }
}
.landingPage-container .landingPage-top-right {
  align-self: flex-start;
  width: 40%;
  height: 95%;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-right {
    display: none;
  }
}
.landingPage-container .landingPage-top-right-slide {
  display: block;
  width: 100%;
  height: 100%;
}
.landingPage-container .landingPage-top-right-slide-image {
  height: 100%;
}
.landingPage-container .landingPage-top-right-slide-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  display: block;
}
@media (max-width:991.98px) {
  .landingPage-container .landingPage-top-right-slide-image img {
    border-radius: 0;
  }
}/*# sourceMappingURL=main.css.map */