.mseal-desktop {
  display: block;
  width: 150px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

.mseal-mobile {
  display: none;
}

@media (max-width: 768px) {
  .mseal-desktop {
    display: none;
  }

  .mseal-mobile {
    display: block;
    width: 35%;
    margin: 10px auto;
  }
}

 .footer::after {
     clear: both;
     content: "";
     display: table;
}

 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
}

 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
 body {
     line-height: 1;
}
 ol, ul {
     list-style: none;
}
 blockquote, q {
     quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after {
     content: "";
     content: none;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
 @font-face {
     font-display: swap;
     font-family: "Noto Sans";
     font-style: normal;
     font-weight: 400;
     src: url("/r/static/base/fonts/noto-sans-v8-latin-regular.woff2") format("woff2"), url("/r/static/base/fonts/noto-sans-v8-latin-regular.woff") format("woff"), url("/r/static/base/fonts/noto-sans-v8-latin-regular.ttf") format("truetype");
}
 @font-face {
     font-display: swap;
     font-family: "Noto Sans";
     font-style: italic;
     font-weight: 400;
     src: url("/r/static/base/fonts/noto-sans-v8-latin-italic.woff2") format("woff2"), url("/r/static/base/fonts/noto-sans-v8-latin-italic.woff") format("woff"), url("/r/static/base/fonts/noto-sans-v8-latin-italic.ttf") format("truetype");
}
 @font-face {
     font-display: swap;
     font-family: "Noto Sans";
     font-style: normal;
     font-weight: 700;
     src: url("/r/static/base/fonts/noto-sans-v8-latin-700.woff2") format("woff2"), url("/r/static/base/fonts/noto-sans-v8-latin-700.woff") format("woff"), url("/r/static/base/fonts/noto-sans-v8-latin-700.ttf") format("truetype");
}
 @font-face {
     font-display: swap;
     font-family: "Noto Sans";
     font-style: italic;
     font-weight: 700;
     src: url("/r/static/base/fonts/noto-sans-v8-latin-700italic.woff2") format("woff2"), url("/r/static/base/fonts/noto-sans-v8-latin-700italic.woff") format("woff"), url("/r/static/base/fonts/noto-sans-v8-latin-700italic.ttf") format("truetype");
}
 html {
     height: 100%;
     -webkit-text-size-adjust: 100%;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 * {
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     outline: 0;
}
 body {
     font-family: Helvetica, Arial, sans-serif;
     font-style: normal;
     font-weight: 400;
     -webkit-backface-visibility: hidden;
     background: #FFFFFF;
     font-size: 13px;
     height: 100%;
     min-height: 100%;
}
 body .hidden {
     visibility: hidden;
}
 body section.hidden {
     display: none;
     left: -100vw;
     position: absolute;
     visibility: hidden;
     width: 100%;
}
 body section .scroll-wrapper {
     -ms-overflow-style: none;
     -webkit-overflow-scrolling: touch;
     height: 100%;
     min-height: 100%;
     padding-bottom: 20px;
   overflow-y: auto;
}
 body section .scroll-wrapper.fixed-button-padding {
     padding-bottom: 70px;
}
 body section .scroll-wrapper .content-wrapper {
     background-color: #F3F5F9;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     -webkit-box-sizing: content-box;
     box-sizing: content-box;
     margin: 20px auto 0;
     padding: 15px;
     width: -webkit-calc(100% - 40px);
     width: calc(100% - 40px);
}
 body section .scroll-wrapper .content-wrapper .content {
     margin: 0 auto;
     max-width: 300px;
     position: relative;
}
 b, strong {
     font-weight: bold;
}
 .css-spinner-neg {
     height: 23px;
     width: 23px;
     -webkit-animation: spinnerframes 0.75s linear infinite;
     animation: spinnerframes 0.75s linear infinite;
     border: 0.5em solid rgba(0, 0, 0, 0.2);
     border-left-color: #000000;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     display: none;
     left: 13px;
     opacity: 0.4;
     position: absolute;
}
 .css-spinner-neg.active {
     display: inline-block;
}
 .css-spinner-neg.center {
     left: -webkit-calc(50% - 23px / 2);
     left: calc(50% - 23px / 2);
}
 .css-spinner-neg.hoz-center {
     top: -webkit-calc(50% - 23px / 2);
     top: calc(50% - 23px / 2);
}
 .css-spinner-neg.hidden {
     display: none;
}
 .css-spinner-neg.small {
     height: 1.125em;
     width: 1.125em;
     border-width: 0.25em;
}
 .css-spinner-neg.large {
     height: 3.125em;
     width: 3.125em;
     border-width: 0.5em;
}
 .css-spinner-neg.thin {
     border-width: 0.25em;
}
 .css-spinner-neg.thick {
     border-width: 1em;
}
 .css-spinner-primary {
     height: 50px;
     width: 50px;
     -webkit-animation: spinnerframes 0.75s linear infinite;
     animation: spinnerframes 0.75s linear infinite;
     border: 0.5em solid rgba(35,54,93,0.2);
     border-left-color: #23365D;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     display: none;
     left: 13px;
     opacity: 0.4;
     position: relative;
}
 .css-spinner-primary.active {
     display: inline-block;
}
 .css-spinner-primary.center {
     left: -webkit-calc(50% - 50px / 2);
     left: calc(50% - 50px / 2);
}
 .css-spinner-primary.hoz-center {
     top: -webkit-calc(50% - 50px / 2);
     top: calc(50% - 50px / 2);
}
 .css-spinner-primary.hidden {
     display: none;
}
 .css-spinner-primary.small {
     height: 1.125em;
     width: 1.125em;
     border-width: 0.25em;
}
 .css-spinner-primary.large {
     height: 3.125em;
     width: 3.125em;
     border-width: 0.5em;
}
 .css-spinner-primary.thin {
     border-width: 0.25em;
}
 .css-spinner-primary.thick {
     border-width: 1em;
}
 .css-spinner-in-button {
     height: 26px;
     width: 26px;
     -webkit-animation: spinnerframes 0.75s linear infinite;
     animation: spinnerframes 0.75s linear infinite;
     border: 0.3em solid rgba(35,54,93,0.2);
     border-left-color: #23365D;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     display: none;
     left: 13px;
     opacity: 0.4;
     position: relative;
}
 .css-spinner-in-button.active {
     display: inline-block;
}
 .css-spinner-in-button.center {
     left: -webkit-calc(50% - 26px / 2);
     left: calc(50% - 26px / 2);
}
 .css-spinner-in-button.hoz-center {
     top: -webkit-calc(50% - 26px / 2);
     top: calc(50% - 26px / 2);
}
 .css-spinner-in-button.hidden {
     display: none;
}
 .css-spinner-in-button.small {
     height: 1.125em;
     width: 1.125em;
     border-width: 0.25em;
}
 .css-spinner-in-button.large {
     height: 3.125em;
     width: 3.125em;
     border-width: 0.5em;
}
 .css-spinner-in-button.thin {
     border-width: 0.25em;
}
 .css-spinner-in-button.thick {
     border-width: 1em;
}
 @-webkit-keyframes spinnerframes {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 @keyframes spinnerframes {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 .page-header {
     display: block;
     top: 0;
     width: 100%;
}
 .page-header .progress-wrapper {
     background-color: #ec2026;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     height: 30px;
     padding: 12px 25px 0;
     position: relative;
     width: 100%;
}
 .page-header .progress-wrapper .progress-bar {
     background-color: #FFFFFF;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     height: 6px;
     opacity: 0.2;
     position: relative;
     width: 100%;
}
 .page-header .progress-wrapper #progress {
     background-color: #FFFFFF;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     height: 6px;
     left: 15px;
     position: absolute;
     top: 12px;
     -webkit-transition: width 0.5s linear;
     -o-transition: width 0.5s linear;
     transition: width 0.5s linear;
     width: 0;
}
 .page-header ~ section {
     padding: 20px 25px;
}
 .topbar-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 10px;
  width: 100%;
}

.logo {
width: 10%;
display: block;
margin: 10px auto;
}

#regform {
  flex: 1 0 auto;
}

 .topbar-wrapper .topbar {
     color: #fefefe;
     height: 100%;
     margin: 0 auto;
     max-width: 780px;
     position: relative;
     text-align: center;
     width: 100%;
}
 .topbar-wrapper .topbar span {
     opacity: 0.7;
}

.page-wrapper {
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
}
 .page-wrapper:before {
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     content: "";
     height: 100%;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
}
 .drip-wrapper {
  background-image: url(img/bgw.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
 .drip {
     background-position: 0 100%;
     background-repeat: no-repeat;
     background-size: cover;
     height: -webkit-calc(100% - 91px);
     height: calc(100% - 91px);
     position: relative;
}
 @media screen and (max-width: 1025px) {
     .drip {
         width: 185px;
    }
}

.registration-wrapper {
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(23,31,41,0.48);
  overflow: hidden;
  width: 500px;
  margin: 0px auto 80px auto;
  height: 600px;
}

 #step-referal .content .select .arrow-down, #step-referal-overlayer .overlayer-select .option.selected:before, #step-location-region-city .select .arrow-down, #step-location-region-subregion .select .arrow-down, #step-experience .content .block-option .label:before, #location-overlayer .option.selected:before {
     content: "";
     display: block;
}
 #step-referal .content .select .arrow-down, #step-referal-overlayer .overlayer-select .option.selected:before, #step-location-region-city .select .arrow-down, #step-location-region-subregion .select .arrow-down, #step-experience .content .block-option .label:before, #location-overlayer .option.selected:before {
     position: absolute;
}
 @-webkit-keyframes opacity-up {
     0% {
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
         opacity: 0;
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
    }
     20% {
         opacity: 0.5;
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
         visibility: visible;
    }
}
 @keyframes opacity-up {
     0% {
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
         opacity: 0;
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
    }
     20% {
         opacity: 0.5;
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
         visibility: visible;
    }
}
 @-webkit-keyframes opacity-height-bounce {
     0% {
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
         max-height: 0;
         opacity: 0;
         -webkit-transform: translateY(10px) scaleY(0);
         transform: translateY(10px) scaleY(0);
    }
     20% {
         max-height: 0;
         opacity: 0.5;
         -webkit-transform: translateY(10px) scaleY(0);
         transform: translateY(10px) scaleY(0);
    }
     100% {
         max-height: 500px;
         opacity: 1;
         padding-top: 18px;
         -webkit-transform: translateY(0) scaleY(1);
         transform: translateY(0) scaleY(1);
         visibility: visible;
    }
}
 @keyframes opacity-height-bounce {
     0% {
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
         max-height: 0;
         opacity: 0;
         -webkit-transform: translateY(10px) scaleY(0);
         transform: translateY(10px) scaleY(0);
    }
     20% {
         max-height: 0;
         opacity: 0.5;
         -webkit-transform: translateY(10px) scaleY(0);
         transform: translateY(10px) scaleY(0);
    }
     100% {
         max-height: 500px;
         opacity: 1;
         padding-top: 18px;
         -webkit-transform: translateY(0) scaleY(1);
         transform: translateY(0) scaleY(1);
         visibility: visible;
    }
}
 @-webkit-keyframes opacity-bounce {
     0% {
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
         opacity: 0;
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
    }
     67% {
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
         opacity: 1;
         -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
    }
     100% {
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
         visibility: visible;
    }
}
 @keyframes opacity-bounce {
     0% {
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
         opacity: 0;
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
    }
     67% {
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
         opacity: 1;
         -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
    }
     100% {
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
         visibility: visible;
    }
}
 @-webkit-keyframes opacity-strong-bounce {
     0% {
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
         opacity: 0;
         -webkit-transform: translateY(200px);
         transform: translateY(200px);
    }
     70% {
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
         opacity: 1;
         -webkit-transform: translateY(-18px);
         transform: translateY(-18px);
    }
     100% {
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
         visibility: visible;
    }
}
 @keyframes opacity-strong-bounce {
     0% {
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
         opacity: 0;
         -webkit-transform: translateY(200px);
         transform: translateY(200px);
    }
     70% {
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
         opacity: 1;
         -webkit-transform: translateY(-18px);
         transform: translateY(-18px);
    }
     100% {
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
         visibility: visible;
    }
}
 .immediate {
     -webkit-animation-delay: unset;
     animation-delay: unset;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-name: opacity-up;
     animation-name: opacity-up;
}
 .delay-0-5 {
     -webkit-animation-delay: 0.5s;
     animation-delay: 0.5s;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-name: opacity-up;
     animation-name: opacity-up;
}
 .delay-1 {
     -webkit-animation-delay: 1s;
     animation-delay: 1s;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-name: opacity-up;
     animation-name: opacity-up;
}
 .delay-1-5 {
     -webkit-animation-delay: 1.5s;
     animation-delay: 1.5s;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-name: opacity-up;
     animation-name: opacity-up;
}
 .delay-2 {
     -webkit-animation-delay: 2s;
     animation-delay: 2s;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-name: opacity-up;
     animation-name: opacity-up;
}
 .delay-2-5 {
     -webkit-animation-delay: 2.5s;
     animation-delay: 2.5s;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-name: opacity-up;
     animation-name: opacity-up;
}
 .delay-3 {
     -webkit-animation-delay: 3s;
     animation-delay: 3s;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-name: opacity-up;
     animation-name: opacity-up;
}
 .delay-3-5 {
     -webkit-animation-delay: 3.5s;
     animation-delay: 3.5s;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-name: opacity-up;
     animation-name: opacity-up;
}
 .delay-4 {
     -webkit-animation-delay: 4s;
     animation-delay: 4s;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-name: opacity-up;
     animation-name: opacity-up;
}
 .delay-4-5 {
     -webkit-animation-delay: 4.5s;
     animation-delay: 4.5s;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-name: opacity-up;
     animation-name: opacity-up;
}
 .delay-5 {
     -webkit-animation-delay: 5s;
     animation-delay: 5s;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-name: opacity-up;
     animation-name: opacity-up;
}
 .delay-5-5 {
     -webkit-animation-delay: 5.5s;
     animation-delay: 5.5s;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-name: opacity-up;
     animation-name: opacity-up;
}
 .button-primary.disabled, .button-primary :disabled {
     background-color: #DDE3EB;
     border: 0;
     color: #6E7E8F;
     cursor: default;
     pointer-events: none;
}
 .button-primary {
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     background: #ec2026;
     -webkit-box-shadow: none;
     box-shadow: none;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     color: #FFFFFF;
     cursor: pointer;
     display: block;
     font-size: 15px;
     line-height: 20px;
     padding: 8px 10px;
     text-align: center;
     text-decoration: none;
     font-family: Helvetica, Arial, sans-serif;
     font-style: normal;
     font-weight: 400;
     font-weight: 700;
     -webkit-border-radius: 23px;
     border-radius: 23px;
     padding: 14px 10px 12px;
     position: relative;
     text-transform: uppercase;
     width: 100%;
     border: 0px;
}
 .button-primary.button-relative {
     position: relative;
}
 .button-primary.button-fixed {
     bottom: 62px;
     left: 0;
     margin: 0 auto;
     max-width: 335px;
     position: absolute;
     right: 0;
     width: -webkit-calc(100% - 40px);
     width: calc(100% - 40px);
}
 .button-primary.disabled, .button-primary :disabled {
     font-family: Helvetica, Arial, sans-serif;
     font-style: normal;
     font-weight: 400;
     font-weight: 700;
}
 .button-primary.active:not(.disabled), .button-primary:active:not(.disabled) {
     background-color: #ec2026;
}
 .button-primary .label-dimmed {
     font-weight: bold;
     opacity: 0.5;
}
 section .content .block-options {
     font-family: Helvetica, Arial, sans-serif;
     font-style: normal;
     font-weight: 400;
     font-weight: 700;
     background-color: #FFFFFF;
     border: 1px solid #23365D;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     color: #6E7E8F;
     cursor: pointer;
     font-size: 15px;
     line-height: 22px;
     padding: 13px 15px;
     text-align: center;
     width: 100%;
}

div#response-box {
    margin-top: 10px;
    background: #fb822b;
    padding: 10px;
    color: white;
}

.block-options.nextbtn:hover, section .content .block-options:hover {
    border: 1px solid #ff4848;
}

 section .content .block-options + .block-options {
     margin-top: 10px;
}
 section .content .block-options.selected {
     background-color: #23365D;
     color: #FFFFFF;
     border: 1px solid #23365D;
}
 section .content .circle-options {
     cursor: pointer;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     max-width: 95px;
     word-break: break-word;
}
 section .content .circle-options .circle-icon {
     background-color: #C7A857;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     height: 80px;
     margin: 0 0 6px;
     padding: 10px;
     pointer-events: none;
     width: 80px;
}
 section .content .circle-options .circle-icon svg {
     height: 60px;
     width: 60px;
}
 section .content .circle-options .circle-option-text {
     color: #47515C;
     font-size: 13px;
     font-stretch: normal;
     font-style: normal;
     font-weight: normal;
     letter-spacing: normal;
     line-height: 1.38;
     margin: auto;
     text-align: center;
     width: 90%;
}
 .speech-bubble {
     background: rgba(110,126,143,0.2);
     -webkit-border-radius: 15px;
     border-radius: 15px;
     color: #171F29;
     display: table;
     font-size: 15px;
     font-stretch: normal;
     line-height: 1.47;
     margin-left: 45px;
     max-width: -webkit-calc(100% - 45px);
     max-width: calc(100% - 45px);
     opacity: 0;
     padding: 12px 15px;
     position: relative;
     vertical-align: top;
}
 .speech-bubble + .speech-bubble {
     margin-top: 10px;
}
 .speech-bubble:first-of-type {
     -webkit-border-radius: 5px 15px 15px;
     border-radius: 5px 15px 15px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 .speech-bubble:first-of-type .coach {
     height: 36px;
     width: 36px;
     background-image: url(img/coach.jpg);
     background-repeat: no-repeat;
     background-size: 36px 36px;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     display: inline-block;
     left: -45px;
     position: absolute;
     top: 0;
     z-index: 1;
}
 step-content {
     height: 100%;
}
 step-content > * > section {
     display: block;
     padding: 0 15px;
     position: relative;
     visibility: visible;
}
 step-content > * > section .content-wrapper, step-content > * > section .button-fixed {
     visibility: hidden;
}
 step-content > * > section .content-wrapper {
     -webkit-animation-duration: 0.35s;
     animation-duration: 0.35s;
     -webkit-animation-name: opacity-bounce;
     animation-name: opacity-bounce;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
 step-content > * > section .button-fixed {
     -webkit-animation-duration: 0.5s;
     animation-duration: 0.5s;
     -webkit-animation-name: opacity-strong-bounce;
     animation-name: opacity-strong-bounce;
}
 step-content > * > section .content-wrapper, step-content > * > section .button-fixed {
     opacity: 0;
}
 a.s0, li.s0, .s0.paragraph, h5.s0 {
     color: #171F29;
}
 a.s1, li.s1, .s1.paragraph, h5.s1 {
     color: #47515C;
}
 a.s2, li.s2, .s2.paragraph, h5.s2 {
     color: #6E7E8F;
}
 a.s6, li.s6, .s6.paragraph, h5.s6 {
     color: #FFFFFF;
}
 a.center, li.center, .center.paragraph, h5.center {
     text-align: center;
}
 h5 {
     font-size: 16px;
     line-height: 22px;
}
 .paragraph.regular {
     font-size: 15px;
     line-height: 22px;
}
 .paragraph.small {
     font-size: 13px;
     line-height: 18px;
}
 a {
     color: #47515C;
     cursor: pointer;
     display: block;
     text-decoration: underline;
}
 a.primary {
     font-size: 15px;
     line-height: 22px;
}
 a.primary:hover {
     color: #23365D;
}
 a.primary:hover.arrow {
     color: #23365D;
}
 a.primary:active {
     color: #6E7E8F;
}
 a.primary:active.arrow {
     color: #23365D;
}
 .font-regular {
     font-family: Helvetica, Arial, sans-serif;
     font-size: 30px;
}
 .font-bold {
     font-family: Helvetica, Arial, sans-serif;
     font-size: 30px;
     font-weight: bold;
}
 .font-italic {
     font-family: Helvetica, Arial, sans-serif;
     font-size: 30px;
     font-style: italic;
}
 .font-italic-bold {
     font-family: Helvetica, Arial, sans-serif;
     font-size: 30px;
     font-style: italic;
     font-weight: bold;
}
 .emo {
     display: inline-block;
     position: relative;
     top: 3px;
     width: 15px;
}
 .dots-spinner {
     display: inline-block;
     margin-left: 45px;
     padding: 15px 0;
     position: relative;
     text-align: left;
     vertical-align: top;
}
 .dots-spinner > div {
     -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
     animation: sk-bouncedelay 1.4s infinite ease-in-out both;
     background-color: #F9FAFC;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     display: inline-block;
     height: 12px;
     width: 12px;
}
 .dots-spinner .bounce1 {
     -webkit-animation-delay: -0.32s;
     animation-delay: -0.32s;
}
 .dots-spinner .bounce2 {
     -webkit-animation-delay: -0.16s;
     animation-delay: -0.16s;
}
 @-webkit-keyframes sk-bouncedelay {
     0%, 80%, 100% {
         -webkit-transform: scale(0);
         transform: scale(0);
    }
     40% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 @keyframes sk-bouncedelay {
     0%, 80%, 100% {
         -webkit-transform: scale(0);
         transform: scale(0);
    }
     40% {
         -webkit-transform: scale(1);
         transform: scale(1);
    }
}
 .block-options, .circle-options, .stepper-symbol.active, .select:not(.disabled), div.option, span.option, .checkbox-wrapper {
     cursor: pointer;
}
 iframe {
     display: none;
}
 .lamp {
     background-image: var(--image-client/images/lamp);
     background-repeat: no-repeat;
     background-size: contain;
}
 .paprika {
     background-image: var(--image-client/images/paprika);
     background-repeat: no-repeat;
     background-size: contain;
}
 .fire {
     background-image: var(--image-client/images/fire);
     background-repeat: no-repeat;
     background-size: contain;
}
 .silent {
     background-image: var(--image-client/images/silent);
     background-repeat: no-repeat;
     background-size: contain;
}
 .kiss {
     background-image: var(--image-client/images/kiss);
     background-repeat: no-repeat;
     background-size: contain;
}
 .smiling {
     background-image: var(--image-client/images/smiling);
     background-repeat: no-repeat;
     background-size: contain;
}
 .heart {
     background-image: var(--image-client/images/heart);
     background-repeat: no-repeat;
     background-size: contain;
}
 .heart-violet {
     background-image: var(--image-client/images/heart-violet);
     background-repeat: no-repeat;
     background-size: contain;
}
 .heart-blue {
     background-image: url(img/heart-blue.a36579a28134061497b9711e7cf6fa69.png);
     background-repeat: no-repeat;
     background-size: contain;
}
 #overlayer .overlayer {
     z-index: 200;
     background-color: rgba(23,31,41,0.6);
     display: block;
     height: 100%;
     left: 0;
     padding: 20px 15px;
     position: absolute;
     top: 0;
     width: 100%;
}
 #overlayer .overlayer .overlayer-wrapper {
     background-color: #FFFFFF;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     -webkit-box-shadow: 0 2px 10px 0 rgba(23,31,41,0.3), 0 0 4px 0 rgba(23,31,41,0.2);
     box-shadow: 0 2px 10px 0 rgba(23,31,41,0.3), 0 0 4px 0 rgba(23,31,41,0.2);
     height: 100%;
     margin: 0 auto;
     overflow: hidden;
}
 #location-overlayer {
     height: 100%;
}
 #location-overlayer .top20 {
     top: 20px;
}
 #location-overlayer .header {
     background-color: #F3F5F9;
     border-bottom: 1px solid #DDE3EB;
     color: #47515C;
     font-size: 15px;
     font-weight: bold;
     line-height: 22px;
     padding: 9px 15px;
     position: relative;
     text-align: center;
}
 #location-overlayer .header.hidden {
     display: none;
}
 #location-overlayer .header.visible {
     display: block;
}
 #location-overlayer .close {
     height: 20px;
     width: 20px;
     position: absolute;
     right: 10px;
     top: 10px;
}
 #location-overlayer .close svg {
     height: 20px;
     width: 20px;
}
 #location-overlayer .options-wrapper {
     height: -webkit-calc(100% - 40px);
     height: calc(100% - 40px);
     overflow-y: scroll;
    /* has to be scroll, not auto */
     -webkit-overflow-scrolling: touch;
     position: relative;
}
 #location-overlayer .options-wrapper.hidden {
     display: none;
}
 #location-overlayer .options-wrapper.visible {
     display: block;
}
 #location-overlayer .option {
     border-bottom: 1px solid #DDE3EB;
     cursor: pointer;
     font-size: 15px;
     line-height: 22px;
     padding: 9px 15px;
     position: relative;
}
 #location-overlayer .option.selected {
     background-color: #F3F5F9;
}
 #location-overlayer .option.selected:before {
     height: 20px;
     width: 20px;
     background-image: url(/r/static/custom/app/c-date/client/images/check.360894fefe5b230d62099e6606eae4aa.svg);
     background-repeat: no-repeat;
     background-size: 20px 20px;
     right: 10px;
     top: 10px;
}
 .dropdown {
     width: 100%;
}
 .dropdown .dropdown-content {
     position: relative;
}
 .dropdown .dropdown-content.options-visible .dropdown-label {
     background-color: #DDE3EB;
     border: 1px solid #DDE3EB;
}
 .dropdown .dropdown-content.options-visible .dropdown-label::after {
     top: 32px;
     -webkit-transform: rotate(-135deg);
     transform: rotate(-135deg);
}
 .dropdown .dropdown-content.options-visible .dropdown-label .label-text {
     color: #23365D;
}
 .dropdown .dropdown-content .dropdown-label {
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     background-color: rgba(221,227,235,0.2);
     border: 1px solid #A7B2BF;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding: 14px 38px 14px 16px;
}
 .dropdown .dropdown-content .dropdown-label::after {
     border: solid #6E7E8F;
     border-width: 0 2px 2px 0;
     content: "";
     display: inline-block;
     padding: 4px;
     position: absolute;
     right: 20px;
     top: 26px;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .dropdown .dropdown-content .dropdown-label.option-chosen {
     background-color: #DDE3EB;
     border: 1px solid #DDE3EB;
}
 .dropdown .dropdown-content .dropdown-label.option-chosen .label-text {
     color: #23365D;
}
 .dropdown .dropdown-content .dropdown-label .label-icon-wrapper {
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 40px;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-right: 16px;
     width: 40px;
}
 .dropdown .dropdown-content .dropdown-label .label-text {
     color: #6E7E8F;
     font-size: 16px;
}
 .dropdown .dropdown-content .dropdown-label .label-text.selected-value {
     color: #23365D;
}
 .dropdown .dropdown-content .dropdown-options {
     background-color: #FFFFFF;
     -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1);
     box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.1);
     left: 0;
     padding-top: 12px;
     position: absolute;
     top: 100%;
     width: 100%;
     z-index: 1;
}
 .mobile .dropdown .dropdown-content .dropdown-options {
     position: relative;
}
 .dropdown .dropdown-content .dropdown-options .dropdown-option-description {
     color: #6E7E8F;
     font-size: 13px;
     font-style: italic;
     padding: 8px 20px 15px;
}
 .dropdown .dropdown-content .dropdown-options .dropdown-option-description > b {
     color: #23365D;
     font-size: 14px;
     font-style: normal;
}
 .dropdown .dropdown-content .dropdown-options .dropdown-option-description > div {
     margin-top: 5px;
}
 .dropdown .dropdown-content .dropdown-options .dropdown-option {
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     color: #23365D;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     font-size: 16px;
     min-height: 40px;
     padding: 8px 20px;
}
 .dropdown .dropdown-content .dropdown-options .dropdown-option:hover {
     background-color: rgba(167,178,191,0.1);
}
 .dropdown .dropdown-content .dropdown-options .dropdown-option .option-icon {
     height: 30px;
     margin-right: 17px;
     width: 30px;
}
 .wl-d60 .dropdown .dropdown-content .dropdown-label {
     background-color: #FFFFFF;
     border: 1.2px solid #DDE3EB;
}
 .wl-d60 .dropdown .dropdown-content .dropdown-label .label-text {
     color: #171F29;
}
 .wl-d60 .dropdown .dropdown-content .dropdown-label.option-chosen {
     background-color: #F3F5F9;
}
 .wl-d60 .dropdown .dropdown-content .dropdown-label.option-chosen .label-text {
     color: #171F29;
}
 .wl-d60 .dropdown .dropdown-content .dropdown-label.option-chosen .label-text.selected-value {
     color: #171F29;
}
 .mobile .footer-visible #step-experience .button-primary.button-fixed {
     bottom: 60px;
     position: fixed;
}
 .mobile .footer-visible #step-experience .scroll-wrapper {
     overflow-y: hidden;
}
 .mobile #step-experience .button-primary.button-fixed {
     position: fixed;
}
 #step-experience .content-wrapper {
     width: auto;
}
 #step-experience .content {
     max-width: 100%;
}
 #step-experience .content .section-experiences {
     padding: 0;
}
 #step-experience .content .block-options {
     -webkit-box-align: baseline;
     -webkit-align-items: baseline;
     -ms-flex-align: baseline;
     align-items: baseline;
     background-color: transparent;
     border: none;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-justify-content: space-around;
     -ms-flex-pack: distribute;
     justify-content: space-around;
     padding: 0;
}
 #step-experience .content .block-option {
     background: #DDE3EB;
     background-repeat: no-repeat;
     background-size: cover;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     color: #FFFFFF;
     height: 80px;
     overflow: hidden;
     width: 100%;
}
 @media screen and (orientation: landscape) {
     #step-experience .content .block-option {
         width: 48%;
    }
}
 #step-experience .content .block-option + .block-option {
     margin-top: 10px;
}
 #step-experience .content .block-option span {
     position: relative;
     top: 48px;
     font-weight: normal;
}
 #step-experience .content .block-option .label:before {
     display: block;
     height: 26px;
     left: -webkit-calc(50% - 6px);
     left: calc(50% - 6px);
     opacity: 0;
     top: 12px;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     width: 12px;
     -webkit-transition: opacity 0.5s ease-out;
     -o-transition: opacity 0.5s ease-out;
     transition: opacity 0.5s ease-out;
}
 #step-experience .content .block-option.selected .label {
     background-color: rgba(35,54,93,0.76);
     display: block;
     height: 100%;
     position: relative;
}
 #step-experience .content .block-option.selected .label:before {
     border-bottom: 2px solid #FFFFFF;
     border-right: 2px solid #FFFFFF;
     opacity: 1;
}
 #step-experience .content .block-option.singles {
     background-image: url(img/o1.jpg);
}
 #step-experience .content .block-option.long-term {
     background-image: url(img/o2.jpg);
}
 #step-experience .content .block-option.flirting {
     background-image: url(img/o3.jpg);
}
 #step-experience .content .block-option.games {
     background-image: url(img/o4.jpg);
}
 #step-experience .content .block-option.watching {
     background-image: url(img/o5.jpg);
}
 #step-experience .content .block-option.chat {
     background-image: url(img/o6.jpg);
}
 #step-experience .content .block-option.break {
     background-image: url(img/o7.jpg);
}
 #step-experience .content .block-option.movies {
     background-image: url(img/o8.jpg);
}
 #step-experience .content .block-option:nth-child(n):after {
     background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23,31,41,0.8)), color-stop(80%, rgba(23,31,41,0.2)), to(rgba(23,31,41,0)));
     background-image: -o-linear-gradient(bottom, rgba(23,31,41,0.8) 0%, rgba(23,31,41,0.2) 80%, rgba(23,31,41,0) 100%);
     background-image: linear-gradient(0deg, rgba(23,31,41,0.8) 0%, rgba(23,31,41,0.2) 80%, rgba(23,31,41,0) 100%);
     content: "";
     display: block;
     height: 100%;
     width: 100%;
}
 #step-experience .button-primary {
     display: block;
}
 #step-experience .removed-from-dom {
     display: none;
}
 #step-gender .content {
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 #step-gender .content .circle-options {
     max-width: 130px;
}
 #step-gender .content .circle-options .circle-icon {
     height: 90px;
     width: 90px;
     background-repeat: no-repeat;
     background-size: contain;
     margin: 0 25px 6px;
}
 #step-gender .content .circle-options .circle-icon svg {
     height: 50px;
     width: 50px;
     margin-top: 10px;
}
 #step-gender .content .circle-options .circle-icon.female {
     background-image: url(img/gender_female.jpg);
}
 #step-gender .content .circle-options .circle-icon.male {
     background-image: url(img/gender_male.jpg);
}
 #step-looking-for .content {
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 #step-looking-for .content .circle-options {
     max-width: 130px;
}
 #step-looking-for .content .circle-options .circle-icon {
     height: 90px;
     width: 90px;
     background-repeat: no-repeat;
     background-size: contain;
     margin: 0 25px 6px;
}
 #step-looking-for .content .circle-options .circle-icon svg {
     height: 50px;
     width: 50px;
     margin-top: 10px;
}
 #step-location-freetext .scroll-wrapper {
     overflow-y: inherit;
}
 #step-location-freetext.invalid-location .invalid-location-error {
     display: block;
}
 #step-location-freetext.invalid-location .location #city-location {
     border-color: #FD716A;
     color: #FD716A;
}
 #step-location-freetext .invalid-location-error {
     background-color: #FD716A;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     color: #FFFFFF;
     display: none;
     font-size: 13px;
     height: 34px;
     line-height: 1.38;
     margin: 20px 5px -10px;
     padding: 8px 10px;
}
 #step-location-freetext .location {
     position: relative;
}
 #step-location-freetext .location .city-location-wrapper {
     display: inline-block;
     position: relative;
     width: 100%;
}
 #step-location-freetext .location .items {
     -webkit-border-radius: 2px;
     border-radius: 2px;
     -webkit-box-shadow: 0 2px 10px 0 rgba(23,31,41,0.3), 0 0 4px 0 rgba(23,31,41,0.2);
     box-shadow: 0 2px 10px 0 rgba(23,31,41,0.3), 0 0 4px 0 rgba(23,31,41,0.2);
     left: 0;
     max-height: 120px;
     overflow: auto;
     position: absolute;
     right: 0;
     top: 100%;
     z-index: 99;
}
 #step-location-freetext .location .items div {
     background-color: #FFFFFF;
     cursor: pointer;
     padding: 10px;
}
 #step-location-freetext .location .items div:hover {
     background-color: #C7A857;
     color: #FFFFFF;
}
 #step-location-freetext .location .items .active {
    /*when navigating through the items using the arrow keys:*/
     background-color: #C7A857 !important;
     color: #FFFFFF;
}
 #step-location-freetext .location #city-location {
     border: 1px solid #6E7E8F;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     color: #47515C;
     display: block;
     font-size: 15px;
     line-height: 22px;
     padding: 13px 34px 15px 10px;
     width: 100%;
}
 #step-location-freetext .location .icon-location {
     height: 26px;
     width: 26px;
     position: absolute;
     right: 5px;
     top: 12px;
}
 #step-location-freetext .location .icon-location path {
     fill: #23365D;
}
 #step-location-freetext .location .button-primary {
     margin-top: 20px;
}
 #step-location-freetext-found .heart-blue {
     height: 19.33px;
     width: 20px;
}
 #step-location-variant .scroll-wrapper {
     overflow-y: inherit;
}
 #step-location-variant.invalid-location .invalid-location-error {
     display: block;
}
 #step-location-variant.invalid-location .location #city-location {
     border-color: #FD716A;
     color: #FD716A;
}
 #step-location-variant .invalid-location-error {
     background-color: #FD716A;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     color: #FFFFFF;
     display: none;
     font-size: 13px;
     height: 34px;
     line-height: 1.38;
     margin: 20px 5px -10px;
     padding: 8px 10px;
}
 #step-location-variant .location {
     position: relative;
}
 #step-location-variant .location .postal-code-wrapper {
     display: inline-block;
     position: relative;
     width: 100%;
}
 #step-location-variant .location #city-location {
     border: 1px solid #6E7E8F;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     color: #47515C;
     display: block;
     font-size: 15px;
     line-height: 22px;
     padding: 13px 34px 15px 10px;
     width: 100%;
}
 #step-location-variant .location .icon-location {
     height: 26px;
     width: 26px;
     position: absolute;
     right: 5px;
     top: 12px;
}
 #step-location-variant .location .icon-location path {
     fill: #23365D;
}
 #step-location-variant .location .button-primary {
     margin-top: 20px;
}
 #step-location-variant-found .heart {
     height: 19.33px;
     width: 20px;
}
 #step-location-region-subregion .select {
     background: #FFFFFF no-repeat right -30px center/8px 8px;
     border: 1px solid #6E7E8F;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     color: #47515C;
     cursor: pointer;
     font-size: 15px;
     line-height: 22px;
     margin: 0 auto 15px;
     padding: 14px;
     position: relative;
}
 #step-location-region-subregion .select .arrow-down {
     height: 14px;
     width: 14px;
     right: 10px;
     top: 18px;
}
 #step-location-region-subregion .select .arrow-down svg {
     height: 14px;
     width: 14px;
}
 #step-location-region-subregion .select.disabled {
     border-color: #A7B2BF;
     color: #A7B2BF;
     cursor: unset;
}
 #step-location-region-subregion .css-spinner-in-button {
     left: auto;
     position: absolute;
     right: 10px;
     top: 10px;
}
 #step-location-region-subregion #region-select .arrow-down path, #step-location-region-subregion #city-select:not(.disabled) .arrow-down path {
     stroke: #6E7E8F;
}
 #step-location-region-subregion-found .heart-blue {
     height: 19.33px;
     width: 20px;
}
 #step-location-region-city .select {
     background: #FFFFFF no-repeat right -30px center/8px 8px;
     border: 1px solid #6E7E8F;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     color: #47515C;
     cursor: pointer;
     font-size: 15px;
     line-height: 22px;
     margin: 0 auto 15px;
     padding: 14px;
     position: relative;
}
 #step-location-region-city .select .arrow-down {
     height: 14px;
     width: 14px;
     right: 10px;
     top: 18px;
}
 #step-location-region-city .select .arrow-down svg {
     height: 14px;
     width: 14px;
}
 #step-location-region-city .select.disabled {
     border-color: #A7B2BF;
     color: #A7B2BF;
     cursor: unset;
     pointer-events: none;
}
 #step-location-region-city .css-spinner-in-button {
     left: auto;
     position: absolute;
     right: 10px;
     top: 10px;
}
 #step-location-region-city #region-select .arrow-down path, #step-location-region-city #city-select:not(.disabled) .arrow-down path {
     stroke: #6E7E8F;
}
 #step-location-region-city-found .heart-violet {
     height: 19.33px;
     width: 20px;
}
 #step-location-region-city-found .heart-blue {
     height: 19.33px;
     width: 20px;
}
 #step-birthdate .birthdate input[type=text], #step-birthdate .birthdate input[type=tel], .sbday {
     border: 1px solid #6E7E8F;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     display: block;
     letter-spacing: 2px;
     margin-bottom: 6px;
     padding: 13px 10px 15px;
     width: 100%;
}
 #step-birthdate .birthdate input[type=text]::-webkit-input-placeholder, #step-birthdate .birthdate input[type=tel]::-webkit-input-placeholder {
     color: #6E7E8F;
     font-size: 15px;
     line-height: 22px;
}
 #step-birthdate .birthdate input[type=text]::-moz-placeholder, #step-birthdate .birthdate input[type=tel]::-moz-placeholder {
     color: #6E7E8F;
     font-size: 15px;
     line-height: 22px;
}
 #step-birthdate .birthdate input[type=text]:-ms-input-placeholder, #step-birthdate .birthdate input[type=tel]:-ms-input-placeholder {
     color: #6E7E8F;
     font-size: 15px;
     line-height: 22px;
}
 #step-birthdate .birthdate input[type=text]::-ms-input-placeholder, #step-birthdate .birthdate input[type=tel]::-ms-input-placeholder {
     color: #6E7E8F;
     font-size: 15px;
     line-height: 22px;
}
 #step-birthdate .birthdate input[type=text]::placeholder, #step-birthdate .birthdate input[type=tel]::placeholder {
     color: #6E7E8F;
     font-size: 15px;
     line-height: 22px;
}
 #step-birthdate .birthdate input[type=text]:invalid, #step-birthdate .birthdate input[type=tel]:invalid {
     -webkit-box-shadow: none;
     box-shadow: none;
}
 #step-birthdate .birthdate .button-primary {
     margin-top: 20px;
}
 #step-birthdate .invalid {
     background-color: #FD716A;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     display: none;
     margin-bottom: 25px;
     padding: 8px 10px;
}
 #step-birthdate .invalid.visible {
     display: block;
}
 #step-birthdate .invalid.visible ~ label input {
     border-color: #FD716A;
     color: #FD716A;
}
 #step-birthdate .placeholder-label {
     color: #6E7E8F;
     font-size: 15px;
     line-height: 22px;
}
 #step-birthdate .placeholder-label span {
     color: #6E7E8F;
     cursor: text;
     display: inline;
     left: 10px;
     overflow: hidden;
     position: absolute;
     text-align: left;
     top: 14px;
}
 #step-birthdate-a .smiling {
     height: 20px;
     width: 20px;
}
 #step-height #slider-value {
     margin-bottom: 20px;
     padding-top: 5px;
}
 #step-height .stepper-symbol {
     border: 1px solid #47515C;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     height: 24px;
     position: absolute;
     top: 1px;
     width: 24px;
}
 #step-height .stepper-symbol.inactive {
     opacity: 0.3;
}
 #step-height .stepper-symbol.active {
     opacity: 1;
}
 #step-height .stepper-symbol::before {
     background: #47515C;
     content: "";
     display: block;
     height: 2px;
     left: 4px;
     position: absolute;
     top: 10px;
     width: 14px;
}
 #step-height .stepper-symbol.right {
     right: 0;
}
 #step-height .stepper-symbol.right::after {
     background: #47515C;
     content: "";
     display: block;
     height: 2px;
     left: 4px;
     position: absolute;
     top: 10px;
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
     width: 14px;
}
 #step-height .stepper-symbol.left {
     left: 0;
}
 #step-height .slider-wrapper {
     height: 26px;
     margin-bottom: 25px;
     position: relative;
     width: 100%;
}
 #step-height .slider-wrapper .content-wrapper {
     margin-bottom: 20px;
}
 #step-height .slider-wrapper .slidecontainer {
     height: 26px;
     margin: 0 auto;
     width: -webkit-calc(100% - 88px);
     width: calc(100% - 88px);
}
 #step-height .slider-wrapper .slidecontainer .slider {
     -webkit-appearance: none;
     -webkit-transition: 0.2s;
     -moz-appearance: none;
     appearance: none;
     background: transparent;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     opacity: 0.7;
     outline: none;
     padding: 0;
     position: relative;
     top: 1px;
     -webkit-transition: opacity 0.2s;
     -o-transition: opacity 0.2s;
     transition: opacity 0.2s;
     width: 100%;
}
 #step-height .slider-wrapper .slidecontainer .slider:hover {
     opacity: 1;
}
 #step-height .slider-wrapper .slidecontainer .slider:focus::-ms-thumb:after {
     display: none;
}
 #step-height .slider-wrapper .slidecontainer .slider::-webkit-slider-thumb {
     -webkit-appearance: none;
     appearance: none;
     background: #23365D;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     -webkit-box-shadow: 0 2px 4px 0 rgba(35,54,93,0.48);
     box-shadow: 0 2px 4px 0 rgba(35,54,93,0.48);
     cursor: pointer;
     height: 26px;
     margin-top: -10px;
     width: 26px;
}
 #step-height .slider-wrapper .slidecontainer .slider::-webkit-slider-runnable-track {
     animate: 0.2s;
     background: #7B869E;
     border-color: transparent;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     border-width: 26px 0;
     color: transparent;
     cursor: pointer;
     height: 6px;
     position: relative;
     top: 5px;
     width: 100%;
}
 #step-height .slider-wrapper .slidecontainer .slider::-moz-range-track {
     animate: 0.2s;
     background: #7B869E;
     border-color: transparent;
     border-radius: 3px;
     border-width: 26px 0;
     color: transparent;
     cursor: pointer;
     height: 6px;
     position: relative;
     top: 5px;
     width: 100%;
}
 #step-height .slider-wrapper .slidecontainer .slider::-moz-focus-outer {
     border: 0;
}
 #step-height .slider-wrapper .slidecontainer .slider::-moz-range-thumb {
     background: #23365D;
     border-radius: 50%;
     box-shadow: 0 2px 4px 0 rgba(35,54,93,0.48);
     cursor: pointer;
     height: 26px;
     width: 26px;
}
 #step-height .slider-wrapper .slidecontainer .slider::-ms-thumb {
     background: #23365D;
     border: none;
     border-radius: 50%;
     box-shadow: 0 2px 4px 0 rgba(35,54,93,0.48);
     cursor: pointer;
     height: 26px;
     width: 26px;
}
 #step-height .slider-wrapper .slidecontainer .slider::-ms-tooltip {
     display: none;
}
 #step-height .slider-wrapper .slidecontainer .slider::-ms-fill-lower {
     background: #DDE3EB;
}
 #step-height .slider-wrapper .slidecontainer .slider::-ms-fill-upper {
     background: #DDE3EB;
}
 #step-height .slider-wrapper .slidecontainer .slider::-ms-track {
     animate: 0.2s;
     background: transparent;
     border-color: transparent;
     border-width: 26px 0;
     color: transparent;
     cursor: pointer;
     height: 6px;
     width: 100%;
}
 #step-height .slider-wrapper .slidecontainer .slider.ie {
     top: -14px;
}
 #step-body-type .block-options {
     margin: auto;
     max-width: 300px;
}
 #step-body-type .block-options + .block-options {
     margin-top: 10px;
}
 #step-hair-color .content-wrapper {
     padding-bottom: 0;
}
 #step-hair-color .content-wrapper .content {
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-bottom: 25px;
     max-width: 500px;
}
 #step-hair-color .content-wrapper .content .circle-options {
     margin-bottom: 20px;
}
 #step-hair-color .content-wrapper .content .circle-options .circle-icon {
     margin: 0 10px 6px;
}
 #step-hair-color .content-wrapper .content .circle-options .circle-icon.blonde {
     background-color: #D8C786;
}
 #step-hair-color .content-wrapper .content .circle-options .circle-icon.brown {
     background-color: #664B4B;
}
 #step-hair-color .content-wrapper .content .circle-options .circle-icon.red {
     background-color: #FD716A;
}
 #step-hair-color .content-wrapper .content .circle-options .circle-icon.grey {
     background-color: #A7B2BF;
}
 #step-hair-color .content-wrapper .content .circle-options .circle-icon.black {
     background-color: #171F29;
}
 #step-hair-color .content-wrapper .content .circle-options .circle-icon.multi-color {
     background: -o-linear-gradient(315deg, #23365D, #4267B2);
     background: linear-gradient(135deg, #23365D, #4267B2);
}
 #step-hair-color .content-wrapper .content .male-hair-element.hidden, #step-hair-color .content-wrapper .content .female-hair-element.hidden {
     display: none;
}
 #step-hair-color .content-wrapper .content .male-hair-element.visible, #step-hair-color .content-wrapper .content .female-hair-element.visible {
     display: block;
}
 #step-eyes-color .content-wrapper {
     padding-bottom: 0;
}
 #step-eyes-color .content-wrapper .content {
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-bottom: 20px;
     max-width: 450px;
}
 #step-eyes-color .content-wrapper .content .circle-options {
     margin-bottom: 20px;
}
 #step-eyes-color .content-wrapper .content .circle-options .circle-icon {
     margin: 0 10px 6px;
}
 #step-eyes-color .content-wrapper .content .circle-options .circle-icon.blue {
     background-color: #2890C3;
}
 #step-eyes-color .content-wrapper .content .circle-options .circle-icon.brown {
     background-color: #664B4B;
}
 #step-eyes-color .content-wrapper .content .circle-options .circle-icon.black {
     background-color: #171F29;
}
 #step-eyes-color .content-wrapper .content .circle-options .circle-icon.green {
     background-color: #ec2026;
}
 #step-eyes-color .content-wrapper .content .circle-options .circle-icon.grey {
     background-color: #A7B2BF;
}
 #step-eyes-color .content-wrapper.other {
     background-color: #FFFFFF;
     padding: 0;
}
 #step-eyes-color-sub .smiling {
     height: 20px;
     width: 20px;
}
 #step-referal .content .select {
     background: #FFFFFF no-repeat right -30px center/8px 8px;
     border: 1px solid #6E7E8F;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     color: #47515C;
     cursor: pointer;
     font-size: 15px;
     line-height: 22px;
     margin: 0 auto 15px;
     padding: 14px;
     position: relative;
}
 #step-referal .content .select .arrow-down {
     height: 14px;
     width: 14px;
     right: 10px;
     top: 18px;
}
 #step-referal .content .select .arrow-down svg {
     height: 14px;
     width: 14px;
}
 #step-referal .content .select.disabled {
     border-color: #A7B2BF;
     color: #A7B2BF;
     cursor: unset;
}
 #step-referal .arrow-down path {
     stroke: #6E7E8F;
}
 #step-referal-overlayer {
     z-index: 200;
     background-color: rgba(23,31,41,0.6);
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     height: 100%;
     left: 0;
     padding: 20px 15px;
     position: absolute;
     top: 0;
     width: 100%;
}
 #step-referal-overlayer .overlayer-select {
     background-color: #FFFFFF;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     -webkit-box-shadow: 0 2px 10px 0 rgba(23,31,41,0.3), 0 0 4px 0 rgba(23,31,41,0.2);
     box-shadow: 0 2px 10px 0 rgba(23,31,41,0.3), 0 0 4px 0 rgba(23,31,41,0.2);
     margin: 0 auto;
     overflow: hidden;
     width: 100%;
}
 #step-referal-overlayer .overlayer-select .header {
     background-color: #F3F5F9;
     border-bottom: 1px solid #DDE3EB;
     color: #47515C;
     font-size: 15px;
     font-weight: bold;
     line-height: 22px;
     padding: 9px 15px;
     position: relative;
     text-align: center;
}
 #step-referal-overlayer .overlayer-select .header.hidden {
     display: none;
}
 #step-referal-overlayer .overlayer-select .header.visible {
     display: block;
}
 #step-referal-overlayer .overlayer-select .close {
     height: 20px;
     width: 20px;
     position: absolute;
     right: 10px;
     top: 10px;
}
 #step-referal-overlayer .overlayer-select .close svg {
     height: 20px;
     width: 20px;
}
 #step-referal-overlayer .overlayer-select .close svg g {
     fill: #6E7E8F;
     stroke-width: 3px;
}
 #step-referal-overlayer .overlayer-select .options-wrapper {
     height: -webkit-calc(100% - 40px);
     height: calc(100% - 40px);
     overflow-y: scroll;
    /* has to be scroll, not auto */
     -webkit-overflow-scrolling: touch;
     position: relative;
}
 #step-referal-overlayer .overlayer-select .options-wrapper.hidden {
     display: none;
}
 #step-referal-overlayer .overlayer-select .options-wrapper.visible {
     display: block;
}
 #step-referal-overlayer .overlayer-select .option {
     border-bottom: 1px solid #DDE3EB;
     cursor: pointer;
     font-size: 15px;
     line-height: 22px;
     padding: 9px 15px;
     position: relative;
}
 #step-referal-overlayer .overlayer-select .option.selected {
     background-color: #F3F5F9;
}
 #step-referal-overlayer .overlayer-select .option.selected:before {
     height: 20px;
     width: 20px;
     background-image: url(/r/static/custom/app/c-date/client/images/check.360894fefe5b230d62099e6606eae4aa.svg);
     background-repeat: no-repeat;
     background-size: 20px 20px;
     right: 10px;
     top: 10px;
}
 #step-nickname .speech-bubble.note svg {
     height: 20px;
     position: absolute;
     width: 20px;
}
 #step-nickname .speech-bubble.note p {
     margin-left: 25px;
}
 #step-nickname .content-wrapper .content input[type=text] {
     border: 1px solid #6E7E8F;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     display: block;
     font-size: 15px;
     line-height: 22px;
     padding: 14px 10px 12px;
     width: 100%;
}
 #step-nickname .content-wrapper .content input[type=text]::-webkit-input-placeholder {
     color: #6E7E8F;
     font-size: 15px;
     line-height: 22px;
}
 #step-nickname .content-wrapper .content input[type=text]::-moz-placeholder {
     color: #6E7E8F;
     font-size: 15px;
     line-height: 22px;
}
 #step-nickname .content-wrapper .content input[type=text]:-ms-input-placeholder {
     color: #6E7E8F;
     font-size: 15px;
     line-height: 22px;
}
 #step-nickname .content-wrapper .content input[type=text]::-ms-input-placeholder {
     color: #6E7E8F;
     font-size: 15px;
     line-height: 22px;
}
 #step-nickname .content-wrapper .content input[type=text]::placeholder {
     color: #6E7E8F;
     font-size: 15px;
     line-height: 22px;
}
 #step-nickname .content-wrapper .content input[type=text]:invalid {
     -webkit-box-shadow: none;
     box-shadow: none;
}
 #step-nickname .content-wrapper .content .button-primary {
     margin-top: 20px;
     opacity: 1;
}
 #step-nickname .content-wrapper .content a {
     margin-top: 10px;
}
 #step-nickname .content-wrapper .content .placeholder-label {
     color: #6E7E8F;
     font-size: 15px;
     line-height: 22px;
}
 #step-nickname .content-wrapper .content .placeholder-label span {
     color: #6E7E8F;
     cursor: text;
     display: inline;
     left: 10px;
     overflow: hidden;
     position: absolute;
     text-align: left;
     top: 14px;
}
 #step-nickname .content-wrapper .content .invalid {
     background-color: #FD716A;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     display: none;
     margin-bottom: 25px;
     padding: 8px 10px;
}
 #step-nickname .content-wrapper .content .invalid.visible {
     display: block;
}
 #step-nickname .content-wrapper .content .invalid.visible + label input {
     border-color: #FD716A;
     color: #FD716A;
}
 #step-nickname ul.paragraph {
     padding-left: 40px;
     list-style: disc outside none;
}
 #step-nickname-success b {
     font-family: Helvetica, Arial, sans-serif;
     font-style: normal;
     font-weight: 400;
     font-weight: 700;
}
 #step-nickname-success .dots-spinner {
     visibility: hidden;
}
 #step-email.first-run .change-run-bubble {
     display: none;
}
 #step-email.change-run .first-run-bubble {
     display: none;
}
 #step-email .invalid-email, #step-email .already-exists-email {
     background-color: #FD716A;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     color: #FFFFFF;
     line-height: 1.38;
     margin: auto;
     min-height: 34px;
     opacity: 1;
     padding: 8px 10px;
     position: relative;
     top: 20px;
     -webkit-transition: opacity 0.4s ease-in-out;
     -o-transition: opacity 0.4s ease-in-out;
     transition: opacity 0.4s ease-in-out;
     width: -webkit-calc(100% - 35px);
     width: calc(100% - 35px);
}
 #step-email .invalid-email.hidden, #step-email .already-exists-email.hidden {
     display: none;
     opacity: 0;
}
 #step-email .pre-reg-check-failure {
     background-color: #FD716A;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     color: #FFFFFF;
     line-height: 1.54;
     margin: 10px auto 0;
     min-height: 36px;
     opacity: 1;
     padding: 8px 10px;
     position: relative;
     top: 15px;
     -webkit-transition: opacity 0.4s ease-in-out;
     -o-transition: opacity 0.4s ease-in-out;
     transition: opacity 0.4s ease-in-out;
     width: -webkit-calc(100% - 35px);
     width: calc(100% - 35px);
}
 #step-email .pre-reg-check-failure.hidden {
     display: none;
     opacity: 0;
}
 #step-email .content .email-wrapper {
     height: 50px;
     margin-bottom: 10px;
     position: relative;
}

.pwd-wrapper {
  margin-bottom: 20px;
}

 #step-email .content .email-wrapper input,  #step-email .content .pwd-wrapper input {
     border: solid 1px #6E7E8F;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     height: 50px;
     padding: 13px 10px 15px;
     width: 100%;
}
 #step-email .content .email-wrapper input.faulty {
     border: solid 1px #FD716A;
     color: #FD716A;
}
 #step-email .content .button-primary {
     min-height: 45px;
	 margin-bottom: 8px;
}
 #step-email .content .button-primary .css-spinner-primary {
     display: none;
}
 #step-email .content .button-primary.spinner .button-text {
     display: none;
}
 #step-email .content .button-primary.spinner .css-spinner-neg {
     border-width: 0.15em;
     display: inline-block;
     opacity: 1;
}
 #step-email-approval .break-word {
     word-wrap: break-word;
}
 #step-password .speech-bubble .hint {
     height: 20px;
     left: 10px;
     position: absolute;
     top: 10px;
     width: 20px;
}
 #step-password .speech-bubble .hint svg {
     height: 20px;
     width: 20px;
}
 #step-password .speech-bubble ul {
     margin-left: 25px;
}
 #step-password .speech-bubble ul li {
     padding-left: 9px;
     position: relative;
}
 #step-password .speech-bubble ul li:before {
     background-color: #47515C;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     content: "";
     height: 4px;
     left: 0;
     position: absolute;
     top: 9px;
     width: 4px;
}
 #step-password .invalid-password {
     background-color: #FD716A;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     color: #FFFFFF;
     line-height: 1.54;
     margin: 10px auto 0;
     min-height: 36px;
     opacity: 1;
     padding: 8px 10px;
     position: relative;
     top: 15px;
     -webkit-transition: opacity 0.4s ease-in-out;
     -o-transition: opacity 0.4s ease-in-out;
     transition: opacity 0.4s ease-in-out;
     width: -webkit-calc(100% - 35px);
     width: calc(100% - 35px);
}
 #step-password .invalid-password.hidden {
     display: none;
     opacity: 0;
}
 #step-password .reg-failure {
     background-color: #FD716A;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     color: #FFFFFF;
     line-height: 1.54;
     margin: 10px auto 0;
     min-height: 36px;
     opacity: 1;
     padding: 8px 10px;
     position: relative;
     top: 15px;
     -webkit-transition: opacity 0.4s ease-in-out;
     -o-transition: opacity 0.4s ease-in-out;
     transition: opacity 0.4s ease-in-out;
     width: -webkit-calc(100% - 35px);
     width: calc(100% - 35px);
}
 #step-password .reg-failure.hidden {
     display: none;
     opacity: 0;
}
 #step-password .content .pwd-wrapper {
     height: 50px;
     position: relative;
}
 #step-password .content .pwd-wrapper .change-visibility {
     height: 26px;
     position: absolute;
     right: 5px;
     top: 12px;
     width: 26px;
}
 #step-password .content .pwd-wrapper .change-visibility svg {
     height: 26px;
     width: 26px;
}
 #step-password .content .pwd-wrapper .change-visibility.hidden {
     display: none;
}
 #step-password .content .pwd-wrapper input {
     border: solid 1px #6E7E8F;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     height: 50px;
     padding: 13px 34px 15px 10px;
     width: 100%;
}
 #step-password .content .pwd-wrapper input.faulty {
     border: solid 1px #FD716A;
     color: #FD716A;
}
 #step-password .content .checkbox-wrapper {
     margin: 20px 0;
     padding-left: 30px;
     position: relative;
}
 #step-password .content .checkbox-wrapper a {
     display: inline;
     text-decoration: underline;
}
 #step-password .content .checkbox-wrapper.unchecked .checked, #step-password .content .checkbox-wrapper.unchecked .faulty {
     display: none;
}
 #step-password .content .checkbox-wrapper.checked .unchecked, #step-password .content .checkbox-wrapper.checked .faulty {
     display: none;
}
 #step-password .content .checkbox-wrapper.faulty {
     color: #FD716A;
}
 #step-password .content .checkbox-wrapper.faulty a {
     color: #FD716A;
}
 #step-password .content .checkbox-wrapper.faulty .checked, #step-password .content .checkbox-wrapper.faulty .unchecked {
     display: none;
}
 #step-password .content .checkbox-wrapper input {
     display: none;
}
 #step-password .content .checkbox-wrapper .chk, #step-password .content .checkbox-wrapper .icon, #step-password .content .checkbox-wrapper svg {
     height: 20px;
     width: 20px;
}
 #step-password .content .checkbox-wrapper .chk {
     left: 0;
     position: absolute;
     top: 0;
}
 #step-password .content .button-primary {
     min-height: 45px;
}
 #step-password .content .button-primary .css-spinner-primary {
     display: none;
}
 #step-password .content .button-primary.spinner .button-text {
     display: none;
}
 #step-password .content .button-primary.spinner .css-spinner-neg {
     border-width: 0.15em;
     display: inline-block;
     opacity: 1;
}
 #step-email-confirm .scroll-wrapper .fixed-button-padding {
     padding-bottom: 100px;
}
 #step-partner-relationship .block-options + .block-options {
     margin-top: 10px;
}
 #step-partner-relationship .button-primary {
     margin-top: 20px;
}
 #step-partner-relationship-sub .heart-blue {
     height: 19.33px;
     width: 20px;
}
 #step-search-age {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     position: inherit;
}
 #step-search-age .scroll-wrapper {
     overflow-y: visible;
}
 #step-search-age .content-wrapper {
     background-color: #F3F5F9;
}
 #step-search-age .content-wrapper .title {
     font-size: 16px;
     font-weight: bold;
     line-height: 16px;
     text-align: center;
     margin-bottom: 24px;
}
 #step-search-age .dropdown-wrapper {
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin-bottom: 24px;
     padding-bottom: 8px;
}
 #step-search-age .dropdown-wrapper .content-selection-wrapper {
     background-color: #FFFFFF;
     margin-top: 8px;
     width: 108px;
}
 #step-search-age .dropdown-wrapper .content-selection-wrapper + .content-selection-wrapper {
     margin-left: 21px;
}
 #step-search-age .dropdown-wrapper .content-selection-wrapper .dropdown .dropdown-content .dropdown-label {
     background-color: #FFFFFF;
     padding: 17px 12px 17px 20px;
}
 #step-search-age .dropdown-wrapper .content-selection-wrapper .dropdown .dropdown-content .dropdown-label .label-icon-wrapper {
     height: inherit;
     margin-right: 0;
}
 #step-search-age .dropdown-wrapper .content-selection-wrapper .dropdown .dropdown-content .dropdown-label.option-chosen {
     background-color: #FFFFFF;
     border-color: #A7B2BF;
}
 #step-search-age .dropdown-wrapper .content-selection-wrapper .dropdown .dropdown-content .dropdown-label::after {
     border-width: 0 1px 1px 0;
     top: inherit;
}
 @media screen and (min-width: 375px) {
     #step-search-age .dropdown-wrapper .content-selection-wrapper {
         width: 135px;
    }
     #step-search-age .dropdown-wrapper .content-selection-wrapper + .content-selection-wrapper {
         margin-left: 26px;
    }
     #step-search-age .dropdown-wrapper .content-selection-wrapper .dropdown-options {
         max-height: 235px;
    }
}
 #step-search-age .dropdown-wrapper .dropdown-options {
     max-height: 146px;
     overflow: auto;
     position: absolute;
}
 #step-search-age .dropdown-wrapper .icon-wrapper {
     top: -14px;
     position: relative;
     height: 40px;
     width: 40px;
}
 #step-search-age .dropdown-wrapper .label-icon-wrapper {
     width: 1px;
}
 .page-wrapper .registration-wrapper section {

     padding-top: 20px;
}

#overlayer .overlayer {
    z-index: 200;
    background-color: rgba(23,31,41,.6);
    display: block;
    height: 100%;
    left: 0;
    padding: 20px 15px;
    position: absolute;
    top: 0;
    width: 100%;
}

#location-overlayer .header {
    background-color: #f3f5f9;
    border-bottom: 1px solid #dde3eb;
    color: #47515c;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    padding: 9px 15px;
    position: relative;
    text-align: center;
}


.footer {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.footer img {
  margin: 16px auto 20px;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 0px 8px);
}

.footer ul {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  list-style: none;
}

.footer li {
  padding: 0px 24px;
}

.footer li:not(:last-child) {
  border-right: 0.5px solid rgb(237, 185, 187);
}

.footer a {
  color: white;
  text-decoration: none;
  display: inline;
}

.footer a:hover {
  text-decoration: underline;
}

.footer p {
  margin: 16px auto;
  font-size: 12px;
  text-align: center;
  color: rgb(215 215 215);
}

.footer {
  background: #f33;
}

.footer small {
  display: block;
  max-width: 1200px;
  margin: 8px auto;
  padding: 0px 20px;
  color: rgb(217 217 217);
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.overlay {
  display: none;
}

body {
  background-size: cover;
}

@media only screen and (max-width: 768px) {

  .footer li {
      padding: 0px 5px;
  }

  body {
    background-size: contain;
      background-repeat: no-repeat;
  }

  .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(16 32 59 / 66%);
    z-index: -1;
    }

  .registration-wrapper {
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius:0px;
    margin: 0px auto;
  }

  #step-experience .content .block-option {
    height: 75px;
    width: 50%;
    font-size: 13px;
  }

  .registration-wrapper {
    top: 11%;
  }

  .logo {
    width: 60%;
  }

  .page-wrapper {
    min-height: 100%;
  }
}
