.elementor-4362 .elementor-element.elementor-element-c9a1f49{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-777b9e9 */.cpm-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(10px);
}

.cpm-header-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cpm-logo {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.cpm-nav {
    display: flex;
    gap: 22px;
}

.cpm-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.cpm-nav a:hover {
    color: #ff4fd8;
}/* End custom CSS */