:root {
    --iwg-red: #87171d;
    --iwg-black: #080808;
    --iwg-white: #ffffff;
    --iwg-gray: #5e5e5e;
    --iwg-lt-gray: #f7f7f7;
}

html,
body {
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    -webkit-font-smoothing: antialiased;
    color: var(--iwg-gray);
    background: var(--iwg-white);
    min-height: 100%;
}
hr {
        border-top: 2px solid var(--iwg-red);
    max-width: 500px;
        margin-top: 50px;
        opacity: 1;
}
.project-table {
    max-width: 800px;
    margin: 50px 0;
}
input,
select,
textarea,
button {
    font-family:  sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
}
.content-section-with-video-block-video {
    max-width: 504px;
    margin: 0 auto;
}
.content-section-block-body.content-bottom {
    padding: 20px 0 0 0;
}
.content-main-login {
    max-width: 550px;
    margin: auto;
    text-align: center;
}

.content-main-login form {
    text-align: left;
    max-width: 400px;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 30px;
}
.quote-indent {
    padding: 0 27px;
    font-weight: 600;
}
.content-section-block-title-wrapper {
    display: flex;
    align-items: center;
}
.titleIcon-block img {
    max-width: 100%;
    height: auto;
    max-height: 150px;
}
.titleIcon-block {
    margin: 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p.heading,
.btn,
button,
.tabs,
thead,
nav#pagination,
.apc.pod-windows .item .link,
blockquote,
.brand {
    font-family: sans-serif;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
}
ul {
    list-style: disc;
}
.site-header .navbar {
    background: var(--iwg-black);
    box-shadow: none;
    min-height: 68px;
}

.partner-wrapper {margin: 0;}
.alert.alert-danger.validation-summary-valid {
    display: none;
}
.page-homePage .site-header,
.site-header.home-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1030;
}

    .page-homePage .site-header .navbar,
    .site-header.home-header .navbar {
        background: var(--iwg-black);
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px);
    }

.brand {
    letter-spacing: 0.3px;
    font-size: 1.1rem;
}
ul.main-nav-dropdown-list li {padding: 5px 0;}
.nav-logo {
 width: auto;
    height: 60px;
    max-width: 346px;
    object-fit: contain;
}
@media (max-width: 767.98px) {.nav-logo {
 width: auto;
 height: 60px;
 max-width: 246px;
}}
.btn-iwag-red {
    border: 2px solid var(--iwg-white) !important;
    background: var(--iwg-red) !important;
    color: var(--iwg-white) !important;
    border-radius: 0 !important;
}

    .btn-iwag-red:hover,
    .btn-iwag-red:active {
        border: 2px solid var(--iwg-red) !important;
        background: var(--iwg-white) !important;
        color: var(--iwg-red) !important;
        border-radius: 0 !important;
    }

.main-nav {
    gap: 0.35rem;
}

    .main-nav .nav-link {
        padding: 1.35rem 0.85rem;
        font-size: 1rem;
    }

        .main-nav .nav-link.active {
            background: var(--iwg-red);
        }



.navbar-dark .navbar-nav .nav-link {
    color: var(--iwg-white) !important;
    font-weight: 600;
}

    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: var(--iwg-white) !important;
    }

.hero-section {
    position: relative;
    min-height: 100svh;
    background-image: linear-gradient(110deg, var(--iwg-black) 25%, var(--iwg-red) 100%), url("https://images.unsplash.com/photo-1526304640581-d334cdbbf45e?auto=format&fit=crop&w=1800&q=80");
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--iwg-black) 0%, var(--iwg-black) 55%, var(--iwg-black) 100%);
    opacity: 0.55;
    z-index: 1;
}

.hero-section .container {
    z-index: 2;
}

.hero-content {
    max-width: 56rem;
}

.hero-kicker {
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--iwg-white);
}

.hero-title {
    font-size: clamp(2rem, 3vw, 2.6rem);
    line-height: 1.1;
    margin: 0;
    font-weight: 700;
    padding: 10px;
}

.hero-lead {
    font-size: clamp(1.1rem, 1.45vw, 1.5rem);
    color: var(--iwg-white);
    max-width: 42ch;
}

.hero-subcopy {
    color: var(--iwg-white);
    max-width: 50ch;
    font-size: clamp(1.1rem, 1.45vw, 1.5rem);
}

.hero-divider {
    width: min(58%, 520px);
    border-top: 1px solid var(--iwg-white);
    padding: 10px;
}

.hero-section-home .hero-subcopy,
.hero-section-home .hero-lead {
    margin-left: auto;
    margin-right: auto;
}

.established-badge {
    display: inline-block;
    border: 1px solid var(--iwg-red);
    color: var(--iwg-red);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 700;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
}

.established-image {
    width: auto;
    max-width: 220px;
    opacity: 0.86;
}

.welcome-copy {
    max-width: 1020px;
    font-size: clamp(1rem, 1vw, 1rem);
    line-height: 1.42;
    color: var(--iwg-black) !important;
    margin-bottom: 0.95rem;
}

.welcome-title {
    font-size: clamp(2rem, 2.6vw, 3.1rem);
    margin-bottom: 1.3rem;
}

.welcome-awards {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.award-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0.2rem 1rem;
}

    .award-card img {
        max-height: 182px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .award-card h3 {
        font-size: 1rem;
        margin-top: 1rem;
        margin-bottom: 0.25rem;
        font-family:  sans-serif;
        font-weight: 500;
        color: var(--iwg-black);
    }

    .award-card p {
        color: var(--iwg-black);
        margin: 0;
        font-size: 1rem;
    }

.intro-video-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.intro-video {
    max-width: 504px;
}

.iwg-quote {
    border-top: 1px solid var(--iwg-white);
    border-bottom: 1px solid var(--iwg-white);
    padding: 1.5rem 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
    color: var(--iwg-black);
    font-style: italic;
        font-weight: normal;
}

    .iwg-quote cite {
        display: block;
        margin-top: 0.8rem;
        font-style: normal;
        color: var(--iwg-black);
    }

.section-title {
    margin-bottom: 0.9rem;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
}

.feature-card {
    background: var(--iwg-white);
    border: 1px solid var(--iwg-white);
    border-radius: 0.6rem;
    padding: 1.15rem;
    box-shadow: 0 12px 30px var(--iwg-black);
}

    .feature-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.45rem;
    }

    .feature-card p {
        margin: 0;
        color: var(--iwg-black);
    }

.partners-strip {
    background: var(--iwg-white);
    border: 0;
        padding-top: 0 !important;
}

.partner-pill {
    display: inline-block;
    width: 100%;
    background: var(--iwg-white);
    border: 1px solid var(--iwg-black);
    border-radius: 0.55rem;
    padding: 0.8rem 0.5rem;
    font-weight: 700;
    color: var(--iwg-black);
}

.section-subtitle {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.partners-heading {
    font-family: sans-serif;
    font-size: clamp(1rem, 4vw, 1.5rem);
    font-weight: 700;
    color: var(--iwg-black);
    margin-bottom: 2.4rem;
}

.partners-grid {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.partner-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
}

.partner-logo {
    width: auto;
    max-width: 86%;
    max-height: 140px;
    object-fit: contain;
    filter: saturate(0.96);
}

.wef-logo {
    max-width: 290px;
    width: 100%;
    height: auto;
}

.proud-member-frame {
    max-width: 760px;
    padding: 0 1rem 1.7rem;
}

.home-line
{
    border-top: 2px solid var(--iwg-red);
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.proud-member-title {
    font-family:  sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-size: clamp(1rem, 4vw, 1.5rem);
    color: var(--iwg-black);
}
.content-section-block-title{font-size: 1.55rem;}
.content-section {
    padding: 20px 0 0 0;
}
.headline-text {font-size: 2rem;}

.proud-diamond {
    width: 22px;
    height: 32px;
    background: var(--iwg-red);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    margin: 2.3rem auto 2.4rem;
}

.proud-country-list {
    color: var(--iwg-black);
    font-size: clamp(1.15rem, 1.15vw, 1.45rem);
}

    .proud-country-list span {
        display: inline-block;
                margin-left: 0.65rem;
        padding-left: 0.72rem;
        font-size: 1rem;
    }

   .proud-country-list span:nth-child(n+2) {
        border-left: 1px solid var(--iwg-red);

    }

.company-grid-section {
    background: var(--iwg-white);
}

.company-card {
    min-height: 280px;
    aspect-ratio: 1 / 1;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    background-size: cover;
    background-position: center;
    color: var(--iwg-white);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    padding: 1.2rem;
}

    .company-card::before,
    .company-card::after {
        content: "";
        position: absolute;
        inset: 0;
        transition: opacity 0.28s ease;
        z-index: 0;
    }

    .company-card::before {
        background: linear-gradient(180deg, var(--iwg-black), var(--iwg-black));
        opacity: 0.65;
    }

    .company-card:hover::before {
        background: linear-gradient(180deg, var(--iwg-red), var(--iwg-red));
        opacity: 0.65;
    }

.company-card-label {
    display: block;
    font-size: clamp(1.2rem, 1.4vw, 2rem);
    font-weight: 700;
    /* max-width: 24ch; */
    line-height: 1.22;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.company-card-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    max-width: 24ch;
}

.company-card-label-hover {
    font-size: clamp(0.95rem, 1.1vw, 1.25rem);
    font-weight: 600;
    letter-spacing: 0.01em;
    transform: translateY(8px);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

.company-card-label-default {
    opacity: 1;
}

.company-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px var(--iwg-black);
}

    .company-card:hover::after,
    .company-card:focus-visible::after {
        opacity: 1;
    }

    .company-card:hover .company-card-label-default,
    .company-card:focus-visible .company-card-label-default {
        transform: translateY(-2px);
    }

    .company-card:hover .company-card-label-hover,
    .company-card:focus-visible .company-card-label-hover {
        opacity: 1;
        max-height: 100%;
        transform: translateY(0);
    }

.sectors-section {
    background-image: url("/media/mmhlnr14/topography.png");
}

.sector-item {
    /* border: 1px solid var(--iwg-black); */
    /* border-radius: 0.6rem; */
    /* background: var(--iwg-white); */
    padding: 1rem 0.9rem;
    text-align: center;
    height: 100%;
}

    .sector-item h3 {
        font-size: 1rem;
        font-weight: 700;
        margin: 0;
    }

.sector-icon {
    margin-bottom: 0.7rem;
    object-fit: contain;
}

.site-footer {
    background: var(--iwg-black);
    color: var(--iwg-white);
    padding: 20px;
}

.footer-main {
    padding: 4.1rem 0 2.4rem;
}

.site-footer p {
    margin: 0;
    color: var(--iwg-white);
    font-size: 1rem;
}

.footer-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.footer-search {
    display: flex;
    max-width: 460px;
    margin-bottom: 1.35rem;
    background: var(--iwg-white);
    border: 1px solid var(--iwg-black);
}

    .footer-search input {
        flex: 1;
        border: 0;
        padding: 0.72rem 0.9rem;
        color: var(--iwg-black);
    }

        .footer-search input:focus {
            outline: none;
        }

    .footer-search button {
        border: 0;
        background: transparent;
        color: var(--iwg-red);
        font-weight: 700;
        padding: 0 0.9rem;
    }

.footer-links {
    display: flex;
    gap: 1.35rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

    .footer-links a,
    .footer-members a,
    .footer-bottom a {
        color: var(--iwg-white);
        text-decoration: none;
    }

.footer-bottom a {
    color: var(--iwg-white);
    text-decoration: none;
    font-size: 0.75rem;
}

    .footer-links a:hover,
    .footer-members a:hover,
    .footer-bottom a:hover {
        color: var(--iwg-white);
    }

.footer-members h4 {
    margin-bottom: 0.3rem;
    font-size: 1.9rem;
}

.footer-address {
    line-height: 1.4;
}

.footer-social {
    display: flex;
    gap: 0.7rem;
}

    .footer-social a {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--iwg-red);
        color: var(--iwg-white);
        text-decoration: none;
        overflow: hidden;
    }

        .footer-social a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.footer-bottom {
    /* border-top: 1px solid var(--iwg-white); */
    padding: 1.05rem 0 1.35rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .footer-bottom p {
        font-size: 0.75rem;
        color: var(--iwg-white);
    }

    .footer-bottom nav {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }

.content-layout-section {
    background: var(--iwg-white);
}

.content-page-hero {
    position: relative;
    min-height: clamp(280px, 35vw, 346px);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.content-page-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-page-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
}

.content-page-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 7rem;
    padding-bottom: clamp(2.6rem, 6vw, 4.8rem);
}

.content-page-hero-title {
    margin: 0;
    color: var(--iwg-white);
    font-size: clamp(2.1rem, 4.4vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.content-main-article {
    color: var(--iwg-black);
}

.content-main-title {
    font-size: clamp(2rem, 2.8vw, 3.2rem);
    margin-bottom: 0.8rem;
}

.content-main-divider {
    width: min(100%, 520px);
    border-top: 1px solid var(--iwg-red);
    margin-bottom: 1.6rem;
}

.content-main-article p {
    color: var(--iwg-gray);
    line-height: 1.55;
}

.content-side-nav {
    border: 1px solid var(--iwg-black);
    padding: 1.25rem 1rem;
    background: var( --iwg-lt-gray);
}

.content-side-nav-title {
    margin: 0 0 0.95rem;
    font-size: 1.8rem;
    color: var(--iwg-black);
}

.content-side-nav-links {
    display: flex;
    flex-direction: column;
}

.content-side-nav-link {
    text-decoration: none;
    color: var(--iwg-black);
    padding: 0.28rem 0;
}

    .content-side-nav-link:hover,
    .content-side-nav-link.active {
        color: var(--iwg-red);
    }

.content-side-nav-toggle {
    width: 100%;
    border: 1px solid var(--iwg-black);
    color: var(--iwg-black);
    background: var(--iwg-white);
}

.content-side-nav-pin {
    display: none;
}

.site-header .offcanvas,
.content-side-nav-panel.offcanvas {
    background: var(--iwg-black);
    color: var(--iwg-white);
}

.site-header .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.content-side-nav-panel .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header .offcanvas-body {
    gap: 1rem;
}

.site-header .btn-close-white {
    opacity: 1;
}

.content-side-nav-panel .btn-close {
    filter: invert(1);
}

@media (min-width: 992px) {
    .site-header .offcanvas-lg,
    .content-side-nav-panel.offcanvas-lg {
        position: static;
        transform: none;
        visibility: visible !important;
        background: transparent;
        border: 0;
        color: inherit;
    }

        .site-header .offcanvas-lg .offcanvas-body {
            display: flex;
            align-items: center;
            padding: 0;
            overflow: visible;
        }

        .content-side-nav-panel.offcanvas-lg .offcanvas-body {
            display: block;
            padding: 0;
            overflow: visible;
        }
}

@media (max-width: 991px) {
    .site-header .main-nav-panel {
        height: auto;
        max-height: min(90vh, 48rem);
        margin: 1rem;
        border: 0;
        border-radius: 0.75rem;
        box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
    }

        .site-header .main-nav-panel .offcanvas-body {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }

    .site-header .offcanvas-body .main-nav {
        width: 100%;
        text-align: left;
        gap: 0;
    }

        .site-header .offcanvas-body .main-nav .nav-item,
        .site-header .offcanvas-body .main-nav .nav-item.dropdown,
        .site-header .offcanvas-body .btn-iwag-red {
            width: 100%;
        }

        .site-header .offcanvas-body .main-nav .nav-link,
        .site-header .offcanvas-body .main-nav .dropdown-toggle {
            display: flex;
            align-items: center;
            width: 100%;
            text-align: left;
            gap: 0.75rem;
        }

        .site-header .offcanvas-body .main-nav .nav-item.dropdown {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
        }

        .site-header .offcanvas-body .main-nav .main-nav-parent-link {
            flex: 1;
            width: auto;
            padding-right: 0.75rem;
        }

        .site-header .offcanvas-body .main-nav .main-nav-dropdown-trigger {
            position: static;
            flex: 0 0 auto;
            height: auto;
            width: 3rem;
            padding: 0;
            align-self: stretch;
            border-left: 1px solid rgba(255,255,255,0.12);
        }

        .site-header .offcanvas-body .main-nav .main-nav-dropdown-menu {
            width: 100%;
        }

    .site-header .offcanvas-body .btn-iwag-red {
        margin-top: 0.5rem;
        text-align: center;
    }

    .main-nav-dropdown-menu {
        position: static !important;
        transform: none !important;
        min-width: 100%;
        width: 100%;
        margin: 0;
        display: none;
        background: rgba(135, 23, 29, 0.96);
        box-shadow: none;
    }

        .main-nav-dropdown-menu.show {
            display: block;
        }

    .main-nav-dropdown-column + .main-nav-dropdown-column {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .main-nav-dropdown-menu .dropdown-item {
        text-align: left;
        padding: 0.85rem 1rem;
    }

    .content-side-nav-pin {
        position: fixed;
        left: 0;
        top: 42vh;
        transform: translateY(-50%);
        z-index: 1039;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 0 0.5rem 0.5rem 0;
        background: var(--iwg-red);
        color: var(--iwg-white);
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
        padding: 0.75rem 0.6rem;
        font-size: 1.1rem;
        line-height: 1;
    }

    .content-side-nav-panel {
        width: min(86vw, 340px);
        border-right: 1px solid rgba(255, 255, 255, 0.08);
    }

        .content-side-nav-panel .offcanvas-body {
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            padding: 1rem;
        }

    .content-side-nav {
        border: 0;
        padding: 0;
        background: transparent;
    }

    .content-side-nav-title,
    .content-side-nav-link {
        color: var(--iwg-white);
    }

        .content-side-nav-link:hover,
        .content-side-nav-link.active {
            color: var(--iwg-white);
            text-decoration: underline;
        }
}

.main-nav .main-nav-dropdown {
    position: relative;
    display: flex;
    align-items: stretch;
}

.main-nav-parent-link {
    padding-right: 0.5rem;
}

.main-nav-dropdown-trigger {
    display: flex;
    position: static;
    height: auto;
    width: auto;
    border: 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    padding-left: 0.25rem;
    padding-right: 0.5rem;
}

    .main-nav-dropdown-trigger::after {
        margin-left: 0;
    }

.main-nav .main-nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
}

a {
    color: var(--iwg-red);
    text-decoration: none;
}

.btn.c1-borders {
    border: 2px solid var(--iwg-white) !important;
    background: var(--iwg-red) !important;
    color: var(--iwg-white) !important;
    border-radius: 0 !important;
}

    .btn.c1-borders:hover,
    .btn.c1-borders:active {
        border: 2px solid var(--iwg-red) !important;
        background: var(--iwg-white) !important;
        color: var(--iwg-red) !important;
        border-radius: 0 !important;
    }

.nav-link:focus-visible {
    box-shadow: none;
}

ul.dropdown-menu.main-nav-dropdown-menu {
    background: var(--iwg-red);
}

{
    color: var(--iwg-white);
    background: var(--iwg-red);
}

ul.dropdown-menu.main-nav-dropdown-menu li ul a,
.dropdown-item.active, .dropdown-item:active .dropdown-item:hover {
    color: var(--iwg-white);
    background: var(--iwg-red);
}
.ContactCard
{background: var(--iwg-lt-gray);
    min-height: 965px;}

.ContactCard p.heading.c3-text {
    background: var(--iwg-red);
    padding: 15px;
    color: var(--iwg-white);
}
.ContactCard p.heading.c3-text a {
    background: var(--iwg-red);

    color: var(--iwg-white);
}

.ContactCard .text{
        padding:0 15px;

}

.ContactCard p.link {
    padding:10px;
}