.market-hero-profile .container,
.market-hero-profile .row,
.market-hero-profile .col-lg-12,
.market-hero-profile .inner-bg-txt {
    min-height: 0 !important;
    height: auto !important;
}
body .inner-bg.unified-menu-hero.market-hero-profile {
    position: relative;
    padding-top: 18px !important;
    background-color: #102033 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: var(--final-unified-hero-height, 520px) !important;
    min-height: var(--final-unified-hero-height, 520px) !important;
    max-height: var(--final-unified-hero-height, 520px) !important;
}
.market-hero-profile::after,
.market-hero-slide::before,
.market-hero-slide::after {
    display: none !important;
    content: none !important;
    background: none !important;
}
.market-hero-profile::before {
    display: block !important;
    content: '' !important;
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(8, 14, 26, 0.34) 0%, rgba(8, 14, 26, 0.62) 55%, rgba(8, 14, 26, 0.78) 100%) !important;
}
.market-hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.market-hero-slides .ecommerce_banner_slider,
.market-hero-slides .slick-list,
.market-hero-slides .slick-track,
.market-hero-slides .slick-slide,
.market-hero-slides .slick-slide > div,
.market-hero-slide {
    height: 100% !important;
    width: 100%;
}
.market-hero-slide {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.market-hero-profile > .container {
    position: relative;
    z-index: 2;
}
.market-hero-profile .inner-bg-txt {
    margin-top: 54px !important;
    transform: translateY(38px) !important;
}
.market-hero-profile .inner-bg-txt h1.market-hero-title {
    margin-top: -100px !important;
    margin-bottom: 0 !important;
    line-height: 1.1 !important;
    color: #fff !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.market-hero-arrows {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 5;
}
.market-hero-arrows .ecommerce_arrow_left,
.market-hero-arrows .ecommerce_arrow_right {
    width: 40px;
    height: 40px;
    background-color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.market-hero-arrows svg {
    color: #fff;
}
.market-hero-profile + section {
    background: transparent;
    position: relative;
    z-index: 4;
}
.market-hero-profile + section .ai-page-subtitle,
.market-hero-profile + section .market-hero-subtitle {
    margin-top: -255px !important;
    margin-bottom: -10px !important;
    color: #fff !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}
.market-hero-profile + section .ai-search-wrap {
    background: #fff;
    border-radius: 7px;
    padding: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
    margin-top: 30px;
}
.market-hero-profile + section .ai-search-wrap .form-control,
.market-hero-profile + section .ai-search-wrap .form-select {
    border: 0;
    border-radius: 7px;
    height: 52px;
    padding: 0 20px;
    box-shadow: none;
    background: transparent;
}
.market-hero-profile + section .ai-link-pills {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
.market-hero-profile + section .ai-link-pills a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.32);
    padding: 8px 14px;
    border-radius: 7px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none !important;
}
.market-hero-profile + section .ai-link-pills a.active,
.market-hero-profile + section .ai-link-pills a:hover {
    background: #fff;
    color: #111 !important;
}
.market-hero-profile + section .market-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    margin-top: 22px;
    padding: 12px 28px;
    border-radius: 8px;
    background: #fff;
    color: #111 !important;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.market-hero-profile + section .market-hero-cta:hover {
    background: #f3f4f6;
    color: #111 !important;
}
.market-guide-section {
    padding-top: 48px !important;
    padding-bottom: 24px !important;
}
.market-section {
    padding: 48px 0;
}
.market-section:has(.market-cta-band--photo),
.market-section--flush {
    padding: 0;
}
.market-section h2 {
    margin-bottom: 12px;
}
.market-notice {
    border-left: 4px solid #d85d3e;
    background: #f7f4f1;
    padding: 20px 24px;
    border-radius: 8px;
}
.market-section-banner {
    width: 100%;
    margin: 0 0 28px;
    overflow: hidden;
}
.market-section-banner img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: cover;
}
.market-section-side-image {
    width: 100%;
    height: auto;
}
.market-cta-band {
    background: #10233d;
    color: #fff;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.market-cta-band--photo {
    border-radius: 0;
    min-height: 380px;
    display: flex;
    align-items: center;
    padding: 72px 0;
}
.market-cta-band--photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(12, 20, 34, 0.72);
}
.market-cta-band__inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 16px;
}
.market-section-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 10px 22px;
    border-radius: 8px;
    background: #111;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
}
.market-section-cta:hover {
    background: #333;
    color: #fff !important;
}
.market-section-cta--light {
    background: #fff;
    color: #111 !important;
}
.market-section-cta--light:hover {
    background: #f3f4f6;
    color: #111 !important;
}
.market-cta-band h2,
.market-cta-band p,
.market-cta-band div {
    color: #fff;
}
.market-empty {
    color: #667;
    padding: 24px 0;
}
@media (max-width: 767px) {
    .market-hero-profile + section .ai-page-subtitle,
    .market-hero-profile + section .market-hero-subtitle {
        margin-top: -180px !important;
    }
}
