*, *:before, *:after {
  margin: 0; padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, .wrapper0, .wrapper1, .wrapper2, .wrapper3 { height: 100%; min-height: 100%; }
body {
  font-family: sans-serif;
  overflow: initial !important;
  display: flex !important;
  flex-direction: column;
}

.app {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100vh;
  height: -webkit-fill-available;
  height: 100svh;
  background-size: cover;
  background-position: center;
  min-height: 650px;
}

.other-content {
  height: auto;
  width: 100%;
  margin-top: calc(100vh + 50px) !important;
  margin-top: max(700px, calc(100vh + 50px)) !important;
  /*margin-top: calc(var(--viewport-height) + 50px);*/
}

@media (max-width: 768px) {
  .app {
    position: relative;
    height: 100vh;
    min-height: 100vh;
  }

  .other-content {
    margin-top: 20px !important;
    height: auto !important;
  }

  .seotext .hidden {
    display: none;
  }
}

body > video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
  height: 100%;
  height: -webkit-fill-available;
}
@media screen and (max-width: 768px) {
  body > video {
    min-width: 100%;
    min-height: 100%;
  }
}

.hide { display: none; }

.header {
  padding: 20px;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
}
.header h1 {
  font-size: 68px;
  font-weight: 700;
  line-height: 76px;
  max-width: 882px;
  margin: 0 auto 46px;
  text-align: center;
}
.header h2 {
  font-size: 120%;
  position: relative;
  right: -100%;
  text-transform: uppercase;
}

#logo {
  margin: 0 0 10px;
}
#logo svg {
  width: 170px;
  height: auto;
}

.content-wrapper,
#steps {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

#steps {
  top: 50%;
  overflow: hidden;
  border-radius: 5px;
}
#steps .steps-container {
  width: 10000em;
}
.step {
  float: left;
  padding: 20px 20px 25px;
}
.step p {
  margin: 10px 0;
}

select,
input,
button {
  font-size: 90%;
  height: 50px;
  border: none;
  border-radius: 5px;
  position: relative;
  z-index: 1000;
}
select,
input {
  background: #fff !important;
  color: #111 !important;
}
button {
  cursor: pointer;
}
option[disabled] {
  color: #aaa;
}
select {
  padding: 10px;
  background: #fff !important;
}

.steps-container .step button {
  color: #fff;
  padding: 0 20px;
  font-size: 90%;
  font-weight: bold;
  border: none;
  outline: none;
}

.indicators {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.indicators div {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(255,255,255,0.30);
  color: black;
  text-align: center;
  margin: 0 6px;
}
.indicators div.active {
  background: #FFF;
}

.disabled .step {
}
.disabled button {
  opacity: 0.5;
}

.field {
  display: inline-block;
  position: relative;
}

.field .error {
  position: absolute;
  z-index: 1;
  bottom: -27px;
  left: 0;
  height: 36px;
  line-height: 33px;
  width: 100%;
  color: #fff;
  background: #FF4002;
  font-size: 70%;
  margin: 0;
  padding: 5px 0 0;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

/**/

#logo {
  position: relative;
  top: 20px;
  left: 0;
}

.btn.login {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 13px 17px;
  color: #fff;
  font-weight: normal;
  font-size: 85%;
  text-decoration: none;
}

.btn.login:hover {
  background: rgba(0, 0, 0, 0.45);
}

button.prev {
  height: 49px;
  background: rgba(0, 0, 0, 0.25);
  border: none;
  font-weight: normal;
}
button.prev:hover {
  background: rgba(0, 0, 0, 0.45);
}
button.prev:before {
  content: '←︎';
}

.controls .field {
  margin: 0 10px;
}
.controls input,
.controls select {
  width: 264px !important;
  text-align: center !important;

  padding: initial !important;
  color: initial !important;
  font-size: initial !important;
  line-height: initial !important;
  border: 0;
  border-radius: 12px !important;
}


.input::-moz-placeholder,input::-moz-placeholder {
  color: initial
}

.input::-webkit-input-placeholder,input::-webkit-input-placeholder {
  color: initial
}

.input:-moz-placeholder,input:-moz-placeholder {
  color: initial
}

.input:-ms-input-placeholder,input:-ms-input-placeholder {
  color: initial
}

.header {
color: #fff;
}

.step {
text-align: center;
font-size: 20px;
min-height: 200px;
position: relative;
}
.step p {
margin: 20px 0;
}
.step .next {
}

.step-1 label {
cursor: pointer;
position: relative;
}
.step-1 input {
display: none;
}
.step-1 span {
display: inline-block;
text-align: center;
padding: 15px 0;
margin: 10px;
color: #fff;
font-weight: bold;
border-radius: 5px;
width: 240px;
transition: transform 0.1s;
}
.step-1 span::before {
content: ' ';
display: inline-block;
height: 35px;
width: 20px;
background-image: url(/images/landing/flirt/icons.png);
background-repeat: no-repeat;
margin: 0 8px 0 0;
vertical-align: middle;
}
.step-1 label span:hover {
transform: scale(1.05);
}

.step-1 input:checked + span { opacity: 1; }

.step-1 .male { left: -100%; }
.step-1 .female { right: -100%; }

.step-1 .male span { background: #1874F0; border: none; }
.step-1 .female span { background: #F55280; border: none; }
.step-1 .male input:checked + span { background: #1874F0; }
.step-1 .female input:checked + span { background: #F55280; }
.step-1 .male span::before { background-position: 0 -68px; }
.step-1 .female span::before { background-position: 0 0; }

.terms {
margin: 40px auto 0;
max-width: 400px;
color: #fff;
font-size: 13px;
text-align: center;
}
.terms a {
color: #fff;
text-decoration: underline;
}

@media screen and (max-width: 768px) {
.head {
position: absolute;
top: 0;
left: 0;
right: 0;
}
#logo {
width: 100%;
left: 20px;
top: 20px;
}
#logo svg {
width: 150px;
}
.step-1 span {
text-align: left;
padding: 15px;
}
.step-1 .male span:before {
margin-right: 10px;
}
.step-1 .female span:before {
margin-right: 20px;
}
.btn.login.desktop { display: none; }
.btn.login.mobile {
display: block;
position: absolute;
top: auto;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 90%;
font-weight: normal;
text-decoration: underline;
border: none;
}
.header h1 {
font-size: 110%;
}
.header h2 {
font-size: 100%;
}

.indicators {
bottom: -20px;
}

button.prev,
button.next,
button.submit {
position: absolute;
bottom: 0;
}
button.prev {
left: 0;
width: 20%;
}
button.next,
button.submit {
right: 0;
width: 75%;
}

.controls {
position: relative;
padding-bottom: 60px;
}
.controls .field {
margin: 0;
display: block;
}
.field .error {
position: relative;
bottom: 6px;
}
.controls input,
.controls select {
width: 100% !important;
text-align: center !important;
}
.header-content .logins p {
display: none;
}
.landing-content .slogans {
position: static;
width: auto;
font-size: 150%;
}
}

.faq .title h1,
.faq .title h2,
.faq .title h3 {
  margin-top: 40px;
}

button {
  background: #FF4C00;
  font-weight: 500;
}

button:hover {
  background: #D94100;
}

.step-1 span {
  text-align: center!important;
}

.step-1 span::before {
  height: 0;
  width: 0;
  margin: 0;
}

.step-1 span {
  padding: 17px 0;
  border-radius: 12px;
}

select, input, button {
  border-radius: 12px;
}

.btn.login {
  border-radius: 65px;
}

.terms a {
  text-decoration: none;
}

.terms {
  color: rgba(255, 255, 255, 0.4);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

@media screen and (max-width: 768px) {
  .step-1 .male span:before {
    margin-right: 0;
  }
  .step-1 .female span:before {
    margin-right: 0;
  }
}

.informReg .button {
  background-image: linear-gradient(to bottom right, #ff4c00, #ff4100);
}

.email-agreement {
  width: 480px;
  margin: 0 auto;
  text-align: right;
}
.email-agreement p {
  padding-right: 10px;
}
.email-agreement.has-agreement-error {
  color: red;
}

@media screen and (max-width: 768px) {
  .email-agreement {
    max-width: calc(100vw - 40px);
  }
}