.button-anchor-group {
    /* background-color: var(--white); */
    /* display: flex; */
    /* padding: 20px; */
    align-items: center;
    margin: 50px 0;
    border-radius: 50px;
}
/* .button-anchor-group a {
    color: var(--color-darkblue) !important;
    font-size: 36px !important;
    position: relative;
    padding: 13px;
    border-radius: 50px;
} */
.button-anchor-group a:hover {
    background-color: var(--color-aqua);
}
/* .button-anchor-group a:not(:last-child) {
    margin-right: 100px;
} */
/* .button-anchor-group a:not(:last-child):after {
    color: var(--color-pink);
    content: "\f054";
    font-family: 'FontAwesome' !important;
    position: absolute;
    font-size: 30px;
    top: 50%;
    right: -65px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-text-stroke: 0px !important;
} */
.page-persona .p-masthead p {
    line-height: 1.5;
}
.persona-step {
    color: var(--color-darkblue);
    padding: 80px 0;
    font-size: 22px;
}
.persona-step p {
    max-width: 80%;
    line-height: 1.5;
}
/* .how-it-works .heading-h2 {
    margin-bottom: 50px;
} */
.persona-step img {
    width: 90%;
}
/* .persona-step .pink-outline {
    font-size: 64px;
} */
.persona-step .card {
    background-color: transparent;
    border: none;
}
.persona-step .card:not(:last-child) {
    border-bottom: 2px solid #D8E2F3;
}
.persona-step .card-header {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: .75rem 0px;
}
.persona-step .card-header button {
    text-decoration: none;
    width: 100%;
}
.persona-step .card-header button .d-flex {
    justify-content: space-between;
    width: 100%;
}
.persona-step .cf-action {
    max-width: 30px;
}
.persona-step .card-header h4 {
    color: var(--color-darkblue);
    /* font-size: 22px; */
    font-size: 18px;
}
.persona-step .card-body {
    padding: 0px 30px;
}
.persona-step .card-body p {
    font-size: 18px;
}
/* .features p {
    font-size: 15px;
}
.features h3 {
    font-size: 32px;
    margin-bottom: 25px;
}
.feature-icon {
    height: 50px;
    margin-bottom: 30px;
}
.feature-box {
    padding: 50px 0px;
}
.features .row > div {
    padding: 0px 50px;
}
.features .row > div:first-child {
    padding-left: 0px;
}
.features .row > div:last-child {
    padding-right: 0px;
} */
.call-to-action-box {
    color: #fff;
    background: rgb(64,33,120);
    background: linear-gradient(
90deg, rgba(64,33,120,1) 15%, rgba(41,27,117,1) 44%, rgba(30,22,115,1) 100%);
    padding: 60px;
    border-radius: 15px;
    position: relative;
}
.call-to-action-box p {
    line-height: 1.6;
    max-width: 75%;
    margin: 30px auto;
}
.call-to-action-box .ph-btnseemore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
}
.how-it-works .call-to-action {
    padding: 50px 0 80px;
}
.persona-step .card-header button {
    padding: 0px;
}
.checklist li { font-size: 18px; margin-bottom: 15px; }
.page.how-it-works .ghost-button {
    width: 150px;
    margin: 0 auto;
}
/*  */
.button-anchor-group li {
    display: inline-block;
    background: #fff;
    padding: 20px 15px;
    margin-right: -8px;
    width: 25%;
}
.button-anchor-group li:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.button-anchor-group li:not(:last-child) a:after {
    color: var(--color-pink);
    content: "\f054";
    font-family: 'FontAwesome' !important;
    position: absolute;
    font-size: 30px;
    top: 50%;
    right: -30%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-text-stroke: 0px !important;
}
.button-anchor-group li:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.button-anchor-group li a {
    padding: 8px 25px;
    color: var(--color-darkblue) !important;
    font-size: 30px !important;
    position: relative;
    border-radius: 50px;
}
.btn-demovid {
    display: inline;
    cursor: pointer;
    padding: 20px 30px;
}
.btn-demovid img {
    margin-right: 10px;
}
.persona-right {
    padding-right: 11.5%;
}
.persona-left {
    padding-left: 11.5%;
}


.ph-ready-top {
    display: block;
    margin: 50px auto -96px;
    z-index: 0;
    position: relative;
}
.ph-ready-complete {
    /* background: url('https://s3-us-west-1.amazonaws.com/files.delesign/www/images/ph-ready-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-position: center center; */
    background: linear-gradient(214deg, rgba(31,22,116,1) 0%, rgba(67,34,121,1) 50%, rgba(81,39,122,1) 100%);
    border-top-left-radius: 50% 120px !important;
    border-top-right-radius: 50% 120px !important;
    border-bottom-left-radius: 50% 120px !important;
    border-bottom-right-radius: 50% 120px !important;
    position: relative;
    /* overflow: hidden; */
    width: 160%;
    left:-30%;
    padding: 100px 0px;
    /* margin-top: 50px; */
    margin-bottom: 130px;
}
.ph-ready-complete h3 {
    font-size: 40px;
    line-height: 1;
}
.ph-ready-complete p {
    line-height: 1.5;
}
.ph-ready-complete h3 > span:first-child {
    font-family: 'Apfel Grotezk'!important;
    font-size: 22px;
}
.ph-ready-complete ul li {
    padding: 0 0 15px;
    font-size: 15px;
    margin-bottom: 0px;
}
.ph-ready-complete h2 + .row > div:first-child{
    /* border-right: 2px solid #9F9CC8; */
    padding: 0 50px 0 0;
}
.ph-ready-complete h2 + .row > div:last-child{
    padding: 0 0 0 70px;
}
.ph-ready-complete .container > a {
    margin-bottom: -155px;
    margin-top: 50px;
}
.ph-need {
    margin-bottom: 150px;
}
.ph-need .container {
    border: 2px solid var(--color-pink);
    border-radius: 12px;
    position: relative;
}
.ph-need .container > .row {
    padding: 80px 0px 82px 50px;
}
.ph-need h2 {
    font-size: 58px;
}
.ph-need p { padding-right: 100px; }
.ph-need img {
    position: absolute;
    left: -83px;
    top: -118px;
    width: 550px;
}
.comp-faq { padding: 0 0 100px!important; }
.p-masthead .pink-outline, .p-masthead .blue-outline,
.p-masthead .blue-fill,
.heading-h2 {
    font-size: 55px;
}
@media only screen and (width: 768px) {
    .comp-testimonials h2 {
        padding-right: 110px;
    }
}