@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap";:root{--theme-color-primary: #A6093DFF;--theme-color-secondary: #A6093DFF;--theme-color-tertiary: #3DB38DFF;--theme-color-light: hsl(0, 0%, 95%);--theme-color-lighter: hsl(0, 0%, 98%);--theme-color-lightest: hsl(0, 0%, 100%);--theme-color-dark: hsl(0, 0%, 20%);--theme-color-darker: hsl(0, 0%, 10%);--theme-color-darkest: hsl(0, 0%, 0%);--theme-color-grey: #EBEBE6FF;--body-background: var(--theme-color-lighter);--body-color: #2E3B44FF;--heading-color: var(--theme-color-primary);--subheading-color: var(--theme-color-dark);--theme-color-warning: #F75641;--theme-color-alert: #F9D626;--theme-color-confirm: #00C995;--theme-color-info: #0097FF;--header-background: var(--theme-color-lightest);--header-color: var(--theme-color-primary);--header-color__hover: var(--theme-color-primary);--header-submenu-border-color: var(--theme-color-lightest);--header-submenu-background: var(--theme-color-grey);--header-submenu-background__hover: var(--theme-color-lightest);--header-submenu-color: var(--header-color);--header-submenu-color__hover: var(--header-color__hover);--header-separator-color: var(--theme-color-grey);--footer-background: #425563FF;--footer-color: var(--theme-color-lightest);--footer-color__hover: var(--theme-color-lightest);--button-background-primary: var(--theme-color-primary);--button-color-primary: var(--theme-color-lightest);--button-border-color-primary: var(--button-background-primary);--button-background-primary__hover: var(--theme-color-lightest);--button-color-primary__hover: var(--theme-color-primary);--button-border-color-primary__hover: var(--theme-color-primary);--button-background-secondary: transparent;--button-color-secondary: var(--theme-color-primary);--button-border-color-secondary: var(--theme-color-primary);--button-background-secondary__hover: var(--theme-color-primary);--button-color-secondary__hover: var(--theme-color-lightest);--button-border-color-secondary__hover: var(--button-background-secondary__hover);--icon-background-primary: var(--button-background-primary);--icon-color-primary: var(--button-color-primary);--icon-border-color-primary: var(--button-background-primary);--icon-background-primary__hover: var(--theme-color-lightest);--icon-color-primary__hover: var(--theme-color-primary);--icon-border-color-primary__hover: var(--theme-color-primary);--icon-background-secondary: var(--theme-color-primary);--icon-color-secondary: var(--theme-color-lightest);--icon-border-color-secondary: var(--theme-color-primary);--icon-background-secondary__hover: var(--theme-color-lightest);--icon-color-secondary__hover: var(--theme-color-primary);--icon-border-color-secondary__hover: var(--theme-color-primary);--icon-background-hollow: transparent;--icon-color-hollow: var(--theme-color-dark);--icon-border-color-hollow: transparent;--icon-background-hollow__hover: transparent;--icon-color-hollow__hover: var(--theme-color-primary);--icon-border-color-hollow__hover: transparent;--icon-background-rss: hsla(25, 85%, 55%, 1);--icon-color-rss: var(--theme-color-lightest);--icon-border-color-rss: hsla(25, 85%, 55%, 1);--icon-background-rss__hover: #AD3700FF;--icon-color-rss__hover: var(--theme-color-lightest);--icon-border-color-rss__hover: #AD3700FF;--tag-background: var(--theme-color-light);--tag-color: var(--theme-color-dark);--tag-border-color: var(--theme-color-light);--tag-background__hover: var(--theme-color-light);--tag-color__hover: var(--theme-color-darker);--tag-border-color__hover: var(--theme-color-light);--overlay-alpha: .5;--overlay-background-light: hsla(0, 0%, 95%, var(--overlay-alpha));--overlay-background-dark: hsla(0, 0%, 20%, var(--overlay-alpha));--overlay-banner: var(--overlay-background-dark);--overlay-carousel: var(--overlay-background-dark);--overlay-gallery: var(--overlay-background-dark);--theme-color-scrollbar: var(--theme-color-grey);--theme-color-scroll-thumb: var(--theme-color-secondary)}:root{--border-radius-default: 6px;--border-radius-round: 100rem;--icon-size-s: var(--space-m);--icon-size-l: var(--space-l);--aspect-ratio-author-module: 1;--aspect-ratio-contact-module: 1;--aspect-ratio-quote-module: 1;--aspect-ratio-headline-block: 16/9;--aspect-ratio-headline-tile: 1;--aspect-ratio-headline-scroll: 16/9;--aspect-ratio-headline-list: 16/9;--aspect-ratio-headline-rss: 16/9;--aspect-ratio-coverage-module: 16/9;--aspect-ratio-button-module-image: 16/9;--aspect-ratio-image-module: 3/2;--aspect-ratio-video-module: 16/9;--aspect-ratio-audio-module: 1;--aspect-ratio-calendar-module: 16/9;--aspect-ratio-liveblog-module: 16/9;--aspect-ratio-medialib-thumbnails: 3/2;--aspect-ratio-article-featured-release: 3/1;--aspect-ratio-slider: 1}@media(min-width: 767px){:root{--aspect-ratio-slider: 16/9}}:root{--space-3xs: clamp(4px, calc(4.5px + 0.11vw), 5px);--space-2xs: clamp(8px, calc(8px + 0.22vw), 10px);--space-xs: clamp(12px, calc(11.5px + 0.33vw), 15px);--space-s: clamp(16px, calc(15px + 0.44vw), 20px);--space-m: clamp(24px, calc(22.5px + 0.66vw), 30px);--space-l: clamp(32px, calc(30px + 0.88vw), 40px);--space-xl: clamp(48px, calc(45px + 1.32vw), 60px);--space-2xl: clamp(64px, calc(60px + 1.76vw), 80px);--space-3xl: clamp(96px, calc(90px + 2.7vw), 120px);--space-3xs-2xs: clamp(4px, calc(6.5px + 0.16vw), 10px);--space-2xs-xs: clamp(8px, calc(9.5px + 0.27vw), 15px);--space-xs-s: clamp(12px, calc(13.5px + 0.38vw), 20px);--space-s-m: clamp(16px, calc(21.5px + 0.6vw), 30px);--space-m-l: clamp(24px, calc(29px + 0.82vw), 40px);--space-l-xl: clamp(32px, calc(46.5px + 1.26vw), 60px);--space-xl-2xl: clamp(48px, calc(64px + 1.7vw), 80px);--space-2xl-3xl: clamp(64px, calc(91.5px + 2.64vw), 120px)}:root{--client-font: "Avenir", "Open Sans", sans-serif;--subtext-font-size: 14px;--caption-font-size: 16px;--body-font-size: 16px;--h1-font-size: clamp(32px, 32px + 1.33vw, 40px);--h2-font-size: clamp(28px, 28px + 1vw, 34px);--h3-font-size: clamp(20px, 20px + 0.73vw, 28px);--h4-font-size: clamp(20px, 20px + 0.52vw, 24px);--h5-font-size: clamp(18px, 18px + 0.35vw, 20px);--h6-font-size: var(--body-font-size);--heading-font-family: var(--client-font);--heading-font-style: normal;--heading-font-weight: 500;--subheading-font-family: var(--client-font);--subheading-font-style: normal;--subheading-font-weight: 500;--body-font-family: var(--client-font);--body-font-style: normal;--body-font-weight: normal;--link-font-family: var(--client-font);--link-font-style: normal;--link-font-weight: normal;--tag-font-family: var(--client-font);--tag-font-style: normal;--tag-font-weight: 300;--accordion-header-font-weight: 600;--button-font-size: var(--body-font-size) !important;--button-font-family: var(--client-font);--button-font-style: normal;--button-font-weight: 600}@font-face{font-family:"pp-icons";src:url("https://content.presspage.com/templates/50/2372/465298/pp-icons.ttf?yprlij") format("truetype"),url("https://content.presspage.com/templates/50/2372/465298/pp-icons.woff?yprlij") format("woff"),url("https://content.presspage.com/templates/50/2372/465298/pp-icons.svg?yprlij#pp-icons") format("svg");font-weight:normal;font-style:normal;font-display:block}@font-face{font-family:Avenir;font-weight:400;font-style:normal;src:url(https://content.presspage.com/templates/915/2947/735454/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix);src:url(https://content.presspage.com/templates/915/2947/735454/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix) format("eot"),url(https://content.presspage.com/templates/915/2947/735454/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2) format("woff2"),url(https://content.presspage.com/templates/915/2947/735454/1e9892c0-6927-4412-9874-1b82801ba47a.woff) format("woff"),url(https://content.presspage.com/templates/915/2947/735454/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf) format("truetype")}@font-face{font-family:Avenir;font-weight:400;font-style:italic;src:url(https://content.presspage.com/templates/915/2947/735454/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix);src:url(https://content.presspage.com/templates/915/2947/735454/d1fddef1-d940-4904-8f6c-17e809462301.eot?#iefix) format("eot"),url(https://content.presspage.com/templates/915/2947/735454/7377dbe6-f11a-4a05-b33c-bc8ce1f60f84.woff2) format("woff2"),url(https://content.presspage.com/templates/915/2947/735454/92b66dbd-4201-4ac2-a605-4d4ffc8705cc.woff) format("woff"),url(https://content.presspage.com/templates/915/2947/735454/18839597-afa8-4f0b-9abb-4a30262d0da8.ttf) format("truetype")}@font-face{font-family:Avenir;font-weight:500;font-style:normal;src:url(https://content.presspage.com/templates/915/2947/735454/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix);src:url(https://content.presspage.com/templates/915/2947/735454/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix) format("eot"),url(https://content.presspage.com/templates/915/2947/735454/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2) format("woff2"),url(https://content.presspage.com/templates/915/2947/735454/f26faddb-86cc-4477-a253-1e1287684336.woff) format("woff"),url(https://content.presspage.com/templates/915/2947/735454/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf) format("truetype")}@font-face{font-family:Avenir;font-weight:500;font-style:italic;src:url(https://content.presspage.com/templates/915/2947/735454/77a9cdce-ea6a-4f94-95df-e6a54555545e.eot?#iefix);src:url(https://content.presspage.com/templates/915/2947/735454/77a9cdce-ea6a-4f94-95df-e6a54555545e.eot?#iefix) format("eot"),url(https://content.presspage.com/templates/915/2947/735454/3f380a53-50ea-4a62-95c5-d5d8dba03ab8.woff2) format("woff2"),url(https://content.presspage.com/templates/915/2947/735454/8344e877-560d-44d4-82eb-9822766676f9.woff) format("woff"),url(https://content.presspage.com/templates/915/2947/735454/b28b01d9-78c5-46c6-a30d-9a62c8f407c5.ttf) format("truetype")}@font-face{font-family:Avenir;font-weight:550;font-style:normal;src:url(https://content.presspage.com/templates/915/2947/735454/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix);src:url(https://content.presspage.com/templates/915/2947/735454/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix) format("eot"),url(https://content.presspage.com/templates/915/2947/735454/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2) format("woff2"),url(https://content.presspage.com/templates/915/2947/735454/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff) format("woff"),url(https://content.presspage.com/templates/915/2947/735454/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf) format("truetype")}@font-face{font-family:Avenir;font-weight:550;font-style:italic;src:url(https://content.presspage.com/templates/915/2947/735454/770d9a7e-8842-4376-9319-8f2c8b8e880d.eot?#iefix);src:url(https://content.presspage.com/templates/915/2947/735454/770d9a7e-8842-4376-9319-8f2c8b8e880d.eot?#iefix) format("eot"),url(https://content.presspage.com/templates/915/2947/735454/687932cb-145b-4690-a21d-ed1243db9e36.woff2) format("woff2"),url(https://content.presspage.com/templates/915/2947/735454/bc350df4-3100-4ce1-84ce-4a5363dbccfa.woff) format("woff"),url(https://content.presspage.com/templates/915/2947/735454/bc13ae80-cd05-42b4-b2a9-c123259cb166.ttf) format("truetype")}@font-face{font-family:Avenir;font-weight:600;font-style:normal;src:url(https://content.presspage.com/templates/915/2947/735454/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix);src:url(https://content.presspage.com/templates/915/2947/735454/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix) format("eot"),url(https://content.presspage.com/templates/915/2947/735454/c78eb7af-a1c8-4892-974b-52379646fef4.woff2) format("woff2"),url(https://content.presspage.com/templates/915/2947/735454/75b36c58-2a02-4057-a537-09af0832ae46.woff) format("woff"),url(https://content.presspage.com/templates/915/2947/735454/b5c44a82-eeb8-41de-9c3f-a8db50b24b8a.ttf) format("truetype")}@font-face{font-family:Avenir;font-weight:600;font-style:italic;src:url(https://content.presspage.com/templates/915/2947/735454/ac2d4349-4327-448f-9887-083a6a227a52.eot?#iefix);src:url(https://content.presspage.com/templates/915/2947/735454/ac2d4349-4327-448f-9887-083a6a227a52.eot?#iefix) format("eot"),url(https://content.presspage.com/templates/915/2947/735454/eaafcb26-9296-4a57-83e4-4243abc03db7.woff2) format("woff2"),url(https://content.presspage.com/templates/915/2947/735454/25e83bf5-47e3-4da7-98b1-755efffb0089.woff) format("woff"),url(https://content.presspage.com/templates/915/2947/735454/4112ec87-6ded-438b-83cf-aaff98f7e987.ttf) format("truetype")}@font-face{font-family:Avenir;font-weight:900;font-style:normal;src:url(https://content.presspage.com/templates/915/2947/735454/3418f6be-70a5-4c26-af1d-c09a8642ca20.eot?#iefix);src:url(https://content.presspage.com/templates/915/2947/735454/3418f6be-70a5-4c26-af1d-c09a8642ca20.eot?#iefix) format("eot"),url(https://content.presspage.com/templates/915/2947/735454/5c57b2e2-f641-421e-a95f-65fcb47e409a.woff2) format("woff2"),url(https://content.presspage.com/templates/915/2947/735454/181c847e-cdbc-43d5-ae14-03a81c8953b4.woff) format("woff"),url(https://content.presspage.com/templates/915/2947/735454/045d1654-97f2-4ff0-9d24-21ba9dfee219.ttf) format("truetype")}@font-face{font-family:Avenir;font-weight:900;font-style:italic;src:url(https://content.presspage.com/templates/915/2947/735454/ca9162bc-20bd-4810-91a9-e816fdc64dae.eot?#iefix);src:url(https://content.presspage.com/templates/915/2947/735454/ca9162bc-20bd-4810-91a9-e816fdc64dae.eot?#iefix) format("eot"),url(https://content.presspage.com/templates/915/2947/735454/71b9791b-4350-4b52-8b43-c03b82004511.woff2) format("woff2"),url(https://content.presspage.com/templates/915/2947/735454/8c17992f-c017-49e0-b573-779f62016f06.woff) format("woff"),url(https://content.presspage.com/templates/915/2947/735454/2b4885a7-fc02-4aa0-b998-5b008a589c80.ttf) format("truetype")}:root{--nav-min-height: 80px;--logo-width: auto;--logo-height: 2.625rem}#bottom-section .pp-nav__link.no-link{display:none}#bottom-section #copyright .pp-nav__link.no-link{display:block}@media(max-width: 1199px){#bottom-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#bottom-section #social-icons{width:100%}}.pp-footer .pp-footer__section[style*="--flex-direction: row"] ul{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}html{--template-width: 1440px}html #maintable{grid-template-columns:repeat(12, 1fr);-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;max-width:var(--template-width)}html #maintable .pp-main-column{grid-column:1 / -1}html #maintable .pp-side-column{grid-column:1 / -1}@media(min-width: 1200px){html #maintable{grid-template-columns:repeat(12, 1fr);-webkit-column-gap:var(--space-xl);-moz-column-gap:var(--space-xl);column-gap:var(--space-xl)}html #maintable .pp-main-column{grid-column:span 9 / span 9}html #maintable .pp-side-column{grid-column:span 3 / span 3}}#pp-main,.pp-header,.pp-footer{padding:0 var(--space-xs)}@media(min-width: 1200px){#pp-main,.pp-header,.pp-footer{padding:0 var(--space-2xl-3xl)}}#pp-main #maintable,#pp-main .row,#pp-main__inner,.pp-header #maintable,.pp-header .row,.pp-header__inner,.pp-footer #maintable,.pp-footer .row,.pp-footer__inner{max-width:var(--template-width);margin-inline:auto;width:100%;padding:0}:root{--button-line-height: 1.25;--button-v-padding: var(--space-3xs);--button-h-padding: var(--space-2xs);--button-border-width: 2px;--button-border-radius: var(--border-radius-default)}:root{--icon-border-width: var(--button-border-width)}.pp-header{font-size:1.125rem;font-weight:600;min-height:var(--nav-min-height)}@media(max-width: 991px){.pp-header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.pp-header .pp-menu__container ul{-webkit-column-gap:0 !important;-moz-column-gap:0 !important;column-gap:0 !important}.pp-footer__inner{-webkit-padding-before:var(--space-l-xl) !important;padding-block-start:var(--space-l-xl) !important}@media(min-width: 992px){.pp-footer__inner{gap:var(--space-l-xl) !important}}.pp-footer .pp-footer__section[style*="--flex-direction: row"]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:var(--space-s-m)}.pp-footer .pp-footer__section[style*="--flex-direction: row"]>*{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;white-space:nowrap}.pp-footer .pp-footer__section[style*="--flex-direction: row"] ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;gap:var(--space-s);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.pp-footer li:has(.pp-logo__image){padding:0;padding-bottom:30px}.pp-footer #social-icons{display:grid;grid-template-columns:repeat(auto-fit, var(--icon-size-s));gap:var(--space-s);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pp-footer #social-icons li>a.pp-nav__link{color:var(--theme-color-lightest) !important;background-color:rgba(0,0,0,0) !important;border-color:rgba(0,0,0,0) !important}.pp-footer #social-icons li>a.pp-nav__link::before{font-size:24px}.pp-footer #social-icons li>a.pp-nav__link:hover,.pp-footer #social-icons li>a.pp-nav__link:focus{opacity:.5}.pp-footer #social-icons #google-news-icon a::before{content:""}.pp-footer #copyright{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.pp-footer #copyright p{font-size:var(--body-font-size);color:var(--theme-color-light);margin:0}.pp-footer ul.pp-nav__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.pp-header .pp-nav__link:not(.no-link):hover,.pp-header .pp-nav__link:not(.no-link):focus,.pp-footer .pp-nav__link:not(.no-link):hover,.pp-footer .pp-nav__link:not(.no-link):focus{text-decoration:underline}.newsroom-title{max-width:1440px;margin:auto}.newsroom-title h1{font-weight:500 !important;color:var(--theme-color-primary) !important;margin-bottom:10px !important}.content_main_client>[class*=pp-headline],.content_main_case>[class*=pp-headline]{--h6-font-size: var(--h4-font-size)}.title_companyprofile h1{font-weight:600;color:var(--theme-color-darkest);-webkit-margin-after:var(--space-m-l);margin-block-end:var(--space-m-l)}.subtitle_case h2{font-weight:600 !important;color:var(--theme-color-dark);-webkit-margin-before:calc(var(--space-l-xl)*-1);margin-block-start:calc(var(--space-l-xl)*-1)}.contact_title,.pp-contact-avatar-name,.pp_contactdiv_name,.pp_gallery_labels_container .pp_gallery_title,.pp_video_labels_container .pp_video_title{font-weight:normal}.pp-newsreel-slider .pp-newsreel-slider-image-content .pp-newsreel-slider-title h2,.pp-content-top .pp-newsreel-slider .pp-newsreel-slider-image-content .pp-newsreel-slider-title h2{font-size:var(--h2-font-size) !important;font-weight:normal !important}h3.pp_bigheadlines_heading .text_latestnews_more{font-size:var(--h4-font-size)}h3.pp_bigheadlines_heading .text_latestnews_more:after{display:none}.ppmodule_buttonset .buttonset_btn{width:100% !important}@media(max-width: 1199px){.ppmodule_buttonset .buttonset_btn{width:-webkit-fit-content !important;width:-moz-fit-content !important;width:fit-content !important}}.ppmodule_buttonset .buttonset_btn a{padding:10px !important;min-width:220px !important;width:100% !important}@media(max-width: 1199px){.ppmodule_buttonset .buttonset_btn a{max-width:250px !important}}#backtonewsroom_button a{background:var(--button-color-primary) !important;color:var(--button-background-primary) !important;border:var(--button-border-width) solid var(--button-background-primary) !important}#backtonewsroom_button a:hover{border:var(--button-border-width) solid var(--button-background-primary) !important;color:var(--button-color-primary) !important;background:var(--button-background-primary) !important}.pp_sub_allheadlines .table_headlines .title_big_headlines{font-weight:600 !important;color:var(--theme-color-darkest) !important;line-height:1.25;font-style:var(--heading-font-style);font-family:var(--heading-font-family);font-size:var(--h1-font-size) !important}.pp_medialibrary .pp-medialib-nav-clm .pp-medialib-nav .pp-medialib-tabs__list-item.pp-medialib-tabs_file{display:none !important}