html{
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin:0;
  padding:0;
  width: 100%;
  height: 100%; 
  font-style: normal;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*, *:before, *:after{
  box-sizing: border-box;
  /*transition: all 0.3s ease-in-out;*/
}
* > span{
  transition: none;
}
.mobile-visible {
  display: block;
}
.desktop-visible {
  display: none;
}
a{
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
}
:focus{
  outline: none;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
  -moz-appearance: none; 
  -webkit-appearance: none;
  background: #ffffff;
  border: none;
  border-radius: 0;
}
ul, ol {
  padding: 0;
} 
ol li {
  margin-bottom: 8px;
}
button {
  background: rgba(0,0,0,0);
}
input {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px !important;
  color: #333;
  border: none;
  background: #ffffff;
  border-radius: 0px;
}
textarea {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333;
  font-size: 16px;
}
label {
  color: #ffffff;
  font-weight: 400;
}
label span {
  font-size: 3.6vw;
}
input[type="checkbox"]:not(:checked), 
input[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  
}
input[type="checkbox"]+span:not(.lever) {
  position: relative;
  padding-left: 10vw;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  z-index: 0;
  border: none;
  background-color: #ffffff;
  border-radius: 1px;
}
[type="checkbox"]:checked+span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 15px;
  height: 24px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in+span:not(.lever):before, [type="checkbox"].filled-in+span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  z-index: 1;
}
[type="checkbox"].filled-in:checked+span:not(.lever):before {
  top: 1.2px;
  left: 0px;
  width: 10px;
  height: 20px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;

  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in+span:not(.lever):before, [type="checkbox"].filled-in+span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  z-index: 1;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after {
  width: 25px;
  height: 25px;
  border: none;
  background-color: #ffffff;
  z-index: 0;
}
.form {
  padding: 5%;
  padding-bottom: 15%;
  color: #ffffff;
}
.form-input-container {
  margin-top: 4%;
}
.form-input-header {
  margin-top: 3%;
  margin-bottom: 3%;
  display: flex;
}
.form-input-header img {
  height: 3.8vw;
}
.form-input-container input {
  width: 100%;
  padding: 1.5% 3%;
  font-size: 20px !important;
}
.form-input-container textarea {
  width: 100%;
  padding: 3% 3%;
  font-size: 20px !important;
  line-height: 22px;
  height: 200px;
}
.form-note {
  margin-top: 2%;
}
.form-note img {
  height: 2.7vw;
  max-width: 100%;
}
.form-checkbox {
  margin-top: 2%;
}
.form-checkbox a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.Rectangle_5 {
  background-color: rgb(64, 64, 64);
  position: absolute;
  left: -44px;
  top: -40px;
  width: 779px;
  height: 1338px;
  z-index: 3;
}
.background-gradient {
  background: url(/assets/img/background.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  height: 100%;
}
.appstore-icon {
  position: absolute; 
  bottom: 33.7%; 
  left: 54.9%; 
  width: 27%
}

.playstore-icon {
  position: absolute; 
  bottom: 31.9%; 
  left: 54.9%; 
  width: 27%
}
.subpage .appstore-icon {
  width: 34%;
  left: 55.8%;
  bottom: 28.5%;
}
.subpage .playstore-icon {
  width: 34%;
  left: 55.8%;
  bottom: 22.3%;
}
.subpage .cta-button {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.subpage .cta-button img {
  width: 40vw;
}
.success .text {
  position: absolute;
  top: 60%;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.success .terms {
  position: absolute;
  top: 76%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.error-message {
  color: #d20133;
  font-size: 3vw;
  vertical-align: baseline;
  display: none;
}

.error-message.show {
  display: inline-block;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex; 
  align-items: center;
  justify-content: center;
  display: none;
}
.loading svg {
  width: 40px; 
  height: 40px;
  fill: #ffffff;
  -webkit-animation:spin 2s linear infinite;
  -moz-animation:spin 2s linear infinite;
  animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 
  100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
  100% { 
    -webkit-transform: rotate(360deg); transform:rotate(360deg); 
  } 
}
.loading.show {
  z-index: 10;
  display: flex;
}

@media(min-width: 720px) {
  .mobile-visible {
    display: none;
  }
  .desktop-visible {
    display: block;
  }
  .appstore-icon {
    position: absolute; 
    bottom: 25.5%; 
    left: 39.2%; 
    width: 18.5%
  }

  .playstore-icon {
    position: absolute; 
    bottom: 20.3%; 
    left: 39.2%; 
    width: 18.5%
  }
}