@font-face {
    font-family: "Rubik";
    src: url("/assets/fonts/rubik-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("/assets/fonts/open-sans-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("/assets/fonts/open-sans-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik", sans-serif;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
    font-weight: inherit;
}
.report-title {
    font-family: "Rubik", sans-serif !important;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 8px 0 !important;
    min-height: 0;
}
@media (max-width: 767px) {
    .report-title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 6px !important;
        min-height: 84px;
    }
}
:root {
    --report-sticky-offset: 120px;
    --report-sidebar-offset: 100px;
     --main-nav-height: 78px;
    --secondary-nav-height: 116px;
}
#description {
    min-height: 420px;
    margin-top: 0 !important;
}
.tab-content,
.tab-pane {
    min-height: 260px;
}
#description .tab-pane.fade {
    opacity: 1 !important;
    transition: none !important;
}
.stickyWrapperNavTabs {
    position: relative;
    top: auto;
    background: #fff;
    z-index: 10;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
#smpl-req-btn {
    min-width: 200px;
    min-height: 44px;
    white-space: nowrap;
    flex: 0 0 auto;
}
.sidebar-card {
    min-height: 120px;
}
.bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    vertical-align: -0.125em;
}
.custom-accordion .accordion-button {
    min-height: 56px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.accordion-body {
    min-height: 40px;
}
.accordion-collapse {
    overflow-anchor: none;
}
.search-btn {
    color: #fff;
}
.btn-orange1,
.btn-white {
    min-height: 44px;
}
.custom-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    gap: 1px;
    flex: 1 1 auto;
    min-width: 0;
}
.custom-tabs::-webkit-scrollbar {
    display: none;
}
#description img {
    max-width: 100%;
    height: auto;
    display: block;
}
.mobile-login-btn {
    background-color: #fe5e14;
}
.cta-button-group {
    margin-top: 1.5rem;
    min-width: 260px;
    min-height: 130px;
}
.cta-button-group .btn-orange1,
.cta-button-group .btn-white {
    width: 220px;
    max-width: 220px;
}
.secondary-navbar-holder {
    height: 0;
}
.secondary-navbar-reports-page {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1900;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;
    background: #fff !important;
}
.secondary-navbar-reports-page.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
@media (min-width: 992px) {
    #description {
        padding-top: var(--secondary-nav-height, 110px);
    }

    body:not(.report-secondary-nav-visible) #description {
        padding-top: 0;
    }
}
@media (max-width: 991.98px) {
    .secondary-navbar-reports-page {
        display: none !important;
    }
    body.report-secondary-nav-visible #description {
        padding-top: 0 !important;
    }
}
.multiple-section-note {
    color: #818c96;
    background-color: #121e58;
}
.icon-svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    line-height: 1;
    flex-shrink: 0;
}
.icon-svg svg {
    display: block;
    width: 100%;
    height: 100%;
}
.related-reports-list a {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    min-height: 30px;
}
.icon-dot {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    margin-top: 7px;
}
.main-section-report {
    display: flex;
    gap: 24px;
    align-items: flex-start !important;
}
.page-banner-area-report-details {
    min-height: auto;
    padding: 24px 0 12px;
    display: block;
}
.page-banner-area-report-details .row {
    width: 100%;
    align-items: flex-start;
}
.page-banner-area-report-details .breadcrumb {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    white-space: nowrap !important;
    overflow: hidden !important;
    gap: 0 !important;
    min-height: 32px;
}
.page-banner-area-report-details .breadcrumb-item {
    white-space: nowrap;
    flex: 0 0 auto;
}
.page-banner-area-report-details .col-lg-3 {
    min-width: 260px;
    min-height: 130px;
}
.report-meta-details {
    margin: 0 !important;
    min-height: 24px;
}
.main-navbar-area {
    position: relative;
    z-index: 2000;
}
.desktop-nav .dropdown-menu {
    z-index: 2050;
    position: absolute;
}
.desktop-nav .navbar {
    overflow: visible;
}
.desktop-nav .nav-item {
    min-height: 40px;
}
.desktop-nav .nav-item > a {
    line-height: 1.2;
}
.left-section {
    flex: 1 1 calc(100% - 384px);
    max-width: calc(100% - 384px);
    min-width: 0;
}
.right-section {
    flex: 0 0 360px;
    max-width: 360px;
    min-width: 360px;
}
.analyst-card {
    min-height: 140px;
}
.analyst-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    background-color: #051d53;
    flex: 0 0 100px;
}
.quick-contact-card {
    min-height: 220px;
}
.related-reports-card {
    min-height: 260px;
}
.form-result {
    min-height: 24px;
}
.form-categories {
    min-height: 120px;
}
#validator-newsletter {
    min-height: 24px;
}
footer.lazy-bg {
    background-color: #121e58;
    background-size: cover;
    background-position: center;
}
@media (min-width: 992px) {
    .main-section-report {
        display: flex;
        align-items: flex-start !important;
    }
    .right-section {
        flex: 0 0 360px;
        max-width: 360px;
        min-width: 360px;
        position: sticky;
        top: calc(var(--secondary-nav-height, 110px) + 20px);
        align-self: flex-start;
    }
    .sticky-sidebar {
        position: static;
    }
    .page-banner-area-report-details .breadcrumb {
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
}
@media (max-width: 1199px) {
    .stickyWrapperNavTabs {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        min-height: 64px !important;
    }
    .stickyWrapperNavTabs .custom-tabs {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0;
    }
    #smpl-req-btn {
        display: inline-flex !important;
        width: auto !important;
        margin-left: 12px !important;
        margin-top: 0 !important;
        flex: 0 0 auto;
    }
}
@media (max-width: 991px) {
    .sticky-sidebar {
        position: static;
        top: auto;
    }
    .main-section-report {
        flex-direction: column;
        gap: 16px;
    }
    .left-section,
    .right-section {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .cta-button-group {
        min-width: 100%;
    }
}
@media (max-width: 768px) {
    .page-banner-area-report-details .col-lg-9 {
        min-height: 170px;
    }
    .page-banner-area-report-details .col-lg-3 {
        min-height: 130px;
    }
    #smpl-req-btn {
        width: auto !important;
        margin-top: 0 !important;
        text-align: center;
        font-size: 14px;
        padding: 10px 14px;
        border-radius: 6px;
        flex: 0 0 auto;
    }
    .stickyWrapperNavTabs {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        min-height: 64px !important;
    }
    .custom-tabs {
        width: auto !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
    }
    .cta-button-group {
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .mobile-responsive-nav {
        position: relative;
        z-index: 3000;
    }
    .mean-container {
        position: relative;
    }
    .mean-container .mean-bar {
        position: relative;
        z-index: 3001;
    }
    .mean-container .mean-nav {
        position: absolute;
        top: calc(100% - 20px) !important;
        left: 0;
        right: 0;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 3000;
    }
    .mean-container .mean-nav ul {
        max-height: none;
        overflow: visible;
    }
    .mean-container a.meanmenu-reveal {
        top: 50%;
        transform: translateY(-50%);
    }
}
body a {
    color: #0b57d0;
}
body a:focus {
    color: #0847ad;
}
.breadcrumb-item.active {
    color: #495057 !important;
}
.sidebar-card,
.sidebar-card p,
.sidebar-card li {
    color: #212529;
}
p.text-muted.small.mb-2,
.text-muted {
    color: #5f6c75 !important;
}
.multiple-section-note {
    color: #e9ecef;
    background-color: #121e58;
}
.btn-orange1 .icon-svg,
.btn-request .icon-svg,
#smpl-req-btn .icon-svg {
    color: inherit;
}
.page-banner-area-report-details .breadcrumb-item,
.page-banner-area-report-details .breadcrumb-item a {
    color: #495057 !important;
}
.page-banner-area-report-details .breadcrumb-item.active {
    color: #343a40 !important;
}
.page-banner-area-report-details .breadcrumb-item + .breadcrumb-item::before {
    color: #6c757d !important;
}
.go-top.go-top-report {
    position: fixed !important;
    top: auto !important;
    right: 16px !important;
    bottom: 140px !important;
    width: 44px;
    height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) !important;
    z-index: 9999 !important;
}
.go-top.go-top-report.active {
    top: auto !important;
    right: 16px !important;
    bottom: 140px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    transform: translateY(0) !important;
}
@media (max-width: 991px) {
    .go-top.go-top-report {
        right: 14px !important;
        bottom: 160px !important;
    }
    .go-top.go-top-report.active {
        right: 14px !important;
        bottom: 160px !important;
    }
}
@media (max-width: 767px) {
    .page-banner-area-report-details .breadcrumb {
        flex-wrap: wrap !important;
        white-space: normal !important;
        overflow: visible !important;
    }
    .page-banner-area-report-details .breadcrumb-item {
        white-space: normal !important;
    }
    .page-banner-area-report-details .breadcrumb::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .page-banner-area-report-details {
        display: block !important;
    }
    #description {
        margin-top: 0 !important;
    }
    .nav-placeholder,
    .navbar-placeholder {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
    }
    .main-navbar-holder,
    .main-navbar-area,
    .mobile-responsive-nav {
        position: sticky !important;
        top: 0 !important;
        z-index: 3000 !important;
        background: inherit;
    }
    #smpl-req-btn,
    .btn-request,
    .request-sample-btn {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        margin: 12px 0 0 0 !important;
        margin-left: 0 !important;
        transform: none !important;
        top: auto !important;
    }
    .stickyWrapperNavTabs {
        align-items: flex-start !important;
        min-height: auto !important;
    }
    .secondary-navbar-reports-page {
        display: none !important;
    }
    .mobile-responsive-menu {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 78px;
        padding: 0 14px;
    }
    .mobile-responsive-menu .logo {
        flex: 0 0 auto;
    }
    .mobile-responsive-menu .logo img {
    width: 92px;
    height: auto;
    aspect-ratio: 130 / 68;
    display: block;
}
    #mobile-fl-nv-btn,
    #mobile-fl-nv-btn.d-none {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 116px;
        height: 36px;
        padding: 0 14px !important;
        margin: 0 !important;
        font-size: 12px;
        line-height: 1;
        border-radius: 6px;
        white-space: nowrap;
    }
    .mean-container a.meanmenu-reveal {
        top: 50% !important;
        right: 14px !important;
        transform: translateY(-50%) !important;
        margin-top: 0 !important;
    }
}
@media (min-width: 992px) {
    .request-free-call-btn {
        position: relative;
        top: -6px;
    }
}

body.report-secondary-nav-visible .stickyWrapperNavTabs {
    opacity: 0;
    pointer-events: none;
    background: transparent !important;
}

body.report-secondary-nav-visible .stickyWrapperNavTabs,
body.report-secondary-nav-visible .stickyWrapperNavTabs * {
    border-color: transparent !important;
    box-shadow: none !important;
}


