@media screen and (max-width: 768px) {
  .splash-header-wrapper {
    background-position: 26%;
  }
}
@font-face {
  font-family: 'Conv_ProximaNova-Regular';
  src: url('../../fonts/ProximaNova-Regular.eot');
  src: local('☺'), url('../../fonts/ProximaNova-Regular.woff') format('woff'), url('../../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../../fonts/ProximaNova-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_ProximaNova-Regular';
  src: url('../../fonts/ProximaNova-Semibold.eot');
  src: local('☺'), url('../../fonts/ProximaNova-Semibold.woff') format('woff'), url('../../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../../fonts/ProximaNova-Semibold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_ProximaNova-Regular';
  src: url('../../fonts/ProximaNova-Semibold.eot');
  src: local('☺'), url('../../fonts/ProximaNova-Semibold.woff') format('woff'), url('../../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../../fonts/ProximaNova-Semibold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_ProximaNova-Semibold';
  src: url('../../fonts/ProximaNova-Semibold.eot');
  src: local('☺'), url('../../fonts/ProximaNova-Semibold.woff') format('woff'), url('../../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../../fonts/ProximaNova-Semibold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Mark Simonson - Proxima Nova Thin';
  src: url('../../fonts/Mark Simonson - Proxima Nova Thin.eot');
  src: local('☺'), url('../../fonts/Mark Simonson - Proxima Nova Thin.woff') format('woff'), url('../../fonts/Mark Simonson - Proxima Nova Thin.ttf') format('truetype'), url('../../fonts/Mark Simonson - Proxima Nova Thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pacificoregular';
  src: url('../../fonts/pacifico-webfont.eot');
  src: url('../../fonts/pacifico-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/pacifico-webfont.woff') format('woff'), url('../../fonts/pacifico-webfont.ttf') format('truetype'), url('../../fonts/pacifico-webfont.svg#pacificoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body,
input,
select,
form {
  font-family: 'Conv_ProximaNova-Regular';
}
body {
  padding: 0;
  margin: 0;
  color: #333333;
  cursor: default;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 25px;
}
strong {
  font-weight: 600;
}
html {
  -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 {
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 20px;
}
h2 {
  font-size: 27px;
  line-height: 36px;
  margin-bottom: 20px;
}
h3 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000000;
}
h5 {
  font-size: 16px;
  line-height: 24px;
}
h6 {
  font-size: 12px;
  line-height: 16px;
}
img {
  border: none;
  max-width: 100%;
  vertical-align: top;
}
p {
  padding: 0;
  margin: 10px 0;
}
a {
  color: #d80808;
  cursor: pointer;
  text-decoration: none;
}
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
textarea,
.input {
  background: #fff;
  border: solid 1px #b6b6b6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #353535;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  height: 38px;
  padding: 5px 12px;
  resize: none;
  width: 100%;
}
.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;
}
.success {
  background: #619a3c;
  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 {
  background-color: #d80808;
  color: #ffffff;
  font-size: 14px;
  height: 40px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
}
.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-top {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: -1px;
}
.footer-top .triangle {
  width: 0;
  height: 0;
  border-bottom: 20px solid #000000;
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 767px) {
  .footer-top .triangle {
    border-bottom: 50px solid #000000;
  }
}
footer {
  background: #000000;
  color: #fff;
  padding: 0 0 10px;
  position: relative;
}
footer .link-block {
  padding: 15px 0;
}
footer .link-block ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
footer .link-block ul li {
  display: inline-block;
  margin: 5px 10px;
}
@media only screen and (min-width: 767px) {
  footer .link-block ul li {
    margin: 5px 20px;
  }
}
footer .link-block ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
footer .copyright {
  text-align: center;
  border-top: solid 1px #fff;
  padding: 20px 0;
  font-size: 13px;
}
.footer-page {
  padding: 0;
  margin: 0 auto;
  width: 94%;
}
@media only screen and (min-width: 1025px) {
  .footer-page {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer-page {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-page h1 {
    font-size: 24px;
    line-height: 40px;
  }
}
.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 #ffffff;
  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;
}
.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-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;
}
@media only screen and (min-width: 767px) {
  .modal:target .modal-overlay,
  .modal.active .modal-overlay {
    cursor: pointer;
  }
}
.modal-container {
  background: #ffffff;
  border-radius: .1rem;
  color: #000;
  display: flex;
  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 {
  align-items: center;
  background: #000;
  cursor: pointer;
  color: #fff;
  display: flex;
  display: -ms-flex;
  height: 36px;
  font-size: 30px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
}
@media only screen and (min-width: 1025px) {
  .modal-close {
    font-size: 50px;
    height: 66px;
    width: 66px;
  }
}
.modal-container.modal-fullheight {
  max-height: 100vh;
}
.modal-container .modal-header {
  color: #303742;
  padding: .8rem;
}
@media only screen and (max-width: 767px) {
  .modal-container .modal-header {
    padding: 0;
  }
}
.modal-container .modal-body {
  overflow-y: auto;
  padding: .8rem;
  position: relative;
}
.modal-container .modal-footer {
  padding: .8rem;
  text-align: right;
}
.kolumn {
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  padding-left: .4rem;
  padding-right: .4rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .kolumn {
    width: 25%;
  }
}
@media only screen and (min-width: 767px) {
  .kolumn {
    width: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .kolumn {
    width: 25%;
  }
}
.background {
  background: #1C1A1A;
  min-height: 100vh;
  padding: 2%;
}
.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;
  width: 100%;
  min-height: 95vh;
  margin: 0 auto;
  padding: 40px;
  padding-top: 340px;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 22px;
  font-size: 18px;
}
@media only screen and (min-width: 767px) {
  .background .modal-bg {
    width: 75%;
    min-height: 730px;
    justify-content: flex-end;
    line-height: 30px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .background .modal-bg {
    background-size: cover;
    width: 40%;
    min-width: 700px;
    padding: 200px 40px 30px 40px;
  }
}
.background .modal-bg h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.background .modal-bg .notifications-buttons-slider {
  width: 100%;
}
.background .modal-bg .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}
.background .modal-bg .content .button {
  background-color: #d80808;
  color: #ffffff;
  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: none;
  cursor: pointer;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.background .modal-bg .content .button-grey {
  background: #888888;
}
.background .modal-bg .content .settings-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.background .modal-bg .content .text {
  color: #222;
  margin-bottom: 20px;
}
.button-settings {
  background-color: #d80808;
  color: #ffffff;
  font-size: 16px;
  height: 100px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.preferences-slider {
  width: 100%;
  cursor: pointer;
}
.notifications-buttons-slider {
  width: 90%;
  max-width: 620px;
  display: none;
  font-size: 12px;
}
@media only screen and (min-width: 1025px) {
  .notifications-buttons-slider {
    padding-top: 240px;
  }
}
.notifications-buttons-slider .column {
  margin: 5px 0;
}
.notifications-buttons-slider ul {
  padding: 0;
  list-style: none;
}
.notifications-buttons-slider ul input {
  display: none;
}
.notifications-buttons-slider ul .button {
  background-color: #888;
  color: #fff;
  font-size: 16px;
  height: 100px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2%;
}
.notifications-buttons-slider ul .button.is-active {
  background-color: #d80808;
  color: #ffffff;
  font-size: 16px;
  height: 100px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
}
.questions-wrapper {
  padding: 0 20px;
  margin: 5px 0;
}
@media only screen and (min-width: 767px) {
  .questions-wrapper {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .questions-wrapper {
    font-size: 14px;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 0 20px 0;
  }
}
.questions-wrapper .question {
  display: flex;
  width: 80%;
  text-align: left;
}
.questions-wrapper .radio-yes,
.questions-wrapper .radio-no {
  flex: none;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .questions-wrapper .radio-yes,
  .questions-wrapper .radio-no {
    width: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.datalist .slider-option {
  margin: 0;
  position: relative;
  float: left;
  width: 25%;
  text-align: left;
  font-size: 14px;
}
.datalist .slider-option:nth-child(2) {
  padding-left: 7%;
}
.datalist .slider-option:nth-child(3) {
  padding-left: 14%;
}
.datalist .slider-option:nth-child(4) {
  padding-left: 12%;
}
@media only screen and (min-width: 767px) {
  .datalist .slider-option:nth-child(4) {
    padding-left: 17%;
  }
}
@media only screen and (min-width: 767px) {
  .radio-button {
    position: relative;
  }
}
.radio-button .text {
  position: absolute;
  bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .radio-button .text {
    display: none;
  }
}
.radio-button .icon i {
  margin-bottom: 10px;
}
.radio-yes,
.radio-no {
  align-self: center;
}
.pause-all-radio {
  width: 100%;
  height: 40px;
}
.pause-all-radio label {
  margin-left: 10px;
}
.settings-email-preferences h3 {
  font-size: 20px;
  font-weight: 600;
}
.settings-email-preferences h4 {
  padding-top: 40px;
}
.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: #000000;
}
.helpdesk-block.right {
  display: inline-block;
}
@media only screen and (min-width: 767px) {
  .helpdesk-block.right {
    width: 20%;
    margin-left: 5%;
  }
}
.splash-header-wrapper {
  background: url(../../img/splash-banner.jpg) center 0 no-repeat;
  background-size: cover;
  border-bottom: 30px solid #d80808;
}
.splash-header-wrapper .overlay {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: -1px;
}
.splash-header-wrapper .overlay .triangle {
  width: 0;
  height: 0;
  border-bottom: 20px solid #d80808;
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 767px) {
  .splash-header-wrapper .overlay .triangle {
    border-bottom: 50px solid #d80808;
  }
}
.header {
  background-color: rgba(68,70,71,0.8);
}
.header .navbar {
  padding: 0;
  margin: 0 auto;
  width: 94%;
  align-items: stretch;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}
@media only screen and (min-width: 1025px) {
  .header .navbar {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1025px) {
  .header .navbar {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar {
    display: block;
  }
}
.header .navbar .navbar-section {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .navbar .navbar-section {
    margin-bottom: 5px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar .navbar-section .logo {
    margin-bottom: 10px;
  }
}
.header .navbar .navbar-section .mobile-login {
  display: block;
  cursor: pointer;
  color: #d80808;
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 10px;
}
@media only screen and (min-width: 767px) {
  .header .navbar .navbar-section .mobile-login {
    display: none;
  }
}
.header .navbar .navbar-section .navbar-login {
  display: none;
}
@media only screen and (min-width: 767px) {
  .header .navbar .navbar-section .navbar-login {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar .navbar-section .navbar-login {
    margin-top: 10px;
  }
}
.header .navbar .navbar-section .navbar-login .login-form {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.header .navbar .navbar-section .navbar-login .username,
.header .navbar .navbar-section .navbar-login .password {
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  padding-left: .4rem;
  padding-right: .4rem;
}
@media only screen and (max-width: 767px) {
  .header .navbar .navbar-section .navbar-login .username,
  .header .navbar .navbar-section .navbar-login .password {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .header .navbar .navbar-section .navbar-login .username,
  .header .navbar .navbar-section .navbar-login .password {
    width: 40%;
  }
}
@media only screen and (min-width: 1025px) {
  .header .navbar .navbar-section .navbar-login .username,
  .header .navbar .navbar-section .navbar-login .password {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar .navbar-section .navbar-login .username,
  .header .navbar .navbar-section .navbar-login .password {
    margin-bottom: 10px;
  }
}
.header .navbar .navbar-section .navbar-login .login {
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  padding-left: .4rem;
  padding-right: .4rem;
}
.header .navbar .navbar-section .navbar-login .login .login-button {
  background-color: #d80808;
  color: #ffffff;
  font-size: 14px;
  height: 30px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
}
.header .navbar .navbar-section .navbar-login .input {
  background-color: #454241;
  border: none;
  color: #fff;
  height: 30px;
}
.header .navbar .navbar-section .navbar-login .forgot-password {
  text-align: right;
}
.header .navbar .navbar-section .navbar-login .forgot-password a {
  color: rgba(170,172,173,0.8);
  font-size: 14px;
  text-decoration: underline;
}
.forgot-pass-modal .modal-overlay {
  background: rgba(0,0,0,0.4);
}
.forgot-pass-modal .modal-container {
  padding: 20px;
}
@media only screen and (min-width: 1025px) {
  .forgot-pass-modal .modal-container {
    min-width: 960px;
  }
}
@media only screen and (min-width: 767px) {
  .forgot-pass-modal .modal-container {
    border: solid 20px rgba(0,0,0,0.3);
    padding: 30px 42px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .forgot-pass-modal .modal-container {
    text-align: center;
  }
}
.forgot-pass-modal .modal-container .modal-wrapper .modal-header {
  color: #fa5463;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .forgot-pass-modal .modal-container .modal-wrapper .modal-header h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.forgot-pass-modal .modal-container .modal-wrapper .modal-body .content {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-email {
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  padding-left: .4rem;
  padding-right: .4rem;
  padding-right: 4%;
}
@media only screen and (max-width: 767px) {
  .forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-email {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-email {
    width: 55%;
  }
}
@media only screen and (min-width: 1025px) {
  .forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-email {
    width: 55%;
  }
}
@media only screen and (min-width: 767px) {
  .forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-email {
    border-top: 1px none #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px none #cccccc;
    border-left: 1px none #cccccc;
  }
}
.forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-email input {
  height: 55px;
  padding: 13px 23px;
}
.forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-email .send-forgotpass {
  background-color: #000000;
  color: #fff;
  font-size: 18px;
  height: 50px;
  width: 50%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-email .send-forgotpass {
    margin-bottom: 20px;
    width: 100%;
  }
}
.forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-register {
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  padding-left: .4rem;
  padding-right: .4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-register {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-register {
    width: 45%;
  }
}
@media only screen and (min-width: 1025px) {
  .forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-register {
    width: 45%;
  }
}
.forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-register .forgotpass-join {
  background-color: #d80808;
  color: #ffffff;
  font-size: 18px;
  height: 50px;
  width: 75%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .forgot-pass-modal .modal-container .modal-wrapper .modal-body .content .forgot-pass-register .forgotpass-join {
    width: 100%;
  }
}
.splash-registration-wrapper {
  padding: 15px 0 15px;
}
@media only screen and (min-width: 767px) {
  .splash-registration-wrapper {
    padding: 48px 0 30px;
  }
}
.splash-registration-wrapper .container:before,
.splash-registration-wrapper .container:after {
  content: " ";
  display: block;
  height: 0;
}
.splash-registration-wrapper .container:after {
  clear: both;
}
.splash-registration-wrapper .container:before,
.splash-registration-wrapper .container:after {
  content: " ";
  display: block;
  height: 0;
}
.splash-registration-wrapper .container:after {
  clear: both;
}
.splash-registration-wrapper .container .registration-form-outline {
  color: #010101;
  background: rgba(255,255,255,0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 300px;
  margin: 0 auto;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-header {
  z-index: 0;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-header .top {
  background-color: #000000;
  color: #fff;
  padding: 10px 10px 0 100px;
  position: relative;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-header .top .signup {
  font-size: 24px;
  line-height: 24px;
  font-family: 'pacificoregular';
  display: block;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-header .top .credit {
  display: block;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 12px;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-header .top .free {
  position: absolute;
  background: #d80808;
  left: 10px;
  top: -1px;
  font-size: 15px;
  padding: 20px 10px 25px 10px;
  width: 80px;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-header .top .free .arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 15px 40px;
  border-color: transparent transparent #000000 transparent;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-header .triangle {
  width: 0;
  height: 20px;
  border-top: 15px solid #000000;
  border-right: 300px solid transparent;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-header .bar {
  background: #d80808;
  -webkit-transform: skew(0deg,-3deg);
  -moz-transform: skew(0deg,-3deg);
  -o-transform: skew(0deg,-3deg);
  -ms-transform: skew(0deg,-3deg);
  transform: skew(0deg,-3deg);
  height: 10px;
}
@media only screen and (min-width: 767px) {
  .splash-registration-wrapper .container .registration-form-outline {
    width: 410px;
    float: right;
  }
  .splash-registration-wrapper .container .registration-form-outline .registration-form-header .top {
    padding: 10px 10px 0 120px;
  }
  .splash-registration-wrapper .container .registration-form-outline .registration-form-header .top .signup {
    font-size: 35px;
    line-height: 40px;
    font-family: 'pacificoregular';
  }
  .splash-registration-wrapper .container .registration-form-outline .registration-form-header .top .credit {
    font-size: 18px;
  }
  .splash-registration-wrapper .container .registration-form-outline .registration-form-header .top .free {
    font-size: 18px;
    padding: 20px 10px 42px 10px;
    width: 100px;
    line-height: 1em;
  }
  .splash-registration-wrapper .container .registration-form-outline .registration-form-header .top .free .arrow {
    border-width: 0 50px 25px 50px;
  }
  .splash-registration-wrapper .container .registration-form-outline .registration-form-header .triangle {
    border-top: 20px solid #000000;
    border-right: 410px solid transparent;
  }
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content {
  padding: 20px;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form {
  padding: 5px;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field {
  float: left;
  width: 100%;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.globe,
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.username,
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.email,
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.password {
  position: relative;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.globe:before,
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.username:before,
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.email:before,
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.password:before {
  top: 28px;
  position: absolute;
  left: 10px;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.province.half,
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.globe.half {
  width: 48%;
  margin-bottom: -7px;
}
@media only screen and (max-width: 767px) {
  .splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.province.half,
  .splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.globe.half {
    width: 100%;
  }
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.province.half div,
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.globe.half div {
  margin-bottom: -10px;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.province.half select,
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.globe.half select {
  -webkit-appearance: none;
  padding-left: 10px;
  border-radius: 0px;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.globe.half {
  margin-left: 4%;
}
@media only screen and (max-width: 767px) {
  .splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.globe {
    margin-left: 0;
  }
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.globe input[type="number"] {
  height: 30px;
  padding-left: 30px;
  width: 100%;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.date input[type="number"] {
  float: left;
  height: 30px;
  text-align: center;
  width: 32%;
  border: 1px solid #b6b6b6;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.date input[type="number"]:not(:last-of-type) {
  margin-right: 2%;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.globe:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f7a2";
  display: none;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.username:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f007";
  font-weight: 900;
  color: #b3b3b3;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.email:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  font-weight: 900;
  color: #b3b3b3;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field.password:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f30d";
  font-weight: 900;
  color: #b3b3b3;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field input[type="text"],
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field input[type="email"],
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field input[type="password"],
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field select {
  height: 30px;
  padding-left: 30px;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field .radio-field {
  width: 50%;
  float: left;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field .radio-field input[type="radio"] {
  display: none;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field .radio-field input[type="radio"]+label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #b6b6b6;
  cursor: pointer;
  display: block;
  padding: 3px 0;
  text-align: center;
  width: 95%;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field .radio-field input[type="radio"]+label i {
  font-size: 20px;
  margin-right: 10px;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field .radio-field input[type="radio"]:checked+label {
  border-color: #d80808;
  color: #d80808;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .registration-confirm {
  background-color: #d80808;
  color: #ffffff;
  font-size: 24px;
  height: 60px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-family: 'pacificoregular';
  font-size: 26px;
  line-height: 26px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px #343434;
  text-align: center;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .registration-confirm i {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .splash-registration-wrapper .container .registration-form-outline .registration-form-content .registration-confirm i {
    display: none;
  }
}
.location-container {
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #fff;
  color: #010101;
  border: 1px solid #b6b6b6;
  border-top: none;
  right: 0;
  max-height: 261px;
  overflow: hidden;
  overflow-y: auto;
}
.location-suggest {
  list-style: none;
  padding: 0;
  margin: 0;
}
.location-suggest li {
  border: solid 1px #b6b6b6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #353535;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 12px;
  resize: none;
  width: 100%;
  list-style: none;
}
.location-suggest li:hover {
  background-color: rgba(255,255,255,0.4);
  cursor: pointer;
}
.location-suggest li p {
  overflow: hidden;
  padding: 0 0 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.register-step2 .title-step2 {
  color: #d80808;
  font-family: 'Conv_Mark Simonson - Proxima Nova Thin';
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
  .register-step2 .title-step2 {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.register-step2-info-check {
  float: left;
  width: 100%;
  height: 40px;
}
.register-step2-info-check .step2-check {
  width: auto;
  float: left;
  font-weight: 600;
  margin-right: 20px;
}
.register-step2-info-check .step2-check:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  margin-right: 7px;
}
.register-step2 .step-2-signup-button {
  background-color: #d80808;
  color: #ffffff;
  font-size: 24px;
  height: 60px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'pacificoregular';
  font-size: 30px;
  line-height: 40px;
  margin-top: 15px;
}
.register-step2 .step-2-signup-button i {
  margin-right: 15px;
}
.register-step2 .nb {
  font-size: 13px;
  line-height: 16px;
}
.register-step2 .nb #privacyStatement_privacyReminder {
  margin-bottom: 10px;
}
.splash-content-title {
  color: #000000;
  font-family: 'Conv_Mark Simonson - Proxima Nova Thin';
  font-size: 42px;
  line-height: 60px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .splash-content-title {
    font-size: 2em;
    line-height: 45px;
  }
}
.splash-content-title span {
  color: #d80808;
}
.splash-content-title:after {
  content: '';
  width: 220px;
  height: 2px;
  background: #d80808;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -110px;
}
.splash-content-meet-members {
  padding: 50px 0;
}
.splash-content-meet-members .meet-members-subtitle {
  text-align: center;
}
.splash-content-meet-members .carasul-members-wrapper {
  padding: 30px 0 0;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members {
  padding: 0;
  margin: 0;
  list-style: none;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li {
  float: left;
  width: 33.3%;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box {
  width: 364px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box:before,
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box:after {
  content: " ";
  display: block;
  height: 0;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box:after {
  clear: both;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box:before,
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box:after {
  content: " ";
  display: block;
  height: 0;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box {
    width: 300px;
  }
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .dec {
  margin-left: 182px;
}
@media only screen and (max-width: 767px) {
  .splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .dec {
    margin-left: 110px;
  }
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .active {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding: 0 0 5px 20px;
  position: relative;
  margin: 0;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .active .online {
  background-color: #619a3c;
  display: inline-block;
  height: 10px;
  left: 0;
  margin: 0 5px 2px 0;
  position: absolute;
  top: 6px;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .age {
  padding: 0 0 0 20px;
  position: relative;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .age:before {
  color: #d80808;
  font-family: "Font Awesome 5 Pro";
  content: "\f073";
  position: absolute;
  left: 0;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .info {
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  padding: 0 0 10px 25px;
}
@media only screen and (max-width: 767px) {
  .splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .info {
    line-height: 20px;
  }
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .info:before {
  color: #d80808;
  font-family: "Font Awesome 5 Pro";
  content: "\f05a";
  position: absolute;
  left: 0;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .meet {
  color: #d80808;
  padding: 0 0 5px 20px;
  position: relative;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .meet i:not(:last-of-type) {
  color: #d80808;
  position: absolute;
  left: 0;
  top: 4px;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .meet a {
  padding: 0 15px 0 0;
  display: inline-block;
}
.splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .thumb {
  float: left;
  margin-top: 6px;
  height: 160px;
}
@media only screen and (max-width: 767px) {
  .splash-content-meet-members .carasul-members-wrapper ul.carasul-members li .member-box .thumb {
    width: 100px;
  }
}
.splash-content-meet-members .carasul-members-controler {
  border-bottom: 1px solid #d5d5d5;
  height: 18px;
  margin-bottom: 60px;
  text-align: center;
}
.splash-content-meet-members .carasul-members-controler a {
  background-color: #d80808;
  display: inline-block;
  height: 36px;
  width: 36px;
}
.splash-content-meet-members .carasul-members-controler a i {
  align-items: center;
  color: #ffffff;
  display: flex;
  display: -ms-flex;
  font-size: 24px;
  height: 100%;
  justify-content: center;
}
.splash-content-meet-members .meet-members-signup {
  text-align: center;
}
.splash-content-meet-members .meet-members-signup .button {
  font-family: 'pacificoregular';
  font-size: 25px;
  line-height: 30px;
  height: 60px;
  width: auto;
  min-width: 280px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 767px) {
  .splash-content-meet-members .meet-members-signup .button {
    font-size: 30px;
    line-height: 40px;
  }
}
.splash-content-why {
  padding: 100px 0;
  background: url(../../img/splash/bg1.jpg) right 0 no-repeat;
  background-size: cover;
  color: #fff;
}
.splash-content-why .why-content {
  margin: 0 auto;
  max-width: 620px;
  padding: 20px 0 0;
}
.splash-content-why .why-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.splash-content-why .why-content ul li {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  padding: 0 0 25px 42px;
  position: relative;
}
.splash-content-why .why-content ul li i {
  color: #d80808;
  position: absolute;
  left: 0;
}
.splash-content-why .why-bottom {
  margin: 0 auto;
  max-width: 620px;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .splash-content-why .why-bottom {
    background: url(../../img/splash/rownd-arrow.png) 5px 0 no-repeat;
    padding: 50px 0 0 146px;
  }
}
@media only screen and (max-width: 767px) {
  .splash-content-why .why-bottom {
    text-align: center;
  }
}
.splash-content-why .why-bottom .why-button {
  background-color: #d80808;
  color: #ffffff;
  font-size: 18px;
  height: 60px;
  width: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'pacificoregular';
  font-size: 25px;
  line-height: 40px;
}
@media only screen and (min-width: 767px) {
  .splash-content-why .why-bottom .why-button {
    font-size: 30px;
    line-height: 40px;
  }
}
.splash-content-bottom {
  padding: 50px 0 0;
  margin-bottom: 15px;
}
.splash-content-bottom .splash-content-tips {
  margin-bottom: 50px;
}
.splash-content-bottom .tip .tip-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  padding: 6px 60px 5px 24px;
  background: url(../../img/splash/icon-plus.png) right center no-repeat #ececec;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.splash-content-bottom .tip .tip-title span {
  color: #d80808;
}
.splash-content-bottom .tip .tip-title:after {
  content: "";
  position: absolute;
  left: 18px;
  top: 100%;
  display: block;
  width: 0;
  height: 0;
  border-color: #ececec transparent transparent;
  border-style: solid dashed dashed;
  border-width: 12px 12px 0;
}
.splash-content-bottom .tip-content {
  display: none;
}
.splash-content-bottom .splash-content-stars {
  background: #d80808;
  max-width: 856px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 33px;
  min-height: 75px;
  padding: 15px 15px 20px;
  position: relative;
  margin-bottom: 30px;
}
.splash-content-bottom .splash-content-stars:after {
  content: '';
  z-index: -1;
  position: absolute;
  background: #000000;
  height: 65px;
  width: 98%;
  left: 12px;
  bottom: -12px;
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.splash-content-bottom .splash-content-stars .columns {
  align-items: center;
}
.splash-content-bottom .splash-content-stars .columns .text {
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  padding-left: .4rem;
  padding-right: .4rem;
}
@media only screen and (max-width: 767px) {
  .splash-content-bottom .splash-content-stars .columns .text {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .splash-content-bottom .splash-content-stars .columns .text {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .splash-content-bottom .splash-content-stars .columns .text {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .splash-content-bottom .splash-content-stars .columns .text {
    margin-bottom: 10px;
  }
}
.splash-content-bottom .splash-content-stars .columns .stars {
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  padding-left: .4rem;
  padding-right: .4rem;
}
@media only screen and (max-width: 767px) {
  .splash-content-bottom .splash-content-stars .columns .stars {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .splash-content-bottom .splash-content-stars .columns .stars {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .splash-content-bottom .splash-content-stars .columns .stars {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .splash-content-bottom .splash-content-stars .columns .stars {
    display: flex;
    justify-content: center;
  }
}
.splash-content-bottom .splash-content-stars .columns .stars .star {
  font-size: 40px;
  margin-right: 10px;
}
@media only screen and (min-width: 767px) {
  .splash-content-bottom .splash-content-stars .columns .stars .star {
    float: left;
  }
}
.splash-content-bottom .splash-content-stars .columns .stars .star .fa-star:before {
  background: -webkit-gradient(linear,left top,right bottom,from(#bb9450),to(#f0f2a9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
}
.splash-content-bottom .splash-content-get-started {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  max-width: 886px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-family: 'pacificoregular';
  font-size: 33px;
  line-height: 65px;
  align-items: center;
}
.splash-content-bottom .splash-content-get-started .text {
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  padding-left: .4rem;
  padding-right: .4rem;
}
@media only screen and (max-width: 767px) {
  .splash-content-bottom .splash-content-get-started .text {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .splash-content-bottom .splash-content-get-started .text {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .splash-content-bottom .splash-content-get-started .text {
    width: 50%;
  }
}
.splash-content-bottom .splash-content-get-started .get-started-sign-up {
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  padding-left: .4rem;
  padding-right: .4rem;
}
@media only screen and (max-width: 767px) {
  .splash-content-bottom .splash-content-get-started .get-started-sign-up {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  .splash-content-bottom .splash-content-get-started .get-started-sign-up {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .splash-content-bottom .splash-content-get-started .get-started-sign-up {
    width: 50%;
  }
}
.splash-content-bottom .splash-content-get-started .get-started-sign-up .get-started-button {
  background-color: #d80808;
  color: #ffffff;
  font-size: 18px;
  height: 60px;
  width: 75%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'pacificoregular';
  font-size: 30px;
  line-height: 40px;
  padding: 5px 15px 15px 15px;
}
@media only screen and (max-width: 767px) {
  .splash-content-bottom .splash-content-get-started .get-started-sign-up .get-started-button {
    width: 100%;
  }
}
.splash-content-bottom .splash-content-percentages ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.splash-content-bottom .splash-content-percentages ul li {
  display: inline-block;
  padding: 25px;
  min-height: 80px;
}
.splash-content-bottom .splash-content-percentages ul li .percentage-wrapper .percentage-icon {
  float: left;
  width: 74px;
  height: 74px;
}
.splash-content-bottom .splash-content-percentages ul li .percentage-wrapper .percentage-icon:before {
  font-size: 55px;
}
.splash-content-bottom .splash-content-percentages ul li .percentage-wrapper .percentage-text {
  color: #333333;
  float: right;
  padding: 0 0 0 10px;
  font-weight: 600;
  line-height: 18px;
  font-size: 16px;
}
.splash-content-bottom .splash-content-percentages ul li .percentage-wrapper .percentage-text span {
  display: block;
  color: #d80808;
  font-size: 25px;
  line-height: 25px;
}
.splash-header-wrapper {
  border-bottom: none;
  height: 920px;
}
.splash-header-wrapper .overlay .triangle {
  border-bottom: none;
}
.splash-header-wrapper .header .navbar .navbar-section .navbar-login .input {
  background: #fff;
  color: #000;
}
.splash-header-wrapper .header .navbar .navbar-section .navbar-login .forgot-password a {
  color: #a2a0a0;
}
.splash-registration-wrapper .container .registration-form-outline {
  float: left;
  background: rgba(0,0,0,0.3);
  color: #fff;
  border-radius: 0px;
  width: 50%;
  margin: 30px 0;
  position: relative;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-header {
  display: none;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field .radio-field input[type="radio"]:checked+label {
  background: #d80808;
  color: #fff;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content .register-form .form-field .radio-field input[type="radio"]+label {
  background: #fff;
  color: #000;
  width: 100%;
  border: 1px solid #fff;
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content div .register-step1 .registration-confirm {
  border: none;
  text-transform: uppercase;
  font: normal 24px 'Conv_ProximaNova-Semibold';
}
.splash-registration-wrapper .container .registration-form-outline .registration-form-content div .register-step1 .registration-confirm i {
  display: none;
}
.splash-content-meet-members .container .carasul-members-controler {
  display: none;
}
.splash-content-meet-members .container .meet-members-signup {
  display: none;
}
.splash-content-meet-members .container .carasul-members-wrapper .caroufredsel_wrapper {
  max-width: 1200px !important;
  margin: 0px auto !important;
  width: 100% !important;
  overflow: visible !important;
}
.splash-content-meet-members .container .carasul-members-wrapper .caroufredsel_wrapper .carasul-members {
  max-width: 1200px !important;
  margin: 0px auto !important;
  width: 100% !important;
}
.splash-content-meet-members .container .carasul-members-wrapper .caroufredsel_wrapper .carasul-members li {
  width: 180px !important;
  margin-right: 25px;
  position: relative;
  left: 7%;
}
.splash-content-meet-members .container .carasul-members-wrapper .caroufredsel_wrapper .carasul-members li .member-box {
  width: 180px;
}
.splash-content-meet-members .container .carasul-members-wrapper .caroufredsel_wrapper .carasul-members li .member-box .dec {
  display: none;
}
.splash-content-meet-members .container .carasul-members-wrapper .caroufredsel_wrapper .carasul-members li .member-box a img {
  border-radius: 50%;
  filter: gray;
  -webkit-filter: grayscale(100%);
  transition: all .2s ease-in-out;
  height: 180px;
  width: 180px;
}
.splash-content-meet-members .container .carasul-members-wrapper .caroufredsel_wrapper .carasul-members li .member-box a img:hover {
  -webkit-filter: grayscale(0%);
}
.splash-content-why .container .splash-content-title {
  color: #fff;
}
.splash-content-why .container .why-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0 0;
}
.splash-content-why .container .why-content ul {
  width: 100%;
  max-width: 100%;
}
.splash-content-why .container .why-content ul li {
  color: #d80808;
  background: rgba(255,255,255,0.2);
  margin-right: 3%;
  float: left;
  width: 30%;
  display: inline-block;
  padding: 15px;
  min-height: 150px;
}
.splash-content-why .container .why-content ul li i {
  display: none;
}
.splash-content-why .container .why-bottom {
  background-image: none;
}
.splash-content-why .container .why-bottom .why-button {
  font: normal 20px 'Conv_ProximaNova-Semibold';
  margin-top: 40px;
}
.splash-content-bottom .container .splash-content-get-started {
  width: 100%;
  max-width: 1200px;
}
.splash-content-bottom .container .splash-content-get-started .text {
  display: none;
}
.splash-content-bottom .container .splash-content-get-started .get-started-sign-up {
  margin: 0 auto;
}
.splash-content-bottom .container .splash-content-get-started .get-started-sign-up .get-started-button {
  font: normal 20px 'Conv_ProximaNova-Semibold';
  padding: 0;
}
.splash-content-bottom .container .splash-content-stars {
  background: none;
  margin-top: 340px;
}
.splash-content-bottom .container .splash-content-stars .columns {
  max-width: 1200px;
  width: 100%;
}
.splash-content-bottom .container .splash-content-stars .columns .text {
  color: #000;
  width: 100%;
  text-transform: uppercase;
}
.splash-content-bottom .container .splash-content-stars .columns .stars {
  width: 100%;
  max-width: 300px;
  position: relative;
  margin: 0 auto;
}
.splash-content-bottom .container .splash-content-stars:after {
  display: none;
}
.splash-content-bottom .container .splash-content-tips .tips-wrapper .tip {
  width: 29%;
  background: #eee;
  min-height: 300px;
  float: left;
  margin: 0 24px;
}
.splash-content-bottom .container .splash-content-tips .tips-wrapper .tip .tip-title {
  cursor: default;
  background-image: none;
  padding: 6px 60px 5px 13px;
}
.splash-content-bottom .container .splash-content-tips .tips-wrapper .tip .tip-content {
  display: inline-block;
  padding: 0 15px 15px;
}
.footer-top .triangle {
  border-bottom: none;
}
@media screen and (max-width: 1195px) {
  .splash-content-bottom .container .splash-content-tips .tips-wrapper .tip {
    width: 90%;
    display: block;
    margin-bottom: 20px;
    min-height: auto;
  }
}
@media screen and (max-width: 1107px) {
  .splash-content-meet-members .container .carasul-members-wrapper .caroufredsel_wrapper .carasul-members li:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 888px) {
  .splash-content-meet-members .container .carasul-members-wrapper .caroufredsel_wrapper .carasul-members li:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .splash-registration-wrapper .container .registration-form-outline {
    width: 90%;
    margin: 0 auto;
  }
  .splash-content-meet-members .container .carasul-members-wrapper .caroufredsel_wrapper .carasul-members li {
    left: 5%;
    margin-right: 8px;
    width: 150px !important;
  }
  .splash-content-meet-members .container .carasul-members-wrapper .caroufredsel_wrapper .carasul-members li .member-box a img {
    height: 150px;
    width: 150px;
  }
  .splash-content-why .container .why-content ul li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .splash-content-meet-members .carasul-members-wrapper {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media screen and (max-width: 671px) {
  .splash-content-meet-members .container .carasul-members-wrapper .caroufredsel_wrapper .carasul-members li:nth-child(n+3) {
    display: none;
  }
  .splash-content-meet-members .carasul-members-wrapper {
    display: none;
  }
}
.splash-content-why {
  background-color: #000;
  background-size: contain;
}
