.pitch-card__container {
    z-index: 0;
}
.pitch-card__wrapper:hover {
    color: #111;
}
@media (min-width: 768px) {
.m-b-spacer-lg {
    margin-bottom: 2em;
}
}
.m-b-spacer-lg {
    margin-bottom: 1.4em;
}
.pitch-card__wrapper {
    color: #000;
    text-decoration: none;
    width: 100%;
}
@media (min-width: 992px) {
.pitch-card {
    min-width: 22.5rem;
}
}
.pitch-card {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border: 2px solid rgba(0,0,0,0.1);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 1;
    width: 100%;
    max-width: 22.5rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.pitch-card__thumbnail {
    height: 200px;
    min-height: 200px;
    width: 100%;
    background-color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.pitch-card__thumbnail img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    position: absolute;
    object-fit: cover;
}
.pitch-card__thumbnail:after {
    content: '';
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    background: linear-gradient(
0deg, #fff 0%, rgba(255,255,255,0) 40%);
    display: block;
}
.pitch-card__title-section {
    margin-top: -0.625rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    position: relative;
    z-index: 1;
}
.pitch-card__badge-group {
    display: flex;
    min-height: 1.25rem;
    margin-bottom: 0.3125rem;
}
.pitch-card__badge--match-funded {
    font-size: .75rem;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
}
@media (min-width: 768px) {
.pitch-card__badge {
    margin-right: 1em;
}
}
.pitch-card__badge--match-funded:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://cdn2.sharein.com/ethex/assets/icons/match-funded-filled.svg);
    margin-right: 0.3125rem;
}
.pitch-card__title {
    font-size: 1.5rem;
    font-family: "Buenos Aires",-apple-system,BlinkMacSystemFont,"avenir next",avenir,"helvetica neue",helvetica,ubuntu,roboto,noto,"segoe ui",arial,sans-serif;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pitch-card__subtitle {
    font-weight: 600;
}
.pitch-card__roundel {
    position: absolute;
    top: -75px;
    right: 0;
    width: 200px;
}
.pitch-card__roundel .compounded-roundel {
    left: initial;
    right: -35px;
    top: 0px;
}
@media (min-width: 1200px) {
.compounded-roundel {
    left: 75px;
}}
@media (min-width: 992px) {
.compounded-roundel {
    left: 70px;
}}
.compounded-roundel {
    position: relative;
    padding: 10px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}
.compounded-roundel__canvas {
    height: 113px;
    width: auto;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
.pitch-card__roundel .compounded-roundel__percentage {
    top: 33px;
}
.compounded-roundel__percentage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 42px;
}
.pitch-card__roundel .compounded-roundel:after {
    width: 96px;
    height: 96px;
    left: 52px;
    top: 7px;
}
.compounded-roundel:after {
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: -2;
    top: 0;
    top: 6px;
    left: 63px;
}
.pitch-card__roundel .complete-roundel__percentage, .pitch-card__roundel .compounded-roundel__value {
    font-size: 1.25rem;
    margin-bottom: -3px;
}
.compounded-roundel__value {
    font-size: 1.5rem;
    color: #14aac3;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.333;
}
.compounded-roundel__label {
    font-size: .75rem;
    color: rgba(50,35,60,0.3);
    line-height: 1;
    font-weight: 600;
}
.pitch-card__stat-stripe-top {
    padding: 0.625rem 0.9375rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.pitch-card__return {
    display: flex;
    align-items: center;
    font-weight: 600;
}
@media (min-width: 768px) {
.pitch-card__return-value {
    margin-right: 0.6em;
}
}
.pitch-card__return-value {
    padding: 0.3125rem 0.4375rem;
    background-color: #ca54c2;
    border-radius: 30px;
    display: block;
    color: #fff;
    margin-right: 0.42em;
}
@media (min-width: 768px) {
.pitch-card__return-label {
    margin-right: 1em;
}
}
.pitch-card__return-label {
    opacity: 0.5;
    font-size: .75rem;
    color: #32233c;
    line-height: 1;
    margin-right: 0.7em;
}
.pitch-card .data-chunk {
    width: auto;
    flex: 1;
    margin-bottom: 0;
}
.data-chunk {
    width: 50%;
    margin-bottom: 1.75rem;
    display: flex;
}
.data-chunk {
    font-size: 0.9rem;
    color: #404040;
}
.pitch-card__stat-stripe-top .data-chunk:before {
    background-color: #14aac3;
}
.data-chunk:before {
    content: "";
    display: block;
    width: 2px;
    min-width: 2px;
    margin-right: 0.625rem;
    background-color: #000;
}
.data-chunk :first-child {
    font-size: 12px;
    color: #000;
}
.data-chunk__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.pitch-card__stat-stripe-top .data-chunk__label {
    font-size: .75rem;
    margin-bottom: 0.1875rem;
}
@media (min-width: 768px) {
.data-chunk__label, .data-chunk__label:first-child {
    margin-bottom: 0.6em;
}
}
.data-chunk__label, .data-chunk__label:first-child {
    font-size: .75rem;
    line-height: 1;
    margin-bottom: 0.42em;
}
.data-chunk__label {
    font-weight: 600;
}
.pitch-card__stat-stripe-top .data-chunk__value {
    font-size: 1rem;
    color: #32233c;
}
.data-chunk__value {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #14aac3;
}
.pitch-card__body {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
}
@media (min-width: 768px) {
.pitch-card__cta {
    margin-bottom: 2em;
}
}
.pitch-card__cta {
    cursor: pointer;
    color: #14aac3;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    margin-bottom: 1.4em;
    color: #14aac3;
    font-size: 1rem;
    padding: 0;
    margin-right: calc(22px + 12px);
    position: relative;
}
.pitch-card__cta:after {
    content: "";
    display: inline-block;
    background-image: url(https://cdn2.sharein.com/ethex/assets/icons/tertiary-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: calc(100% + 12px);
    right: 0px;
    width: 22px;
    height: 22px;
}
.pitch-card__status-stripe {
    background-color: #ca54c2;
    color: #fff;
    padding: 0.625rem 0.9375rem;
    margin-top: auto;
}
.pitch-card__status-stripe p {
    line-height: 1;
    font-size: .75rem;
    font-weight: 600;
    margin: 0;
}
.pitch-card__stat-stripe-bottom {
    background-color: #4628a4;
    padding: 0.9375rem;
    min-height: 5.625rem;
}
.pitch-card__stat-stripe-bottom .data-chunk__group {
    height: 100%;
}
.data-chunk__group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
@media (min-width: 485px) and (min-width: 768px) {
.pitch-card .data-chunk:not(:last-child) {
    margin-right: 0.6em;
}
}
@media (min-width: 485px) {
.pitch-card .data-chunk:not(:last-child) {
    margin-right: 0.42em;
}
}
.pitch-card .data-chunk {
    width: auto;
    flex: 1;
    margin-bottom: 0;
}
.data-chunk {
    width: 50%;
    margin-bottom: 1.75rem;
    display: flex;
}
.data-chunk {
    font-size: 0.9rem;
    color: #404040;
}
.data-chunk--white:before {
    background-color: #fff;
}
.data-chunk:before {
    content: "";
    display: block;
    width: 2px;
    min-width: 2px;
    margin-right: 0.625rem;
    background-color: #fff;
}
.data-chunk__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.data-chunk--white .data-chunk__value, .data-chunk--white .data-chunk__label {
    color: #fff;
}
@media (min-width: 768px) {
.data-chunk__label, .data-chunk__label:first-child {
    margin-bottom: 0.6em;
}
}
.data-chunk__label, .data-chunk__label:first-child {
    font-size: .75rem;
    line-height: 1;
    margin-bottom: 0.42em;
}
.data-chunk__label {
    font-weight: 600;
}
.data-chunk--white .data-chunk__value, .data-chunk--white .data-chunk__label {
    color: #fff;
}