/*
 *  Copyright 2020 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-pdfviewer__content {
  height: 500px;
}
.pdfviewer:not(.cq-Editable-dom) .cmp-pdfviewer__full-window-borderless {
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9999;
}
.pdfviewer.cq-Editable-dom .cmp-pdfviewer__full-window-borderless {
  height: 500px;
}

/*! 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-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/truthaboutweight/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/truthaboutweight/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/truthaboutweight/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/truthaboutweight/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/truthaboutweight/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/truthaboutweight/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/truthaboutweight/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/truthaboutweight/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}.ctabutton--quinary{--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){.ctabutton--quinary{--text-font-size: 1.125rem;--text-line-height: 1.3125rem}}.ctabutton--quinary a,.ctabutton--quinary 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}.ctabutton--quinary a:hover,.ctabutton--quinary a:active,.ctabutton--quinary button:hover,.ctabutton--quinary button:active{background:var(--button-color--1);color:var(--button-color--2);border:.125rem solid var(--button-color--2);opacity:1}.banner-overlay .title,.title--xl,.title--xl>*,.title--xl .title{--title-font-size: 2.875rem;--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: 5.25rem;--title-line-height: 5.25rem}}.banner-overlay .title b,.title--xl-bold,.title--xl-bold>*,.title--xl-bold .title{--title-font-size: 2.875rem;--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: 5.25rem;--title-line-height: 5.25rem}}.cmp-whc-result-hero-banner__header,.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-whc-result-hero-banner__header,.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}}.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){.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}}.quote__share-title,.title--xxs,.title--xxs>*,.title--xxs .title{--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}@media(min-width: 992px){.quote__share-title,.title--xxs,.title--xxs>*,.title--xxs .title{--title-font-size: 1.25rem;--title-line-height: 1.6875rem}}.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,.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,.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-whc-result-hero-banner__circles-header,.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-whc-result-hero-banner__circles-header,.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-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-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{--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{--text-font-size: 0.75rem;--text-line-height: 1.125rem}}@font-face{font-family:"taw__icons";src:url("../../../../etc.clientlibs/truthaboutweight/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/taw__icons.woff?91b9ce67d766e204f484679f16ea2bed") format("woff"),url("../../../../etc.clientlibs/truthaboutweight/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/taw__icons.woff2?91b9ce67d766e204f484679f16ea2bed") format("woff2")}i[class^=icon-]:before,i[class*=" icon-"]:before{font-family:taw__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-chatbot: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-info:before{content:""}.icon-instagram:before{content:""}.icon-linkedin:before{content:""}.icon-menu:before{content:""}.icon-messenger:before{content:""}.icon-play:before{content:""}.icon-search:before{content:""}.icon-tawmenu:before{content:""}.icon-tawminus:before{content:""}.icon-tawplus:before{content:""}.icon-twitter-old:before{content:""}.icon-twitter:before{content:""}.icon-whatsapp:before{content:""}.icon-world:before{content:""}@font-face{font-family:"custom_materialicons";src:url("data:application/octet-stream;base64,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") format("woff"),url("data:application/octet-stream;base64,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") format("truetype")}[class^=icon-]::before,[class*=" icon-"]::before{font-family:"custom_materialicons";font-style:normal;font-weight:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-navigate_next::before{content:""}.icon-picture::before{content:""}.icon-linkedin::before{content:""}.icon-attach::before{content:""}.icon-menu-24px::before{content:""}.icon-bookmark::before{content:""}.icon-share::before{content:""}.icon-arrow_up::before{content:""}.icon-arrow_down::before{content:""}.icon-star::before{content:""}.icon-volume_off::before{content:""}.icon-close-24px::before{content:""}.icon-arrow::before{content:""}.icon-share-hover::before{content:""}.icon-share-1::before{content:""}.icon-twitter-bird::before{content:""}.icon-quote::before{content:""}.icon-language-24px::before{content:""}.icon-facebook-1::before{content:""}.icon-mail::before{content:""}.icon-more::before{content:""}.icon-cloud_download::before{content:""}.icon-download::before{content:""}.icon-description::before{content:""}.icon-bookmark-on::before{content:""}.icon-right-open-big::before{content:""}.icon-twitter::before{content:""}.icon-search::before{content:""}.icon-whatsapp::before{content:""}.icon-facebook::before{content:""}.icon-comment::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}@media(max-width: 767px){audio{height:1.875rem;width:11.875rem}}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):not(.cmp-newsletter form>*){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}.column>*:not(.title):not(.social-share){margin-bottom:var(--spacing)}@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}body.v2::after{left:0;width:100vw}.section-container{width:100%;margin:0 auto;z-index:1}.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-xsmall{margin-top:-6.125rem}.section-container--upward-pull-xsmall .cmp-container{display:flex;flex-direction:column}@media(min-width: 768px){.section-container--upward-pull-xsmall{margin-top:-8.375rem}}.section-container--upward-pull-small{margin-top:-7rem}.section-container--upward-pull-small .cmp-container{display:flex;flex-direction:column}@media(min-width: 768px){.section-container--upward-pull-small{margin-top:-10.3125rem}}.section-container--upward-pull-large{margin-top:-7rem}.section-container--upward-pull-large .cmp-container{display:flex;flex-direction:column}@media(min-width: 768px){.section-container--upward-pull-large{margin-top:-17.625rem}}.section-container--upward-push-medium{margin-top:5rem}.section-container--upward-push-medium .cmp-container{display:flex;flex-direction:column}@media(min-width: 768px){.section-container--upward-push-medium{margin-top:3.75rem}}.section-container--upward-push-large{margin-top:9.375rem}.section-container--dwsp-medium{margin-bottom:4rem}.section-container--dwsp-large{margin-bottom:6rem}.section-container .columns{width:100%}.section-container .columns .column{width:100%}@media(min-width: 768px){.section-container .column{margin-right:1.25rem}.section-container .column:last-child{margin-right:0}}.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.875rem}.section-container__article-hero .audio{order:4;margin-bottom:1.25rem}.section-container__article-hero .readtime{order:5;margin-bottom:1.25rem}.section-container__article-hero .text{order:6;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 .audio,.section-container__article-hero .readtime{grid-area:3/1/4/2}.section-container__article-hero .audio~.readtime{grid-area:3/2/4/3;align-self:center;justify-self:end}.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>*{text-align:center}.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-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}.carousel{margin-top:3.5625rem;--text-color: #001965;color:var(--text-color);position:relative}.hero .carousel{--text-color: white;margin-top:0;z-index:0}@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){[data-sliderscroll=enabled] .swiper-slide{zoom:1}}.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:"taw__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:16.5rem;height:1.25rem;-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:#fff;transform:scale(0.8) translateY(0.125rem);order:5;cursor:pointer}.mobile-nav-toggle::before{display:block;font-family:"taw__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;font-size:1.5625rem;content:""}.header--horizontal-navigation .mobile-nav-toggle::before{content:"";font-size:40px}@media(min-width: 992px){.homepage .mobile-nav-toggle{display:none}.homepage .header--scrolled .mobile-nav-toggle{display:flex}.homepage .header--scrolled.header--horizontal-navigation .mobile-nav-toggle{display:none}}.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);overflow-y:auto}.header--scrolled .navigation[aria-hidden=false],.navigation[aria-hidden=false]{display:block;height:100vh;background:#001965;top:0;right:0;color:#fff;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:#001965;color:#fff}.navigation-menu{display:flex;flex-flow:column;align-items:flex-end;padding-left:.625rem;height:100%}@media(min-width: 992px){.navigation-menu{min-height:calc(var(--banner-min-height) - var(--header-height) - 1.75rem)}}.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:"taw__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:#fff;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;margin-bottom:1rem;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.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-items-list a span,.navigation-item a span{background-image:linear-gradient(#2a928d, #2a928d);background-position:0 100%;background-size:0 .25rem;background-repeat:no-repeat;padding-bottom:.25rem;transition:background-size .6s ease}.navigation-items-list a:hover span,.navigation-items-list a.is-active span,.navigation-item a.is-active span,.navigation-item a:hover span{background-size:100% .25rem}.navigation.menu:not([aria-hidden=false]) .navigation-items-list{display:none}@media(min-width: 992px){.header:not(.header--scrolled) .navigation-items-list{display:none}}.navigation-items-list{width:100%;position:relative;margin-top:auto}.navigation-items-list .cmp-list{margin-bottom:calc(var(--spacing) + 4rem)}.navigation-items-list:has(.cmp-list__item)::before{position:absolute;content:"";bottom:100%;left:-0.625rem;right:-1.25rem;border-top:solid 1px rgba(255,255,255,.5)}.navigation-items-list li{padding-right:1.5625rem;text-align:right;font-size:1rem;font-weight:300;margin-bottom:0}.navigation-items-list a{padding-top:.5rem;padding-bottom:.5rem;display:inline-block}.navigation-items-list a:hover{text-decoration:none}.navigation--horizontal-banner{background-color:#001965}.navigation--horizontal-banner .navigation-items{display:flex;flex-direction:column;align-items:center;margin-bottom:0}.navigation--horizontal-banner .navigation-item{width:100%;color:#fff;padding:7px 0;text-align:center;border-bottom:1px solid rgba(255,255,255,.5)}.navigation--horizontal-banner .navigation-item:last-child{margin-bottom:0}.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:"taw__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:"taw__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;content:""}@media(min-width: 768px){.header-cmp .search{margin-right:1.625rem}}.header-cmp .search-area{display:flex;flex-wrap:wrap}.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 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}@media(max-width: 767px){.country-dropdown-countries{display:block}}.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: white;position:fixed;top:0;z-index:5;width:100%;min-width:20rem;max-width:100vw;padding:0 1.25rem;background-color:#001965;color:var(--text-color)}.header.header--horizontal-navigation{background-color:#fff}.sectionpage .header.header--horizontal-navigation,.homepage .header.header--horizontal-navigation{background-color:#fff}.homepage .header,.sectionpage .header{background-color:transparent}.homepage .header--scrolled,.sectionpage .header--scrolled{--text-color: white;background-color:#001965}.header--scrolled,.homepage .header--scrolled{--text-color: white;background-color:#001965}.header .aem-Grid{position:relative}.header .container,.header .column{margin:0;padding:0}.header .columns{width:100%;align-items:center}.header .c-btn{margin-right:1.25rem}.header .c-btn::before{vertical-align:middle}.subsectionpage .header .c-btn::before{color:#001965}.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}.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{min-width:clamp(9.375rem,10vw,16.5rem);height:auto;margin-right:auto;padding-right:1.25rem}.header-cmp .navigation{display:flex;justify-content:flex-end}.header-cmp.header-cmp--horizontal-navigation .mobile-navigation{background-color:#001965;height:45px;width:45px;min-width:45px;display:flex;justify-content:center;align-items:center;border-radius:50%}@media(min-width: 992px){.header-cmp.header-cmp--horizontal-navigation .mobile-navigation{display:none}}.navigation.navigation--horizontal{justify-content:center;width:100%;padding:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:#001965;right:0 !important;top:var(--header-height)}.navigation.navigation--horizontal.navigation--horizontal-home{position:relative;top:unset;color:#fff}.navigation.navigation--horizontal .navigation-menu{width:100%;flex-flow:row wrap;justify-content:center;align-items:flex-start;min-height:unset;padding-left:0}.navigation.navigation--horizontal .navigation-items{display:inline-flex;gap:30px;flex-wrap:wrap;margin-bottom:0;text-align:left}.navigation.navigation--horizontal .navigation-item{padding-right:0}.navigation.navigation--horizontal .navigation-item.is-active::before{display:none}.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}:root{--banner-min-height: 95vh}@media(min-width: 992px){:root{--banner-min-height: 46.875rem}}.banner{display:grid;grid-template-columns:4rem auto 3rem;grid-template-rows:2.5rem auto auto 6.25rem;color:#fff;margin:0;min-height:var(--banner-min-height);position:relative;overflow:hidden}.banner.color--blue{color:#001965}@media(max-width: 767px){.banner.cmp-banner--reduce-vertical-height{min-height:40vh;grid-template-rows:5rem auto auto 6.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}.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}.banner-overlay .title{margin-bottom:1.5rem}.banner-overlay .title h1{margin-bottom:0}.banner-overlay .text{margin-bottom:2.375rem}.banner-overlay .ctabutton{text-align:center}.banner-overlay .ctabutton:hover .cta a,.banner-overlay .ctabutton:hover a,.banner-overlay .ctabutton:hover button,.banner-overlay .ctabutton:active .cta a,.banner-overlay .ctabutton:active a,.banner-overlay .ctabutton:active button{color:#fff;border-color:#2a928d;background:#2a928d}.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}@media(min-width: 992px){.banner-overlay{grid-column:2/3;grid-row:2/3;width:75%;align-self:center;text-align:left}.banner-overlay .title{margin-bottom:2.25rem}.banner-overlay .title h1{font-size:clamp(4.0625rem,7vw,5.25rem);line-height:1}.banner-overlay .title h1 b{font-weight:800}.banner-overlay .text{margin-bottom:2.375rem}.banner-overlay .ctabutton{text-align:left}}.banner .banner-overlay--content-controlled{top:0;transform:none;padding-top:100px;bottom:auto}.container{position:relative}.container--upward-pull-to-banner{margin-top:calc(var(--spacing--xs)*-1);padding-top:0}.container.bg--green,.container.bg--grey{max-width:100%;position:relative;transform:none;overflow-x:initial}.container.bg--green::after,.container.bg--grey::after{content:"";height:100%;position:absolute;top:0;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.container.bg--green{background:#e5e5e5}.container.bg--grey{background:#f6f5f4}.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:5.75rem var(--margin-narrow) 3.625rem;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}.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}.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.bg-light-blue{background:var(--col-light-blue);color:#fff}.quote.bg-light-blue .share-link{border-color:#fff}.quote.bg-light-blue .svg-icon,.quote.bg-light-blue .quote-icon{fill:rgba(255,255,255,.6)}.quote.bg-light-blue.t-40{background:var(--col-light-blue-t40);color:#001965}.quote.bg-light-blue.t-40 .share-link{border-color:#fff}.quote.bg-light-blue.t-40 .svg-icon,.quote.bg-light-blue.t-40 .quote-icon{fill:rgba(255,255,255,.6)}.quote.bg-light-blue.t-15{background:var(--col-light-blue-t15);color:#001965}.quote.bg-light-blue.t-15 .share-link{border-color:#001965}.quote.bg-light-blue.t-15 .svg-icon,.quote.bg-light-blue.t-15 .quote-icon{fill:#001965}.quote.bg-sea-blue{background:var(--col-sea-blue);color:#fff}.quote.bg-sea-blue .share-link{border-color:#fff}.quote.bg-sea-blue .svg-icon,.quote.bg-sea-blue .quote-icon{fill:#fff}.quote.bg-sea-blue.t-40{background:var(--col-sea-blue-t40)}.quote.bg-sea-blue.t-15{background:var(--col-sea-blue-t15);color:#001965}.quote.bg-sea-blue.t-15 .share-link{border-color:#001965}.quote.bg-sea-blue.t-15 .svg-icon,.quote.bg-sea-blue.t-15 .quote-icon{fill:#001965}.quote.bg-ocean-green{background:var(--col-ocean-green);color:#fff}.quote.bg-ocean-green .share-link{border-color:#fff}.quote.bg-ocean-green .svg-icon,.quote.bg-ocean-green .quote-icon{fill:rgba(255,255,255,.7)}.quote.bg-ocean-green.t-40{background:var(--col-ocean-green-t40);color:#001965}.quote.bg-ocean-green.t-40 .share-link{border-color:#001965}.quote.bg-ocean-green.t-40 .svg-icon,.quote.bg-ocean-green.t-40 .quote-icon{fill:#001965}.quote.bg-ocean-green.t-15{background:var(--col-ocean-green-t15);color:#001965}.quote.bg-ocean-green.t-15 .share-link{border-color:#001965}.quote.bg-ocean-green.t-15 .svg-icon,.quote.bg-ocean-green.t-15 .quote-icon{fill:#001965}.quote.bg-rose-pink{background:var(--col-rose-pink)}.quote.bg-rose-pink .share-link{border-color:#fff}.quote.bg-rose-pink .svg-icon,.quote.bg-rose-pink .quote-icon{fill:rgba(255,255,255,.7)}.quote.bg-rose-pink.t-40{background:var(--col-rose-pink-t40)}.quote.bg-rose-pink.t-40 .share-link{border-color:#001965}.quote.bg-rose-pink.t-40 .svg-icon,.quote.bg-rose-pink.t-40 .quote-icon{fill:#001965}.quote.bg-rose-pink.t-15{background:var(--col-rose-pink-t15)}.quote.bg-rose-pink.t-15 .share-link{border-color:#001965}.quote.bg-rose-pink.t-15 .svg-icon,.quote.bg-rose-pink.t-15 .quote-icon{fill:#001965}.quote.bg-sand-grey{background:var(--col-sand-grey)}.quote.bg-sand-grey .share-link{border-color:#fff}.quote.bg-sand-grey .svg-icon,.quote.bg-sand-grey .quote-icon{fill:rgba(255,255,255,.7)}.quote.bg-sand-grey.t-40{background:var(--col-sand-grey-t40)}.quote.bg-sand-grey.t-40 .share-link{border-color:#001965}.quote.bg-sand-grey.t-40 .svg-icon,.quote.bg-sand-grey.t-40 .quote-icon{fill:#001965}.quote.bg-sand-grey.t-15{background:var(--col-sand-grey-t15)}.quote.bg-sand-grey.t-15 .share-link{border-color:#001965}.quote.bg-sand-grey.t-15 .svg-icon,.quote.bg-sand-grey.t-15 .quote-icon{fill:#001965}.quote.bg-granite-grey{background:var(--col-granite-grey);color:#fff}.quote.bg-granite-grey .share-link{border-color:#fff}.quote.bg-granite-grey .svg-icon,.quote.bg-granite-grey .quote-icon{fill:rgba(255,255,255,.7)}.quote.bg-granite-grey.t-40{background:var(--col-granite-grey-t40);color:#001965}.quote.bg-granite-grey.t-40 .share-link{border-color:#001965}.quote.bg-granite-grey.t-40 .svg-icon,.quote.bg-granite-grey.t-40 .quote-icon{fill:#001965}.quote.bg-granite-grey.t-15{background:var(--col-granite-grey-t15);color:#001965}.quote.bg-granite-grey.t-15 .share-link{border-color:#001965}.quote.bg-granite-grey.t-15 .svg-icon,.quote.bg-granite-grey.t-15 .quote-icon{fill:#001965}.quote__share-title{grid-area:1/1/2/2;display:flex;align-items:center;margin:0 .3125rem 0 0}.quote__image{max-width:25rem;margin:-2.25rem 0 2.25rem 2.25rem;border-radius:1.5625rem}@media(max-width: 991px){.quote__image{display:none}}.quote__content{display:grid;grid-template-columns:auto auto auto 1fr;grid-template-rows:repeat(3, auto);grid-gap:0;height:100%;padding:3.625rem 2.25rem 6.625rem}.quote__content .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__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;font-weight:300;margin:1.5625rem 0 1.25rem}.quote__content figcaption{grid-area:3/1/4/5;font-size:.75rem;line-height:1.125rem}.quote__content figcaption::before{font-family:"taw__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;color:transparent;vertical-align:middle;margin-right:.625rem}.quote--no-image{display:grid;grid-template-columns:auto auto auto 1fr;grid-template-rows:repeat(3, auto);grid-gap:0;height:100%;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:"taw__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--quinary .cta a,.ctabutton--quinary a,.ctabutton--quinary button{border-color:#005ad2;border-radius:32px}.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:transparent;background:rgba(0,90,210,.7)}.ctabutton.align--text-center-left .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-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[class*=cta-button--sticky]:has(+.ctabutton[class*=cta-button--sticky]){bottom:4.375rem}.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:"taw__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;font-size:.875rem;content:"";font-weight:normal;line-height:1}.ctabutton.cta-button--with-chatbot-icon .cta a{display:flex;align-items:center;position:relative;padding-right:2.5rem}.ctabutton.cta-button--with-chatbot-icon .cta a::after{display:block;position:absolute;width:.9375rem;height:.9375rem;transform:translateY(0.125rem);right:.9375rem;font-family:"taw__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;font-size:.875rem;content:"";font-weight:normal;line-height:1}.ctabutton.cta-button--with-chatbot-icon .cta a::after{height:unset;font-size:1.5rem}@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}}@media(min-width: 992px){.ctabutton.align--text-center-left .cta{display:flex;justify-content:flex-start}}.ctabutton--taw-opt{order:5}.ctabutton--taw-opt.cta-button--with-search-icon .cta a{padding:6px 20px;justify-content:center;gap:10px;box-shadow:0 -2px 2px rgba(0,0,0,.2)}.ctabutton--taw-opt.cta-button--with-search-icon .cta a::after{position:relative;right:0;width:unset;height:unset;transform:none;font-size:40px}@media(max-width: 991px){.ctabutton--taw-opt.cta-button--with-search-icon .cta a{width:70%}}@media(max-width: 575px){.ctabutton--taw-opt.cta-button--with-search-icon .cta a{width:90%}}.ctabutton--taw-opt .ctabutton__label{display:flex;flex-direction:column;gap:5px}.ctabutton--taw-opt .ctabutton__label span:first-child{font-size:14px;font-weight:300}.ctabutton--taw-opt .ctabutton__label span:last-child{font-size:24px;font-weight:700}.ctabutton--taw-opt.ctabutton--opt-bottom{position:fixed;bottom:0;left:0;z-index:10;width:100%;background-color:#fff;padding:15px}.ctabutton--taw-opt.ctabutton--opt-bottom .cta{display:flex;justify-content:center}.ctabutton__icon{font-family:"taw__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;font-size:120%;padding-left:.625rem}.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}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}summary img{display:block;width:2.5rem;height:2.5rem;margin-right:1.25rem}summary .icon,summary::-webkit-details-marker{display:none}.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:"taw__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:"taw__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;word-break:break-word;word-wrap:break-word}.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;height:100%}.contentpageteaser .card-image{width:auto;height:23.75rem;margin-bottom:1.5rem;border-radius:.625rem;overflow:hidden}.contentpageteaser .card-image img{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{height:23.75rem}.contentpageteaser .card-body{max-width:19.0625rem}}.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-round .card-body{width:19.0625rem;max-width:19.0625rem}.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 .media-card .card-image{width:100%;max-width:100%;height:auto}.carousel .contentpageteaser .media-card .card-image{max-width:29.0625rem}.contentpageteaser .media-card .card-image iframe{-o-object-fit:fill;object-fit:fill;border-radius:1.5625rem}.carousel.contentpageteaser--img-round .contentpageteaser .media-card .card-image{max-width:19.0625rem;margin-left:0;transform:scale(1)}.carousel .contentpageteaser .media-card .card-body{max-width:29.0625rem}.carousel.contentpageteaser--img-round .contentpageteaser .media-card .card-body{max-width:19.0625rem}.contentpageteaser--img-bkg .media-card .card-body,.contentpageteaser--img-round .media-card .card-body{position:relative}.contentpageteaser--img-bkg .media-card .card-body .category,.contentpageteaser--img-bkg .media-card .card-body h2,.contentpageteaser--img-round .media-card .card-body .category,.contentpageteaser--img-round .media-card .card-body h2{color:#001965}.contentpageteaser--img-bkg .media-card .card-image,.contentpageteaser--img-round .media-card .card-image{filter:brightness(100%);border-radius:1.5625rem;box-shadow:none}.contentpageteaser--img-bkg .media-card .card-image::before,.contentpageteaser--img-round .media-card .card-image::before{display:none}.contentpageteaser--img-bkg .media-card .card-image iframe,.contentpageteaser--img-round .media-card .card-image iframe{-o-object-fit:fill;object-fit:fill;border-radius:1.5625rem}.contentpageteaser--img-bkg .media-card .card-body::after,.contentpageteaser--img-round .media-card .card-body::after{display:none}.contentpageteaser .media-card.sixteen_nine_ratio .card-image>div{padding-bottom:56.2382445141% !important}.contentpageteaser .media-card.four_three_ratio .card-image>div{padding-bottom:75% !important}.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.875rem 1.25rem;width:90%;height:auto;max-height:80vh;min-height:30%;margin:auto;margin-top:10vh;display:flex;flex-direction:column;justify-content:space-between;border-radius:1.5625rem}@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{flex-flow:column;flex-wrap:nowrap;min-height:auto;justify-content:flex-start;width:100%;align-items: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%}.cmp-modal__content .title,.cmp-modal__content .text,.cmp-modal__content .options{text-align:left !important;color:#001965;max-width:unset}.cmp-modal__content button{margin-top:1.875rem}.cmp-modal__content .title{padding-bottom:.625rem;font-size:1.5rem;line-height:1.5}.cmp-modal__content .text p{max-width:100%;font-size:1rem;line-height:1.3}@media(min-width: 768px){.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}@media(min-width: 768px){.cmp-modal__content .ctabutton{margin:1.875rem 1.25rem}}.cmp-modal__deck{display:flex;justify-content:space-evenly;flex-wrap:wrap;padding:1.066rem 0}.cmp-modal__close{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:"taw__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;color:var(--col-true-blue);font-size:1.25rem}.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","Apis-Regular",verdana,geneva,tahoma,sans-serif;font-size:1rem;font-style:normal;font-weight:normal}.cmp-modal__link:hover{text-decoration:none}.cmp-modal__link::after{font-family:"taw__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;color:var(--col-true-blue);content:""}.popup .cmp-modal__wrapper .ctabutton{margin-top:1.5625rem !important}.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}.mediatext{text-align:center}@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}}.media-text{display:flex;flex-direction:column}.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%}.quote-area{flex-basis:50%;padding-top:1.25rem;padding-bottom:1.25rem}.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:2.875rem,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:5.25rem !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}.breadcrumb:first-child{padding:5.875rem .625rem .875rem}.cmp-breadcrumb__list{display:flex;justify-content:flex-start;flex-wrap:wrap;padding:.875rem .625rem;list-style-type:none}.cmp-breadcrumb__item{display:block;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 .share-link{display:flex;justify-content:center;align-items:center;width:2rem;min-width:2rem;height:2rem;margin:0 .5rem .5625rem 0;border:1px solid #d7d7d7;border-radius:50%}.share-panel .share-link .svg-icon{width:100%;fill:#737373}.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 .share-link{margin-right:.5625rem}}.cmp-bmi{max-width:100%}.banner-overlay .cmp-bmi{max-width:55.3125rem}.cmp-bmi .cmp-bmi__section-header,.cmp-bmi .cmp-bmi__section-inputs,.cmp-bmi .cmp-bmi__section-inputs::after{background:var(--col-ocean-green-t15)}.cmp-bmi .cmp-bmi__section-header,.cmp-bmi .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-light-blue .cmp-bmi__section-header,.cmp-bmi.bg-light-blue .cmp-bmi__section-inputs,.cmp-bmi.bg-light-blue .cmp-bmi__section-inputs::after{background:var(--col-light-blue)}.cmp-bmi.bg-light-blue .cmp-bmi__section-header,.cmp-bmi.bg-light-blue .cmp-bmi__section .cmp-bmi__form-label{color:white}.cmp-bmi.bg-light-blue.t-40 .cmp-bmi__section-header,.cmp-bmi.bg-light-blue.t-40 .cmp-bmi__section-inputs,.cmp-bmi.bg-light-blue.t-40 .cmp-bmi__section-inputs::after{background:var(--col-light-blue-t40)}.cmp-bmi.bg-light-blue.t-40 .cmp-bmi__section-header,.cmp-bmi.bg-light-blue.t-40 .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-light-blue.t-15 .cmp-bmi__section-header,.cmp-bmi.bg-light-blue.t-15 .cmp-bmi__section-inputs,.cmp-bmi.bg-light-blue.t-15 .cmp-bmi__section-inputs::after{background:var(--col-light-blue-t15)}.cmp-bmi.bg-light-blue.t-15 .cmp-bmi__section-header,.cmp-bmi.bg-light-blue.t-15 .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-sea-blue .cmp-bmi__section-header,.cmp-bmi.bg-sea-blue .cmp-bmi__section-inputs,.cmp-bmi.bg-sea-blue .cmp-bmi__section-inputs::after{background:var(--col-sea-blue)}.cmp-bmi.bg-sea-blue .cmp-bmi__section-header,.cmp-bmi.bg-sea-blue .cmp-bmi__section .cmp-bmi__form-label{color:white}.cmp-bmi.bg-sea-blue.t-40 .cmp-bmi__section-header,.cmp-bmi.bg-sea-blue.t-40 .cmp-bmi__section-inputs,.cmp-bmi.bg-sea-blue.t-40 .cmp-bmi__section-inputs::after{background:var(--col-sea-blue-t40)}.cmp-bmi.bg-sea-blue.t-40 .cmp-bmi__section-header,.cmp-bmi.bg-sea-blue.t-40 .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-sea-blue.t-15 .cmp-bmi__section-header,.cmp-bmi.bg-sea-blue.t-15 .cmp-bmi__section-inputs,.cmp-bmi.bg-sea-blue.t-15 .cmp-bmi__section-inputs::after{background:var(--col-sea-blue-t15)}.cmp-bmi.bg-sea-blue.t-15 .cmp-bmi__section-header,.cmp-bmi.bg-sea-blue.t-15 .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-ocean-green .cmp-bmi__section-header,.cmp-bmi.bg-ocean-green .cmp-bmi__section-inputs,.cmp-bmi.bg-ocean-green .cmp-bmi__section-inputs::after{background:var(--col-ocean-green)}.cmp-bmi.bg-ocean-green .cmp-bmi__section-header,.cmp-bmi.bg-ocean-green .cmp-bmi__section .cmp-bmi__form-label{color:white}.cmp-bmi.bg-ocean-green.t-40 .cmp-bmi__section-header,.cmp-bmi.bg-ocean-green.t-40 .cmp-bmi__section-inputs,.cmp-bmi.bg-ocean-green.t-40 .cmp-bmi__section-inputs::after{background:var(--col-ocean-green-t40)}.cmp-bmi.bg-ocean-green.t-40 .cmp-bmi__section-header,.cmp-bmi.bg-ocean-green.t-40 .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-ocean-green.t-15 .cmp-bmi__section-header,.cmp-bmi.bg-ocean-green.t-15 .cmp-bmi__section-inputs,.cmp-bmi.bg-ocean-green.t-15 .cmp-bmi__section-inputs::after{background:var(--col-ocean-green-t15)}.cmp-bmi.bg-ocean-green.t-15 .cmp-bmi__section-header,.cmp-bmi.bg-ocean-green.t-15 .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-rose-pink .cmp-bmi__section-header,.cmp-bmi.bg-rose-pink .cmp-bmi__section-inputs,.cmp-bmi.bg-rose-pink .cmp-bmi__section-inputs::after{background:var(--col-rose-pink)}.cmp-bmi.bg-rose-pink .cmp-bmi__section-header,.cmp-bmi.bg-rose-pink .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-rose-pink.t-40 .cmp-bmi__section-header,.cmp-bmi.bg-rose-pink.t-40 .cmp-bmi__section-inputs,.cmp-bmi.bg-rose-pink.t-40 .cmp-bmi__section-inputs::after{background:var(--col-rose-pink-t40)}.cmp-bmi.bg-rose-pink.t-40 .cmp-bmi__section-header,.cmp-bmi.bg-rose-pink.t-40 .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-rose-pink.t-15 .cmp-bmi__section-header,.cmp-bmi.bg-rose-pink.t-15 .cmp-bmi__section-inputs,.cmp-bmi.bg-rose-pink.t-15 .cmp-bmi__section-inputs::after{background:var(--col-rose-pink-t15)}.cmp-bmi.bg-rose-pink.t-15 .cmp-bmi__section-header,.cmp-bmi.bg-rose-pink.t-15 .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-sand-grey .cmp-bmi__section-header,.cmp-bmi.bg-sand-grey .cmp-bmi__section-inputs,.cmp-bmi.bg-sand-grey .cmp-bmi__section-inputs::after{background:var(--col-sand-grey)}.cmp-bmi.bg-sand-grey .cmp-bmi__section-header,.cmp-bmi.bg-sand-grey .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-sand-grey.t-40 .cmp-bmi__section-header,.cmp-bmi.bg-sand-grey.t-40 .cmp-bmi__section-inputs,.cmp-bmi.bg-sand-grey.t-40 .cmp-bmi__section-inputs::after{background:var(--col-sand-grey-t40)}.cmp-bmi.bg-sand-grey.t-40 .cmp-bmi__section-header,.cmp-bmi.bg-sand-grey.t-40 .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-sand-grey.t-15 .cmp-bmi__section-header,.cmp-bmi.bg-sand-grey.t-15 .cmp-bmi__section-inputs,.cmp-bmi.bg-sand-grey.t-15 .cmp-bmi__section-inputs::after{background:var(--col-sand-grey-t15)}.cmp-bmi.bg-sand-grey.t-15 .cmp-bmi__section-header,.cmp-bmi.bg-sand-grey.t-15 .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-granite-grey .cmp-bmi__section-header,.cmp-bmi.bg-granite-grey .cmp-bmi__section-inputs,.cmp-bmi.bg-granite-grey .cmp-bmi__section-inputs::after{background:var(--col-granite-grey)}.cmp-bmi.bg-granite-grey .cmp-bmi__section-header,.cmp-bmi.bg-granite-grey .cmp-bmi__section .cmp-bmi__form-label{color:white}.cmp-bmi.bg-granite-grey.t-40 .cmp-bmi__section-header,.cmp-bmi.bg-granite-grey.t-40 .cmp-bmi__section-inputs,.cmp-bmi.bg-granite-grey.t-40 .cmp-bmi__section-inputs::after{background:var(--col-granite-grey-t40)}.cmp-bmi.bg-granite-grey.t-40 .cmp-bmi__section-header,.cmp-bmi.bg-granite-grey.t-40 .cmp-bmi__section .cmp-bmi__form-label{color:#001965}.cmp-bmi.bg-granite-grey.t-15 .cmp-bmi__section-header,.cmp-bmi.bg-granite-grey.t-15 .cmp-bmi__section-inputs,.cmp-bmi.bg-granite-grey.t-15 .cmp-bmi__section-inputs::after{background:var(--col-granite-grey-t15)}.cmp-bmi.bg-granite-grey.t-15 .cmp-bmi__section-header,.cmp-bmi.bg-granite-grey.t-15 .cmp-bmi__section .cmp-bmi__form-label{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;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;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-size:4.3125rem 1.875rem;-webkit-mask:url(../../../../etc.clientlibs/truthaboutweight/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-large.svg) no-repeat 0 0;mask:url(../../../../etc.clientlibs/truthaboutweight/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-large.svg) no-repeat 0 0}@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-size:.625rem 3rem;-webkit-mask:url(../../../../etc.clientlibs/truthaboutweight/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-large.svg) no-repeat 0 0;mask:url(../../../../etc.clientlibs/truthaboutweight/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-large.svg) no-repeat 0 0}}.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;overflow:hidden}.cmp-bmi-result-hero-banner__container{display:flex;flex-direction:column;align-items:center;margin-bottom:5rem}.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;padding-left:.625rem;padding-right:.625rem}.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:1.5rem;font-weight:700;margin-top:.625rem;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}}.cmp-whc{max-width:100%}.banner-overlay .cmp-whc{max-width:55.3125rem}.cmp-whc .cmp-whc__section-header,.cmp-whc .cmp-whc__section-inputs,.cmp-whc .cmp-whc__section-info,.cmp-whc .cmp-whc__section-inputs::after{background:var(--col-ocean-green-t15)}.cmp-whc .cmp-whc__section-header,.cmp-whc .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-light-blue .cmp-whc__section-header,.cmp-whc.bg-light-blue .cmp-whc__section-inputs,.cmp-whc.bg-light-blue .cmp-whc__section-info,.cmp-whc.bg-light-blue .cmp-whc__section-inputs::after{background:var(--col-light-blue)}.cmp-whc.bg-light-blue .cmp-whc__section-header,.cmp-whc.bg-light-blue .cmp-whc__section .cmp-whc__form-label{color:white}.cmp-whc.bg-light-blue.t-40 .cmp-whc__section-header,.cmp-whc.bg-light-blue.t-40 .cmp-whc__section-inputs,.cmp-whc.bg-light-blue.t-40 .cmp-whc__section-info,.cmp-whc.bg-light-blue.t-40 .cmp-whc__section-inputs::after{background:var(--col-light-blue-t40)}.cmp-whc.bg-light-blue.t-40 .cmp-whc__section-header,.cmp-whc.bg-light-blue.t-40 .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-light-blue.t-15 .cmp-whc__section-header,.cmp-whc.bg-light-blue.t-15 .cmp-whc__section-inputs,.cmp-whc.bg-light-blue.t-15 .cmp-whc__section-info,.cmp-whc.bg-light-blue.t-15 .cmp-whc__section-inputs::after{background:var(--col-light-blue-t15)}.cmp-whc.bg-light-blue.t-15 .cmp-whc__section-header,.cmp-whc.bg-light-blue.t-15 .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-sea-blue .cmp-whc__section-header,.cmp-whc.bg-sea-blue .cmp-whc__section-inputs,.cmp-whc.bg-sea-blue .cmp-whc__section-info,.cmp-whc.bg-sea-blue .cmp-whc__section-inputs::after{background:var(--col-sea-blue)}.cmp-whc.bg-sea-blue .cmp-whc__section-header,.cmp-whc.bg-sea-blue .cmp-whc__section .cmp-whc__form-label{color:white}.cmp-whc.bg-sea-blue.t-40 .cmp-whc__section-header,.cmp-whc.bg-sea-blue.t-40 .cmp-whc__section-inputs,.cmp-whc.bg-sea-blue.t-40 .cmp-whc__section-info,.cmp-whc.bg-sea-blue.t-40 .cmp-whc__section-inputs::after{background:var(--col-sea-blue-t40)}.cmp-whc.bg-sea-blue.t-40 .cmp-whc__section-header,.cmp-whc.bg-sea-blue.t-40 .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-sea-blue.t-15 .cmp-whc__section-header,.cmp-whc.bg-sea-blue.t-15 .cmp-whc__section-inputs,.cmp-whc.bg-sea-blue.t-15 .cmp-whc__section-info,.cmp-whc.bg-sea-blue.t-15 .cmp-whc__section-inputs::after{background:var(--col-sea-blue-t15)}.cmp-whc.bg-sea-blue.t-15 .cmp-whc__section-header,.cmp-whc.bg-sea-blue.t-15 .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-ocean-green .cmp-whc__section-header,.cmp-whc.bg-ocean-green .cmp-whc__section-inputs,.cmp-whc.bg-ocean-green .cmp-whc__section-info,.cmp-whc.bg-ocean-green .cmp-whc__section-inputs::after{background:var(--col-ocean-green)}.cmp-whc.bg-ocean-green .cmp-whc__section-header,.cmp-whc.bg-ocean-green .cmp-whc__section .cmp-whc__form-label{color:white}.cmp-whc.bg-ocean-green.t-40 .cmp-whc__section-header,.cmp-whc.bg-ocean-green.t-40 .cmp-whc__section-inputs,.cmp-whc.bg-ocean-green.t-40 .cmp-whc__section-info,.cmp-whc.bg-ocean-green.t-40 .cmp-whc__section-inputs::after{background:var(--col-ocean-green-t40)}.cmp-whc.bg-ocean-green.t-40 .cmp-whc__section-header,.cmp-whc.bg-ocean-green.t-40 .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-ocean-green.t-15 .cmp-whc__section-header,.cmp-whc.bg-ocean-green.t-15 .cmp-whc__section-inputs,.cmp-whc.bg-ocean-green.t-15 .cmp-whc__section-info,.cmp-whc.bg-ocean-green.t-15 .cmp-whc__section-inputs::after{background:var(--col-ocean-green-t15)}.cmp-whc.bg-ocean-green.t-15 .cmp-whc__section-header,.cmp-whc.bg-ocean-green.t-15 .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-rose-pink .cmp-whc__section-header,.cmp-whc.bg-rose-pink .cmp-whc__section-inputs,.cmp-whc.bg-rose-pink .cmp-whc__section-info,.cmp-whc.bg-rose-pink .cmp-whc__section-inputs::after{background:var(--col-rose-pink)}.cmp-whc.bg-rose-pink .cmp-whc__section-header,.cmp-whc.bg-rose-pink .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-rose-pink.t-40 .cmp-whc__section-header,.cmp-whc.bg-rose-pink.t-40 .cmp-whc__section-inputs,.cmp-whc.bg-rose-pink.t-40 .cmp-whc__section-info,.cmp-whc.bg-rose-pink.t-40 .cmp-whc__section-inputs::after{background:var(--col-rose-pink-t40)}.cmp-whc.bg-rose-pink.t-40 .cmp-whc__section-header,.cmp-whc.bg-rose-pink.t-40 .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-rose-pink.t-15 .cmp-whc__section-header,.cmp-whc.bg-rose-pink.t-15 .cmp-whc__section-inputs,.cmp-whc.bg-rose-pink.t-15 .cmp-whc__section-info,.cmp-whc.bg-rose-pink.t-15 .cmp-whc__section-inputs::after{background:var(--col-rose-pink-t15)}.cmp-whc.bg-rose-pink.t-15 .cmp-whc__section-header,.cmp-whc.bg-rose-pink.t-15 .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-sand-grey .cmp-whc__section-header,.cmp-whc.bg-sand-grey .cmp-whc__section-inputs,.cmp-whc.bg-sand-grey .cmp-whc__section-info,.cmp-whc.bg-sand-grey .cmp-whc__section-inputs::after{background:var(--col-sand-grey)}.cmp-whc.bg-sand-grey .cmp-whc__section-header,.cmp-whc.bg-sand-grey .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-sand-grey.t-40 .cmp-whc__section-header,.cmp-whc.bg-sand-grey.t-40 .cmp-whc__section-inputs,.cmp-whc.bg-sand-grey.t-40 .cmp-whc__section-info,.cmp-whc.bg-sand-grey.t-40 .cmp-whc__section-inputs::after{background:var(--col-sand-grey-t40)}.cmp-whc.bg-sand-grey.t-40 .cmp-whc__section-header,.cmp-whc.bg-sand-grey.t-40 .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-sand-grey.t-15 .cmp-whc__section-header,.cmp-whc.bg-sand-grey.t-15 .cmp-whc__section-inputs,.cmp-whc.bg-sand-grey.t-15 .cmp-whc__section-info,.cmp-whc.bg-sand-grey.t-15 .cmp-whc__section-inputs::after{background:var(--col-sand-grey-t15)}.cmp-whc.bg-sand-grey.t-15 .cmp-whc__section-header,.cmp-whc.bg-sand-grey.t-15 .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-granite-grey .cmp-whc__section-header,.cmp-whc.bg-granite-grey .cmp-whc__section-inputs,.cmp-whc.bg-granite-grey .cmp-whc__section-info,.cmp-whc.bg-granite-grey .cmp-whc__section-inputs::after{background:var(--col-granite-grey)}.cmp-whc.bg-granite-grey .cmp-whc__section-header,.cmp-whc.bg-granite-grey .cmp-whc__section .cmp-whc__form-label{color:white}.cmp-whc.bg-granite-grey.t-40 .cmp-whc__section-header,.cmp-whc.bg-granite-grey.t-40 .cmp-whc__section-inputs,.cmp-whc.bg-granite-grey.t-40 .cmp-whc__section-info,.cmp-whc.bg-granite-grey.t-40 .cmp-whc__section-inputs::after{background:var(--col-granite-grey-t40)}.cmp-whc.bg-granite-grey.t-40 .cmp-whc__section-header,.cmp-whc.bg-granite-grey.t-40 .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc.bg-granite-grey.t-15 .cmp-whc__section-header,.cmp-whc.bg-granite-grey.t-15 .cmp-whc__section-inputs,.cmp-whc.bg-granite-grey.t-15 .cmp-whc__section-info,.cmp-whc.bg-granite-grey.t-15 .cmp-whc__section-inputs::after{background:var(--col-granite-grey-t15)}.cmp-whc.bg-granite-grey.t-15 .cmp-whc__section-header,.cmp-whc.bg-granite-grey.t-15 .cmp-whc__section .cmp-whc__form-label{color:#001965}.cmp-whc__section-header{display:flex;flex-direction:column;align-items:center;margin-bottom:-0.0625rem;padding:1.875rem 1.25rem 1.875rem;border-radius:1.5625rem 1.5625rem 0 0;box-shadow:2px 20px 17px 1px rgba(0,0,0,.12)}.cmp-whc__section-header .cmp-whc__section-heading{align-self:flex-start;font-size:1.5rem;font-weight:700;line-height:1.875rem}@media(min-width: 1200px){.cmp-whc__section-header{flex-direction:row;justify-content:space-between;padding-bottom:.8125rem}}.cmp-whc__toggle{display:flex;flex-direction:row;align-items:center;margin-top:1.25rem;margin-left:auto}@media(min-width: 1200px){.cmp-whc__toggle{flex-direction:column;align-items:flex-end;margin-top:.3125rem}}.cmp-whc__toggle-switch{position:relative;display:inline-block;width:2.5rem;height:1.25rem}@media(min-width: 1200px){.cmp-whc__toggle-switch{margin-bottom:.4375rem}}.cmp-whc__toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fff;transition:.4s}.cmp-whc__toggle-slider::before{position:absolute;content:"";height:1rem;width:1rem;left:1.375rem;bottom:.125rem;background-color:#001965;transition:.4s}.cmp-whc__toggle-slider--round{border-radius:34px}.cmp-whc__toggle-slider--round::before{border-radius:50%}.cmp-whc__toggle-checkbox{opacity:0;width:0;height:0}.cmp-whc__toggle-checkbox:checked+.cmp-whc__toggle-slider{background-color:#fff}.cmp-whc__toggle-checkbox:checked+.cmp-whc__toggle-slider::before{transform:translateX(-1.25rem)}.cmp-whc__toogle-text-bottom{display:none}@media(min-width: 1200px){.cmp-whc__toogle-text-bottom{display:flex}}.cmp-whc__toogle-metric-text,.cmp-whc__toogle-imperial-text{font-size:.5625rem;line-height:.8125;font-weight:300}.cmp-whc__toogle-metric-text--top,.cmp-whc__toogle-imperial-text--top{display:block;margin-right:.5rem}@media(min-width: 1200px){.cmp-whc__toogle-metric-text--top,.cmp-whc__toogle-imperial-text--top{display:none}}.cmp-whc__toogle-imperial-text{margin-left:.1875rem}.cmp-whc__toogle-imperial-text--top{margin-left:.5rem}.cmp-whc__section-inputs{position:relative;display:flex;flex-direction:column;align-items:end;padding:0 1.25rem 1.875rem;margin:0 0 1.875rem;border-radius:0 0 0 1.5625rem;box-shadow:2px 20px 17px 1px rgba(0,0,0,.12)}.cmp-whc__section-inputs::after{display:block;content:"";position:absolute;width:4.3125rem;height:1.875rem;top:auto;right:0;bottom:-1.8125rem;left:auto;background-size:4.3125rem 1.875rem;-webkit-mask:url(../../../../etc.clientlibs/truthaboutweight/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-large.svg) no-repeat 0 0;mask:url(../../../../etc.clientlibs/truthaboutweight/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-large.svg) no-repeat 0 0}@media(min-width: 992px){.cmp-whc__section-inputs{flex-flow:row nowrap;justify-content:flex-start}.banner-overlay .cmp-whc__section-inputs{flex-direction:column}}@media(min-width: 1200px){.cmp-whc__section-inputs{margin:0 0 3rem}.banner-overlay .cmp-whc__section-inputs{flex-flow:row nowrap;justify-content:flex-start}.cmp-whc__section-inputs::after{width:6.5625rem;height:3rem;bottom:-2.9375rem;background-size:.625rem 3rem;-webkit-mask:url(../../../../etc.clientlibs/truthaboutweight/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-large.svg) no-repeat 0 0;mask:url(../../../../etc.clientlibs/truthaboutweight/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-large.svg) no-repeat 0 0}}.cmp-whc__section-inputs .cmp-whc__input-container:last-child .choices__list--single .choices__item--selectable{display:inline-block;width:90%;height:auto;font-size:.8125rem}.cmp-whc__section-inputs .choices__list--dropdown .choices__item,.cmp-whc__section-inputs .choices__list--dropdown .choices__list .choices__item--selectable{font-size:.8125rem;word-break:keep-all}.cmp-whc__section-inputs .choices__list--dropdown .choices__list .choices__item--selectable:first-child{display:none}.cmp-whc__input-container{width:100%;max-width:18.75rem;margin-right:0;margin-bottom:1.875rem}.cmp-whc__input-container:last-child{margin-right:0;margin-bottom:1.125rem}@media(min-width: 992px){.cmp-whc__input-container{max-width:100%;margin-right:1.25rem}.cmp-whc__section-inputs--3 .cmp-whc__input-container{max-width:16.75rem}.cmp-whc__section-inputs--4 .cmp-whc__input-container{max-width:12.25rem}.cmp-whc__section-inputs--5 .cmp-whc__input-container{max-width:9.5625rem}.cmp-whc__input-container:last-child{margin-bottom:1.875rem}}.banner-overlay .cmp-whc__input-container{max-width:18.75rem}@media(min-width: 1200px){.banner-overlay .cmp-whc__input-container{width:100%;margin-right:1.25rem}.banner-overlay .cmp-whc__input-container:last-child{margin-bottom:1.875rem}.banner-overlay .cmp-whc__section-inputs--3 .cmp-whc__input-container{max-width:16.75rem}.banner-overlay .cmp-whc__section-inputs--4 .cmp-whc__input-container{max-width:12.25rem}.banner-overlay .cmp-whc__section-inputs--5 .cmp-whc__input-container{max-width:9.5625rem}}.cmp-whc__imperial-inputs-container{display:flex;border-radius:1.5625rem;background:#fff}.cmp-whc__form-label{display:inline-block;width:100%;margin-bottom:.5rem;font-size:.875rem;line-height:1.3125rem;font-weight:700;text-align:left}.cmp-whc__input-error-message{display:none}.validation-error .cmp-whc__input-error-message{display:inline-block;font-size:.75rem;font-weight:300;line-height:1.5;color:#e6553f}.cmp-whc__form-input{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:3.125rem;border-radius:1.5625rem;background:#fff;padding:0 1.5625rem;-moz-column-gap:.375rem;column-gap:.375rem}.validation-error .cmp-whc__form-input{border:1px solid #e6553f}.cmp-whc__form-input .validation-error .cmp-whc__form-input--choices{border:1px solid #e6553f}.cmp-whc__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-whc__form-input input[type=number]::-webkit-inner-spin-button,.cmp-whc__form-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.cmp-whc__form-input input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.cmp-whc__form-input label{right:2.625rem;left:auto;font-size:.8125rem;line-height:1.125rem}.cmp-whc__form-input--imperial-first{padding-right:1.1875rem;border-radius:1.5625rem 0 0 1.5625rem}.validation-error .cmp-whc__form-input--imperial-first{border-right:none}.cmp-whc__form-input--imperial-first .cmp-whc__input-number--custom{padding-left:.5rem}.cmp-whc__form-input--imperial-first+.cmp-whc__form-input--imperial-second{border-radius:0 1.5625rem 1.5625rem 0;padding-left:0}.validation-error .cmp-whc__form-input--imperial-first+.cmp-whc__form-input--imperial-second{border-left:none}.cmp-whc__form-input--imperial-second .cmp-whc__input-number--custom{padding-left:0;padding-right:0}.cmp-whc__form-input .choices{width:100%;min-width:0;margin:0}.cmp-whc__form-input .choices__inner{padding:0;background-color:unset}.cmp-whc__form-input .choices__list--dropdown,.cmp-whc__form-input .choices__list[aria-expanded]{z-index:4}.cmp-whc__form-input .choices__list--single .choices__item--selectable{width:auto;line-height:1}.cmp-whc__form-input .choices__list--single{padding:0}.cmp-whc__form-input .choices[data-type*=select-one]::after{right:0}.cmp-whc__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-whc__input-number-step-button svg{display:block;width:.75rem;transform-origin:center center}.cmp-whc__input-number-step-button--up{top:.5625rem}.cmp-whc__input-number-step-button--up svg{transform:rotate(180deg)}.cmp-whc__input-number-step-button--down{bottom:.5625rem}.cmp-whc__form-input--imperial-first .cmp-whc__input-number-step-button{right:.1875rem}.cmp-whc__section-cta{display:flex;flex-direction:column;justify-content:center}@media(min-width: 768px){.cmp-whc__section-cta{flex-direction:row;justify-content:space-between;align-items:center}}.cmp-whc__section-cta .cmp-whc__form-error-message{display:none;margin:0 auto;font-size:.75rem;line-height:1.125rem;text-align:center;color:#e6553f}.cmp-whc__section-cta .cmp-whc__form-error-message.validation-error{order:2;display:block}@media(min-width: 768px){.cmp-whc__section-cta .cmp-whc__form-error-message{order:1;margin:0 auto 0 1.25rem;padding-right:1.875rem;text-align:left}}.cmp-whc__section-cta .ctabutton{order:1;margin:0 0 1.25rem auto}@media(min-width: 768px){.cmp-whc__section-cta .ctabutton{order:2;margin:0 0 0 auto}}.cmp-whc__section-info{padding:0 2.1875rem 1.25rem 1.25rem;box-shadow:2px 20px 17px 1px rgba(0,0,0,.12)}.cmp-whc__section-info summary{background:unset;border-radius:unset;padding:0;font-size:.75rem;line-height:.8125;font-weight:300;min-height:unset;height:unset;padding-bottom:1.25rem}.cmp-whc__section-info>:not(summary){padding-left:1.25rem;font-size:1rem}.waist-height-results-table .highlight,.waist-height-results-table .highlight:hover{background:#dfefee}.waist-height-results-table td,.waist-height-results-table tr:hover td{padding:.625rem 1.25rem .625rem 0}.cmp-whc-result-hero-banner{min-height:21.25rem;margin-top:5rem;padding-top:5rem;background-color:#001965;overflow:hidden}.cmp-whc-result-hero-banner__container{display:flex;flex-direction:column;align-items:center;margin-bottom:5rem}.cmp-whc-result-hero-banner__header{margin:0 1.25rem 2rem 1.25rem;font-weight:400;line-height:1.2;color:#fff;text-align:center}.cmp-whc-result-hero-banner__circles{display:flex;flex-direction:column;margin:0 1.25rem}.cmp-whc-result-hero-banner__circles-obesity-level,.cmp-whc-result-hero-banner__circles-whc-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-whc-result-hero-banner__circles-obesity-level{margin-bottom:.8125rem;padding-left:.625rem;padding-right:.625rem}.cmp-whc-result-hero-banner__circles-header{display:inline-block;margin-bottom:-0.125rem;font-weight:400}.cmp-whc-result-hero-banner__circles-obesity-level .cmp-whc-result-hero-banner__circles-results{display:inline-block;font-size:1.25rem;font-weight:700;margin-top:.625rem;line-height:.9;text-align:center}.cmp-whc-result-hero-banner.cmp-whc-result-hero-banner--medium-font .cmp-whc-result-hero-banner__circles-obesity-level .cmp-whc-result-hero-banner__circles-results{margin-top:.3125rem;font-size:1.5rem;letter-spacing:-0.0625rem}.cmp-whc-result-hero-banner.cmp-whc-result-hero-banner--large-font .cmp-whc-result-hero-banner__circles-obesity-level .cmp-whc-result-hero-banner__circles-results{margin-top:.3125rem;font-size:2.875rem}.cmp-whc-result-hero-banner__circles-whc-results .cmp-whc-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-whc-result-hero-banner__container{flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:0}.cmp-whc-result-hero-banner__header{margin:0 2.6875rem 0 0;text-align:left}.cmp-whc-result-hero-banner__circles{margin:0;flex-direction:row}.cmp-whc-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{display:flex;position:relative;padding:0 0 1.875rem}.hcp-locator::after{display:block;content:"";position:absolute;width:4.3125rem;height:1.875rem;top:auto;right:0;bottom:0;left:auto;background:url(../../../../etc.clientlibs/truthaboutweight/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-small.png);background-size:4.3125rem 1.875rem}@media(min-width: 1200px){.hcp-locator{padding:0 0 3rem}.hcp-locator::after{width:6.5625rem;height:3rem;background:url(../../../../etc.clientlibs/truthaboutweight/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-large.png);background-size:6.5625rem 3rem}}.cmp-hcp-locator{display:flex;flex-direction:column;justify-content:space-between;position:relative;width:100%;padding:1.875rem 1.6875rem 2.6875rem;background:#dfefee;border-radius:1.25rem 1.25rem 0 1.25rem}.cmp-hcp-locator .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: 1200px){.cmp-hcp-locator{flex-direction:row;padding:3.5625rem 3.75rem 0 7.0625rem}.hcp-locator--open-country-list .cmp-hcp-locator{padding:3.5625rem 20.75rem 3rem 4rem;background-image:url(../../../../etc.clientlibs/truthaboutweight/clientlibs/clientlib-theme/clientlib-cs/resources/TAW-HCP-locater-large.png);background-repeat:no-repeat;background-position:center right}.cmp-hcp-locator .cmp-image__image{width:28.4375rem;max-width:28.4375rem;padding-bottom:0;margin:0}}.cmp-hcp-locator__info{order:2;text-align:center}.cmp-hcp-locator__info h1{padding-bottom:.8125rem;font-size:1.75rem;line-height:2.0625rem;font-weight:700}.cmp-hcp-locator__info p{padding-bottom:.9375rem;font-size:1rem;line-height:1.5rem}.cmp-hcp-locator__info-find-country{display:flex;flex-direction:column;align-items:center}.hcp-locator--open-country-list .cmp-hcp-locator__info-find-country{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, max(200px, 33.3333333333%)));justify-content:center;max-width:54.375rem;margin:0 auto;margin-top:1.25rem}.hcp-locator--open-country-list .cmp-hcp-locator__info-find-country>div{width:auto;margin-bottom:1.25rem;text-align:center}.hcp-locator--open-country-list .cmp-hcp-locator__info-find-country>div a{text-decoration:underline;font-size:1.25rem}.hcp-locator--open-country-list .cmp-hcp-locator__info-find-country>div a:hover,.hcp-locator--open-country-list .cmp-hcp-locator__info-find-country>div a:active{text-decoration:none}@media(min-width: 1200px){.cmp-hcp-locator__info{order:1;margin-right:1.875rem;text-align:left}.cmp-hcp-locator__info h1{padding-bottom:1rem;font-size:2.25rem;line-height:2.6875rem;font-weight:700}.cmp-hcp-locator__info p{font-size:1.125rem;line-height:1.6875rem}.cmp-hcp-locator__info-find-country{flex-direction:row;align-items:flex-start;margin-bottom:3.125rem}.hcp-locator--open-country-list .cmp-hcp-locator__info-find-country{grid-template-columns:repeat(3, 1fr);justify-content:start}.hcp-locator--open-country-list .cmp-hcp-locator__info-find-country>div{width:auto;text-align:left}.hcp-locator--open-country-list .cmp-hcp-locator__info-find-country>div a{font-size:1.5rem}}a.cmp-hcp-locator__info-find-country-cta{display:flex;align-items:center;height:3.125rem;font-size:.875rem}.cmp-hcp-locator__info+div{order:1;display:flex;flex-direction:column;justify-content:flex-end}@media(min-width: 1200px){.hcp-locator--open-country-list .cmp-hcp-locator__info+div{display:none}}.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: 1200px){.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-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/truthaboutweight/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/truthaboutweight/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:#737373;border:1px solid #d7d7d7;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:taw__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}.taw-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:#f2f0ef}.taw-cta-styling .spot .image{max-width:12.6875rem;margin-bottom:1.5625rem;border-radius:50%}.taw-cta-styling .spot .title{text-align:center}.taw-cta-styling .spot .title :is(h1,h2,h3,h4,h5,h6){line-height:1.2}.taw-cta-styling .spot .text{margin-bottom:4.25rem;text-align:center}.taw-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{margin:0 auto;max-width:80rem;width:100%}.contentcategoryfilter .isotope-grid .isotope-item{padding:10px}.contentcategoryfilter .mw-640{max-width:640px}.contentcategoryfilter .h-25{height:25%}.contentcategoryfilter .h-50{height:50%}.contentcategoryfilter .h-75{height:75%}.contentcategoryfilter .w-33{width:33.33333%}.contentcategoryfilter .w-67{width:66.66667%}.contentcategoryfilter .w-100{margin-right:0}@media(min-width: 576px){.contentcategoryfilter .w-sm-25{width:25%}.contentcategoryfilter .w-sm-33{width:33.33333%}.contentcategoryfilter .w-sm-50{width:50%}.contentcategoryfilter .w-sm-67{width:66.66667%}.contentcategoryfilter .w-sm-75{width:75%}.contentcategoryfilter .w-sm-100{width:100%}}@media(min-width: 768px){.contentcategoryfilter .w-md-25{width:25%}.contentcategoryfilter .w-md-33{width:33.33333%}.contentcategoryfilter .w-md-50{width:50%}.contentcategoryfilter .w-md-67{width:66.66667%}.contentcategoryfilter .w-md-75{width:75%}.contentcategoryfilter .w-md-100{width:100%}}@media(min-width: 992px){.contentcategoryfilter .w-lg-25{width:25%}.contentcategoryfilter .w-lg-33{width:33.33333%}.contentcategoryfilter .w-lg-50{width:50%}.contentcategoryfilter .w-lg-67{width:66.66667%}.contentcategoryfilter .w-lg-75{width:75%}.contentcategoryfilter .w-lg-100{width:100%}}@media(min-width: 1200px){.contentcategoryfilter .w-xl-25{width:25%}.contentcategoryfilter .w-xl-33{width:33.33333%}.contentcategoryfilter .w-xl-50{width:50%}.contentcategoryfilter .w-xl-67{width:66.66667%}.contentcategoryfilter .w-xl-75{width:75%}.contentcategoryfilter .w-xl-100{width:100%}}.hidden-filters .isotope-filter{display:none}.contentcategoryfilter nav.isotope-filter{text-align:center}.contentcategoryfilter nav.isotope-filter .btn-group-toggle{margin:2.5rem 0 1.25rem;display:flex;flex-wrap:wrap;text-align:center;justify-content:center}.contentcategoryfilter nav.isotope-filter .btn-group-toggle .btn{padding:.3125rem 1.25rem;border:1px solid #737373;border-radius:1.25rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;margin:0 .3125rem;cursor:pointer}.contentcategoryfilter 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{margin-bottom:.5rem}.contentcategoryfilter nav.isotope-filter .btn.active{background:#001965;color:#fff}.contentcategoryfilter .tag strong,.contentcategoryfilter .tag .icon-chevron,.contentcategoryfilter .tag .read-time,.contentcategoryfilter .tag span{display:none}.contentcategoryfilter .tag strong.category{display:block}.contentcategoryfilter .tag strong.category span{display:none}.contentcategoryfilter .title-arrow{display:none}.contentcategoryfilter .card .overlay-link{display:block;content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.contentcategoryfilter .card.bg-light-blue{background:var(--col-light-blue-t15);padding-top:1.875rem;padding-bottom:1.875rem}.contentcategoryfilter .card.bg-rose-pink{background:var(--col-rose-pink-t15);padding-top:1.875rem;padding-bottom:1.875rem}.contentcategoryfilter .card.bg-ocean-green{background:var(--col-ocean-green-t15);padding-top:1.875rem;padding-bottom:1.875rem}.contentcategoryfilter .card.bg-sand-grey{background:var(--col-sand-grey-t15);padding-top:1.875rem;padding-bottom:1.875rem}.contentcategoryfilter .card[class*=bg-] .btn-group-toggle{margin:-10px 0 20px}.contentcategoryfilter .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{background:var(--col-true-blue);color:var(--col-white)}.contentcategoryfilter .card[class*=bg-] .card-body{background:var(--col-white);color:var(--col-true-blue)}.contentcategoryfilter .card-body strong{--title-font-size: 1.25rem;--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;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){.contentcategoryfilter .card-body strong{--title-font-size: 1.25rem;--title-line-height: 2.6875rem}}.contentcategoryfilter .card-body .new-article{display:inline-block;position:relative;margin-bottom:.3125rem;color:#2a928d}.contentcategoryfilter .card-body .tag{display:flex;flex:0 0 auto;margin-bottom:0}.contentcategoryfilter .card-body .tag strong.category{font-size:.75rem;color:#2a928d;margin-right:.625rem;font-weight:300}.contentcategoryfilter .card-body p{font-size:1rem;font-weight:300}.contentcategoryfilter .card-image{height:23.75rem;margin-bottom:1.1875rem;border-radius:.625rem;overflow:hidden}.contentcategoryfilter .card-image img{height:100%}.spotimagetext{--spot-padding: 2%;--spot-padding-teaser: 7%;--spot-title-size: 1.5625rem;--spot-title-size-adjust: 1;--spot-height: 16.25rem}@media(min-width: 768px){.spotimagetext{--spot-padding: 3%;--spot-title-size: 3rem;--spot-title-size-adjust: 1.15;--spot-height: 20rem}}@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: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}@media(min-width: 992px){.spotimagetext.locator-style .spot-texts{padding:2.8125rem}}.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}.contentcategoryfilter .card{display:flex;flex-direction:column}.contentcategoryfilter .card-media{position:relative;padding-bottom:50%;margin-bottom:.9375rem;border-radius:.625rem;overflow:hidden}.contentcategoryfilter .card-media iframe{position:absolute;width:100%;height:100%}#ot-sdk-cookie-policy{margin-top:6.875rem}#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}.signup-newsletter-form__container{background-color:#e0efef;border-radius:.9375rem;padding:1.5625rem;margin:auto;width:100%}.signup-newsletter-form__container .button{background-color:#001965;border:0;border-radius:1.5625rem;color:#fff;font-size:.875rem;font-weight:700;height:2.8125rem;margin-top:1.875rem;padding:0 1.25rem 0 1.25rem}.signup-newsletter-form__container .button:hover{cursor:pointer}.signup-newsletter-form__container input[type=text],.signup-newsletter-form__container input[type=email]{background:#fff;border:none;display:inline-block;font-size:75%;margin:.3125rem 0 .3125rem 0;padding:.9375rem;width:95%}@media(min-width: 768px){.signup-newsletter-form__container input[type=text],.signup-newsletter-form__container input[type=email]{width:100%}}.signup-newsletter-form__container input[type=text]:focus,.signup-newsletter-form__container input[type=email]:focus{outline:none}.signup-newsletter-form__container hr{border:1px solid #001965;margin-bottom:1.5625rem}.signup-newsletter-form__container table{margin:0;position:relative;width:100%}.signup-newsletter-form__container table tr{align-items:flex-start;display:flex;flex-direction:column}.signup-newsletter-form__container table tr td{padding-left:unset;padding-top:.625rem;padding-right:0;width:100%}.signup-newsletter-form__container table tr:hover{padding-bottom:unset}.signup-newsletter-form__container .formLabel{align-items:flex-start;color:#001965;display:flex}.signup-newsletter-form__container select{height:2.8125rem;border:0;padding:.3125rem;font-size:75%;width:90%}@media(min-width: 768px){.signup-newsletter-form__container select{width:unset}}.signup-newsletter-form__container .checkbox-container{display:flex;align-items:center}.signup-newsletter-form__container .first-consent{font-size:.625rem;margin-left:.125rem;line-height:initial}.signup-newsletter-form__container .first-consent a{text-decoration:underline}.signup-newsletter-form__container .cmp-form__checkbox:hover{cursor:pointer}.signup-newsletter-form__container__subscription-confirmed{background-color:initial;display:flex;flex-direction:column;align-items:center}.newsletter-popup .cmp-modal__box{max-height:initial}.newsletter-popup .cmp-modal__box .cmp-modal__content{display:block;overflow-y:unset}.newsletter-popup .popupTitle{margin-bottom:.75rem;font-size:1.25rem}.newsletter-popup .signup-newsletter-form__container{width:100%}.hide-element{display:none}.disabled-button{background-color:gray !important}.disabled-button:hover{pointer-events:none}.homepage-button{margin-top:1.875rem;width:50%}.subscription-successful{color:#001965;font-size:2rem;font-weight:bold;display:block}.cmp-ratings{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border:1px solid #abd4d2;border-radius:2.1875rem}.cmp-ratings__title{font-size:1.1875rem;margin-bottom:1.5rem;color:#001965}.cmp-ratings__score{background-color:#dfefee;display:inline-flex;justify-content:center;flex-flow:row-reverse wrap;max-width:75%;padding:.5rem 1rem;border-radius:2.1875rem}.cmp-ratings__score:hover{cursor:pointer}.cmp-ratings__score input{display:none}.cmp-ratings__score :hover~.cmp-ratings__star,.cmp-ratings__score :checked~.cmp-ratings__star{color:#2a928d}.cmp-ratings__star{display:inline-flex;align-items:center;display:inline-flex;align-items:center;margin:0 .25rem;padding-bottom:.25rem;width:1.5625rem;color:#abd4d2}.cmp-ratings__star:after{font-family:"custom_materialicons","Apis-Regular",verdana,geneva,tahoma,sans-serif;font-size:1rem;font-style:normal;font-weight:normal}.cmp-ratings__star:hover{text-decoration:none}.cmp-ratings__star:hover{cursor:pointer}.cmp-ratings__star::after{display:inline-flex;align-items:center;font-family:custom_materialicons,Apis-Regular,Verdana,Geneva,Tahoma,sans-serif;content:"";font-size:1rem;font-style:normal;font-weight:400;margin-right:.5rem}.cmp-ratings__star::after:after{font-family:"custom_materialicons","Apis-Regular",verdana,geneva,tahoma,sans-serif;font-size:1rem;font-style:normal;font-weight:normal}.cmp-ratings__star::after:hover{text-decoration:none}@media(min-width: 576px){.cmp-ratings{padding:2rem}.cmp-ratings__score{padding:.5rem 1.5rem}.cmp-ratings__star{margin:0 .5rem}}@media(min-width: 768px){.cmp-ratings__star::after{font-size:1.25rem}}.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}}.visibility--small-upwards{display:none}@media(min-width: 576px){.visibility--small-upwards{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--green{position:relative}.bg--green::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:#dfefee}.bg--green.container{padding-top:var(--spacing);padding-bottom:var(--spacing);z-index:1}.block--green{background-color:#dfefee;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}.color--blue{--color-text: #001965}.color--green{--color-text: #2a928d}.color--black{--color-text: black}.color--grey{--color-text: #d7d7d7}.color--sand{--color-text: #e5e5e5}.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%}html[lang|=ar]{direction:rtl}html[lang|=ar] .header-cmp .image{margin-right:unset;margin-left:auto}html[lang|=ar] .header-cmp .cmp-image__image{padding-right:unset;padding-left:1.25rem}html[lang|=ar] .header-cmp .navigation{padding-right:unset;padding-left:1.25rem}html[lang|=ar] .header-cmp .navigation .navigation-menu{padding-left:unset;padding-right:.625rem}html[lang|=ar] .header-cmp .navigation .navigation-menu .navigation-item{padding-right:unset;padding-left:1.5625rem}html[lang|=ar] .header-cmp .navigation .navigation-items{text-align:left;right:unset;left:0}html[lang|=ar] .header-cmp .cmp-container .languagenavigation .country-selector,html[lang|=ar] .header-cmp .cmp-container .languagenavigation button{margin-right:unset;margin-left:2.5rem}html[lang|=ar] .header-cmp .search{margin-right:unset;margin-left:.9375rem}@media(min-width: 768px){html[lang|=ar] .header-cmp .search{margin-left:1.625rem}}html[lang|=ar] .header-cmp .search .c-btn{margin-right:unset;margin-left:1.25rem}html[lang|=ar] .navigation,html[lang|=ar] .navigation[aria-hidden=true],html[lang|=ar] .homepage .header--scrolled .navigation,html[lang|=ar] .sectionpage .header--scrolled .navigation{right:unset;left:-16rem}html[lang|=ar] .navigation[aria-hidden=false]{right:unset;left:0}html[lang|=ar] .nav-main-close-phone{margin:1.6875rem 2.125rem 2.125rem 1.25rem}html[lang|=ar] .navigation-items-list li{text-align:left;padding-right:unset;padding-left:1.5625rem}html[lang|=ar] .cmp-breadcrumb__item::after{right:unset;left:0}html[lang|=ar] .readtime{padding-left:unset;padding-right:2.075rem}html[lang|=ar] .readtime::after{left:unset;right:0}html[lang|=ar] input{margin-right:unset;margin-left:var(--spacing--xxs)}html[lang|=ar] .ctabutton.cta-button--sticky-br{right:unset;left:.625rem}html[lang|=ar] .cmp-bmi__toggle{margin-left:unset;margin-right:auto}html[lang|=ar] .cmp-bmi__form-label{text-align:right}html[lang|=ar] .cmp-bmi__input-number-step-button{right:unset;left:1.1875rem}html[lang|=ar] .cmp-bmi__form-input span{right:auto;left:2.625rem}html[lang|=ar] .cmp-bmi__form-input input,html[lang|=ar] .cmp-whc__form-input input{text-align:left;padding-right:unset;padding-left:.1875rem}html[lang|=ar] .cmp-bmi__form-input--imperial,html[lang|=ar] .cmp-bmi__form-input--height,html[lang|=ar] .cmp-bmi__form-input--weight,html[lang|=ar] .cmp-bmi__form-input--years{padding-left:4.5375rem;padding-right:1.5625rem}html[lang|=ar] .cmp-bmi__form-input--imperial-first .cmp-bmi__input-number-step-button{left:.5rem}html[lang|=ar] .cmp-bmi__form-input--imperial-second .cmp-bmi__input-number-step-button{left:.8rem}html[lang|=ar] .cmp-whc__form-input--imperial-first span,html[lang|=ar] .cmp-bmi__form-input--imperial-first span{left:1.6rem}html[lang|=ar] .cmp-whc__form-input--imperial-second span,html[lang|=ar] .cmp-bmi__form-input--imperial-second span{left:1.8rem}html[lang|=ar] .cmp-whc__form-input--imperial-first,html[lang|=ar] .cmp-bmi__form-input--imperial-first{padding-right:unset;padding-left:3.1rem;border-radius:0 1.5625rem 1.5625rem 0}html[lang|=ar] .cmp-bmi__form-input--imperial-second{padding-left:3.8rem;padding-right:unset;border-radius:1.5625rem 0 0 1.5625rem}html[lang|=ar] .cmp-whc__input-waist .cmp-whc__form-input--imperial-second{border-radius:1.5625rem}html[lang|=ar] .cmp-whc__form-input--imperial-second{padding-left:1.5rem;padding-right:unset;border-radius:1.5625rem 0 0 1.5625rem}html[lang|=ar] .validation-error .cmp-bmi__form-input--imperial-first,html[lang|=ar] .validation-error.cmp-whc__input-height .cmp-whc__form-input--imperial-first{border-left:none;border-right:1px solid #e6553f}html[lang|=ar] .validation-error .cmp-bmi__form-input--imperial-second,html[lang|=ar] .validation-error.cmp-whc__input-height .cmp-whc__form-input--imperial-second{border-right:none;border-left:1px solid #e6553f}html[lang|=ar] .cmp-whc__toggle{margin-left:unset;margin-right:auto}html[lang|=ar] .cmp-whc__section-info{padding:0 1.25rem 1.25rem 2.1875rem}html[lang|=ar] .cmp-whc__section-info summary{padding:0;padding-bottom:1.25rem}html[lang|=ar] .choices__list--single{padding:0 0 0 1rem}html[lang|=ar] .choices[data-type*=select-one]::after{right:unset;left:1.5rem}html[lang|=ar] summary{padding:1.25rem 1.25rem 1.25rem 2.1875rem}html[lang|=ar] summary img{margin-right:unset;margin-left:1.25rem}html[lang|=ar] .cmp-accordion__title::after{margin-left:0;margin-right:auto}html[lang|=ar] .accordion.accordion--ltr .accordion-details{direction:ltr}html[lang|=ar] .quote{text-align:right}html[lang|=ar] .quote__quote-mark{right:unset;left:-0.25rem;border-bottom-right-radius:unset;border-bottom-left-radius:1.5625rem}html[lang|=ar] .authorbyline img{margin-right:unset;margin-left:1rem}html[lang|=ar] .waist-height-results-table td,html[lang|=ar] .waist-height-results-table tr:hover td{padding:.625rem 0 .625rem 1.25rem}html[lang|=ar] .cmp-modal__box{direction:rtl}html[lang|=ar] .cmp-modal__close{margin-left:unset;margin-right:auto}html[lang|=ar] .cmp-modal__content .title,html[lang|=ar] .cmp-modal__content .text,html[lang|=ar] .cmp-modal__content .options{text-align:right !important}html[lang|=ar] .cmp-form__input{border-right:1px solid #979797;border-left:none;border-radius:0 .125rem .125rem 0;margin-left:unset}html[lang|=ar] .cmp-form__box{border-right:none;border-left:1px solid #979797;border-radius:.125rem 0 0 .125rem}html[lang|=ar] .cmp-form__row--align-left{text-align:right;justify-content:right}html[lang|=ar] .cmp-form__row--align-left label{padding-left:unset;padding-right:2rem;text-align:right}html[lang|=ar] .cmp-quiz__references-text,html[lang|=ar] .cmp-quiz__result-reason{text-align:right}html[lang|=ar] .cmp-quiz__link::after{left:unset;right:auto;margin-left:unset;margin-right:.5rem;transform:rotate(180deg);display:inline-block}html[lang|=ar] .cmp-quiz__button [class^=icon-]::before{margin:0 .75rem 0 0}html[lang|=ar] .cmp-legend__label span{margin-left:.625rem;margin-right:unset}html[lang|=ar] .cmp-risk__title--state-warning{text-align:right}html[lang|=ar] .cmp-risk__title--state-warning::before{padding-right:unset;padding-left:.375rem;float:right}html[lang|=ar] .cmp-risk__value{right:unset;left:-3.125rem}@media(min-width: 768px){html[lang|=ar] .cmp-bmi__section-cta .ctabutton,html[lang|=ar] .cmp-whc__section-cta .ctabutton{margin:0 auto 0 0}html[lang|=ar] .mediatext--left,html[lang|=ar] .mediatext--right{text-align:right}html[lang|=ar] .section-container .column{margin-right:unset;margin-left:1.25rem}html[lang|=ar] .section-container .column:last-child{margin-right:unset;margin-left:0}}@media(min-width: 992px){html[lang|=ar] .cmp-bmi__input-container,html[lang|=ar] .cmp-whc__input-container{margin-right:unset;margin-left:1.25rem}html[lang|=ar] .cmp-bmi__input-container:last-child,html[lang|=ar] .cmp-whc__input-container:last-child{margin-left:0}html[lang|=ar] .banner-overlay{text-align:right}html[lang|=ar] .homepage .navigation,html[lang|=ar] .homepage .navigation[aria-hidden=false],html[lang|=ar] .sectionpage .navigation,html[lang|=ar] .sectionpage .navigation[aria-hidden=false]{right:unset;left:0}}@media(min-width: 1200px){html[lang|=ar] .cmp-bmi__section-inputs,html[lang|=ar] .cmp-whc__section-inputs{border-radius:0 0 1.5625rem 0}html[lang|=ar] .cmp-bmi__section-inputs::after,html[lang|=ar] .cmp-whc__section-inputs::after{transform:scaleX(-1);right:unset;left:0}html[lang|=ar] .choices{margin-right:unset;margin-left:1.0625rem}html[lang|=ar] .cmp-hcp-locator__info{text-align:right}html[lang|=ar] .hcp-locator--open-country-list .cmp-hcp-locator{padding:3.5625rem 4rem 3rem 20.75rem;background-position:center left}html[lang|=ar] .hcp-locator--open-country-list .cmp-hcp-locator__info-find-country>div{text-align:right}html[lang|=ar] .cmp-bmi-result-hero-banner__header,html[lang|=ar] .cmp-whc-result-hero-banner__header{margin:0 0 0 2.6875rem;text-align:right}html[lang|=ar] .cmp-bmi-result-hero-banner__circles-obesity-level,html[lang|=ar] .cmp-whc-result-hero-banner__circles-obesity-level{margin-right:unset;margin-left:2rem}}

