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

.sr {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

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

body {
  color: #fff;
  background-color: #1f2124;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.waiting-list {
  background-color: #1f2124;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.masthead_wrap {
  grid-row-gap: 140px;
  background-image: radial-gradient(circle at 50% 100%, #1f2124, rgba(31, 33, 36, 0)), linear-gradient(-10.91deg, #1f2124, rgba(31, 33, 36, 0) 22%), linear-gradient(6.66deg, #1f2124 8%, rgba(31, 33, 36, 0)), url('../images/SECTION--masthead_wrap.png');
  background-position: 0 0, 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 1004px;
  min-height: 90svh;
  display: flex;
}

.masthead_content_logo {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 440px;/*292.61px;*/
  text-decoration: none;
  display: flex;
}
.masthead_content_logo img {
	height: auto;
}
.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 135.711px;
  height: 9.67016px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100.12px;
  text-decoration: none;
  display: flex;
}

.text_content {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1042px;
  text-decoration: none;
  display: flex;
}

.text_content h1 {
	max-width: 100%;
	width: 800px;
}

.text {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 93px;
  text-decoration: none;
}

.text-2 {
  color: #909090;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

.form_content {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
}

.image_banner_content {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text_content-2 {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 650px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	grid-row-gap: 11px;

	width: 100%;
	max-width: 500px;
	padding-top: 20px;
	padding-bottom: 40px;
}

/*
.form {
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}
*/

.form-fields {
	display: grid;
	width: 100%;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}
.form-field.full-width {
	grid-column: 1/-1;
}
.form-footer {
	width: 100%;
}

.frame-82 {
  grid-column-gap: 11px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.select-input,
.text-input,
.input {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 23px;
  text-decoration: none;
  display: flex;
}

.select-input,
.text-input,
.text-4 {
  color: #303136;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.select-input {
	cursor: pointer;
}

.select-input,
.text-input {
	border: none;
}

.form-field.error .select-input,
.form-field.error .text-input {
	background-color: #eed7d4;
	color: #c74c42;
	font-weight: bold;
}

.error-message {
	width: 100%;
	text-align: center;
	color: #c74c42;
	font-weight: bold;
}
.success-message {
	margin-block: 10rem;
}

.submit {
  grid-column-gap: 10px;
  background-color: #00a0c5;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  padding: 17px 27px;
  text-decoration: none;
  display: flex;
}

.button {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.text-5 {
  color: rgba(144, 144, 144, .5);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothic A1, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
}

.image_banner {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.complete-face-device {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.copyright-completeface-2024-contact-us-privacy-1 {
  color: rgba(144, 144, 144, .5);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: underline;
}

.link-block, .link-block-2 {
  color: rgba(144, 144, 144, .5);
}

.flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
}

.flex-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
}

.logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.375rem;
  height: 7.8125rem;
  display: none;
}

.logo.mobile {
  display: none;
}

.checkbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
/*
.checkbox-input {
  background-color: #fff;
  border-radius: 5px;
  width: 25px;
  height: 25px;
}
*/

.checkbox input {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}
.checkbox label {
	position: relative;
	flex-direction: row;
	align-items: flex-start;
	display: flex;
	gap: 10px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 2;
	cursor: pointer;
}
.checkbox label:before {
	content: "";
	display: inline-block;
	background-color: #fff;
	border-radius: 5px;
	border: 2px solid #fff;
	width: 25px;
	height: 25px;
}
.checkbox input:checked ~ label:before {
	background-color: #00a0c5;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.9375rem;
  height: 14.125rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .masthead_wrap {
    background-position: 0 0, 0 0, 0 0, 20% 0;
    background-size: auto, auto, auto, cover;
  }

  .text_content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image_banner {
    height: 500px;
    overflow: hidden;
  }

  .complete-face-device {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }
}

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

@media screen and (max-width: 479px) {
  .waiting-list {
    position: relative;
  }

  .masthead_wrap {
    grid-row-gap: 0px;
    background-position: 0 0, 0 0, 0 0, 61% 0;
    background-size: auto, auto, auto, auto 100svh;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    position: relative;
  }

  .masthead_content_logo {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: none;
    position: absolute;
    top: 60px;
    bottom: 100px;
    left: 0%;
    right: 0%;
  }

  .text_content {
    color: #1f2124;
    justify-content: flex-start;
    align-items: center;
    margin-top: 90vh;
    padding-top: 60px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .text {
    text-align: left;
    font-size: 50px;
    line-height: 58px;
  }

  .text-2 {
    text-align: left;
  }

  .form_content {
    padding-bottom: 40px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .text-3 {
    text-align: left;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .form {
    padding-bottom: 0;
  }

  .frame-82 {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .image_banner {
    height: 360px;
  }

  .flex-block {
    flex-flow: column;
  }

  .logo {
    width: 200px;
    height: auto;
    display: block;
    position: absolute;
    top: 200px;
  }

  .logo.mobile {
    display: block;
    top: 50svh;
  }
}


