/* red - #f9423a */
/* light grey - #f7f7f7 */
/* Heading Block */
.pro__title {
    display: block;
    line-height: 1;
    text-transform: uppercase;
}
.pro__title--first:first-letter {
    font-size: 200%;
    color: #f9423a;
    line-height: .9;
}
.pro__title span {
    display: block;
}
.pro__title span:nth-child(1) {
    text-indent: 0;
}
.pro__title span:nth-child(2) {
    text-indent: 1em;
}
.pro__title span:nth-child(3) {
    text-indent: 2em;
}
.pro__title span:nth-child(4) {
    text-indent: 3em;
}
.pro__title span:nth-child(5) {
    text-indent: 4em;
}
.pro__title span:nth-child(6) {
    text-indent: 5em;
}
.pro__title .pro__title--single-line {
    display: inline-block;
    text-indent: 0 !important;
}
/* Value Block */
.pro__value {
    text-align: center;
}
.pro__value__title {
    text-align: center;
    text-transform: uppercase;
}
.pro__value__stats {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
}
.pro__value__stats li {
    position: relative;
    margin: 10px 0;
    font-size: 34px;
    font-weight: 600;
    line-height: .95;
    text-align: center;
    background: #e6e6e6;
    letter-spacing: -.005em;
    text-transform: uppercase;
    padding: 15px 60px 10px 70px;
    font-family: Teko, "microsoft yahei", 微软雅黑体, Arial, sans-serif;
    background: linear-gradient(90deg, rgba(252,252,252,1) 0%, rgba(230,230,230,1) 100%);
}
.pro__value__stats li:before {
    position: absolute;
    top: 18px;
    left: 30px;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-color: #f9423a;
}
/* Logo List Block */
.pro__logo-list {
    padding: 0;
    gap: 80px;
    display: flex;
    margin: 80px 0;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: center;
}
.pro__logo-list li {
    margin: 0;
    padding: 0;
}
.pro__logo-list img {
    display: block;
    max-height: 80px;
}
/* Testimonial Block */
.pro__testimonial {
    position: relative;
    border: 0;
    padding: 0 40px;
    background-color: #f5f5f5;
}
.pro__testimonial__intro {
    width: 80px;
    display: block;
    margin: 0 0 40px;
    transform: translateY(-25px);
}
.pro__testimonial__quote {
    margin: 0;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 300 !important;
    font-family: system-ui, sans-serif;
}
.pro__testimonial__footer {
    position: relative;
    display: block;
    padding: 50px 0;
    margin: 70px 0 0;
    font-style: normal;
    border-top: 1px solid #111;
}
.pro__testimonial__footer__logo {
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    transform: translateY(-50%);
}
.pro__testimonial__footer__author {
    display: block;
    font-size: 28px;
    margin: 5px 0 0;
}
.pro__testimonial__footer__role {
    margin: 0;
    display: block;
    font-size: 28px;
    color: #f9423a;
}
/* Accordion Block */
.pro__accordion {
    padding: 0;
    margin: 60px 0;
}
.pro__accordion__push {
    margin-left: 30%;
}
.pro__accordion:hover {
    cursor: pointer;
}
.pro__accordion__title {
    position: relative;
    list-style: none;
    user-select: none;
    padding: 0 0 0 60px;
}
.pro__accordion__title:focus {
    outline: none;
}
.pro__accordion__title::-webkit-details-marker {
    display: none;
}
.pro__accordion__title svg {
    position: absolute;
    top: -2px;
    left: 0;
    width: 40px;
    transition: transform 120ms linear;
}
.pro__accordion__title span {
    line-height: 1;
    display: block;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -.005em;
    text-transform: uppercase;
    font-family: Teko, "microsoft yahei", 微软雅黑体, Arial, sans-serif;
}
.pro__accordion__content {
    cursor: default;
    padding: 20px 0 20px 60px;
}
.pro__accordion__content p {
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300 !important;
    font-family: system-ui, sans-serif;
}
.pro__accordion--alt {
    margin-right: 30%;
}
.pro__accordion__push {
    margin-right: 0;
    margin-left: 30%;
}
.pro__accordion--alt .pro__accordion__title span {
    font-size: 24px;
    line-height: 1.6;
    text-transform: none;
    font-weight: 300 !important;
    font-family: system-ui, sans-serif;
}
/* Two Column Block */
.pro__two-column {
    position: relative;
    padding: 80px 80px 80px 0;
}
.pro__two-column:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    left: -100vw;
    width: 100vw;
    content: '';
    background-color: inherit;
}
.pro__two-column__grid {
    display: flex;
}
.pro__two-column__grid__item {
    display: flex;
    align-items: center;
}
.pro__two-column__grid__item img {
    display: block;
    height: 100%;
    object-fit: cover;
}
.pro__two-column__grid__item .pro__title {
    margin: 60px;
    text-align: center;
    white-space: nowrap;
}
.pro__two-column__grid__item .pro__title span {
    text-indent: 0;
    text-align: center;
}
/* Hero Cover Block */
.pro__hero {
    position: relative;
}
.pro__hero__image {
    display: block;
    object-fit: cover;
}
.pro__hero__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.pro__hero__content .pro__title {
    color: #fff;
    font-size: 48px;
    margin: auto 10% auto auto;
}
.pro__hero__content__logo {
    width: 300px;
    align-self: center;
}
.pro__hero--with-border {
    border-top: 20px solid #f9423a;
}
/* Form Block */
.pro__form textarea,
.pro__form input[type=text],
.pro__form input[type=email],
.page-template-blank-full-width .entry-content textarea,
.page-template-blank-full-width .entry-content input[type=text],
.page-template-blank-full-width .entry-content input[type=email] {
    border-color: #111;
    background-color: #f7f7f7;
}
.pro__form input[type=submit],
.page-template-blank-full-width .entry-content input[type=submit] {
    margin-top: 20px;
    padding: 1.4rem 60px 1.2rem
}
.pro__form .form-field,
.page-template-blank-full-width .entry-content .form-field {
    overflow: hidden;
    margin: 0 20px 30px;
}
.pro__form .form-field__half,
.page-template-blank-full-width .entry-content .form-field__half {
    float: left;
    width: calc(50% - 40px);
}
.pro__form .form-field__full,
.page-template-blank-full-width .entry-content .form-field__full {
    clear: both;
}
.page-template-blank-full-width .newsletter-callout .section-inner {
    border-bottom: 0;
}
/* Newsletter Signup Block */
.pro__newsletter {
    position: relative;
    display: flex;
}
.pro__newsletter__corner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 220px;
    display: block;
    text-decoration: none;
}
.pro__newsletter__corner img {
    display: block;
}
.pro__newsletter__corner span {
    display: none;
}
.pro__newsletter__column {
    position: relative;
    width: 55%;
    z-index: 2;
    margin: 0 0 0 5%;
}
.pro__newsletter__column:first-child {
    width: 25%;
    margin: 0;
}
.pro__newsletter__column img {
    display: block;
    margin: 40px 0 0;
}
.pro__newsletter__title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 400;
    margin: 100px 0 40px;
}
.pro__newsletter .newsletter-field-fname,
.pro__newsletter .newsletter-field-lname,
.pro__newsletter .newsletter-field-company,
.pro__newsletter .newsletter-field-email label {
    display: none;
}
.pro__newsletter .mc4wp-form-fields {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
}
.pro__newsletter .newsletter-field-email {
    width: 60%;
    margin-right: 20px;
}
.pro__newsletter .newsletter-field-submit input[type=submit] {
    width: auto;
    padding: 12px 30px 10px;
}
.pro__newsletter--active .mc4wp-form-fields {
    display: block;
}
.pro__newsletter--active .newsletter-field-email {
    width: 100%;
    margin-right: 0;
}
.pro__newsletter--active .newsletter-field-fname,
.pro__newsletter--active .newsletter-field-lname,
.pro__newsletter--active .newsletter-field-company,
.pro__newsletter--active .newsletter-field-email label {
    display: block;
}
/* Responsive */
@media screen and (max-width: 800px) {
    .pro__hero__content__logo {
        width: 200px;
    }
    .pro__hero__content .pro__title {
        margin: auto;
        font-size: 28px;
    }
    .pro__form .form-field__half {
        float: none;
        width: auto;
    }
    .pro__newsletter__corner {
        display: none;
    }
    .pro__newsletter__title {
        margin: 40px 0;
    }
    .pro__newsletter__column {
        width: 70%;
    }
}