.cfp_dl_base {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.cfp_hidden {
    display: none !important;
}

.cfp_lb {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 100;
    background: rgba(11, 11, 11, 0.74);
}

.cfp_d1 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cfp_form_base {
    position: relative;
    background-color: #fff;
    padding: 60px 30px 20px 30px;
    border-radius: 3px;
}

.cfp_form_base .dwpp__authorization img {
    max-width: 100%;
}

.cfp_form_base .dwpp__authorization {
    max-width: 100%;
    width: 300px;
    display: block;
}

.cfp_form_close {
    position: absolute;
    right: 7px;
    top: 7px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #424242;
    border: none;
    padding: 0;
    cursor: pointer;
}

.cfp_form_res {
    max-width: 100%;
    width: 350px;
    word-break: break-word;
    color: #333;
}

.cfp_form_res h2 {
    color: #333;
}

.custom_fp_vid_outer {
    position: relative;
    margin-bottom: 10px;
}

.cfp_video_placeholder,
.cfp_video_placeholder.perfmatters-lazy,
.cfp_video_placeholder.pmloaded {
    position: relative !important;
    display: block !important;
    opacity: 1 !important;
    padding-top: 56.25% !important;
    background-color: #000 !important;
    background-position: center !important;
    background-size: cover !important;
    border-radius: 4px !important;
    overflow: hidden !important;
}

.cfp_video_placeholder::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none;
}

.custom_fp_vid_outer .cfp_play_trigger,
.cfp_video_placeholder .cfp_play_trigger {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    z-index: 5 !important;
    pointer-events: auto !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
}

.custom_fp_vid_outer .cfp_play_trigger:hover,
.custom_fp_vid_outer .cfp_play_trigger:focus,
.cfp_video_placeholder .cfp_play_trigger:hover,
.cfp_video_placeholder .cfp_play_trigger:focus {
    transform: scale(1.04);
    opacity: 0.92;
}

.custom_fp_vid_outer .cfp_play_trigger:focus,
.cfp_video_placeholder .cfp_play_trigger:focus {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

.cfp_play_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    position: relative;
}

.cfp_play_icon::before {
    content: '';
    position: absolute;
    left: 23px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
}

.cfp_play_label {
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cfp_video {
    display: none;
    width: 100%;
    border-radius: 4px;
    background-color: #000;
}

[data-cfp-video-container] .cfp_video.cfp_active {
    display: block;
}


