.cck_article_hlp {
}
.hlp_001 .pageheader .header_title {
    margin: 0 !important;
    min-height: 400px !important;
    align-items: flex-start !important;
}
.hlp_001 .pageheader .header_title h1 span {
    color: #cc2129;
}
.pageheader .intro {
    font-size: 18px;
    margin: 0 30px;
}
.hlp_001 .container.block {
    padding: 75px 0 0 0;
}
.hlp_001 .hlp_row_00,
.hlp_001 .hlp_row_01,
.hlp_001 .hlp_row_02,
.hlp_001 .hlp_row_03,
.hlp_001 .hlp_row_04 {
    margin: 0 0 90px 0;
    overflow: hidden;
    padding: 5px;
}
.hlp_001 .hlp_row_01.full3,
.hlp_001 .hlp_row_02.full3,
.hlp_001 .hlp_row_03.full3,
.hlp_001 .hlp_row_04.full3 {
    padding: 0;
}
.hlp_001 .hlp_row_00 h3 {
    margin-bottom: 15px;
}
.hlp_image {
    margin: -75px 25px 60px 25px;
    z-index: 1;
    position: relative;
}
.hlp_image,
.hlp_row_image {
    text-align: center;
}
.hlp_image img,
.hlp_row_image img {
    display: inline-block;
}
.hlp_001 .hlp_bkg_image {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: 50% 50%;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 65%);
    padding: 100px 0;
    background-blend-mode: soft-light; /*overlay*/
    background-color: rgb(7 30 85);
}
.hlp_001 .hlp_bkg_image .block-info {
    text-align: center;
    padding: 120px 20px;
}
.hlp_001 .hlp_bkg_image h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
}
.hlp_001 .hlp_bkg_image p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.028em;
}
.hlp_001 .hlp_bkg_image.none {
    background-color: #fff;
}
.hlp_001 .hlp_bkg_image.none h3 {
    color: #000;
}
.hlp_001 .hlp_bkg_image.none p {
    color: #4a4a4a;
}
.hlp_001 .hlp_fullwidthnotext {
    margin: 0 125px 20px;
}
.hlp_001 p:last-child {
    margin: 0;
}
.hlp_001 .hlp_video {
    width: 90%;
    margin: 0 auto;
}
.hlp_001 .hlp_video_bottom {
    margin: 0 0 90px;
}
.hlp_001 .embedm_wrapper {
    margin: 0 0 90px 0;
}
.hlp_001 .sharethisnow {
    margin-bottom: 30px;
    border-bottom: 0px solid #e8e8e8;
    padding-bottom: 20px;
}
.hlp_row_01.full3,
.hlp_001 .hlp_row_02.full3,
.hlp_001 .hlp_row_03.full3,
.hlp_001 .hlp_row_04.full3,
.hlp_row_01.full3 h2,
.hlp_row_01.full3 h3,
.hlp_row_01.full3 h4,
.hlp_row_01.full3 h5,
.hlp_row_01.full3 h6,
.hlp_row_01.full3 p,
.hlp_row_02.full3 h2,
.hlp_row_02.full3 h3,
.hlp_row_02.full3 h4,
.hlp_row_02.full3 h5,
.hlp_row_02.full3 h6,
.hlp_row_02.full3 p,
.hlp_row_03.full3 h2,
.hlp_row_03.full3 h3,
.hlp_row_03.full3 h4,
.hlp_row_03.full3 h5,
.hlp_row_03.full3 h6,
.hlp_row_03.full3 p,
.hlp_row_04.full3 h2,
.hlp_row_04.full3 h3,
.hlp_row_04.full3 h4,
.hlp_row_04.full3 h5,
.hlp_row_04.full3 h6,
.hlp_row_04.full3 p {
    color: #fff !important;
}
.hlp_001 .hlp_heading {
    text-align: center;
    margin-bottom: 45px;
}
.hlp_001 .hlp_heading.partnerlogos {
    margin-bottom: 0;
}
.hlp_001 .hlp_heading h2 {
    margin: 0;
}
.hlp_modal {
}
.modal-backdrop.show {
    opacity: 0.9 !important;
}
.hlp_modal .modal-content {
    border: 0;
    background: transparent;
    text-align: center;
}
.hlp_modal .avPlayerWrapper.avVideo {
    margin: 0 0 15px;
}
.btn-hlpmodal {
    background-color: #fff;
}
.hlp_video_buttons {
    margin: 25px 0 0 !important;
    overflow: hidden;
}
.hlp_video_buttons .btn {
    margin: 0 10px;
}
.my-flip-inner-wrapper {
    perspective: 150rem;
    -moz-perspective: 150rem;
    position: relative;
}
.my-flip-side {
    display: block;
    height: 350px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    transition: all 0.8s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: table;
}
.my-flip-back {
    transform: rotateY(180deg);
    color: #fff;
    position: absolute;
    z-index: -1;
    padding: 20px;
}
.my-flip-text h3 {
    color: #fff;
    text-align: center;
}
.my-flip-text img {
    width: 125px;
}
.my-flip-back-1 {
    background-color: #071e55;
}
.my-flip-inner-wrapper:hover .my-flip-front {
    transform: rotateY(-180deg);
}
.my-flip-inner-wrapper:hover .my-flip-back {
    transform: rotateY(0);
}
.my-flip-image {
    height: 15rem;
    background-blend-mode: screen;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.my-flip-image img {
    width: 100%;
    height: 100%;
    background-blend-mode: screen;
    object-fit: cover;
}
.my-flip-heading {
    margin: 0 0 15px;
}
.my-flip-details,
.my-flip-back-inner {
    padding: 2rem;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.my-flip-back-inner p {
    font-size: 18px;
    text-align: center;
}
.flippedcontentarea .my-flip-side {
    height: 300px;
}
.flippedcontentarea .my-flip-back {
    padding: 0px;
    height: 250px;
}
.flippedcontentarea .my-flip-back-inner {
    padding: 1rem;
}
.flippedcontentarea .my-flip-back-inner p {
    font-size: 12px;
}
.flipcontentbelow {
    margin: 45px 0 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .hlp_001 .pageheader .header_title {
        min-height: 480px !important;
    }
    .cck_article_hlp .hlp_image.img {
        margin-top: -60px;
    }
    .cck_article_hlp .hlp_001 .hlp_image.video {
        margin-top: -50px;
    }
    .cck_article_hlp .hlp_001 .hlp_fullwidthnotext {
        margin: 0 85px 20px;
    }
    .cck_article_hlp .boxstyle01 {
        padding: 25px;
    }
}
@media only screen and (min-device-width: 425px) and (max-device-width: 767px) {
    .hlp_001 .pageheader .header_title {
        min-height: 480px !important;
    }
    .cck_article_hlp .hlp_001 .hlp_image.video {
        margin-top: -50px;
    }
    .cck_article_hlp .boxstyle01 {
        padding: 25px;
    }
    .cck_article_hlp .hlp_001 .hlp_fullwidthnotext {
        margin: 0 20px 20px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 424px) {
    .hlp_001 .pageheader .header_title {
        min-height: 580px !important;
    }
    .hlp_video_buttons .btn {
        margin: 0 5px;
    }
    .cck_article_hlp .hlp_001 .hlp_video {
        width: 100%;
    }
    .cck_article_hlp .boxstyle01 {
        padding: 20px;
    }
    .cck_article_hlp .hlp_001 .hlp_fullwidthnotext {
        margin: 0 10px 20px;
    }
    .cck_article_hlp .hlp_001 .hlp_fullwidthnotext p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .cck_article_hlp .pageheader .intro {
        font-size: 16px;
        line-height: 21px;
    }
    .cck_article_hlp .hlp_image.img {
        margin-left: 0;
        margin-right: 0;
    }
    .cck_article_hlp .hlp_001 .hlp_image.video {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .cck_article_hlp .hlp_001 .hlp_image.video .hlp_video {
        width: 100%;
        margin: 0;
    }
    .hlp_001 .left .hlp_row_image img {
        margin-bottom: 20px;
    }
    .hlp_001 .right p:last-child {
        margin-bottom: 25px;
    }
    .cck_article_hlp .hlp_row_image {
        margin: 20px 0;
    }
    .cck_article_hlp .embedm_wrapper .embed_content {
        margin: 30px 0 15px 0;
    }
    .cck_article_hlp .hlp_fullwidthnotext.boxstyle01 p {
        font-size: 14px;
        line-height: 21px;
    }
}
@media only screen and (min-device-width: 376px) and (max-device-width: 424px) {
    .cck_article_hlp .hlp_001 .hlp_image.video {
        margin-top: -70px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 375px) {
    .cck_article_hlp .hlp_image.img,
    .cck_article_hlp .hlp_001 .hlp_image.video {
        margin-top: -40px;
    }
}
@media only screen and (min-device-width: 300px) and (max-device-width: 575px) {
    .flipcontentone {
        margin: 25px 0 0;
    }
}
#sectionAI {
    margin: 0 0 55px;
    background-color: #071E55;
    padding: 55px;
    color: #fff;
}
.chatBotInfo {
    margin: 20px;
}
.chatBotInfo br,
.chatBotIframe br {
    display: none;
}
.chatBotInfo h3 {
    margin-bottom: 15px !important;
}
.chatBotInfo p {
    margin-bottom: 15px !important;
}
.chatBotInfo p:last-child {
    margin: 0;
}
.chatBotIframe {
    border-bottom: 0px solid rgb(230, 230, 230);
    border-right: 0px solid rgb(230, 230, 230);
    border-left: 0px solid rgb(230, 230, 230);
}
.chatBotIframe iframe {
    width: 100% !important;
    min-width: 100%;
    height: 450px !important;
}
