@font-face {
  font-family: 'Gerbera-Regular';
  src: url('../../fonts/Gerbera W04 Regular.eot');
  src: local('☺'), url('../../fonts/Gerbera W04 Regular.woff') format('woff'), url('../../fonts/Gerbera W04 Regular.ttf') format('truetype'), url('../../fonts/Gerbera W04 Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gerbera-Bold';
  src: url('../../fonts/Gerbera W04 Bold.eot');
  src: local('☺'), url('../../fonts/Gerbera W04 Bold.woff') format('woff'), url('../../fonts/Gerbera W04 Bold.ttf') format('truetype'), url('../../fonts/Gerbera W04 Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
strong {
  font-family: 'Gerbera-Bold';
}
body {
  padding: 0;
  margin: 0;
  color: #1b1b1b;
  cursor: default;
  background-color: #fff;
  font-size: 14px;
  font-family: "Gerbera-Regular", 'sans-serif';
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
form,
input {
  padding: 0;
  margin: 0;
  outline: none;
}
h1 {
  margin-bottom: 20px;
}
h2 {
  margin-bottom: 20px;
}
h3 {
  margin-bottom: 20px;
}
h4 {
  margin-bottom: 10px;
}
img {
  border: none;
  max-width: 100%;
  vertical-align: top;
}
p {
  padding: 0;
  margin: 10px 0;
}
a {
  color: #4e4e4e;
  cursor: pointer;
  text-decoration: none;
}
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
textarea,
.input {
  font-family: "Gerbera-Regular", sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  color: #000;
  height: 38px;
  padding: 5px 12px;
  resize: none;
  width: 100%;
  font-size: 12px;
}
input[type="checkbox"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 12px;
  -webkit-appearance: none;
  border: 2px solid #e70e66;
}
textarea {
  outline: none;
}
.location-dropdown {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  color: #1b1b1b;
  z-index: 2;
  position: absolute;
  border: 2px solid #cccccc;
  margin-top: 1px;
}
.location-dropdown .location-container {
  width: auto;
}
.location-dropdown .location-container .location-suggest {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 249px;
  overflow: auto;
}
.location-dropdown .location-container .location-suggest li {
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  font-size: 14px;
}
.location-dropdown .location-container .location-suggest li:hover {
  background: #cccccc;
}
#members-area .select-option {
  position: relative;
}
#members-area .select-option:after {
  pointer-events: none;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  top: 13px;
  right: 10px;
  color: #e70e66;
}
#members-area .select-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.error,
.success {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ff0000;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .error,
  .success {
    font-size: 13px;
  }
}
.success {
  background: #48C61D;
  color: #ffffff;
}
.columns {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.container {
  padding: 0;
  margin: 0 auto;
  width: 94%;
}
@media only screen and (min-width: 1025px) {
  .container {
    max-width: 1200px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.button,
.button-inverted {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.button:before,
.button-inverted:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e70e66;
  color: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button:hover:before,
.button-inverted:hover:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
}
.button {
  background-color: #e70e66;
  color: #fff;
  font-family: "Gerbera-Regular", 'sans-serif';
  font-size: 16px;
  height: 40px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 20px 0;
  cursor: pointer;
}
.button:before {
  background: #fff;
}
.button:hover {
  color: #e70e66;
}
.button-inverted {
  background-color: #fff;
  color: #e70e66;
  font-family: "Gerbera-Regular", 'sans-serif';
  font-size: 16px;
  height: 40px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 20px 0;
  cursor: pointer;
  border: 2px solid #e70e66;
}
.button-inverted:hover {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
}
.content-block {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #1b1b1b;
  margin: 10px 0;
  padding: 10px;
}
@media only screen and (min-width: 1025px) {
  .content-block {
    padding: 20px;
    margin: 20px 0;
  }
}
.content-block .content-title {
  font-family: 'Gerbera-Bold';
}
.content-block .content-title:before,
.content-block .content-title:after {
  content: " ";
  display: block;
  height: 0;
}
.content-block .content-title:after {
  clear: both;
}
.content-block .content-title:before,
.content-block .content-title:after {
  content: " ";
  display: block;
  height: 0;
}
.content-block .content-title:after {
  clear: both;
}
.content-block .content-title .subtitle {
  font-family: 'Gerbera-regular';
  font-size: 14px;
  margin-top: -10px;
  color: #4e4e4e;
}
.is-hidden-mobile {
  display: none;
}
@media only screen and (min-width: 767px) {
  .is-hidden-mobile {
    display: block;
  }
}
.is-hidden-tablet-and-up {
  display: block;
}
@media only screen and (min-width: 767px) {
  .is-hidden-tablet-and-up {
    display: none;
  }
}
.footer,
.footer-page {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  padding: 20px 170px 60px 120px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .footer,
  .footer-page {
    padding: 20px;
    margin-bottom: 50px;
  }
}
.footer {
  margin-top: 40px;
  border-top: 1px solid #e70e66;
}
.footer-page a {
  color: #e70e66;
}
.cc-static-content h1,
.cc-static-content h2 {
  color: #e70e66;
}
.footer-top {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: -1px;
}
.footer-top .triangle {
  width: 0;
  height: 0;
  border-bottom: 20px solid;
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 767px) {
  .footer-top .triangle {
    border-bottom: 50px solid;
  }
}
.on-hold {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.on-hold:after {
  -webkit-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
  border: 2px solid #fff;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  left: calc(50% - 0.5em - 2px);
  top: calc(50% - 0.5em - 2px);
  position: absolute;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.fa,
.fas,
.far {
  font-weight: 100;
}
.page-not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88vh;
  flex-direction: column;
}
.page-not-found h1 {
  color: #e70e66;
}
.page-not-found .button-inverted {
  width: auto;
  padding: 0 20px;
}
.activation-page {
  padding-top: 40px;
  height: 90vh;
  flex-direction: column;
}
.activation-page h1 {
  color: #e70e66;
}
.removed-page {
  margin: 20px 150px 0 150px;
}
.purchased-confirmed {
  margin-top: 40px;
}
.modal {
  align-items: center;
  bottom: 0;
  display: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: .4rem;
  position: fixed;
  right: 0;
  top: 0;
}
.modal:target,
.modal.active {
  display: flex;
  display: -ms-flex;
  display: -ms-flexbox;
  opacity: 1;
  z-index: 400;
}
.modal:target .modal-overlay,
.modal.active .modal-overlay {
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #1b1b1b;
  background-color: rgba(28,28,28,0.3);
  zoom: 1;
}
@media only screen and (min-width: 767px) {
  .modal:target .modal-overlay,
  .modal.active .modal-overlay {
    cursor: pointer;
  }
}
.modal-container {
  display: flex;
  display: -ms-flex;
  background: #fff;
  border-radius: .1rem;
  color: #1b1b1b;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 75vh;
  max-width: 640px;
  padding: 0 .8rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.modal-close {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  background: #9b9b9b;
  color: #fff;
  cursor: pointer;
  height: 25px;
  width: 25px;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-close:hover {
  background: #e70e66;
}
@media only screen and (min-width: 1025px) {
  .modal-close {
    font-size: 20px;
    height: 30px;
    width: 30px;
  }
}
.modal-container.modal-fullheight {
  max-height: 100vh;
}
.modal-container .modal-header {
  color: #1b1b1b;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .modal-container .modal-header {
    padding: .8rem;
  }
}
.modal-container .modal-body {
  overflow-y: auto;
  padding: .8rem;
  position: relative;
}
.modal-container .modal-footer {
  padding: .8rem;
  text-align: right;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow: auto;
  display: none;
  background-color: #1b1b1b;
  background-color: rgba(28,28,28,0.7);
  zoom: 1;
}
.popup .popup-content-wrapper {
  background: #fff;
  color: #1b1b1b;
}
@media only screen and (max-width: 767px) {
  .popup .popup-content-wrapper {
    min-height: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .popup .popup-content-wrapper {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}
.popup .popup-content-wrapper .popup-content .close-popup {
  position: absolute;
  right: 7px;
  top: 5px;
  color: #1b1b1b;
}
.popup.active {
  display: block;
  z-index: 13;
}
.helpdesk-block {
  vertical-align: top;
  margin-top: 20px;
}
@media only screen and (min-width: 767px) {
  .helpdesk-block.left {
    width: 70%;
    display: inline-block;
  }
}
.helpdesk-block.left h1 {
  color: #e70e66;
}
.helpdesk-block.right {
  display: inline-block;
}
@media only screen and (min-width: 767px) {
  .helpdesk-block.right {
    width: 20%;
    margin-left: 5%;
  }
}
.footerHide footer {
  display: none;
}
footer {
  color: #686868;
}
@media only screen and (min-width: 767px) {
  footer .link-block {
    display: flex;
  }
}
footer .link-block a {
  color: #4e4e4e;
}
footer .link-block a:hover {
  color: #e70e66;
}
footer .link-block ul {
  flex: none;
  margin-right: 40px;
  list-style-type: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  footer .link-block ul {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .guest footer {
    margin-bottom: 150px;
  }
}
.footer-page input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.unsubscribe-page .background {
  background: #1C1A1A;
  min-height: 100vh;
  padding: 2%;
}
.unsubscribe-page .background .modal-bg {
  -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 14px rgba(0,0,0,0.5);
  box-shadow: 0 0 14px rgba(0,0,0,0.5);
  background: #fff;
  background-image: url('/img/unsubscribe/unsubscribe-bg.jpg');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  color: #222;
  margin: 0 auto;
  padding: 340px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 22px;
  font-size: 18px;
}
@media only screen and (min-width: 767px) {
  .unsubscribe-page .background .modal-bg {
    width: 75%;
    min-height: 730px;
    justify-content: flex-end;
    line-height: 30px;
    font-size: 20px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .unsubscribe-page .background .modal-bg {
    background-size: cover;
    width: 40%;
    min-width: 700px;
    padding: 0 40px 30px 40px;
  }
}
.unsubscribe-page .background .modal-bg .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}
.unsubscribe-page .background .modal-bg .content .button {
  background-color: #e70e66;
  color: #fff;
  font-family: "Gerbera-Regular", 'sans-serif';
  font-size: 20px;
  height: 40px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 20px 0;
  cursor: pointer;
  margin-bottom: 10px;
}
.unsubscribe-page .background .modal-bg .content .button:hover {
  color: #e70e66;
}
.unsubscribe-page .background .modal-bg .content .button-grey {
  background: #888888;
}
.unsubscribe-page .background .modal-bg .content .button-grey:hover {
  color: #888888;
}
.unsubscribe-page .background .modal-bg .content .text {
  color: #222;
  margin-bottom: 20px;
}
* {
  font-family: 'Gerbera-Regular', sans-serif;
}
.background-splash {
  background: url(/img/splash-banner.jpg);
  background-size: cover;
  width: 100%;
  background-position: 30%;
  height: 350px;
}
@media only screen and (min-width: 767px) {
  .background-splash {
    height: 600px;
    background-position: center bottom;
  }
}
.background-splash.footer-page-header {
  height: 150px;
  background-position: center;
}
.background-splash .login {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #e70e66;
  color: #fff;
  font-family: "Gerbera-Regular", 'sans-serif';
  font-size: 16px;
  height: 40px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 20px 0;
  cursor: pointer;
  font-size: 18px;
  width: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 25px 35px;
  width: 130px;
  position: absolute;
  right: 50px;
}
.background-splash .login:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e70e66;
  color: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.background-splash .login:hover:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
}
.background-splash .login:before {
  background: #fff;
}
.background-splash .login:hover {
  color: #e70e66;
}
@media only screen and (max-width: 767px) {
  .background-splash .login {
    display: none;
  }
}
.background-splash .login-mobile-back {
  display: block;
  background: #fff;
  width: 100%;
  height: 120px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 20px -5px #cccccc;
}
.background-splash .login-mobile-back .login-mobile {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 10px auto;
  width: 90%;
  border: 2px solid #e70e66;
  color: #e70e66;
  padding: 10px 5px;
  text-align: center;
}
.background-splash .login-mobile-back .login-mobile.register {
  background: #e70e66;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .background-splash .login-mobile-back {
    display: none;
  }
}
.background-splash .logo {
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .background-splash .logo {
    padding-top: 30px;
  }
}
.background-splash h1 {
  display: none;
}
@media only screen and (min-width: 767px) {
  .background-splash h1 {
    color: #1b1b1b;
    font-size: 30px;
    text-align: center;
    line-height: 35px;
    display: block;
  }
}
.profiles {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  top: 0;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .profiles {
    top: -100px;
    margin-bottom: -122px;
  }
}
.profiles .container {
  width: 100%;
  text-align: center;
}
.profiles .container .splash-profile {
  display: inline-block;
  width: 170px;
  height: 170px;
  text-align: center;
  margin-right: 50px;
  cursor: pointer;
}
.profiles .container .splash-profile:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .profiles .container .splash-profile:last-child {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .profiles .container .splash-profile {
    margin-bottom: 90px;
    width: 160px;
    height: auto;
    margin: 2%;
  }
}
.profiles .container .splash-profile img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.7);
  -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.7);
  box-shadow: 1px 1px 10px rgba(0,0,0,0.7);
}
.profiles .container .splash-profile .name {
  font-size: 16px;
}
.profiles .container .splash-profile .name .age {
  color: #e70e66;
}
.content-smartphone {
  display: flex;
  display: -ms-flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .content-smartphone {
    text-align: center;
  }
}
.content-smartphone p {
  font-size: 14px;
}
.content-smartphone .content-smartphone-left {
  width: 20%;
  height: 100%;
  margin-top: 180px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .content-smartphone .content-smartphone-left {
    width: 85%;
    margin-top: 0;
    margin-right: 0;
  }
}
.content-smartphone .content-smartphone-left .smartphone-title {
  color: #e70e66;
  font-size: 25px;
}
@media only screen and (max-width: 1024px) {
  .content-smartphone .content-smartphone-left .smartphone-title {
    margin-top: 36px;
  }
}
.content-smartphone .smartphone {
  text-align: center;
  margin: 40px 0;
}
@media only screen and (min-width: 1025px) {
  .content-smartphone .smartphone {
    margin: 160px 0 40px;
  }
}
.content-smartphone .smartphone .center {
  position: relative;
  margin: 0 auto;
}
.content-smartphone .smartphone .center .mobile {
  background: #f5f5f5;
  width: 300px;
  height: 610px;
  border-radius: 30px;
  border: 1px solid #ddd;
  box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
  pointer-events: none;
}
.content-smartphone .smartphone .center .mobile .screen {
  background: #fff;
  position: relative;
  width: 256px;
  height: 485px;
  margin: 58px auto;
  overflow: hidden;
  z-index: 50;
  border: 1px solid #ddd;
}
.content-smartphone .smartphone .center .mobile .screen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.1);
  width: 100%;
  height: 100%;
  transform: skewX(-5deg) translateX(-50%);
}
.content-smartphone .smartphone .center .mobile .screen .members-view-menu {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  height: 40px;
  margin: 10px auto 20px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  color: #1b1b1b;
  font-size: 14px;
}
.content-smartphone .smartphone .center .mobile .screen .members-view-menu .divider {
  color: #2f2f2f;
  font-size: 24px;
}
.content-smartphone .smartphone .center .mobile .screen .members-view-menu .card-view {
  color: #e70e66;
}
.content-smartphone .smartphone .center .mobile .screen .matchgame-wrapper {
  height: 350px;
}
.content-smartphone .smartphone .center .mobile .screen .matchgame-wrapper .matchgame-profile-wrapper {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  height: 300px;
  margin: 2%;
  display: inline-block;
  width: 245px;
}
.content-smartphone .smartphone .center .mobile .screen .matchgame-wrapper .matchgame-profile-wrapper .profile-photo {
  height: 85%;
  background: url(/img/splash/profile1.jpg);
  background-size: cover;
}
.content-smartphone .smartphone .center .mobile .screen .matchgame-wrapper .matchgame-profile-wrapper .profile-text {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  height: 15%;
  font-size: 20px;
  background: #fff;
  color: #1b1b1b;
}
.content-smartphone .smartphone .center .mobile .screen .matchgame-wrapper .matchgame-profile-wrapper .profile-text .clientname .age {
  color: #e70e66;
}
.content-smartphone .smartphone .center .mobile .screen .dislike-button.button {
  position: absolute;
  left: 0;
  background: #fff;
  width: 30px;
  font-size: 9px;
  color: #1b1b1b;
  display: inline-block;
  padding: 15px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: auto;
  text-transform: capitalize;
  top: 210px;
}
.content-smartphone .smartphone .center .mobile .screen .dislike-button.button i {
  color: #1b1b1b;
  font-size: 25px;
  display: block;
}
.content-smartphone .smartphone .center .mobile .screen .like-button.button {
  position: absolute;
  right: 0;
  background: #e70e66;
  width: 30px;
  font-size: 9px;
  color: #fff;
  display: inline-block;
  padding: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  height: auto;
  top: 210px;
  text-transform: capitalize;
}
.content-smartphone .smartphone .center .mobile .screen .like-button.button i {
  color: #fff;
  font-size: 25px;
  display: block;
}
.content-smartphone .smartphone .center .mobile .screen .side-menu.right {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  position: relative;
  width: 100%;
  background: #fff;
  margin-top: 25px;
}
.content-smartphone .smartphone .center .mobile .screen .side-menu.right .nav-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  height: 40px;
}
.content-smartphone .smartphone .center .mobile .screen .side-menu.right .nav-list .nav-item.active i {
  color: #e70e66;
}
.content-smartphone .smartphone .center .mobile .screen .side-menu.right .nav-list .nav-link {
  color: #2f2f2f;
  display: block;
}
.content-smartphone .smartphone .center .mobile .screen .side-menu.right .nav-list .nav-link i {
  font-size: 20px;
}
.content-smartphone .content-smartphone-right {
  width: 20%;
  height: 100%;
  margin-top: 180px;
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .content-smartphone .content-smartphone-right {
    width: 85%;
    margin-top: 0;
    margin-left: 0;
  }
}
.content-smartphone .content-smartphone-right .smartphone-title {
  color: #e70e66;
  font-size: 25px;
}
.members-worldwide {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .members-worldwide {
    width: 23%;
    top: 0;
    margin-top: 20px;
  }
}
.members-worldwide hr {
  width: 80%;
  border-top: 1px solid #b6b6b6;
}
@media only screen and (min-width: 1025px) {
  .members-worldwide hr {
    display: none;
  }
}
.members-worldwide span {
  color: #e70e66;
  font-size: 38px;
}
.members-worldwide h2 {
  color: #1b1b1b;
  font-size: 70px;
  margin-bottom: 0;
}
.content-how {
  background: #d9d9d9;
  height: auto;
}
.content-how ul {
  text-align: center;
  padding: 0;
}
.content-how .selling-point {
  display: block;
  margin: auto;
  width: 85%;
  text-align: center;
  line-height: 18px;
  padding: 35px 0;
}
@media only screen and (min-width: 767px) {
  .content-how .selling-point {
    display: inline-block;
    margin-right: 140px;
    width: 15%;
    text-align: center;
    line-height: 18px;
    padding: 70px 0;
  }
  .content-how .selling-point:last-child {
    margin-right: 0;
  }
}
.content-how .selling-point i {
  color: #e70e66;
  display: block;
  font-size: 60px;
  margin-bottom: 12px;
}
.content-how .selling-point span {
  font-size: 20px;
}
@media only screen and (min-width: 1025px) {
  .content-how .selling-point span {
    font-size: 16px;
  }
}
.content-info {
  display: flex;
  display: -ms-flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 50px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .content-info {
    margin-bottom: 20px;
  }
}
.content-info .content-info-text {
  width: 90%;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .content-info .content-info-text {
    width: 45%;
    margin: 0;
  }
}
.content-info .content-info-text h1 {
  font-size: 40px;
  line-height: 40px;
}
.center .mobile .home {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 2px solid #ddd;
  box-sizing: border-box;
  box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
}
.center .mobile .inner {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #999;
  box-sizing: border-box;
}
.center .mobile .inner:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -22px;
  background: #999;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.center .mobile .inner:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #999;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.center .mobile .volume {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 90px;
  left: -2px;
}
.center .mobile .volume li {
  list-style: none;
  width: 2px;
  height: 30px;
  background: #ddd;
  margin: 10px 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.center .mobile .silent {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  left: -2px;
}
.center .mobile .silent li {
  list-style: none;
  width: 2px;
  height: 20px;
  background: #ddd;
  margin: 10px 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.center .mobile .sleep {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 90px;
  right: -2px;
}
.center .mobile .sleep li {
  list-style: none;
  width: 2px;
  height: 30px;
  background: #ddd;
  margin: 10px 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.splash-button {
  background-color: #e70e66;
  color: #fff;
  font-family: "Gerbera-Regular", 'sans-serif';
  font-size: 18px;
  height: 40px;
  width: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 20px 0;
  cursor: pointer;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .splash-button {
    margin: 20px 0;
    max-width: 320px;
  }
}
.modal.modal-login,
.modal.forgot-pass-modal {
  padding: 0;
}
.modal.modal-login .modal-overlay,
.modal.forgot-pass-modal .modal-overlay {
  background-color: #1b1b1b;
  background-color: rgba(28,28,28,0.7);
  zoom: 1;
  cursor: default;
  z-index: 1;
}
.modal.modal-login .modal-content,
.modal.forgot-pass-modal .modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  padding: 30px;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  position: relative;
  z-index: 5;
  display: block;
}
@media only screen and (min-width: 767px) {
  .modal.modal-login .modal-content,
  .modal.forgot-pass-modal .modal-content {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-height: 450px;
    width: 450px;
  }
}
.modal.modal-login .modal-content .login-anchors,
.modal.forgot-pass-modal .modal-content .login-anchors {
  flex-direction: column;
}
.modal.modal-login .modal-content .login-anchors .column,
.modal.forgot-pass-modal .modal-content .login-anchors .column {
  display: flex;
  margin: 10px;
  justify-content: center;
}
.modal.modal-login .modal-content .login-anchors .column a,
.modal.forgot-pass-modal .modal-content .login-anchors .column a {
  color: #4e4e4e;
}
.modal.modal-login .modal-content .login-anchors .column a:hover,
.modal.forgot-pass-modal .modal-content .login-anchors .column a:hover {
  color: #e70e66;
}
.modal.modal-login .modal-content h2,
.modal.forgot-pass-modal .modal-content h2 {
  color: #4e4e4e;
  font-size: 20px;
  text-align: center;
}
.modal.modal-login .modal-content .form-field label,
.modal.forgot-pass-modal .modal-content .form-field label {
  margin-bottom: 10px;
}
.modal.modal-login .modal-content .form-field input,
.modal.forgot-pass-modal .modal-content .form-field input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #b6b6b6;
  margin: 8px 0;
  font-size: 12px;
}
.modal.modal-login .modal-content .logo,
.modal.forgot-pass-modal .modal-content .logo {
  width: 50%;
  margin: 0 auto;
}
.modal.modal-login .modal-content .modal-close,
.modal.forgot-pass-modal .modal-content .modal-close {
  color: #fff;
  top: 45px;
}
@media only screen and (min-width: 767px) {
  .modal.modal-login .modal-content .modal-close,
  .modal.forgot-pass-modal .modal-content .modal-close {
    top: 10px;
  }
}
.forgot-pass-modal {
  text-align: center;
}
.forgot-pass-modal .modal-title {
  margin-top: 20px;
}
.forgot-pass-modal .forgotpass-join:hover {
  color: #e70e66;
}
.forgot-pass-modal input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  margin: 8px 0;
}
.forgot-pass-modal .send-forgotpass-back {
  padding: 0 20px;
  width: auto;
}
.forgot-pass-modal .forgot-pass-register {
  color: #e70e66;
  cursor: pointer;
}
.register-photo {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  width: 425px;
  min-height: 415px;
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: url(/img/splash/register-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .register-photo {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .register-photo {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%);
    box-shadow: none;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 160px;
    z-index: 200;
    background: url(/img/splash-banner.jpg);
    background-size: cover;
  }
}
.modal-register-wrapper {
  background-color: #1b1b1b;
  background-color: rgba(28,28,28,0.7);
  zoom: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}
.modal-register-wrapper .modal-register {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  background: #fff;
  color: #1b1b1b;
  width: 100%;
  height: auto;
  padding: 60px 30px 45px;
  position: absolute;
  margin: 0 auto;
  min-height: 410px;
  max-width: 425px;
}
@media only screen and (max-width: 1024px) {
  .modal-register-wrapper .modal-register {
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .modal-register-wrapper .modal-register {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 150;
    max-width: 100%;
    width: auto;
    padding-top: 180px;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%);
  }
}
@media only screen and (min-width: 1025px) {
  .modal-register-wrapper .modal-register {
    max-width: 425px;
  }
}
.modal-register-wrapper .modal-register form .register-slogan {
  font-size: 15px;
  text-align: center;
  color: #4e4e4e;
  margin-bottom: 20px;
}
@media only screen and (min-width: 767px) {
  .modal-register-wrapper .modal-register form .register-slogan {
    font-size: 20px;
  }
}
.modal-register-wrapper .modal-register form .form-field {
  list-style: none;
}
.modal-register-wrapper .modal-register form .form-field input,
.modal-register-wrapper .modal-register form .form-field select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #b6b6b6;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .modal-register-wrapper .modal-register form .form-field div {
    font-size: 13px;
  }
}
.modal-register-wrapper .modal-register form .form-field .register-tip {
  font-size: 12px;
  margin-bottom: 20px;
}
.modal-register-wrapper .modal-register form .form-field.globe .location-dropdown {
  margin-top: -12px;
}
.modal-register-wrapper .modal-register form .form-field.globe .location-dropdown .location-suggest {
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 125px;
}
.modal-register-wrapper .modal-register form .form-field.globe .location-dropdown .location-suggest li {
  padding: 3px;
  padding-left: 10px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  font-size: 12px;
}
.modal-register-wrapper .modal-register form .form-field.globe .location-dropdown .location-suggest li:hover {
  background: #cccccc;
}
.modal-register-wrapper .modal-register form .form-field.date {
  display: flex;
  display: -ms-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.modal-register-wrapper .modal-register form .form-field.date input {
  width: 25%;
  padding: 5px 12px;
}
.modal-register-wrapper .modal-register form .form-field.email {
  margin-bottom: 20px;
}
.modal-register-wrapper .modal-register form .register-form {
  list-style: none;
  padding: 0;
}
.modal-register-wrapper .modal-register form .registration-confirm {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #e70e66;
  color: #fff;
  font-family: "Gerbera-Regular", 'sans-serif';
  font-size: 16px;
  height: 40px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 20px 0;
  cursor: pointer;
  width: 99%;
}
.modal-register-wrapper .modal-register form .registration-confirm:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e70e66;
  color: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.modal-register-wrapper .modal-register form .registration-confirm:hover:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
}
.modal-register-wrapper .modal-register form .registration-confirm:before {
  background: #fff;
}
.modal-register-wrapper .modal-register form .registration-confirm:hover {
  color: #e70e66;
}
.modal-register-wrapper .modal-register form .conditions.nb.cc-tickbox-on-registration {
  font-size: 12px;
}
.modal-register-wrapper .modal-register form .conditions.nb.cc-tickbox-on-registration .cc-tickbox-prepend-checkbox {
  margin-bottom: 20px;
}
.modal-register-wrapper .modal-register form .conditions.nb.cc-tickbox-on-registration .cc-tickbox-prepend-checkbox .cc-tickbox-input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 12px;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid #e70e66;
  float: left;
}
.modal-register-wrapper .modal-register form .conditions.nb.cc-tickbox-on-registration .cc-tickbox-prepend-checkbox .cc-tickbox-input:checked {
  background: #48C61D;
  border: 2px solid #48C61D;
}
.modal-register-wrapper .modal-register form .conditions.nb.cc-tickbox-on-registration .cc-tickbox-prepend-checkbox .cc-tickbox-label a {
  color: #e70e66;
}
.modal-register-wrapper .modal-register form .step-3-signup-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #e70e66;
  color: #fff;
  font-family: "Gerbera-Regular", 'sans-serif';
  font-size: 16px;
  height: 40px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid transparent;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin: 20px 0;
  cursor: pointer;
}
.modal-register-wrapper .modal-register form .step-3-signup-button:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e70e66;
  color: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.modal-register-wrapper .modal-register form .step-3-signup-button:hover:before {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
}
.modal-register-wrapper .modal-register form .step-3-signup-button:before {
  background: #fff;
}
.modal-register-wrapper .modal-register form .step-3-signup-button:hover {
  color: #e70e66;
}
.modal-register-wrapper .modal-close.mobile {
  right: 25px;
  z-index: 600;
}
@media only screen and (min-width: 767px) {
  .modal-register-wrapper .modal-close.mobile {
    display: none;
  }
}
.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.splash-location-dropdown {
  width: 100%;
  max-width: 421px;
}
@media only screen and (max-width: 767px) {
  .splash-location-dropdown {
    max-width: 311px;
  }
}
.splash-location-dropdown .location-dropdown .location-container .location-suggest {
  margin: 0;
  padding: 0;
  width: 100%;
}
