html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section,
main, summary {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: inherit;
  text-decoration: none; }

@font-face {
  font-family: CamphorStd-Bold;
  src: url("/dist/fonts/CamphorStd-Bold.woff2") format("woff"), url("/dist/fonts/CamphorStd-Bold.woff") format("woff"); }

@font-face {
  font-family: CamphorStd-Italic;
  src: url("/dist/fonts/CamphorStd-Italic.woff2") format("woff"), url("/dist/fonts/CamphorStd-Italic.woff") format("woff"); }

@font-face {
  font-family: CamphorStd-Light;
  src: url("/dist/fonts/CamphorStd-Light.woff2") format("woff"), url("/dist/fonts/CamphorStd-Light.woff") format("woff"); }

@font-face {
  font-family: CamphorStd-Medium;
  src: url("/dist/fonts/CamphorStd-Medium.woff2") format("woff"), url("/dist/fonts/CamphorStd-Medium.woff") format("woff"); }

@font-face {
  font-family: CamphorStd-Regular;
  src: url("/dist/fonts/CamphorStd-Regular.woff2") format("woff"), url("/dist/fonts/CamphorStd-Regular.woff") format("woff"); }

@font-face {
  font-family: CamphorStd-Thin;
  src: url("/dist/fonts/CamphorStd-Thin.woff2") format("woff"), url("/dist/fonts/CamphorStd-Thin.woff") format("woff"); }

@font-face {
  font-family: CamphorStd-Heavy;
  src: url("/dist/fonts/CamphorStd-Heavy.woff2") format("woff"), url("/dist/fonts/CamphorStd-Heavy.woff") format("woff"); }

@font-face {
  font-family: CamphorStd-HeavyItalic;
  src: url("/dist/fonts/CamphorStd-HeavyItalic.woff2") format("woff"), url("/dist/fonts/CamphorStd-HeavyItalic.woff") format("woff"); }

@font-face {
  font-family: pnBI;
  src: url("/dist/fonts/pnBI.woff2") format("woff"); }

@font-face {
  font-family: pnR;
  src: url("/dist/fonts/pnB.woff2") format("woff"); }

@font-face {
  font-family: pnM;
  src: url("/dist/fonts/pnM.woff2") format("woff"); }

@font-face {
  font-family: pnB;
  src: url("/dist/fonts/pnR.woff2") format("woff"); }

body, html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

*, *:before, *:after {
  box-sizing: inherit;
  outline: none !important; }

body {
  background: #F1F3F5; }

html {
  font-size: 10px; }

header {
  background: white;
  padding: 0rem 11rem; }
  @media (max-width: 1120px) {
    header {
      padding: 0rem 8rem; } }
  @media (max-width: 900px) {
    header {
      padding: 1rem 1.4rem; } }

.mainHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #F1F3F5;
  padding: 2rem 0;
  color: #1F364D; }
  @media (max-width: 900px) {
    .mainHeader {
      border-bottom: none;
      padding: 0rem; } }

.leftLogo {
  display: flex;
  align-items: center;
  cursor: pointer; }

.bLogo {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: blue;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 900px) {
    .bLogo {
      margin-right: 0.5rem; } }

.fav {
  width: 32px;
  height: 32px;
  border-radius: 100px; }

.logo {
  font-size: 2rem;
  font-family: pnBI;
  margin-left: 15px; }
  @media (max-width: 900px) {
    .logo {
      display: none;
      margin-left: 0.5rem; } }

.rightLogo {
  display: flex;
  align-items: center; }

.login {
  font-size: 1.5rem;
  font-family: pnB;
  margin-left: 1rem;
  padding: 1.1rem 1.4rem;
  color: #4173E6;
  letter-spacing: 1px; }

.bsl {
  box-shadow: inset 0 0 0 2px #4173E6; }

.centralMenu {
  display: flex;
  height: 40px;
  align-items: center;
  height: 0px; }
  @media (max-width: 900px) {
    .centralMenu {
      display: none; } }
  .centralMenu .menuItem {
    font-family: pnM;
    font-size: 1.6rem;
    color: #868E96;
    letter-spacing: -0.5px;
    margin-right: 2rem;
    padding: 3.2rem 0;
    border-bottom: 3px solid transparent;
    transform: translateY(2px); }
  .centralMenu .menuActive {
    color: #4D4D4D;
    font-family: pnB;
    border-bottom: 3px solid #4173E6; }

.rightSide {
  position: relative;
  display: flex;
  align-items: center; }
  .rightSide .unreadCount {
    position: absolute;
    background: #e6375a;
    padding: 2px 5px;
    border-radius: 3px;
    color: white;
    font-family: pnB;
    font-size: 12px;
    top: -2px;
    right: -2px; }

.newMessageNotification {
  margin-right: 1.4rem; }

.twitterImg {
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.24s; }

.rightSideHover:hover .twitterImg {
  transform: scale(1.1);
  transition: all 0.25s; }

.rightSideHover:hover .unreadCount {
  background: #4799eb; }

.subHeaderSection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 0; }
  .subHeaderSection a {
    display: flex;
    align-items: center; }
    .subHeaderSection a h3 {
      font-family: pnM;
      font-size: 1.6rem;
      color: #1F364D; }
  @media (max-width: 900px) {
    .subHeaderSection {
      display: none; } }

.topBarDropdown {
  width: 100%;
  background: #fff;
  padding: 1rem 1.4rem;
  border-top: 2px solid #F1F3F5;
  position: absolute;
  z-index: 10;
  opacity: .98; }
  .topBarDropdown a {
    font-family: pnM;
    color: #4D4D4D;
    font-size: 1.6rem;
    padding: 0.8rem 0;
    display: block; }
    .topBarDropdown a span {
      position: relative;
      top: 1px;
      margin-right: 0.6rem; }

.background {
  height: 40px;
  background-image: linear-gradient(-90deg, #4173E6 30%, #41AAE6 100%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .background p {
    color: white;
    margin: 0 1.6rem;
    font-size: 1.8rem;
    font-family: pnB; }
    @media (max-width: 1023px) {
      .background p {
        font-size: 1.4rem;
        margin: 0 1rem; } }
    @media (max-width: 320px) {
      .background p {
        font-size: 1.3rem;
        margin: 0 1rem; } }

.confett {
  width: 2.4rem;
  height: 2.4rem; }
  @media (max-width: 1023px) {
    .confett {
      width: 1.8rem;
      height: 1.8rem; } }

.p1Container {
  padding: 0rem 10rem;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to bottom, #F0F2F4 0, #F0F2F4 84%, #EDF3FF 84%, #EDF3FF 100%) !important; }
  @media (max-width: 1231px) {
    .p1Container {
      padding: 0rem 5rem; } }
  @media (max-width: 1130px) {
    .p1Container {
      padding: 0rem 2rem; } }
  @media (max-width: 1023px) {
    .p1Container {
      padding: 0rem 1.4rem;
      flex-direction: column-reverse;
      align-items: center; } }
  .p1Container .p1Center {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-12px); }
    @media (max-width: 1190px) {
      .p1Container .p1Center {
        transform: translateX(0px); } }
    @media (max-width: 1023px) {
      .p1Container .p1Center {
        transform: translateX(0); } }
    .p1Container .p1Center h1 {
      font-size: 5rem;
      font-family: pnB;
      color: #4D4D4D;
      width: 45rem;
      margin-top: 8rem;
      line-height: 57px;
      text-align: center; }
      @media (max-width: 1190px) {
        .p1Container .p1Center h1 {
          font-size: 4.2rem;
          width: 37rem;
          line-height: 53px; } }
      @media (max-width: 1023px) {
        .p1Container .p1Center h1 {
          line-height: 36px;
          font-size: 2.4rem;
          margin-top: 4rem;
          width: 100%; } }
    .p1Container .p1Center h3 {
      margin-top: 2rem;
      font-size: 1.6rem;
      font-family: pnM;
      color: #4D4D4D; }
      @media (max-width: 1050px) {
        .p1Container .p1Center h3 {
          font-size: 1.4rem; } }
      @media (max-width: 1023px) {
        .p1Container .p1Center h3 {
          font-size: 1.4rem; } }
      @media (max-width: 320px) {
        .p1Container .p1Center h3 {
          font-size: 1.2rem; } }

.signUp {
  background-image: linear-gradient(-90deg, #4173E6 3%, #41AAE6 97%);
  width: 20rem;
  height: 4.8rem;
  border: none;
  font-family: pnR;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-family: pnM;
  cursor: pointer;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.4rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s;
  opacity: 0.95; }
  @media (max-width: 1023px) {
    .signUp {
      margin-top: 2.4rem;
      font-size: 1.4rem;
      width: 18rem;
      height: 4.4rem; } }
  .signUp:hover {
    opacity: 1;
    transition: all 0.2s; }

.suP1 {
  width: 33rem !important;
  height: 44.9rem !important;
  display: block !important;
  margin-top: 4.8rem; }

.supLeft {
  transform: scale(0.84) rotate(-7deg) translateX(-8px); }
  @media (max-width: 1190px) {
    .supLeft {
      transform: scale(0.78) rotate(-7deg); } }
  @media (max-width: 1050px) {
    .supLeft {
      transform: scale(0.74) rotate(-6deg) translateX(-14px); } }
  @media (max-width: 1023px) {
    .supLeft {
      transform: scale(0.8) rotate(-5deg);
      margin-top: 0rem !important; } }

.supRight {
  transform: scale(0.84) rotate(6deg) translateX(-12px); }
  @media (max-width: 1190px) {
    .supRight {
      transform: scale(0.78) rotate(6deg); } }
  @media (max-width: 1050px) {
    .supRight {
      transform: scale(0.74) rotate(6deg) translateX(-18px); } }
  @media (max-width: 1023px) {
    .supRight {
      display: none !important; } }

.p2Container {
  background: #EDF3FF; }
  @media (max-width: 1023px) {
    .p2Container {
      padding: 2rem 2.4rem; } }
  .p2Container .tier {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .p2Container .tier {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        justify-items: center;
        font-size: 8px;
        grid-gap: 2rem; } }
    .p2Container .tier img {
      opacity: 0.4;
      transition: all 0.6s;
      cursor: pointer; }
      .p2Container .tier img:hover {
        opacity: 0.7;
        transition: all 0.6s; }
    .p2Container .tier .guardian {
      width: 17.6em; }
    .p2Container .tier .billboard {
      width: 19.2em; }
      @media (max-width: 1023px) {
        .p2Container .tier .billboard {
          display: none; } }
    .p2Container .tier .nme {
      width: 12.4em; }
      @media (max-width: 1023px) {
        .p2Container .tier .nme {
          display: none; } }
    .p2Container .tier .fox {
      width: 10.7em; }
    .p2Container .tier .mtv {
      width: 9.3em; }
    .p2Container .tier .highs {
      width: 7.2em; }
    .p2Container .tier .ebony {
      width: 16em; }
      @media (max-width: 1023px) {
        .p2Container .tier .ebony {
          display: none; } }
    .p2Container .tier .complex {
      width: 16em; }
    .p2Container .tier .abc {
      width: 7em; }

.guardianGrid {
  grid-column: 1 / 3; }

.gridABC {
  grid-row: 1 / 2;
  grid-column: 1 / 2; }

.mtvGrid {
  grid-row: 1 / 2;
  grid-column: 2 / 3; }

.gridComplex {
  grid-column: 1 / 3;
  grid-row: 2 / 3; }

.gridHighs {
  grid-row: 1 / 2;
  grid-column: 2 / 3; }

.t1 {
  padding: 8rem 10rem 0 10rem; }
  @media (max-width: 1133px) {
    .t1 {
      padding: 8rem 6rem 0 6rem; } }
  @media (max-width: 1023px) {
    .t1 {
      padding: 0; } }

.t2 {
  padding: 6rem 20rem 0 20rem; }
  @media (max-width: 1133px) {
    .t2 {
      padding: 6rem 14rem 0 14rem; } }
  @media (max-width: 1023px) {
    .t2 {
      padding: 0;
      margin-top: 1rem; } }

.tweetsContainer {
  background: #EDF3FF;
  padding: 8rem 0 4rem 0; }
  @media (max-width: 1023px) {
    .tweetsContainer {
      display: none; } }
  .tweetsContainer .tcTitle {
    font-family: pnM;
    font-size: 3.6rem;
    color: #4D4D4D;
    text-align: center;
    padding-bottom: 5rem; }
  .tweetsContainer .outerTweetContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow-x: hidden; }
    .tweetsContainer .outerTweetContainer .innerTweetContainer {
      min-width: 1680px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }

.twitter-tweet-rendered {
  transform: scale(1) !important;
  margin: 10px 5px !important;
  width: calc(260px) !important; }

.twitter-tweet-rendered:nth-child(-n+11) {
  align-self: flex-end;
  transform: translateX(-20px) !important; }

.twitter-tweet-rendered:nth-child(n+12) {
  align-self: flex-start;
  transform: translateX(20px) !important; }

.hd {
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 7px 12px 7px 12px;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  cursor: pointer;
  z-index: 1007;
  background-color: white; }
  @media (max-width: 1023px) {
    .hd {
      display: none; } }
  .hd img {
    border-radius: 100px;
    width: 21px;
    height: 21px;
    margin-right: 8px; }
  .hd h2 {
    font-family: pnM;
    font-size: 1.4rem;
    color: #4D4D4D; }

.editContainer {
  padding: 4.6rem 11rem 0rem 11rem;
  font-size: 10px; }
  @media (max-width: 600px) {
    .editContainer {
      padding: 0 1.4rem;
      font-size: 9px; } }

.registerForm {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (max-width: 600px) {
    .registerForm {
      display: block; } }

.rfTier1 {
  display: flex; }
  @media (max-width: 600px) {
    .rfTier1 {
      display: block; } }
  .rfTier1 .rft1 {
    position: relative; }
    .rfTier1 .rft1:first-child {
      margin-right: 12em; }
      @media (max-width: 600px) {
        .rfTier1 .rft1:first-child {
          margin-right: 0em; } }

.editTitle {
  font-family: pnB;
  font-size: 3em;
  color: #4D4D4D;
  margin-top: 1.4em; }
  @media (max-width: 600px) {
    .editTitle {
      font-size: 2.3em; } }

.asfs {
  align-self: flex-start; }

.editInput {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 1em;
  border: none;
  font-size: 1.6em;
  color: #4D4D4D;
  margin-top: 1.56em;
  transition: all .25s;
  cursor: pointer; }
  .editInput:hover {
    box-shadow: 0 0 0 2px #fff, inset 0 0 0 0 transparent, 0 2px 5px 1px rgba(0, 0, 0, 0.16); }
  .editInput:focus {
    box-shadow: 0 0 0 0 transparent, inset 0 0 0 3px #0AC977, 0 1px 2px 0 rgba(0, 0, 0, 0.16) !important;
    -webkit-text-size-adjust: 100% !important; }
  .editInput::-webkit-input-placeholder {
    color: #868E96; }
  .editInput:-moz-placeholder {
    color: #868E96; }
  .editInput::-moz-placeholder {
    color: #868E96; }
  .editInput:-ms-input-placeholder {
    color: #868E96; }

#latNone, #lngNone {
  display: none; }

.ei1 {
  padding: 1.1em 1.4em 1.1em 1.3em;
  font-family: pnR;
  width: 18em; }
  @media (max-width: 600px) {
    .ei1 {
      width: 100%; } }

.ei3 {
  width: 25em;
  font-family: pnR;
  height: 8.75em;
  padding: 1.1em 1em 1.1em 1.1em;
  line-height: 1.4em;
  resize: vertical; }
  @media (max-width: 600px) {
    .ei3 {
      width: 100%; } }

.eiHandle {
  padding: 1.1em 1.4em 1.1em 2.6em !important; }

.at {
  position: absolute;
  font-family: pnB;
  font-size: 2.2rem;
  color: #4D4D4D;
  left: 0.7em;
  top: 64.7%;
  color: #868E96; }
  @media (max-width: 600px) {
    .at {
      left: 0.6em;
      top: 49%; } }

.titleLayer {
  display: flex;
  width: 28.8em; }
  .titleLayer .fileOverlay {
    margin-left: 0.7em;
    font-family: pnB;
    font-size: 3em;
    color: #4D4D4D;
    margin-top: 1.5em;
    cursor: pointer; }
    @media (max-width: 600px) {
      .titleLayer .fileOverlay {
        margin-top: 0.9em; } }
  .titleLayer input[type="file"] {
    display: none; }

#file-selected {
  font-family: pnM;
  font-size: 1.6em;
  color: #4D4D4D;
  margin-top: 1.2em; }

.imgURL {
  display: none; }

.starSVG {
  width: 3em;
  height: 2.8em;
  margin-top: 1em; }

.gold {
  fill: gold; }

.silver {
  fill: silver; }

.bronze {
  fill: #CD7F32; }

@media (max-width: 600px) {
  .genderContainer {
    height: auto; } }

.genderContainerInner {
  margin-top: 50px; }
  @media (max-width: 600px) {
    .genderContainerInner {
      display: flex;
      flex-direction: column; } }

@media (max-width: 600px) {
  .gcii {
    display: flex;
    flex-direction: column; } }

.gci2 {
  margin: 80px 0 20px 0; }
  @media (max-width: 600px) {
    .gci2 {
      margin: 0; } }

.genderLabel {
  padding: 1em 1.8em 1em 1.8em;
  font-family: pnB;
  margin-right: 1.2em;
  width: 11em;
  height: 3.8em; }
  @media (max-width: 600px) {
    .genderLabel {
      margin-right: 0em;
      width: 100%;
      height: auto;
      text-align: center; } }
  .genderLabel:last-child {
    margin-right: 0 !important; }

.genderInput, .albumInput {
  display: none; }

.genderInput:checked + label {
  box-shadow: 0 0 0 0 transparent, inset 0 0 0 3px #0AC977, 0 1px 2px 0 rgba(0, 0, 0, 0.16); }

.guy {
  color: #4173E6; }

.girl {
  color: #F58B57; }

.veGI {
  margin: 0 0 0 1rem !important;
  transform: translateY(-1rem); }
  @media (max-width: 600px) {
    .veGI {
      margin: 1.2rem 0 0 1rem !important;
      transform: translateY(0rem); } }

.albumContainer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5em;
  width: 67.6em; }
  @media (max-width: 600px) {
    .albumContainer {
      width: 100%; } }
  @media (max-width: 320px) {
    .albumContainer {
      width: 102%; } }

.chooseAlbum {
  display: flex;
  margin: 0rem 2.4em 2.4em 0;
  width: 14em;
  height: 14em;
  cursor: pointer;
  justify-content: center;
  align-items: center; }
  @media (max-width: 600px) {
    .chooseAlbum:nth-child(14) {
      margin: 0rem 2.4em 0 0; }
    .chooseAlbum:nth-child(16) {
      margin: 0rem 2.4em 0 0; } }
  .chooseAlbum:hover .filter {
    opacity: 0.45; }

@media (max-width: 600px) {
  .veAlbum {
    margin: 1.4em 0 0 0 !important; } }

.likeContainer {
  display: flex; }
  .likeContainer .ilC {
    position: relative; }

.ilIcon {
  position: absolute;
  top: 52%;
  left: 6.5%; }

.ca8 {
  background: url(https://s3.eu-west-2.amazonaws.com/yeezydating/TheLifeofPablo.jpg);
  background-size: cover; }

.ca7 {
  background: url(https://s3.eu-west-2.amazonaws.com/yeezydating/Yeezus.jpg);
  background-size: cover; }

.ca6 {
  background: url(https://s3.eu-west-2.amazonaws.com/yeezydating/WatchtheThrone.jpg);
  background-size: cover; }

.ca5 {
  background: url(https://s3.eu-west-2.amazonaws.com/yeezydating/MBDTF.jpg);
  background-size: cover; }

.ca4 {
  background: url(https://s3.eu-west-2.amazonaws.com/yeezydating/808s&Heartbreak.jpg);
  background-size: cover; }

.ca3 {
  background: url(https://s3.eu-west-2.amazonaws.com/yeezydating/Graduation.jpg);
  background-size: cover; }

.ca2 {
  background: url(https://s3.eu-west-2.amazonaws.com/yeezydating/LateRegistration.jpg);
  background-size: cover; }

.ca1 {
  background: url(https://s3.eu-west-2.amazonaws.com/yeezydating/TheCollegeDropout.jpg);
  background-size: cover; }

.tickIcon {
  opacity: 0;
  transition: all 0.25s;
  position: absolute; }

.filter {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: all 0.4s; }

.albumInput:checked + label .filter {
  opacity: .45; }

.albumInput:checked + label .tickIcon {
  opacity: 1; }

input[type="date"] {
  -webkit-appearance: none; }
  input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none; }

.searchSongInput {
  background: #ffffff;
  border-radius: 3px;
  border: none;
  font-size: 1.7em;
  color: #4D4D4D;
  margin-top: 1.5em;
  cursor: pointer;
  padding: 0.7em .8em;
  width: 23.5em;
  font-family: pnM; }
  @media (max-width: 600px) {
    .searchSongInput {
      width: 100%; } }

.suggestionsFS {
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  width: 40em; }
  @media (max-width: 600px) {
    .suggestionsFS {
      width: 100%; } }

.songList {
  padding: 1.0em 1.5em;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .songList .songImgOuter {
    height: 3.6em;
    width: 3.6em;
    margin-right: 1em; }
    .songList .songImgOuter .songImgInner {
      border-radius: 9999px;
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .songList .songName {
    font-family: pnB;
    font-size: 1.7em;
    color: #4D4D4D; }
    .songList .songName .artistName {
      font-family: pnM;
      font-size: 1em;
      color: #4D4D4D; }

.songList:hover {
  background: #4799eb; }
  .songList:hover .songName {
    color: white; }
    .songList:hover .songName .songName {
      color: white;
      opacity: 0.96; }

.hl {
  background: gold; }

.t3aOuterContainer {
  display: flex; }
  @media (max-width: 600px) {
    .t3aOuterContainer {
      display: block; } }

.t3aInnerContainer {
  margin-right: 3em; }
  @media (max-width: 600px) {
    .t3aInnerContainer {
      margin: 0; } }
  .t3aInnerContainer .t3aInnerInnerContainer {
    position: relative; }
    .t3aInnerContainer .t3aInnerInnerContainer .searchTop3 {
      background: #ffffff;
      border-radius: 3px;
      border: none;
      font-size: 1.7em;
      color: #4D4D4D;
      margin-top: 1.5em;
      cursor: pointer;
      padding: .8em .6em .8em 3em;
      width: 15.3em;
      font-family: pnB; }
      @media (max-width: 600px) {
        .t3aInnerContainer .t3aInnerInnerContainer .searchTop3 {
          width: 100%; } }
    .t3aInnerContainer .t3aInnerInnerContainer .t3aSVG {
      position: absolute;
      left: 15px;
      top: 50%; }
      @media (max-width: 600px) {
        .t3aInnerContainer .t3aInnerInnerContainer .t3aSVG {
          left: 12px; } }

.suggestionsT3 {
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  width: 26em; }
  @media (max-width: 600px) {
    .suggestionsT3 {
      width: 100%; } }

.artistList {
  padding: 1.1em 1.4em;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .artistList .artistImgOuter {
    height: 3.9em;
    width: 2.6em;
    margin-right: 1.2em; }
    .artistList .artistImgOuter .artistImgInner {
      border-radius: 9999px;
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .artistList .artistName {
    font-family: pnB;
    font-size: 1.7em;
    color: #4D4D4D; }

.artistList:hover {
  background: #4799eb; }
  .artistList:hover .artistName {
    color: white; }

.submitContainer {
  display: flex;
  margin-top: 3rem;
  align-items: center;
  width: 64em;
  justify-content: space-between; }
  @media (max-width: 600px) {
    .submitContainer {
      width: 100%;
      display: block;
      margin-top: 2em; } }
  .submitContainer .veOverall {
    margin: 0 !important;
    line-height: 22px; }
    @media (max-width: 600px) {
      .submitContainer .veOverall {
        margin-bottom: 1em !important; } }

.registerSubmit {
  background-image: linear-gradient(-90deg, #4173E6 3%, #41AAE6 97%);
  border-radius: 0.5em;
  width: 15.9em;
  height: 3.4em;
  border: none;
  font-family: pnM;
  font-size: 1.6em;
  color: #FFFFFF;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  opacity: 0.95;
  transition: all 0.2s; }
  @media (max-width: 600px) {
    .registerSubmit {
      width: 100%; } }
  .registerSubmit:hover {
    opacity: 1;
    transition: all 0.2s; }

.validationError {
  font-family: pnM;
  font-size: 1.7em;
  margin: 1rem 0 0 0rem;
  color: #eb0017; }

.veFS {
  display: none; }

.terms {
  font-family: pnM;
  font-size: 1.7em;
  color: #4D4D4D;
  margin: 2em 0em 0 0em; }
  @media (max-width: 600px) {
    .terms {
      line-height: 1.4;
      margin: 1em 0em 0 0em; } }
  .terms a {
    color: #4173E6;
    cursor: pointer; }

.subText {
  font-family: pnM;
  color: #4D4D4D;
  font-size: 1.4em;
  margin: 1em 0 0 1em; }
  .subText .sbt {
    font-family: pnB;
    color: #eb0017; }

.deleteButton {
  border: none;
  background: none;
  font-family: pnM;
  font-size: 1.7em;
  color: #eb0017;
  cursor: pointer; }
  @media (max-width: 600px) {
    .deleteButton {
      line-height: 1.4;
      margin: 1em 0em 0 0em;
      transform: translateY(0px); } }

.ppOuterContainer {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-top: 4rem; }
  @media (max-width: 600px) {
    .ppOuterContainer {
      padding: 2em 1.4em 0em 1.4em;
      margin: 0; } }

.ppContainer {
  width: 66rem;
  height: 44.9rem;
  display: flex; }
  @media (max-width: 600px) {
    .ppContainer {
      flex-direction: column;
      width: 33em;
      height: auto;
      padding: 1em 1em 2em 1em !important; } }
  @media (max-width: 350px) {
    .ppContainer {
      transform: scale(0.91) translateY(-50px); } }

@media (max-width: 600px) {
  .ppPatronContainer {
    top: 8px !important;
    padding: 0 1em !important; } }

.ppRight {
  margin: 0.4rem 0 0 3rem;
  width: 100%; }
  @media (max-width: 600px) {
    .ppRight {
      margin: 2rem 0rem 0rem 0rem;
      padding: 2rem 0rem 0 1rem; } }
  .ppRight .bioTop {
    height: 30.4rem; }
    @media (max-width: 600px) {
      .ppRight .bioTop {
        height: auto; } }
    .ppRight .bioTop .ppHeader {
      font-family: pnB;
      font-size: 1.4rem;
      color: #4173E6;
      margin-right: 1rem; }
      .ppRight .bioTop .ppHeader:nth-child(3), .ppRight .bioTop .ppHeader:nth-child(5), .ppRight .bioTop .ppHeader:nth-child(7) {
        margin-top: 2.4rem; }
    .ppRight .bioTop .ppText {
      font-family: pnM;
      font-size: 1.5rem;
      color: #868E96;
      line-height: 22px;
      margin-top: 0.7rem; }

.activeNow {
  color: #0AC977 !important; }

.ppOnline {
  color: #868E96;
  font-family: pnM;
  font-size: 1.6rem; }

.ppMatchContainer {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .ppMatchContainer .mcLeft {
    display: flex; }

.imgMood {
  width: 25px;
  height: 37.5px;
  margin-top: 1rem; }

.ppHeart {
  left: 42% !important; }

.ppDetails {
  width: 50% !important; }
  @media (max-width: 600px) {
    .ppDetails {
      width: 100% !important;
      top: 63% !important;
      padding: 0 .9em !important; } }

@media (max-width: 600px) {
  .ppLeft {
    position: relative; } }

.bioBottom {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 600px) {
    .bioBottom {
      margin-top: 2rem; } }
  .bioBottom .message {
    background-image: linear-gradient(-90deg, #4173E6 3%, #41AAE6 97%);
    border-radius: 100px;
    width: 25.4rem;
    height: 4.8rem;
    border: none;
    font-family: pnM;
    font-size: 1.6rem;
    color: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.18);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 600px) {
      .bioBottom .message {
        width: 100%; } }
  .bioBottom .block {
    display: flex;
    margin-top: 2rem;
    align-items: center; }
    .bioBottom .block .blockSVG {
      width: 1.6rem;
      height: 1.6rem;
      fill: #eb0017; }
    .bioBottom .block p {
      font-family: pnM;
      font-size: 1.3rem;
      color: #4D4D4D;
      letter-spacing: 0.56px;
      margin-left: 1rem;
      transform: translateY(-1px); }

.twitterPP {
  width: 17px;
  height: 15px;
  margin-right: 1rem;
  fill: #868E96;
  transition: all 0.2s; }
  .twitterPP:hover {
    fill: #4173E6;
    transition: all 0.2s; }

.instagramPP {
  width: 16px;
  height: 16px;
  margin-right: 1rem;
  fill: #868E96; }
  .instagramPP:hover {
    fill: #4173E6;
    transition: all 0.2s; }

.block .blockButton {
  display: flex;
  background: none;
  border: none;
  cursor: pointer; }

.usersContainer {
  padding: 4em 11em 0rem 11em;
  display: grid;
  grid-template-columns: 33em 33em 33em;
  grid-auto-rows: 14.3em;
  grid-gap: 1em;
  justify-content: center;
  position: relative;
  grid-row: span 3;
  font-size: 10px; }
  @media (max-width: 1023px) {
    .usersContainer {
      padding: 2em 1.4em 0em 1.4em;
      display: grid;
      grid-template-columns: 33em;
      grid-auto-rows: 14.3em;
      grid-gap: 1.4em;
      justify-content: center; } }
  @media (max-width: 350px) {
    .usersContainer {
      font-size: 9px; } }

.rules {
  font-family: pnB;
  font-size: 1.6rem;
  color: #000000;
  padding: 1.1em 1.2em !important;
  background: white;
  grid-column-start: 2; }
  @media (max-width: 1023px) {
    .rules {
      grid-column-start: auto; } }
  @media (max-width: 350px) {
    .rules {
      padding: .9em .8em !important; } }
  .rules .rulesB {
    font-family: pnR;
    font-size: 1.5rem;
    color: #4D4D4D;
    margin-top: 1.1em; }
    .rules .rulesB a {
      color: #4173E6; }
    .rules .rulesB p {
      margin-top: .8em; }

.suContainer, .suP1 {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  padding: 1em;
  position: relative;
  grid-row: span 3; }
  .suContainer:nth-child(2), .suP1:nth-child(2) {
    grid-row: 1 / span 3; }
  .suContainer .imgOverlay, .suP1 .imgOverlay {
    width: 31em;
    height: 31em;
    position: absolute;
    background: linear-gradient(180deg, transparent 60%, #333132); }
  .suContainer .suImg, .suP1 .suImg {
    width: 31em;
    height: 31em;
    border-radius: 2px; }

.patronContainer {
  padding: 0 1.9em;
  top: 18px;
  left: 0;
  position: absolute; }
  .patronContainer .patron {
    background-color: #f2f2f2;
    padding: .4em .6em .4em 0.6em;
    font-family: pnR;
    font-size: 1em;
    border-radius: 100px;
    color: #4173E6;
    letter-spacing: .7px;
    display: flex;
    align-items: center;
    opacity: 0.96; }
    .patronContainer .patron span {
      font-size: 1.2em;
      transform: translateY(1px); }

.suDetails {
  position: absolute;
  color: white;
  font-size: 1.6rem;
  top: 59.7%;
  left: 0%;
  padding: 0 1.5em;
  width: 100%; }
  @media (max-width: 350px) {
    .suDetails {
      top: 58.6%; } }
  .suDetails .sudOuterTier {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .suDetails .sudOuterTier .sudTier1 {
      display: block;
      position: relative; }
    .suDetails .sudOuterTier .suName {
      font-family: pnB; }
      .suDetails .sudOuterTier .suName .suAge {
        font-family: pnR; }
    .suDetails .sudOuterTier .suAddress {
      font-family: pnR;
      margin-top: .4rem; }

.suBContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(1.2em); }
  .suBContainer .subLContainer {
    display: flex;
    justify-content: space-between; }
    .suBContainer .subLContainer .piller {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 1em; }
      .suBContainer .subLContainer .piller .podium {
        width: 4em;
        height: 6em; }

.suAlbum {
  width: 10.2em;
  height: 10.2em;
  border-radius: 2px; }

.heart {
  transform: translateX(0.8em);
  z-index: 101;
  position: relative; }
  .heart .heartButton {
    background: none;
    border: none;
    cursor: pointer; }
    .heart .heartButton > * > * {
      fill: #ff0000 !important; }

.heartInline {
  display: none; }

.hearted .heartOutline {
  display: none; }

.hearted .heartInline {
  display: block; }

.popoverHOuter {
  left: 4.8rem;
  top: -4.6rem;
  position: absolute;
  z-index: 1001; }
  @media (max-width: 350px) {
    .popoverHOuter {
      left: 1.4rem;
      top: -5rem; } }

@media (max-width: 350px) {
  .ppPopoverSmall {
    left: 4.8rem !important;
    top: -5rem !important; } }

.popoverHMessage {
  background-color: #fcf4b2;
  border-radius: 4px;
  padding: 1rem;
  width: 246px;
  font-size: 1.2rem;
  font-family: pnM;
  color: #32325d;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.15), 0 3px 6px rgba(0, 0, 0, 0.15); }
  .popoverHMessage::before {
    content: "";
    position: absolute;
    bottom: -0.8rem;
    right: 1.5rem;
    width: 1.6rem;
    height: 1.6rem;
    transform: rotate(45deg);
    border-radius: 0 0 4px 0;
    background-color: inherit;
    box-shadow: 3px 3px 5px rgba(82, 95, 127, 0.15); }

.popoverHCross {
  position: absolute;
  top: -1px;
  right: 0;
  width: .7rem;
  height: .7rem;
  color: #4D4D4D;
  transform: rotate(45deg); }

.messagesOuterOuterContainer {
  background: white;
  border-radius: 4px;
  margin: 4rem auto 0 auto;
  width: 90rem;
  height: 50rem;
  display: flex; }
  @media (max-width: 600px) {
    .messagesOuterOuterContainer {
      margin: 1.4rem 0;
      width: auto;
      height: 50rem; } }
  .messagesOuterOuterContainer .chatRooms {
    width: 28rem;
    max-height: 100%;
    border-right: 3px solid #F1F3F5;
    overflow-y: hidden;
    cursor: pointer; }
    @media (max-width: 600px) {
      .messagesOuterOuterContainer .chatRooms {
        width: 100%; } }
    .messagesOuterOuterContainer .chatRooms .eachRoom {
      display: flex;
      padding: 1rem 1.2rem;
      border-bottom: 3px solid #F1F3F5;
      transition: all 0.3s;
      position: relative; }
      .messagesOuterOuterContainer .chatRooms .eachRoom:hover {
        background-color: rgba(0, 0, 0, 0.04);
        transition: all 0.3s; }
      .messagesOuterOuterContainer .chatRooms .eachRoom .uImg {
        margin-right: 1.4rem;
        width: 4.6rem;
        height: 4.6rem;
        border-radius: 100px; }
      .messagesOuterOuterContainer .chatRooms .eachRoom .u1 {
        font-family: pnM;
        font-size: 1.5rem;
        color: #4D4D4D;
        display: flex;
        align-items: center; }

.conversations {
  color: #4D4D4D;
  font-family: pnB;
  font-size: 1.5rem;
  height: 5.2rem;
  background: white;
  border-bottom: 3px solid #F1F3F5;
  display: flex;
  justify-content: center;
  align-items: center; }

.erActive {
  background-color: rgba(0, 0, 0, 0.05); }
  @media (max-width: 600px) {
    .erActive {
      background-color: transparent; } }

.erUnread .u1 {
  font-family: pnB !important;
  color: #333333 !important; }

.chatRooms:hover {
  overflow-y: auto; }

.side {
  width: 10rem;
  height: 2rem;
  display: flex;
  align-items: center; }

.deleteRoom {
  cursor: pointer;
  color: #eb0017;
  font-family: pnM;
  font-size: 1.5rem;
  visibility: hidden; }

.deleteRoom[data-roomid] {
  visibility: visible !important; }

.messagesOuterContainer {
  width: 100%;
  display: grid;
  grid-template-rows: 5.2rem 8fr 1fr; }
  @media (max-width: 600px) {
    .messagesOuterContainer {
      display: none;
      width: 100%; } }
  .messagesOuterContainer .mocTop {
    display: flex;
    align-items: center;
    transform: translateX(-3px);
    border-bottom: 3px solid #F1F3F5;
    border-left: 3px solid #F1F3F5;
    justify-content: space-between;
    padding: 0 1rem; }
    @media (max-width: 375px) {
      .messagesOuterContainer .mocTop {
        transform: translateX(-3px); } }
    .messagesOuterContainer .mocTop .center {
      display: flex;
      align-items: center; }
      .messagesOuterContainer .mocTop .center .moctImg {
        border-radius: 100px;
        width: 3rem;
        height: 3rem;
        margin-right: 1rem; }
      .messagesOuterContainer .mocTop .center .moctText {
        color: #4D4D4D;
        font-family: pnB;
        font-size: 1.5rem; }
  .messagesOuterContainer .messagesInnerTopContainer {
    padding: 0rem 2rem 0 2rem;
    display: flex;
    flex-direction: column-reverse;
    overflow-y: hidden; }
    @media (max-width: 600px) {
      .messagesOuterContainer .messagesInnerTopContainer {
        padding: 0rem 1rem 0 1rem; } }
    .messagesOuterContainer .messagesInnerTopContainer:hover {
      overflow-y: auto; }
    .messagesOuterContainer .messagesInnerTopContainer .messageRow {
      display: inline-block;
      font-family: pnM;
      font-size: 1.4rem;
      margin-bottom: 2rem;
      position: relative; }
      .messagesOuterContainer .messagesInnerTopContainer .messageRow .mrImg {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 100px;
        position: absolute;
        bottom: 1.7rem; }
      .messagesOuterContainer .messagesInnerTopContainer .messageRow .messageType {
        border-radius: 8px;
        line-height: 2rem;
        max-width: 30rem;
        padding: 0.8rem 1.2rem; }
        @media (max-width: 600px) {
          .messagesOuterContainer .messagesInnerTopContainer .messageRow .messageType {
            max-width: 280px; } }
        @media (max-width: 375px) {
          .messagesOuterContainer .messagesInnerTopContainer .messageRow .messageType {
            max-width: 240px; } }
        @media (max-width: 350px) {
          .messagesOuterContainer .messagesInnerTopContainer .messageRow .messageType {
            max-width: 210px; } }
      .messagesOuterContainer .messagesInnerTopContainer .messageRow .messageDate {
        color: #868E96;
        font-family: pnR;
        font-size: 1.2rem;
        margin-top: 0.5rem;
        padding-left: 0.3rem; }

.notme {
  align-self: flex-start;
  margin-left: 3.3rem; }
  .notme .messageType {
    background: #F1F0F0;
    color: #4D4D4D; }
  .notme .mrImg {
    left: -3.3rem; }

.me {
  align-self: flex-end;
  margin-right: 3.3rem; }
  .me .messageType {
    background: #4173E6;
    color: white; }
  .me .mrImg {
    right: -3.3rem; }

.messagesInnerBottomContainer {
  border-top: 3px solid #F1F3F5;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr;
  align-items: center; }
  .messagesInnerBottomContainer input {
    padding: 2rem;
    font-family: pnM;
    font-size: 1.6rem;
    color: #868E96;
    width: 100%;
    border: none; }
    .messagesInnerBottomContainer input:focus {
      -webkit-text-size-adjust: 100% !important; }
  .messagesInnerBottomContainer button {
    cursor: pointer;
    border-radius: 4px;
    color: #4173E6;
    font-family: pnB;
    font-size: 1.4rem;
    height: 4rem;
    width: 10rem;
    border: none;
    background: none; }

.typing-spinner {
  margin: 0;
  width: 58px;
  text-align: center; }
  .message-card .typing-spinner {
    text-align: left; }

.typing-spinner > div {
  width: 10px;
  height: 10px;
  background-color: #4d4d4d;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  margin-right: 8px; }
  .typing-spinner > div:last-child {
    margin-right: 0; }
  .message-card .typing-spinner > div {
    background-color: #4D4D4D; }

.typing-spinner .bounce1,
.message-card .typing-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.typing-spinner .bounce2,
.message-card .typing-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.svg {
  cursor: pointer;
  display: flex; }
  .svg > * {
    fill: #4D4D4D; }

.instagram {
  width: 18px;
  height: 18px; }

.twitter {
  width: 20px;
  height: 17px;
  margin-left: 1rem; }
  @media (max-width: 790px) {
    .twitter {
      margin-left: 0rem; } }

.telegram {
  width: 21px;
  height: 21px;
  margin-left: 1rem; }

.playSVG {
  width: 21px;
  height: 21px;
  margin-left: 1rem; }
  .playSVG > * {
    fill: #4173E6; }

.envelopeSVG {
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  fill: #4D4D4D; }
  .envelopeSVG:hover > * {
    fill: #4173E6; }

.cheveronDownSVG {
  display: none; }
  @media (max-width: 900px) {
    .cheveronDownSVG {
      display: block;
      width: 2rem;
      height: 2rem; } }

.cheveronLeft {
  display: none; }
  @media (max-width: 600px) {
    .cheveronLeft {
      display: block;
      width: 2.4rem;
      height: 2.4rem;
      margin-left: 1rem;
      cursor: pointer; } }

.blank {
  visibility: hidden; }

.padlockSVG {
  width: 1rem;
  height: 1.2rem; }

.popoverContainer {
  width: 35.5rem;
  background: #F1F3F5;
  position: absolute;
  right: 11rem;
  top: 126px;
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(50, 50, 93, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
  z-index: 800; }
  @media (max-width: 900px) {
    .popoverContainer {
      width: 100%;
      left: 0;
      top: 102px; } }
  .popoverContainer::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 3%;
    width: 16px;
    height: 16px;
    transform: rotate(-135deg);
    border-radius: 0 0 4px 0;
    background-color: inherit;
    box-shadow: 2px 2px 2px rgba(82, 95, 127, 0.12); }
    @media (max-width: 900px) {
      .popoverContainer::before {
        display: none; } }
  .popoverContainer .tier1 {
    background: #F6F7F9;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1.4rem; }
    .popoverContainer .tier1 .popoverText {
      font-family: CamphorStd-Regular;
      font-size: 1.1rem;
      color: #666666;
      cursor: pointer; }
      .popoverContainer .tier1 .popoverText:nth-child(2) {
        margin-left: 1rem; }

.notificationForm {
  background: #EDF2FA;
  display: flex;
  padding: 1.4rem;
  cursor: pointer; }

.heartedMe {
  margin-right: 1.4rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100px; }

.hc1 {
  font-family: pnB;
  font-size: 1.4rem;
  color: #4D4D4D; }

.hc2 {
  font-family: pnM;
  font-size: 1.4rem;
  color: #4D4D4D;
  margin-top: 0.6rem; }

.matchText {
  font-family: pnB;
  font-size: 1.6rem;
  color: #4D4D4D; }

.nfm {
  display: flex !important;
  justify-content: space-between !important; }

.confetti {
  width: 3rem;
  height: 3rem; }
  @media (max-width: 360px) {
    .confetti {
      width: 2.6rem;
      height: 2.6rem; } }

.middleText {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .middleText .celebration {
    font-family: pnB;
    font-size: 1.4rem;
    color: #4D4D4D; }
  .middleText .matchWith {
    font-family: pnM;
    font-size: 1.4rem;
    color: #4D4D4D;
    margin-top: 0.6rem; }

.footerOuter {
  margin-top: 4rem;
  padding: 0 11rem;
  background: #FBFCFE; }
  @media (max-width: 900px) {
    .footerOuter {
      padding: 0 1.4rem;
      margin-top: 2rem; } }
  .footerOuter .footerInner {
    height: 80px;
    display: flex;
    border-top: 3px solid #FAFAFA;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 900px) {
      .footerOuter .footerInner {
        justify-content: center;
        height: 60px; } }
  .footerOuter .footerFont {
    color: #34434b;
    font-size: 1.7rem;
    font-family: pnM; }
    @media (max-width: 900px) {
      .footerOuter .footerFont {
        font-size: 1.5rem; } }
    .footerOuter .footerFont .email {
      display: inline;
      color: #4173E6;
      font-family: pnB; }
    .footerOuter .footerFont .animationLine {
      position: relative;
      cursor: pointer; }
      .footerOuter .footerFont .animationLine:hover::after {
        width: 100%; }
      .footerOuter .footerFont .animationLine::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        border-bottom: 2px solid #4173E6;
        transition: 0.4s;
        transform: translateY(2px); }
  .footerOuter .icons {
    display: flex; }

@media (max-width: 900px) {
  .ffN {
    display: none !important; } }

.attributeCountSupport[data-count]:not([data-count=""]):not([data-count="0"]) {
  position: relative; }
  .attributeCountSupport[data-count]:not([data-count=""]):not([data-count="0"]):before {
    content: attr(data-count);
    position: absolute;
    background: #e6375a;
    padding: 2px 5px;
    border-radius: 3px;
    color: white;
    font-family: pnB;
    font-size: 12px;
    top: 7px;
    left: 42px; }
  .attributeCountSupport[data-count]:not([data-count=""]):not([data-count="0"]).newMessageNotification:before {
    top: -12px;
    left: 10px; }

.attributePresenceSupport[data-online] {
  position: relative; }
  .attributePresenceSupport[data-online]:after {
    content: "";
    position: absolute;
    background: #0c0;
    padding: 0;
    border-radius: 50%;
    color: white;
    top: 8px;
    left: 11px;
    display: block;
    height: 14px;
    width: 14px;
    box-shadow: 0 0 5px #fff inset;
    border: 1px solid #fff;
    opacity: 0;
    transition: opacity 1s;
    transition-delay: 10s; }
  .attributePresenceSupport[data-online]:not([data-online="false"]):after {
    opacity: 1;
    transition: opacity 0s;
    transition-delay: 0s; }

.termsContainer {
  margin: 5rem auto;
  max-width: 800px; }
  @media (max-width: 600px) {
    .termsContainer {
      padding: 0rem 3rem; } }
  .termsContainer h1 {
    font-family: pnB;
    font-size: 3.2rem;
    color: #4D4D4D; }
  .termsContainer h2 {
    font-family: pnM;
    font-size: 2.2rem;
    color: #4D4D4D;
    margin-top: 4rem; }
  .termsContainer h3, .termsContainer li {
    font-family: pnM;
    font-size: 1.7rem;
    color: #4D4D4D;
    margin-top: 1.6rem;
    line-height: 2.4rem; }
  .termsContainer a {
    display: inline-block;
    color: #4173E6; }

.loginContainer {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .loginContainer .loginForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem; }
    .loginContainer .loginForm .lfet {
      align-self: flex-start; }
    .loginContainer .loginForm .lfb {
      border-radius: 16px; }

h5 {
  font-family: pnB;
  font-size: 3rem;
  color: #4D4D4D;
  margin-top: 7rem; }

@media (max-width: 900px) {
  .patronPageContainer {
    padding: 2em 1.4em 0em 1.4em;
    width: 100%; } }

.patronPage {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  width: 83.7rem;
  margin: 4rem auto 0 auto;
  padding: 3.6rem 4rem 3.6rem 4rem; }
  @media (max-width: 900px) {
    .patronPage {
      margin: 0 auto;
      padding: 1.6rem 1.8rem 2rem 1.8rem;
      width: 100%; } }
  @media (max-width: 350px) {
    .patronPage {
      padding: 1.4rem 1.2rem 1.6rem 1.2rem; } }

.patronText p {
  font-family: pnM;
  font-size: 1.8rem;
  color: #4173E6;
  line-height: 2.6rem; }
  .patronText p:not(:nth-child(1)) {
    margin-top: 1.6rem; }
  @media (max-width: 900px) {
    .patronText p {
      line-height: 2.1rem;
      font-size: 1.6rem; } }

.bottomContainer {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem; }
  @media (max-width: 900px) {
    .bottomContainer {
      display: block;
      margin-top: 3rem; } }

.hidden {
  display: none; }

.patronSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .patronSection .bottomPatronSection {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 900px) {
      .patronSection .bottomPatronSection {
        margin-top: 3rem; } }

.patronButton {
  background-image: linear-gradient(-90deg, #4173E6 3%, #41AAE6 97%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.28);
  border-radius: 4px;
  font-family: pnM;
  font-size: 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0.64px;
  padding: 1.2rem 3rem 1.4rem 3.8rem;
  border: none;
  cursor: pointer; }
  @media (max-width: 900px) {
    .patronButton {
      padding: .7rem 1.6rem .7rem 1.6rem;
      font-size: 1.4rem; } }
  .patronButton span {
    margin-left: 1rem;
    font-size: 1.7rem;
    transform: translateY(1px); }
    @media (max-width: 900px) {
      .patronButton span {
        display: none; } }

.dollarContainer {
  display: flex;
  justify-content: center;
  transform: translateY(4px);
  font-size: 10px; }
  @media (max-width: 900px) {
    .dollarContainer {
      font-size: 8px;
      transform: translateY(0px); } }
  .dollarContainer .dollar {
    font-family: pnR;
    font-size: 2.1em;
    color: #868E96;
    transform: translate(-0.2em, 0.2em); }
    @media (max-width: 900px) {
      .dollarContainer .dollar {
        transform: translate(-0.1em, 0.2em); } }
  .dollarContainer .price {
    font-family: pnR;
    font-size: 4.8em;
    color: #4D4D4D; }
  .dollarContainer .permonth {
    font-family: pnR;
    font-size: 2.1em;
    color: #868E96;
    align-self: flex-end;
    transform: translate(0.2em, -0.6em); }
    @media (max-width: 900px) {
      .dollarContainer .permonth {
        transform: translate(0.1em, -0.3em); } }
    .dollarContainer .permonth span {
      transform: translateY(1em); }

@media (max-width: 900px) {
  .whySection {
    margin-top: 2.4rem; } }

.whySection p {
  font-family: pnM;
  font-size: 1.4rem;
  color: #4D4D4D;
  display: flex;
  align-items: center; }
  .whySection p:not(:nth-child(1)) {
    margin-top: 1.6rem; }

.whySection span {
  font-size: 1.6rem;
  transform: translateY(1px);
  margin-right: 0.7rem; }

.whySection .diamond {
  font-size: 1.7rem; }

.secure {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  transform: translateX(-110px); }
  @media (max-width: 900px) {
    .secure {
      transform: translateX(0);
      margin-top: 1.8rem; } }
  .secure p {
    font-family: pnM;
    font-size: 1.2rem;
    color: #4173E6;
    margin-left: 1rem; }

.StripeElement {
  background-color: #EDEFF2;
  padding: 9px 11px;
  border-radius: 4px;
  border: 1px solid #E4E6F0;
  transition: all .25s ease;
  width: 39rem; }
  @media (max-width: 600px) {
    .StripeElement {
      width: 100%;
      padding: 8px 10px; } }

.StripeElement--focus {
  border: 1px solid #0AC977; }

.StripeElement--invalid {
  border-color: #fa755a; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

.outerContainerFlash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 1.2s; }

.innerContainerFlash {
  background-image: linear-gradient(-90deg, #4173E6 30%, #41AAE6 100%);
  padding: 25px;
  transition: opacity 1s;
  position: relative; }

.iiContainerFlash {
  background: white;
  padding: 17px 20px; }
  .iiContainerFlash li {
    list-style: none;
    line-height: 25px;
    font-size: 18px;
    font-family: pnM; }

.flashCross {
  position: absolute;
  cursor: pointer;
  top: 5%;
  right: 2%; }
  .flashCross svg * {
    fill: white !important; }

.insertContainer {
  background: white;
  transition: all 1.2s;
  width: 100%;
  height: 100vh;
  position: absolute;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 0; }
  .insertContainer h1 {
    font-size: 48px;
    font-family: pnB;
    color: #333333;
    letter-spacing: 0.1rem; }
    @media (max-width: 790px) {
      .insertContainer h1 {
        font-size: 26px; } }
  .insertContainer .mobileWords {
    display: none; }
    @media (max-width: 790px) {
      .insertContainer .mobileWords {
        display: block;
        font-size: 22px;
        cursor: pointer;
        font-family: pnM; } }

.p1AC {
  transition: all 1.2s; }

.header {
  display: flex;
  align-items: center; }
  @media (max-width: 790px) {
    .header {
      display: block; } }
  .header a {
    margin-left: 1.4rem;
    cursor: pointer; }
    .header a:first-child {
      margin-left: 3.4rem; }
      @media (max-width: 790px) {
        .header a:first-child {
          margin-left: 0; } }
    .header a > * {
      fill: #333; }
  .header .iconContainer {
    display: flex;
    justify-content: center;
    margin: 0; }
    @media (max-width: 790px) {
      .header .iconContainer {
        margin: 2rem 0 0 0; } }

.imgContainer {
  display: block; }
  @media (max-width: 790px) {
    .imgContainer {
      display: none; } }
  .imgContainer .arrowShift {
    font-size: 44px;
    font-family: pnB;
    color: #333333;
    margin: 6rem;
    cursor: pointer; }
  .imgContainer .bamnImg {
    width: 69.3rem;
    height: 38rem;
    border-radius: 4px; }

.ic1 {
  display: flex;
  align-items: center; }

.photoHead {
  margin: 1.4rem auto 0 auto;
  text-align: center;
  font-family: pnM;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0.79px; }
