.button__primary, .button__secondary {
    background: rgba(240, 80, 36, 1);
}
.button__primary:hover, .button__secondary:hover {
    background: rgba(240, 80, 36, 0.75);
}

.button__primary[disabled], .button__secondary[disabled] {
    color: #E5E5E5;
    background: #B2B9C4;
}

.bg-darken-overlay {
    background: -webkit-linear-gradient(top, rgba(240, 80, 36, 0.75) -10%, rgba(240, 80, 36, 0.25) 60%);
    background: linear-gradient(to bottom, rgba(240, 80, 36, 0.75) -10%, rgba(240, 80, 36, 0.25) 60%);
}

.type__link--body, a {
    color: rgba(240, 80, 36, 1);
}

.type__link--body:hover {
    border-bottom: 2px solid rgba(240, 80, 36, 1);
}

.type__link:hover {
    color: rgba(240, 80, 36, 1);
}

.purchase-flow-container .choose-group-component .join-group {
    color: rgba(240, 80, 36, 1);
    border-color: rgba(240, 80, 36, 1);
}

.purchase-flow-container .choose-group-component .join-group:hover {
    color: white;
    border-color: rgba(240, 80, 36, 1);
    background: rgba(240, 80, 36, 1);
}

.purchase-flow-header__user-callout, .purchase-flow-container .quality-label .selected-label {
    color: rgba(240, 80, 36, 1);
}

.circle-check {
    border: 2px solid rgba(240, 80, 36, 1);
    color: rgba(240, 80, 36, 1);
}

.bitly__copy--button, .bitly-link__container--copied {
    background: rgba(240, 80, 36, 1);
}

.bitly__copy--button:hover, .bitly-link__container--copied:hover {
    background: rgba(240, 80, 36, 0.75);
}

.quality-selection .noUi-connect {
    background: rgba(240, 80, 36, 0.75);
}

.groupie, .avatar {
    background-color: rgba(240, 80, 36, 1);
}

.email__subscription__container {
    display: none;
}

.btn__header.js--signin__btn, .btn__header[href="/partners"], .btn__header[href="/contact"] {
    display: none;
}

/* section.intro__price {
    display: none;
} */

.intro__buy {
    background: rgba(240, 80, 36, 1);
}

.intro__buy:hover {
	background: rgba(240, 80, 36, 0.75)
}