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

@media screen and (min-width: 280px) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 320px) {
  html {
    font-size: 75%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 90%;
  }
}
@media screen and (min-width: 1279px) {
  html {
    font-size: 91%;
  }
}
@media screen and (min-width: 1439px) {
  html {
    font-size: 105%;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 130%;
  }
}
body {
  height: 100dvh;
  width: 100%;
  overflow: hidden;
}
body .landingPage-container {
  height: 100%;
  width: 100%;
}
body .landingPage-container .landingPage {
  overflow: hidden;
  width: 100vw;
  height: 100dvh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  background: url("../assets/backgroundImage.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100dvh !important;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage {
    background: url("../assets/backgroundImageMobile.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
  }
}
body .landingPage-container .landingPage .landingPage-bottomText {
  position: absolute;
  bottom: 0vh;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0px 0px 6px rgba(254, 231, 21, 0.8);
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage .landingPage-bottomText {
    width: unset;
  }
}
body .landingPage-container .landingPage .landingPage-bottomText .landingPage-bottomText-text {
  font-family: headline;
  color: rgba(254, 231, 21, 0.8);
  text-align: center;
  font-size: 4.5rem;
  width: max-content;
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage .landingPage-bottomText .landingPage-bottomText-text {
    writing-mode: horizontal-tb;
    font-size: 6rem;
  }
}
@media (width: 320px) and (max-height: 569px) {
  body .landingPage-container .landingPage .landingPage-bottomText .landingPage-bottomText-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 380px) {
  body .landingPage-container .landingPage .landingPage-bottomText .landingPage-bottomText-text {
    font-size: 4.5rem;
  }
}
body .landingPage-container .landingPage .landingPage-topText {
  position: relative;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.8);
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage .landingPage-topText {
    width: unset;
    top: 1rem;
  }
}
body .landingPage-container .landingPage .landingPage-topText .landingPage-topText-text {
  font-family: headline;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 5rem;
  height: 100%;
  width: max-content;
}
@media (width: 1024px) and (height: 1366px) {
  body .landingPage-container .landingPage .landingPage-topText .landingPage-topText-text {
    font-size: 8rem;
  }
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage .landingPage-topText .landingPage-topText-text {
    font-size: 6rem;
  }
}
@media (width: 320px) and (max-height: 569px) {
  body .landingPage-container .landingPage .landingPage-topText .landingPage-topText-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 380px) {
  body .landingPage-container .landingPage .landingPage-topText .landingPage-topText-text {
    font-size: 4.5rem;
  }
}
body .landingPage-container .landingPage-left {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: 1;
  height: 100dvh;
}
@media (width: 320px) and (max-height: 569px) {
  body .landingPage-container .landingPage-left {
    height: 39dvh !important;
  }
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-left {
    display: none;
    order: 2;
    align-items: flex-start;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: unset;
    height: 45dvh;
    width: 100%;
    padding: 1rem 3rem;
  }
}
body .landingPage-container .landingPage-left .landingPage-left-image {
  height: 100%;
  width: 100%;
  position: relative;
  order: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-left .landingPage-left-image {
    height: 80% !important;
    width: auto;
    margin-left: 5%;
    order: 1;
  }
}
body .landingPage-container .landingPage-left .landingPage-left-image img {
  display: block;
  height: auto;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-left .landingPage-left-image img {
    height: 100% !important;
  }
}
body .landingPage-container .landingPage-middle {
  align-self: flex-end;
  order: 2;
  flex: 1.3;
  padding: 3rem 2rem;
  padding-top: 4rem;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 5%;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.6) 0%, rgba(29, 29, 29, 0) 100%);
  width: 100%;
}
@media screen and (max-width: 1281px) {
  body .landingPage-container .landingPage-middle {
    row-gap: 0.6rem;
    margin-bottom: 2%;
    row-gap: 0.8rem;
    padding-top: 3rem;
  }
}
@media (width: 1024px) and (height: 1366px) {
  body .landingPage-container .landingPage-middle {
    height: 70vh;
    row-gap: 1.2rem;
    margin-bottom: 13%;
  }
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-middle {
    padding: 2rem 1.2rem;
    flex: unset;
    row-gap: 1.1rem;
    padding-top: 5rem;
    font-size: 3rem;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16%;
  }
}
@media screen and (max-width: 381px) {
  body .landingPage-container .landingPage-middle {
    row-gap: 1rem;
    padding: 2rem 1rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 321px) {
  body .landingPage-container .landingPage-middle {
    padding-top: 3rem;
  }
}
@media (width: 320px) and (max-height: 569px) {
  body .landingPage-container .landingPage-middle {
    row-gap: 1rem;
  }
}
body .landingPage-container .landingPage-middle-thankYou {
  font-size: 1.2rem;
  color: white;
  font-family: kurale;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 16px;
  line-height: 1.25;
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-middle-thankYou {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 415px) {
  body .landingPage-container .landingPage-middle-thankYou {
    row-gap: 8px;
  }
}
@media screen and (max-width: 381px) {
  body .landingPage-container .landingPage-middle-thankYou {
    font-size: 1.3rem;
  }
}
@media (width: 375px) and (max-height: 667px) {
  body .landingPage-container .landingPage-middle-thankYou {
    row-gap: 8px;
  }
}
@media screen and (max-width: 321px) {
  body .landingPage-container .landingPage-middle-thankYou {
    row-gap: 4px;
    font-size: 1.1rem;
  }
}
body .landingPage-container .landingPage-middle .subtitle {
  display: none;
  font-size: 1.1rem;
  font-family: kurale;
  color: white;
}
@media (width: 320px) and (max-height: 569px) {
  body .landingPage-container .landingPage-middle .subtitle {
    font-size: 1.2rem;
  }
}
body .landingPage-container .landingPage-middle-checkBoxList {
  width: 100%;
  display: flex;
  margin-top: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 20px;
  font-family: kurale;
  font-size: 1.1rem;
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-middle-checkBoxList {
    font-size: 1.6rem;
    width: 100%;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 381px) {
  body .landingPage-container .landingPage-middle-checkBoxList {
    font-size: 1.3rem;
    row-gap: 1rem;
  }
}
@media (width: 320px) and (max-height: 481px) {
  body .landingPage-container .landingPage-middle-checkBoxList {
    font-size: 1rem;
    row-gap: 1rem;
  }
}
@media screen and (max-width: 321px) {
  body .landingPage-container .landingPage-middle-checkBoxList {
    font-size: 1.1rem;
  }
}
body .landingPage-container .landingPage-middle-checkBoxList p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-middle-checkBoxList p {
    font-size: 20px;
  }
}
@media (min-width:1400px) {
  body .landingPage-container .landingPage-middle-checkBoxList p {
    font-size: 24px;
  }
}
body .landingPage-container .landingPage-middle-checkBoxList div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  column-gap: 14px;
  cursor: pointer;
}
@media (min-width:1400px) {
  body .landingPage-container .landingPage-middle-checkBoxList div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-middle-checkBoxList div {
    column-gap: 10px;
  }
}
body .landingPage-container .landingPage-middle-checkBoxList div input {
  margin-top: 3px;
  display: none;
}
body .landingPage-container .landingPage-middle-checkBoxList div .customCheckboxQuestion {
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
body .landingPage-container .landingPage-middle-checkBoxList div .customCheckboxQuestion img {
  scale: 0;
  opacity: 0;
  height: 0.9rem;
  width: 1.1rem;
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-middle-checkBoxList div .customCheckboxQuestion img {
    height: 13px;
    width: 13px;
  }
}
body .landingPage-container .landingPage-middle-checkBoxList div .customCheckboxQuestion_input:checked + .customCheckboxQuestion img {
  opacity: 1;
  scale: 0.8;
  color: #f7c5c5;
  color: black;
}
body .landingPage-container .landingPage-middle-checkBoxList div label {
  color: white;
  position: relative;
  top: 0;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 281px) {
  body .landingPage-container .landingPage-middle-checkBoxList div label {
    font-size: 12px;
  }
}
body .landingPage-container .landingPage-middle-content {
  margin-top: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-top: 2px dashed white;
  border-bottom: 2px dashed white;
}
@media screen and (max-width: 640px) {
  body .landingPage-container .landingPage-middle-content {
    margin-top: 7%;
  }
}
body .landingPage-container .landingPage-middle-content #olderThanTitle {
  color: #ffffff;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px rgb(255, 255, 255);
  font-family: headline;
  padding: 0.7rem 0rem;
  padding-bottom: 0.3rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  width: fit-content;
}
@media screen and (max-width: 321px) {
  body .landingPage-container .landingPage-middle-content #olderThanTitle {
    font-size: 2.7rem;
  }
}
@media (width: 320px) and (max-height: 569px) {
  body .landingPage-container .landingPage-middle-content #olderThanTitle {
    font-size: 2rem;
  }
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-middle-content #olderThanTitle {
    padding: 0.6rem 1rem;
    padding-bottom: 0.2rem;
  }
}
body .landingPage-container .landingPage-middle #olderThanDescription #actualQuestion {
  font-size: 1.2rem;
  font-weight: normal;
  font-family: kurale;
  line-height: 1.25;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-middle #olderThanDescription #actualQuestion {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 381px) {
  body .landingPage-container .landingPage-middle #olderThanDescription #actualQuestion {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 321px) {
  body .landingPage-container .landingPage-middle #olderThanDescription #actualQuestion {
    font-size: 1.1rem;
  }
}
body .landingPage-container .landingPage-middle-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-size: 1.2rem;
  font-family: heading;
}
@media screen and (max-width: 767px) {
  body .landingPage-container .landingPage-middle-buttons {
    font-size: 1.4rem;
  }
}
body .landingPage-container .landingPage-middle-buttons-left {
  background-image: url("../assets/buttonWrapper.png");
  height: 4rem;
  cursor: pointer;
  width: 4.2rem;
  background-image: url("../assets/buttonWrapper.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: white;
}
body .landingPage-container .landingPage-middle-buttons-right {
  cursor: pointer;
  background-image: url("../assets/buttonWrapper.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 4rem;
  width: 4rem;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  padding: 0.2rem;
}
body .landingPage-container .landingPage-middle-buttons-continue {
  display: none;
  padding: 0.8rem 2rem;
  border-radius: 80px;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  color: white;
}
body .landingPage-container .landingPage-middle-logo {
  height: 18vh;
  aspect-ratio: 1;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(100%);
}
@media screen and (max-width: 1281px) {
  body .landingPage-container .landingPage-middle-logo {
    height: 15vh;
  }
}
@media screen and (max-width: 992px) {
  body .landingPage-container .landingPage-middle-logo {
    height: 15vh;
  }
}
@media screen and (max-width: 381px) {
  body .landingPage-container .landingPage-middle-logo {
    height: 13vh;
  }
}
body .landingPage-container .landingPage-middle-logo img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
body .landingPage-container .landingPage-right {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  order: 3;
  height: 100dvh;
}
@media (width: 320px) and (max-height: 569px) {
  body .landingPage-container .landingPage-right {
    height: 39dvh !important;
  }
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-right {
    order: 2;
    display: none;
    align-items: flex-start;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: unset;
    height: 45dvh;
    width: 100%;
    padding: 1rem 3rem;
  }
}
body .landingPage-container .landingPage-right .landingPage-right-image {
  height: 100%;
  width: 100%;
  position: relative;
  order: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-right .landingPage-right-image {
    height: 80% !important;
    width: auto;
    margin-left: 5%;
    order: 1;
  }
}
body .landingPage-container .landingPage-right .landingPage-right-image img {
  display: block;
  height: auto;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
}
@media (max-width:991.98px) {
  body .landingPage-container .landingPage-right .landingPage-right-image img {
    height: 100% !important;
  }
}