.crunch-button__outline--primary-900-color,
.crunch-button__outline--white-color{
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 2rem;
    background-color: transparent;
    line-height: 1em;
    text-align: center;
    transition: all 0.15s ease-in-out !important;
	font-size: 1.0625rem;
}

.crunch-button__outline--primary-900-color,
.crunch-button__outline--primary-900-color:hover,
.crunch-button__outline--primary-900-color:focus {
	border: 1px solid #000033;
	color: #000033;
}

.crunch-button__outline--white-color,
.crunch-button__outline--white-color:hover,
.crunch-button__outline--white-color:focus {
	border: 1px solid #fff;
	color: #fff;
}

.crunch-button__outline--white-color::after,
.crunch-button__outline--primary-900-color::after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.125rem;
    border-radius: 50%;
    content: "";
    height: 1.875rem;
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.875rem;
}

.crunch-button__outline--primary-900-color::after {
    border: 1px solid #000033;
    background-image: url(/wp-content/themes/message-flow/images/icon__arrow-right--primary-900-color.svg);

}

.crunch-button__outline--white-color::after {
    border: 1px solid #fff;
    background-image: url(/wp-content/themes/message-flow/images/icon__arrow-right--white-color.svg);
}

.crunch-button__outline--primary-900-color,
.crunch-button__outline--white-color {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
}
.crunch-button__outline--primary-900-color,
.crunch-button__outline--white-color {
    padding-right: 3.5rem;
    padding-left: 1rem;
}

.crunch-button__outline--primary-900-color:hover,
.crunch-button__outline--primary-900-color:focus,
.crunch-button__outline--white-color:hover,
.crunch-button__outline--white-color:focus {
    transform: scale(1.05, 1.05);
}

.crunch-button__outline--white-color:focus,
.crunch-button__outline--primary-900-color:focus {
	opacity: 0.8;
}

@media (min-width: 1200px) {
	.crunch-button__outline--primary-900-color,
	.crunch-button__outline--white-color {
		font-size: 1.125rem;
	}
}