div[style*="background-color:#ffffd2"],
p[style*="text-align:center"]:has(a[href*="whmcs.com"]) {
    display: none !important;
}

.responsive-video {
    max-width: 640px;
    margin: 0 auto;
}

.responsive-video video {
    width: 100%;
    height: auto;
}

.cn-hero {
    min-height: 700px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 120px 0 90px;
}

.cn-hero .content {
    margin-top: -80px;
}

.cn-hero .content .subtitle h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 6px 10px;
    color: var(--progdn-gray-300);
    border-right: 1px solid #EC4046;
    background: linear-gradient(270deg, rgba(236, 64, 70, 0.35) 0%, rgba(236, 64, 70, 0.00) 100%);
    width: fit-content;
}

.cn-hero .content .title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.cn-hero .content .description {
    font-size: 18px;
    color: var(--progdn-gray-300);
}

.cn-what {
    overflow: hidden;
    color: var(--progdn-gray-300);
}

.cn-what section {
    padding: 0;
}

.cn-what .row {
    padding: 90px 0;
}

.cn-why {
    border-top: 2px solid #191D24;
    background: linear-gradient(180deg, #0B0C0F 0%, #090A0C 30%);
}

.cn-why .items .card_item {
    display: flex;
    height: 260px;
    padding: 24px;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 12px;
    border: 1px solid #191D24;
    background: linear-gradient(270deg, #111317 0%, #0B0C0F 34.9%);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25), 0px 24px 100px 0px rgba(17, 19, 23, 0.50);
}

.cn-why .items .card_item .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.cn-why .items .card_item .content .text {
    color: var(--progdn-gray-300);
    font-size: 18px;
}

.cn-world {
    padding-bottom: 0;
    position: relative;
}

.cn-world::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(100, 25, 31, 0.00) 5.07%, #64191fd8 100.36%);
    opacity: .5;
    filter: blur(1.5625rem);
    background-size: 100% 30%;
    background-position: 15% 100%;
    background-repeat: no-repeat;
}

.cn-world .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cn-world .title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.cn-world .description {
    font-size: 18px;
    color: var(--progdn-gray-300);
    text-align: center;
    max-width: 700px;
}


.cn-contact {
    border-top: 2px solid #191D24;
    background: linear-gradient(180deg, #0B0C0F 0%, #090A0C 30%);
}
.cn-contact h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; 
    display: inline;
}

.highlight {
    background: linear-gradient(102deg, #E43D3E 33.6%, #80003D 101.48%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cn-contact p {
    font-size: 18px;
    color: var(--progdn-gray-300);
}
    
.cn-contact .cn-contact_form {
    border-radius: 12px;
    border: 1px solid #191D24;
    background: var(--progdn-footer-background);
    box-shadow: 2px 7px 12px 0px rgba(0, 0, 0, 0.12);
    padding: 40px 32px;
}

.cn-contact .cn-contact_form .crmWebToEntityForm {
    background: transparent!important;
    color: var(--progdn-gray-400)!important;
    max-width: 100%!important;
    padding: 0!important;
}

.cn-contact .cn-contact_form .crmWebToEntityForm .zcwf_title {
    display: none!important;
}

.zcwf_lblLeft .zcwf_col_lab {
    width: 100%!important;
    color: white!important;
}

.zcwf_lblLeft .zcwf_col_fld {
    width: 100%!important;
    text-align: center;
}

.zcwf_lblLeft .zcwf_col_lab label {
    font-size: 14px!important;
    margin-bottom: 8px!important;
    font-weight: 700!important;
}

.cn-contact .zcwf_lblLeft .zcwf_col_fld input[type=text], input[type=password], .zcwf_lblLeft .zcwf_col_fld textarea {
    border-radius: 8px!important;
    border: 1px solid var(--progdn-gray-700)!important;
    background: var(--progdn-gray-850);
    width: 100%!important;
    min-height: 48px!important;
    padding: 12px 16px!important;
    color: var(--progdn-gray-400)!important;
    outline: none!important;
}

.cn-contact .zcwf_lblLeft .formsubmit, .cn-contact .zcwf_lblLeft .zcwf_button {
    font-size: 14px!important;
    padding: 10px 16px!important;
    border-radius: 8px!important;
}

.cn-contact .zcwf_lblLeft .formsubmit {
    background: var(--progdn-primary)!important;
    border: 1px solid var(--progdn-primary)!important;
}


#myBtn {
    display: none!important;
}


@media (max-width: 768px) {
    section {
        padding: 50px 0;
    }
    .hero {
        overflow: hidden;
    }
    .hero .hero_image {
        display: flex;
        justify-content: center;
    }
    .hero .hero_image img {
        max-width: none;
    }
    .btn {
        font-size: 16px;
    }
}