body {
    padding: 0;
    font-size: 21px;
    color: #2c2c2c;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
}

/* GRID */
@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1480px;
    }
}
@media (min-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    --bs-gutter-x: 20px;
}

.menuburger {
    height: 32px;
    width: 40px;
    cursor: pointer;
}

.menuburger span {
    opacity: 1;
}
.menuburger span,
.menuburger span::before,
.menuburger span::after {
    background: #fff;
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;         
    margin-top: 13px;
    transition: transform .3s ease-in-out .3s, background .3s ease-in-out 0s;
}

.sticky:not(.menu-open) .menuburger span,
.sticky:not(.menu-open) .menuburger span::before,
.sticky:not(.menu-open) .menuburger span::after {
    background: #2c2c2c;
}

.menuburger span::before {
    margin-top:-12px;
    transition: .3s ease-in-out;
}

.menuburger span::after {
    margin-top:12px;
    transition: .3s ease-in-out;
}

.menuburger.open span {
    background: transparent;
    transition: .5s ease-in-out;
    transform:rotate(-90deg);
    transition-delay: 0s;
}

.menuburger.open span::before {
    margin-top:0;
    transform: rotate(-45deg);
    transition-delay: .5s;
}

.menuburger.open span::after {
    margin-top:0;
    transform: rotate(45deg);
    transition-delay: .5s;
}

.right-menu {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.news-single .article .article-content .news-img-wrap .mediaelement.mediaelement-image {
    display: none;
}

h1 {
    font-size: 72px;
    margin-bottom: 85px;
    font-weight: 700;
}

.article-content h1 {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 0.35px;
}

.article-content .header {
    margin-bottom: 85px;
}

h2 {
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 700;
    position: relative;
}
h2:after {
    content: '.';
    color: #e0004d;
    margin-left: -8px;
    font-size: 70px;
    line-height: 0px;
}

h3 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
}

h4 {
    font-weight: 600;
}

h5 {
    font-weight: 700;
    font-size: 16px;
}

h6 {
    font-size: 33px;
    margin-bottom: 60px;
}

a,
a:focus,
a:hover {
    color: #E0004D;
    text-decoration: none;
}

p {
    margin-bottom: 50px;
}

p.lead {
    font-size: 30px;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

a {
    transition: all 0.3s ease;
}

::selection {
    background: #E0004D;
    color: #fff;
}

::-moz-selection {
    background: #E0004D;
    color: #fff;
}

a:active,
a:focus,
input:active,
input:focus {
    outline: 0 !important;
    cursor: pointer;
}

.align-center,
.news-single p.align-center {
    text-align: center;
}

.buttons {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.buttons .btn br {
    display: none;
}
.buttons .btn i {
    font-style: normal;
}
.buttons.buttons-left {
    justify-content: flex-start;
}
.buttons.buttons-center {
    justify-content: center;
}
.buttons.buttons-right {
    justify-content: flex-end;
}

#content .ce-above .ce-gallery,
#content .ce-intext.ce-left .ce-gallery,
#content .ce-intext.ce-right .ce-gallery {
    margin-bottom: 40px;
}

.ce-gallery img {
    max-width: 100%;
    height: auto;
}

.content-reference-detail .news-single {
    margin-bottom: 150px;
}

.content-reference-detail .news-single .article .news-img-wrap {
    margin-bottom: 80px;
}

.content-reference-detail.newsroom-detail {
    padding-top: 25px;
}

.news-single .article .news-img-wrap .mediaelement.mediaelement-image {
    height: 100%;
}

.news-single .article .news-img-wrap .outer {
    height: 100%;
}

.news-single .article .news-img-wrap {
    height: 100%;
}

.news-single .article .news-img-wrap img {
    width: 100%;
    height: 100%;
}

.news-single .content-reference-detail .article-content .share-box {
    float: right;
}

.news-single .content-reference-detail .article-content .share-box #st-1 .st-btn {
    display: inline-block !important;
}

.content-reference-detail .news-single .article-content h2,
.news-single .content-reference-detail .article-content h2 {
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 20px;
    
}

.news-single h2:after {
    display: none;
}

.content-reference-detail .news-single .teaser-text,
.news-single .content-reference-detail .teaser-text {
    font-size: 30px;
    margin-bottom: 80px;
    padding-top: 0;
}

.content-reference-detail .news-single .teaser-text p,
.news-single .content-reference-detail .teaser-text p {
    font-size: 25px;
    color: #585756;
}

.news-single .newsroom-detail .teaser-text p {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #2c2c2c;
}

.content-reference-detail .news-text-wrap {
    margin-bottom: 80px;
}

.content-reference-detail .author-news {
    display: flex;
    align-items: center;
    margin: 0 0 80px 0;
    position: relative;
}
.content-reference-detail .author-news .author-name {
    font-size: 22px;
    color: #585756;
    transition: all 0.3s ease;
}

.content-reference-detail .author-news:focus,
.content-reference-detail .author-news:hover {
    text-decoration: none;
}

.content-reference-detail .author-news:hover .author-name {
    color: #E0004D;
}

.content-reference-detail .author-news img {
    border-radius: 50%;
    float: left;
    margin-right: 28px;
    width: 100px;
    height: 100px;
}

.content-reference-detail .news-related-wrap {
    display: block;
    margin-top: 0;
}

.content-reference-detail .news-related {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    display: block;
}

.content-reference-detail .news-related h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}

.content-reference-detail .news-related ul {
    padding: 0;
    margin: 0;
}

.content-reference-detail .news-related ul li {
    list-style-type: none;
}

.content-reference-detail .news-related ul li,
.content-reference-detail .news-related ul li a {
    font-size: 22px;
    color: #e9004c;
    font-weight: 400;
    line-height: 1.42857143;
}

.content-reference-detail .news-single .news-list-category {
    font-style: normal;
}

header nav {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: 0.3s;
}

header nav.sticky {
    transform: translateY(-100%);
    box-shadow: 0px 8px 12px -2px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}

header nav.menu-open {
    box-shadow: none;
}

header nav #logo {
    transition: 0.3s;
    z-index: 1;
}

header nav.sticky:not(.menu-open) #logo img {
    filter: invert(1);
}

.menu-footer-logo img {
    filter: brightness(0) invert(1);
}

.menu-footer-logo.group-logo img {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin-bottom: 60px;
}
.menu-footer-logo.leading-logo img {
    width: 100%;
    height: auto;
    max-width: 225px;
}

header nav.menu-open #logo {
    filter: none;
}

header nav.visible,
header nav.menu-open {
    transform: translateY(0%);
}

.top-nav {
    position: relative;
    z-index: 1;
}

header .tx-indexedsearch-browsebox,
header .tx-indexedsearch-res,
header .no-result-found {
    display: none;
}

header .tx-indexedsearch-form input {
    display: none;
}

header .tx-indexedsearch-form button {
    background-color: transparent;
    border: none;
    padding: 0;
    transition: 0.3s;
}

header:has(.page-nav) + .main-content {
    margin-top: 110px;
}

.lang-nav {
    display: flex;
    gap: 0;
    position: relative;
    margin-bottom: 0px;
    padding: 0px;
}

.lang-nav li.active {
    display: none;
}
.lang-nav li.active a {
    opacity: 0.5;
}

.lang-nav li {
    padding-right: 12px;
    margin-right: 10px;
    line-height: 1;
    position: relative;
    list-style-type: none;
}

.lang-nav li:last-child {
    padding: 0;
    margin: 0;
}

.lang-nav li a {
    font-size: 18px;
    color: #fff;
}
.lang-nav li.no-translated {
    display: none;
}
.sticky:not(.menu-open) .lang-nav li a {
    color: #2c2c2c;
}

nav {
    padding: 20px 0;
}

nav .container::after,
nav .container::before {
    content: none;
}

nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav #menu ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

nav #menu ul li {
    position: relative;
    overflow: hidden;
}
nav #menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 70px;
    font-weight: 700;
    transform: translateY(100%);
}
nav #menu ul li a br {
    display: none;
}
nav #menu ul li a i {
    font-style: normal;
}
nav.menu-open #menu ul li a {
    transform: translateY(0%);
}
nav #menu ul li:nth-child(1) a {
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s, color 0.5s;
}
nav #menu ul li:nth-child(2) a {
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s, color 0.5s;
}
nav #menu ul li:nth-child(3) a {
    transition: opacity 0.5s 0.7s, transform 0.5s 0.7s, color 0.5s;
}
nav #menu ul li:nth-child(4) a {
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s, color 0.5s;
}
nav #menu ul li:nth-child(5) a {
    transition: opacity 0.5s 0.9s, transform 0.5s 0.9s, color 0.5s;
}
nav #menu ul li:nth-child(6) a {
    transition: opacity 0.5s 1s, transform 0.5s 1s, color 0.5s;
}
nav #menu ul li:nth-child(7) a {
    transition: opacity 0.5s 1.1s, transform 0.5s 1.1s, color 0.5s;
}
nav #menu ul li:nth-child(8) a {
    transition: opacity 0.5s 1.2s, transform 0.5s 1.2s, color 0.5s;
}
nav #menu ul li:nth-child(9) a {
    transition: opacity 0.5s 1.3s, transform 0.5s 1.3s, color 0.5s;
}
nav #menu ul li:nth-child(10) a {
    transition: opacity 0.5s 1.4s, transform 0.5s 1.4s, color 0.5s;
}


nav #menu ul li a:focus,
nav #menu ul li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}

#menu {
    display: flex;
    gap: 50px;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(180deg, #D11976 0.48%, #990C40 100%);
    padding: 100px 0px;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.5s ease;
}
.menu-open #menu {
    transform: translateY(0px);
    visibility: visible;
}

#menu .container {
    display: block;
}

.header-contact-content {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}
.menu-open .header-contact-content {
    opacity: 1;
    transform: translateY(0px);
}
.header-contact {
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.header-contact a {
    color: #fff;
}

.social-link-container {
    display: flex;
    align-items: center;
    gap: 16px;
}
.social-link {
    display: flex;
    width: 58px;
    height: 58px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.adress-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
    margin-bottom: 12px;
}

.nav-btn {
    display: inline-block;
    margin: 0 50px;
}

.nav-btn a {
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px 24px;
    -webkit-box-shadow: 0 0 0 3px #fff;
    -moz-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
}

.nav-btn,
.nav-btn a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-btn:hover {
    border: none;
}

.nav-btn a:focus,
.nav-btn a:hover {
    border-radius: 20px;
    text-decoration: none;
}

.tx-indexedsearch-searchbox legend {
    display: none;
}

#content .tx-indexedsearch {
    margin-top: 50px;
}

#content .tx-indexedsearch-form > * {
    margin-top: 0;
    font-size: 20px;
}

.tx-indexedsearch-form label img {
    display: none;
}

#content .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
    width: auto;
}

#content .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
    border: none;
    border-bottom: 1px solid #585756;
    font-size: 20px;
    width: 30%;
}

.content-top {
    position: relative;
}

.content-img {
    background-position: center center;
    width: auto;
    height: 725px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    position: relative;
    background-size: cover;
}

.content-img:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(224, 0, 77, 0.85) 0%, rgba(224, 0, 77, 0.85) 100%);
    mix-blend-mode: multiply;
}

.content-img video {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.content-img h1 {
    color: #FFF;
    font-size: 150px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.newsroom-detail .content-img,
.newsroom-detail .content-img img {
    height: 615px;
}

.content-img .ce-textpic * {
    min-width: 100%;
}

.home-page .content-img {
    height: auto;
}

.content-img div[class^="csc"],
.content-img div[class^="csc"] * {
    min-width: 100%;
    height: 100%;
    width: auto;
}

.content-img img {
    max-width: 100%;
    height: 440px;
    object-fit: cover;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-img .ce-textpic .ce-media::after {
    background: url(https://wng.group/typo3conf/ext/wng_site/Resources/Public/Images/wng.ch/backgrounds/tile_trame_imgs_banner.png);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    opacity: 0.35;
}

.content-top div[class^="csc"] figure img {
    background-size: cover;
    width: 100%;
    height: auto;
}

.content-img figure {
    background: #fff;
    height: 100%;
}

.hero-section {
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: flex-end;
    overflow: hidden;
    background-color: #d90647;
}

.hero-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.hero-section .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -2;
    color: #fff;
}
.hero-section .container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.hero-section h1 {
    font-size: 150px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.hero-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.1) 100%);
    z-index: -1;
}

.newsroom-detail.content-top .content-img {
    position: relative;
    z-index: -2;
}


/* Section */
.section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.horizontal-center > .row > [class^="col-"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cards-grid {
    row-gap: 20px;
}

.card {
    border-radius: 40px;
    border: 3px solid #f6f6f6;
    background: #f6f6f6;
    padding: 30px;
    display: block;
    color: #818181;
    font-size: 21px;
    height: 100%;
    text-align: center;
}

.card img {
    aspect-ratio: 1/1;
    width: 70px;
    height: auto;
    object-fit: contain;
    margin-bottom: 30px;
}

.card h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: #2c2c2c;
}

.card p {
    line-height: normal;
}

.template-2.row {
    justify-content: center;
}

.row + .template-2.row {
    margin-top: 100px;
}

.card.template-2 {
    border: 2px solid #2c2c2c;
    background-color: transparent;
    padding: 30px 23px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.card.template-2 img {
    aspect-ratio: 45/17;
    width: auto;
    max-width: 100%;
    height: 85px;
    object-fit: contain;
    margin-bottom: 20px;
}

.card .btn {
    display: block;
    margin-top: 27px;
}

.img-grid {
    margin-top: 50px;
    row-gap: 20px;
}

.img-grid [class^="col"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-grid img {
    aspect-ratio: 83/42;
    object-fit: contain;
    max-width: 100%;
    width: 415px;
    height: auto;
}

.img-grid a img {
    transition: 0.5s;
}

.img-grid a:hover img {
    transform: scale(0.7);
}

#v2 {
    height: 100vh;
    left: 0;
    object-fit: cover;
    top: 0;
    width: 100%;
}

#v0 {
    height: 100vh;
    left: 0;
    object-fit: cover;
    position: fixed;
    top: 0;
    width: 100%;
}

.vertical-slider-images {
    height: 100vh;
    background-color: #2c2c2c;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.vertical-slider-images .vertical-img-container {
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.vertical-slider-images .vertical-img-container.active {
    position: absolute !important;
}

.vertical-slider-content {
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    z-index: 50;
    width: 100%;
}

.vertical-slider-content.active {
    opacity: 1;
    visibility: visible;
}

.vertical-slider-content .vertical-content-title {
    font-size: 5.8em;
    line-height: 1em;
}

.vertical-slider-content .vertical-content {
    backface-visibility: hidden;
    color: #fff;
    max-width: none;
    opacity: 0;
    position: fixed;
    bottom: 35%;
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    width: 100%;
}

.vertical-slider-content .vertical-content-inner {
    position: relative;
    color: #fff;
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.vertical-slider-content .vertical-content-inner h3 {
    font-size: 100px;
    text-transform: none;
    padding: 0 40px 0 0;
    margin: 0;
}

.page-title {
    bottom: 50px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.page-title * {
    color: #fff;
}

.page-title a:hover {
    text-decoration: none;
    color: #fff;
}

.page-title h2 {
    text-align: left;
    max-width: 100%;
    font-weight: 100;
    font-size: 42px;
    margin-bottom: 35px;
}

.content-top-reference-detail .page-title h1 {
    margin-bottom: 15px;
}

body #content .container {
    padding-top: 10px;
    padding-bottom: 50px;
}

body #content > .container {
    padding-top: 50px;
}

#content > .row {
    margin: 0;
}

.content-reference-detail {
    padding-top: 60px;
}

.content-reference-detail {
    background: #f5f5f5;
}

.newsroom-detail.content-reference-detail {
    background: #FAFAFA !important;
    padding: 70px 0px;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 1560px;
    margin: -10px auto 0 auto;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-content {
    transition: 0.5s;
}

.powermail_fieldwrap_captcha {
    margin-top: 40px;
}

.btn,
.powermail_submit {
    border: none;
    border-radius: 100px;
    background: #E0004D;
    padding: 28px 42px;
    color: #fff;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.44px;
}

.powermail_submit {
    display: inline-block;
    background: #F5F5F5;
    color: #2c2c2c;
    margin-top: 50px;
}

.btn:hover,
.powermail_submit:focus,
.powermail_submit:hover {
    background: #fff;
    color: #E0004D;
}

.btn-inline-block {
    display: inline-block;
    margin: 20px 10px 0;
    font-size: 18px;
    padding: 25px 30px;
}

.pink {
    color: #E0004D;
}

.home-newsroom {
    padding-top: 100px;
}

.home-newsroom h2 {
    margin-bottom: 50px;
}

.home-newsroom .btn {
    margin-bottom: 50px;
}

.news-slider {
    position: relative;
    left: calc(0px - ((100vw - 1740px) / 2));
    width: 100vw;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto;
}

.news-slider .article,
.article-element .article a {
    height: 100%;
}

.news-slider .slick-list {
    padding: 0 calc(((100vw - 1740px) / 2));
}

.news-slider .article-element {
    padding: 0 calc(0.5 * var(--bs-gutter-x));
}

.news-slider-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 40px;
    position: relative;
    z-index: 4;
}

.news-slider-nav > * {
    cursor: pointer;
    transition: 0.3s;
    line-height: 0;
    transition: 0.3s;
}

.news-slider-nav > *:hover {
    opacity: 0.5;
}

.news-slider-nav > *.slick-disabled {
    opacity: 0;
}

.news-slider-nav > .prev-arrow {
    transform: rotate(180deg);
}

.news-masonry .news-img-wrap {
    border-radius: 12px;
    position: relative;
}
.news-masonry .news-img-wrap .category {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 1000px;
    border: 1px solid #FFF;
    background: rgba(245, 245, 245, 0.90);
    color: #2c2c2c;
    z-index: 1;
}
.news-masonry .news-img-wrap:after {
    content: '';
    background: #2c2c2c;
    opacity: 0.5;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.3s ease;
}
.news-masonry a:hover .news-img-wrap:after {
    height: 100%;
}
.news-masonry .news-img-wrap svg {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    transform: translateY(-50%) scale(0.5);
    width: 125px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.news-masonry a:hover .news-img-wrap svg {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    visibility: visible;
}
.grid-sizer {
    width: 33.33333333%;
}

.news-list-view .article {
    margin-bottom: 20px;
}

.news-list-view .article img {
    max-width: 100%;
    height: auto;
}

.news-list-view a:hover {
    text-decoration: none;
}

.news-list-view a:hover h4 {
    text-decoration: underline;
}

.news-list-view .article-content {
    background: #fff;
    padding: 25px 25px 35px 25px;
    border: 1px solid #ddd;
}

.article-element .article a {
    display: block;
    color: #2c2c2c;
}

.filters {
    transition: opacity 0s 0.5s, transform 0.5s;
    height: 100%;
    overflow-y: auto;
    top: 0;
    position: fixed;
    transform: translateX(100%);
    right: 0;
    width: 430px;
    max-width: 80%;
    padding: 30px;
    border-left: 1px solid #bbb;
    background: #fff;
    z-index: 99;
    opacity: 0;
}

.filters .filter-inner-box > h5 {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    width: calc(100% - 20px);
    text-align: center;
    padding-right: 40px;
    margin-bottom: 30px;
}

.filters.active {
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0s 0s, transform 0.5s;
}

.open-filter {
    float: right;
}

.open-filter svg path {
    transition: 0.3s;
}

.open-filter:hover svg path {
    fill: #E0004D;
}

.close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 27px;
    height: 26px;
    transition: 0.3s;
}

.close:hover:after,
.close:hover:before {
    background-color: #E0004D;
}

.close:after,
.close:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #2c2c2c;
    transition: 0.3s;
    top: 50%;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.active-filters {
    display: none;
    margin-top: 50px;
}

.active-filters label {
    margin-bottom: 20px;
}

.active-filters ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    list-style: none;
    flex-wrap: wrap;
}


.frame-type-news_categorylist ul li {
    position: relative;
}

.frame-type-news_categorylist header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px 0;
}

.frame-type-news_categorylist header:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transition: 0.3s;
}

.frame-type-news_categorylist.open header:after {
    transform: rotate(45deg);
}

.frame-type-news_categorylist h5 {
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 0;
}

.frame-type-news_categorylist .news {
    padding-bottom: 60px;
    padding-top: 20px;
}

.frame-type-news_categorylist ul {
    margin-bottom: 0;
    padding: 0 0 0 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    gap: 10px;
}

.frame-type-news_categorylist ul li a {
    color: #2c2c2c;
}
.bg-black .frame-type-news_categorylist ul li a {
    color: #fff;
}

.frame-type-news_categorylist ul li a.active,
.bg-black .frame-type-news_categorylist ul li a.active {
    color: #E0004D;
}

.frame-type-news_categorylist ul li a.remove,
.frame-type-news_categorylist ul li a.add {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0;
}

.no-news-found {
    padding: 80px 0;
}

#jobs .no-news-found {
    text-align: center;
}

.filter-container {
    width: 275px;
    position: relative;
}
.filter-default {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
    color: #fff;
    border-radius: 8px;
    background: #3C3C3C;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}
.filter-default.active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.filter-default svg {
    transform: rotate(0deg);
    transition: all 0.3s ease;
}
.filter-default.active svg {
    transform: rotate(180deg);
}
.filter-container .news-filter {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #3C3C3C;
    color: #fff;
    z-index: 1;
    padding: 0px;
}
.filter-container .news-filter li {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
    color: #fff;
    padding: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.active-filters ul li {
    border-radius: 8px;
    background: #2c2c2c;
    position: relative;
    color: #fff;
    padding: 5px 25px 5px 10px;
    font-size: 15px;
}

.active-filters ul li * {
    color: #fff;
}

.active-filters ul li .remove {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    padding: 5px 10px;
    font-size: 10px;
}

.active-filters:has(.remove) {
    display: block;
}

.article-element .article h3 {
    font-size: 30px;
    font-weight: 400;
}

.article-element .article a .article-list-content {
    padding: 30px 0px;
}

.article-element .article a .article-list-content .teaser {
    color: #818181;
}

#c8524 .news-list-view.row {
    display: flex;
    flex-wrap: wrap;
}

#c8524 .col-md-3.col-sm-6.article-element {
    float: none;
    clear: both;
    padding-bottom: 30px;
}

.news-list-view h4 {
    margin-top: 5px;
    color: #E0004D;
    font-size: 25px;
}

.news-list-view .teaser-text p {
    font-size: 16px;
    line-height: 19px;
}

.news-list-view .news-list-category {
    background: #fff;
    padding: 15px 25px;
    border: 1px solid #ddd;
    border-top: none;
    font-style: italic;
    font-size: 14px;
}

.news-list-category .fa {
    margin-right: 7px;
}

.jobs-list {
    padding-bottom: 40px;
}
.jobs-list .job {
    padding: 60px 0px;
    border-bottom: 1px solid #DDD;
}
.bg-black .jobs-list .job {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.jobs-list .job-title {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.jobs-list .job-agency {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 1000px;
    background: #DDD;
}
.bg-black .jobs-list .job-agency {
    background: rgba(255, 255, 255, 0.12);
}
.jobs-list .job-info {
    display: flex;
    padding-bottom: 16px;
}
.jobs-list .job-info:last-of-type {
    display: flex;
    padding-bottom: 40px;
}
.jobs-list .job-info span {
    width: 50%;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
}
.jobs-list .job-link {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.44px;
    border-bottom: 1px solid #E0004D;
}

.job-card {
    flex: 0 0 auto;
    width: 20%;
}

.job-card .news-img-wrap {
    width: 70px;
    height: 70px;
    margin: 0 auto 30px auto;
}

.job-card .news-img-wrap img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.job-card .article a {
    text-align: center;
    display: block;
    padding: 30px;
    transition: 0.3s;
    border-radius: 40px;
}

.job-card .article a:hover {
    background-color: #f6f6f6;
}

.job-card .article h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    color: #2c2c2c;
}

.job-card .job-category {
    color: #818181;
}

.news-img-wrap {
    overflow: hidden;
}

.news-img-wrap img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.article-element .article a:hover .news-img-wrap img {
    transform: scale(1.1);
}

.btn-filter-newsroom {
    text-transform: none;
    padding: 17px 25px;
    margin: 0 12px 70px 12px;
}

.article-content h2 {
    max-width: 100%;
    text-align: left;
}

.article-content .category {
    border-radius: 8px;
    background: #2c2c2c;
    position: relative;
    color: #fff;
    padding: 10px 15px 10px 15px;
    font-size: 15px;
}

.article-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 40px;
}

.article-content h2.text-center {
    text-align: center;
}

.article-content h2.text-right {
    text-align: right;
}

.news-single {
    margin: 0 auto;
    position: relative;
}

.news-single .article-content {
    position: relative;
}

.news-single .article-content h2 {
    margin-top: 25px;
}

.news-single p {
    text-align: justify;
}

.news-single .outer {
    margin-bottom: 30px;
}

.news-single .article .news-img-wrap {
    float: none;
    width: auto;
    width: 100%;
    margin: 0;
    text-align: center;
}
.news-single .content-img:after {
    display: none;
}
.news .article .news-img-wrap a {
    border: none;
    padding: 0;
    float: none;
}

.powermail_form > h3 {
    display: none;
}

.tx-powermail label {
    display: block;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.56px;
    color: #2c2c2c;
}

.powermail_legend {
    display: none;
}

.powermail_input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    color: #2c2c2c;
    font-size: 25px;
}

.powermail_input:focus {
    outline: 0;
}

#content .ce-menu {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

#content .ce-menu ul {
    padding: 0;
}

#content .ce-menu > li > a {
    font-weight: 700;
    font-size: 26px;
    margin-top: 15px;
}

#content .ce-menu a {
    color: #E0004D;
    display: inline-block;
    font-size: 22px;
}

#content .ce-menu a:hover {
    text-decoration: underline;
}

table tr td {
    border: 1px solid #c6c6c6;
    padding: 7px 10px;
}

table thead {
    border: 2px solid #c6c6c6;
}

table thead th {
    background: #c6c6c6;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    font-size: 110%;
}

.bg-color {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-color * {
    color: #fff;
}

.bg-black {
    background: #000;
}

.bg-black * {
    color: #fff;
}

.content-reference-detail p {
    margin: 0 auto;
    text-align: left;
    font-size: 22px;
}

.content-reference-detail ul li,
.content-reference-detail ul li a {
    font-size: 22px;
}

.content-reference-detail p.text-center {
    text-align: center;
}

.content-reference-detail.newsroom-detail p {
    margin-bottom: 20px;
    font-size: 19px;
}

.expertise-container {
    padding-top: 135px;
    padding-bottom: 90px;
}

.expertise-box a {
    display: block;
    position: relative;
    margin-bottom: 40px;
}

.expertise-box a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.expertise-box img {
    width: 100%;
    height: auto;
}

.expertise-box span {
    position: absolute;
    left: 50px;
    bottom: 50px;
    font-size: 60px;
    background: rgba(229, 6, 75, 0.9);
    color: #fff;
    padding: 2px 25px 14px;
    line-height: 1.1;
    z-index: 2;
    font-weight: 600;
}

/* AGENCIES LIST */
.agencies-list .agency-line {
    padding: 48px 0px;
    border-top: 1px solid #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.agencies-list .agency-line:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #2c2c2c;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.agencies-list .agency-line:hover:after {
    opacity: 0.5;
    visibility: visible;
}
.agencies-list .agency-line:last-of-type {
    border-bottom: 1px solid #2c2c2c;
}
.bg-black .agencies-list .agency-line {
    padding: 48px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
}
.bg-black .agencies-list .agency-line:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.agencies-list .agency-line .agency-title {
    font-size: 90px;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.agencies-list .agency-line .agency-subtitle {
    font-size: 50px;
    margin-bottom: 24px;
    letter-spacing: 0.25px;
    font-weight: 300;
    opacity: 0.35;
    line-height: 1;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.agencies-list .agency-line:hover .agency-subtitle {
    opacity: 1;
}

.agencies-list .agency-line .btn {
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    background: #fff;
    color: #2c2c2c;
    transition: all 0.5s ease;
    margin-bottom: 0px;
}
.agencies-list .agency-line .btn:hover {
    background: #2c2c2c;
    color: #fff;
}
.agencies-list .agency-line:hover .btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.agencies-list .agency-line video {
    pointer-events: none;
}
.agencies-list .agency-line img,
.agencies-list .agency-line video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.agencies-list .agency-line:hover img,
.agencies-list .agency-line:hover video {
    opacity: 1;
    visibility: visible;
}
.agencies-list .agency-line .agency-left {
    padding-left: 0px;
    transition: all 0.5s ease;
}
.agencies-list .agency-line:hover .agency-left {
    padding-left: 30px;
}
.agencies-list .agency-line .agency-right {
    padding-right: 100px;
}

/* KEY NUMBERS */
.key-numbers .key-number {
    border-top: 1px solid #2c2c2c;
    padding: 30px 0px 60px 0px;
}
.bg-black .key-numbers .key-number {
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    padding: 30px 0px 60px 0px;
}
.key-numbers .key-number .title {
    margin-bottom: 20px;
    color: #E0004D;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.56px;
}
.key-numbers .number {
    font-size: 150px;
    font-weight: 800;
    line-height: 1;
    display: flex;
    align-items: flex-end;
}
.key-numbers .number::before {
    content: attr(data-prefix);
    font-size: 150px;
    font-weight: 800;
    line-height: 1.1;
}

/* LOGO CLIENTS */
.logo-clients {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logo-clients .logo {
    padding: 40px;
    width: 20%;
}
.logo-clients .logo img {
    transition: all 0.3s ease;
    filter: grayscale(1);
    max-width: 100%;
    height: auto;
    max-height: 100px;
    width: auto;
}
.logo-clients .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-clients .logo a:hover img {
    filter: grayscale(0);
}

/* TEAM */
.team {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -12px;
}
.team .person {
    display: flex;
    flex-direction: column;
    padding: 0px 12px;
    width: 33.33333333%;
    padding-bottom: 44px;
}
.team .person img {
    width: 100%;
    height: auto;
    padding-bottom: 24px;
}
.team .person .person-name {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.56px;
}
.team .person .person-function {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.44px;
}
.team .person .person-infos {
    display: flex;
    justify-content: space-between;
}
.team .person .person-linkedin svg path {
    fill: #2c2c2c;
}
.bg-black .team .person .person-linkedin svg path {
    fill: #fff;
}

/* KEY POINTS */
.key-point {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDD;
    padding: 60px 0px;
}
.key-point:last-of-type {
    border-bottom: none;
}
.key-point.with-description .key-title {
    width: 50%;
}
.key-point.with-description .key-description {
    width: 50%;
}
.key-point .key-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.4px;
}
.key-point .key-description {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.56px;
}

.sitemap {
    background: #F5F5F5;
    padding: 40px;
    display: inline-block;
    min-width: 500px;
}
.sitemap .sitemap-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sitemap ul {
    padding: 0px;
    margin: 0px;
}
.sitemap ul li {
    list-style-type: none;
    margin-bottom: 10px;
}
.sitemap ul li a {
    color: #2c2c2c;
    position: relative;
    padding-left: 20px;
}
.sitemap ul li a:before {
    content: '';
    background: #e0004d;
    height: 5px;
    width: 5px;
    font-size: 50px;
    position: absolute;
    left: 0px;
    top: 12px;
}
.sitemap ul li a:hover {
    color: #E0004D;
}
.sitemap ul li a br {
    display: none;
}
.sitemap ul li a i {
    font-style: normal;
}

footer #sib-container {
    background: none;
    padding: 0px;
}
footer #sib-container .entry__label {
    display: none;
}
footer .sib-form {
    padding: 0px;
}
footer .sib-form-block {
    padding: 0px;
}
footer form {
    position: relative;
}
footer form {
    position: relative;
}
footer form button {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0 !important;
}
footer form:after {
    content: '';
    background: url(/fileadmin/documents/wng-group.ch/icon-newsletter.svg);
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 5px;
    pointer-events: none;
}

footer .sib-form .entry__field {
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
    margin: 0px;
}
footer .sib-form .entry__field input {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.56px;
    padding: 0px 0px 15px 0px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
footer .sib-form .entry__field input::placeholder {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.56px;
}

footer {
    background: linear-gradient(180deg, #D11976 0.48%, #990C40 100%);
    position: relative;
    clear: both;
    padding: 80px 0;
}

footer * {
    color: #fff;
    font-size: 21px;
}

footer a {
    transition: 0.3s;
}

footer a:hover {
    opacity: 0.6;
}

footer h2 {
    font-size: 30px;
    padding: 35px 0;
    max-width: 100%;
}

footer .name_form {
    width: 250px;
    font-size: 25px;
    font-weight: 700;
    margin-left: 15px;
    padding-right: 33px;
}

footer .submit_form {
    position: relative;
    left: -30px;
    top: 4px;
    cursor: pointer;
}

footer p {
    line-height: normal;
    font-size: 18px;
}
footer p a {
    line-height: normal;
    font-size: 18px;
}

footer a:hover {
    color: #fff;
}

footer > .container {
    padding-top: 40px;
}

.footer-participations ul {
    column-count: 2;
}

footer .wng-info .menu-footer-logo {
    display: flex;
    align-items: flex-end;
}

footer .menu-footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}

footer .menu-footer ul {
    padding: 0px;
}
footer .menu-footer ul li {
    list-style-type: none;
    padding-bottom: 10px;
}

footer .menu-footer ul li a {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.36px;
}

footer .menu-footer ul li a br {
    display: none;
}
footer .menu-footer ul li a i {
    font-style: normal;
    font-size: 17px;
}

footer .menu-footer .logo-menu {
    display: flex;
    align-items: center;
}

footer .menu-footer .logo-menu .menu-footer-menu ul {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    row-gap: 10px;
    column-gap: 50px;
    flex-wrap: wrap;
    padding: 0;
}

.footer-newsletter-logo {
    display: flex;
}
.footer-newsletter-logo .footer-newsletter {
    width: 50%;
}
.footer-newsletter-logo .leading-logo {
    width: 50%;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}

footer .wng-info h3 {
    margin-top: 0;
}

footer .wng-term {
    margin-bottom: 20px;
}

footer .wng-term ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    column-gap: 50px;
    padding: 0;
    margin: 0;
}

footer .footer-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
footer .footer-newsletter .footer-title {
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: none;
    margin-bottom: 30px;
}

hr {
    margin: 50px 0px;
}

.ce-menu {
    margin-bottom: 90px;
    padding: 0;
}

.ce-menu li {
    list-style: none;
}

.ce-menu li a {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 5px 0 4px 0;
}

.ce-menu li:first-child a {
    padding-top: 0;
}

.ce-menu li a:focus,
.ce-menu li a:hover,
.ce-menu li:hover a {
    color: #fff;
    text-decoration: none;
}

.linkedin * {
    font-size: 40px;
}

.wng-copyright {
    margin-top: 70px;
}
.copyright {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: solid 1px #fff;
    padding-top: 40px;
}
.copyright p {
    margin: 0px;
    font-size: 16px;
}
.copyright ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 20px;
}
.copyright ul li {
    list-style-type: none;
}
.copyright ul li a {
   font-size: 16px; 
}
.footer-nav {
    background: #ba0f40;
}

.footer-nav *,
.footer-nav ul li:hover a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

.footer-nav ul li a:focus,
.footer-nav ul li a:hover,
.footer-nav ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.footer-nav ul {
    list-style: none;
    padding-left: 0;
    margin: 8px 0;
    display: inline-block;
}

.footer-nav ul li {
    display: inline;
}

.footer-nav ul li a {
    display: inline-block;
    padding: 14px 12px;
}

.footer-nav ul li:first-child a {
    padding-left: 0;
}

.footer-nav p {
    display: inline-block;
    margin: 0 12px;
}

.footer-nav p:last-child {
    margin-right: 0;
}

a.images-container {
    display: inline-block;
    position: relative;
}

/* w-toplink */
.w-toplink {
    display: block;
    position: fixed;
    bottom: -50px;
    right: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    opacity: 0;
    z-index: 100;
    -webkit-transition: background-color 0.3s, opacity 0.3s, bottom 0.3s;
    transition: background-color 0.3s, opacity 0.3s, bottom 0.3s;
    background-color: #333;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}
.w-toplink.active {
    bottom: 30px;
    opacity: 1;
}
.no-touch .w-toplink:hover {
    background-color: #2c2c2c;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
}
.w-toplink:focus,
.w-toplink:hover {
    color: #fff !important;
}

/* tarteaucitron */
#tarteaucitronRoot * {
    font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font: 14px "Plus Jakarta Sans", Arial, sans-serif !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize {
    font-size: 14px !important;
    text-transform: uppercase;
}

#tarteaucitronAlertBig {
    background: #585756;
    padding: 10px 5% !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background: #E0004D !important;
    color: #ffffff !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 10px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
    background: #E0004D !important;
    border-color: #E0004D !important;
}

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronBorder {
    border: none !important;
}

#tarteaucitron .tarteaucitronBorder,
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    border-color: #E0004D !important;
}

/* Web trends 2021 Form */
.testpdfbtn {
    cursor: pointer;
}

_:-ms-fullscreen,
:root .web-trends-screen {
    height: 100vh;
}

@supports (-webkit-overflow-scrolling: touch) {
    .web-trends-screen {
        min-height: -webkit-fill-available;
    }
    .web-trends-2021 .primary-group {
        max-height: calc(100vh - 160px) !important;
    }
}

@keyframes load-spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.tx-indexedsearch-res a {
    padding: 30px;
    background: #f6f7fa;
    color: #2c2c2c;
    display: block;
    height: 100%;
}

.tx-indexedsearch-res .tx-indexedsearch-redMarkup {
    color: #E0004D;
}

.tx-indexedsearch-browsebox {
    margin-bottom: 30px;
}

.tx-indexedsearch-res {
    margin-bottom: 20px;
}

.tx-indexedsearch-res h3 {
    font-size: 25px;
}

.tx-indexedsearch-res h3 a:hover {
    text-decoration: none;
}

.tx-indexedsearch-res *:last-child {
    margin-bottom: 0px;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
    padding: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
    font-size: 18px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:before {
    display: none;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:last-of-type {
    padding-right: 0px;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: auto;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 0px;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:hover {
    color: #00358e;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
    background: #00358e;
    color: #fff;
}

.tx-indexedsearch-info-sword {
    margin-top: 20px;
    margin-bottom: 40px;
}

.main-content .tx-indexedsearch-searchbox .tx-indexedsearch-form {
    float: left;
    margin-bottom: 50px;
    width: 500px;
    max-width: 100%;
}

.main-content .tx-indexedsearch-searchbox .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
    width: 100%;
    font-size: 16px;
    background: #f4f6f9;
    border: 0;
    transition: all 0.5s ease;
    padding: 12px 15px 10px 15px;
    display: block;
}

.main-content .tx-indexedsearch-form {
    display: flex;
}

.main-content .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    float: left;
}

.main-content .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button {
    border: 0;
    line-height: 1;
    transition: all 0.3s ease;
    padding: 16px 26px;
    background: #dde3ed;
}

.main-content .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit .tx-indexedsearch-searchbox-button:hover {
    background: #f6f7fa;
    color: #00358e;
}

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

/* RESPONSIVE */

@media (max-width: 1740px) {
    .news-slider {
        left: 0;
        width: calc(100% + 20px);
    }
    .news-slider .slick-list {
        padding: 0 10% 0 0;
    }
}

@media (max-width: 1600px) {
    nav ul li a {
        font-size: 19px;
    }
    .nav-btn {
        margin: 0 28px;
    }
    .nav-btn a {
        font-size: 16px;
    }
    .expertise-box span {
        left: 40px;
        bottom: 40px;
        font-size: 50px;
        padding: 4px 15px 12px;
    }
    .content-img h1 {
        font-size: 140px;
    }
}

@media (max-width: 1400px) {
    .hero-section h1 {
        font-size: 130px;
    }
    nav #menu ul li a {
        font-size: 60px;
    }
    .news-slider {
        left: calc(0px - ((100vw - 1140px) / 2));
        width: 100vw;
    }
    .news-slider .slick-list {
        padding: 0 calc(((100vw - 1140px) / 2));
    }
}

@media (max-width: 1200px) {
    nav ul li a {
        font-size: 18px;
    }
    .nav-btn {
        display: none;
    }
    .hero-section h1 {
        font-size: 110px;
    }
    .col.job-card,
    .template-2.cards-grid .col {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .news-slider {
        left: calc(0px - ((100vw - 960px) / 2));
        width: 100vw;
    }
    .news-slider .slick-list {
        padding: 0 calc(((100vw - 960px) / 2));
    }
    .expertise-box span {
        left: 30px;
        bottom: 30px;
        font-size: 40px;
    }
    body {
        font-size: 20px;
    }
    .content-img h1 {
        font-size: 100px;
    }
    .section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .logo-clients .logo {
        width: 25%;
    }
    .key-numbers .key-number .title {
        font-size: 26px;
    }
    .key-numbers .number {
        font-size: 120px;
    }
    .key-numbers .number::before {
        font-size: 120px;
    }
    .article-element .article h3 {
        font-size: 25px;
    }
    .btn, .powermail_submit {
        padding: 24px 35px;
        font-size: 18px;
    }
    .agencies-list .agency-line .agency-title {
        font-size: 80px;
    }
    .agencies-list .agency-line .agency-subtitle {
        font-size: 40px;
    }
    .key-point .key-title {
        font-size: 30px;
    }
    .key-point .key-description {
        font-size: 22px;
    }
    .input-field label {
        top: 0px;
    }
    .tx-powermail label {
        font-size: 22px;
    }
    .input-field {
        margin-top: 20px;
    }
    .jobs-list .job-title {
        font-size: 30px;
    }
    .jobs-list .job-agency {
        font-size: 16px;
    }
    .jobs-list .job-info span {
        font-size: 16px;
    }
    .jobs-list .job-link {
        font-size: 20px;
    }
    footer .menu-footer .logo-menu .menu-footer-menu ul {
        column-gap: 20px;
    }
}

@media (max-width: 991px) {
    .card,
    body {
        font-size: 18px;
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
    .row {
        --bs-gutter-x: 30px;
        row-gap: 40px;
    }
    .hero-section h1 {
        font-size: 80px;
    }
    #logo img {
        width: 120px;
    }
    p.lead {
        font-size: 25px;
    }

    header nav.sticky .menuburger .icon,
    header nav.sticky .menuburger .icon:before,
    header nav.sticky .menuburger .icon:after,
    header nav.page-nav .menuburger .icon,
    header nav.page-nav .menuburger .icon:before,
    header nav.page-nav .menuburger .icon:after,
    .menu-open .menuburger .icon,
    .menu-open .menuburger .icon:before,
    .menu-open .menuburger .icon:after {
        background-color: #212121;
    }
    .menuburger.open .icon {
        transition-duration: 0.5s;
        transform: rotateZ(-180deg);
    }
    .menuburger.open .icon:before {
        transform: rotateZ(-45deg) scaleX(0.75) translate(-10px, 0);
        width: 20px;
    }
    .menuburger.open .icon:after {
        transform: rotateZ(45deg) scaleX(0.75) translate(-10px, 0);
        width: 20px;
    }
    #menu {
        position: fixed;
        width: 100%;
        height: 100vh;
        flex-direction: column;
        padding-top: 120px;
    }
    nav:not(.sticky) .lang-nav li:after {
        background-color: #2c2c2c;
    }

    nav ul:not(.lang-nav) {
        flex-direction: column;
    }
    nav #menu ul li a {
        font-size: 40px;
    }
    .lang-nav {
        padding: 0;
        margin: 0;
    }
    .lang-nav li {
        margin-right: 0;
    }
    .lang-nav li:last-child {
        padding-left: 12px;
    }
    .lang-nav:before {
        display: none;
    }
    nav ul li a {
        font-size: 25px;
        font-weight: 600;
        padding: 0;
    }
    .hero-section {
        min-height: 100vh;
        min-height: 100svh;
    }
    .content-img h1 {
        font-size: 70px;
    }
    h2 {
        font-size: 39px;
    }
    #content .ce-above .ce-gallery,
    #content .ce-intext.ce-left .ce-gallery,
    #content .ce-intext.ce-right .ce-gallery {
        margin-top: 40px;
    }
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .row + .template-2.row {
        margin-top: 60px;
    }
    .col.job-card,
    .template-2.cards-grid .col {
        flex: 0 0 auto;
        width: 50%;
    }
    .news-slider {
        left: calc(0px - ((100vw - 720px) / 2));
        width: 100vw;
    }
    .news-slider .slick-list {
        padding: 0 calc(((100vw - 720px) / 2));
    }
    .text-right {
        text-align: left;
    }
    .team .person {
        width: 50%;
    }
    footer .menu-footer .logo-menu .menu-footer-menu ul {
        justify-content: flex-start;
        row-gap: 10px;
        flex-direction: column;
    }
    footer .menu-footer,
    footer .wng-info {
        margin-bottom: 0;
    }
    footer .menu-footer {
        padding-bottom: 70px;
        flex-direction: column;
        row-gap: 50px;
    }
    .footer-newsletter-logo {
        flex-direction: column;
        row-gap: 50px;
    }
    .footer-newsletter-logo .footer-newsletter {
        width: 100%;
    }
    .footer-newsletter-logo .leading-logo {
        width: 100%;
        justify-content: flex-start;
    }
    .wng-copyright {
        margin-top: 30px;
    }
    .copyright {
        flex-direction: column;
        row-gap: 20px;
    }
    .bg-color {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .btn,
    .powermail_submit {
        font-size: 17px;
        padding: 20px 30px;
    }
    .btn-filter-newsroom {
        font-size: 16px;
        margin-left: 7px;
        margin-right: 7px;
        padding: 15px;
    }
    .linkedin a:before,
    .twitter a:before {
        height: 110px;
        margin-bottom: 0;
    }
    .key-point {
        align-items: flex-start;
        flex-direction: column;
    }
    .key-point.with-description .key-title {
        width: 100%;
    }
    .key-point.with-description .key-description {
        width: 100%;
    }
    .logo-clients .logo {
        width: 33.3333%;
    }
    .footer-nav ul {
        display: block;
    }
    .footer-nav p {
        margin-bottom: 14px;
    }
    .footer-nav p.powered {
        margin-left: 0;
    }
    #tarteaucitronAlertBig #tarteaucitronCloseAlert,
    #tarteaucitronAlertBig #tarteaucitronPersonalize {
        margin-top: 10px;
    }
    .content-reference-detail {
        padding-top: 60px;
    }
    .expertise-container {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .expertise-box span {
        left: 40px;
        bottom: 40px;
        font-size: 50px;
    }
    .agencies-list .agency-line {
        flex-direction: column;
        align-items: flex-start;
    }
    .agencies-list .agency-line .agency-right {
        padding-right: 0px;
        transition: all 0.5s ease;
    }
    .agencies-list .agency-line:hover .agency-right {
        padding-left: 30px;
        padding-right: 0px;
    }
    .agencies-list .agency-line .btn {
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .agencies-list .agency-line .agency-title {
        font-size: 65px;
    }
    .grid-sizer {
        width: 50%;
    }
    .article-element .article h3 {
        margin-bottom: 20px;
    }
    .news-masonry .news-img-wrap svg {
        width: 100px;
    }
    .key-numbers .number {
        margin-bottom: 0px;
    }
    .bg-black .key-numbers .key-number,
    .key-numbers .key-number {
        padding: 30px 0px 30px 0px;
    }
    .key-point {
        padding: 40px 0px;
    }
    .key-point .key-title p {
        margin-bottom: 10px;
    }
    .jobs-list .job-title {
        margin-bottom: 20px;
    }
    footer > .container {
        padding-bottom: 20px;
    }
    footer .container .row > div {
        margin-bottom: 40px;
    }
    footer .container .row > div:nth-child(3) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .news-slider {
        left: calc(0px - ((100vw - 540px) / 2));
    }
    .news-slider .slick-list {
        padding: 0 calc(((100vw - 540px) / 2));
    }
    .col.job-card,
    .template-2.cards-grid .col {
        flex: 0 0 auto;
        width: 100%;
    }
    h1 {
        font-size: 42px;
    }
    h2 {
        max-width: 100%;
    }
    .page-title h2,
    h2 {
        font-size: 36px;
    }
    .page-title h2 {
        margin-bottom: 25px;
    }
    h6 {
        font-size: 26px;
    }
    .content-reference-detail .news-list-date time,
    .content-reference-detail p {
        font-size: 19px;
    }
    .content-reference-detail .news-single .article-content h2,
    .content-reference-detail .news-single .teaser-text p,
    .news-single .content-reference-detail .article-content h2,
    .news-single .content-reference-detail .teaser-text p {
        font-size: 28px;
    }
    #content img {
        max-width: 100%;
        height: auto;
    }
    .content-img,
    .newsroom-detail .content-img,
    .newsroom-detail .content-img img {
        height: 400px;
    }
    .content-img img {
        height: 400px;
    }
    .content-top .page-title h1 {
        margin-bottom: 60px;
    }
    .page-title {
        bottom: 0;
    }
    .btn-filter-newsroom {
        margin-left: 0;
        margin-right: 0;
    }
    .powermail_form {
        max-width: 100%;
    }
    .news-related ul li {
        line-height: 0;
        margin-bottom: 0;
    }
    .news-single .article .news-img-wrap,
    .news-single .news-list-category {
        width: 100%;
    }
    .news-list-view .article .news-img-wrap,
    .news-single .article .news-img-wrap {
        float: none;
    }
    .mediaelement.mediaelement-image {
        display: inline-block;
    }
    .ce-menu {
        margin-bottom: 0;
    }
    .team .person {
        width: 100%;
    }
    footer {
        padding-bottom: 40px;
    }
    .linkedin a:before,
    .twitter a:before {
        height: 90px;
    }
    footer h3 {
        margin-top: 50px;
    }
    footer .col-md-3:first-child h3 {
        margin-top: 20px;
    }
    .footer-nav ul {
        display: block;
    }
    .footer-nav p {
        margin-left: 0;
        margin-bottom: 15px;
    }
    footer p {
        line-height: 28px;
        margin-bottom: 20px;
    }
    .hero-section .subtitle {
        font-size: 25px;
    }
    .hero-section h1 {
        font-size: 45px;
    }
    .img-grid img {
        width: 250px;
    }
    footer {
        padding: 60px 0;
    }
    .hero-section h1 {
        font-size: 60px;
    }
    .logo-clients .logo {
        width: 50%;
    }
    .content-reference-detail {
        padding-top: 30px;
    }
    .content-reference-detail .news-single .article .news-img-wrap {
        margin-bottom: 60px;
    }
    .content-reference-detail h1 {
        margin-bottom: 60px;
    }
    .content-reference-detail .author-news {
        margin: 0 0 50px 0;
    }
    .grid-sizer {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .news-slider {
        left: 0;
        width: calc(100% + 30px);
    }
    .news-slider .slick-list {
        padding: 0 20% 0 15px;
    }
    .content-img h1 {
        font-size: 50px;
    }
    h1 {
        font-size: 35px;
    }
    .page-title h2,
    h2 {
        font-size: 36px;
    }
    h3 {
       font-size: 30px; 
    }
    .copyright ul {
        gap: 10px;
        flex-direction: column;
    }
    .agencies-list .agency-line .agency-title {
        font-size: 50px;
    }
    .agencies-list .agency-line .agency-subtitle {
        font-size: 30px;
    }
    nav #menu ul li a {
        font-size: 35px;
    }
}

@media (max-width: 550px) {
    .hero-section h1 {
        display: none;
    }
    .footer-nav {
        text-align: center;
    }
    .footer-nav *,
    .footer-nav ul li:hover a {
        font-size: 16px;
    }
    .footer-nav ul li a {
        padding: 8px 10px;
    }
    .expertise-container {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .expertise-box span {
        left: 30px;
        bottom: 30px;
        font-size: 40px;
    }
}

@media (max-width: 500px) {
    .content-img h1 {
        font-size: 40px;
    }
    .content-reference-detail h1 {
        clear: left;
        padding-top: 30px;
    }
    .content-reference-detail .author-news {
        display: block;
    }
    .content-reference-detail .author-news img {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .content-reference-detail .news-related {
        width: 100%;
    }
    .content-reference-detail .news-related + .news-related-news {
        margin-top: 40px;
    }
    .expertise-box span {
        left: 25px;
        bottom: 25px;
        font-size: 35px;
    }
}

@media (max-width: 450px) {
    .expertise-box span {
        left: 20px;
        bottom: 20px;
        font-size: 30px;
        padding: 6px 15px 10px;
    }
    .footer-participations ul {
        column-count: 1;
    }
}

@media (max-width: 400px) {
    .content-reference-detail .author-news:after {
        display: none;
    }
    .expertise-box span {
        font-size: 28px;
    }
}

@media (max-width: 350px) {
    .expertise-box span {
        font-size: 25px;
        left: 18px;
        bottom: 18px;
    }
}

@media (max-height: 700px) and (min-width: 992px) {
    nav #menu ul li a {
        font-size: 60px;
    }
}
@media (max-height: 650px) and (min-width: 992px) {
    nav #menu ul li a {
        font-size: 50px;
    }
    #menu {
        padding: 100px 0px 20px 0px;
    }
}



@media print {
    a[href]:after {
        content: "";
    }
}