/* line 2, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__users--not-started .bounty__user__button {
  display: none !important;
}

@media (max-width: 921px) {
  /* line 6, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__users--not-started .bounty__user__visible {
    padding-bottom: 25px;
  }
}

@media (min-width: 922px) {
  /* line 11, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__users--not-started .bounty__user__appear {
    padding-top: 160px;
  }
}

/* line 17, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__user {
  position: relative;
  text-align: center;
}

@media (min-width: 992px) {
  /* line 22, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user .tooltip {
    padding: 20px;
    width: 260px;
    left: -35px;
    margin: 0;
    top: 268px;
    height: 155px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* line 34, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user .tooltip-close {
    top: 275px;
    margin-left: 112px;
  }
  /* line 39, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user .bounty__user__button:focus .tooltip, .bounty__user .tooltip:hover {
    display: flex;
  }
}

/* line 44, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__user__avatar {
  border: 2px solid white;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  display: block;
}

/* line 52, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__user__visible {
  position: relative;
}

/* line 55, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__user__name {
  font-weight: bold;
  font-size: 19px;
  display: block;
}

/* line 60, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__user__nomination {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 65, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__user__location {
  font-style: italic;
  font-size: 12px;
}

/* line 69, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__user__appear {
  box-sizing: border-box;
}

/* line 72, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__user__button {
  cursor: pointer;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  background: #f43eae;
  visibility: hidden;
}

/* line 85, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__user__button_vote .tooltip .icon svg {
  fill: white;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 9px;
  padding: 5px;
}

/* line 93, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__user__button_revote, .bounty__user__button_voted {
  display: none;
}

/* line 96, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__user__button_voted {
  cursor: default;
}

/* line 100, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__users.voted .bounty__user__button_vote {
  display: none;
}

/* line 104, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty__users.voted .bounty__user.voted .bounty__user__button_revote {
  display: none;
}

/* line 110, app/assets/stylesheets/pages/bounties/bounty__user.scss */
.bounty.counting .bounty__user__button_vote, .bounty.counting .bounty__user__button_revote {
  cursor: default;
  background: #b6b6b6;
}

@media (min-width: 992px) {
  /* line 117, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__users {
    margin: 43px 0 46px;
    padding: 0 5px;
  }
  /* line 121, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: 242px;
  }
  /* line 127, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user:hover .bounty__user__appear {
    opacity: 1;
    visibility: visible;
  }
  /* line 131, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user:hover .bounty__user__button {
    visibility: visible;
  }
  /* line 134, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user:hover .bounty__user__button_vote {
    display: inline-block;
  }
  /* line 139, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user__visible {
    transition: .7s;
    top: 0;
  }
  /* line 143, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user__avatar {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    transition: .5s;
  }
  /* line 149, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user__nomination {
    padding: 0 20px;
    height: 25px;
    line-height: 25px;
    background: #f43eae;
    border-radius: 13px;
    margin: 18px auto 0;
    display: inline-block;
    font-size: 12px;
  }
  /* line 158, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user__nomination + .bounty__user__name {
    margin-top: 10px;
  }
  /* line 162, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user__name {
    margin-top: 15px;
    margin-left: -10px;
    margin-right: -10px;
    white-space: nowrap;
  }
  /* line 168, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user__location {
    margin-top: 4px;
  }
  /* line 171, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user__button {
    padding: 0 34px;
    margin: 10px auto 0;
    transition: height .2s, line-height .2s, margin-top .2s;
  }
  /* line 177, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user:not(:hover) .bounty__user__button_voted {
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
    margin-top: 15px;
  }
  /* line 185, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user__appear {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -130px;
    width: 260px;
    z-index: 3;
    padding-top: 210px;
    padding-bottom: 14px;
    border-radius: 7px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: opacity .7s, height .9s;
    opacity: 0;
    visibility: hidden;
    background: white;
  }
  /* line 201, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user__description {
    text-align: left;
    background-image: url(/assets/common/common-wave-36b4b48a99d3466270352c9337552ece90884d42d248bbca8cded2d73c065b6d.png);
    background-repeat: repeat-x;
    margin-top: 11px;
    padding: 30px 19px 0;
    font-size: 14px;
    line-height: 20px;
    height: 105px;
    overflow: hidden;
  }
  /* line 212, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user__button_voted {
    visibility: visible;
  }
  /* line 216, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user:hover .bounty__user__visible {
    z-index: 4;
    top: -38px;
  }
  /* line 220, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user:hover .bounty__user__avatar {
    width: 160px;
    height: 160px;
  }
  /* line 224, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user:hover .bounty__user__name {
    margin-top: 6px;
  }
  /* line 230, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__users.voted .bounty__user:not(.voted):hover .bounty__user__button_revote {
    display: inline-block;
  }
  /* line 234, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__users.voted .bounty__user__button_vote {
    display: none;
  }
  /* line 238, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__users.voted .bounty__user.voted .bounty__user__avatar {
    border: 4px solid #f43eae;
    box-shadow: 0 0 0 8px rgba(244, 62, 174, 0.3);
  }
  /* line 242, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__users.voted .bounty__user.voted .bounty__user__button_voted {
    display: inline-block;
  }
  /* line 248, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.counting .bounty__user__button_revote {
    height: 25px;
    line-height: 25px;
    padding: 0;
  }
  /* line 255, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.counting .bounty__users.voted .bounty__user:hover .bounty__user__button_revote {
    display: block;
  }
  /* line 261, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.counting .bounty__users.voted .bounty__user.voted:hover .bounty__user__button_revote {
    display: none;
  }
  /* line 269, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user:hover {
    color: black;
  }
  /* line 274, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.finished .bounty__users {
    margin-bottom: 75px;
  }
  /* line 277, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.finished .bounty__user {
    margin-top: 36px;
    margin-bottom: 27px;
  }
}

@media (max-width: 991px) {
  /* line 286, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user.active .bounty__user__appear {
    opacity: 1;
    visibility: visible;
  }
  /* line 290, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user.active .bounty__user__button {
    visibility: visible;
  }
  /* line 293, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user.active .bounty__user__button_vote {
    display: inline-block;
  }
  /* line 299, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user {
    padding: 0 0 0 20px;
    margin-top: 16px;
    text-align: left;
    min-height: 65px;
    transition: padding-top .2s;
  }
  /* line 305, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    visibility: hidden;
    transition: visibility 0s linear .2s;
  }
  /* line 316, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user:not(.active):before {
    visibility: visible;
  }
  /* line 319, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user.active {
    color: black;
  }
  /* line 323, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user__visible {
    padding-top: 14px;
  }
  /* line 326, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user__avatar {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    transition: width .5s, height .5s, border-width .5s;
  }
  /* line 334, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user__name, .bounty:not(.finished) .bounty__user__location, .bounty:not(.finished) .bounty__user__button {
    margin-left: 91px;
  }
  /* line 337, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user__name {
    padding-top: 12px;
    transition: padding-top .2s;
  }
  /* line 341, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user__visible {
    padding-top: 2px;
  }
  /* line 344, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user__button {
    padding: 0 26px;
    margin-top: 13px;
    display: none;
  }
  /* line 349, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user__appear {
    max-height: 0;
    overflow: hidden;
    transition: max-height .7s;
  }
  /* line 354, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user__description {
    padding: 25px 2px 23px;
    line-height: 20px;
    font-size: 14px;
  }
  /* line 359, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user.active {
    background: white;
    padding-top: 14px;
  }
  /* line 362, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user.active .bounty__user__avatar {
    width: 80px;
    height: 80px;
    border: 0;
  }
  /* line 366, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user.active .bounty__user__avatar:before, .bounty:not(.finished) .bounty__user.active .bounty__user__avatar:after {
    opacity: 0;
  }
  /* line 370, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user.active .bounty__user__name {
    padding-top: 0;
  }
  /* line 373, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__user.active .bounty__user__appear {
    max-height: 128px;
  }
  /* line 377, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty:not(.finished) .bounty__users:not(.voted) .bounty__user.active .bounty__user__button_vote {
    display: inline-block;
  }
  /* line 381, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__user__nomination {
    font-size: 24px;
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
  }
  /* line 390, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__users.voted .bounty__user.active:not(.voted) .bounty__user__button_revote {
    display: inline-block;
  }
  /* line 395, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__users.voted .bounty__user.voted .bounty__user__avatar {
    border-color: #f43eae;
  }
  /* line 397, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__users.voted .bounty__user.voted .bounty__user__avatar:before, .bounty__users.voted .bounty__user.voted .bounty__user__avatar:after {
    content: '';
    position: absolute;
    transition: opacity .2s;
  }
  /* line 402, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__users.voted .bounty__user.voted .bounty__user__avatar:before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f43eae;
    right: -11px;
    bottom: 0;
  }
  /* line 410, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__users.voted .bounty__user.voted .bounty__user__avatar:after {
    right: -4px;
    bottom: 8px;
    width: 16px;
    height: 16px;
    background: url(/assets/common/cocktail_options-665f4e05177e649c921e491c20ace5c328604791663a7c29547fcea01b4c99bb.svg) no-repeat;
    background-size: 65px;
  }
  /* line 420, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty__users.voted .bounty__user.voted.active .bounty__user__button_voted {
    display: inline-block;
  }
  /* line 427, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.counting .bounty__user__button {
    height: 25px;
    line-height: 25px;
  }
  /* line 433, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.finished .bounty__user__avatar {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    position: relative;
  }
  /* line 439, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.finished .bounty__users {
    margin-top: 37px;
  }
  /* line 442, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.finished .bounty__user {
    padding: 78px 0 39px;
    border-top: 1px solid #4b4b4c;
  }
  /* line 445, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.finished .bounty__user:last-child {
    border-bottom: 1px solid #4b4b4c;
  }
  /* line 449, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.finished .bounty__user__name {
    margin-top: 7px;
  }
  /* line 453, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.finished .bounty__user.voted .bounty__user__avatar {
    border: 4px solid #f43eae;
    box-shadow: 0 0 0 8px rgba(244, 62, 174, 0.3);
  }
  /* line 456, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.finished .bounty__user.voted .bounty__user__avatar:before {
    width: 36px;
    height: 36px;
  }
  /* line 460, app/assets/stylesheets/pages/bounties/bounty__user.scss */
  .bounty.finished .bounty__user.voted .bounty__user__avatar:after {
    right: -3px;
    bottom: 10px;
    width: 18px;
    height: 18px;
    background-size: 73px;
  }
}
/* line 1, app/assets/stylesheets/pages/bounties/bounty-section.scss */
.bounty-section_title {
  text-transform: uppercase;
  font-weight: bold;
}

@media (min-width: 992px) {
  /* line 1, app/assets/stylesheets/pages/bounties/bounty-section.scss */
  .bounty-section_title {
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-top: 80px;
  }
  /* line 9, app/assets/stylesheets/pages/bounties/bounty-section.scss */
  .bounty-section_title:before, .bounty-section_title:after {
    content: '';
    display: block;
    flex-grow: 1;
    height: 1px;
    background: #49494b;
  }
  /* line 16, app/assets/stylesheets/pages/bounties/bounty-section.scss */
  .bounty-section_title:before {
    margin-right: 30px;
  }
  /* line 19, app/assets/stylesheets/pages/bounties/bounty-section.scss */
  .bounty-section_title:after {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/pages/bounties/bounty-section.scss */
  .bounty-section_title {
    line-height: 32px;
    padding: 8px 0;
    border: solid #4b494b;
    border-width: 1px 0;
    margin-top: 41px;
    font-size: 22px;
  }
}
/* line 1, app/assets/stylesheets/pages/bounties/partners.scss */
.general-partner {
  position: relative;
  margin-top: 135px;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/pages/bounties/partners.scss */
  .general-partner {
    margin-top: 73px;
  }
}

/* line 11, app/assets/stylesheets/pages/bounties/partners.scss */
.general-partner_image {
  width: 100%;
}

/* line 15, app/assets/stylesheets/pages/bounties/partners.scss */
.general-partner_logo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid white;
  position: absolute;
  left: 50%;
  margin-left: -82px;
  top: -82px;
}

@media (max-width: 991px) {
  /* line 15, app/assets/stylesheets/pages/bounties/partners.scss */
  .general-partner_logo {
    top: -55px;
    width: 106px;
    height: 106px;
    margin-left: -55px;
  }
}

/* line 32, app/assets/stylesheets/pages/bounties/partners.scss */
.partner {
  width: 120px;
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  padding: 30px 0;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 32, app/assets/stylesheets/pages/bounties/partners.scss */
  .partner {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}

/* line 43, app/assets/stylesheets/pages/bounties/partners.scss */
.partner img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
  /* line 49, app/assets/stylesheets/pages/bounties/partners.scss */
  .other-partners {
    flex-direction: column;
    align-items: center;
  }
  /* line 53, app/assets/stylesheets/pages/bounties/partners.scss */
  .media-partners {
    width: 280px;
    margin: 0 auto;
  }
}
/* line 1, app/assets/stylesheets/pages/bounties/grid.scss */
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media (min-width: 991px) {
  /* line 1, app/assets/stylesheets/pages/bounties/grid.scss */
  .grid {
    padding-top: 55px;
  }
}
/* line 6, app/assets/stylesheets/pages/bounties/index.scss */
.bounty {
  color: white;
  text-align: center;
}

/* line 9, app/assets/stylesheets/pages/bounties/index.scss */
.bounty a:not(.btn):hover {
  color: #f43eae;
}

/* line 13, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__status {
  font-size: 12px;
  text-transform: uppercase;
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  background: #f43eae;
  border-radius: 13px;
  display: inline-block;
}

/* line 24, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__link {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

@media (min-width: 992px) {
  /* line 24, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__link {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  /* line 24, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__link {
    margin-left: 10px;
  }
}

/* line 34, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__link:hover {
  text-decoration: underline;
}

/* line 39, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__left__title {
  font-size: 12px;
  color: #a5a5a7;
}

/* line 43, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__left__charts {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

/* line 48, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__left__chart {
  width: 56px;
  height: 56px;
  position: relative;
  margin: 0 12px;
  color: #929292;
  font-size: 10px;
  padding: 19px 10px 0;
  box-sizing: border-box;
  line-height: 13px;
  text-transform: capitalize;
}

/* line 59, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__left__chart::first-word {
  display: block;
}

/* line 62, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__left__chart::first-line {
  color: white;
  font-weight: bold;
  font-size: 13px;
  display: block;
}

/* line 68, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__left__chart svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 74, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__left__chart .shape {
  stroke: #514e50;
  stroke-width: 4;
}

/* line 78, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__left__chart .fill {
  stroke: #ec118f;
  stroke-linecap: round;
  stroke-width: 4;
  transform: rotate(-90deg) translateX(-56px);
}

/* line 85, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__nomination-title {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 89, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__other-title {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 93, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__other-links {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  padding-top: 20px;
}

/* line 98, app/assets/stylesheets/pages/bounties/index.scss */
.bounty__other-links a {
  display: block;
}

@media (min-width: 992px) {
  /* line 104, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__status {
    margin-top: 15px;
  }
  /* line 107, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__name {
    margin-top: 9px;
    font-size: 48px;
  }
  /* line 111, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__left {
    margin-top: 13px;
  }
  /* line 114, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__description {
    font-size: 18px;
    line-height: 30px;
    margin-top: 19px;
  }
  /* line 119, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__description__bold {
    font-weight: bold;
  }
  /* line 122, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__nomination-title {
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-top: 80px;
  }
  /* line 127, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__nomination-title:before, .bounty__nomination-title:after {
    content: '';
    display: block;
    flex-grow: 1;
    height: 1px;
    background: #49494b;
  }
  /* line 134, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__nomination-title:before {
    margin-right: 30px;
  }
  /* line 137, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__nomination-title:after {
    margin-left: 30px;
  }
  /* line 141, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__other-title {
    font-size: 24px;
    margin-top: 75px;
    padding: 5px 0;
    border-bottom: 1px solid #49494b;
  }
}

@media (max-width: 991px) {
  /* line 150, app/assets/stylesheets/pages/bounties/index.scss */
  body {
    background: #121212 url(/assets/common/body-bg-830f5cb64c76e32a47f06cffb78515a5a2cad55786379d78ffe659f6a7dea7fb.jpg) center top !important;
  }
  /* line 153, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty {
    padding-bottom: 20px;
  }
  /* line 156, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__status {
    margin-top: 30px;
  }
  /* line 159, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__name {
    margin-top: 22px;
    font-size: 42px;
    line-height: 50px;
  }
  /* line 164, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__left {
    margin-top: 26px;
  }
  /* line 167, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__description {
    font-size: 15px;
    line-height: 24px;
    margin-top: 22px;
    padding: 0 15px;
  }
  /* line 173, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__nomination-title {
    height: 58px;
    line-height: 58px;
    border: solid #4b494b;
    border-width: 1px 0;
    margin-top: 41px;
    font-size: 22px;
  }
  /* line 181, app/assets/stylesheets/pages/bounties/index.scss */
  .bounty__other-title {
    height: 58px;
    line-height: 58px;
    border: solid #4b494b;
    border-width: 1px 0;
    margin-top: 41px;
    font-size: 22px;
  }
}
