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: 'Px Grotesk';
  src: url("/fonts/hinted-PxGrotesk-BoldItalic.woff2") format("woff2"), url("/fonts/hinted-PxGrotesk-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Px Grotesk';
  src: url("/fonts/hinted-PxGrotesk-LightItalic.woff2") format("woff2"), url("/fonts/hinted-PxGrotesk-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Px Grotesk';
  src: url("/fonts/hinted-PxGroteskRegular.woff2") format("woff2"), url("/fonts/hinted-PxGroteskRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Px Grotesk';
  src: url("/fonts/hinted-PxGrotesk-Bold.woff2") format("woff2"), url("/fonts/hinted-PxGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Px Grotesk';
  src: url("/fonts/hinted-PxGrotesk-RegularItalic.woff2") format("woff2"), url("/fonts/hinted-PxGrotesk-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Px Grotesk';
  src: url("/fonts/hinted-PxGrotesk-Light.woff2") format("woff2"), url("/fonts/hinted-PxGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

body, html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

pre {
  font-size: 13px;
  line-height: 18px; }

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

html, body {
  font-family: 'trade-gothic-next';
  font-weight: normal;
  height: 100%; }

body {
  background: #f9f9f9; }

html {
  font-size: 10px; }

.modalNoScroll {
  overflow: hidden; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: #FF177B;
  z-index: 4;
  padding: 0 4rem; }
  @media screen and (max-width: 1220px) {
    header {
      position: static;
      padding: 0 2rem;
      margin-top: 0rem; } }

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 90px; }
  @media screen and (max-width: 1220px) {
    .header__inner {
      height: 70px; } }

.logo {
  font-size: 2rem;
  color: #333333; }
  @media screen and (max-width: 1220px) {
    .logo {
      color: #FF177B; } }

.header__right {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1220px) {
    .header__right {
      display: none; } }
  .header__right-button {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    padding: 1rem 3rem;
    color: #FF177B;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    height: 40px;
    font-weight: bold; }
    @media screen and (max-width: 1220px) {
      .header__right-button {
        background: #FF177B;
        color: white; } }
    .header__right-button:hover {
      opacity: 0.8;
      transition: all 0.2s; }
  .header__right .header__pill {
    margin-left: 1rem; }

.twitterImg {
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  margin-left: 3rem; }
  @media screen and (max-width: 1220px) {
    .twitterImg {
      margin-left: 0; } }

.header__rightmob {
  display: none; }
  .header__rightmob-title {
    color: white;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: -1;
    margin-top: 0.8rem; }
  @media screen and (max-width: 1220px) {
    .header__rightmob {
      display: flex;
      flex-direction: column;
      align-items: center; } }

.addidea {
  opacity: 0;
  margin-top: 2.7rem;
  background: white;
  border-radius: 6px;
  width: 52.1rem;
  padding: 2.3rem 2.3rem 2.5rem 2.3rem;
  transition: all 0.2s; }
  @media screen and (max-width: 1220px) {
    .addidea {
      margin-bottom: 64px;
      width: 100%;
      border-radius: 2px;
      padding: 2rem; } }
  .addidea__title {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #333333; }
  .addidea__form {
    margin-top: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center; }

.aiShared {
  border: none;
  width: 100%;
  background: #EFF3F5;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  color: #333333;
  padding: 1rem 2rem 1rem 2rem; }
  .aiShared::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.7); }
  .aiShared:-moz-placeholder {
    color: rgba(102, 102, 102, 0.7); }
  .aiShared::-moz-placeholder {
    color: rgba(102, 102, 102, 0.7); }
  .aiShared:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.7); }

.aiDescInput {
  margin-top: 1.9rem;
  resize: vertical;
  height: 80px;
  font-size: 16px; }

.aiIdeaSubmit {
  background: #FF177B;
  border-radius: 2px;
  padding: 1rem 3rem;
  height: 40px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FFFFFF;
  margin-top: 2.3rem;
  border: none;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  -webkit-appearance: none; }
  .aiIdeaSubmit:hover {
    opacity: 0.8;
    transition: all 0.2s; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #EFF3F5 inset; }

.bodyContainer {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%; }
  @media screen and (max-width: 1220px) {
    .bodyContainer {
      flex-direction: column-reverse;
      height: auto; } }
  @media screen and (max-width: 1220px) {
    .bodyContainer {
      margin: 0 auto 6.4rem auto; } }

.ideaListWrapper {
  width: 100%;
  display: flex;
  margin: 12rem 2rem 0 2rem;
  flex-direction: column;
  align-items: center; }
  @media screen and (max-width: 1220px) {
    .ideaListWrapper {
      margin: 0rem; } }

.ideaList {
  background: white;
  border-radius: 2px;
  width: 100%;
  border: 1px solid #e8e8e8; }
  .ideaList:not(:first-child) {
    margin: 2rem 0; }
  .ideaList__title {
    font-size: 2rem;
    padding: 2.7rem 0;
    margin: 0 2.6rem 0 4rem;
    border-bottom: 1px solid #e8e8e8;
    font-weight: bold; }
    @media screen and (max-width: 1220px) {
      .ideaList__title {
        margin: 0 2rem; } }
  .ideaList__inner {
    padding: 2.7rem 2.6rem 3.2rem 4rem;
    transition: all 0.2s;
    display: block; }
    @media screen and (max-width: 1220px) {
      .ideaList__inner {
        padding: 2rem; } }
    .ideaList__inner-top {
      display: grid;
      grid-template-columns: 1fr;
      grid-auto-flow: column;
      align-items: center;
      color: #333333; }
      .ideaList__inner-top-title {
        font-weight: bold;
        font-size: 1.8rem; }

.votedTrue > * {
  fill: #FF177B; }

.votingButton {
  background: transparent;
  cursor: pointer; }

.iUpVoteScore {
  font-weight: bold;
  font-size: 1.4rem;
  margin-left: 0.6rem; }

.iDesc {
  font-size: 1.4rem;
  color: #666666;
  line-height: 2.1rem;
  margin: 0.6rem 13.1rem 0 0;
  word-wrap: break-word; }
  @media screen and (max-width: 1220px) {
    .iDesc {
      margin: 0.6rem 3.6rem 0 0; } }

.iFooter {
  font-size: 1.3rem;
  color: rgba(51, 51, 51, 0.7);
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 1.4rem; }

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

.iAuthorImg {
  width: 2rem;
  height: 2rem;
  border-radius: 100px; }

.iAuthor {
  margin-left: .8rem;
  color: #FF177B; }

.iDot {
  margin-left: .6rem;
  transform: translateY(-0.2rem); }

.iTimeAgo {
  margin-left: .6rem; }

.iComments {
  margin-left: .6rem; }

.enterDiscussion {
  display: flex;
  background: #F1F3F5;
  border-radius: 2px;
  border: none;
  fill: #F1F3F5;
  padding: 0.4rem 0.5rem 0.3rem 0.4rem;
  font-size: 1.1rem;
  color: rgba(31, 54, 77, 0.7); }
  @media screen and (max-width: 1220px) {
    .enterDiscussion {
      display: none; } }
  .enterDiscussion .iChevronDown {
    margin-left: 0.5rem; }

.cursorOverride {
  cursor: pointer; }
  .cursorOverride:hover {
    background-color: rgba(230, 243, 255, 0.3);
    transition: all 0.2s; }

@media screen and (max-width: 1220px) {
  .bigscreenspec {
    display: none; } }

.iaiSI {
  width: 2rem !important;
  height: 2rem !important; }

.aiSI {
  font-size: 1.4rem; }

.postComment {
  margin: 2.3rem 0;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #F1F3F5;
  border-bottom: 2px solid #F1F3F5;
  align-items: center; }
  @media screen and (max-width: 1100px) {
    .postComment {
      flex-direction: column; } }

.aisSI {
  width: 66% !important;
  height: 9rem;
  margin: 2.5rem 0 !important; }
  @media screen and (max-width: 600px) {
    .aisSI {
      width: 100% !important; } }

.pfOverride {
  background: #FF177B;
  border-radius: 2px;
  padding: 1rem 2.6rem;
  font-family: CamphorStd-Medium;
  font-size: 1.4rem;
  color: #FFFFFF;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s; }
  .pfOverride__top {
    margin-bottom: 2.5rem; }
  .pfOverride:hover {
    opacity: 0.8;
    transition: all 0.2s; }

.specificComment {
  font-size: 1.4rem;
  color: #666666;
  line-height: 2.1rem;
  margin: 0.6rem 10rem 0 0;
  word-wrap: break-word; }
  @media screen and (max-width: 800px) {
    .specificComment {
      margin: 0.6rem 0rem 0 0; } }

.scFooter {
  font-size: 1.3rem;
  color: rgba(51, 51, 51, 0.7);
  margin: .8rem 0 3rem 0;
  display: flex;
  align-items: center; }

.iAuthorSI {
  margin: 0 .4rem 0 .8rem; }

.upVoteCommentContainer {
  top: -0.1rem;
  position: absolute;
  left: -3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 3rem; }
  @media screen and (max-width: 800px) {
    .upVoteCommentContainer {
      width: 1rem;
      left: -2.1rem; } }

.upVoteCommentValue {
  font-family: CamphorStd-Medium;
  font-size: 1.2rem;
  color: #333333;
  margin-top: .3rem; }

.specificVotingButton {
  border: none;
  background: none; }

.iReply {
  font-weight: bold;
  margin-left: .6rem;
  color: #FF177B;
  cursor: pointer;
  transition: all 0.2s; }
  .iReply:hover {
    color: #FF177B; }

.postReply {
  border: none;
  align-items: flex-start;
  margin: 0 !important;
  flex-direction: column; }

.aiReply {
  margin: 0rem 0rem 2rem 0rem;
  width: 66%;
  height: 9rem;
  resize: vertical; }
  @media screen and (max-width: 800px) {
    .aiReply {
      width: 100%; } }

.aiReply__container {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem; }
  .aiReply__container-left {
    margin-right: 2rem; }
  .aiReply__container-cancel {
    font-size: 1.3rem;
    color: #666666;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0.4px; }

.outerContainer {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  transition: background-color 0.8s;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 0;
  left: 0;
  right: 0; }
  @media screen and (max-width: 1220px) {
    .outerContainer {
      align-items: flex-end; } }

@media screen and (max-width: 1220px) {
  .bigscreenleaderboard {
    display: none; } }

.leaderboard {
  padding: 2.7rem 0.9rem;
  background: #ffffff;
  margin-top: 5rem; }
  @media screen and (max-width: 1220px) {
    .leaderboard {
      width: 100%;
      padding: 2.7rem 0 0 0;
      margin-top: 0; } }
  .leaderboard__title {
    font-size: 1.8rem;
    font-style: bold;
    display: flex;
    justify-content: center;
    align-items: center; }
    .leaderboard__title-center {
      margin: 0 1rem; }
    .leaderboard__title span {
      font-size: 1.6rem; }
  .leaderboard__user {
    display: flex;
    padding: 1.1rem 2.5rem;
    cursor: pointer;
    transition: all 0.2s;
    align-items: center;
    justify-content: space-between;
    width: 38rem; }
    @media screen and (max-width: 1220px) {
      .leaderboard__user {
        width: 100%; } }
    .leaderboard__user:nth-child(1) {
      margin-top: 2rem; }
      @media screen and (max-width: 1220px) {
        .leaderboard__user:nth-child(1) {
          margin: 0; } }
    .leaderboard__user:hover {
      background-color: rgba(230, 243, 255, 0.3);
      transition: all 0.2s; }
    .leaderboard__user-left {
      display: flex;
      align-items: center; }
    @media screen and (max-width: 1220px) {
      .leaderboard__user-sb {
        overflow-x: scroll;
        margin-top: 1.4rem; } }
    .leaderboard__user-img {
      width: 4rem;
      height: 4rem;
      border-radius: 100%; }
    .leaderboard__user-medal {
      font-size: 1.6rem;
      margin-left: 0.4rem;
      transform: translateY(2px); }
    .leaderboard__user-details {
      margin-left: 1.3rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .leaderboard__user-details-h1 {
        font-weight: bold;
        font-size: 1.6rem;
        color: #333333; }
        .leaderboard__user-details-h1 span {
          transform: translateY(10px);
          display: inline-block;
          margin-left: 2px; }
      .leaderboard__user-details-h2 {
        font-size: 1.2rem;
        color: #666666;
        margin-top: 0.4rem; }
        @media screen and (max-width: 1220px) {
          .leaderboard__user-details-h2 {
            margin-top: 0.6rem; } }
    .leaderboard__user-pill {
      width: 6rem;
      height: 2rem;
      background: rgba(230, 243, 255, 0.4);
      border-radius: 30px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 1220px) {
        .leaderboard__user-pill {
          margin-left: 0.4rem;
          width: 4rem; } }
      .leaderboard__user-pill span {
        font-size: 0.9rem;
        transform: translateY(1px); }
      .leaderboard__user-pill-votes {
        font-weight: bold;
        color: #FF177B;
        font-size: 1.4rem;
        margin-left: 0.3rem;
        transform: translateY(1px); }

.nav {
  display: none;
  padding: 0 1.7rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 64px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  font-size: 1.6rem;
  color: #14233c;
  z-index: 10;
  background: #fafafa; }
  @media screen and (max-width: 1220px) {
    .nav {
      display: flex; } }
  .nav__left {
    display: flex;
    align-items: center; }

.loggedout {
  display: flex;
  justify-content: center;
  width: 100%; }

.right {
  margin-top: 90px;
  background: #f2f2fa;
  padding: 5rem 5rem 7.5rem 5rem;
  position: relative;
  height: 100%; }
  @media screen and (max-width: 1100px) {
    .right {
      padding: 5rem 5.6rem 5.6rem 5.6rem; } }
  @media screen and (max-width: 1220px) {
    .right {
      margin-top: 0;
      padding: 4rem 1.9rem; } }
  .right__text {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .right__text-title {
      color: #FF177B;
      font-size: 2.6rem;
      font-weight: bold;
      position: static;
      margin-bottom: 1rem; }
      @media screen and (max-width: 1220px) {
        .right__text-title {
          font-size: 2.1rem; } }
      .right__text-title:not(:first-child) {
        margin-top: 1.2rem; }
        @media screen and (max-width: 1220px) {
          .right__text-title:not(:first-child) {
            margin-top: 0.8rem; } }
    .right__text-subtitle {
      color: #666666;
      font-size: 1.6rem;
      font-weight: bold;
      margin-top: 2rem; }
      @media screen and (max-width: 1220px) {
        .right__text-subtitle {
          margin-top: 1.6rem;
          font-size: 1.4rem; } }
      .right__text-subtitle a {
        color: #FF177B;
        transition: all 0.2s; }
        .right__text-subtitle a:hover {
          opacity: 0.8;
          transition: all 0.2s; }

.fourfour {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 100vh;
  background: #FF177B;
  width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 2rem; }
  .fourfour h1 {
    font-weight: 700;
    color: #fff;
    font-size: 100px; }
  .fourfour p {
    font-weight: 400;
    color: #fff;
    font-size: 50px; }

.ph {
  height: 60px;
  background-image: linear-gradient(-90deg, #4173E6 30%, #41AAE6 100%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  transition: all 0.2s;
  position: fixed;
  z-index: 50; }
  @media screen and (max-width: 800px) {
    .ph {
      position: static; } }
  .ph:hover {
    opacity: 0.8;
    transition: all 0.2s; }
  .ph p {
    margin: 0 1rem;
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .ph p {
        font-size: 15px; } }

.confett {
  width: 2rem;
  height: 2rem; }

.mailchimp {
  margin: 4rem 0 2rem; }
  .mailchimp__inner {
    display: flex;
    align-items: center; }
  .mailchimp form {
    width: 100%; }
  .mailchimp__title {
    text-align: center;
    color: #FF177B;
    font-size: 1.6rem;
    font-weight: bold;
    position: static;
    margin-bottom: 0.5rem;
    width: 100%; }
    @media screen and (max-width: 1220px) {
      .mailchimp__title {
        font-size: 1.6rem; } }
  .mailchimp__subtitle {
    text-align: center;
    color: #666666;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1rem; }
  .mailchimp #mc_embed_signup_scroll {
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1; }
    .mailchimp #mc_embed_signup_scroll input.email {
      width: 70%;
      padding: 1rem;
      font-size: 1.6rem; }
    .mailchimp #mc_embed_signup_scroll button {
      width: 30%;
      min-width: 80px;
      color: white;
      background: #FF177B;
      border: 1px solid #FF177B;
      font-size: 1.6rem;
      flex: 1;
      display: block;
      padding: 1rem;
      text-align: center; }

.commentContainer {
  position: relative;
  margin-left: 2.6rem; }
  @media screen and (max-width: 800px) {
    .commentContainer {
      margin-left: 1.6rem; } }

.replies {
  margin-left: 2rem; }
  @media screen and (max-width: 800px) {
    .replies {
      margin-left: 0rem; } }
