/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root{--col-white: hsl(360deg 100% 100% / 100%);--overlay-bck-color: rgb(0 0 0 / 50%);--col-light-blue: hsl(206deg 71% 55% / 100%);--col-light-blue-t15: hsl(205deg 71% 93% / 100%);--col-light-blue-t40: hsl(207deg 71% 82% / 100%);--col-light-blue-quote: #adceeb;--col-sea-blue: hsl(214deg 100% 41% / 100%);--col-sea-blue-t15: hsl(215deg 69% 91% / 100%);--col-sea-blue-t40: hsl(214deg 70% 76% / 100%);--col-sea-blue-quote: #fff;--col-ocean-green: hsl(177deg 55% 37% / 100%);--col-ocean-green-t15: hsl(176deg 33% 91% / 100%);--col-ocean-green-t40: hsl(177deg 32% 75% / 100%);--col-ocean-green-quote: #a0cfcc;--col-rose-pink: hsl(340deg 68% 79% / 100%);--col-rose-pink-t15: hsl(342deg 63% 97% / 100%);--col-rose-pink-t40: hsl(341deg 67% 92% / 100%);--col-rose-pink-quote: #f8d8e2;--col-sand-grey: hsl(32deg 13% 77% / 100%);--col-sand-grey-t15: hsl(30deg 11% 96% / 100%);--col-sand-grey-t40: hsl(30deg 13% 91% / 100%);--col-sand-grey-quote: #e8e4e1;--col-granite-grey: hsl(219deg 10% 62% / 100%);--col-granite-grey-t15: hsl(220deg 10% 94% / 100%);--col-granite-grey-t40: hsl(218deg 10% 85% / 100%);--col-granite-grey-quote: #cfd3d8}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-Black.woff2);font-style:normal;font-weight:900}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-ExtraBold.woff2);font-style:normal;font-weight:800}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-ExtraBoldItalic.woff2);font-style:italic;font-weight:800}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-Bold.woff2);font-style:normal;font-weight:700}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-Light.woff2);font-style:normal;font-weight:500}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-LightItalic.woff2);font-style:italic;font-weight:500}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-Medium.woff2);font-style:normal;font-weight:400}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-Regular.woff2);font-style:normal;font-weight:300}:root{--color-text: #001965;--text-font-size: inherit;--text-line-height: inherit;--text-font-weight: 300;--title-font-size: inherit;--title-line-height: inherit;--title-margin-bottom: inherit;--button-color--1: transparent;--button-color--2: transparent;--header-height: 5rem;--main-wide-area: calc(100% - 2 * 1.25rem);--margin-narrow: 2.125rem;--spacing: 2.25rem;--spacing--xs: calc(var(--spacing) / 2);--spacing--xxs: 0.625rem}@media(min-width: 576px){:root{--margin-narrow: calc((100vw - 576px) / 2 + 2.125rem)}}@media(min-width: 768px){:root{--margin-narrow: calc((100vw - 768px) / 2 + 2.125rem)}}@media(min-width: 992px){:root{--main-wide-area: 58rem;--margin-narrow: calc((100vw - 992px) / 2 + 2.125rem);--spacing: 4rem}}@media(min-width: 1200px){:root{--main-wide-area: 62rem;--margin-narrow: 3.625rem}}@media(min-width: 2000px){:root{--main-wide-area: 90rem;--margin-narrow: calc((100vw - 2000px) / 2 + 2.125rem)}}@-webkit-keyframes multilinesLinkHover{0%{width:0}100%{width:100%}}@keyframes multilinesLinkHover{0%{width:0}100%{width:100%}}@keyframes multilinesLinkHover{0%{width:0}100%{width:100%}}@keyframes multilinesLinkHover{0%{width:0}100%{width:100%}}@keyframes multilinesLinkHover{0%{width:0}100%{width:100%}}.media{border-radius:1.5625rem}.popup .cmp-modal__wrapper .ctabutton,.novo-search-results .search-block,.ctabutton--primary,.banner-overlay .ctabutton.ctabutton--primary,.search-dropdown-inner{--button-color--1: white;--button-color--2: #001965;--text-font-size: 1rem;--text-line-height: 1.3125rem;--text-margin-bottom: 0;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300;color:var(--button-color--1)}@media(min-width: 992px){.popup .cmp-modal__wrapper .ctabutton,.novo-search-results .search-block,.ctabutton--primary,.banner-overlay .ctabutton.ctabutton--primary,.search-dropdown-inner{--text-font-size: 1.125rem;--text-line-height: 1.3125rem}}.popup .cmp-modal__wrapper .ctabutton a,.novo-search-results .search-block a,.ctabutton--primary a,.banner-overlay .ctabutton.ctabutton--primary a,.search-dropdown-inner a,.popup .cmp-modal__wrapper .ctabutton button,.novo-search-results .search-block button,.ctabutton--primary button,.banner-overlay .ctabutton.ctabutton--primary button,.search-dropdown-inner button{background:var(--button-color--2);border:.125rem solid var(--button-color--2);padding:var(--spacing--xxs) 2.25rem;border-radius:1.5625rem;cursor:pointer}.popup .cmp-modal__wrapper .ctabutton a:hover,.novo-search-results .search-block a:hover,.ctabutton--primary a:hover,.banner-overlay .ctabutton.ctabutton--primary a:hover,.search-dropdown-inner a:hover,.popup .cmp-modal__wrapper .ctabutton a:active,.novo-search-results .search-block a:active,.ctabutton--primary a:active,.banner-overlay .ctabutton.ctabutton--primary a:active,.search-dropdown-inner a:active,.popup .cmp-modal__wrapper .ctabutton button:hover,.novo-search-results .search-block button:hover,.ctabutton--primary button:hover,.banner-overlay .ctabutton.ctabutton--primary button:hover,.search-dropdown-inner button:hover,.popup .cmp-modal__wrapper .ctabutton button:active,.novo-search-results .search-block button:active,.ctabutton--primary button:active,.banner-overlay .ctabutton.ctabutton--primary button:active,.search-dropdown-inner button:active{background:var(--button-color--1);color:var(--button-color--2);border:.125rem solid var(--button-color--2);opacity:1}.search-block,.ctabutton--secondary,.banner-overlay .ctabutton{--button-color--1: white;--button-color--2: #2a928d;--text-font-size: 1rem;--text-line-height: 1.3125rem;--text-margin-bottom: 0;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300;color:var(--button-color--1)}@media(min-width: 992px){.search-block,.ctabutton--secondary,.banner-overlay .ctabutton{--text-font-size: 1.125rem;--text-line-height: 1.3125rem}}.search-block a,.ctabutton--secondary a,.banner-overlay .ctabutton a,.search-block button,.ctabutton--secondary button,.banner-overlay .ctabutton button{background:var(--button-color--2);border:.125rem solid var(--button-color--2);padding:var(--spacing--xxs) 2.25rem;border-radius:1.5625rem;cursor:pointer}.search-block a:hover,.ctabutton--secondary a:hover,.banner-overlay .ctabutton a:hover,.search-block a:active,.ctabutton--secondary a:active,.banner-overlay .ctabutton a:active,.search-block button:hover,.ctabutton--secondary button:hover,.banner-overlay .ctabutton button:hover,.search-block button:active,.ctabutton--secondary button:active,.banner-overlay .ctabutton button:active{background:var(--button-color--1);color:var(--button-color--2);border:.125rem solid var(--button-color--2);opacity:1}.search-dropdown-inner button,.search-results .search-btn,.ctabutton--quinary,.ctabutton--quaternary,.banner-overlay .ctabutton.ctabutton--quaternary{--button-color--1: white;--button-color--2: #005ad2;--text-font-size: 1rem;--text-line-height: 1.3125rem;--text-margin-bottom: 0;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300;color:var(--button-color--1)}@media(min-width: 992px){.search-dropdown-inner button,.search-results .search-btn,.ctabutton--quinary,.ctabutton--quaternary,.banner-overlay .ctabutton.ctabutton--quaternary{--text-font-size: 1.125rem;--text-line-height: 1.3125rem}}.search-dropdown-inner button a,.search-results .search-btn a,.ctabutton--quinary a,.ctabutton--quaternary a,.banner-overlay .ctabutton.ctabutton--quaternary a,.search-dropdown-inner button button,.search-results .search-btn button,.ctabutton--quinary button,.ctabutton--quaternary button,.banner-overlay .ctabutton.ctabutton--quaternary button{background:var(--button-color--2);border:.125rem solid var(--button-color--2);padding:var(--spacing--xxs) 2.25rem;border-radius:1.5625rem;cursor:pointer}.search-dropdown-inner button a:hover,.search-results .search-btn a:hover,.ctabutton--quinary a:hover,.ctabutton--quaternary a:hover,.banner-overlay .ctabutton.ctabutton--quaternary a:hover,.search-dropdown-inner button a:active,.search-results .search-btn a:active,.ctabutton--quinary a:active,.ctabutton--quaternary a:active,.banner-overlay .ctabutton.ctabutton--quaternary a:active,.search-dropdown-inner button button:hover,.search-results .search-btn button:hover,.ctabutton--quinary button:hover,.ctabutton--quaternary button:hover,.banner-overlay .ctabutton.ctabutton--quaternary button:hover,.search-dropdown-inner button button:active,.search-results .search-btn button:active,.ctabutton--quinary button:active,.ctabutton--quaternary button:active,.banner-overlay .ctabutton.ctabutton--quaternary button:active{background:var(--button-color--1);color:var(--button-color--2);border:.125rem solid var(--button-color--2);opacity:1}.title--xxl,.title--xxl>*,.title--xxl .title{--title-font-size: 2.25rem;--title-line-height: 3.5rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.title--xxl,.title--xxl>*,.title--xxl .title{--title-font-size: 4.375rem;--title-line-height: 5.25rem}}.banner-overlay .title,.title--xl,.title--xl>*,.title--xl .title{--title-font-size: 3rem;--title-line-height: 3.5rem;--title-margin-bottom: 2.25rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:500}@media(min-width: 992px){.banner-overlay .title,.title--xl,.title--xl>*,.title--xl .title{--title-font-size: 4.375rem;--title-line-height: 5.25rem}}.banner-overlay .title b,.title--xl-bold,.title--xl-bold>*,.title--xl-bold .title{--title-font-size: 3rem;--title-line-height: 3.5rem;--title-margin-bottom: 2.25rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:800}@media(min-width: 992px){.banner-overlay .title b,.title--xl-bold,.title--xl-bold>*,.title--xl-bold .title{--title-font-size: 4.375rem;--title-line-height: 5.25rem}}.cmp-bmi-result-hero-banner__header,.title--lg,.title--lg>*,.title--lg .title{--title-font-size: 2.875rem;--title-line-height: 2.6875rem;--title-margin-bottom: 2.5rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.cmp-bmi-result-hero-banner__header,.title--lg,.title--lg>*,.title--lg .title{--title-font-size: 2.875rem;--title-line-height: 3.5rem}}.mediatext .title,.title--md,.title--md>*,.title--md .title,.section-container__article-hero .title{--title-font-size: 2.25rem;--title-line-height: 2.6875rem;--title-margin-bottom: 1.25rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.mediatext .title,.title--md,.title--md>*,.title--md .title,.section-container__article-hero .title{--title-font-size: 2.875rem;--title-line-height: 3.5rem}}.title--default,.title--default>*,.title--default .title{--title-font-size: 1.75rem;--title-line-height: 2.0625rem;--title-margin-bottom: 2.5rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:800}@media(min-width: 992px){.title--default,.title--default>*,.title--default .title{--title-font-size: 2.875rem;--title-line-height: 3.5rem}}.spotimagetext.locator-teaser-style .title,.spotimagetext.locator-style .title,.title--default-b,.title--default-b>*,.title--default-b .title{--title-font-size: 1.75rem;--title-line-height: 2.0625rem;--title-margin-bottom: 2.5rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.spotimagetext.locator-teaser-style .title,.spotimagetext.locator-style .title,.title--default-b,.title--default-b>*,.title--default-b .title{--title-font-size: 2.875rem;--title-line-height: 3.5rem}}.title--sm,.title--sm>*,.title--sm .title{--title-font-size: 1.75rem;--title-line-height: 2.125rem;--title-margin-bottom: 1.25rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:400}@media(min-width: 992px){.title--sm,.title--sm>*,.title--sm .title{--title-font-size: 2.25rem;--title-line-height: 2.75rem}}.mediatext .title--sm3{--title-font-size: 1.25rem;--title-line-height: 2.125rem;--title-margin-bottom: ;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.mediatext .title--sm3{--title-font-size: 2.25rem;--title-line-height: 2.75rem}}.mediatext--type2 .title,.title--sm-b,.title--sm-b>*,.title--sm-b .title{--title-font-size: 1.75rem;--title-line-height: 2.125rem;--title-margin-bottom: 1.25rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:800}@media(min-width: 992px){.mediatext--type2 .title,.title--sm-b,.title--sm-b>*,.title--sm-b .title{--title-font-size: 2.25rem;--title-line-height: 2.75rem}}.title--xs,.title--xs>*,.title--xs .title{--title-font-size: 1.5rem;--title-line-height: 1.9375rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:800}@media(min-width: 992px){.title--xs,.title--xs>*,.title--xs .title{--title-font-size: 1.5rem;--title-line-height: 2.6875rem}}.quote--no-image blockquote,.quote__content blockquote{--title-font-size: 1.125rem;--title-line-height: 1.6875rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.quote--no-image blockquote,.quote__content blockquote{--title-font-size: 1.375rem;--title-line-height: 1.6875rem}}.title--xxs,.title--xxs>*,.title--xxs .title{--title-font-size: 1rem;--title-line-height: 1.5;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:400}@media(min-width: 992px){.title--xxs,.title--xxs>*,.title--xxs .title{--title-font-size: 1.5rem;--title-line-height: 1.5}}.cmp-accordion__title,.title--xxxs,.title--xxxs>*,.title--xxxs .title{--title-font-size: 1.125rem;--title-line-height: 1.5rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.cmp-accordion__title,.title--xxxs,.title--xxxs>*,.title--xxxs .title{--title-font-size: 1.25rem;--title-line-height: 1.6875rem}}.accordion--small-text .cmp-accordion__title,.quote__content figcaption,.title--xxxxs,.title--xxxxs>*,.title--xxxxs .title{--title-font-size: 1rem;--title-line-height: 1.5rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.accordion--small-text .cmp-accordion__title,.quote__content figcaption,.title--xxxxs,.title--xxxxs>*,.title--xxxxs .title{--title-font-size: 1.125rem;--title-line-height: 1.6875rem}}.title--xxxxxs,.title--xxxxxs>*,.title--xxxxxs .title{--title-font-size: 0.875rem;--title-line-height: 1.9375rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.title--xxxxxs,.title--xxxxxs>*,.title--xxxxxs .title{--title-font-size: 0.875rem;--title-line-height: 2.6875rem}}.cmp-bmi-result-hero-banner__circles-header,.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual .card-body h2,.title--xxxxxxs,.title--xxxxxxs>*,.title--xxxxxxs .title{--title-font-size: 0.75rem;--title-line-height: 1.9375rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.cmp-bmi-result-hero-banner__circles-header,.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual .card-body h2,.title--xxxxxxs,.title--xxxxxxs>*,.title--xxxxxxs .title{--title-font-size: 0.75rem;--title-line-height: 2.6875rem}}.text.text--md,.section-container__article-hero .text{--text-font-size: 1.25rem;--text-line-height: 1.875rem;--text-margin-bottom: 2.25rem;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:400}@media(min-width: 992px){.text.text--md,.section-container__article-hero .text{--text-font-size: 1.5rem;--text-line-height: 2.6875rem}}.text.text--default{--text-font-size: 1rem;--text-line-height: 1.5rem;--text-margin-bottom: 2.125rem;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300}@media(min-width: 992px){.text.text--default{--text-font-size: 1.5rem;--text-line-height: 1.6875rem}}.contentcategoryfilter .card .card-body .new-article,.cmp-list-of-trials .card .card-body .new-article,table,.contentpageteaser .card-body .new-article,.text.text--sm{--text-font-size: 1rem;--text-line-height: 1.3125rem;--text-margin-bottom: 1.25rem;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300}@media(min-width: 992px){.contentcategoryfilter .card .card-body .new-article,.cmp-list-of-trials .card .card-body .new-article,table,.contentpageteaser .card-body .new-article,.text.text--sm{--text-font-size: 1.125rem;--text-line-height: 1.3125rem}}.contentpageteaser .card-body .tag,.text.text--xs,.text small,.section-container.disclaimer .contentfragment{--text-font-size: 0.75rem;--text-line-height: 1rem;--text-margin-bottom: 0.625rem;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300}@media(min-width: 992px){.contentpageteaser .card-body .tag,.text.text--xs,.text small,.section-container.disclaimer .contentfragment{--text-font-size: 0.75rem;--text-line-height: 1.125rem}}@font-face{font-family:"nntrials__icons";src:url("../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/nntrials__icons.woff?04d467a50b99fb2731800aa413f4f781") format("woff"),url("../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/nntrials__icons.woff2?04d467a50b99fb2731800aa413f4f781") format("woff2")}i[class^=icon-]:before,i[class*=" icon-"]:before{font-family:nntrials__icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-anchor:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-chevron:before{content:""}.icon-clock:before{content:""}.icon-close-icon:before{content:""}.icon-close:before{content:""}.icon-envelope:before{content:""}.icon-facebook:before{content:""}.icon-instagram:before{content:""}.icon-linkedin:before{content:""}.icon-menu:before{content:""}.icon-messenger:before{content:""}.icon-nntrials-chevron:before{content:""}.icon-nntrialsmenu:before{content:""}.icon-nntrialsminus:before{content:""}.icon-nntrialsplus:before{content:""}.icon-play:before{content:""}.icon-search:before{content:""}.icon-twitter:before{content:""}.icon-whatsapp:before{content:""}.icon-world:before{content:""}*,*::before,*::after{box-sizing:border-box;font-size:inherit}html{font-family:"scroll-behavior:smooth",sans-serif;scroll-behavior:smooth;--scroll-behavior: smooth;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:#000}body{color:var(--color-text);font-family:apis,verdana,geneva,tahoma,sans-serif;font-display:swap;line-height:normal;font-weight:300;overflow-x:hidden}#app{--text-font-size: 1rem;--text-line-height: 1.5rem;--text-margin-bottom: 2.125rem;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:0}@media(min-width: 992px){#app{--text-font-size: 1.5rem;--text-line-height: 1.6875rem}}main{display:block;margin:0 auto;width:100%;padding-bottom:6rem;font-weight:300}main .container:first-of-type{margin-bottom:0}.h-i{display:none}main{max-width:80rem;padding:var(--spacing--xs) 1.25rem 0}main .aem-GridColumn:not(.hidden):not(.container):not(.aem-Grid>*:last-child):not(.separator):not(.title):not(.splitlayout){margin-bottom:var(--spacing)}.container{padding-top:var(--spacing--xs);margin-bottom:var(--spacing)}.aem-GridColumn:not(.container)+div[class*=bg--]{margin-top:var(--spacing)}@media(max-width: 991px){main .aem-GridColumn:not(.aem-GridColumn--default--12){width:100% !important;margin-left:0 !important;margin-right:0 !important}}img{display:block;-o-object-fit:cover;object-fit:cover;width:100%}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin-top:0;margin-bottom:0}p{word-break:break-word;word-wrap:break-word;margin-top:0;margin-bottom:0}p+p,p+ul,p+table{margin-top:2.25rem}small,.small{font-size:85%;line-height:.2rem;font-weight:300}b,strong{font-weight:700}em{font-style:italic}address{font-style:inherit}table{width:100%;border-collapse:collapse}td,th{border:1px solid #5b5b5b;padding:1.25rem}tr:nth-child(even){background-color:#e2f0fa}tr:hover{background-color:#5397d8}td p,td a{word-break:keep-all}th{text-align:left;background-color:#001965;color:#fff}a{word-break:break-word;word-wrap:break-word;transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1);color:inherit;transition-property:background-color,border-color,color,fill,stroke;text-decoration:none}.text a{text-decoration:underline}main a:hover{opacity:.75}button{border:none;margin:0;padding:0;width:auto;overflow:visible;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}::-moz-focus-inner{border:0;padding:0}ul,ol{padding-left:2.125rem;margin:0 0 2.5rem}@media(min-width: 576px){ul,ol{padding-left:3.625rem}}li{margin-bottom:1.25rem}.columns{display:flex;flex-flow:row wrap;justify-content:space-between;width:100%;height:100%}@media(min-width: 768px){.columns{flex-wrap:nowrap;width:calc(100% + var(--spacing--xs))}}.column{display:flex;flex-direction:column;justify-content:center;width:100%}.column>*:not(.title):not(.social-share):not(.accordion){margin-bottom:1.875rem}@media(max-width: 767px){.column>*:last-child{margin-bottom:0}}.splitlayout{height:100%}.splitlayout--align-top .column{justify-content:flex-start}.splitlayout--align-bottom .column{justify-content:flex-end}.w-20{width:100%}@media(max-width: 767px){.w-20{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-20{width:20%;margin-right:var(--spacing--xs)}}.w-25{width:100%}@media(max-width: 767px){.w-25{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-25{width:25%;margin-right:var(--spacing--xs)}}.w-33{width:100%}@media(max-width: 767px){.w-33{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-33{width:33%;margin-right:var(--spacing--xs)}}.w-50{width:100%}@media(max-width: 767px){.w-50{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-50{width:50%;margin-right:var(--spacing--xs)}}.w-66{width:100%}@media(max-width: 767px){.w-66{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-66{width:66%;margin-right:var(--spacing--xs)}}.w-75{width:100%}@media(max-width: 767px){.w-75{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-75{width:75%;margin-right:var(--spacing--xs)}}.w-100{width:100%}@media(max-width: 767px){.w-100{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-100{width:100%;margin-right:var(--spacing--xs)}}input{border:1px solid #5b5b5b;padding:var(--spacing--xxs);margin-right:var(--spacing--xxs);border-radius:.25rem;color:#5b5b5b}.cmp-form-options{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;font-size:18px}.cmp-form-options__field-labels-container,.cmp-form-options__field-description{display:flex;flex-direction:row;align-items:center}.cmp-form-options__field-label{margin-left:-0.625rem;margin-top:1.25rem;margin-right:3.125rem;cursor:pointer}@media(min-width: 768px){.cmp-form-options__field-label{margin-left:1.25rem;margin-top:initial;margin-right:initial}}.cmp-form-options__field-label input[type=radio],.cmp-form-options__field-label input[type=checkbox]{display:inline-block;width:0;height:0;position:absolute;opacity:0}.cmp-form-options__field-label input[type=radio]+*::before,.cmp-form-options__field-label input[type=checkbox]+*::before{content:"";display:inline-block;vertical-align:bottom;margin:0 5px;width:2rem;height:2rem;border-radius:.1875rem;border-style:solid;border-width:.1rem;border-color:#d4d7dc;flex-shrink:0;scale:.6}.cmp-form-options__field-label input[type=radio]:checked+*::before,.cmp-form-options__field-label input[type=checkbox]:checked+*::before{font-family:nntrials__icons,Noto Sans,verdana,geneva,tahoma,sans-serif;content:"";text-align:center;border-color:#005ad2;background-color:#ecf3fc;color:#005ad2;width:2rem;height:2rem;scale:.6}.cmp-form-options .input-validation-error input[type=radio]+*::before{content:"";border-color:#e6553f}.cmp-form-options .input-validation-error input[type=radio]:checked+*::before{font-family:nntrials__icons,Noto Sans,verdana,geneva,tahoma,sans-serif;content:"";text-align:center;border-color:#005ad2;background-color:#ecf3fc;color:#005ad2;width:2rem;height:2rem;scale:.6}@media(min-width: 768px){.cmp-form-options{display:flex;flex-direction:row;justify-content:space-between}.cmp-form-options__legend{max-width:80%}}.cmp-prescreener-step-2 .cmp-form-options{flex-direction:column}.cmp-form-text{display:flex;flex-direction:column}.cmp-form-text label{font-size:18px}.cmp-form-text input{border-radius:1.5625rem;border-color:#ebe8e5}.input-validation-error input[type=text],.input-validation-error input[type=number],.input-validation-error input[type=email]{border-color:#e6553f}input.input-validation-error{border-color:#e6553f}input.input-validation-error[type=radio]+*::before,input.input-validation-error[type=checkbox]+*::before{border-color:#e6553f}.g-recaptcha{position:relative}@media(max-width: 767px){.g-recaptcha{transform:scale(0.77);transform-origin:0 0}}.g-recaptcha .g-recaptcha-response{opacity:0;z-index:-999;position:absolute;top:15px;left:-21px;margin:0 !important;display:block !important}.flex-direction-options-row .cmp-form-options__field-labels-container{flex-direction:row}.flex-direction-options-column .cmp-form-options__field-labels-container{flex-direction:column;align-items:flex-start}.flex-direction-label-options-row .cmp-form-options{flex-direction:row}.flex-direction-label-options-column .cmp-form-options{flex-direction:column}.flex-direction-label-options-column .cmp-form-options .cmp-form-options__field-label{margin-left:-0.625rem;margin-top:1.25rem;margin-right:3.125rem}fieldset{border:none}body.v2::after{left:0;width:100vw}.section-container{position:relative;width:100%;margin:0 auto}.section-container--small{max-width:52.9375rem}.section-container--medium{max-width:55.3125rem}.section-container--large{max-width:66.25rem}.section-container--xlarge{max-width:80rem}.section-container--upward-pull-xxsmall{margin-top:-5.625rem}.section-container--upward-pull-xxsmall .cmp-container{display:flex;flex-direction:column}.section-container--upward-pull-xsmall{margin-top:-6.125rem}.section-container--upward-pull-xsmall .cmp-container{display:flex;flex-direction:column}.section-container--upward-pull-small{margin-top:-7rem}.section-container--upward-pull-small .cmp-container{display:flex;flex-direction:column}.section-container--upward-pull-large{margin-top:-7rem}.section-container--upward-pull-large .cmp-container{display:flex;flex-direction:column}.section-container--upward-push-small{margin-top:2rem}.section-container--upward-push-medium{margin-top:5rem}.section-container--upward-push-medium .cmp-container{display:flex;flex-direction:column}.section-container--upward-push-large{margin-top:9.375rem}.section-container--dwsp-small{margin-bottom:.625rem !important}.section-container--dwsp-medium{margin-bottom:4rem !important}.section-container--dwsp-large{margin-bottom:6rem !important}.section-container--dwsp-large-small-responsive{margin-bottom:4.375rem !important}.section-container--dwsp-xlarge{margin-bottom:7.875rem !important}.section-container.border-bottom::after{content:"";height:1px;position:absolute;top:auto;bottom:-1px;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:#939aa7}.section-container.disclaimer .contentfragment{color:#939aa7}.section-container-bg-white{background-color:#fff}.section-container-bg-secondary{background-color:#ecf3fc}.section-container-prescreener .text{max-width:80%;margin:auto}@media(min-width: 768px){.section-container-prescreener-non-eligible,.section-container-prescreener-eligible{max-width:90%;padding:1.875rem 1.25rem;margin-bottom:initial}.section-container-prescreener-non-eligible .text,.section-container-prescreener-eligible .text{max-width:initial;margin:initial;text-align:left}.section-container-prescreener-non-eligible .media,.section-container-prescreener-eligible .media{width:90% !important;margin:auto}.section-container-prescreener-non-eligible .media{max-height:25rem !important}.section-container-prescreener-non-eligible .media img{filter:unset !important}.section-container-prescreener-eligible .media img{filter:unset !important}}@media(max-width: 767px){.section-container-prescreener-non-eligible,.section-container-prescreener-eligible{margin-bottom:6rem;margin-top:2rem}.section-container-prescreener-non-eligible .media,.section-container-prescreener-eligible .media{max-height:initial}.section-container-prescreener-non-eligible .media img,.section-container-prescreener-eligible .media img{filter:unset !important}.section-container-prescreener-non-eligible .mediatext--type3 .media-text,.section-container-prescreener-eligible .mediatext--type3 .media-text{grid-template-rows:5% 1fr 5%}.section-container-prescreener-non-eligible section.quote-area,.section-container-prescreener-eligible section.quote-area{padding-top:0}}.section-container-prescreener-error{border:1px solid #e6553f;border-radius:1.5625rem;padding:1rem;max-width:90%;margin-bottom:2rem;margin-top:2rem}.section-container-prescreener-error .text{margin-top:unset;padding-top:unset;max-width:initial}.section-container-prescreener-error .title{margin-bottom:unset}.section-container-prescreener-error .media img{width:11.875rem;height:15rem}@media(min-width: 768px){.section-container-prescreener-error{padding:4rem;max-width:80%}.section-container-prescreener-error .text{margin-left:initial}.section-container-prescreener-error .text p{text-align:left}}@media(min-width: 768px){.section-container--dwsp-large-small-responsive{margin-bottom:6rem !important}.section-container--upward-pull-xxsmall{margin-top:-5.25rem}.section-container--upward-pull-xsmall{margin-top:-8.375rem}.section-container--upward-pull-small{margin-top:-10.3125rem}.section-container--upward-pull-large{margin-top:-17.625rem}.section-container--upward-push-medium{margin-top:3.75rem}}.section-container__article-hero{max-width:55.4375rem;padding-left:1.25rem;padding-right:1.25rem}.section-container__article-hero .cmp-container{display:flex;flex-direction:column}.section-container__article-hero .tagline{order:1;margin-bottom:.9375rem}.section-container__article-hero .tagline strong{margin-right:.3125rem}.section-container__article-hero .sharing{order:2;margin:0 0 2rem}.section-container__article-hero .title{order:3;line-height:1.2;margin-bottom:1.1875rem}.section-container__article-hero .readtime{order:4;margin-bottom:1.25rem}.section-container__article-hero .text{order:5;line-height:1.5;margin-bottom:1.125rem}.section-container__article-hero.section-container--article-over-top{padding-bottom:5.5625rem}.section-container__article-hero.section-container--article-over-top-small{padding-bottom:13.75rem}@media(min-width: 768px){.section-container__article-hero .cmp-container{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(5, auto);grid-gap:0}.section-container__article-hero .tagline{grid-area:1/1/2/2;margin-bottom:1.3125rem}.section-container__article-hero .sharing{grid-area:1/2/1/3;display:flex;justify-content:flex-end}.section-container__article-hero .title{grid-area:2/1/3/3}.section-container__article-hero .readtime{grid-area:3/1/4/3}.section-container__article-hero .text{grid-area:4/1/5/3}.section-container__article-hero .authorbyline{grid-area:5/1/6/3}.section-container__article-hero.section-container--article-over-top{padding-bottom:16.1875rem}.section-container__article-hero.section-container--article-over-top-small{padding-bottom:8.125rem}}@media(min-width: 992px){.section-container__article-hero.section-container--article-over-top{padding-bottom:13.6875rem}}.title{word-break:break-word;word-wrap:break-word;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}.title sup,.title sub{font-size:75%}.title--center-text>*,.title--left-center-mobile>*{text-align:center}.title--small-bottom-margin{margin-bottom:2.1875rem}.title--medium-bottom-margin{margin-bottom:2.875rem}.title--line-height-1 h1,.title--line-height-1 h2,.title--line-height-1 h3,.title--line-height-1 h4,.title--line-height-1 h5,.title--line-height-1 h6{line-height:1}@media(min-width: 768px){.title--left-center-mobile>*{text-align:left}}.text{--text-font-size: 1rem;--text-line-height: 1.5rem;--text-margin-bottom: 2.125rem;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300;line-height:var(--text-line-height);font-weight:var(--text-font-weight);margin-bottom:var(--text-margin-bottom)}@media(min-width: 992px){.text{--text-font-size: 1.5rem;--text-line-height: 1.6875rem}}.text p:not(:last-child){margin-bottom:var(--text-margin-bottom)}.text--center-text>*,.text--left-center-mobile>*{text-align:center}.text.text--md{line-height:1.5}.text.text--default{line-height:1.5}.text.text--sm{line-height:1.5}.text.text--xs{line-height:1.5}.text.text--white-bg{padding:1.75rem;background-color:#fff}.text.text--grey-letters{color:#939aa7}.text--light-blue-blob{color:red}.text--light-blue-blob p{display:inline-flex;justify-content:center;align-items:center;width:100%;margin:1.875rem 0;padding:1.875rem 3.375rem;border-radius:1.5625rem;background-color:#ecf3fc;color:#005ad2;font-weight:700}.text--border-radius-10{border:1px solid #d4d7dc;border-radius:.625rem;padding:1.25rem;margin-bottom:2.125rem !important}.text--no-margin-bottom.text--default{margin-bottom:0}.text.form-validation-error{border-color:#e6553f}@media(min-width: 768px){.text--left-center-mobile>*{text-align:left}}.text.line-height-1-5{line-height:1.5}.carousel{margin-top:3.5625rem;--text-color: #001965;color:var(--text-color);position:relative}.hero .carousel{--text-color: white}@media(min-width: 992px){.carousel{margin-top:3.75rem}}.swiper-container{width:100%;height:100%;touch-action:pan-y;margin-left:auto;margin-right:auto;margin-bottom:var(--spacing--xs);position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-wrapper{transform:translate3d(0, 0, 0);position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-slide{display:flex;justify-content:center;align-items:center;flex-shrink:0;height:100%;position:relative;transition-property:transform}.swiper-slide>*{display:block;width:100%;height:100%}.swiper-slide .cmp-container>*{margin-bottom:1rem}[data-sliderscroll=enabled] .swiper-slide{zoom:1}.swiper-slide .mediatext--ratio-16-9 .media::before,.swiper-slide .mediatext--ratio-4-3 .media::before,.swiper-slide .mediatext--ratio-podcast .media::before{padding-top:0}.swiper-slide .mediatext--ratio-16-9 .media>div,.swiper-slide .mediatext--ratio-4-3 .media>div,.swiper-slide .mediatext--ratio-podcast .media>div{padding-bottom:23.75rem !important}@media(max-width: 575px){main .swiper-slide{width:66% !important}[data-sliderscroll=enabled] .swiper-slide{zoom:1}}.carousel .swiper-wrapper .swiper-slide{width:auto !important}@media(max-width: 767px){.carousel .swiper-wrapper .swiper-slide{width:17.5rem !important}}.carousel.contentpageteaser--img-bkg .swiper-wrapper .swiper-slide{width:auto !important}.carousel.contentpageteaser--img-round .card-image{margin-left:-0.9375rem}.swiper-controls{display:flex;justify-content:center;text-align:center;width:100%;margin-top:1.875rem}.swiper-controls .swiper-scrollbar{cursor:-webkit-grab;cursor:grab}.hero .swiper-controls{position:absolute;bottom:.625rem;z-index:1;width:100%}.swiper-bullets{margin-left:1.25rem;margin-right:1.25rem}.swiper-pagination-bullet{background:transparent;border:1px solid var(--text-color);margin:0 .375rem;cursor:pointer;width:1.25rem;height:1.25rem;display:inline-block;border-radius:50%}.swiper-pagination-bullet-active{background:var(--text-color)}.swiper-pagination-lock{display:none}.swiper-button-prev,.swiper-button-next{font-family:"nntrials__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;cursor:pointer}.swiper-button-prev::after{content:""}.swiper-button-next::after{content:""}.swiper-button-disabled{opacity:.5;cursor:none}.swiper-scrollbar{border-radius:.625rem;position:relative;touch-action:none;background:rgba(17,17,17,.1);height:.375rem;width:100%;margin-bottom:var(--spacing--xs)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:.1875rem;z-index:50;height:.375rem;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:.1875rem;top:1%;z-index:1;width:.375rem;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#2a928d;border-radius:.625rem;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.logo{transition:transform 150ms ease;display:block;order:1;margin-right:auto}.logo svg,.logo img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.header--scrolled .logo{transform-origin:center left}.homepage .header--scrolled .mobile-navigation,.sectionpage .header--scrolled .mobile-navigation{display:flex}.mobile-nav-toggle{display:flex;justify-content:center;align-items:center;right:2.25rem;top:.625rem;height:1.3125rem;width:1.3125rem;margin-top:-0.25rem;background:transparent;color:#001965;transform:scale(0.8) translateY(0.125rem);order:5;cursor:pointer}.mobile-nav-toggle::before{display:block;font-family:"nntrials__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;font-size:1.5625rem;content:""}@media(min-width: 992px){.homepage .mobile-nav-toggle{display:none}.homepage .header--scrolled .mobile-nav-toggle{display:flex}}.navigation{position:fixed;order:4;width:17rem;top:calc(1.75rem + var(--header-height));right:-16rem;padding-right:1.25rem;z-index:1;color:var(--text-color)}.header--scrolled .navigation[aria-hidden=false],.navigation[aria-hidden=false]{display:block;height:100vh;background:#ebe8e5;top:0;right:0;color:#001965;transition:right .3s}.header--scrolled .navigation[aria-hidden=true],.navigation[aria-hidden=true]{right:-16rem}@media(min-width: 992px){.homepage .navigation,.homepage .navigation[aria-hidden=false],.sectionpage .navigation,.sectionpage .navigation[aria-hidden=false]{top:calc(1.75rem + var(--header-height));right:0;background:none;color:var(--text-color)}}.homepage .header--scrolled .navigation,.sectionpage .header--scrolled .navigation{right:-16rem}.homepage .header--scrolled .navigation[aria-hidden=false],.sectionpage .header--scrolled .navigation[aria-hidden=false]{top:0;right:0;background:#ebe8e5;color:#001965}.navigation-menu{display:flex;flex-flow:column;align-items:flex-end;padding-left:.625rem}.nav-main-close-phone{display:none;align-items:center;margin:1.6875rem 1.25rem 2.125rem 2.125rem;cursor:pointer}.nav-main-close-phone::before{font-family:"nntrials__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;content:""}.navigation[aria-hidden=false] .nav-main-close-phone{display:flex;width:1.25rem;height:1.25rem;color:#001965;font-size:1.3125rem}@media(min-width: 992px){.homepage .navigation[aria-hidden=true] .nav-main-close-phone,.homepage .navigation[aria-hidden=false] .nav-main-close-phone,.sectionpage .navigation[aria-hidden=true] .nav-main-close-phone,.sectionpage .navigation[aria-hidden=false] .nav-main-close-phone{display:none}}@media(min-width: 992px){.homepage .header--scrolled [aria-hidden=false] .nav-main-close-phone,.sectionpage .header--scrolled [aria-hidden=false] .nav-main-close-phone{display:flex}}.navigation-items{display:none;margin:0;padding:0;right:0;list-style:none;font-weight:300;text-align:right;z-index:1}[aria-hidden=false] .navigation-items{display:block;position:relative}@media(min-width: 992px){.navigation-items{display:block}}.navigation-item{position:relative;margin-bottom:0;padding-right:1.5625rem;font-size:1.125rem}.navigation-item a{display:inline-block;align-items:center;position:relative;height:2.625rem;padding-top:.5rem;padding-bottom:.5rem;border-bottom:.25rem solid transparent;text-decoration:none}.navigation-item a span{position:relative}.navigation-item a span::after{content:"";display:block;position:absolute;width:0;height:.25rem;left:0;bottom:-0.375rem;background-color:#001965}.navigation-item a span:hover::after{-webkit-animation:multilinesLinkHover .6s ease forwards;animation:multilinesLinkHover .6s ease forwards}.navigation-item.is-active{font-weight:700}.navigation-item.is-active::before{content:"";display:block;position:absolute;width:.25rem;height:2.625rem;right:0;background-color:var(--text-color)}[aria-hidden=false] .navigation-item.is-active::before{background-color:#fff}.navigation-item.is-active a:hover::after{-webkit-animation:none;animation:none}.header-cmp .languagenavigation{display:none}.header-cmp .country-selector{display:flex;width:1.4375rem;order:2;margin-right:.9375rem;color:var(--text-color)}.header-cmp .country-selector .c-btn{width:100%}.header-cmp .country-selector .c-btn::before{font-family:"nntrials__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;content:""}@media(min-width: 768px){.header-cmp .country-selector{margin-right:1.6875rem}}.header-cmp .search{display:flex;order:3;width:1.5625rem;margin-right:.9375rem;color:var(--text-color)}.header-cmp .search .c-btn::before{font-family:"nntrials__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;content:""}@media(min-width: 768px){.header-cmp .search{margin-right:1.625rem}}.country-dropdown-inner,.search-dropdown-inner{border-radius:.25em;background:#fff;display:flex;justify-content:center;padding:1.5rem var(--spacing--xxs) 0;position:absolute;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;bottom:calc(-2 * 2.125rem);left:0;top:calc(2.25rem + var(--header-height));width:100%;z-index:2}.country-dropdown-inner .search-area,.search-dropdown-inner .search-area{display:flex;flex-wrap:wrap;justify-content:center}.country-dropdown-inner input,.country-dropdown-inner button,.search-dropdown-inner input,.search-dropdown-inner button{margin-bottom:1.25rem}.country-dropdown-inner[aria-hidden=false],.search-dropdown-inner[aria-hidden=false]{display:flex}@media(min-width: 768px){.country-dropdown-inner{max-height:30rem;overflow:hidden}}.country-dropdown-countries{width:60rem;display:flex;justify-content:flex-start;flex-wrap:wrap;overflow-y:auto;padding:0 1.25rem;max-height:70vh;color:#001965}.country-dropdown__item{font-size:1.125rem}.country-dropdown__item dt{font-weight:700}.country-dropdown__item dd{display:inline-block;margin:0 1.25rem 0 0;text-transform:capitalize}@media(min-width: 768px){.country-dropdown__item{width:33%}}.search-dropdown-inner{text-align:center}*[id]{scroll-margin-top:var(--header-height)}.header{--text-color: #001965;position:fixed;top:0;z-index:5;width:100%;min-width:20rem;max-width:100vw;padding:0 1.25rem;background-color:#ebe8e5;color:var(--text-color)}.homepage .header,.sectionpage .header,.basicpage .header{background-color:transparent}.homepage .header--scrolled,.sectionpage .header--scrolled,.basicpage .header--scrolled{background-color:#ebe8e5}.header--scrolled,.homepage .header--scrolled{background-color:#ebe8e5}.header .aem-Grid{position:relative}.header .container,.header .column{margin:0;padding:0}.header .columns{width:100%;align-items:center}.header .c-btn::before{margin-right:.3125rem;vertical-align:middle}.header .country-selector .country-code{font-size:1rem}.search{display:flex;font-size:1.35rem}.header-cmp{display:flex;align-items:center;min-height:5rem}.header-cmp .cmp-container{display:flex;align-items:center;width:100%}.header-cmp .cmp-container .image{order:1;margin-right:auto;width:clamp(11.5625rem,47vw,16.5rem)}.header-cmp .cmp-container .image.image--double-size{width:clamp(23.125rem,47vw,33rem)}.header-cmp .cmp-container .languagenavigation{order:2;font-size:1.35rem}.header-cmp .cmp-container .languagenavigation .country-selector,.header-cmp .cmp-container .languagenavigation button{display:flex;align-items:center;margin-right:2.5rem}.header-cmp .cmp-container .search{order:3}.header-cmp .cmp-container .search button{display:flex}.header-cmp .cmp-container .mobile-navigation{order:4}.header-cmp .cmp-image__image{height:auto;margin-right:auto;padding-right:1.25rem}.header-cmp .navigation{display:flex;justify-content:flex-end}.header input[type=radio],.mobile-nav-overlay,.header .bg-overlay,.header .globe,.header .svg-menu,.nav-main-close-phone,.navigation-items-footer,.search-dropdown-inner,.country-dropdown-inner{display:none}.banner{display:grid;grid-template-columns:4rem auto 3rem;grid-template-rows:2.5rem auto auto 2.5rem;color:#fff;margin:0;min-height:95vh;position:relative;overflow:hidden}.banner.color--blue{color:#001965}.banner--mobile-small{min-height:31.25rem}.banner .cmp-image{grid-column:1/-1;grid-row:1/-1;position:relative;flex-basis:100%}.banner .cmp-image::before{content:"";display:block;padding-top:35%;width:100%}.banner .cmp-image iframe,.banner .cmp-image img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.banner .cmp-image::before{display:none}@media(min-width: 992px){.banner{grid-template-columns:13vw auto 13vw;grid-template-rows:5vw auto 5vw;min-height:46.875rem}.sectionpage .banner{min-height:31.25rem}.banner .cmp-image{align-self:stretch}}.banner-overlay{grid-column:1/4;grid-row:3/4;align-self:end;width:100%;padding:5vh 1.25rem;text-align:center;z-index:1}.sectionpage .banner-overlay{align-self:start}.banner-overlay .title{margin-bottom:1.5rem}.banner-overlay .title h1{margin-bottom:0}.banner-overlay .text{margin-bottom:2.375rem;max-width:40rem}.banner-overlay--content-controlled{top:0;transform:none;padding-top:100px;bottom:auto}.banner-overlay .ctabutton{text-align:center}.banner-overlay .ctabutton.ctabutton--primary:hover .cta a,.banner-overlay .ctabutton.ctabutton--primary:hover a,.banner-overlay .ctabutton.ctabutton--primary:hover button,.banner-overlay .ctabutton.ctabutton--primary:active .cta a,.banner-overlay .ctabutton.ctabutton--primary:active a,.banner-overlay .ctabutton.ctabutton--primary:active button{color:#fff;border-color:#001965;background:#001965}.banner-overlay .ctabutton.ctabutton--quaternary .cta a,.banner-overlay .ctabutton.ctabutton--quaternary a,.banner-overlay .ctabutton.ctabutton--quaternary button{border-color:#005ad2}.banner-overlay .ctabutton.ctabutton--quaternary .cta a:hover,.banner-overlay .ctabutton.ctabutton--quaternary .cta a:active,.banner-overlay .ctabutton.ctabutton--quaternary a:hover,.banner-overlay .ctabutton.ctabutton--quaternary a:active,.banner-overlay .ctabutton.ctabutton--quaternary button:hover,.banner-overlay .ctabutton.ctabutton--quaternary button:active{color:#005ad2;border-color:#005ad2;background:transparent}@media(min-width: 992px){.banner-overlay{grid-column:2/3;grid-row:2/3;width:75%;align-self:center;text-align:left}.sectionpage .banner-overlay{align-self:center}.banner-overlay .title{margin-bottom:2.25rem}.banner-overlay .title h1{font-size:clamp(3.125rem,6vw,4.375rem);line-height:1}.banner-overlay .title h1 b{font-weight:800}.banner-overlay .text{margin-bottom:2.375rem}.banner-overlay .ctabutton{text-align:left}}.container{position:relative}.container--upward-pull-to-banner{margin-top:calc(var(--spacing--xs)*-1);padding-top:0}.container--no-margin-bottom{margin-bottom:0}.container.bg--sand,.container.bg--grey,.container.bg--lightblue,.container.bg--sand-gfx{max-width:100%;position:relative;transform:none;overflow-x:initial}.container.bg--sand::after,.container.bg--grey::after,.container.bg--lightblue::after,.container.bg--sand-gfx::after{content:"";height:100%;position:absolute;top:0;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.container.bg--sand{background:#ebe8e5}.container.bg--grey{background:#f6f5f4}.container.bg--lightblue{background:#ecf3fc}.container.bg--sand-gfx{padding:6.25rem 0}.container.bg--sand-gfx::after{z-index:-1;background:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/Did_you_know_bg_mobile.png);background-position:center right;background-color:#f6f5f4;background-size:contain;background-repeat:no-repeat}@media(min-width: 768px){.container.bg--sand-gfx::after{background:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/Did_you_know_bg.png);background-position:bottom center;background-color:#f6f5f4;background-size:contain;background-repeat:no-repeat}}.cmp-container{position:relative}.cmp-container[id]::before{content:" ";display:block;visibility:hidden;pointer-events:none;height:3.75rem;margin-top:calc(-1 * 3.75rem)}.cmp-modal__content .cmp-container[id]::before{content:none}@media(min-width: 992px){.cmp-container[id]::before{height:4.5rem;margin-top:calc(-1 * 4.5rem)}}footer{--text-color: white;--footer-content-max-width: 38.375rem;background-color:#001965;color:var(--text-color);padding:var(--margin-narrow);text-align:center}footer .aem-Grid{display:flex;flex-direction:column;align-items:center;max-width:var(--main-wide-area);margin:0 auto}footer .image{margin-bottom:4.5625rem}footer .list{width:100%;max-width:var(--footer-content-max-width);margin-bottom:1.375rem}footer .list .cmp-list{display:flex;flex-direction:column}footer .list .cmp-list__item-title{font-size:1rem}footer .text{max-width:var(--footer-content-max-width)}footer .text p{font-size:.75rem;line-height:1.5}footer .text p,footer .text p:not(:last-child){margin-bottom:0}footer .text p+p{margin-top:0}footer .cmp-image{width:5.9375rem;height:auto}@media(min-width: 768px){footer{padding:10.625rem var(--margin-narrow) 3.625rem}footer .list .cmp-list{flex-direction:row;justify-content:space-between}footer .text p{font-size:.875rem}}@media(min-width: 992px){footer .image{margin-bottom:6.4375rem}}.cmp-list{font-size:var(--text-font-size);line-height:var(--text-line-height);margin:0;padding:0;list-style:none}.cmp-list__item-link{position:relative;word-break:normal}@media(min-width: 768px){.cmp-list__item-link{padding:0 .25rem}}.cmp-list__item-link:hover{text-decoration:underline}.link-external .cmp-list__item-link{display:inline-flex;align-items:flex-end;line-height:1;margin-bottom:var(--sp10)}.link-external .cmp-list__item-link::after{content:"";background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 2h5v5M21 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h6M13 11l8.5-8.5' stroke='%23001a66' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;width:1.125rem;height:1.125rem;margin-left:var(--sp10);background-size:1.125rem}.quote{display:flex;position:relative;margin:0;border-radius:1.5625rem;text-align:left;background-color:#f7f6f5}.quote.author-ltr{direction:ltr}.quote.author-rtl{direction:rtl}.quote__quote-mark{display:flex;position:absolute;height:6rem;width:7rem;right:-0.25rem;bottom:-0.125rem;padding:0;border-bottom-right-radius:1.5625rem;overflow:hidden}.quote__quote-mark svg{width:100%;height:100%}.quote .quote__image{display:none}.quote .quote-icon{fill:#ccc5bd}.quote__share-title{grid-area:1/1/2/2;display:flex;align-items:center;font-size:1.5rem;font-weight:800;margin:0 .3125rem 0 0}@media(min-width: 992px){.quote .quote__image{display:block;max-width:21.625rem;max-height:25.625rem;margin:-3.25rem 0 0 3.625rem;border-radius:1.5625rem}}.quote__content{display:grid;grid-template-columns:auto auto auto 1fr;grid-template-rows:repeat(3, auto);grid-gap:0;height:100%;min-height:26rem;padding:1.75rem 2.25rem 6.4375rem}.quote__content .share-link{display:flex;justify-content:center;align-items:center;align-self:center;position:relative;width:2rem;min-width:2rem;height:2rem;margin:0 .3125rem 0;background:#fff;border-color:#fff;border-radius:50%}.quote__content .share-link .svg-icon{fill:#001965}.quote__content .share-link span{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.quote__content .share-link::after{display:block;position:absolute;content:"";background-position:center center;background-repeat:no-repeat}.quote__content .share-link[data-platform=twitter]{grid-area:1/2/2/3}.quote__content .share-link[data-platform=twitter] .svg-icon{width:1.0625rem;height:.875rem}.quote__content .share-link[data-platform=facebook]{grid-area:1/3/2/4}.quote__content .share-link[data-platform=facebook] .svg-icon{width:.625rem;height:1.125rem}.quote__content blockquote{grid-area:2/1/3/5;line-height:1.5;font-weight:400;margin:3.6875rem 0 3.375rem}.quote__content figcaption{grid-area:3/1/4/5;line-height:1.125rem}.quote__content figcaption::before{font-family:"nntrials__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;color:transparent;vertical-align:middle;margin-right:.625rem}@media(min-width: 992px){.quote__content{padding:2.9375rem 4.375rem}.quote__content blockquote{margin:2.875rem 0 2rem}.quote__content figcaption{padding-right:3.125rem}}.quote--no-image{display:grid;grid-template-columns:auto auto auto 1fr;grid-template-rows:repeat(3, auto);grid-gap:0;padding:3.625rem 2.25rem 6.625rem}.quote--no-image .share-link{display:flex;justify-content:center;align-items:center;position:relative;width:2rem;min-width:2rem;height:2rem;margin:0 .3125rem 0;border:1px solid #d7d7d7;border-radius:50%}.quote--no-image .share-link span{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.quote--no-image .share-link[data-platform=twitter]{grid-area:1/2/2/3}.quote--no-image .share-link[data-platform=twitter] .svg-icon{width:1.0625rem;height:.875rem}.quote--no-image .share-link[data-platform=facebook]{grid-area:1/3/2/4}.quote--no-image .share-link[data-platform=facebook] .svg-icon{width:.625rem;height:1.125rem}.quote--no-image blockquote{grid-area:2/1/3/5;font-weight:300;margin:1.5625rem 0 1.25rem}.quote--no-image figcaption{grid-area:3/1/4/5;font-size:.75rem;line-height:1.125rem}.quote--no-image figcaption::before{font-family:"nntrials__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;color:transparent;vertical-align:middle;margin-right:.625rem}.ctabutton .cta a,.ctabutton a,.ctabutton button{display:inline-flex;flex-direction:row-reverse;border-width:.125rem;border-style:solid;font-size:.875rem;font-weight:700;line-height:inherit;text-decoration:none}.ctabutton--primary .cta a,.ctabutton--primary a,.ctabutton--primary button{border-color:#001965}.ctabutton--primary .cta a:hover,.ctabutton--primary .cta a:active,.ctabutton--primary a:hover,.ctabutton--primary a:active,.ctabutton--primary button:hover,.ctabutton--primary button:active{color:#fff;border-color:#001965;background:#001965}.ctabutton--secondary .cta a,.ctabutton--secondary a,.ctabutton--secondary button{border-color:#2a928d}.ctabutton--secondary .cta a:hover,.ctabutton--secondary .cta a:active,.ctabutton--secondary a:hover,.ctabutton--secondary a:active,.ctabutton--secondary button:hover,.ctabutton--secondary button:active{color:#fff;border-color:#2a928d;background:#2a928d}.ctabutton--quaternary .cta a,.ctabutton--quaternary a,.ctabutton--quaternary button{border-color:#005ad2;background:#005ad2}.ctabutton--quaternary .cta a:hover,.ctabutton--quaternary .cta a:active,.ctabutton--quaternary a:hover,.ctabutton--quaternary a:active,.ctabutton--quaternary button:hover,.ctabutton--quaternary button:active{color:#005ad2;border-color:#005ad2;background:transparent}.ctabutton--quinary .cta a,.ctabutton--quinary a,.ctabutton--quinary button{border-color:#fff;background:#fff;color:#001965}.ctabutton--quinary .cta a:hover,.ctabutton--quinary .cta a:active,.ctabutton--quinary a:hover,.ctabutton--quinary a:active,.ctabutton--quinary button:hover,.ctabutton--quinary button:active{color:#fff;border-color:#fff;background:transparent}.ctabutton.align--text-center-left .cta,.ctabutton.align--text-center-left-medium .cta,.ctabutton.align--text-left .cta,.ctabutton.align--text-center .cta,.ctabutton.align--text-right .cta{display:flex;justify-content:center}.ctabutton.align--text-center-left .cta a,.ctabutton.align--text-center-left-medium .cta a,.ctabutton.align--text-left .cta a,.ctabutton.align--text-center .cta a,.ctabutton.align--text-right .cta a{text-align:center}.ctabutton.cta-button--sticky-bl{position:fixed;bottom:.625rem;left:.625rem;z-index:10}.ctabutton.cta-button--sticky-br{position:fixed;bottom:.625rem;right:.625rem;z-index:10}.ctabutton.cta-button--with-search-icon .cta a{display:flex;align-items:center;position:relative;padding-right:2.5rem}.ctabutton.cta-button--with-search-icon .cta a::after{display:block;position:absolute;width:.9375rem;height:.9375rem;transform:translateY(0.125rem);right:.9375rem;font-family:"nntrials__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;font-size:.875rem;content:"";font-weight:normal;line-height:1}@media(min-width: 768px){.ctabutton.align--text-left .cta{display:flex;justify-content:flex-start}.ctabutton.align--text-center .cta{display:flex;justify-content:center}.ctabutton.align--text-right .cta{display:flex;justify-content:flex-end}.ctabutton.align--text-center-left-medium .cta{display:flex;justify-content:flex-start}}@media(min-width: 992px){.ctabutton.align--text-center-left .cta{display:flex;justify-content:flex-start}}.cmp-image--contain img{margin:auto;width:auto;max-width:100%}@media(min-width: 768px){.cmp-image--contain{overflow:hidden;position:relative;height:100%;min-height:100%}.cmp-image--contain img{position:absolute;height:100%;width:100%;-o-object-fit:contain;object-fit:contain}}.cmp-image--auto img{height:auto;width:auto;margin:auto}.cmp-image--round{position:relative}.cmp-image--round.image{padding-top:100%}.cmp-image--round img{position:absolute;height:100%;width:100%;top:0;border-radius:50%}.image--rounded{border-radius:1.5625rem;overflow:hidden}.image--article-over-top{margin-top:-7rem}@media(min-width: 768px){.image--article-over-top{margin-top:-17.625rem}}.accordion{margin:0}.accordion--small-dwd-margin{margin-bottom:.9375rem}.accordion--large-dwd-margin{margin-bottom:2.8125rem}summary{display:flex;align-items:center;padding:1.25rem 2.1875rem 1.25rem 1.25rem;position:relative;min-height:4rem;border-radius:1.25rem;outline:none;cursor:pointer;background:#fff}@media(hover: none){summary{-webkit-tap-highlight-color:rgba(0,0,0,0)}}summary img{display:block;width:2.5rem;height:2.5rem;margin-right:1.25rem}summary .icon,summary::-webkit-details-marker{display:none}.accordion--sand summary{background:#f7f6f5}.accordion--with-icon summary{height:5rem;padding:1.25rem 1.875rem}[open] summary{border-radius:1.25rem 1.25rem 0 0}.accordion--transparent summary{background:transparent;border:1px solid #d7d7d7;color:#737373}.accordion--transparent[open] summary{border-bottom-color:transparent}@media(min-width: 768px){summary{height:4.1875rem}.accordion--with-icon summary{height:5.625rem}.accordion--with-icon summary img{width:3.125rem;height:3.125rem}}.cmp-accordion__title{display:flex;align-items:center;margin:0;width:100%;line-height:1.875rem}.accordion--small-text .cmp-accordion__title{margin:0}.cmp-accordion__title::after{display:block;width:1.25rem;height:1.3125rem;margin-left:auto;margin-right:0;transform:translate(0.25rem, 0);font-family:"nntrials__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;font-size:1.25rem;content:"";font-weight:normal;line-height:1}[open] .cmp-accordion__title::after{width:1rem;height:.1875rem;transform:translate(0.125rem, 0.0625rem);font-family:"nntrials__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;font-size:3px;content:""}.accordion-details{padding:1.25rem 1.875rem 1.25rem 1.25rem;border-radius:1.25rem;background:#fff}[open] .accordion-details{padding-top:.375rem;border-radius:0 0 1.25rem 1.25rem}.accordion-details .text,.accordion-details .text p,.accordion-details .text ul li,.accordion-details .text ol li{font-size:1.125rem}.accordion--sand .accordion-details{background:#f7f6f5}.accordion--with-icon .accordion-details{padding:.5rem 1.875rem 3rem}.accordion--transparent .accordion-details{background:transparent;border:1px solid #d7d7d7;border-top:none;color:#737373}.accordion--small-text .accordion-details .text,.accordion--small-text .accordion-details .text p{font-size:.75rem}@media(min-width: 768px){.accordion--with-icon .accordion-details{padding:1.75rem 4.375rem 4.375rem}}.accordion-details ul li{word-break:break-word;word-wrap:break-word}.author{display:flex;justify-content:flex-end;align-items:center}.author.globe::before{margin-right:1.25rem}.cmp-author{font-size:.75rem;line-height:1.125rem;display:flex;justify-content:flex-end;align-items:center;padding-top:var(--spacing--xxs);padding-bottom:var(--spacing--xxs)}.cmp-author__img{position:relative;margin-right:1.25rem;width:6.25rem;height:6.25rem}.cmp-author__meta{max-width:10.9375rem}.cmp-author__title{font-weight:700;margin-bottom:var(--spacing--xxs)}.contentpageteaser{position:relative;width:17.5rem;height:100%}.contentpageteaser .card-image{width:auto;max-width:17.5rem;height:23.75rem;margin-bottom:1.5rem;border-radius:.625rem;overflow:hidden}.contentpageteaser .card-image img{width:auto;max-width:100%;height:100%}.contentpageteaser .card-body h2{--title-font-size: 1.25rem;--title-line-height: 1.6875rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700;display:-webkit-box;height:152.578125px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#001965;height:auto}@media(min-width: 992px){.contentpageteaser .card-body h2{--title-font-size: 1.25rem;--title-line-height: 1.6875rem}}.contentpageteaser .card-body .new-article{display:inline-block;position:relative;margin-bottom:.3125rem;color:#2a928d}.contentpageteaser .card-body .tag{display:inline-block;margin-bottom:.625rem;--text-color: transparent;color:var(--text-color)}.contentpageteaser .card-body p{display:none}.contentpageteaser .category{--text-color: #2a928d;color:var(--text-color);font-weight:300}.contentpageteaser .overlay-link{display:block;content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.contentpageteaser .title-arrow,.contentpageteaser .read-time,.contentpageteaser svg{display:none}@media(min-width: 992px){.contentpageteaser .card-image{max-width:19.0625rem;height:23.75rem}}.contentpageteaser--carousel-manual .card-body .tag{display:none}.contentpageteaser--carousel-manual .card-body h2{margin-top:1.4375rem;font-size:.75rem;color:#2a928d;font-weight:400}.contentpageteaser--carousel-manual .card-body p{display:inline-block;margin-bottom:1.5rem;font-size:1.25rem;display:-webkit-box;height:152.578125px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:700;height:auto;line-height:1.2}.contentpageteaser--img-round .card-image{position:relative;width:19.0625rem;max-width:19.0625rem;height:19.0625rem;border-radius:50%;box-shadow:.625rem .9375rem #dfefee;transform:scale(0.9)}.contentpageteaser--img-round .card-image::before{content:"";display:block;padding-top:100%;width:100%}.contentpageteaser--img-round .card-image iframe,.contentpageteaser--img-round .card-image img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.contentpageteaser--img-bkg{border-radius:1.5625rem}.contentpageteaser--img-bkg .contentpageteaser{width:18.75rem}.contentpageteaser--img-bkg .card-image{position:relative;width:18.75rem;max-width:18.75rem;height:18.75rem;margin-bottom:0;border-radius:1.5625rem;filter:brightness(70%)}.contentpageteaser--img-bkg .card-image::before{content:"";display:block;padding-top:100%;width:100%}.contentpageteaser--img-bkg .card-image iframe,.contentpageteaser--img-bkg .card-image img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.contentpageteaser--img-bkg .card-body{--text-color: white;position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;display:flex;flex-direction:column}.contentpageteaser--img-bkg .card-body .new-article{color:#fff}.contentpageteaser--img-bkg .card-body .tag{font-size:.875rem;text-transform:uppercase;letter-spacing:.125rem;line-height:1.25rem;overflow:hidden}.contentpageteaser--img-bkg .card-body .category{--text-color: white;font-weight:700}.contentpageteaser--img-bkg .card-body h2{font-size:1.25rem;line-height:1.2;font-weight:400;display:-webkit-box;height:152.578125px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:auto;color:#fff}.contentpageteaser--img-bkg .card-body p{display:none}.contentpageteaser--img-bkg .card-body::after{display:block;position:absolute;content:attr(data-read-more);height:3.125rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;top:auto;bottom:1.75rem;padding:.8125rem 1.25rem .0625rem;border:2px solid var(--text-color);border-radius:1.5625rem;font-size:.875rem;color:#fff;line-height:1.5;text-decoration:none}.contentpageteaser--img-bkg .swiper-controls{margin-top:3.375rem}.contentpageteaser--img-bkg .overlay-link{display:block;content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}@media(min-width: 992px){.contentpageteaser--img-bkg .contentpageteaser{width:29.0625rem}.contentpageteaser--img-bkg .card-body{top:0;right:0;bottom:0;left:0;padding:1.875rem}.contentpageteaser--img-bkg .card-body .new-article{font-size:1.5rem;font-weight:700}.contentpageteaser--img-bkg .card-body h2{font-size:2.25rem;line-height:1.3}.contentpageteaser--img-bkg .card-image{width:29.0625rem;max-width:29.0625rem;height:29.0625rem}}.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual .card-body h2{margin-top:.1875rem;margin-bottom:1.125rem;text-transform:uppercase;line-height:1;overflow:hidden}.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual .card-body p{display:inline-block;--title-font-size: 1.5rem;--title-line-height: 1.9375rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:mobile;line-height:1.5;font-weight:400;display:-webkit-box;height:152.578125px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:auto;color:#fff}@media(min-width: 992px){.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual .card-body p{--title-font-size: 1.5rem;--title-line-height: 2.6875rem}}@media(min-width: 992px){.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual .card-body p{--title-font-size: 1.75rem;--title-line-height: 1.9375rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:desktop;line-height:1.2}}@media(min-width: 992px)and (min-width: 992px){.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual .card-body p{--title-font-size: 2.25rem;--title-line-height: 2.6875rem}}hr{height:1px;background-color:var(--color-text);border:none;margin:0}.search-results{padding:1.25rem;background:#e5e5e5;margin-top:0;margin-bottom:2.5rem}.search-block{display:flex}.search-block input{flex-grow:1}.results-time{color:#5b5b5b}.search-contents{border:none}.novo-search-results{width:100%}.novo-search-results form{padding-left:0;padding-right:0}.novo-search-results .search-results{background:none}.novo-search-results .search-block{display:flex}.novo-search-results .search-block input{flex-grow:1}.novo-search-results .search-result-pagination .test span:not(.disabled,.ellipse){margin-left:.4em}.cmp-modal__wrapper{position:fixed;display:none;z-index:99999;left:0;top:0;width:100%;height:100%;background-color:var(--overlay-bck-color)}.cmp-modal__wrapper.modal-open{display:flex}.bg-blur .cmp-modal__wrapper{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem)}.cmp-modal__box{background-color:var(--col-white);padding:1.25rem 1.25rem;max-width:50rem;width:95%;height:95%;max-height:100%;min-height:30%;margin:auto;margin-top:2%;display:flex;flex-direction:column;justify-content:space-between;border-radius:1.5625rem}[data-trigger=leavesite] .cmp-modal__box{height:auto;margin-top:auto}@media(min-width: 576px){.cmp-modal__box{height:80%;margin-top:10vh;padding:2.125rem 1.25rem;width:80%}}@media(min-width: 768px){.cmp-modal__box{width:70%}}@media(min-width: 992px){.cmp-modal__box{width:50%}.bg-blur .cmp-modal__box{width:80%}}.cmp-modal__content{display:flex;flex:1;overflow-y:auto;padding:0 .625rem}.cmp-modal__content--hidden{display:none}.cmp-modal__content .container{padding:0}.cmp-modal__content .aem-Grid.aem-Grid.aem-Grid,.cmp-modal__content .cmp-container{display:flex;flex-flow:column !important;flex-wrap:nowrap;min-height:auto;justify-content:flex-start}.cmp-modal__content .aem-Grid.aem-Grid.aem-Grid>*:not(.cmp-container),.cmp-modal__content .cmp-container>*:not(.cmp-container){margin:auto 0 !important;width:100% !important}.cmp-modal__content .richmedia{display:flex;flex-direction:column}.cmp-modal__content .title,.cmp-modal__content .text{text-align:left !important;color:#001965}.cmp-modal__content .title{padding-bottom:.625rem;font-size:1.5rem;line-height:1.5}[data-trigger=leavesite] .cmp-modal__content .title{padding-bottom:1.25rem}.cmp-modal__content .title h1{font-size:1.25rem}@media(min-width: 768px){.cmp-modal__content .title h1{font-size:unset}}.cmp-modal__content .text{height:100%;overflow-y:scroll}[data-trigger=leavesite] .cmp-modal__content .text{padding-bottom:2.5rem;overflow-y:hidden}.cmp-modal__content .text p{max-width:100%;font-size:1rem;line-height:1.3}@media(min-width: 992px){.cmp-modal__content .text p{font-size:1.125rem}}.cmp-modal__content .text p:last-child{margin:0 !important}.cmp-modal__content .ctabutton{margin-top:1.25rem}.cmp-modal__content .ctabutton .cta a{min-width:11.75rem;display:flex;justify-content:center}@media(min-width: 768px){.cmp-modal__content .ctabutton{margin-right:1.25rem}}@media(min-width: 768px){.cmp-modal__content .richmedia{flex-direction:row}}.cmp-modal__deck{display:flex;justify-content:space-evenly;flex-wrap:wrap;padding:1.066rem 0}.cmp-modal__close{display:none;background-color:transparent;border:none;cursor:pointer;margin-left:auto;padding:0}.cmp-modal__close .icon-close{font-size:0;margin:0}.cmp-modal__close .icon-close::before{font-family:"nntrials__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;color:var(--col-true-blue);font-size:1.25rem}[data-trigger=leavesite] .cmp-modal__close{display:flex;width:1.875rem;height:1.875rem;justify-content:center;align-items:center;margin-bottom:1.25rem;border-radius:50%;border:2px solid #005ad2;color:#005ad2}.cmp-modal__link{display:inline-flex;align-items:center;align-self:flex-end;font-size:0;line-height:1rem;padding-top:.5rem;padding-right:0;text-align:right}.cmp-modal__link:after{font-family:"custom_materialicons";font-size:1rem;font-style:normal;font-weight:normal}.cmp-modal__link:hover{text-decoration:none}.cmp-modal__link::after{font-family:"nntrials__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;color:var(--col-true-blue);content:""}.popup .cmp-modal__wrapper .ctabutton .cta a{border-color:#001965}.popup .cmp-modal__wrapper .ctabutton .cta a:hover,.popup .cmp-modal__wrapper .ctabutton .cta a:active{color:#fff;border-color:#001965;background:#001965}.popup .cmp-modal__wrapper .ctabutton.ctabutton--secondary .cta a,.popup .cmp-modal__wrapper .ctabutton.ctabutton--secondary a,.popup .cmp-modal__wrapper .ctabutton.ctabutton--secondary button{color:#005ad2;border-color:#005ad2;background:#fff}.popup .cmp-modal__wrapper .ctabutton.ctabutton--quaternary .cta a,.popup .cmp-modal__wrapper .ctabutton.ctabutton--quaternary a,.popup .cmp-modal__wrapper .ctabutton.ctabutton--quaternary button{color:#fff;border-color:#005ad2;background:#005ad2}@media(min-width: 768px){.popup .cmp-modal__wrapper .ctabutton{margin-top:3.125rem !important;margin-bottom:1.5625rem !important}}.popup .cmp-modal__wrapper[data-trigger=leavesite] .cta a,.popup .cmp-modal__wrapper[data-trigger=leavesite] a,.popup .cmp-modal__wrapper[data-trigger=leavesite] .cta a:hover,.popup .cmp-modal__wrapper[data-trigger=leavesite] .cta a:active,.popup .cmp-modal__wrapper[data-trigger=leavesite] a:hover,.popup .cmp-modal__wrapper[data-trigger=leavesite] a:active{color:#fff;border-color:#005ad2;background:#005ad2}.mediatext{text-align:center}.mediatext .quote-area{flex-basis:50%;padding-top:1.25rem;padding-bottom:1.25rem}.mediatext--type1 .media{flex-basis:70%}.mediatext--type1 .quote-area{display:flex;flex-direction:column;justify-content:center}.mediatext--type1 .title{margin-bottom:.75rem}.mediatext--type2 .media-text{flex-direction:column}.mediatext--type2 .media{flex-basis:unset;align-self:center;width:13.125rem;height:13.125rem;margin-bottom:.5625rem}.mediatext--type2 .quote-area{flex-basis:80%;padding-bottom:0}.mediatext--type2 .quote-area .text:first-child{margin-bottom:.375rem}.mediatext--type2 .quote-area .text:first-child p{font-size:.75rem;color:#005ad2}.mediatext--type2 .quote-area .text:last-child{font-size:1.125rem;margin-bottom:0}.mediatext--type2 .title{margin-bottom:1.375rem}.mediatext--type3 .media-text,.mediatext--type5 .media-text{display:grid;grid-template-columns:20px 1fr 20px;grid-template-rows:20% 1fr 20%;grid-gap:0;position:relative;max-width:20.9375rem;margin:0 auto}@media(min-width: 768px){.mediatext--type3 .media-text,.mediatext--type5 .media-text{min-height:31.25rem}}.mediatext--type3 .media,.mediatext--type5 .media{grid-column:1/4;grid-row:1/4;flex-basis:unset;width:100%;height:100%;position:relative;-o-object-fit:cover;object-fit:cover}.mediatext--type3 .media img,.mediatext--type5 .media img{filter:brightness(70%)}.mediatext--type3 .title,.mediatext--type5 .title{margin-bottom:1.375rem;font-size:2.25rem;font-weight:800;color:#fff}.mediatext--type3 .quote-area,.mediatext--type5 .quote-area{display:flex;flex-direction:column;justify-content:center;grid-row:2/3;grid-column:2/3;position:relative;padding-bottom:0}.mediatext--type3 .quote-area .text,.mediatext--type5 .quote-area .text{margin-bottom:1.3125rem}.mediatext--type3 .quote-area .text p,.mediatext--type5 .quote-area .text p{font-size:1.125rem;color:#fff}.mediatext--type5 .media img{filter:unset;-o-object-fit:fill;object-fit:fill}.mediatext--type5 .title{color:#001965}.mediatext--mobile-rectangular figure.media{max-height:8rem}.mediatext--mobile-rectangular section.quote-area{padding-top:0}.mediatext--mobile-rectangular section.quote-area .title{margin:0}.mediatext--mobile-rectangular section.quote-area .title h1{margin:0}@media(min-width: 768px){.mediatext--left,.mediatext--right{text-align:left}.mediatext--left .media-text,.mediatext--right .media-text{gap:2.5rem}.mediatext--left .media-text{flex-direction:row}.mediatext--right .media-text{flex-direction:row-reverse}.mediatext--type2 .media-text{flex-direction:row}.mediatext--type2 .media{width:12.5rem;height:12.5rem;margin-right:3.125rem}.mediatext--type2 .quote-area{display:flex;flex-direction:column;justify-content:center;padding:0}.mediatext--type3 .media-text,.mediatext--type5 .media-text{grid-template-columns:clamp(2.5rem,10vw,11.25rem) auto clamp(2.5rem,10vw,11.25rem);grid-template-rows:3.75rem auto 3.75rem;max-width:100%;min-height:19.1875rem}.mediatext--type3 figure.media,.mediatext--type5 figure.media{max-height:19.1875rem}.mediatext--type3 .quote-area,.mediatext--type5 .quote-area{padding:0}.mediatext--type3 .title,.mediatext--type5 .title{margin-bottom:.75rem}.mediatext--type5 .media-text{grid-template-columns:clamp(2.5rem,0vw,11.25rem) auto clamp(2.5rem,10vw,3.125rem);grid-template-rows:auto;min-height:auto}}.media-text{display:flex;flex-direction:column}.mediatext--reverse-order .media-text{flex-flow:column-reverse}.media{position:relative;margin:0;overflow:hidden;flex-basis:50%}.media::before{content:"";display:block;padding-top:56.25%;width:100%}.media iframe,.media img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.media>div{position:static !important;padding-bottom:0 !important}.mediatext--ratio-podcast .media{position:relative}.mediatext--ratio-podcast .media::before{content:"";display:block;padding-top:100px;width:100%}.mediatext--ratio-podcast .media iframe,.mediatext--ratio-podcast .media img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.mediatext--ratio-4-3 .media{position:relative}.mediatext--ratio-4-3 .media::before{content:"";display:block;padding-top:75%;width:100%}.mediatext--ratio-4-3 .media iframe,.mediatext--ratio-4-3 .media img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.mediatext--ratio-16-9 .media{position:relative}.mediatext--ratio-16-9 .media::before{content:"";display:block;padding-top:56.25%;width:100%}.mediatext--ratio-16-9 .media iframe,.mediatext--ratio-16-9 .media img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.cmp-quiz{justify-content:center;overflow:hidden;--quiz--color-primary: #eff7f6;--quiz--color-secondary: #bfdedc;--quiz--color-tertiary: var(--col-ocean-green-t15);padding:2rem .625rem !important;box-shadow:0 10px 10px rgba(0,0,0,.2) !important}.cmp-quiz__category{padding:0 2.1875rem 1.875rem}.cmp-quiz__category:first-child{padding-top:1.875rem}.cmp-quiz__heading--big{min-height:0 !important}.cmp-quiz__title h1,.cmp-quiz__title h1 *{font-size:3rem,mobile !important;line-height:1.1 !important}.cmp-quiz__title h3,.cmp-quiz__title h3 *{font-size:2.25rem !important;line-height:1.1 !important}.cmp-quiz__counter{margin-bottom:.875rem !important;font-size:.8125rem !important;font-style:italic}.cmp-quiz__button{font-size:.875rem !important;font-weight:700 !important}@media(hover: none){.cmp-quiz :not(.completed) .cmp-quiz__answer-label:hover{background-color:#fff}}.cmp-quiz .cmp-quiz__figure{display:flex;justify-content:center}.cmp-quiz .cmp-quiz__figure img{max-width:100% !important;height:auto !important}.cmp-quiz::after{background-color:transparent !important}@media(min-width: 768px){.cmp-quiz{padding:2.5rem !important}.cmp-quiz__title h1,.cmp-quiz__title h1 *{font-size:4.375rem !important}.cmp-quiz__title h3,.cmp-quiz__title h3 *{font-size:2.875rem !important}}.cmp-quiz__counter.active~.cmp-quiz__page .cmp-quiz__button{display:none !important}.cmp-quiz__counter.active~.cmp-quiz__page .cmp-quiz__button.active{display:flex !important}.cmp-quiz,.cmp-quiz__card{border-radius:1.5625rem}.cmp-quiz__result:last-child,.cmp-quiz__card__result:last-child{margin-bottom:0 !important}.cmp-quiz__result-question{border:none}.cmp-quiz__answer,.cmp-quiz__answer-label,.cmp-quiz__result,.cmp-quiz__result-question{border-radius:.625rem}.cmp-quiz__answer,.cmp-quiz__result{overflow:hidden}.richmedia__video{border-radius:1.5625rem;overflow:hidden;position:relative}.richmedia__video::before{content:"";display:block;padding-top:135%;width:100%}.richmedia__video iframe,.richmedia__video img{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.cmp-risk-calculator__section:first-child{border-radius:1.5625rem}.cmp-risk-calculator__title{margin-bottom:2.6875rem}.cmp-risk-calculator__title h1,.cmp-risk-calculator__title h4,.cmp-risk-calculator__sub-title,.cmp-risk-calculator__sub-title h3{text-transform:none}.cmp-risk-calculator__section.active{position:relative;border-radius:0 0 1.5625rem 1.5625rem}.cmp-risk-calculator__section.active::before,.cmp-risk-calculator__section.active::after{content:"";width:1.5625rem;height:1.5625rem;position:absolute;top:-1.5625rem;left:0;background:#fff}.cmp-risk-calculator__section.active::after{right:0;left:auto}.cmp-risk-calculator__bmi{border-radius:1.5625rem}.cmp-risk-calculator__container--highlight{border-radius:1.5625rem}.cmp-risk.active{padding-bottom:3.375rem}.cmp-breadcrumb{visibility:hidden}.cmp-breadcrumb__list{display:flex;justify-content:flex-start;flex-wrap:wrap;padding:5.875rem .625rem .875rem;list-style-type:none}.cmp-breadcrumb__item{display:none;position:relative;margin-bottom:.625rem;padding-right:.875rem;padding-left:.625rem;font-size:.75rem;line-height:1rem;color:#d7d7d7}.cmp-breadcrumb__item::after{content:"/";position:absolute;top:.0625rem;right:0}.cmp-breadcrumb__item:last-child::after{display:none}.cmp-breadcrumb__item:nth-child(2)::after,.cmp-breadcrumb__item:nth-child(n+3){display:none}.cmp-breadcrumb__item-link{position:relative;text-decoration:underline}.cmp-breadcrumb__item-link:hover{text-decoration:none}@media(min-width: 992px){.cmp-breadcrumb__item:nth-child(2)::after,.cmp-breadcrumb__item:nth-child(n+3){display:block}}.share-panel{display:flex;flex-wrap:wrap}.share-panel--right-mobile-left .share-panel{flex-direction:row}.share-panel .share-link{display:flex;justify-content:center;align-items:center;width:2rem;min-width:2rem;height:2rem;margin:0 .5rem .5625rem 0;background:#f7f6f5;border-radius:50%}.share-panel .share-link .svg-icon{width:100%;fill:#001965}.share-panel .share-link[data-platform=twitter] .svg-icon{width:1.0625rem;height:.875rem}.share-panel .share-link[data-platform=facebook] .svg-icon{width:.625rem;height:1.125rem}.share-panel .share-link .linkedin{transform:translateX(-0.0625rem)}.share-panel .share-link span{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media(min-width: 992px){.share-panel--right-mobile-left .share-panel{justify-content:flex-end}.share-panel .share-link{margin-right:.5625rem}}.cmp-bmi{max-width:100%}.banner-overlay .cmp-bmi{max-width:55.3125rem}.cmp-bmi__section{color:#001965}.cmp-bmi__section-header{display:flex;flex-direction:column;align-items:center;margin-bottom:-0.0625rem;padding:1.875rem 1.25rem 1.875rem;background:#dfefee;border-radius:1.5625rem 1.5625rem 0 0;box-shadow:2px 20px 17px 1px rgba(0,0,0,.12)}.cmp-bmi__section-header .cmp-bmi__section-heading{align-self:flex-start;font-size:1.5rem;font-weight:700;line-height:1.875rem}@media(min-width: 1200px){.cmp-bmi__section-header{flex-direction:row;justify-content:space-between;padding-bottom:.8125rem}}.cmp-bmi__toggle{display:flex;flex-direction:row;align-items:center;margin-top:1.25rem;margin-left:auto}@media(min-width: 1200px){.cmp-bmi__toggle{flex-direction:column;align-items:flex-end;margin-top:.3125rem}}.cmp-bmi__toggle-switch{position:relative;display:inline-block;width:2.5rem;height:1.25rem}@media(min-width: 1200px){.cmp-bmi__toggle-switch{margin-bottom:.4375rem}}.cmp-bmi__toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fff;transition:.4s}.cmp-bmi__toggle-slider::before{position:absolute;content:"";height:1rem;width:1rem;left:1.375rem;bottom:.125rem;background-color:#001965;transition:.4s}.cmp-bmi__toggle-slider--round{border-radius:34px}.cmp-bmi__toggle-slider--round::before{border-radius:50%}.cmp-bmi__toggle-checkbox{opacity:0;width:0;height:0}.cmp-bmi__toggle-checkbox:checked+.cmp-bmi__toggle-slider{background-color:#fff}.cmp-bmi__toggle-checkbox:checked+.cmp-bmi__toggle-slider::before{transform:translateX(-1.25rem)}.cmp-bmi__toogle-text-bottom{display:none}@media(min-width: 1200px){.cmp-bmi__toogle-text-bottom{display:flex}}.cmp-bmi__toogle-metric-text,.cmp-bmi__toogle-imperial-text{font-size:.5625rem;line-height:.8125;font-weight:300}.cmp-bmi__toogle-metric-text--top,.cmp-bmi__toogle-imperial-text--top{display:block;margin-right:.5rem}@media(min-width: 1200px){.cmp-bmi__toogle-metric-text--top,.cmp-bmi__toogle-imperial-text--top{display:none}}.cmp-bmi__toogle-imperial-text{margin-left:.1875rem}.cmp-bmi__toogle-imperial-text--top{margin-left:.5rem}.cmp-bmi__section-inputs{position:relative;display:flex;flex-direction:column;align-items:center;padding:0 1.25rem 1.875rem;margin:0 0 1.875rem;background:#dfefee;border-radius:0 0 0 1.5625rem;box-shadow:2px 20px 17px 1px rgba(0,0,0,.12)}.cmp-bmi__section-inputs::after{display:block;content:"";position:absolute;width:4.3125rem;height:1.875rem;top:auto;right:0;bottom:-1.8125rem;left:auto;background:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-small.png);background-size:4.3125rem 1.875rem}@media(min-width: 992px){.cmp-bmi__section-inputs{flex-flow:row nowrap;justify-content:flex-start}.banner-overlay .cmp-bmi__section-inputs{flex-direction:column}}@media(min-width: 1200px){.cmp-bmi__section-inputs{margin:0 0 3rem}.banner-overlay .cmp-bmi__section-inputs{flex-flow:row nowrap;justify-content:flex-start}.cmp-bmi__section-inputs::after{width:6.5625rem;height:3rem;bottom:-2.9375rem;background:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-large.png);background-size:6.5625rem 3rem}}.cmp-bmi__section-inputs .cmp-bmi__input-container:last-child .choices__list--single .choices__item--selectable{display:inline-block;width:90%;height:auto;font-size:.8125rem}.cmp-bmi__section-inputs .choices__list--dropdown .choices__item,.cmp-bmi__section-inputs .choices__list--dropdown .choices__list .choices__item--selectable{font-size:.8125rem;word-break:keep-all}.cmp-bmi__section-inputs .choices__list--dropdown .choices__list .choices__item--selectable:first-child{display:none}.cmp-bmi__input-container{width:100%;max-width:18.75rem;margin-right:0;margin-bottom:1.875rem}.cmp-bmi__input-container:last-child{margin-right:0;margin-bottom:1.125rem}@media(min-width: 992px){.cmp-bmi__input-container{max-width:100%;margin-right:1.25rem}.cmp-bmi__section-inputs--3 .cmp-bmi__input-container{max-width:16.75rem}.cmp-bmi__section-inputs--4 .cmp-bmi__input-container{max-width:12.25rem}.cmp-bmi__section-inputs--5 .cmp-bmi__input-container{max-width:9.5625rem}.cmp-bmi__input-container:last-child{margin-bottom:1.875rem}}.banner-overlay .cmp-bmi__input-container{max-width:18.75rem}@media(min-width: 1200px){.banner-overlay .cmp-bmi__input-container{width:100%;margin-right:1.25rem}.banner-overlay .cmp-bmi__input-container:last-child{margin-bottom:1.875rem}.banner-overlay .cmp-bmi__section-inputs--3 .cmp-bmi__input-container{max-width:16.75rem}.banner-overlay .cmp-bmi__section-inputs--4 .cmp-bmi__input-container{max-width:12.25rem}.banner-overlay .cmp-bmi__section-inputs--5 .cmp-bmi__input-container{max-width:9.5625rem}}.cmp-bmi__imperial-inputs-container{display:flex;border-radius:1.5625rem;background:#fff}.cmp-bmi__form-label{display:inline-block;width:100%;margin-bottom:.5rem;font-size:.875rem;line-height:1.3125rem;font-weight:700;text-align:left}.cmp-bmi__input-error-message{display:none}.validation-error .cmp-bmi__input-error-message{display:inline-block;font-size:.75rem;font-weight:300;line-height:1.5;color:#e6553f}.cmp-bmi__form-input{position:relative;display:flex;flex-direction:column;justify-content:center;width:100%;height:3.125rem;border-radius:1.5625rem;background:#fff}.validation-error .cmp-bmi__form-input{border:1px solid #e6553f}.validation-error .cmp-bmi__form-input--choices{border:none}.validation-error .cmp-bmi__form-input--choices .choices__inner{border:1px solid #e6553f}.cmp-bmi__form-input input{position:relative;width:100%;border:none;background:none;margin-right:0;padding-right:.1875rem;font-size:.875rem;text-align:right;color:#001965}.cmp-bmi__form-input input[type=number]::-webkit-inner-spin-button,.cmp-bmi__form-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.cmp-bmi__form-input input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.cmp-bmi__form-input span{position:absolute;right:2.625rem;left:auto;font-size:.8125rem;line-height:1.125rem}.cmp-bmi__form-input--imperial-first span{right:1.625rem}.cmp-bmi__form-input--height{padding-left:1.5625rem;padding-right:3.9375rem}.cmp-bmi__form-input--weight{padding-left:1.5625rem;padding-right:3.75rem}.cmp-bmi__form-input--years{padding-left:1.5625rem;padding-right:4.875rem}.cmp-bmi__form-input--imperial{padding-left:.25rem;padding-right:3.5625rem}.cmp-bmi__form-input--imperial-first{padding-right:2.4375rem;border-radius:1.5625rem 0 0 1.5625rem}.validation-error .cmp-bmi__form-input--imperial-first{border-right:none}.cmp-bmi__form-input--imperial-first .cmp-bmi__input-number--custom{padding-left:.5rem}.cmp-bmi__form-input--imperial-second{width:calc(100% - 25px);padding-left:0;padding-right:3.5rem;border-radius:0 1.5625rem 1.5625rem 0}.validation-error .cmp-bmi__form-input--imperial-second{border-left:none}.cmp-bmi__form-input--imperial-second .cmp-bmi__input-number--custom{padding-left:0;padding-right:0}.cmp-bmi__form-input--imperial-second span{right:2.5rem}.cmp-bmi__form-input .choices{width:100%;min-width:0}.cmp-bmi__form-input .choices__list--dropdown,.cmp-bmi__form-input .choices__list[aria-expanded]{z-index:4}.cmp-bmi__form-input .choices__list--single .choices__item--selectable{width:auto;line-height:1}.cmp-bmi__input-number-step-button{position:absolute;display:flex;justify-content:center;align-items:center;width:.9375rem;height:.9375rem;right:1.1875rem;z-index:1}.cmp-bmi__input-number-step-button svg{display:block;width:.75rem;transform-origin:center center}.cmp-bmi__input-number-step-button--up{top:.5625rem}.cmp-bmi__input-number-step-button--up svg{transform:rotate(180deg)}.cmp-bmi__input-number-step-button--down{bottom:.5625rem}.cmp-bmi__form-input--imperial-first .cmp-bmi__input-number-step-button{right:.1875rem}.cmp-bmi__section-cta{display:flex;flex-direction:column;justify-content:center}@media(min-width: 768px){.cmp-bmi__section-cta{flex-direction:row;justify-content:space-between;align-items:center}}.cmp-bmi__section-cta .cmp-bmi__form-error-message{display:none;margin:0 auto;font-size:.75rem;line-height:1.125rem;text-align:center;color:#e6553f}.cmp-bmi__section-cta .cmp-bmi__form-error-message.validation-error{order:2;display:block}@media(min-width: 768px){.cmp-bmi__section-cta .cmp-bmi__form-error-message{order:1;margin:0 auto 0 1.25rem;padding-right:1.875rem;text-align:left}}.cmp-bmi__section-cta .ctabutton{order:1;margin:0 0 1.25rem auto}@media(min-width: 768px){.cmp-bmi__section-cta .ctabutton{order:2;margin:0 0 0 auto}}.cmp-bmi-result-hero-banner{min-height:21.25rem;margin-top:5rem;padding-top:5rem;background-color:#001965}.cmp-bmi-result-hero-banner__container{display:flex;flex-direction:column;align-items:center;margin-bottom:5rem;padding-bottom:2rem}.cmp-bmi-result-hero-banner__header{margin:0 1.25rem 2rem 1.25rem;font-weight:400;line-height:1.2;color:#fff;text-align:center}.cmp-bmi-result-hero-banner__circles{display:flex;flex-direction:column;margin:0 1.25rem}.cmp-bmi-result-hero-banner__circles-obesity-level,.cmp-bmi-result-hero-banner__circles-bmi-results{display:flex;flex-direction:column;align-items:center;width:11.25rem;height:11.25rem;border-radius:50%;padding-top:2.6875rem;background:#fff}.cmp-bmi-result-hero-banner__circles-obesity-level{margin-bottom:.8125rem}.cmp-bmi-result-hero-banner__circles-header{display:inline-block;margin-bottom:-0.125rem;font-weight:400}.cmp-bmi-result-hero-banner__circles-obesity-level .cmp-bmi-result-hero-banner__circles-results{display:inline-block;font-size:2.25rem;font-weight:700;line-height:.9;text-align:center}.cmp-bmi-result-hero-banner.cmp-bmi-result-hero-banner--medium-font .cmp-bmi-result-hero-banner__circles-obesity-level .cmp-bmi-result-hero-banner__circles-results{margin-top:.3125rem;font-size:2.5rem;letter-spacing:-0.0625rem}.cmp-bmi-result-hero-banner.cmp-bmi-result-hero-banner--large-font .cmp-bmi-result-hero-banner__circles-obesity-level .cmp-bmi-result-hero-banner__circles-results{margin-top:.3125rem;font-size:2.875rem}.cmp-bmi-result-hero-banner__circles-bmi-results .cmp-bmi-result-hero-banner__circles-results{display:inline-block;padding-top:.3125rem;font-size:2.875rem;font-weight:700;line-height:.9;text-align:center}@media(min-width: 1200px){.cmp-bmi-result-hero-banner__container{flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:0}.cmp-bmi-result-hero-banner__header{margin:0 2.6875rem 0 0;text-align:left}.cmp-bmi-result-hero-banner__circles{margin:0;flex-direction:row}.cmp-bmi-result-hero-banner__circles-obesity-level{margin-bottom:0;margin-right:2rem}}.choices{position:relative;overflow:hidden;margin-bottom:1.5rem;font-size:1rem}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#fff;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.choices__item{cursor:default}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:1.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;margin-right:.234375rem;margin-bottom:.234375rem;color:#fff;word-break:break-all;box-sizing:border-box}.choices.is-disabled .choices__item{cursor:not-allowed}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#fff;padding:.46875rem .46875rem .234375rem;border:1px solid #fff;border-radius:.15625rem;font-size:.875rem;min-height:2.75rem;overflow:hidden}.is-open .choices__inner{border-radius:.15625rem .15625rem 0 0}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:.46875rem}.choices__input{display:inline-block;vertical-align:baseline;background-color:#fff;font-size:.875rem;margin-bottom:.3125rem;border:0;border-radius:0;max-width:100%;padding:.25rem 0 .25rem .125rem}[dir=rtl] .choices__input{padding-right:.125rem;padding-left:0}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:.625rem;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices [hidden]{display:none !important}.choices__button{text-indent:-624.9375rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:.5rem;position:absolute;top:50%;right:0;margin-top:-0.625rem;margin-right:1.5625rem;height:1.25rem;width:1.25rem;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 .125rem #00bcd4}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:1.5625rem;margin-right:0}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:.3125rem;position:absolute;right:.71875rem;top:50%;margin-top:-0.15625rem;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-0.46875rem}.choices[data-type*=select-one][dir=rtl]::after{left:.71875rem;right:auto}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -0.25rem 0 .5rem;padding-left:1rem;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:.5rem;width:.5rem;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-flipped.is-open .choices__inner{border-radius:0 0 .15625rem .15625rem}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:.25rem 1rem .25rem .25rem;width:100%}[dir=rtl] .choices__list--single{padding-right:.25rem;padding-left:1rem}.choices__list--multiple .choices__item[data-deletable]{padding-right:.3125rem}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:.234375rem}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{visibility:hidden;z-index:2;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:.15625rem;border-bottom-right-radius:.15625rem;overflow:hidden;word-break:break-all;will-change:visibility}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:18.75rem;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:.625rem;font-size:.875rem}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media(min-width: 640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:6.25rem}.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{content:attr(data-select-text);font-size:.75rem;opacity:0;position:absolute;right:.625rem;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{text-align:right;padding-left:6.25rem;padding-right:.625rem}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after{right:auto;left:.625rem}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:.75rem;padding:.625rem;border-bottom:1px solid #f7f7f7;color:gray}.choices__button:focus,.choices__input:focus{outline:0}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}.hcp-locator,.cmp-countries-selector{display:flex;position:relative;padding:0 0 1.875rem}.hcp-locator::after,.cmp-countries-selector::after{display:block;content:"";position:absolute;width:4.3125rem;height:1.875rem;top:auto;right:0;bottom:0;left:auto;background:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-small.png);background-size:4.3125rem 1.875rem}@media(min-width: 992px){.hcp-locator,.cmp-countries-selector{padding:0 0 3rem}.hcp-locator::after,.cmp-countries-selector::after{width:6.5625rem;height:3rem;background:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-large.png);background-size:6.5625rem 3rem}}.cmp-hcp-locator,.cmp-countries-selector-container{display:flex;flex-direction:column;justify-content:space-between;position:relative;width:100%;padding:3.125rem 1.6875rem 3.125rem;background:#ebe8e5;border-radius:1.25rem 1.25rem 0 1.25rem}.cmp-hcp-locator>div:nth-child(2),.cmp-countries-selector-container>div:nth-child(2){position:relative}.cmp-hcp-locator .cmp-image__image,.cmp-countries-selector-container .cmp-image__image{-o-object-fit:contain;object-fit:contain;width:18.6875rem;max-width:100%;height:auto;margin:0 auto;padding-bottom:1.9375rem}@media(min-width: 992px){.cmp-hcp-locator,.cmp-countries-selector-container{flex-direction:row;justify-content:flex-start;min-height:20.75rem;padding:0 3.75rem 0 2.25rem}.cmp-hcp-locator>div:nth-child(2),.cmp-countries-selector-container>div:nth-child(2){justify-content:center;width:50%;max-width:28.75rem}.cmp-hcp-locator .cmp-image,.cmp-countries-selector-container .cmp-image{position:absolute}.cmp-hcp-locator .cmp-image__image,.cmp-countries-selector-container .cmp-image__image{width:clamp(12.5rem,40vw,28.4375rem);max-width:28.4375rem;padding-bottom:0;margin:0}}.cmp-hcp-locator__info,.cmp-list-of-trials__info,.cmp-countries-selector__info{order:1;margin-bottom:2.5rem;text-align:center}.cmp-hcp-locator__info h1,.cmp-hcp-locator__info h2,.cmp-hcp-locator__info h3,.cmp-hcp-locator__info h4,.cmp-list-of-trials__info h1,.cmp-list-of-trials__info h2,.cmp-list-of-trials__info h3,.cmp-list-of-trials__info h4,.cmp-countries-selector__info h1,.cmp-countries-selector__info h2,.cmp-countries-selector__info h3,.cmp-countries-selector__info h4{padding-bottom:2.5rem;font-size:1.75rem;line-height:2.0625rem;font-weight:800}.cmp-hcp-locator__info p,.cmp-list-of-trials__info p,.cmp-countries-selector__info p{padding-bottom:.9375rem;font-size:1rem;line-height:1.5rem}.cmp-hcp-locator__info-find-country,.cmp-list-of-trials__info-find-country,.cmp-countries-selector__info-find-country{display:flex;flex-direction:column;align-items:center}.cmp-hcp-locator__info-find-country .choices,.cmp-list-of-trials__info-find-country .choices,.cmp-countries-selector__info-find-country .choices{width:100%;max-width:12.875rem}.cmp-hcp-locator__info-find-country .choices__list--dropdown[aria-expanded],.cmp-list-of-trials__info-find-country .choices__list--dropdown[aria-expanded],.cmp-countries-selector__info-find-country .choices__list--dropdown[aria-expanded]{max-height:none;border:1px solid #ebe8e5}.cmp-hcp-locator__info-find-country .choices__list--dropdown[aria-expanded] .choices__list,.cmp-list-of-trials__info-find-country .choices__list--dropdown[aria-expanded] .choices__list,.cmp-countries-selector__info-find-country .choices__list--dropdown[aria-expanded] .choices__list{max-height:12.5rem}.cmp-hcp-locator__info+div,.cmp-list-of-trials__info+div,.cmp-countries-selector__info+div{order:2;display:flex;flex-direction:column;justify-content:flex-end}@media(min-width: 992px){.cmp-hcp-locator__info,.cmp-list-of-trials__info,.cmp-countries-selector__info{display:flex;flex-direction:column;justify-content:center;order:2;margin-right:1.875rem;margin-bottom:0;padding-left:clamp(2rem,20vw,6rem);text-align:left}.cmp-hcp-locator__info h1,.cmp-hcp-locator__info h2,.cmp-hcp-locator__info h3,.cmp-hcp-locator__info h4,.cmp-list-of-trials__info h1,.cmp-list-of-trials__info h2,.cmp-list-of-trials__info h3,.cmp-list-of-trials__info h4,.cmp-countries-selector__info h1,.cmp-countries-selector__info h2,.cmp-countries-selector__info h3,.cmp-countries-selector__info h4{padding-bottom:1.4375rem;font-size:2.25rem;line-height:2.6875rem;font-weight:700}.cmp-hcp-locator__info p,.cmp-list-of-trials__info p,.cmp-countries-selector__info p{font-size:1.125rem;line-height:1.6875rem}.cmp-hcp-locator__info-find-country,.cmp-list-of-trials__info-find-country,.cmp-countries-selector__info-find-country{flex-direction:row;align-items:flex-start;margin-bottom:0}.cmp-hcp-locator__info+div,.cmp-list-of-trials__info+div,.cmp-countries-selector__info+div{order:1}}a.cmp-hcp-locator__info-find-country-cta,a.cmp-list-of-trials__info-find-country-cta,a.cmp-countries-selector__info-find-country-cta{display:flex;align-items:center;justify-content:center;width:12.875rem;height:3.125rem;font-size:.875rem}@media(min-width: 992px){a.cmp-hcp-locator__info-find-country-cta,a.cmp-list-of-trials__info-find-country-cta,a.cmp-countries-selector__info-find-country-cta{width:auto;min-width:9.375rem}}.cta-trial{padding-bottom:0;margin-bottom:0;z-index:2}.cta-trial .cmp-hcp-locator,.cta-trial .cmp-list-of-trials-container,.cta-trial .cmp-countries-selector-container{background:unset;display:flex;justify-content:center;min-height:unset;padding:0 1.6875rem 0}.cta-trial .cmp-hcp-locator .cmp-hcp-locator__info,.cta-trial .cmp-hcp-locator .cmp-list-of-trials__info,.cta-trial .cmp-hcp-locator .cmp-countries-selector__info,.cta-trial .cmp-list-of-trials-container .cmp-hcp-locator__info,.cta-trial .cmp-list-of-trials-container .cmp-list-of-trials__info,.cta-trial .cmp-list-of-trials-container .cmp-countries-selector__info,.cta-trial .cmp-countries-selector-container .cmp-hcp-locator__info,.cta-trial .cmp-countries-selector-container .cmp-list-of-trials__info,.cta-trial .cmp-countries-selector-container .cmp-countries-selector__info{padding-left:0}.cta-trial .cmp-hcp-locator .hcp-locator-description-text,.cta-trial .cmp-list-of-trials-container .hcp-locator-description-text,.cta-trial .cmp-countries-selector-container .hcp-locator-description-text{text-align:center}.cta-trial .cmp-hcp-locator .cmp-hcp-locator__info-find-country,.cta-trial .cmp-hcp-locator .cmp-list-of-trials__info-find-country,.cta-trial .cmp-hcp-locator .cmp-countries-selector__info-find-country,.cta-trial .cmp-list-of-trials-container .cmp-hcp-locator__info-find-country,.cta-trial .cmp-list-of-trials-container .cmp-list-of-trials__info-find-country,.cta-trial .cmp-list-of-trials-container .cmp-countries-selector__info-find-country,.cta-trial .cmp-countries-selector-container .cmp-hcp-locator__info-find-country,.cta-trial .cmp-countries-selector-container .cmp-list-of-trials__info-find-country,.cta-trial .cmp-countries-selector-container .cmp-countries-selector__info-find-country{justify-content:center}.cta-trial a.cmp-hcp-locator__info-find-country-cta,.cta-trial a.cmp-list-of-trials__info-find-country-cta,.cta-trial a.cmp-countries-selector__info-find-country-cta{justify-content:center;width:12.5rem}@media(min-width: 992px){.cta-trial a.cmp-hcp-locator__info-find-country-cta,.cta-trial a.cmp-list-of-trials__info-find-country-cta,.cta-trial a.cmp-countries-selector__info-find-country-cta{width:-webkit-max-content;width:-moz-max-content;width:max-content}}.cta-trial::after{content:none}.cta-trial .choices__inner{background:#f7f6f5}@media(min-width: 992px){.cta-trial .cmp-hcp-locator{padding-bottom:0}}.choices{width:12.5rem;min-width:12.5rem;margin-bottom:.875rem}.choices__inner{display:flex;align-items:center;height:3.125rem;padding:0 1.25rem;border-radius:1.5625rem;border:none}.is-open .choices__inner,.is-open.is-flipped .choices__inner{border-radius:1.5625rem}.choices[data-type*=select-one]::after{display:block;position:absolute;content:"";background:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.255418 2.30333L5.20542 7.25333C5.37103 7.41165 5.59131 7.5 5.82042 7.5C6.04953 7.5 6.26981 7.41165 6.43542 7.25333L11.3854 2.30333C11.4691 2.22346 11.5354 2.12717 11.5802 2.02048C11.6249 1.91379 11.6471 1.79901 11.6454 1.68333C11.6427 1.51196 11.5899 1.34512 11.4937 1.20331C11.3974 1.06149 11.2618 0.950869 11.1036 0.885024C10.9454 0.819179 10.7713 0.800976 10.6029 0.832652C10.4345 0.864327 10.2789 0.944502 10.1554 1.06333L5.82542 5.40333L1.48542 1.07333C1.40707 0.990395 1.31247 0.924502 1.20751 0.879767C1.10256 0.835033 0.989505 0.812416 0.875418 0.81333C0.760695 0.812062 0.646854 0.833497 0.540448 0.876403C0.434042 0.919308 0.337173 0.982837 0.255418 1.06333C0.0917608 1.22818 -8.14872e-05 1.45104 -8.15075e-05 1.68333C-8.15278e-05 1.91562 0.0917607 2.13849 0.255418 2.30333V2.30333Z'/%3E%3C/svg%3E%0A");width:.75rem;height:.5rem;top:50%;transform:translateY(-50%);margin-top:0;right:1.5rem;transform-origin:50% 50%;pointer-events:none;border:none;fill:#001965}.choices[data-type*=select-one].is-open::after{transform:rotate(180deg);margin-top:-0.125rem}.choices[data-type*=select-one] .choices__inner{padding-bottom:0}@media(min-width: 992px){.choices{margin-right:1.0625rem}}.choices__list--single{padding:0 1rem 0 0;font-size:1.125rem;font-weight:700;line-height:1.3125rem}.choices__list--single .choices__item--selectable{width:8.75rem;display:flex;align-items:center;height:3.125rem;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.is-open .choices__list--dropdown,.is-flipped.is-open .choices__list--dropdown{margin-top:.3125rem;border:none;border-radius:1.5625rem}.is-flipped.is-open .choices__list--dropdown{margin-top:0;margin-bottom:.3125rem}.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding:.625rem 1.5rem}.choices__list--dropdown .choices__item--selectable:last-child,.choices__list[aria-expanded] .choices__item--selectable:last-child{padding-bottom:.9375rem}.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{display:none}.cmp-list-of-trials__info h1,.cmp-list-of-trials__info h2,.cmp-list-of-trials__info h3,.cmp-list-of-trials__info h4{padding-bottom:2.5rem;font-size:3rem;line-height:2.875rem;font-weight:500}@media(min-width: 992px){.cmp-list-of-trials__info h1,.cmp-list-of-trials__info h2,.cmp-list-of-trials__info h3,.cmp-list-of-trials__info h4{padding-bottom:1.4375rem;font-size:4.375rem;line-height:2.875rem;font-weight:500}.cmp-list-of-trials__info p{font-size:1.5rem;line-height:1.6875rem}}.cmp-list-of-trials__info-description-text{margin-top:4.375rem;margin-bottom:1.25rem}@media(min-width: 992px){.cmp-list-of-trials__info-instruction-label{margin:3.125rem 0}}.cmp-stepdeck{display:flex;flex-wrap:wrap;position:relative;min-width:18.75rem;max-width:66.5rem;margin-bottom:3rem;padding:2rem .9375rem 0;border-bottom:1px solid #dfefee;border-radius:1.5625rem 1.5625rem 0 1.5625rem;background:#dfefee;box-shadow:8px 11px 20px 0 rgba(0,0,0,.18)}.cmp-stepdeck::after{display:block;content:"";position:absolute;width:3.6875rem;height:3rem;top:auto;right:0;bottom:-3rem;left:auto;background:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/3step-arrow-small.png);background-size:3.6875rem 3rem;background-position:right top;background-repeat:no-repeat}@media(min-width: 992px){.cmp-stepdeck{padding:1.6875rem 3rem 1.25rem}.cmp-stepdeck>.columns .column{margin-right:2.1875rem}.cmp-stepdeck>.columns .column:last-child{margin-right:0}.cmp-stepdeck::after{width:4.25rem;background:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/3step-arrow-large.png);background-size:4.25rem 3rem}}.cmp-stepdeck>.splitlayout{width:100%}.cmp-stepdeck>.splitlayout .columns{flex-flow:column;width:100%;align-items:center}@media(min-width: 992px){.cmp-stepdeck>.splitlayout .columns{flex-flow:row nowrap}}.cmp-stepdeck .column{min-width:16.875rem;max-width:36.25rem}@media(min-width: 992px){.cmp-stepdeck .column.threeCol{min-width:0;max-width:18.75rem}.cmp-stepdeck .column.fourCol{min-width:0;max-width:12.5rem}.cmp-stepdeck .column.fiveCol{min-width:0;max-width:10.3125rem}}.cmp-stepdeck .cmp-stepitem{margin-bottom:.5rem;padding-left:0}.cmp-stepdeck .cmp-stepitem:not(.title):not(.social-share){margin-bottom:0}.cmp-stepdeck__section-cta{display:flex;justify-content:flex-end;max-width:66.5rem}.stepitem:not(.title):not(.social-share){margin-bottom:.5rem}.stepitem:not(.title):not(.social-share):last-child{margin-bottom:1.625rem}.cmp-stepitem{display:flex;flex-direction:column;max-width:20.625rem;align-items:center;margin-left:.625rem;margin-right:.625rem;color:#001965}.cmp-stepitem__icon{display:flex;justify-content:center;align-items:center;width:4.75rem;height:4.75rem;margin-bottom:1.3125rem;padding:.625rem;border-radius:50%;background:#fff;font-size:2.875rem;font-weight:700}.cmp-stepitem__title{margin:0 0 .5625rem;text-align:center;font-weight:700;line-height:1.5}.cmp-stepitem__description{margin:0;text-align:center;font-size:1rem;font-weight:300;line-height:1.5}.geo-locator--green-theme .cmp-geo-locator{background-color:#2a928d}.tagline strong{display:inline-flex;justify-content:flex-start;align-items:center;flex:0 0 auto;min-height:2.375rem;padding:.375rem .9375rem;font-size:.75rem;color:#001965;background:#f7f6f5;border-radius:1.5625rem;font-weight:300}.readtime{position:relative;padding-left:1.875rem;font-size:.75rem;color:#737373}.readtime::after{display:block;position:absolute;width:1.25rem;height:1.25rem;top:0;left:0;font-family:nntrials__icons,Noto Sans,verdana,geneva,tahoma,sans-serif;content:"";font-size:1.25rem;color:#737373}.authorbyline{padding:.625rem 0;border-top:1px solid #f4f4f4;border-bottom:1px solid #f4f4f4}.authorbyline .author-byline{display:flex;align-items:center}.authorbyline img{width:3.75rem;height:3.75rem;margin-right:1rem;border-radius:50%;border:.1875rem solid #d9d9d9}.authorbyline .author-details strong{display:flex;flex-direction:column;font-size:.8125rem;font-weight:300;color:#737373;line-height:1.6}.authorbyline .author-details span{color:#cbcbcb}.nntrials-cta-styling .spot{display:flex;flex-direction:column;align-items:center;min-width:18.75rem;border-radius:1.5625rem;padding:1.25rem 1.25rem 3rem;background:#f7f6f5}.nntrials-cta-styling .spot .image{max-width:12.6875rem;margin-bottom:1.5625rem;border-radius:50%}.nntrials-cta-styling .spot .title{text-align:center}.nntrials-cta-styling .spot .title :is(h1,h2,h3,h4,h5,h6){line-height:1.2}.nntrials-cta-styling .spot .text{margin-bottom:4.25rem;text-align:center}.nntrials-cta-styling .spot .cta{display:flex;justify-content:center}table{width:auto;margin-bottom:1.375rem;border:none}table tr,table tr:hover{padding-bottom:0;background:none}table tr:nth-child(even),table tr:hover:nth-child(even){background:none}table tr td:nth-child(1),table tr:hover td:nth-child(1){min-width:8.75rem}@media(min-width: 768px){table tr td:nth-child(1),table tr:hover td:nth-child(1){min-width:13.75rem}}table tr td,table tr:hover td{vertical-align:top;padding:1.1875rem 1.25rem 0 0;border:none}table tr td a,table tr:hover td a{text-decoration:underline}.cmp-sticky-anchor-menu{display:none;position:-webkit-sticky;position:sticky;width:100vw;height:2.9375rem;bottom:0;z-index:2;padding:0 2.0625rem;overflow:hidden;background:#001965;color:#fff}.cmp-sticky-anchor-menu__scroll-container{display:flex;justify-content:center;align-items:center;width:100%;height:2.9375rem}@media(pointer: coarse){.cmp-sticky-anchor-menu__scroll-container{overflow-x:scroll}.cmp-sticky-anchor-menu__scroll-container::-webkit-scrollbar{display:none}}.mobile-on .cmp-sticky-anchor-menu__scroll-container{justify-content:flex-start}.cmp-sticky-anchor-menu.arrows-on .sticky-anchor-menu__button,.cmp-sticky-anchor-menu.arrows-on .sticky-anchor-menu__button:hover{display:block;position:absolute;content:"";width:4.1875rem;height:2.9375rem;z-index:4;opacity:1;background:url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='23' viewBox='0 0 13 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.63846 11.9449C0.659817 11.971 0.682699 11.9964 0.707107 12.0208L10.6066 21.9203C10.9971 22.3108 11.6303 22.3108 12.0208 21.9203C12.4113 21.5298 12.4113 20.8966 12.0208 20.5061L2.82843 11.3137L12.0208 2.12132C12.4113 1.73079 12.4113 1.09763 12.0208 0.707102C11.6303 0.316578 10.9971 0.316577 10.6066 0.707102L0.707107 10.6066C0.34099 10.9727 0.318108 11.5521 0.63846 11.9449Z' fill='%23737373'/%3e%3c/svg%3e "),linear-gradient(90deg, #001965 0%, #001965 52%, rgba(0, 212, 255, 0) 100%);background-size:2.0625rem 1.4375rem,2.9375rem 4.1875rem;background-position:.25rem center,0 0;background-repeat:no-repeat,no-repeat;cursor:pointer}.cmp-sticky-anchor-menu.arrows-on .sticky-anchor-menu__button--left{top:50%;left:0;transform:translateY(-50%)}.cmp-sticky-anchor-menu.arrows-on .sticky-anchor-menu__button--right{top:50%;right:0;will-change:transform;transform:translateY(-50%) rotate(180deg)}.cmp-sticky-anchor-menu[data-scroll-direction=down]{display:none}.cmp-sticky-anchor-menu[data-scroll-direction=up]{display:flex}.cmp-sticky-anchor-menu .cmp-list{display:flex;position:relative;transition:all 250ms ease-out}.cmp-sticky-anchor-menu .cmp-list__item{margin-bottom:0;margin-right:1.25rem}.cmp-sticky-anchor-menu .cmp-list__item:last-child{margin-right:0}.cmp-sticky-anchor-menu .cmp-list__item-link:hover{opacity:1}.cmp-sticky-anchor-menu .cmp-list__item-title{display:block;position:relative;white-space:nowrap;font-size:.875rem;font-weight:700;line-height:1.5}.cmp-sticky-anchor-menu .cmp-list__item-title::after{content:"";display:block;position:absolute;width:0;height:.25rem;left:0;bottom:-0.8125rem;background-color:#2a928d}.cmp-sticky-anchor-menu .cmp-list__item-title:hover::after{-webkit-animation:multilinesLinkHover .6s ease forwards;animation:multilinesLinkHover .6s ease forwards}.contentcategoryfilter .mw-1280,.cmp-list-of-trials .mw-1280{margin:0 auto;max-width:80rem;width:100%}.contentcategoryfilter .isotope-grid .isotope-item,.cmp-list-of-trials .isotope-grid .isotope-item{padding:.625rem}@media(min-width: 992px){.contentcategoryfilter .isotope-grid .isotope-item article,.cmp-list-of-trials .isotope-grid .isotope-item article{height:21.875rem}}.contentcategoryfilter .mw-640,.cmp-list-of-trials .mw-640{max-width:40rem}.contentcategoryfilter .h-25,.cmp-list-of-trials .h-25{height:25%}.contentcategoryfilter .h-50,.cmp-list-of-trials .h-50{height:50%}.contentcategoryfilter .h-75,.cmp-list-of-trials .h-75{height:75%}.contentcategoryfilter .w-33,.cmp-list-of-trials .w-33{width:33.33333%}.contentcategoryfilter .w-67,.cmp-list-of-trials .w-67{width:66.66667%}.contentcategoryfilter .w-100,.cmp-list-of-trials .w-100{margin-right:0}@media(min-width: 576px){.contentcategoryfilter .w-sm-25,.cmp-list-of-trials .w-sm-25{width:25%}.contentcategoryfilter .w-sm-33,.cmp-list-of-trials .w-sm-33{width:33.33333%}.contentcategoryfilter .w-sm-50,.cmp-list-of-trials .w-sm-50{width:50%}.contentcategoryfilter .w-sm-67,.cmp-list-of-trials .w-sm-67{width:66.66667%}.contentcategoryfilter .w-sm-75,.cmp-list-of-trials .w-sm-75{width:75%}.contentcategoryfilter .w-sm-100,.cmp-list-of-trials .w-sm-100{width:100%}}@media(min-width: 768px){.contentcategoryfilter .w-md-25,.cmp-list-of-trials .w-md-25{width:25%}.contentcategoryfilter .w-md-33,.cmp-list-of-trials .w-md-33{width:33.33333%}.contentcategoryfilter .w-md-50,.cmp-list-of-trials .w-md-50{width:50%}.contentcategoryfilter .w-md-67,.cmp-list-of-trials .w-md-67{width:66.66667%}.contentcategoryfilter .w-md-75,.cmp-list-of-trials .w-md-75{width:75%}.contentcategoryfilter .w-md-100,.cmp-list-of-trials .w-md-100{width:100%}}@media(min-width: 992px){.contentcategoryfilter .w-lg-25,.cmp-list-of-trials .w-lg-25{width:25%}.contentcategoryfilter .w-lg-33,.cmp-list-of-trials .w-lg-33{width:33.33333%}.contentcategoryfilter .w-lg-50,.cmp-list-of-trials .w-lg-50{width:50%}.contentcategoryfilter .w-lg-67,.cmp-list-of-trials .w-lg-67{width:66.66667%}.contentcategoryfilter .w-lg-75,.cmp-list-of-trials .w-lg-75{width:75%}.contentcategoryfilter .w-lg-100,.cmp-list-of-trials .w-lg-100{width:100%}}@media(min-width: 1200px){.contentcategoryfilter .w-xl-25,.cmp-list-of-trials .w-xl-25{width:25%}.contentcategoryfilter .w-xl-33,.cmp-list-of-trials .w-xl-33{width:33.33333%}.contentcategoryfilter .w-xl-50,.cmp-list-of-trials .w-xl-50{width:50%}.contentcategoryfilter .w-xl-67,.cmp-list-of-trials .w-xl-67{width:66.66667%}.contentcategoryfilter .w-xl-75,.cmp-list-of-trials .w-xl-75{width:75%}.contentcategoryfilter .w-xl-100,.cmp-list-of-trials .w-xl-100{width:100%}}@media(min-width: 992px){.contentcategoryfilter .isotope-grid .isotope-item,.cmp-list-of-trials .isotope-grid .isotope-item{margin-bottom:3.125rem;position:static;float:left}}.hidden-filters .isotope-filter{display:none}.contentcategoryfilter nav.isotope-filter,.cmp-list-of-trials nav.isotope-filter{text-align:center}.contentcategoryfilter nav.isotope-filter .btn-group-toggle,.cmp-list-of-trials nav.isotope-filter .btn-group-toggle{margin:2.5rem 0 5.625rem;display:flex;flex-wrap:wrap;text-align:center;justify-content:center}.contentcategoryfilter nav.isotope-filter .btn-group-toggle .btn,.cmp-list-of-trials nav.isotope-filter .btn-group-toggle .btn{padding:.3125rem 1.25rem;border:1px solid #f7f6f5;border-radius:1.25rem;font-size:.8125rem;margin:0 .3125rem;background:#f7f6f5;cursor:pointer}.contentcategoryfilter nav.isotope-filter .btn-group-toggle .btn input[type=checkbox],.cmp-list-of-trials nav.isotope-filter .btn-group-toggle .btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.contentcategoryfilter nav.isotope-filter .btn-group-toggle .btn.mb-2,.cmp-list-of-trials nav.isotope-filter .btn-group-toggle .btn.mb-2{margin-bottom:.5rem}.contentcategoryfilter nav.isotope-filter .btn.active,.cmp-list-of-trials nav.isotope-filter .btn.active{background:#005ad2;border-color:#005ad2;color:#fff}.contentcategoryfilter .tag strong,.contentcategoryfilter .tag .icon-chevron,.contentcategoryfilter .tag .read-time,.contentcategoryfilter .tag span,.cmp-list-of-trials .tag strong,.cmp-list-of-trials .tag .icon-chevron,.cmp-list-of-trials .tag .read-time,.cmp-list-of-trials .tag span{display:none}.contentcategoryfilter .tag strong.category,.cmp-list-of-trials .tag strong.category{display:block}.contentcategoryfilter .tag strong.category span,.cmp-list-of-trials .tag strong.category span{display:none}.contentcategoryfilter .title-arrow,.cmp-list-of-trials .title-arrow{display:none}.contentcategoryfilter .card .overlay-link,.cmp-list-of-trials .card .overlay-link{display:block;content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.contentcategoryfilter .card.bg-light-blue,.cmp-list-of-trials .card.bg-light-blue{background:var(--col-light-blue-t15)}.contentcategoryfilter .card.bg-rose-pink,.cmp-list-of-trials .card.bg-rose-pink{background:var(--col-rose-pink-t15)}.contentcategoryfilter .card.bg-ocean-green,.cmp-list-of-trials .card.bg-ocean-green{background:var(--col-ocean-green-t15)}.contentcategoryfilter .card.bg-sand-grey,.cmp-list-of-trials .card.bg-sand-grey{background:var(--col-sand-grey-t15)}.contentcategoryfilter .card .card-body strong,.cmp-list-of-trials .card .card-body strong{--title-font-size: 1.25rem;--title-line-height: 1.5rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700;display:-webkit-box;height:203.4375px;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#001965;height:auto}@media(min-width: 992px){.contentcategoryfilter .card .card-body strong,.cmp-list-of-trials .card .card-body strong{--title-font-size: 1.25rem;--title-line-height: 1.6875rem}}.contentcategoryfilter .card .card-body .new-article,.cmp-list-of-trials .card .card-body .new-article{display:inline-block;position:relative;margin-bottom:.3125rem;color:#2a928d}.contentcategoryfilter .card .card-body .tag,.cmp-list-of-trials .card .card-body .tag{display:flex;flex:0 0 auto;margin-bottom:0}.contentcategoryfilter .card .card-body .category,.cmp-list-of-trials .card .card-body .category{font-size:.75rem;color:#005ad2;margin-right:.625rem;font-weight:300}.contentcategoryfilter .card .card-body p,.cmp-list-of-trials .card .card-body p{font-size:1rem;font-weight:300}.contentcategoryfilter .card .card-image,.cmp-list-of-trials .card .card-image{margin-bottom:1.1875rem;border-radius:.625rem;overflow:hidden}.contentcategoryfilter .card[class*=bg-],.cmp-list-of-trials .card[class*=bg-]{padding-top:1.875rem;padding-bottom:1.875rem}.contentcategoryfilter .card[class*=bg-] .btn-group-toggle,.cmp-list-of-trials .card[class*=bg-] .btn-group-toggle{margin:-0.625rem 0 1.25rem}.contentcategoryfilter .card[class*=bg-] .btn-group-toggle .btn,.cmp-list-of-trials .card[class*=bg-] .btn-group-toggle .btn{background:var(--col-white);color:var(--col-true-blue)}.contentcategoryfilter .card[class*=bg-] .btn-group-toggle .btn.active,.cmp-list-of-trials .card[class*=bg-] .btn-group-toggle .btn.active{background:var(--col-true-blue);color:var(--col-white)}.contentcategoryfilter .card[class*=bg-] .card-body,.cmp-list-of-trials .card[class*=bg-] .card-body{background:var(--col-white);color:var(--col-true-blue)}@media(max-width: 991px){.contentcategoryfilter .card,.cmp-list-of-trials .card{display:flex;flex-direction:row}.contentcategoryfilter .card .card-image,.cmp-list-of-trials .card .card-image{flex-basis:40%;margin-right:1.25rem;height:9.375rem}.contentcategoryfilter .card .card-image img,.cmp-list-of-trials .card .card-image img{width:250%}.contentcategoryfilter .card .card-body,.cmp-list-of-trials .card .card-body{flex-basis:60%}}.spotimagetext{--spot-padding: 2%;--spot-padding-teaser: 7%;--spot-title-size: 1.5625rem;--spot-title-size-adjust: 1;--spot-height: 16.25rem}.spotimagetext:not([class*=bg-]){background:inherit;color:inherit}.spotimagetext.locator-teaser-style,.spotimagetext.locator-style{border:var(--sp10) var(--col-ocean-green) solid;margin:0 auto;max-width:var(--content-width-large);width:100%;height:var(--spot-height);margin-bottom:3.125rem;position:relative}.spotimagetext.locator-teaser-style .spot,.spotimagetext.locator-style .spot{background:transparent;display:flex;flex-flow:column;position:relative;align-items:flex-start;height:100%}.spotimagetext.locator-teaser-style .spot-texts,.spotimagetext.locator-style .spot-texts{position:absolute;top:0;display:flex;flex-flow:column;height:100%;justify-content:center}.spotimagetext.locator-teaser-style .title,.spotimagetext.locator-style .title{color:var(--col-true-blue);line-height:1.1;margin-bottom:var(--sp20)}.spotimagetext.locator-teaser-style .text,.spotimagetext.locator-style .text{color:var(--col-true-blue)}.spotimagetext.locator-teaser-style .cmp-image,.spotimagetext.locator-style .cmp-image{height:100%;width:100%}.spotimagetext.locator-teaser-style .cmp-image img,.spotimagetext.locator-style .cmp-image img{width:100%;-o-object-fit:cover;object-fit:cover;height:100%}.spotimagetext.locator-teaser-style .cta,.spotimagetext.locator-style .cta{background:var(--col-ocean-green)}.spotimagetext.locator-teaser-style .cta a,.spotimagetext.locator-style .cta a{padding:.9375rem var(--sp20);line-height:1;display:inline-flex}.spotimagetext.locator-teaser-style .cta a:before,.spotimagetext.locator-style .cta a:before{content:"";background:url("data:image/svg+xml,%3Csvg width='23' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(0 1)' fill='none' fill-rule='evenodd'%3E%3Cellipse stroke='%23FFF' stroke-width='1.764' cx='11.466' cy='17.598' rx='10.584' ry='2.52'/%3E%3Cpath d='M19.42 7.653c0 1.758-.605 3.41-1.748 4.78-1.247 1.493-4.851 4.838-6.207 6.081-1.598-1.469-4.995-4.63-6.206-6.081a7.381 7.381 0 01-1.745-4.78C3.514 3.44 7.08.01 11.465.01c4.387 0 7.954 3.43 7.954 7.643' stroke='%2300938C' stroke-width='1.26' fill='%23FFF'/%3E%3Cpath d='M13.456 7.266a1.989 1.989 0 01-3.977 0 1.99 1.99 0 011.99-1.987 1.99 1.99 0 011.987 1.987m-1.988-3.402a3.407 3.407 0 00-3.403 3.402 3.406 3.406 0 003.403 3.402 3.404 3.404 0 003.401-3.402 3.405 3.405 0 00-3.4-3.402' fill='%2300938C'/%3E%3C/g%3E%3C/svg%3E") no-repeat;width:1.4375rem;height:1.4375rem;margin-right:.1875rem}.spotimagetext.locator-teaser-style .cta a span,.spotimagetext.locator-style .cta a span{font-size:inherit;text-transform:none}.spotimagetext.locator-teaser-style{min-width:20rem;max-width:var(--content-width-large)}.grid-cols-2 .spotimagetext.locator-teaser-style{height:90%}.spotimagetext.locator-teaser-style .title{margin-bottom:var(--sp10)}.spotimagetext.locator-teaser-style .spot-texts{padding:var(--spot-padding-teaser)}.spotimagetext.locator-teaser-style .spot-texts p{margin-bottom:var(--sp20)}.spotimagetext.locator-style{max-width:57.5rem}.spotimagetext.locator-style:not([class*=bg-]){background:inherit;color:inherit}.spotimagetext.locator-style .spot{height:100%}.spotimagetext.locator-style .spot>div{width:100%;height:100%}.spotimagetext.locator-style .spot .image{height:100%}.spotimagetext.locator-style .cmp-image{display:flex;justify-content:flex-end}.spotimagetext.locator-style .spot-texts{padding:1.25rem}.spotimagetext.locator-style .text{line-height:1.1}.spotimagetext.locator-style .cmp-list{font-size:1.25rem}.spotimagetext.podcast-style .title{font-size:var(--spotheading-t-teaser);font-weight:700;line-height:1.1;margin-bottom:var(--sp10);text-align:left}.spotimagetext.podcast-style .spot-texts{display:flex;flex-flow:column}.spotimagetext.podcast-style .spot-texts p{font-size:1rem}.spotimagetext.podcast-style .spot-texts-extras{order:-1;margin-bottom:var(--sp20)}.spotimagetext.podcast-style[class*=bg-] .title,.spotimagetext.podcast-style[class*=bg-] p{padding:0 var(--sp20)}.spotimagetext.podcast-style .text{text-align:left}.spotimagetext.icon-spot-style--type1,.spotimagetext.icon-spot-style--type1-blue{width:100%;padding:0 .625rem}.spotimagetext.icon-spot-style--type1 .image,.spotimagetext.icon-spot-style--type1-blue .image{display:flex;justify-content:center}.spotimagetext.icon-spot-style--type1 .cmp-image,.spotimagetext.icon-spot-style--type1-blue .cmp-image{display:flex;justify-content:center;align-items:center;width:7.75rem;height:7.75rem;margin-bottom:2rem;background:#fff;border-radius:.625rem}.spotimagetext.icon-spot-style--type1 .cmp-image__image,.spotimagetext.icon-spot-style--type1-blue .cmp-image__image{width:3.125rem;height:3.125rem}.spotimagetext.icon-spot-style--type1-blue .cmp-image,.spotimagetext.icon-spot-style--type1-blue-blue .cmp-image{background:#ecf3fc}.spotimagetext.icon-spot-style--type1 .title,.spotimagetext.icon-spot-style--type1-blue .title{display:none}.spotimagetext.icon-spot-style--type1 .text,.spotimagetext.icon-spot-style--type1-blue .text{margin-bottom:0;font-size:1.125rem;text-align:center}.spotimagetext.spot-style--type2{display:flex;flex:1 1 auto;width:100%;margin-bottom:.75rem !important}.spotimagetext.spot-style--type2 .spot{flex:1 1 auto;padding:1.25rem;background:#f7f6f5;border-radius:.9375rem}.spotimagetext.spot-style--type2 .image{display:none}.spotimagetext.spot-style--type2 .title{margin-bottom:.625rem;font-size:1.25rem;font-weight:700}.spotimagetext.spot-style--type2 .text{font-size:1.125rem}.spotimagetext.spot-style--type2 .text p{margin-top:0;margin-bottom:.5625rem}.spotimagetext.spot-style--type3{display:flex;flex:1 1 auto;width:100%;margin-bottom:.75rem !important}.spotimagetext.spot-style--type3 .spot{display:flex;flex:1 1 auto}.spotimagetext.spot-style--type3 .spot>div:first-child{display:flex;justify-content:center;align-items:center;flex-basis:7.4375rem;width:7.4375rem;height:7.75rem;margin-right:1.25rem;border-radius:.625rem;background:#f0f7fd}.spotimagetext.spot-style--type3 .image{width:3.125rem;height:3.125rem}.spotimagetext.spot-style--type3 .spot-texts{display:flex;flex-direction:column;justify-content:center;flex:1 1 auto;padding:.625rem 0}.spotimagetext.spot-style--type3 .title{margin-bottom:.625rem;font-size:1.25rem;font-weight:700}.spotimagetext.spot-style--type3 .text{font-size:1.125rem;margin-bottom:0}.spotimagetext.spot-style--type3 .text p{margin-top:0}.spotimagetext.spot-style--type4{display:flex;flex:1 1 auto;width:100%;margin-bottom:.75rem !important}.spotimagetext.spot-style--type4 .spot{display:flex;flex:1 1 auto;flex-direction:row;align-items:center;justify-content:center;min-height:22.25rem;padding:1.875rem;background:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/bottom-banner-bg_mobile.svg);background-position:center center;background-size:cover;background-repeat:no-repeat;border-radius:1.5625rem}.spotimagetext.spot-style--type4 .image{display:none}.spotimagetext.spot-style--type4 .spot-texts{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.spotimagetext.spot-style--type4 .title{margin-bottom:1.25rem;text-align:center}.spotimagetext.spot-style--type4 .title h2{margin-bottom:0}.spotimagetext.spot-style--type4 .text{margin-bottom:0}@media(min-width: 768px){.spotimagetext{--spot-padding: 3%;--spot-title-size: 3rem;--spot-title-size-adjust: 1.15;--spot-height: 20rem}.spotimagetext.icon-spot-style--type1 .image,.spotimagetext.icon-spot-style--type1-blue .image{justify-content:flex-start}.spotimagetext.spot-style--type2,.spotimagetext.spot-style--type3,.spotimagetext.spot-style--type4{margin-bottom:2rem !important}.spotimagetext.spot-style--type2 .text,.spotimagetext.spot-style--type3 .text,.spotimagetext.spot-style--type4 .text{padding-right:10%;text-align:left}.spotimagetext.spot-style--type2{width:auto}.spotimagetext.spot-style--type2 .spot-texts .text{margin-bottom:0}.spotimagetext.spot-style--type3{width:auto}.spotimagetext.spot-style--type3 .spot>div:first-child{margin-right:3.125rem}.spotimagetext.spot-style--type4{width:auto}.spotimagetext.spot-style--type4 .spot{flex-direction:row;min-height:11.6875rem;background:url(../../../../etc.clientlibs/nntrials/clientlibs/clientlib-theme/clientlib-cs/resources/bottom-banner-bg_desktop.svg);background-position:bottom center;background-size:cover;background-repeat:no-repeat}.spotimagetext.spot-style--type4 .spot-texts{flex-direction:row}.spotimagetext.spot-style--type4 .title{margin:0 1.25rem 0 0;text-align:left}}@media(min-width: 992px){.spotimagetext{--spot-padding: 5%;--spot-title-size: 3.75rem;--spot-title-size-adjust: 1.25;--spot-height: 30rem;--locator-bottom-spacing: 0}.spotimagetext.locator-style .spot-texts{padding:2.8125rem}}.contentcategoryfilter .card-media,.cmp-list-of-trials .card-media{position:relative;padding-bottom:50%;margin-bottom:.9375rem;border-radius:.625rem;overflow:hidden}.contentcategoryfilter .card-media iframe,.cmp-list-of-trials .card-media iframe{position:absolute;width:100%;height:100%}#ot-sdk-cookie-policy{margin-top:6.875rem}#ot-sdk-cookie-policy h3#cookie-policy-title{font-size:2.875rem !important}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td{font-size:14px !important}#ot-sdk-cookie-policy-v2 table th{border-top-width:0;border-left-width:0}.prescreener{display:flex;justify-content:center;padding:1.875rem 0}@media(min-width: 768px){.prescreener{padding:4.375rem}}.prescreener .cmp-prescreener{max-width:90%;background-color:#fff;border-radius:.625rem;padding:1.875rem 1.25rem}@media(min-width: 768px){.prescreener .cmp-prescreener{padding:1.875rem 3.125rem}}.prescreener .cmp-prescreener .text{margin:unset;max-width:unset}.prescreener .cmp-prescreener .ctabutton .cta a,.prescreener .cmp-prescreener .ctabutton .cta button{width:100%;display:block}@media(min-width: 768px){.prescreener .cmp-prescreener .ctabutton .cta a,.prescreener .cmp-prescreener .ctabutton .cta button{width:unset;display:initial}}.prescreener .cmp-prescreener__progress-bar-container{max-width:58.75rem;height:.0625rem;background-color:#d4d7dc;position:relative;margin-bottom:1.25rem}.prescreener .cmp-prescreener__progress-bar{position:absolute;height:100%;background-color:#005ad2}.cmp-prescreener-step-1 .cmp-prescreener .options{margin-bottom:2.125rem !important}.cmp-prescreener-step-1 .cmp-prescreener__progress-bar{width:50%}.cmp-prescreener-step-2 .columns{width:initial}.cmp-prescreener-step-2 .columns .column{justify-content:unset}.cmp-prescreener-step-2 .text{margin-bottom:2.125rem !important}.cmp-prescreener-step-2 .text input{margin-top:.625rem;font-size:1rem !important;color:#001965;height:3.125rem}.cmp-prescreener-step-2 .text input:focus-visible{outline:none}.cmp-prescreener-step-2 .options{margin-bottom:initial}.cmp-prescreener-step-2 .choices{width:96%;border:1px solid #ebe8e5;border-radius:1.5625rem;margin-top:.625rem}.cmp-prescreener-step-2 .choices__list--dropdown[aria-expanded]{max-height:none;border:1px solid #ebe8e5}.cmp-prescreener-step-2 .choices__list--dropdown[aria-expanded] .choices__list{max-height:12.5rem}.cmp-prescreener-step-2 .cmp-form-text,.cmp-prescreener-step-2 .cmp-form-options{margin:.625rem 0}.cmp-prescreener-step-2 .cmp-prescreener__progress-bar{width:100%}.cmp-prescreener-step-2 button[type=submit]:disabled{border-color:#d4d7dc;background-color:#d4d7dc;cursor:not-allowed;color:#fff}.hide-element{display:none}.cmp-find-study{margin-bottom:400px}.cmp-find-study .search-box{max-width:782px;width:100%;margin:0 auto 40px}.cmp-find-study .search{border:1px solid #001965;height:56px;border-radius:25px;position:relative}.cmp-find-study .search input{height:54px;width:100%;border:none;margin:0;border-radius:30px;padding-left:60px;font-size:17px}.cmp-find-study .search .search-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0ODkuNzEzIDQ4OS43MTMiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik00ODMuNCw0NTQuNDQ0bC0xMjEuMy0xMjEuNGMyOC43LTM1LjIsNDYtODAsNDYtMTI4LjljMC0xMTIuNS05MS41LTIwNC4xLTIwNC4xLTIwNC4xUzAsOTEuNjQ0LDAsMjA0LjE0NAoJCXM5MS41LDIwNCwyMDQuMSwyMDRjNDguOCwwLDkzLjctMTcuMywxMjguOS00NmwxMjEuMywxMjEuM2M4LjMsOC4zLDIwLjksOC4zLDI5LjIsMFM0OTEuOCw0NjIuNzQ0LDQ4My40LDQ1NC40NDR6IE00MC43LDIwNC4xNDQKCQljMC05MC4xLDczLjItMTYzLjMsMTYzLjMtMTYzLjNzMTYzLjQsNzMuMywxNjMuNCwxNjMuNHMtNzMuMywxNjMuNC0xNjMuNCwxNjMuNFM0MC43LDI5NC4yNDQsNDAuNywyMDQuMTQ0eiIvPgo8L2c+Cjwvc3ZnPg==);display:block;width:19px;height:19px;position:absolute;left:14px;top:17px;background-repeat:no-repeat}.cmp-find-study .filters{display:flex;justify-content:flex-start;margin:20px 0}.cmp-find-study .filter{width:29%;height:50px;position:relative;margin-right:20px;max-width:225px}.cmp-find-study .filter .multiSelectLabel{display:block;width:100%;height:48px;border-radius:30px;color:#001965;text-align:center;line-height:50px;font-size:14px;font-weight:bold;background-color:#f2f0ef;border:1px solid #f2f0ef;cursor:pointer}.cmp-find-study .filter .multiSelectLabel span{height:12px;width:12px;display:inline-block;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPScxMicgaGVpZ2h0PSc4JyB2aWV3Qm94PScwIDAgMTIgOCcgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzAwMTk2NSIgZD0nTTAuMjU1NDE4IDIuMzAzMzNMNS4yMDU0MiA3LjI1MzMzQzUuMzcxMDMgNy40MTE2NSA1LjU5MTMxIDcuNSA1LjgyMDQyIDcuNUM2LjA0OTUzIDcuNSA2LjI2OTgxIDcuNDExNjUgNi40MzU0MiA3LjI1MzMzTDExLjM4NTQgMi4zMDMzM0MxMS40NjkxIDIuMjIzNDYgMTEuNTM1NCAyLjEyNzE3IDExLjU4MDIgMi4wMjA0OEMxMS42MjQ5IDEuOTEzNzkgMTEuNjQ3MSAxLjc5OTAxIDExLjY0NTQgMS42ODMzM0MxMS42NDI3IDEuNTExOTYgMTEuNTg5OSAxLjM0NTEyIDExLjQ5MzcgMS4yMDMzMUMxMS4zOTc0IDEuMDYxNDkgMTEuMjYxOCAwLjk1MDg3IDExLjEwMzYgMC44ODUwMjRDMTAuOTQ1NCAwLjgxOTE3OSAxMC43NzEzIDAuODAwOTc2IDEwLjYwMjkgMC44MzI2NTJDMTAuNDM0NSAwLjg2NDMyNyAxMC4yNzg5IDAuOTQ0NTAyIDEwLjE1NTQgMS4wNjMzM0w1LjgyNTQyIDUuNDAzMzNMMS40ODU0MiAxLjA3MzMzQzEuNDA3MDcgMC45OTAzOTUgMS4zMTI0NyAwLjkyNDUwMiAxLjIwNzUxIDAuODc5NzY3QzEuMTAyNTYgMC44MzUwMzIgMC45ODk1MDUgMC44MTI0MTYgMC44NzU0MTggMC44MTMzM0MwLjc2MDY5NSAwLjgxMjA2MiAwLjY0Njg1NCAwLjgzMzQ5OCAwLjU0MDQ0OCAwLjg3NjQwM0MwLjQzNDA0MiAwLjkxOTMwOCAwLjMzNzE3MyAwLjk4MjgzNyAwLjI1NTQxOCAxLjA2MzMzQzAuMDkxNzYxMiAxLjIyODE4IC04LjE0ODcyZS0wNSAxLjQ1MTA0IC04LjE1MDc1ZS0wNSAxLjY4MzMzQy04LjE1Mjc4ZS0wNSAxLjkxNTYyIDAuMDkxNzYxMSAyLjEzODQ4IDAuMjU1NDE4IDIuMzAzMzNaJy8+PC9nPjwvc3ZnPg==);background-repeat:no-repeat;background-position:center 3px;margin-left:10px}.cmp-find-study .filter ul{display:none;height:auto;width:100%;position:absolute;top:40px;border-radius:0 0 30px 30px;background:#fff;list-style-type:none;padding:5px 20px;text-align:left;font-size:16px;background-color:#fff;border:1px solid #f2f0ef;border-top:none;margin:0;z-index:10}.cmp-find-study .filter li{margin-bottom:5px}.cmp-find-study .filter li label{display:block;width:100%;cursor:pointer}.cmp-find-study .filter li.active label{font-weight:bold}.cmp-find-study .active .multiSelectLabel{border-radius:30px 30px 0 0;background:#fff}.cmp-find-study .active .multiSelectLabel span{transform:rotate(180deg);background-position:center 1px}.cmp-find-study .active ul{display:block}@media(min-width: 640px){.cmp-find-study .filter:hover .multiSelectLabel,.cmp-find-study .filter:focus .multiSelectLabel{border-radius:30px 30px 0 0;background:#fff}.cmp-find-study .filter:hover .multiSelectLabel span,.cmp-find-study .filter:focus .multiSelectLabel span{transform:rotate(180deg);background-position:center 1px}.cmp-find-study .filter:hover ul,.cmp-find-study .filter:focus ul{display:block}}.cmp-find-study .results{font-size:16px;margin-bottom:10px;color:#001965}.cmp-find-study .trialsButton{background-color:#005ad2;border:1px solid #005ad2;color:#fff;height:48px;line-height:48px;border-radius:30px;padding:0 20px;font-size:14px;font-weight:bold}.cmp-find-study .trialsButton:hover,.cmp-find-study .trialsButton:focus{background-color:#fff;color:#005ad2}.cmp-find-study .showMore{text-align:center}.cmp-find-study .articleCard{margin:0 0 40px;border-radius:10px;background:#f7f6f5;color:#001967}.cmp-find-study .articleCard .top-banner{margin-bottom:20px;background:#ebe8e5;height:93px;width:100%;padding:0 20px;border-radius:10px 10px 0 0}.cmp-find-study .articleCard .date{color:#000;font-size:16px;float:left;line-height:93px}.cmp-find-study .articleCard .infos{float:right}.cmp-find-study .articleCard .infos ul{list-style-type:none;display:flex;margin:30px 10px 0 0;padding:0}.cmp-find-study .articleCard .infos ul li{border:1px solid #eff0f2;background:#fff;border-radius:20px;color:#001965;font-size:12px;padding:0 10px;margin:0 0 0 8px;display:inline-block;height:34px;line-height:32px}.cmp-find-study .articleCard .article-content{margin:20px}.cmp-find-study .articleCard h4{display:block;font-size:18px;line-height:36px;margin-bottom:20px;color:#001965}.cmp-find-study .articleCard .files ul{list-style-type:none;display:flex;margin:0;padding:0;font-weight:bold}.cmp-find-study .articleCard .files ul li{border:1px solid #005ad2;background:#fff;border-radius:20px;color:#005ad2;font-size:14px;padding:0 34px 0 10px;margin-right:20px;min-height:37px;line-height:37px;position:relative}.cmp-find-study .articleCard .files ul .icon{height:22px;width:18px;display:inline-block;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgaWQ9ImRvd25sb2FkIj4KICA8cGF0aCBmaWxsPSIjMDA1QUQyIiBkPSJNMjEsMTRhMSwxLDAsMCwwLTEsMXY0YTEsMSwwLDAsMS0xLDFINWExLDEsMCwwLDEtMS0xVjE1YTEsMSwwLDAsMC0yLDB2NGEzLDMsMCwwLDAsMywzSDE5YTMsMywwLDAsMCwzLTNWMTVBMSwxLDAsMCwwLDIxLDE0Wm0tOS43MSwxLjcxYTEsMSwwLDAsMCwuMzMuMjEuOTQuOTQsMCwwLDAsLjc2LDAsMSwxLDAsMCwwLC4zMy0uMjFsNC00YTEsMSwwLDAsMC0xLjQyLTEuNDJMMTMsMTIuNTlWM2ExLDEsMCwwLDAtMiwwdjkuNTlsLTIuMjktMi4zYTEsMSwwLDEsMC0xLjQyLDEuNDJaIj48L3BhdGg+Cjwvc3ZnPg==);background-repeat:no-repeat;background-position:center 5px;margin-left:4px;position:absolute;top:3px;right:11px}.cmp-find-study .articleCard .govLink{padding-bottom:20px}.cmp-find-study .articleCard .govLink a{text-decoration:underline;color:#005ad2;font-size:14px;line-height:21px;margin-bottom:20px;font-weight:bold}.cmp-find-study .articleCard .govLink a::after{height:20px;width:20px;display:inline-block;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQgNWExIDEgMCAxIDEgMC0yaDZhMSAxIDAgMCAxIDEgMXY2YTEgMSAwIDEgMS0yIDBWNi40MTRsLTkuMjkzIDkuMjkzYTEgMSAwIDAgMS0xLjQxNC0xLjQxNEwxNy41ODYgNUgxNHpNMyA3YTIgMiAwIDAgMSAyLTJoNWExIDEgMCAxIDEgMCAySDV2MTJoMTJ2LTVhMSAxIDAgMSAxIDIgMHY1YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0yVjd6IiBmaWxsPSIjMDA1YWQyIi8+PC9zdmc+);background-repeat:no-repeat;background-position:center 3px;margin-left:2px;margin-bottom:-3px}.cmp-find-study .mobileFilterHandle,.cmp-find-study .mobileModalHeader,.cmp-find-study .mobileModalFooter,.cmp-find-study .govLinkMobile,.cmp-find-study .mobileInfos,.cmp-find-study .hidden{display:none}.cmp-find-study .ordering{width:29%;height:50px;position:relative;margin-right:20px;max-width:225px;float:right;margin-top:-50px}.cmp-find-study .ordering .multiSelectLabel{display:block;width:100%;height:48px;color:#001965;text-align:right;line-height:50px;font-size:14px;font-weight:bold;padding-right:20px;border:1px solid #fff;cursor:pointer}.cmp-find-study .ordering .multiSelectLabel span{height:12px;width:12px;display:inline-block;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPScxMicgaGVpZ2h0PSc4JyB2aWV3Qm94PScwIDAgMTIgOCcgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzAwMTk2NSIgZD0nTTAuMjU1NDE4IDIuMzAzMzNMNS4yMDU0MiA3LjI1MzMzQzUuMzcxMDMgNy40MTE2NSA1LjU5MTMxIDcuNSA1LjgyMDQyIDcuNUM2LjA0OTUzIDcuNSA2LjI2OTgxIDcuNDExNjUgNi40MzU0MiA3LjI1MzMzTDExLjM4NTQgMi4zMDMzM0MxMS40NjkxIDIuMjIzNDYgMTEuNTM1NCAyLjEyNzE3IDExLjU4MDIgMi4wMjA0OEMxMS42MjQ5IDEuOTEzNzkgMTEuNjQ3MSAxLjc5OTAxIDExLjY0NTQgMS42ODMzM0MxMS42NDI3IDEuNTExOTYgMTEuNTg5OSAxLjM0NTEyIDExLjQ5MzcgMS4yMDMzMUMxMS4zOTc0IDEuMDYxNDkgMTEuMjYxOCAwLjk1MDg3IDExLjEwMzYgMC44ODUwMjRDMTAuOTQ1NCAwLjgxOTE3OSAxMC43NzEzIDAuODAwOTc2IDEwLjYwMjkgMC44MzI2NTJDMTAuNDM0NSAwLjg2NDMyNyAxMC4yNzg5IDAuOTQ0NTAyIDEwLjE1NTQgMS4wNjMzM0w1LjgyNTQyIDUuNDAzMzNMMS40ODU0MiAxLjA3MzMzQzEuNDA3MDcgMC45OTAzOTUgMS4zMTI0NyAwLjkyNDUwMiAxLjIwNzUxIDAuODc5NzY3QzEuMTAyNTYgMC44MzUwMzIgMC45ODk1MDUgMC44MTI0MTYgMC44NzU0MTggMC44MTMzM0MwLjc2MDY5NSAwLjgxMjA2MiAwLjY0Njg1NCAwLjgzMzQ5OCAwLjU0MDQ0OCAwLjg3NjQwM0MwLjQzNDA0MiAwLjkxOTMwOCAwLjMzNzE3MyAwLjk4MjgzNyAwLjI1NTQxOCAxLjA2MzMzQzAuMDkxNzYxMiAxLjIyODE4IC04LjE0ODcyZS0wNSAxLjQ1MTA0IC04LjE1MDc1ZS0wNSAxLjY4MzMzQy04LjE1Mjc4ZS0wNSAxLjkxNTYyIDAuMDkxNzYxMSAyLjEzODQ4IDAuMjU1NDE4IDIuMzAzMzNaJy8+PC9nPjwvc3ZnPg==);background-repeat:no-repeat;background-position:center 3px;margin-left:10px}.cmp-find-study .ordering ul{display:none;height:auto;width:100%;position:absolute;top:40px;background:#fff;list-style-type:none;padding:5px 20px;text-align:right;font-size:16px;background-color:#fff;border:1px solid #f2f0ef;border-top:none;margin:0;border-radius:0 0 30px 30px;overflow:hidden}.cmp-find-study .ordering li{margin-bottom:5px}.cmp-find-study .ordering li label{display:block;width:100%;cursor:pointer}.cmp-find-study .ordering li label:has(input:focus){font-weight:bold}.cmp-find-study .ordering .checkHidden{position:absolute;left:-50px}.cmp-find-study .ordering li.active label{font-weight:bold}.cmp-find-study .ordering:hover .multiSelectLabel,.cmp-find-study .ordering:focus .multiSelectLabel,.cmp-find-study .ordering .active .multiSelectLabel{border:1px solid #f2f0ef;border-bottom:none;border-radius:30px 30px 0 0}.cmp-find-study .ordering:hover .multiSelectLabel span,.cmp-find-study .ordering:focus .multiSelectLabel span,.cmp-find-study .ordering .active .multiSelectLabel span{transform:rotate(180deg);background-position:center 1px}.cmp-find-study .ordering:hover ul,.cmp-find-study .ordering:focus ul,.cmp-find-study .ordering .active ul{display:block}.cmp-find-study .noResults{text-align:center;margin:60px auto}.cmp-find-study .noResults h3{font-size:16px;line-height:24px;font-weight:bold}.cmp-find-study .noResults strong{font-size:16px;line-height:24px;font-weight:normal}@media(max-width: 639px){.cmp-find-study .mobileFilterHandle{text-align:center;display:block;margin:20px 0}.cmp-find-study .mobileFilterHandle button{background-color:#ebe8e5;border:1px solid #ebe8e5;color:#001965;height:48px;line-height:48px;border-radius:30px;padding:0 20px;font-size:14px;font-weight:bold}.cmp-find-study .mobileFilterHandle button span{height:16px;width:16px;display:inline-block;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjMDAxOTY1IiBkPSJtNDg3Ljk3NiAwaC00NjMuOTQ4Yy0yMS4zMTggMC0zMi4wNzUgMjUuODY2LTE2Ljk3IDQwLjk3MWwxODQuOTQyIDE4NC45N3YyMDYuMDU5YzAgNy44MzEgMy44MjEgMTUuMTcgMTAuMjM3IDE5LjY2Mmw4MCA1NS45OGMxNS43ODMgMTEuMDQ4IDM3Ljc2My0uMTQ5IDM3Ljc2My0xOS42NjJ2LTI2Mi4wMzlsMTg0Ljk0Ny0xODQuOTdjMTUuMDc0LTE1LjA3NSA0LjM5MS00MC45NzEtMTYuOTcxLTQwLjk3MXoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:center center;margin-left:4px;margin-bottom:-3px}.cmp-find-study .mobileModalHeader h4{font-size:22px;line-height:26px;color:#001965;font-weight:bold;margin-bottom:15px;margin-top:70px}.cmp-find-study .mobileModalHeader .close{height:30px;width:30px;display:inline-block;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZmlsbD0iIzAwMTk2NSIgZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMiAxOSA2LjQxeiIvPjwvc3ZnPg==);background-repeat:no-repeat;position:absolute;right:10px;top:10px}.cmp-find-study .mobileFilterActive .filters{display:block;position:fixed;width:100%;height:100%;top:0;left:0;background:#ebe8e5;margin:0;z-index:10;padding:20px;overflow:auto}.cmp-find-study .mobileFilterActive .filters .mobileModalHeader,.cmp-find-study .mobileFilterActive .filters .mobileModalFooter{display:block}.cmp-find-study .mobileFilterActive .results,.cmp-find-study .mobileFilterActive .articles{display:none}.cmp-find-study .filter{width:100%;max-width:unset;margin-bottom:20px;height:unset}.cmp-find-study .filter .multiSelectLabel{text-align:left;padding:0 20px;background:#fff;border:none}.cmp-find-study .filter .multiSelectLabel span{position:absolute;right:20px;top:18px}.cmp-find-study .filter li{margin-bottom:20px;line-height:18px}.cmp-find-study .filter li input{margin-right:8px;height:18px;width:18px}.cmp-find-study .filter .active .multiSelectLabel{border-radius:30px 30px 0 0}.cmp-find-study .filter .active .multiSelectLabel span{transform:rotate(180deg);background-position:center 1px}.cmp-find-study .filter .active ul{display:block;border:none;position:static}.cmp-find-study .mobileModalFooter{text-align:center;margin-top:80px}.cmp-find-study .articleCard{margin-bottom:20px}.cmp-find-study .articleCard h4{font-size:16px;line-height:24px}.cmp-find-study .articleCard .top-banner{height:52px}.cmp-find-study .articleCard .top-banner .date{line-height:52px}.cmp-find-study .articleCard .mobileInfos{display:block;font-size:12px;color:#000;margin-bottom:20px}.cmp-find-study .articleCard .mobileInfos ul{list-style-type:none;margin:0;padding:0}.cmp-find-study .articleCard .mobileInfos ul li{margin-bottom:5px}.cmp-find-study .articleCard .files ul{display:block;padding-bottom:20px}.cmp-find-study .articleCard .files ul li{display:inline-block;margin-bottom:10px;margin-right:0}.cmp-find-study .articleCard .govLink,.cmp-find-study .filters,.cmp-find-study .ordering,.cmp-find-study .top-banner .infos,.cmp-find-study .close span{display:none}.cmp-find-study .articleCard .govLinkMobile{display:block}}.generalGovLinkWrapper{font-size:14px;line-height:21px;margin-bottom:20px;font-weight:bold}a.generalGovLink{text-decoration:underline;color:#005ad2}a.generalGovLink::after{height:20px;width:20px;display:inline-block;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQgNWExIDEgMCAxIDEgMC0yaDZhMSAxIDAgMCAxIDEgMXY2YTEgMSAwIDEgMS0yIDBWNi40MTRsLTkuMjkzIDkuMjkzYTEgMSAwIDAgMS0xLjQxNC0xLjQxNEwxNy41ODYgNUgxNHpNMyA3YTIgMiAwIDAgMSAyLTJoNWExIDEgMCAxIDEgMCAySDV2MTJoMTJ2LTVhMSAxIDAgMSAxIDIgMHY1YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0yVjd6IiBmaWxsPSIjMDA1YWQyIi8+PC9zdmc+);background-repeat:no-repeat;background-position:center 3px;margin-left:2px;margin-bottom:-3px}.visibility--hidden-text{font-size:0;line-height:0}.visibility--hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visibility--only-mobile{display:block}@media(min-width: 992px){.visibility--only-mobile{display:none}}.visibility--only-desktop{display:none}@media(min-width: 992px){.visibility--only-desktop{display:block}}.align--center{justify-content:center}.align--left{justify-content:start}.align--right{justify-content:flex-end}.align--text-center{text-align:center}.align--text-left{text-align:left}.align--text-right{text-align:right}.full-width{margin-left:calc(-1*var(--margin-main));margin-right:calc(-1*var(--margin-main))}.bg--sand{position:relative}.bg--sand::after{content:"";display:block;height:100%;position:absolute;top:0;z-index:-1;left:calc(-1 * calc(100vw - var(--main-wide-area)) / 2);width:calc(100% + 100vw - var(--main-wide-area));background-color:#f7f6f5}.bg--sand.container{padding-top:var(--spacing);padding-bottom:var(--spacing);z-index:1}.block--sand{background-color:#f7f6f5;padding:var(--spacing--xs);border-radius:.625rem}.bg--grey{position:relative}.bg--grey::after{content:"";display:block;height:100%;position:absolute;top:0;z-index:-1;left:calc(-1 * calc(100vw - var(--main-wide-area)) / 2);width:calc(100% + 100vw - var(--main-wide-area));background-color:#f6f5f4}.bg--grey.container{padding-top:var(--spacing);padding-bottom:var(--spacing);z-index:1}.block--grey{background-color:#f6f5f4;padding:var(--spacing--xs);border-radius:.625rem}.bg--lightgrey{position:relative}.bg--lightgrey::after{content:"";display:block;height:100%;position:absolute;top:0;z-index:-1;left:calc(-1 * calc(100vw - var(--main-wide-area)) / 2);width:calc(100% + 100vw - var(--main-wide-area));background-color:#f2f0ef}.bg--lightgrey.container{padding-top:var(--spacing);padding-bottom:var(--spacing);z-index:1}.block--lightgrey{background-color:#f2f0ef;padding:var(--spacing--xs);border-radius:.625rem}.bg--lightblue{position:relative}.bg--lightblue::after{content:"";display:block;height:100%;position:absolute;top:0;z-index:-1;left:calc(-1 * calc(100vw - var(--main-wide-area)) / 2);width:calc(100% + 100vw - var(--main-wide-area));background-color:#ecf3fc}.bg--lightblue.container{padding-top:var(--spacing);padding-bottom:var(--spacing);z-index:1}.block--lightblue{background-color:#ecf3fc;padding:var(--spacing--xs);border-radius:.625rem}.color--blue{--color-text: #001965}.color--green{--color-text: #2a928d}.color--black{--color-text: black}.color--grey{--color-text: #d7d7d7}.color--sand{--color-text: #ebe8e5}.color--white{--color-text: white}.color--orange{--color-text: #e6553f}.color--pink{--color-text: #ed99b4}.font--uppercase{text-transform:uppercase}.ratio--16-9{position:relative}.ratio--16-9::before{content:"";display:block;padding-top:56.25%;width:100%}.ratio--16-9 iframe,.ratio--16-9 img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.ratio--4-3{position:relative}.ratio--4-3::before{content:"";display:block;padding-top:75%;width:100%}.ratio--4-3 iframe,.ratio--4-3 img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.ratio--1-1{position:relative}.ratio--1-1::before{content:"";display:block;padding-top:100%;width:100%}.ratio--1-1 iframe,.ratio--1-1 img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}
