body {
  background-color: #2c2c2c;
  font-family: "Sen", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0px;
  max-height: 100vh;
}
.root {
  height: 100vh;
}
img.glow {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.container {
  width: 1140px;
  margin: auto;
  margin-top: 100px;
}
.top {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  z-index: 999;
  position: relative;
}
.top .top-left {
  width: 40%;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  z-index: 999;
}
.top .top-left .logo {
  display: flex;
  align-items: center;
}
.top .top-left .logo img {
  height: 60px;
  margin-right: 20px;
}
.top .top-left .logo .text-logo {
  font-family: "Sen", system-ui;
  font-size: 20px;
  color: #fff;
  font-weight: 200;
  color: #9FA6AD;
}
.top .top-left .logo .text-logo strong {
  font-weight: 700;
  color: #fff;
}
.top .top-left .beta {
  margin-top: 40px;
  font-size: 20px;
  background: -webkit-linear-gradient(left, #FF5C01, #FF00B4);
  background: -o-linear-gradient(right, #FF5C01, #FF00B4);
  background: -moz-linear-gradient(right, #FF5C01, #FF00B4);
  background: linear-gradient(to right, #FF5C01, #FF00B4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.top .top-left h1 {
  font-family: "Sen", system-ui;
  font-weight: 700;
  margin-top: 5px;
}
.top .top-left p {
  color: #9FA6AD;
  font-weight: 300;
  line-height: 22px;
}
.top .top-right {
  width: 60%;
}
.top .top-right .props {
  height: 500px;
  margin-top: -100px;
  position: absolute;
  left: 120px;
}
.top .top-right .props img {
  position: absolute;
  left: 0;
  width: 1140px;
  -webkit-mask-image: linear-gradient(to left, transparent 5%, black 15%);
  mask-image: linear-gradient(to left, transparent 5%, black 15%);
}
.mailbox {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(75px);
  position: relative;
  padding: 20px;
  border-radius: 10px;
  z-index: 999;
  color: #fff;
  margin-top: 50px;
}
.mailbox h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0px;
}
.mailbox p {
  font-weight: 300;
  margin-top: 10px;
  font-family: "Work Sans", sans-serif;
  color: #C0C7D5;
  font-size: 14px;
}
.mailbox p.privacy a {
  font-size: 14px;
  font-weight: 500;
  background: -webkit-linear-gradient(left, #FF5C01, #FF00B4);
  background: -o-linear-gradient(right, #FF5C01, #FF00B4);
  background: -moz-linear-gradient(right, #FF5C01, #FF00B4);
  background: linear-gradient(to right, #FF5C01, #FF00B4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  border-bottom: 1px solid #FF5C01;
}
.mailbox #email-form input[type="email"] {
  font-family: "Work Sans", sans-serif;
  width: 100%;
  color: #fff;
  padding: 12px 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: none;
  border: none;
  height: 51px;
  margin-bottom: 10px;
}
.mailbox #email-form input[type="email"]::placeholder {
  color: #C0C7D5;
  font-size: 14px;
  font-weight: 300;
}
.mailbox #email-form input[type="email"]:focus {
  border: none;
  outline: none;
}
.mailbox #email-form input[type="email"]:active {
  border: none;
  outline: none;
}
.mailbox #email-form .submit {
  background: linear-gradient(45deg, #FF5C01, #FF00B4);
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 15px 20px;
  font-family: "Sen", system-ui;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  text-wrap: nowrap;
  height: 51px;
}
.mailbox #response-message {
  color: #fff;
  display: block;
  padding: 15px 20px;
  margin-top: 10px;
  font-family: "Sen", system-ui;
  font-size: 16px;
  font-weight: 700;
}
.mailbox #response-message.success {
  background: green;
}
.mailbox #response-message.error {
  background: red;
}
.mailbox #response-message.hidden {
  display: none;
}
.mailbox .hidden {
  display: none;
}
.bottom {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding-bottom: 100px;
  z-index: 999;
  position: relative;
}
.bottom h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.bottom p {
  color: #9FA6AD;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 0px;
}
.bottom .reasons {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(75px);
  border-radius: 10px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  z-index: 999;
  position: relative;
}
.bottom .reasons .reason {
  width: 33%;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}
.bottom .reasons .reason:first-of-type {
  border-left: 0px;
  padding-left: 0px;
}
.bottom .reasons .reason .check {
  display: block;
  background: #0176FF;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 20px;
  flex-shrink: 0;
}
.bottom .reasons .reason .check .checkmark {
  margin-left: 11px;
}
.bottom .reasons .reason .text h4 {
  font-size: 20px;
  margin: 0px;
}
.bottom .reasons .reason .text p {
  color: #C0C7D5;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  margin: 0px;
  margin-top: 10px;
}
.footer {
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
}
.footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.footer ul li {
  list-style-type: none;
  border-left: 1px solid #9FA6AD;
  padding: 5px 20px;
}
.footer ul li:first-of-type {
  border-left: none;
}
.footer ul li a {
  color: #9FA6AD;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}
.boxart {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 200px;
  /* Set your desired width */
  height: 300px;
  /* Set your desired height */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: flyOut 10s infinite ease-out;
  filter: blur(16.5px);
}
@keyframes flyOut {
  0% {
    transform: translate(-50%, -50%) translateZ(-1000px) scale(0.01) translateX(0px) translateY(0px);
    opacity: 0.7;
    width: 0;
    height: 0;
  }
  100% {
    transform: translate(-50%, -50%) translateZ(1000px) scale(1.5) translateX(var(--translateX)) translateY(var(--translateY));
    opacity: 0;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 20px auto;
  padding: 30px;
  border-radius: 10px;
  width: 80%;
  max-width: 600px;
  max-height: 80%;
  overflow: scroll;
}
.modal-content h2 {
  margin-top: 0px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Mobile Styles */
.mobile {
  width: 100%;
}
.mobile .container {
  width: 100%;
  margin-top: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}
.mobile .top .top-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile .top .top-left .logo {
  flex-direction: column;
}
.mobile .top .top-left .logo .img-logo {
  margin-right: 0;
}
.mobile .top .top-left .logo .text-logo {
  margin-top: 5px;
}
.mobile .top .top-left .beta {
  margin-top: 20px;
}
.mobile .top .top-left h1 {
  display: none;
}
.mobile .top .top-left .intro {
  display: none;
}
.mobile .top .top-right {
  display: none;
}
.mobile .mailbox {
  margin-top: 25px;
}
.mobile .mailbox h3 {
  margin-bottom: 10px;
}
.mobile .mailbox p {
  text-align: center;
}
.mobile .mailbox p:first-of-type {
  display: none;
}
.mobile .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.mobile .bottom p {
  text-align: center;
}
.mobile .bottom .reasons {
  display: flex;
  flex-direction: column;
}
.mobile .bottom .reasons .reason {
  width: 100%;
  border-left: none;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.mobile .bottom .reasons .reason:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.mobile .bottom .reasons .reason p {
  text-align: left;
}
.mobile .footer {
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
}
.mobile .footer ul {
  display: flex;
  flex-direction: column;
}
.mobile .footer ul li {
  list-style-type: none;
  border-left: none;
  padding: 5px 20px;
}
