.elementor-3001 .elementor-element.elementor-element-2b9afde{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-3001 .elementor-element.elementor-element-7b87b2f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3001 .elementor-element.elementor-element-f715c07{--display:flex;}.elementor-3001 .elementor-element.elementor-element-9b74aec{--spacer-size:100px;}@media(max-width:1024px){.elementor-3001 .elementor-element.elementor-element-2b9afde{padding:0px 0px 67px 0px;}}/* Start custom CSS for niemeyer_core_blog_list, class: .elementor-element-5b43771 */h2 {
    font-size: 22px;
}
.qodef-e-excerpt {
    font-size: 15px;
}
.qodef-e-info a {
    color: #FCB415;
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   NEWS & INSIGHTS PAGE
   Page ID: 3001
   ========================================================= */


/* ---------------------------------------------------------
   ARTICLE CARD STRUCTURE
   --------------------------------------------------------- */

.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}


/* ---------------------------------------------------------
   ARTICLE THUMBNAILS
   Equal 16:10 display size without breaking theme images
   --------------------------------------------------------- */

.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-media {
    display: block;
    width: 100% !important;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

/* Cover any intermediate theme wrappers */
.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-media > *,
.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-media a,
.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-media picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Keep the image in normal document flow */
.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-media img {
    display: block !important;
    position: static !important;

    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center center !important;
}

/* ---------------------------------------------------------
   ARTICLE TITLES
   Maximum 2 lines, consistent height
   --------------------------------------------------------- */

.page-id-3001 .qodef-blog .qodef-e-title {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

    font-family: "Manrope", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -0.02em;

    min-height: 2.36em;
    max-height: 2.36em;
    margin: 0;
}


/* ---------------------------------------------------------
   ARTICLE EXCERPTS
   Maximum 2 lines, consistent height
   --------------------------------------------------------- */

.page-id-3001 .qodef-blog .qodef-e-excerpt {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;

    min-height: 3.1em;
    max-height: 3.1em;

    color: rgba(255, 255, 255, 0.72);

    margin: 14px 0 0 !important;
}


/* ---------------------------------------------------------
   BUTTON POSITIONING
   Keeps buttons aligned across each row
   --------------------------------------------------------- */

.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-bottom-holder {
    margin-top: auto !important;
    padding-top: 16px;
}

.page-id-3001 .qodef-blog .qodef-e-read-more {
    margin: 0 !important;
}


/* ---------------------------------------------------------
   READ ARTICLE BUTTON
   --------------------------------------------------------- */

.page-id-3001 .qodef-blog .qodef-e-read-more .qodef-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 15px;

    min-width: 144px;
    height: 40px;
    padding: 0 16px;

    background: transparent !important;
    border: 1px solid rgba(252, 180, 21, 0.42) !important;
    border-radius: 0 !important;

    color: #ffffff !important;

    font-family: "Manrope", sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase;

    box-shadow: none !important;

    transition:
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.page-id-3001 .qodef-blog .qodef-e-read-more .qodef-m-text {
    color: inherit !important;
}


/* ---------------------------------------------------------
   BUTTON ICON
   --------------------------------------------------------- */

.page-id-3001 .qodef-blog .qodef-e-read-more .qodef-m-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: 14px;
    height: 14px;

    color: #FCB415 !important;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


/* ---------------------------------------------------------
   BUTTON HOVER
   --------------------------------------------------------- */

.page-id-3001 .qodef-blog .qodef-e-read-more .qodef-button:hover {
    background: transparent !important;
    border-color: #FCB415 !important;
    color: #FCB415 !important;
    transform: translateY(-2px);
}

.page-id-3001 .qodef-blog .qodef-e-read-more .qodef-button:hover .qodef-m-icon {
    color: #FCB415 !important;
    transform: translateX(4px);
}


/* ---------------------------------------------------------
   KEYBOARD ACCESSIBILITY
   --------------------------------------------------------- */

.page-id-3001 .qodef-blog .qodef-e-read-more .qodef-button:focus-visible {
    outline: 2px solid #FCB415;
    outline-offset: 3px;
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media only screen and (max-width: 1024px) {

    .page-id-3001 .qodef-blog .qodef-e-title {
        font-size: 21px;
    }

    .page-id-3001 .qodef-blog .qodef-e-excerpt {
        font-size: 14px;
        line-height: 1.6;
        min-height: 3.2em;
        max-height: 3.2em;
    }
}


/* ---------------------------------------------------------
   MOBILE
   Allows slightly more natural title wrapping
   --------------------------------------------------------- */

@media only screen and (max-width: 767px) {

    .page-id-3001 .qodef-blog .qodef-e-title {
        font-size: 20px;
        line-height: 1.2;

        min-height: 0;
        max-height: none;

        -webkit-line-clamp: 3;
    }

    .page-id-3001 .qodef-blog .qodef-e-excerpt {
        font-size: 14px;
        line-height: 1.6;

        min-height: 0;
        max-height: none;

        margin-top: 12px !important;
    }

    .page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-bottom-holder {
        margin-top: 0 !important;
        padding-top: 16px;
    }

    .page-id-3001 .qodef-blog .qodef-e-read-more .qodef-button {
        min-width: 138px;
        height: 40px;
        padding: 0 15px;
    }
}
/* ---------------------------------------------------------
   ARTICLE IMAGE HOVER
   --------------------------------------------------------- */

.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-media {
    overflow: hidden !important;
}

/* Image animation */
.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-media img {
    transform: scale(1) !important;
    transform-origin: center center;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) !important;
    will-change: transform;
}

/* Zoom when hovering the image or article card */
.page-id-3001 .qodef-blog .qodef-blog-item:hover .qodef-e-media img,
.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-media:hover img {
    transform: scale(1.045) !important;
}

/* =========================================================
   NEWS PAGE. THUMBNAIL AND BUTTON RADIUS
   Page ID: 3001
   ========================================================= */

.page-id-3001 {
    --news-thumbnail-radius: 12px;
    --news-button-radius: 6px;
}


/* ---------------------------------------------------------
   ARTICLE THUMBNAILS
   Clips the existing image hover zoom correctly
   --------------------------------------------------------- */

.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-media,
.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-media-image,
.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-media-image > a {
    border-radius: var(--news-thumbnail-radius) !important;
    overflow: hidden !important;
    clip-path: inset(
        0 round var(--news-thumbnail-radius)
    ) !important;
    isolation: isolate;
}

.page-id-3001 .qodef-blog .qodef-blog-item .qodef-e-media img {
    display: block !important;
    border-radius: var(--news-thumbnail-radius) !important;
}


/* ---------------------------------------------------------
   READ ARTICLE BUTTONS
   Does not clip the Qode plus icon
   --------------------------------------------------------- */

.page-id-3001
.qodef-blog
.qodef-blog-item
.qodef-e-read-more
.qodef-button {
    border-radius: var(--news-button-radius) !important;
    overflow: visible !important;
}

.page-id-3001
.qodef-blog
.qodef-blog-item
.qodef-e-read-more
.qodef-button::before,
.page-id-3001
.qodef-blog
.qodef-blog-item
.qodef-e-read-more
.qodef-button::after {
    border-radius: inherit !important;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media only screen and (max-width: 767px) {

    .page-id-3001 {
        --news-thumbnail-radius: 10px;
        --news-button-radius: 5px;
    }
}/* End custom CSS */