.cta {
    position: relative;
}

.cta:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 216px;
    background: #F17503;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.cta__wrap {
    position: relative;
    z-index: 1;
}

.cta--gray {
    background: #F3F3F5;
    color: #004B86;
}

.cta__wrap {
    padding: 40px 0 22px;
    text-align: center;
}

.cta__wrap h2 {
    font-size: 28px;
    line-height: 1.28em;
    padding-bottom: 4px;
    margin: 0 auto;
    color: #004B86;
    max-width: 308px;
}

.cta__wrap .subheading {
    color: #004B86;
    font-size: 20px;
    padding-bottom: 3px;
}

.cta__text-orange h2 {
    color: #fff;
}

.cta__text-orange .btn {
    background: #FFFFFF;
    color: #F17503;
}

.cta__text-orange {
    padding-bottom: 68px;
}

.cta--contact .cta__wrap h2 {
    font-size: 45px;
    line-height: 1.15em;
    padding-bottom: 0;
    margin: 0 auto;
    max-width: 330px;
}

.cta__wrap h4 a {
    font-size: 18px;
    line-height: 1.15em;
    padding-bottom: 20px;
    color: #004B86;
    letter-spacing: 0.1em;
}

.cta__wrap h4 {
    padding-bottom: 20px;
}

.cta__wrap h4 a i {
    font-size: 22px;
    font-weight: normal;
    color: #F17503;
    letter-spacing: 0;
    vertical-align: middle;
    padding: 0 3px 1px 0;
}

.cta--contact .cta__wrap {
    padding: 40px 0 35px;
    text-align: center;
}

.cta--contact .cta__wrap .btn-secondary {
    padding: 20px 72px 21px 46px;
    font-size: 18px;
}

.cta--contact .cta__wrap .btn-secondary::after {
    font-size: 14px;
    right: 46px;
}

.form-text__text a:not(.btn) {
    background : linear-gradient(to bottom,rgba(255,255,255,.29) 0%,rgba(255,255,255,.29) 100%);
    color : #fff ;
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 6px 6px;
    font-weight: 700;
    text-decoration: none;
    transition: background-size .2s;
}
@media (min-width: 768px) {
    .cta__wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 43px 0 38px;
    }

    .cta__text-orange {
        padding-bottom: 0;
        width: 50%;
    }

    .cta:before {
        width: 55%;
        height: 100%;
        clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
    }

    .cta__text-gray {
        padding-left: 40px;
        width: 50%;
    }

    .cta--contact .cta__text-orange {
        text-align: left;
    }

    .cta--contact .cta__text-gray {
        padding-left: 0;
        max-width: 260px;
        margin: 0 0 0 auto;
    }

    .cta--contact .cta__wrap h2 {
        margin: 0;
    }
    .form-text__text a:not(.btn):hover {
        background : linear-gradient(to bottom,rgba(255,255,255,.29) 100%,rgba(255,255,255,.29) 100%);
        background-size: 6px 50px;
    }


}

@media (min-width: 1200px) {
    .cta__wrap {
        padding: 65px 0 57px;
    }

    .cta__text-orange {
        padding-bottom: 0;
        width: 50%;
    }

    .cta__text-orange__wrap,
    .cta__text-gray__wrap {
        max-width: 550px;
    }

    .cta__text-gray__wrap {
        margin-left: auto;
    }

    .cta__wrap h2 {
        font-size: 52px;
        line-height: 1em;
        padding-bottom: 25px;
        max-width: 100%;
    }

    .cta:before {
        width: 53%;
        height: 100%;
        clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    }

    /* .cta--contact::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        box-shadow: 0 0 0 1px #f175032e;
    } */

    .cta__text-gray {
        padding-left: 40px;
        width: 50%;
    }

    .cta--contact .cta__text-orange {
        text-align: left;
    }

    .cta--contact .cta__text-gray {
        padding-left: 0;
        max-width: 100%;
        margin: 0 0 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }

    .cta--contact .cta__wrap h4 {
        padding-bottom: 0;
        padding-right: 30px;
    }

    .cta__wrap .subheading {
        font-size: 25px;
        padding-bottom: 3px;
    }

    .cta--contact .cta__wrap h2 {
        margin: 0;
        font-size: 52px;
        max-width: 100%;
    }

    .cta--contact .cta__wrap {
        padding: 36px 0;
    }

    .cta__wrap h4 a:hover {
        color: #F17503;
    }
    .cta__text-orange .btn:hover {
        background: #1B78C1;
        color: #fff;
    }
    .cta__text-orange .btn:hover::after {
        color: #F17503;
    }

}



  
span.wpcf7-not-valid-tip:before {
    content: "\e925";
    position: absolute;
    top: -30px;
    right: 15px;
    font-family: 'icomoon';
}