* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: CentraNo1-Bold;
  src: url("../fonts/CentraNo1-Bold.otf")
    format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: CentraNo1-Light;
  src: url("../fonts/CentraNo1-Light.otf")
    format("opentype");
  font-weight: 400;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-family: "CentraNo1-Bold", sans-serif;
  background-color: #111;
}

#section1 {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.container {
  font-size: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-width: 56.25vh;
  padding: 0 30px;
  padding-top: 20vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.not-authentic-paragraph {
  margin-bottom: 4rem;
}

#section2 p.retap {
  margin-bottom: 1em;
}

#section2 a.link {
  text-decoration: underline;
  color: inherit;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

.container > p {
  font-size: 1.625rem;
  /* font-size: 26px; */
  text-align: center;
}

.registration-container {
  padding-top: 15vh;
}

.loading-container {
  background-image: url("../images/loading_screen.gif");
}

.loading-text {
  margin-top: 50vh;
  max-width: 17rem;
  font-size: 1.625rem !important;
  /* font-size: 25px !important; */
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.35em;
  color: #fff;
}

.background-image,
.video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden !important;
  width: 56.25vh;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.background-image {
  z-index: -3;
}

.video-wrapper {
  z-index: -2;
}

.font_fix {
  margin-top: 4px;
}

.button {
  text-decoration: none;
  color: #111;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  font-size: 1.312rem;
  /* font-size: 21px; */
  font-family: "CentraNo1-light", sans-serif;
  font-weight: 600;
  text-align: center;
  user-select: none;
  height: 50px;
  margin-top: -2px;
  cursor: pointer;
}

.button:active {
  transform: translateY(2px);
}

#yesRegister,
#noRegister {
  width: 100%;
}

.buttons-container {
  display: flex;
  width: 100%;
  padding: 20px;
  margin-bottom: 4em;
}

.buttons-container > a {
  cursor: pointer;
  user-select: none;
}

.stay-buttons {
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

.stay-buttons > a {
  width: 80%;
  display: inline-block;
  margin: auto;
  text-align: center;
}

.mouse-button {
  margin-top: 20px;
  padding: 0 20px;
}

.form {
  background: #fff;
  padding: 30px;
  width: 80%;
  margin: 20px;
  margin-right: 60px;
  margin-left: 60px;
  font-family: "CentraNo1-Light", sans-serif;
}

.input-wrapper:first-child {
  margin-top: 0.75rem;
}

.input-wrapper {
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-flow: column-reverse !important;
  flex-flow: column-reverse !important;
  margin: 0 0px 14px !important;
}

.input-wrapper input + label,
select + label {
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
  transform-origin: top left;
  transition: all 0.2s ease-in-out;
}

.input-wrapper select + label.label_filled,
input + label.label_filled,
.input-wrapper input:focus + label {
  -webkit-transform: translateY(6px) scale(0.8);
  transform: translateY(6px) scale(0.8);
  opacity: 0.6;
}

textarea:focus,
input:focus {
  outline: none;
}

input {
  box-sizing: border-box !important;
  border-style: solid !important;
  background-color: rgba(255, 255, 255, 0) !important;
  width: 100% !important;
  padding: 3px !important;
  margin: 0px !important;
  /* font-size: 14px !important; */
  font-size: 0.87rem !important;
  font-weight: 400 !important;
  color: rgb(0, 0, 0) !important;
  text-align: left !important;
  border-width: 0px 0px 1px !important;
  border-radius: 0px !important;
  border-color: rgb(74, 74, 74) !important;
  font-family: "CentraNo1-Light", sans-serif;
  font-weight: 400;
}

label {
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  font-size: 0.8125rem !important;
  /* font-size: 13px !important; */
  color: black !important;
  text-align: left !important;
  font-family: "CentraNo1-Light", sans-serif;
  font-weight: 400;
}

.newsletter_labelWrapper {
  display: flex;
}

.newsletter_container {
  display: flex;
  gap: 16px;
  margin-bottom: 0.5rem;
}

p.newsletter {
  font-size: 0.8125rem !important;
  /* font-size: 13px; */
  color: #43454e;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

#newsletter {
  width: auto !important;
  margin-left: 0.2rem !important;
}

#newsletterLabel {
  transform: translateY(3px);
  margin-right: 0.2rem;
  font-weight: 400;
}

.newsletterWrapper {
  margin-top: 2rem !important;
  flex-direction: column !important;
  line-height: 1.5rem;
}

.agreement {
  margin-bottom: 0.5rem;
}

p.agreement {
  color: #111;
  font-size: 0.8125rem !important;
  /* font-size: 13px; */
}

.label_filled_input {
  margin-top: 5px;
  font-weight: 400;
}

.input-wrapper > select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #111;
  padding: 4px;
  padding-left: 0;
}

.button-register {
  min-width: 80%;
  border: none;
  margin-bottom: 20px;
  margin-top: 0;
}

.loading {
  padding: 1rem;
}

.more-info {
  font-size: 0.75rem !important;
  /* font-size: 12px !important; */
  font-family: "CentraNo1-Light", sans-serif;
  line-height: 1.4;
  padding: 0 !important;
  margin-bottom: 20px;
  width: 85%;
  font-weight: 400;
}

.error {
  color: red;
  font-size: 0.75rem !important;
  /* font-size: 12px; */
  font-family: "CentraNo1-Light", sans-serif;
  max-width: 400px;
  padding-top: 20px;
  font-weight: 400;
}

#warrantyError {
  padding-bottom: 20px;
  padding-top: 5px;
}

#emailError {
  margin-top: 4px;
  padding-top: unset;
}

.required {
  color: red;
  opacity: 1 !important;
}

.animate {
  opacity: 0 !important;
}

.hide {
  display: none !important;
}

.white_underline {
  color: #fff;
}

.black_underline {
  color: #111;
}

.loader {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid;
  border-color: #000 #0000;
  animation: l1 1s infinite;
}

.item-info-wrapper {
  width: 100%;
  margin-bottom: 2em;
}

.item-info {
  width: 100%;
  padding: 10px;
  color: #d9d9d9;
  font-family: "CentraNo1-Light", sans-serif !important;
  background-color: rgba(0, 0, 0, 0.2);
}

.item-info h6 {
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  user-select: none;
}

.info-table {
  display: flex;
  flex-direction: column;
  /* display: grid;
  grid-template-columns: 2fr 1fr; */
  gap: 0.75em;
  margin-top: 1em;
  max-width: 80%;
  margin: 1em auto 0 auto;
}

.info-table div > p:first-child {
  font-weight: bold;
  margin-bottom: 4px;
}

.info-table p {
  margin: 0;
}

.info-table p:nth-child(1) {
  justify-self: start;
}

.header-container {
  width: 100%;
  display: flex;
  user-select: none;
  align-items: center;
  justify-content: center;
}

.header-container > .item-title {
  display: inline-block;
}

.dropdown-icon {
  font-size: 1.5rem;
  transform: translateY(2px);
  margin-left: 2px;
}

.dropdown-icon.inverted {
  transform: rotate(180deg);
}

.item-info-wrapper.steps {
  margin-top: 1rem;
}

.steps-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.steps-wrapper > p {
  font-size: 1.25rem;
}

.steps-wrapper > p:first-child {
  margin-top: 1rem;
}

@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}

@media screen and (max-width: 481px) {
  body {
    font-size: 14px;
  }

  .container > p {
    font-size: 1.25rem;
  }

  #section2 a.link {
    font-size: 1.25rem;
  }
}
