/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  padding: 5px 9px;
  z-index: 1;
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled,
.tippy-content {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
@font-face {
  font-family: pictet-serif;
  src: url(fonts/LardySerif-Regular.woff2) format("woff2"),
    url(fonts/LardySerif-Regular.woff) format("woff");
  font-display: fallback;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: u20-2ff;
}
@font-face {
  font-family: pictet-serif;
  src: url(fonts/LardySerif-Italic.woff2) format("woff2"),
    url(fonts/LardySerif-Italic.woff) format("woff");
  font-display: fallback;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: u20-2ff;
}
@font-face {
  font-family: pictet-serif;
  src: url(fonts/LardySerif-Bold.woff2) format("woff2"),
    url(fonts/LardySerif-Bold.woff) format("woff");
  font-display: fallback;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: u20-2ff;
}
@font-face {
  font-family: pictet-serif;
  src: url(fonts/LardySerif-BoldItalic.woff2) format("woff2"),
    url(fonts/LardySerif-BoldItalic.woff) format("woff");
  font-display: fallback;
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  unicode-range: u20-2ff;
}
@font-face {
  font-family: pictet-sans;
  src: url(fonts/LardySans-Regular.woff2) format("woff2"),
    url(fonts/LardySans-Regular.woff) format("woff");
  font-display: fallback;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: u20-2ff;
}
@font-face {
  font-family: pictet-sans;
  src: url(fonts/LardySans-Italic.woff2) format("woff2"),
    url(fonts/LardySans-Italic.woff) format("woff");
  font-display: fallback;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: u20-2ff;
}
@font-face {
  font-family: pictet-sans;
  src: url(fonts/LardySans-Bold.woff2) format("woff2"),
    url(fonts/LardySans-Bold.woff) format("woff");
  font-display: fallback;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: u20-2ff;
}
@font-face {
  font-family: pictet-sans;
  src: url(fonts/LardySans-BoldItalic.woff2) format("woff2"),
    url(fonts/LardySans-BoldItalic.woff) format("woff");
  font-display: fallback;
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  unicode-range: u20-2ff;
}
@font-face {
  font-family: pictet-sans;
  src: url(fonts/LardySansCond-Regular.woff2) format("woff2"),
    url(fonts/LardySansCond-Regular.woff) format("woff");
  font-display: fallback;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  unicode-range: u20-2ff;
}
@font-face {
  font-family: pictet-sans;
  src: url(fonts/LardySansCond-Italic.woff2) format("woff2"),
    url(fonts/LardySansCond-Italic.woff) format("woff");
  font-display: fallback;
  font-weight: 400;
  font-style: italic;
  font-stretch: condensed;
  unicode-range: u20-2ff;
}
@font-face {
  font-family: pictet-sans;
  src: url(fonts/LardySansCond-Bold.woff2) format("woff2"),
    url(fonts/LardySansCond-Bold.woff) format("woff");
  font-display: fallback;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  unicode-range: u20-2ff;
}
@font-face {
  font-family: pictet-sans;
  src: url(fonts/LardySansCond-BoldItalic.woff2) format("woff2"),
    url(fonts/LardySansCond-BoldItalic.woff) format("woff");
  font-display: fallback;
  font-weight: 700;
  font-style: italic;
  font-stretch: condensed;
  unicode-range: u20-2ff;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #3e3e3e;
  -webkit-font-feature-settings: "liga", "kern", "lnum";
  font-feature-settings: "liga", "kern", "lnum";
  font-size: 16px;
  font-stretch: normal;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0125em;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
@media (min-width: 48em) and (max-height: 800px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 48em) and (max-height: 700px) {
  html {
    font-size: 14px;
  }
}
@media print {
  html {
    font-size: 9.75pt;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:not([class]) {
  text-decoration: underline;
  transition: 0.2s;
}
a:not([class]):focus,
a:not([class]):hover {
  text-decoration: none;
  color: #93645d;
}
p {
  margin: 0 0 15px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
h1 {
  font-size: 3rem;
  line-height: 1.166666667;
}
h1 span {
  color: #959595;
  display: block;
}
h2 {
  font-size: 1.625rem;
  line-height: 1.384615385;
}
h3 {
  font-size: 1rem;
  letter-spacing: 0.0025em;
}
h4 {
  font-size: 0.875rem;
}
.nowrap {
  white-space: nowrap;
}
* {
  box-sizing: border-box;
}
html {
  display: block;
  height: 100%;
  overflow-y: scroll;
}
body,
html {
  margin: 0;
  padding: 0;
  overscroll-behavior-y: none;
}
body ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body ::-webkit-scrollbar-thumb {
  background: #d08c61;
}
body ::-webkit-scrollbar-track {
  background: transparent;
}
body * {
  scrollbar-width: thin;
  scrollbar-color: #d08c61 transparent;
}
.WideLayout {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.Form__fieldset {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.Form__field {
  margin: 0 0 15px;
}
.Form__field:last-child {
  margin-bottom: 0;
}
.Form__input {
  display: block;
  width: 100%;
  height: 55px;
  padding: 10px 0;
  font-size: 1rem;
  color: #959595;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  outline: none;
  transition: all 0.3s ease-out;
}
.Form__input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.Form__input::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.Form__input::placeholder {
  color: inherit;
  opacity: 0.5;
}
.has--error .Form__input {
  border-bottom-color: red;
}
.Form__checkbox {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.Form__checkbox + label {
  position: relative;
  padding-left: 37px;
}
.Form__checkbox + label:after,
.Form__checkbox + label:before {
  content: "";
  position: absolute;
  margin-top: -0.2em;
  transition: 0.3s;
}
.Form__checkbox + label:before {
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: transparent;
  border: 1px solid;
  border-radius: 2px;
  box-sizing: border-box;
  opacity: 0.5;
}
.Form__checkbox + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.Form__checkbox + label:hover:before,
.Form__checkbox:focus + label:before {
  border-color: inherit;
  opacity: 0.75;
}
.Form__checkbox + label:hover:after,
.Form__checkbox:focus + label:after {
  opacity: 0.25;
}
.Form__checkbox:checked + label:before {
  background-color: #93645d;
  border-color: #93645d;
  opacity: 1;
}
.Form__checkbox:checked + label:after {
  opacity: 1;
}
.Form__checkbox:checked + label:hover:before,
.Form__checkbox:checked:focus + label:before {
  border-color: #fff;
}
.Form__error {
  display: block;
  margin: 5px 0 0;
  font-size: 0.75rem;
  color: red;
}
.Form__error:empty {
  display: none;
}
.Button {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin: 0;
  padding: 0 20px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  text-align: left;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
.Button:active:not(.Button--disabled) {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Button:after {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
}
.Button__subLabel {
  font-size: 0.75rem;
  opacity: 0.75;
  padding-left: 5px;
}
.Button--lightWeight {
  font-weight: 400;
}
@media (min-width: 64.0625em) {
  .Button--large {
    font-size: 1rem;
  }
}
.Button--small {
  font-size: 0.75rem;
}
.Button--big {
  min-height: 50px;
}
.Button--full {
  width: 100%;
}
.Button--centered {
  justify-content: center;
  text-align: center;
}
.Button--primary {
  background-color: #93645d;
  border-color: #93645d;
  color: #fff;
}
.Button--primary:focus,
.Button--primary:hover {
  background-color: #804940;
  border-color: #804940;
}
.Button--secondary {
  background-color: #93645d;
  border-color: #93645d;
  color: #fff;
}
.Button--secondary:focus,
.Button--secondary:hover {
  background-color: #804940;
  border-color: #804940;
}
.Button--outline {
  background-color: #fff;
  border-color: #ececec;
}
.Button--primary.Button--outline {
  border-color: #93645d;
  background-color: #fff;
  color: #93645d;
}
.Button--primary.Button--outline:focus,
.Button--primary.Button--outline:hover {
  color: #804940;
  background-color: #f2eded;
  border-color: #804940;
}
.Button--secondary.Button--outline {
  border-color: #93645d;
  background-color: #fff;
  color: #93645d;
}
.Button--secondary.Button--outline:focus,
.Button--secondary.Button--outline:hover {
  color: #804940;
  background-color: #f2eded;
  border-color: #804940;
}
.Button--light {
  color: #f2eded;
}
.Button--light:hover {
  background-color: #f2eded;
}
.Button--light.Button--outline {
  border-color: #cfcfcf;
}
.Button--light.Button--outline:hover {
  background-color: inherit;
}
.Button--mid {
  color: #959595;
}
.Button--mid:hover {
  background-color: #f2eded;
}
.Button--mid.Button--outline:hover {
  background-color: inherit;
}
.Button--dark.Button--outline {
  border-color: hsla(0, 0%, 100%, 0.25);
}
.Button--dark {
  color: #959595;
}
.Button--dark,
.Button--dark:hover {
  background-color: #3e3e3e;
  border-color: transparent;
}
.Button--dark:hover {
  color: #f2eded;
}
.Button--dark.Button--disabled,
.Button--dark:disabled {
  background-color: transparent;
  border-color: transparent;
  opacity: 0.5;
}
.Button--dark.Button--outline:hover {
  background-color: inherit;
}
.Button--transparent {
  min-height: auto;
}
.Button--transparent,
.Button--transparent.Button--disabled,
.Button--transparent:disabled,
.Button--transparent:hover {
  background-color: transparent;
  border-color: transparent;
}
.Button--disabled,
.Button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.Button--noLabel {
  padding: 0 !important;
  width: 40px;
}
.Button--noLabel.Button--icon {
  background-position: 50%;
}
.Button--noLabel.Button--small {
  width: 30px;
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.Button--flash {
  -webkit-animation: flash 0.25s linear 1 forwards;
  animation: flash 0.25s linear 1 forwards;
  background-color: #dfd2cf !important;
}
.Button--icon {
  padding-right: 50px;
  background-repeat: no-repeat;
  background-position: right 17.5px center;
}
.Button--icon.Button--small {
  padding-right: 35px;
}
.Button--icon--external {
  height: 58px;
}
.Button--icon--only {
  width: 40px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50%;
}
.Button--icon-p:after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background-size: 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.Button--simple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
.Button--simple:focus,
.Button--simple:hover {
  color: #93645d;
}
.SubHeader .Button--simple {
  font-weight: 400;
}
.Button--background--teal {
  background-color: #93645d;
}
.Button--background--teal:focus,
.Button--background--teal:hover {
  background-color: #804940;
}
.Button--background--green {
  background-color: #93645d;
}
.Button--background--green:focus,
.Button--background--green:hover {
  background-color: #804940;
}
.Button--background--mid {
  background-color: #959595;
}
.Button--background--mid:focus,
.Button--background--mid:hover {
  background-color: #656565;
}
.Button--background--white {
  background-color: #fff;
}
.Button--background--white:focus,
.Button--background--white:hover {
  background-color: #f2eded;
}
.Button--background--dark {
  background-color: #656565;
}
.Button--background--dark:focus,
.Button--background--dark:hover {
  background-color: #3e3e3e;
}
.Button--background--yellow,
.Button--background--yellow:focus,
.Button--background--yellow:hover {
  background-color: #ffc105;
}
.Button--background--gold,
.Button--background--gold:focus,
.Button--background--gold:hover {
  background-color: #bf8744;
}
.Button--border--teal {
  border: 1px solid #93645d;
}
.Button--border--teal:focus,
.Button--border--teal:hover {
  border-color: #804940;
}
.Button--border--green {
  border: 1px solid #93645d;
}
.Button--border--green:focus,
.Button--border--green:hover {
  border-color: #804940;
}
.Button--border--mid {
  border: 1px solid #959595;
}
.Button--border--mid:focus,
.Button--border--mid:hover {
  border-color: #656565;
}
.Button--border--white {
  border: 1px solid #fff;
}
.Button--border--white:focus,
.Button--border--white:hover {
  border-color: #f2eded;
}
.Button--border--dark {
  border: 1px solid #656565;
}
.Button--border--dark:focus,
.Button--border--dark:hover {
  border-color: #3e3e3e;
}
.Button--border--yellow {
  border: 1px solid #ffc105;
}
.Button--border--yellow:focus,
.Button--border--yellow:hover {
  border-color: #ffc105;
}
.Button--border--gold {
  border: 1px solid #bf8744;
}
.Button--border--gold:focus,
.Button--border--gold:hover {
  border-color: #bf8744;
}
.Button--text--teal {
  color: #93645d;
}
.Button--text--teal:focus,
.Button--text--teal:hover {
  color: #804940;
}
.Button--text--green {
  color: #93645d;
}
.Button--text--green:focus,
.Button--text--green:hover {
  color: #804940;
}
.Button--text--mid {
  color: #959595;
}
.Button--text--mid:focus,
.Button--text--mid:hover {
  color: #656565;
}
.Button--text--white {
  color: #fff;
}
.Button--text--white:focus,
.Button--text--white:hover {
  color: #f2eded;
}
.Button--text--dark {
  color: #656565;
}
.Button--text--dark:focus,
.Button--text--dark:hover {
  color: #3e3e3e;
}
.Button--text--yellow,
.Button--text--yellow:focus,
.Button--text--yellow:hover {
  color: #ffc105;
}
.Button--text--gold,
.Button--text--gold:focus,
.Button--text--gold:hover {
  color: #bf8744;
}
.Button--icon--arrow-left--teal,
.Button--icon-p--arrow-left--teal:after {
  background-image: url(icons/arrow-left/primary.svg);
}
.Theme--mega .Button--icon--arrow-left--teal,
.Theme--mega .Button--icon-p--arrow-left--teal:after {
  background-image: url(icons/arrow-left/tussock.svg);
}
.Button--icon--arrow-right--teal,
.Button--icon-p--arrow-right--teal:after {
  background-image: url(icons/arrow-right/primary.svg);
}
.Theme--mega .Button--icon--arrow-right--teal,
.Theme--mega .Button--icon-p--arrow-right--teal:after {
  background-image: url(icons/arrow-right/tussock.svg);
}
.Button--icon--chevron-down--teal,
.Button--icon-p--chevron-down--teal:after {
  background-image: url(icons/chevron-down/primary.svg);
}
.Theme--mega .Button--icon--chevron-down--teal,
.Theme--mega .Button--icon-p--chevron-down--teal:after {
  background-image: url(icons/chevron-down/tussock.svg);
}
.Button--icon--chevron-right--teal,
.Button--icon-p--chevron-right--teal:after {
  background-image: url(icons/chevron-right/primary.svg);
}
.Theme--mega .Button--icon--chevron-right--teal,
.Theme--mega .Button--icon-p--chevron-right--teal:after {
  background-image: url(icons/chevron-right/tussock.svg);
}
.Button--icon--chevron-up--teal,
.Button--icon-p--chevron-up--teal:after {
  background-image: url(icons/chevron-up/primary.svg);
}
.Theme--mega .Button--icon--chevron-up--teal,
.Theme--mega .Button--icon-p--chevron-up--teal:after {
  background-image: url(icons/chevron-up/tussock.svg);
}
.Button--icon--download--teal,
.Button--icon-p--download--teal:after {
  background-image: url(icons/download/primary.svg);
}
.Theme--mega .Button--icon--download--teal,
.Theme--mega .Button--icon-p--download--teal:after {
  background-image: url(icons/download/tussock.svg);
}
.Button--icon--minus--teal,
.Button--icon-p--minus--teal:after {
  background-image: url(icons/minus/primary.svg);
}
.Theme--mega .Button--icon--minus--teal,
.Theme--mega .Button--icon-p--minus--teal:after {
  background-image: url(icons/minus/tussock.svg);
}
.Button--icon--plus--teal,
.Button--icon-p--plus--teal:after {
  background-image: url(icons/plus/primary.svg);
}
.Theme--mega .Button--icon--plus--teal,
.Theme--mega .Button--icon-p--plus--teal:after {
  background-image: url(icons/plus/tussock.svg);
}
.Button--icon--plus-circle--teal,
.Button--icon-p--plus-circle--teal:after {
  background-image: url(icons/plus-circle/primary.svg);
}
.Theme--mega .Button--icon--plus-circle--teal,
.Theme--mega .Button--icon-p--plus-circle--teal:after {
  background-image: url(icons/plus-circle/tussock.svg);
}
.Button--icon--share--teal,
.Button--icon-p--share--teal:after {
  background-image: url(icons/share/primary.svg);
}
.Theme--mega .Button--icon--share--teal,
.Theme--mega .Button--icon-p--share--teal:after {
  background-image: url(icons/share/tussock.svg);
}
.Button--icon--external--teal,
.Button--icon-p--external--teal:after {
  background-image: url(icons/external/primary.svg);
}
.Theme--mega .Button--icon--external--teal,
.Theme--mega .Button--icon-p--external--teal:after {
  background-image: url(icons/external/tussock.svg);
}
.Button--icon--user--teal,
.Button--icon-p--user--teal:after {
  background-image: url(icons/user/primary.svg);
}
.Theme--mega .Button--icon--user--teal,
.Theme--mega .Button--icon-p--user--teal:after {
  background-image: url(icons/user/tussock.svg);
}
.Button--icon--arrow-left--green,
.Button--icon-p--arrow-left--green:after {
  background-image: url(icons/arrow-left/primary.svg);
}
.Theme--mega .Button--icon--arrow-left--green,
.Theme--mega .Button--icon-p--arrow-left--green:after {
  background-image: url(icons/arrow-left/tussock.svg);
}
.Button--icon--arrow-right--green,
.Button--icon-p--arrow-right--green:after {
  background-image: url(icons/arrow-right/primary.svg);
}
.Theme--mega .Button--icon--arrow-right--green,
.Theme--mega .Button--icon-p--arrow-right--green:after {
  background-image: url(icons/arrow-right/tussock.svg);
}
.Button--icon--chevron-down--green,
.Button--icon-p--chevron-down--green:after {
  background-image: url(icons/chevron-down/primary.svg);
}
.Theme--mega .Button--icon--chevron-down--green,
.Theme--mega .Button--icon-p--chevron-down--green:after {
  background-image: url(icons/chevron-down/tussock.svg);
}
.Button--icon--chevron-right--green,
.Button--icon-p--chevron-right--green:after {
  background-image: url(icons/chevron-right/primary.svg);
}
.Theme--mega .Button--icon--chevron-right--green,
.Theme--mega .Button--icon-p--chevron-right--green:after {
  background-image: url(icons/chevron-right/tussock.svg);
}
.Button--icon--chevron-up--green,
.Button--icon-p--chevron-up--green:after {
  background-image: url(icons/chevron-up/primary.svg);
}
.Theme--mega .Button--icon--chevron-up--green,
.Theme--mega .Button--icon-p--chevron-up--green:after {
  background-image: url(icons/chevron-up/tussock.svg);
}
.Button--icon--download--green,
.Button--icon-p--download--green:after {
  background-image: url(icons/download/primary.svg);
}
.Theme--mega .Button--icon--download--green,
.Theme--mega .Button--icon-p--download--green:after {
  background-image: url(icons/download/tussock.svg);
}
.Button--icon--minus--green,
.Button--icon-p--minus--green:after {
  background-image: url(icons/minus/primary.svg);
}
.Theme--mega .Button--icon--minus--green,
.Theme--mega .Button--icon-p--minus--green:after {
  background-image: url(icons/minus/tussock.svg);
}
.Button--icon--plus--green,
.Button--icon-p--plus--green:after {
  background-image: url(icons/plus/primary.svg);
}
.Theme--mega .Button--icon--plus--green,
.Theme--mega .Button--icon-p--plus--green:after {
  background-image: url(icons/plus/tussock.svg);
}
.Button--icon--plus-circle--green,
.Button--icon-p--plus-circle--green:after {
  background-image: url(icons/plus-circle/primary.svg);
}
.Theme--mega .Button--icon--plus-circle--green,
.Theme--mega .Button--icon-p--plus-circle--green:after {
  background-image: url(icons/plus-circle/tussock.svg);
}
.Button--icon--share--green,
.Button--icon-p--share--green:after {
  background-image: url(icons/share/primary.svg);
}
.Theme--mega .Button--icon--share--green,
.Theme--mega .Button--icon-p--share--green:after {
  background-image: url(icons/share/tussock.svg);
}
.Button--icon--external--green,
.Button--icon-p--external--green:after {
  background-image: url(icons/external/primary.svg);
}
.Theme--mega .Button--icon--external--green,
.Theme--mega .Button--icon-p--external--green:after {
  background-image: url(icons/external/tussock.svg);
}
.Button--icon--user--green,
.Button--icon-p--user--green:after {
  background-image: url(icons/user/primary.svg);
}
.Theme--mega .Button--icon--user--green,
.Theme--mega .Button--icon-p--user--green:after {
  background-image: url(icons/user/tussock.svg);
}
.Button--icon--arrow-left--mid,
.Button--icon-p--arrow-left--mid:after {
  background-image: url(icons/arrow-left/mid.svg);
}
.Theme--mega .Button--icon--arrow-left--mid,
.Theme--mega .Button--icon-p--arrow-left--mid:after {
  background-image: url(icons/arrow-left/tussock.svg);
}
.Button--icon--arrow-right--mid,
.Button--icon-p--arrow-right--mid:after {
  background-image: url(icons/arrow-right/mid.svg);
}
.Theme--mega .Button--icon--arrow-right--mid,
.Theme--mega .Button--icon-p--arrow-right--mid:after {
  background-image: url(icons/arrow-right/tussock.svg);
}
.Button--icon--chevron-down--mid,
.Button--icon-p--chevron-down--mid:after {
  background-image: url(icons/chevron-down/mid.svg);
}
.Theme--mega .Button--icon--chevron-down--mid,
.Theme--mega .Button--icon-p--chevron-down--mid:after {
  background-image: url(icons/chevron-down/tussock.svg);
}
.Button--icon--chevron-right--mid,
.Button--icon-p--chevron-right--mid:after {
  background-image: url(icons/chevron-right/mid.svg);
}
.Theme--mega .Button--icon--chevron-right--mid,
.Theme--mega .Button--icon-p--chevron-right--mid:after {
  background-image: url(icons/chevron-right/tussock.svg);
}
.Button--icon--chevron-up--mid,
.Button--icon-p--chevron-up--mid:after {
  background-image: url(icons/chevron-up/mid.svg);
}
.Theme--mega .Button--icon--chevron-up--mid,
.Theme--mega .Button--icon-p--chevron-up--mid:after {
  background-image: url(icons/chevron-up/tussock.svg);
}
.Button--icon--download--mid,
.Button--icon-p--download--mid:after {
  background-image: url(icons/download/mid.svg);
}
.Theme--mega .Button--icon--download--mid,
.Theme--mega .Button--icon-p--download--mid:after {
  background-image: url(icons/download/tussock.svg);
}
.Button--icon--minus--mid,
.Button--icon-p--minus--mid:after {
  background-image: url(icons/minus/mid.svg);
}
.Theme--mega .Button--icon--minus--mid,
.Theme--mega .Button--icon-p--minus--mid:after {
  background-image: url(icons/minus/tussock.svg);
}
.Button--icon--plus--mid,
.Button--icon-p--plus--mid:after {
  background-image: url(icons/plus/mid.svg);
}
.Theme--mega .Button--icon--plus--mid,
.Theme--mega .Button--icon-p--plus--mid:after {
  background-image: url(icons/plus/tussock.svg);
}
.Button--icon--plus-circle--mid,
.Button--icon-p--plus-circle--mid:after {
  background-image: url(icons/plus-circle/mid.svg);
}
.Theme--mega .Button--icon--plus-circle--mid,
.Theme--mega .Button--icon-p--plus-circle--mid:after {
  background-image: url(icons/plus-circle/tussock.svg);
}
.Button--icon--share--mid,
.Button--icon-p--share--mid:after {
  background-image: url(icons/share/mid.svg);
}
.Theme--mega .Button--icon--share--mid,
.Theme--mega .Button--icon-p--share--mid:after {
  background-image: url(icons/share/tussock.svg);
}
.Button--icon--external--mid,
.Button--icon-p--external--mid:after {
  background-image: url(icons/external/mid.svg);
}
.Theme--mega .Button--icon--external--mid,
.Theme--mega .Button--icon-p--external--mid:after {
  background-image: url(icons/external/tussock.svg);
}
.Button--icon--user--mid,
.Button--icon-p--user--mid:after {
  background-image: url(icons/user/mid.svg);
}
.Theme--mega .Button--icon--user--mid,
.Theme--mega .Button--icon-p--user--mid:after {
  background-image: url(icons/user/tussock.svg);
}
.Button--icon--arrow-left--white,
.Button--icon-p--arrow-left--white:after {
  background-image: url(icons/arrow-left/white.svg);
}
.Theme--mega .Button--icon--arrow-left--white,
.Theme--mega .Button--icon-p--arrow-left--white:after {
  background-image: url(icons/arrow-left/tussock.svg);
}
.Button--icon--arrow-right--white,
.Button--icon-p--arrow-right--white:after {
  background-image: url(icons/arrow-right/white.svg);
}
.Theme--mega .Button--icon--arrow-right--white,
.Theme--mega .Button--icon-p--arrow-right--white:after {
  background-image: url(icons/arrow-right/tussock.svg);
}
.Button--icon--chevron-down--white,
.Button--icon-p--chevron-down--white:after {
  background-image: url(icons/chevron-down/white.svg);
}
.Theme--mega .Button--icon--chevron-down--white,
.Theme--mega .Button--icon-p--chevron-down--white:after {
  background-image: url(icons/chevron-down/tussock.svg);
}
.Button--icon--chevron-right--white,
.Button--icon-p--chevron-right--white:after {
  background-image: url(icons/chevron-right/white.svg);
}
.Theme--mega .Button--icon--chevron-right--white,
.Theme--mega .Button--icon-p--chevron-right--white:after {
  background-image: url(icons/chevron-right/tussock.svg);
}
.Button--icon--chevron-up--white,
.Button--icon-p--chevron-up--white:after {
  background-image: url(icons/chevron-up/white.svg);
}
.Theme--mega .Button--icon--chevron-up--white,
.Theme--mega .Button--icon-p--chevron-up--white:after {
  background-image: url(icons/chevron-up/tussock.svg);
}
.Button--icon--download--white,
.Button--icon-p--download--white:after {
  background-image: url(icons/download/white.svg);
}
.Theme--mega .Button--icon--download--white,
.Theme--mega .Button--icon-p--download--white:after {
  background-image: url(icons/download/tussock.svg);
}
.Button--icon--minus--white,
.Button--icon-p--minus--white:after {
  background-image: url(icons/minus/white.svg);
}
.Theme--mega .Button--icon--minus--white,
.Theme--mega .Button--icon-p--minus--white:after {
  background-image: url(icons/minus/tussock.svg);
}
.Button--icon--plus--white,
.Button--icon-p--plus--white:after {
  background-image: url(icons/plus/white.svg);
}
.Theme--mega .Button--icon--plus--white,
.Theme--mega .Button--icon-p--plus--white:after {
  background-image: url(icons/plus/tussock.svg);
}
.Button--icon--plus-circle--white,
.Button--icon-p--plus-circle--white:after {
  background-image: url(icons/plus-circle/white.svg);
}
.Theme--mega .Button--icon--plus-circle--white,
.Theme--mega .Button--icon-p--plus-circle--white:after {
  background-image: url(icons/plus-circle/tussock.svg);
}
.Button--icon--share--white,
.Button--icon-p--share--white:after {
  background-image: url(icons/share/white.svg);
}
.Theme--mega .Button--icon--share--white,
.Theme--mega .Button--icon-p--share--white:after {
  background-image: url(icons/share/tussock.svg);
}
.Button--icon--external--white,
.Button--icon-p--external--white:after {
  background-image: url(icons/external/white.svg);
}
.Theme--mega .Button--icon--external--white,
.Theme--mega .Button--icon-p--external--white:after {
  background-image: url(icons/external/tussock.svg);
}
.Button--icon--user--white,
.Button--icon-p--user--white:after {
  background-image: url(icons/user/white.svg);
}
.Theme--mega .Button--icon--user--white,
.Theme--mega .Button--icon-p--user--white:after {
  background-image: url(icons/user/tussock.svg);
}
.Button--icon--arrow-left--dark,
.Button--icon-p--arrow-left--dark:after {
  background-image: url(icons/arrow-left/dark.svg);
}
.Theme--mega .Button--icon--arrow-left--dark,
.Theme--mega .Button--icon-p--arrow-left--dark:after {
  background-image: url(icons/arrow-left/tussock.svg);
}
.Button--icon--arrow-right--dark,
.Button--icon-p--arrow-right--dark:after {
  background-image: url(icons/arrow-right/dark.svg);
}
.Theme--mega .Button--icon--arrow-right--dark,
.Theme--mega .Button--icon-p--arrow-right--dark:after {
  background-image: url(icons/arrow-right/tussock.svg);
}
.Button--icon--chevron-down--dark,
.Button--icon-p--chevron-down--dark:after {
  background-image: url(icons/chevron-down/dark.svg);
}
.Theme--mega .Button--icon--chevron-down--dark,
.Theme--mega .Button--icon-p--chevron-down--dark:after {
  background-image: url(icons/chevron-down/tussock.svg);
}
.Button--icon--chevron-right--dark,
.Button--icon-p--chevron-right--dark:after {
  background-image: url(icons/chevron-right/dark.svg);
}
.Theme--mega .Button--icon--chevron-right--dark,
.Theme--mega .Button--icon-p--chevron-right--dark:after {
  background-image: url(icons/chevron-right/tussock.svg);
}
.Button--icon--chevron-up--dark,
.Button--icon-p--chevron-up--dark:after {
  background-image: url(icons/chevron-up/dark.svg);
}
.Theme--mega .Button--icon--chevron-up--dark,
.Theme--mega .Button--icon-p--chevron-up--dark:after {
  background-image: url(icons/chevron-up/tussock.svg);
}
.Button--icon--download--dark,
.Button--icon-p--download--dark:after {
  background-image: url(icons/download/dark.svg);
}
.Theme--mega .Button--icon--download--dark,
.Theme--mega .Button--icon-p--download--dark:after {
  background-image: url(icons/download/tussock.svg);
}
.Button--icon--minus--dark,
.Button--icon-p--minus--dark:after {
  background-image: url(icons/minus/dark.svg);
}
.Theme--mega .Button--icon--minus--dark,
.Theme--mega .Button--icon-p--minus--dark:after {
  background-image: url(icons/minus/tussock.svg);
}
.Button--icon--plus--dark,
.Button--icon-p--plus--dark:after {
  background-image: url(icons/plus/dark.svg);
}
.Theme--mega .Button--icon--plus--dark,
.Theme--mega .Button--icon-p--plus--dark:after {
  background-image: url(icons/plus/tussock.svg);
}
.Button--icon--plus-circle--dark,
.Button--icon-p--plus-circle--dark:after {
  background-image: url(icons/plus-circle/dark.svg);
}
.Theme--mega .Button--icon--plus-circle--dark,
.Theme--mega .Button--icon-p--plus-circle--dark:after {
  background-image: url(icons/plus-circle/tussock.svg);
}
.Button--icon--share--dark,
.Button--icon-p--share--dark:after {
  background-image: url(icons/share/dark.svg);
}
.Theme--mega .Button--icon--share--dark,
.Theme--mega .Button--icon-p--share--dark:after {
  background-image: url(icons/share/tussock.svg);
}
.Button--icon--external--dark,
.Button--icon-p--external--dark:after {
  background-image: url(icons/external/dark.svg);
}
.Theme--mega .Button--icon--external--dark,
.Theme--mega .Button--icon-p--external--dark:after {
  background-image: url(icons/external/tussock.svg);
}
.Button--icon--user--dark,
.Button--icon-p--user--dark:after {
  background-image: url(icons/user/dark.svg);
}
.Theme--mega .Button--icon--user--dark,
.Theme--mega .Button--icon-p--user--dark:after {
  background-image: url(icons/user/tussock.svg);
}
.Button--icon--arrow-left--yellow,
.Button--icon-p--arrow-left--yellow:after {
  background-image: url(icons/arrow-left/yellow.svg);
}
.Theme--mega .Button--icon--arrow-left--yellow,
.Theme--mega .Button--icon-p--arrow-left--yellow:after {
  background-image: url(icons/arrow-left/tussock.svg);
}
.Button--icon--arrow-right--yellow,
.Button--icon-p--arrow-right--yellow:after {
  background-image: url(icons/arrow-right/yellow.svg);
}
.Theme--mega .Button--icon--arrow-right--yellow,
.Theme--mega .Button--icon-p--arrow-right--yellow:after {
  background-image: url(icons/arrow-right/tussock.svg);
}
.Button--icon--chevron-down--yellow,
.Button--icon-p--chevron-down--yellow:after {
  background-image: url(icons/chevron-down/yellow.svg);
}
.Theme--mega .Button--icon--chevron-down--yellow,
.Theme--mega .Button--icon-p--chevron-down--yellow:after {
  background-image: url(icons/chevron-down/tussock.svg);
}
.Button--icon--chevron-right--yellow,
.Button--icon-p--chevron-right--yellow:after {
  background-image: url(icons/chevron-right/yellow.svg);
}
.Theme--mega .Button--icon--chevron-right--yellow,
.Theme--mega .Button--icon-p--chevron-right--yellow:after {
  background-image: url(icons/chevron-right/tussock.svg);
}
.Button--icon--chevron-up--yellow,
.Button--icon-p--chevron-up--yellow:after {
  background-image: url(icons/chevron-up/yellow.svg);
}
.Theme--mega .Button--icon--chevron-up--yellow,
.Theme--mega .Button--icon-p--chevron-up--yellow:after {
  background-image: url(icons/chevron-up/tussock.svg);
}
.Button--icon--download--yellow,
.Button--icon-p--download--yellow:after {
  background-image: url(icons/download/yellow.svg);
}
.Theme--mega .Button--icon--download--yellow,
.Theme--mega .Button--icon-p--download--yellow:after {
  background-image: url(icons/download/tussock.svg);
}
.Button--icon--minus--yellow,
.Button--icon-p--minus--yellow:after {
  background-image: url(icons/minus/yellow.svg);
}
.Theme--mega .Button--icon--minus--yellow,
.Theme--mega .Button--icon-p--minus--yellow:after {
  background-image: url(icons/minus/tussock.svg);
}
.Button--icon--plus--yellow,
.Button--icon-p--plus--yellow:after {
  background-image: url(icons/plus/yellow.svg);
}
.Theme--mega .Button--icon--plus--yellow,
.Theme--mega .Button--icon-p--plus--yellow:after {
  background-image: url(icons/plus/tussock.svg);
}
.Button--icon--plus-circle--yellow,
.Button--icon-p--plus-circle--yellow:after {
  background-image: url(icons/plus-circle/yellow.svg);
}
.Theme--mega .Button--icon--plus-circle--yellow,
.Theme--mega .Button--icon-p--plus-circle--yellow:after {
  background-image: url(icons/plus-circle/tussock.svg);
}
.Button--icon--share--yellow,
.Button--icon-p--share--yellow:after {
  background-image: url(icons/share/yellow.svg);
}
.Theme--mega .Button--icon--share--yellow,
.Theme--mega .Button--icon-p--share--yellow:after {
  background-image: url(icons/share/tussock.svg);
}
.Button--icon--external--yellow,
.Button--icon-p--external--yellow:after {
  background-image: url(icons/external/yellow.svg);
}
.Theme--mega .Button--icon--external--yellow,
.Theme--mega .Button--icon-p--external--yellow:after {
  background-image: url(icons/external/tussock.svg);
}
.Button--icon--user--yellow,
.Button--icon-p--user--yellow:after {
  background-image: url(icons/user/yellow.svg);
}
.Theme--mega .Button--icon--user--yellow,
.Theme--mega .Button--icon-p--user--yellow:after {
  background-image: url(icons/user/tussock.svg);
}
.Button--icon--arrow-left--gold,
.Button--icon-p--arrow-left--gold:after {
  background-image: url(icons/arrow-left/gold.svg);
}
.Theme--mega .Button--icon--arrow-left--gold,
.Theme--mega .Button--icon-p--arrow-left--gold:after {
  background-image: url(icons/arrow-left/tussock.svg);
}
.Button--icon--arrow-right--gold,
.Button--icon-p--arrow-right--gold:after {
  background-image: url(icons/arrow-right/gold.svg);
}
.Theme--mega .Button--icon--arrow-right--gold,
.Theme--mega .Button--icon-p--arrow-right--gold:after {
  background-image: url(icons/arrow-right/tussock.svg);
}
.Button--icon--chevron-down--gold,
.Button--icon-p--chevron-down--gold:after {
  background-image: url(icons/chevron-down/gold.svg);
}
.Theme--mega .Button--icon--chevron-down--gold,
.Theme--mega .Button--icon-p--chevron-down--gold:after {
  background-image: url(icons/chevron-down/tussock.svg);
}
.Button--icon--chevron-right--gold,
.Button--icon-p--chevron-right--gold:after {
  background-image: url(icons/chevron-right/gold.svg);
}
.Theme--mega .Button--icon--chevron-right--gold,
.Theme--mega .Button--icon-p--chevron-right--gold:after {
  background-image: url(icons/chevron-right/tussock.svg);
}
.Button--icon--chevron-up--gold,
.Button--icon-p--chevron-up--gold:after {
  background-image: url(icons/chevron-up/gold.svg);
}
.Theme--mega .Button--icon--chevron-up--gold,
.Theme--mega .Button--icon-p--chevron-up--gold:after {
  background-image: url(icons/chevron-up/tussock.svg);
}
.Button--icon--download--gold,
.Button--icon-p--download--gold:after {
  background-image: url(icons/download/gold.svg);
}
.Theme--mega .Button--icon--download--gold,
.Theme--mega .Button--icon-p--download--gold:after {
  background-image: url(icons/download/tussock.svg);
}
.Button--icon--minus--gold,
.Button--icon-p--minus--gold:after {
  background-image: url(icons/minus/gold.svg);
}
.Theme--mega .Button--icon--minus--gold,
.Theme--mega .Button--icon-p--minus--gold:after {
  background-image: url(icons/minus/tussock.svg);
}
.Button--icon--plus--gold,
.Button--icon-p--plus--gold:after {
  background-image: url(icons/plus/gold.svg);
}
.Theme--mega .Button--icon--plus--gold,
.Theme--mega .Button--icon-p--plus--gold:after {
  background-image: url(icons/plus/tussock.svg);
}
.Button--icon--plus-circle--gold,
.Button--icon-p--plus-circle--gold:after {
  background-image: url(icons/plus-circle/gold.svg);
}
.Theme--mega .Button--icon--plus-circle--gold,
.Theme--mega .Button--icon-p--plus-circle--gold:after {
  background-image: url(icons/plus-circle/tussock.svg);
}
.Button--icon--share--gold,
.Button--icon-p--share--gold:after {
  background-image: url(icons/share/gold.svg);
}
.Theme--mega .Button--icon--share--gold,
.Theme--mega .Button--icon-p--share--gold:after {
  background-image: url(icons/share/tussock.svg);
}
.Button--icon--external--gold,
.Button--icon-p--external--gold:after {
  background-image: url(icons/external/gold.svg);
}
.Theme--mega .Button--icon--external--gold,
.Theme--mega .Button--icon-p--external--gold:after {
  background-image: url(icons/external/tussock.svg);
}
.Button--icon--user--gold,
.Button--icon-p--user--gold:after {
  background-image: url(icons/user/gold.svg);
}
.Theme--mega .Button--icon--user--gold,
.Theme--mega .Button--icon-p--user--gold:after {
  background-image: url(icons/user/tussock.svg);
}
.Dropdown__options {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  min-width: 200px;
  height: 100%;
  max-height: 245px;
  margin: 0;
  padding: 15px 0;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  list-style: none;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Dropdown__options {
    display: block;
  }
}
.Dropdown__options::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.Dropdown__options::-webkit-scrollbar-thumb {
  background: #d08c61;
}
.Dropdown__options::-webkit-scrollbar-track {
  background: transparent;
}
.Dropdown__options {
  scrollbar-width: thin;
  scrollbar-color: #d08c61 transparent;
}
.Dropdown__option {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  min-height: 30px;
  padding: 3px 25px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.Footer .Dropdown__option,
.SubHeader .Dropdown__option {
  white-space: nowrap;
}
.Dropdown__option.selected {
  cursor: default;
  pointer-events: none;
}
button.Dropdown__option {
  background: transparent;
  border: none;
}
a.Dropdown__option {
  font-weight: 400;
}
a.Dropdown__option:hover {
  text-decoration: none;
}
.tippy-box[data-theme~="pictet-light"] {
  color: #3e3e3e;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0745);
}
.tippy-box[data-theme~="pictet-light"] .Dropdown__option.selected {
  color: #fff;
  background-color: #93645d;
  pointer-events: none;
}
.tippy-box[data-theme~="pictet-light"] .Dropdown__option:focus,
.tippy-box[data-theme~="pictet-light"] .Dropdown__option:hover {
  color: #93645d;
  background-color: #dfd2cf;
}
.tippy-box[data-theme~="pictet-light"] > .tippy-content {
  padding: 0;
}
.tippy-box[data-theme~="pictet-light"] > .tippy-arrow {
  z-index: 1;
  width: 24px;
  height: 24px;
}
.tippy-box[data-theme~="pictet-light"] > .tippy-arrow:before {
  left: calc(50% - 12px);
  border: 12px solid transparent;
}
.tippy-box[data-theme~="pictet-light"] > .tippy-arrow:after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  border: 10px solid transparent;
}
.tippy-box[data-theme~="pictet-light"][data-placement^="bottom"]
  > .tippy-arrow:before {
  top: -12px;
  border-top-width: 0;
  border-bottom-color: #ececec;
}
.tippy-box[data-theme~="pictet-light"][data-placement^="bottom"]
  > .tippy-arrow:after {
  top: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.tippy-box[data-theme~="pictet-light"][data-placement^="top"]
  > .tippy-arrow:before {
  bottom: -12px;
  border-bottom-width: 0;
  border-top-color: #ececec;
}
.tippy-box[data-theme~="pictet-light"][data-placement^="top"]
  > .tippy-arrow:after {
  bottom: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.tippy-box[data-theme~="pictet-dark"] {
  color: #fff;
  background-color: #3e3e3e;
  border: 1px solid #959595;
  border-radius: 0;
}
.tippy-box[data-theme~="pictet-dark"] .Dropdown__option {
  color: #fff;
}
.tippy-box[data-theme~="pictet-dark"] .Dropdown__option.selected,
.tippy-box[data-theme~="pictet-dark"] .Dropdown__option:focus,
.tippy-box[data-theme~="pictet-dark"] .Dropdown__option:hover {
  background-color: #656565;
}
.tippy-box[data-theme~="pictet-dark"] > .tippy-content {
  padding: 0;
}
.tippy-box[data-theme~="pictet-dark"] > .tippy-arrow {
  z-index: 1;
  width: 24px;
  height: 24px;
}
.tippy-box[data-theme~="pictet-dark"] > .tippy-arrow:before {
  left: calc(50% - 12px);
  border: 12px solid transparent;
}
.tippy-box[data-theme~="pictet-dark"] > .tippy-arrow:after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  border: 10px solid transparent;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.tippy-box[data-theme~="pictet-dark"][data-placement^="bottom"]
  > .tippy-arrow:before {
  top: -12px;
  border-top-width: 0;
  border-bottom-color: #959595;
}
.tippy-box[data-theme~="pictet-dark"][data-placement^="bottom"]
  > .tippy-arrow:after {
  top: -10px;
  border-top-width: 0;
  border-bottom-color: #3e3e3e;
}
.tippy-box[data-theme~="pictet-dark"][data-placement^="top"]
  > .tippy-arrow:before {
  bottom: -12px;
  border-bottom-width: 0;
  border-top-color: #959595;
}
.tippy-box[data-theme~="pictet-dark"][data-placement^="top"]
  > .tippy-arrow:after {
  bottom: -10px;
  border-bottom-width: 0;
  border-top-color: #3e3e3e;
}
.NotificationsContainer {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 10000;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-height: 100%;
}
@media (min-width: 48em) {
  .NotificationsContainer {
    right: 15px;
    bottom: 15px;
    width: calc(50% - 15px);
    max-height: calc(100% - 30px);
  }
  .NotificationsContainer > * {
    flex-shrink: 0;
    margin-top: 15px;
  }
  .NotificationsContainer > :last-child {
    margin-top: 0;
  }
}
@media (min-width: 64.0625em) {
  .NotificationsContainer {
    width: calc(33.33333% - 15px);
    max-width: 387px;
  }
}
@media print {
  .NotificationsContainer {
    display: none;
  }
}
@media (min-width: 48em) {
  .SectionContainer {
    padding-top: 60px;
  }
}
@media (max-width: 47.99em) {
  .SectionContainer {
    padding-top: 15px;
  }
}
@media (min-width: 48em) {
  .SectionContainer:not(.SectionContainer--dark)
    + .SectionContainer:not(.SectionContainer--dark) {
    padding-top: 30px;
  }
}
.SectionContainer--dark {
  background-color: #f2eded;
}
@media (min-width: 48em) {
  .SectionContainer--dark + .SectionContainer--dark {
    padding-top: 30px;
  }
}
.Theme--mega .SectionContainer--dark {
  background-color: #f5f5f5;
}
.SectionContainer__content {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 47.99em) {
  .SectionContainer__content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.PersonBox__wrapper + .SectionContainer {
  margin-top: -45px;
}
.TwoColumnSection--dark {
  background-color: #f2eded;
}
.TwoColumnSection__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 60px;
}
@media (min-width: 48em) {
  .TwoColumnSection__content {
    flex-direction: row;
  }
}
@media (min-width: 48em) {
  .TwoColumnSection__content > * {
    flex: 1 1 50%;
  }
  .TwoColumnSection__content > :nth-child(odd) {
    margin-left: 0;
    margin-right: auto;
    padding-right: 15px;
  }
  .TwoColumnSection__content > :nth-child(2n) {
    margin-left: auto;
    margin-right: 0;
    padding-left: 15px;
  }
}
@media (min-width: 64.0625em) {
  .TwoColumnSection__content > :nth-child(odd) {
    padding-right: 30px;
  }
  .TwoColumnSection__content > :nth-child(2n) {
    padding-left: 30px;
  }
}
@media (min-width: 64.0625em) and (-ms-high-contrast: active),
  (min-width: 64.0625em) and (-ms-high-contrast: none) {
  .TwoColumnSection__content > :nth-child(2n) {
    max-width: none;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .TwoColumnSection__content > * {
    flex-basis: calc(50% - 30px);
  }
}
@media (min-width: 48em) {
  .TwoColumnSection--thirds .TwoColumnSection__content > :nth-child(odd) {
    flex-grow: 2;
    flex-basis: 66.6666666667%;
  }
}
@media (min-width: 48em) and (-ms-high-contrast: active),
  (min-width: 48em) and (-ms-high-contrast: none) {
  .TwoColumnSection--thirds .TwoColumnSection__content > :nth-child(odd) {
    flex-basis: calc(66.66667% - 30px);
  }
}
@media (min-width: 48em) {
  .TwoColumnSection--thirds .TwoColumnSection__content > :nth-child(2n) {
    flex-basis: 33.3333333333%;
  }
}
@media (min-width: 48em) and (-ms-high-contrast: active),
  (min-width: 48em) and (-ms-high-contrast: none) {
  .TwoColumnSection--thirds .TwoColumnSection__content > :nth-child(2n) {
    flex-basis: calc(33.33333% - 30px);
  }
}
@media (max-width: 47.99em) {
  .TwoColumnSection--thirds .TwoColumnSection__content > :nth-child(odd) {
    order: 1;
  }
  .TwoColumnSection--thirds .TwoColumnSection__content > :nth-child(2n) {
    order: 2;
  }
}
@media (min-width: 48em) {
  .TwoColumnSection__column {
    display: flex;
    flex-direction: column;
  }
  .TwoColumnSection--thirds .TwoColumnSection__column,
  .TwoColumnSection__column {
    justify-content: flex-start;
  }
  .TwoColumnSection__column > :last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 47.99em) {
  html {
    padding-top: 70px;
    scroll-padding-top: 70px;
  }
}
@media (min-width: 48em) {
  html {
    padding-top: 120px;
    scroll-padding-top: 120px;
  }
  html.is--subheader--absent {
    padding-top: 80px;
    scroll-padding-top: 80px;
  }
}
@media print {
  html {
    padding-top: 0;
    scroll-padding-top: 0;
  }
}
.MainHeader {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  background-color: #fff;
}
.MainHeader__content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media print {
  .MainHeader {
    position: static;
  }
}
.SubHeader {
  position: relative;
  z-index: 200;
  order: -1;
  display: flex;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  height: 40px;
  border-bottom: 1px solid #ececec;
  transition: 0.3s;
}
@media (max-width: 47.99em) {
  .SubHeader {
    position: absolute;
    bottom: 100%;
  }
}
.SubHeader__content {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 47.99em) {
  .SubHeader .MultiSelector {
    display: none;
  }
}
.has--lightbox--open .SubHeader,
.is--subheader--hidden .SubHeader {
  margin-top: -40px;
}
@media print {
  .has--lightbox--open .SubHeader,
  .is--subheader--hidden .SubHeader {
    margin-top: 0;
  }
}
.is--subheader--absent .SubHeader {
  display: none;
}
.SearchBox {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #f2eded;
  box-shadow: 0 1px rgba(0, 0, 0, 0.13);
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: 0.3s;
}
.SearchBox.open {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.SearchBox.hidden {
  display: none;
}
.SearchBox__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 64.0525em) {
  .SearchBox__content {
    height: 85px;
  }
}
@media (max-width: 47.99em) {
  .SearchBox__content {
    height: 70px;
    padding: 0 15px;
  }
}
.SearchBox__input {
  flex-grow: 1;
  height: 40px;
  margin: 0;
  padding: 0 0 6px 8px;
  font-size: 1.625rem;
  font-weight: 100;
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
}
@media (max-width: 64.0525em) {
  .SearchBox__input {
    font-size: 1.5rem;
    padding-bottom: 4px;
  }
}
@media (max-width: 47.99em) {
  .SearchBox__input {
    font-size: 1.125rem;
    padding-bottom: 0;
  }
}
.SearchBox__input::-ms-clear {
  display: none;
}
.SearchBox__close,
.SearchBox__submit {
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: transparent;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  outline: none;
  cursor: pointer;
  -moz-osx-font-smoothing: inherit;
  -webkit-font-smoothing: inherit;
  -webkit-appearance: none;
}
.SearchBox__submit {
  order: -1;
  margin-left: -6px;
  background-image: url(icons/search/primary.svg);
  background-size: 25px auto;
}
.SearchBox__close {
  background-image: url(icons/cross/dark.svg);
  background-size: 16px auto;
}
@media (min-width: 48em) {
  .SearchBox__close {
    margin-right: -4px;
  }
}
.Login__dropdown .LinkDropdown__button:before,
.Login__link:before {
  content: "";
  order: 1;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(icons/user/dark.svg);
  background-size: contain;
}
@media (max-width: 47.99em) {
  .Login__dropdown .LinkDropdown__button:before,
  .Login__link:before {
    width: 20px;
    height: 20px;
    background-image: url(icons/user/primary.svg);
  }
}
.Login__link {
  padding-left: 15px;
  padding-right: 22.5px;
}
.Login__link .Button__label {
  display: flex;
}
@media (min-width: 48em) {
  .Login__link {
    margin-right: 10px;
  }
}
@media (max-width: 47.99em) {
  .Login__link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .Login__link .Button__label {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
  }
}
.Login__dropdown .Button__label {
  display: flex;
}
.Login__dropdown .Button__label strong {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 250px;
  white-space: nowrap;
  margin-left: 0.5em;
}
@media (max-width: 47.99em) {
  .Login__dropdown .LinkDropdown__button {
    justify-content: center;
  }
  .Login__dropdown .LinkDropdown__button:after {
    display: none;
  }
  .Login__dropdown .LinkDropdown__button .Button__label {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
  }
}
.Login__controls {
  display: flex;
  align-items: stretch;
}
@media (min-width: 48em) {
  .Login__controls {
    margin-right: -10px;
  }
  .Login__controls .Button__label {
    position: absolute;
    right: 100%;
    height: 100%;
    align-items: center;
    padding-left: 15px;
    white-space: nowrap;
  }
}
@media (min-width: 48em) and (-ms-high-contrast: active),
  (min-width: 48em) and (-ms-high-contrast: none) {
  .Login__controls .Button__label {
    top: 0;
    min-width: 25vw;
    justify-content: flex-end;
  }
}
@media (max-width: 47.99em) {
  .Login__controls {
    position: fixed;
    right: 95px;
    top: 15px;
    align-items: center;
    height: 40px;
  }
}
.Footer {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 545px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  background-color: #f5f3eb;
  border-top: 1px solid #cfcfcf;
}
@media (max-width: 47.99em) {
  .Footer {
    font-size: 0.75rem;
  }
}
.Footer__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 64.0525em) {
  .Footer__header {
    flex-direction: column;
  }
}
@media (min-width: 64.0625em) {
  .Footer__header {
    flex-direction: row;
    align-items: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #cfcfcf;
  }
}
@media (min-width: 48em) {
  .Footer__social {
    margin-left: auto;
  }
}
.Footer__content {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 60px 30px 30px;
}
@media (max-width: 47.99em) {
  .Footer__content {
    padding: 30px 20px;
  }
}
.Footer__columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 48em) {
  .Footer__columns {
    margin: 60px -10px;
  }
}
.Footer__column {
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 47.99em) {
  .Footer__column {
    width: calc(50% - 10px);
    margin: 10px 0 30px;
    padding: 0;
  }
  .Footer__column:first-of-type {
    order: 1;
  }
  .Footer__column:last-of-type {
    order: 2;
  }
}
@media (min-width: 48em) {
  .Footer__column {
    width: 25%;
  }
}
.Footer__heading {
  margin-bottom: 15px;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 47.99em) {
  .Footer__heading {
    font-size: 0.9375rem;
  }
}
.Footer__items {
  display: flex;
  flex-direction: column;
  list-style: none;
}
@media (max-width: 47.99em) {
  .Footer__items {
    line-height: 1.3333333333;
  }
}
.Footer__item {
  margin: 5px 0;
}
.Footer__link {
  padding: 5px 0;
}
a.Footer__link:hover {
  color: #93645d;
}
.Footer__address,
.Footer__phone {
  margin-bottom: 1em;
}
.Footer__phone a {
  color: inherit;
  text-decoration: none;
}
.Footer__phone a:focus,
.Footer__phone a:hover {
  text-decoration: underline;
}
.Footer__notes {
  line-height: 1.2;
}
.Footer__socialLinks {
  display: flex;
  align-items: center;
}
@media (max-width: 64.0525em) {
  .Footer__socialLinks {
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 64.0625em) {
  .Footer__socialLinks {
    margin-left: auto;
  }
}
.Footer__socialLink {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 64.0525em) {
  .Footer__socialLink {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.Footer__socialLink img {
  width: 22px;
  height: 22px;
  -webkit-filter: invert(0.76);
  filter: invert(0.76);
}
.Footer__socialLink svg path {
  fill: #3e3e3e;
}
.Footer__disclaimer {
  margin-top: 45px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  line-height: 1.2;
  color: #959595;
  border-top: 1px solid #cfcfcf;
}
@media (min-width: 48em) {
  .Footer__disclaimer {
    margin-top: 0;
    padding-top: 30px;
  }
}
@media (max-width: 47.99em) {
  .Footer__disclaimer {
    margin: 20px -20px 0;
    padding: 30px 20px 0;
  }
}
.Footer__disclaimer a {
  text-decoration: underline;
}
.Footer__disclaimer a:hover {
  text-decoration: none;
  color: #93645d;
}
.PrimaryNavigation {
  position: relative;
  z-index: 199;
  display: flex;
  height: 80px;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px rgba(0, 0, 0, 0.13);
  transition: 0.3s;
}
@media (max-width: 47.99em) {
  .PrimaryNavigation {
    height: 70px;
    padding-left: 0;
  }
}
@media (min-width: 48em) {
  .has--lightbox--open .PrimaryNavigation {
    height: 50px;
  }
}
@media (min-width: 48em) {
  .PrimaryNavigation__open {
    display: none;
  }
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__open {
    order: 2;
    display: flex;
    align-items: center;
  }
}
.PrimaryNavigation__open.PrimaryNavigation__links--empty {
  display: none;
}
.PrimaryNavigation__openButton {
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: transparent;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  outline: none;
  cursor: pointer;
  -moz-osx-font-smoothing: inherit;
  -webkit-font-smoothing: inherit;
  -webkit-appearance: none;
  background-image: url(icons/icon-menu.svg);
  background-size: 20px auto;
}
.PrimaryNavigation.open .PrimaryNavigation__openButton {
  background-image: url(icons/cross/dark.svg);
}
.PrimaryNavigation__logo {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__logo {
    width: 125px;
    margin-left: 5px;
  }
}
@media (min-width: 48em) {
  .PrimaryNavigation__logo {
    width: 160px;
    margin-left: 15px;
  }
}
.PrimaryNavigation__logo .PrimaryNavigation__logoImg {
  display: block;
  width: 100%;
  height: calc(100% - 15px);
  margin: 7.5px 0;
  object-fit: contain;
  object-position: left center;
  transition: 0.3s ease;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .PrimaryNavigation__logo .PrimaryNavigation__logoImg {
    position: absolute;
    left: 0;
    top: 50%;
    height: auto;
    max-height: calc(100% - 15px);
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .has--lightbox--open .PrimaryNavigation__logo .PrimaryNavigation__logoImg {
    width: auto;
  }
}
.PrimaryNavigation__content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}
.PrimaryNavigation__items {
  align-items: center;
  display: flex;
  margin-left: auto;
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__items--active {
    display: flex;
  }
}
.PrimaryNavigation__links {
  display: flex;
}
@media (min-width: 48em) {
  .PrimaryNavigation__links {
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__links {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 1;
    left: 100%;
    top: 70px;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 70px);
    padding: 0 30px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .PrimaryNavigation.open .PrimaryNavigation__links {
    left: 0;
    opacity: 1;
  }
}
.PrimaryNavigation__links--empty .PrimaryNavigation__links {
  display: none;
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__links--active {
    display: flex;
  }
}
.PrimaryNavigation__link {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.875rem;
}
@media (min-width: 64.0625em) {
  .PrimaryNavigation__link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PrimaryNavigation__link:focus,
  .PrimaryNavigation__link:hover {
    color: #93645d;
  }
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__link:focus {
    color: #93645d;
  }
}
@media (min-width: 48em) {
  .PrimaryNavigation__link {
    min-height: 30px;
  }
}
@media (min-width: 48em) and (max-width: 64.0525em) {
  .PrimaryNavigation__link {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__link {
    height: auto;
    min-height: 84px;
    padding: 30px 15px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    border-bottom: 1px solid rgba(72, 72, 72, 0.2);
  }
}
.PrimaryNavigation__link--active {
  color: #93645d;
  cursor: default;
}
.PrimaryNavigation__link--highlighted {
  color: #fff;
  background-color: #93645d;
}
.PrimaryNavigation__link--highlighted.PrimaryNavigation__link--active,
.PrimaryNavigation__link--highlighted:active,
.PrimaryNavigation__link--highlighted:focus,
.PrimaryNavigation__link--highlighted:hover {
  text-decoration: underline;
  color: #fff;
}
@media (min-width: 48em) {
  .PrimaryNavigation__link--highlighted
    + .PrimaryNavigation__link--highlighted {
    margin-left: 15px;
  }
  .PrimaryNavigation__link--highlighted:last-child {
    margin-right: 15px;
  }
}
.PrimaryNavigation__link--dropdown {
  cursor: pointer;
}
@media (min-width: 48em) {
  .PrimaryNavigation__link--dropdown {
    background-image: url(icons/chevron-down/dark.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    padding-right: 30px;
  }
  .PrimaryNavigation__link--dropdown.PrimaryNavigation__link--active {
    background-image: url(icons/chevron-up/dark.svg);
  }
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__link--dropdown {
    background-image: url(icons/plus/primary-large.svg);
    background-repeat: no-repeat;
    background-position: right 0 top 50%;
    position: relative;
  }
  .PrimaryNavigation__link--dropdown:after {
    content: "";
    display: block;
    background: #93645d;
    height: 0;
    position: absolute;
    bottom: -1px;
    left: -30px;
    right: -30px;
    transition: all 0.3s ease;
  }
  .PrimaryNavigation__link--dropdown.PrimaryNavigation__link--active {
    background-image: url(icons/minus/primary-large.svg);
  }
  .PrimaryNavigation__link--dropdown.PrimaryNavigation__link--active:after {
    height: 3px;
  }
}
@media (min-width: 48em) {
  .PrimaryNavigation__close {
    display: none;
  }
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__close {
    background-image: url(icons/cross.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
  }
  .PrimaryNavigation__close span {
    display: none;
  }
}
.PrimaryNavigation__search {
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 10px;
}
@media (min-width: 48em) {
  .PrimaryNavigation__search {
    border-left: 1px solid #ececec;
  }
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__search {
    padding-left: 0;
    padding-right: 0;
  }
}
.PrimaryNavigation__searchButton {
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: transparent;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  outline: none;
  cursor: pointer;
  -moz-osx-font-smoothing: inherit;
  -webkit-font-smoothing: inherit;
  -webkit-appearance: none;
  background-image: url(icons/search/primary.svg);
  background-size: 20px auto;
  color: #93645d;
  text-indent: -999em;
}
@media (min-width: 48em) {
  .PrimaryNavigation__dropdown {
    position: fixed;
    z-index: 198;
    left: 0;
    right: 0;
    top: 120px;
    display: flex;
    min-height: 200px;
    background-color: #fff;
    border-top: 1px solid #dcdcdc;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.13);
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: 0.3s;
  }
  .PrimaryNavigation__link--active + .PrimaryNavigation__dropdown {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .PrimaryNavigation__dropdown:focus-within {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .is--subheader--absent .PrimaryNavigation__dropdown,
  .is--subheader--hidden .PrimaryNavigation__dropdown {
    top: 80px;
  }
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__dropdown {
    flex-shrink: 0;
    overflow: hidden;
    width: 100vw;
    min-height: 0;
    max-height: 0;
    margin: 0 -30px;
    padding: 0 30px;
    transition: all 0.3s ease;
  }
  .PrimaryNavigation__link--active + .PrimaryNavigation__dropdown {
    max-height: 1000px;
  }
}
@media (min-width: 48em) {
  .PrimaryNavigation__dropdownContent {
    display: flex;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__dropdownContent {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    background: #f2eded;
    border-bottom: 1px solid rgba(72, 72, 72, 0.2);
  }
}
.PrimaryNavigation__dropdownIntro {
  flex: 1;
  padding: 30px;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  line-height: 1.5;
}
@media (min-width: 48em) {
  .PrimaryNavigation__dropdownIntro {
    max-width: 50%;
  }
}
.PrimaryNavigation__dropdownIntro > p {
  font-size: 0.9375rem;
}
.PrimaryNavigation__dropdownIntro > p:last-child {
  margin: 0;
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__dropdownIntro {
    display: none;
  }
}
.PrimaryNavigation__dropdownIntro--title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 15px;
}
.PrimaryNavigation__dropdownLinks {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 30px;
  justify-content: flex-end;
  align-content: flex-start;
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__dropdownLinks {
    padding: 10px 7.5px;
  }
}
@media (min-width: 48em) {
  .PrimaryNavigation__dropdownLinks {
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 10px 25px 10px 22.5px;
  }
}
@media (min-width: 48em) and (max-width: 81.24em) {
  .PrimaryNavigation__dropdownLinks {
    padding-right: 10px;
  }
}
.PrimaryNavigation__dropdownLinks > a {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  align-content: stretch;
  width: calc(50% - 15px);
  min-width: 0;
  min-height: 50px;
  margin: 5px 7.5px;
  padding: 15px 30px;
  font-size: 1rem;
  line-height: 1;
  color: #3e3e3e;
  background: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
  transition: all 0.3s ease;
}
.PrimaryNavigation__dropdownLinks > a:last-child:nth-child(odd) {
  margin-right: 7.5px;
}
.PrimaryNavigation__dropdownLinks > a.active,
.PrimaryNavigation__dropdownLinks > a:focus,
.PrimaryNavigation__dropdownLinks > a:hover {
  color: #93645d;
  box-shadow: inset 0 -1px 0 #93645d;
}
.PrimaryNavigation__dropdownLinks > a.isCore {
  font-weight: 700;
}
@media (max-width: 29.99em) {
  .PrimaryNavigation__dropdownLinks > a {
    width: 100%;
  }
}
@media (max-width: 47.99em) {
  .PrimaryNavigation__dropdownLinks > a.active,
  .PrimaryNavigation__dropdownLinks > a:hover {
    color: #3e3e3e;
  }
}
@media (min-width: 48em) and (max-width: 64.0525em) {
  .PrimaryNavigation__dropdownLinks > a {
    font-size: 0.9375rem;
  }
}
@media (min-width: 64.0625em) and (max-width: 81.24em) {
  .PrimaryNavigation__dropdownLinks > a {
    font-size: 1rem;
  }
}
.PrimaryNavigation__dropdownLinks > a:after,
.PrimaryNavigation__dropdownLinks > a:before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
}
.PrimaryNavigation__dropdownLinks > a:before {
  left: 16px;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -11px;
  background-color: #3e3e3e;
  opacity: 0;
}
.PrimaryNavigation__dropdownLinks > a:after {
  left: -20px;
  top: 50%;
  width: 20px;
  height: 1px;
  margin-top: 4px;
  background-color: #3e3e3e;
  opacity: 0;
}
.PrimaryNavigation__dropdownLinks > a:focus,
.PrimaryNavigation__dropdownLinks > a:hover {
  padding-left: 35px;
}
.PrimaryNavigation__dropdownLinks > a:focus:after,
.PrimaryNavigation__dropdownLinks > a:focus:before,
.PrimaryNavigation__dropdownLinks > a:hover:after,
.PrimaryNavigation__dropdownLinks > a:hover:before {
  background-color: #93645d;
}
.PrimaryNavigation__dropdownLinks > a:focus:before,
.PrimaryNavigation__dropdownLinks > a:hover:before {
  top: 100%;
  margin-top: 0;
  opacity: 0;
}
.PrimaryNavigation__dropdownLinks > a:focus:after,
.PrimaryNavigation__dropdownLinks > a:hover:after {
  left: 10px;
  opacity: 1;
}
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--core:before,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable:before {
  opacity: 1;
}
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--core,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--core:focus,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--core:hover,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable:focus,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable:hover {
  box-shadow: none;
}
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--core,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable {
  color: #93645d;
  background-color: #f2eded;
}
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--core:after,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--core:before,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable:after,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable:before {
  background-color: #93645d;
}
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--core:focus,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--core:hover,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable:focus,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable:hover {
  color: #fff;
  background-color: #93645d;
}
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--core:focus:after,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--core:focus:before,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--core:hover:after,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--core:hover:before,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable:focus:after,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable:focus:before,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable:hover:after,
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable:hover:before {
  background-color: #fff;
}
.PrimaryNavigation__dropdown--capabilities
  .PrimaryNavigation__dropdownLinks
  > a.PrimaryNaviation__dropdownLink--sustainable {
  order: -1;
  width: 100%;
}
.MultiSelector {
  display: flex;
  flex-shrink: 0;
}
.MultiSelector .Button__label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 47.99em) {
  .MultiSelector {
    flex-grow: 1;
    flex-direction: column;
    justify-content: stretch;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .MultiSelector {
    flex-grow: 1;
  }
}
.LinkDropdown {
  position: relative;
}
.Footer .LinkDropdown {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.Footer .LinkDropdown + .LinkDropdown {
  margin-top: 15px;
}
@media (min-width: 48em) {
  .Footer .LinkDropdown + .LinkDropdown {
    margin-top: 0;
    margin-left: 30px;
  }
}
.LinkDropdown__button {
  position: relative;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  margin: 0;
  outline: none;
  overflow: visible;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  border: 1px solid #ececec;
  border-radius: 4px;
  transition: 0.3s;
}
.SubHeader .LinkDropdown__button {
  height: 40px;
  border: none;
}
@media (max-width: 47.99em) {
  .SubHeader .LinkDropdown__button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Footer .LinkDropdown__button {
  width: 100%;
  border-color: #cfcfcf;
}
@media (min-width: 64.0625em) {
  .Footer .LinkDropdown__button {
    width: auto;
    min-width: 210px;
  }
}
.LinkDropdown__button:focus,
.LinkDropdown__button:hover {
  color: #93645d;
}
.LinkDropdown__button:after {
  content: "";
  order: 2;
  display: block;
  width: 16px;
  height: 16px;
  margin: 3px 0 0 3px;
  background-image: url(icons/chevron-down/dark.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.25s ease-out;
}
span.LinkDropdown__button {
  pointer-events: none;
}
span.LinkDropdown__button:focus,
span.LinkDropdown__button:hover {
  color: inherit;
}
span.LinkDropdown__button:after {
  content: none;
}
.LinkDropdown__button.js-tippy-shown:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.LinkDropdown--light .LinkDropdown__button {
  padding-left: 0;
  padding-right: 0;
  color: #484848;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom-color: #ececec;
  border-radius: 0;
}
.LinkDropdown--light .LinkDropdown__button:active {
  -webkit-transform: none;
  transform: none;
}
.LinkDropdown--light .LinkDropdown__button.js-tippy-shown {
  border-bottom-color: #93645d;
}
.LinkDropdown__content > .Dropdown__options {
  display: none;
}
@media (min-width: 48em) {
  .SubHeader .LinkDropdown .tippy-box {
    -webkit-transform: translateX(-11px);
    transform: translateX(-11px);
  }
  .SubHeader .LinkDropdown .tippy-arrow {
    margin-left: 1px;
  }
}
.LanguageSelector {
  position: relative;
}
.SubHeader .LanguageSelector {
  margin-left: -15px;
}
.LanguageSelector .Button--language {
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  outline: none;
  overflow: visible;
  width: auto;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  margin: -2px 0 0;
  font-size: 0.875rem;
  color: #cfcfcf;
  font-weight: 700;
  position: relative;
  background-image: url(icons/chevron-down/mid.svg);
  background-repeat: no-repeat;
  background-position: right 11px top 19px;
}
.LanguageSelector .Button--language:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.LanguageSelector .Button--language:active,
.LanguageSelector .Button--language:hover {
  color: #f2eded;
}
.PinnedContainer {
  position: relative;
  background: #f2eded;
  overflow-anchor: none;
}
@media (max-width: 47.99em) {
  .PinnedContainer {
    padding-bottom: 69px;
  }
}
.HeroImage__container {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  background: #f2eded;
}
@media (min-width: 48em) {
  .HeroImage__container {
    height: calc(100vh - 120px);
  }
}
@media (max-width: 47.99em) {
  .HeroImage__container:target {
    height: 100vh !important;
    margin-top: -130px;
    padding-top: 130px;
  }
  @supports (display: grid) {
    .HeroImage__container:target {
      height: auto !important;
      margin-top: 0;
      padding-top: 25px;
    }
  }
}
.HeroImage__container:not(.HomeVideo__container) {
  scroll-snap-align: start;
}
@media (max-width: 47.99em) {
  .HeroImage__container {
    flex-direction: column;
    padding-top: 25px;
  }
}
.HeroImage__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.HeroImage__image.HeroImage__image--half {
  z-index: 3;
}
img.HeroImage__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 47.99em) {
  .HeroImage__image {
    position: relative;
    height: 280px;
  }
}
@media (min-width: 48em) {
  .HeroImage__image.HeroImage__image--half {
    left: 55%;
    width: 45%;
  }
}
.HeroImage__content {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s,
    -webkit-transform 0.8s ease 0.3s;
}
@media (max-width: 47.99em) {
  .HeroImage__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.HeroImage__container--contentHidden .HeroImage__content {
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
@media (min-width: 48em) {
  .HeroImage__content--light {
    color: #fff;
  }
}
.HeroImage__title {
  width: 50%;
  font-size: 3rem;
  line-height: 1.125;
}
@media (max-width: 47.99em) {
  .HeroImage__title {
    width: 100%;
    font-size: 2rem;
    line-height: 1.25;
  }
}
.HeroImage__intro {
  width: 50%;
  margin-top: 25px;
  font-size: 1.125rem;
}
@media (max-width: 47.99em) {
  .HeroImage__intro {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1rem;
  }
}
.HeroImage__captionContainer {
  position: absolute;
  z-index: 3;
  left: calc(55% - 45px);
  bottom: 60px;
  padding: 20px;
  width: 300px;
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.87);
}
@media (max-width: 47.99em) {
  .HeroImage__captionContainer {
    left: 0;
    bottom: 0;
    width: 300px;
    background: #000;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.HeroImage__captionContainer.HeroImage__captionContainer--light {
  background: hsla(0, 0%, 100%, 0.87);
}
@media (max-width: 47.99em) {
  .HeroImage__captionContainer.HeroImage__captionContainer--light {
    background: #fff;
  }
}
.HeroImage__captionHeading {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}
.HeroImage__captionHeading:before {
  content: "";
  position: relative;
  top: -0.3em;
  flex: 0 0 auto;
  display: inline-block;
  width: 15px;
  height: 1px;
  margin-right: 0.5em;
  background-color: #fff;
}
.HeroImage__captionContainer--light .HeroImage__captionHeading {
  color: #3e3e3e;
}
.HeroImage__captionContainer--light .HeroImage__captionHeading:before {
  background-color: #93645d;
}
.HeroImage__caption {
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 0.625rem;
}
.HeroImage__captionContainer--light .HeroImage__caption {
  color: #3e3e3e;
}
.HeroImage__captionCredit {
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  color: #959595;
  font-size: 0.625rem;
}
.SegmentSelect {
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100vw;
  transition: 0.55s ease-in-out;
  pointer-events: none;
}
@media (min-width: 48em) {
  .SegmentSelect {
    top: 120px;
    bottom: auto;
    left: 50%;
    width: 50%;
    max-width: 625px;
    height: calc(100vh - 120px);
  }
  .SegmentSelect.hidden {
    height: 112px;
    padding-top: 0;
  }
}
@media (max-width: 47.99em) {
  .SegmentSelect {
    height: 100%;
    max-height: 100vh;
    padding-top: 70px;
    transition: 0.55s ease-in-out;
  }
  .SegmentSelect.SegmentSelect--isStuck {
    height: 100vh;
  }
  .SegmentSelect.hidden {
    height: 70px;
    padding-top: 0;
  }
}
@media (max-width: 64.0525em) {
  .SegmentSelect {
    font-size: 0.875rem;
  }
}
@media (max-width: 47.99em) {
  .SegmentSelect.SegmentSelect--isStuck {
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
.SegmentSelect__content {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  padding: 20px;
  color: #fff;
  background: #93645d;
  transition: 0.55s ease-in-out;
  pointer-events: auto;
}
.hidden .SegmentSelect__content {
  overflow-y: hidden;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .SegmentSelect__content {
    display: block;
  }
}
@media (min-width: 48em) {
  .SegmentSelect__content {
    max-width: 443.3333333333px;
    min-height: 112px;
    max-height: 100%;
    margin-left: 30px;
    margin-right: 0;
    padding: 30px;
    background: rgba(147, 100, 93, 0.87);
  }
}
@media (max-width: 47.99em) {
  .SegmentSelect__content {
    height: 100%;
  }
  .hidden .SegmentSelect__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.SegmentSelect__content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.SegmentSelect__content::-webkit-scrollbar-thumb {
  background: #d08c61;
}
.SegmentSelect__content::-webkit-scrollbar-track {
  background: transparent;
}
.SegmentSelect__content {
  scrollbar-width: thin;
  scrollbar-color: #d08c61 transparent;
}
.SegmentSelect__heading {
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  outline: none;
  overflow: visible;
  padding: 0;
  width: auto;
  display: flex;
  flex-basis: 0px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  line-height: 1.625;
  text-align: left;
  transition: 0.55s ease-in-out;
}
@media (max-width: 47.99em) {
  .SegmentSelect__heading {
    flex-shrink: 10;
  }
}
@media (min-width: 48em) {
  .SegmentSelect__heading {
    flex-basis: auto;
    min-height: 0;
  }
}
@media (min-width: 48em) and (-ms-high-contrast: active),
  (min-width: 48em) and (-ms-high-contrast: none) {
  .SegmentSelect__heading {
    flex-basis: 50px;
  }
}
.hidden .SegmentSelect__heading {
  margin-bottom: 0;
  min-height: 70px;
}
@media (max-width: 47.99em) {
  .hidden .SegmentSelect__heading {
    flex-basis: 70px;
  }
}
@media (min-width: 48em) {
  .hidden .SegmentSelect__heading {
    min-height: 52px;
  }
}
.SegmentSelect__heading:after {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 100%;
  min-height: 16px;
  margin: 3px 0 0 10px;
  background-image: url(icons/chevron-down/white.svg);
  background-size: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.hidden .SegmentSelect__heading:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
@media (min-width: 48em) {
  .SegmentSelect__heading:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .hidden .SegmentSelect__heading:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.SegmentSelect__form {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 1;
  transition: 0.55s ease-in-out;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .SegmentSelect__form {
    flex-basis: auto;
  }
}
@media (min-width: 48em) {
  .SegmentSelect__form {
    flex-shrink: 0;
  }
}
.hidden .SegmentSelect__form {
  flex-basis: 0%;
  flex-shrink: 1;
  margin-top: 60px;
  opacity: 0;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hidden .SegmentSelect__form {
    height: 0;
  }
}
.SegmentSelect__selectors {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 0 15px;
}
.SegmentSelect__selector {
  margin: 0 0 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}
.SegmentSelect__selector:last-child {
  margin-bottom: 0;
}
.SegmentSelect__selector .Button {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 10px 0;
  color: inherit;
  border: none;
  border-radius: 0;
}
.SegmentSelect__selector .Button:after {
  content: "";
  display: block;
  width: 16px;
  margin: 3px 0 0 10px;
  background-image: url(icons/chevron-down/white.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  transition: 0.3s;
}
.SegmentSelect__selector .Button.js-tippy-shown:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.SegmentSelect__selector .Button.locked {
  cursor: default;
  pointer-events: none;
}
.SegmentSelect__selector .Button.locked:after {
  opacity: 0;
}
.SegmentSelect__radioButtons input {
  display: none;
}
.SegmentSelect__radioLabel {
  overflow: hidden;
  display: block;
  position: relative;
  max-height: 0;
  margin: 0;
  padding: 0 0 0 40px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  opacity: 0;
  transition: 0.55s ease-in-out;
}
.shown > .SegmentSelect__radioLabel {
  transition-duration: 0.55s;
  max-height: 110px;
  margin-bottom: 10px;
  opacity: 1;
}
.SegmentSelect__radioLabelDescription {
  display: block;
  font-size: 0.875em;
}
.SegmentSelect__radioLabelDescription:empty {
  display: none;
}
.SegmentSelect__radioLabel:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: 0.3s;
}
.SegmentSelect__radioLabel:after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background: #93645d;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  transition: 0.3s;
}
@media (max-width: 64.0525em) {
  .SegmentSelect__radioLabel:before {
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
  }
  .SegmentSelect__radioLabel:after {
    left: 3px;
  }
}
input:checked + .SegmentSelect__radioLabel:before {
  opacity: 1;
}
input:checked + .SegmentSelect__radioLabel:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.SegmentSelect__terms {
  overflow: hidden;
  max-height: 0;
  position: relative;
  margin: 0;
  padding: 0 0 0 40px;
  font-size: 0.875em;
  transition: 0.3s;
}
.SegmentSelect--showTerms .SegmentSelect__terms {
  max-height: 125px;
  margin-bottom: 30px;
}
.SegmentSelect__terms a:focus,
.SegmentSelect__terms a:hover {
  color: #dfd2cf;
}
.SegmentSelect__termsCheckbox {
  display: none;
}
.SegmentSelect__terms:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  opacity: 0.5;
  transition: 0.3s;
}
.SegmentSelect__terms:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 8px;
  border-left: 2px solid #93645d;
  border-bottom: 2px solid #93645d;
  -webkit-transform: rotate(0) scale(0.25);
  transform: rotate(0) scale(0.25);
  opacity: 0;
  transition: 0.3s;
}
.SegmentSelect__termsCheckbox:checked + .SegmentSelect__terms:before {
  opacity: 1;
}
.SegmentSelect__termsCheckbox:checked + .SegmentSelect__terms:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}
.SegmentSelect__button {
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  margin: 0;
  outline: none;
  overflow: visible;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 45px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  color: #93645d;
  background-color: #fff;
  background-image: url(icons/chevron-right/primary.svg);
  background-size: 18px;
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
  transition: 0.3s;
}
.SegmentSelect__button:disabled {
  opacity: 0.5;
  cursor: default;
}
.HomeVideo__container {
  position: relative;
}
@media (max-width: 47.99em) {
  .HomeVideo__container {
    align-items: flex-start;
    padding-top: 0;
  }
}
@media (min-width: 48em) {
  .HomeVideo__container--fixedHeight {
    height: calc(40vw - 120px);
    max-height: 550px;
    min-height: 350px;
  }
}
@media (min-width: 48em) and (max-width: 81.24em) {
  .HomeVideo__container .Video__button:after {
    bottom: 105px;
  }
}
.HomeVideo__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.HomeVideo__playButton {
  position: absolute;
  background: none;
  border: none;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
@media (max-width: 47.99em) {
  .HomeVideo__playButton {
    width: 78px;
    height: 65px;
    top: calc(50% - 32.5px);
    left: calc(50% - 39px);
  }
}
@media (min-width: 48em) {
  .HomeVideo__playButton {
    width: 104px;
    height: 87px;
    top: calc(50% - 43.5px);
    left: calc(50% - 52px);
  }
}
.HomeVideo__playButton > img {
  width: 100%;
  display: block;
}
.HomeVideo__playButton:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.HomeVideo__playButton:focus {
  outline: none;
}
.HomeVideo__content {
  background-color: #000;
  position: relative;
}
.HomeVideo__videoContainer {
  transition: opacity 0.25s ease-in-out;
}
.HomeVideo__overlay {
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 47.99em) {
  .HomeVideo__overlay {
    width: 100%;
    padding: 30px 45px;
    background-color: #f2eded;
  }
}
@media (min-width: 48em) {
  .HomeVideo__overlay {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in, opacity 0.5s ease-in;
    transition: transform 0.5s ease-in, opacity 0.5s ease-in,
      -webkit-transform 0.5s ease-in;
  }
  .HomeVideo__videoPlaying .HomeVideo__overlay {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    opacity: 0;
  }
}
@media (min-width: 81.25em) {
  .HomeVideo__overlay {
    height: 105px;
  }
  .HomeVideo__videoPlaying .HomeVideo__overlay {
    -webkit-transform: translateY(105px);
    transform: translateY(105px);
  }
}
@media (min-width: 48em) {
  .HomeVideo__overlayContent {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    height: 100%;
    align-items: center;
    display: flex;
  }
}
@media (max-width: 47.99em) {
  .HomeVideo__headingWrapper {
    padding-bottom: 20px;
  }
}
@media (min-width: 48em) {
  .HomeVideo__headingWrapper {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #f2eded;
    width: 50%;
    flex-shrink: 0;
    padding-left: 30px;
    padding-right: 10px;
  }
}
.HomeVideo__heading {
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 48em) {
  .HomeVideo__heading {
    background-color: #f2eded;
    font-size: 1.3125rem;
    color: #3e3e3e;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
@media (min-width: 81.25em) {
  .HomeVideo__heading {
    font-size: 1.5rem;
  }
}
.HomeVideo__descriptionWrapper {
  pointer-events: all;
}
@media (min-width: 48em) {
  .HomeVideo__descriptionWrapper {
    height: 100%;
    display: flex;
    flex: 1;
    align-items: center;
    background-color: #f2eded;
  }
}
.HomeVideo__description {
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
}
@media (max-width: 47.99em) {
  .HomeVideo__description {
    margin-bottom: 15px;
  }
}
@media (min-width: 48em) {
  .HomeVideo__description {
    overflow-y: auto;
    max-height: 100%;
    margin-right: 1px;
    padding: 10px 15px 10px 10px;
    font-size: 1rem;
    line-height: 1.625;
  }
  .HomeVideo__description::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .HomeVideo__description::-webkit-scrollbar-thumb {
    background: #d08c61;
  }
  .HomeVideo__description::-webkit-scrollbar-track {
    background: transparent;
  }
  .HomeVideo__description {
    scrollbar-width: thin;
    scrollbar-color: #d08c61 transparent;
  }
}
@media (min-width: 81.25em) {
  .HomeVideo__description {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (max-width: 47.99em) {
  .HomeVideo__timestampWrapper {
    display: none;
  }
}
@media (min-width: 48em) {
  .HomeVideo__timestampWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #804940;
  }
}
.HomeVideo__timestamp {
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 1.125rem;
}
@media (max-width: 47.99em) {
  .HomeVideo__timestamp {
    color: #93645d;
  }
}
@media (min-width: 48em) {
  .HomeVideo__timestamp {
    color: #fff;
    text-align: center;
  }
}
.FeaturedEntry {
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
}
@media (max-width: 47.99em) {
  .FeaturedEntry {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 48em) {
  .FeaturedEntry {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.TwoColumnSection .FeaturedEntry {
  justify-self: flex-start;
  margin-bottom: auto;
  padding-top: 0;
  background-color: transparent;
}
@media (min-width: 48em) {
  .TwoColumnSection .FeaturedEntry {
    padding-bottom: 0;
  }
}
.FeaturedEntry.FeaturedEntry--dark {
  background-color: #f2eded;
}
.TwoColumnSection .FeaturedEntry.FeaturedEntry--dark {
  margin: -30px;
  padding: 30px;
}
.FeaturedEntry.FeaturedEntry--darker {
  color: #fff;
  background-color: #3e3e3e;
}
.TwoColumnSection .FeaturedEntry.FeaturedEntry--darker {
  margin: -30px;
  padding: 30px;
}
.FeaturedEntry__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 48em) {
  .FeaturedEntry__wrapper {
    flex-direction: row;
  }
}
@media (max-width: 47.99em) {
  .FeaturedEntry__wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.TwoColumnSection .FeaturedEntry__wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.FeaturedEntry__image,
.FeaturedEntry__video {
  position: relative;
  flex-grow: 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 48em) {
  .FeaturedEntry__image,
  .FeaturedEntry__video {
    flex: 1;
    height: 390px;
  }
}
@media (max-width: 47.99em) {
  .FeaturedEntry__image,
  .FeaturedEntry__video {
    width: 100%;
    height: 195px;
    margin-bottom: 30px;
  }
}
@media (min-width: 48em) {
  .FeaturedEntry--imagePosition--left .FeaturedEntry__image,
  .FeaturedEntry--imagePosition--left .FeaturedEntry__video {
    order: 1;
    margin-left: 0;
    margin-right: 30px;
  }
}
.FeaturedEntry--imagePosition--right .FeaturedEntry__image,
.FeaturedEntry--imagePosition--right .FeaturedEntry__video {
  order: 2;
}
@media (min-width: 48em) {
  .FeaturedEntry--imagePosition--right .FeaturedEntry__image,
  .FeaturedEntry--imagePosition--right .FeaturedEntry__video {
    margin-left: 30px;
    margin-right: 0;
  }
}
.TwoColumnSection .FeaturedEntry__image,
.TwoColumnSection .FeaturedEntry__video {
  order: 1;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
@media (max-width: 47.99em) {
  .TwoColumnSection .FeaturedEntry__image,
  .TwoColumnSection .FeaturedEntry__video {
    width: calc(100% + 90px);
    min-height: 195px;
    margin-left: -45px;
    margin-right: -45px;
  }
}
@media (min-width: 48em) {
  .TwoColumnSection .FeaturedEntry__image,
  .TwoColumnSection .FeaturedEntry__video {
    min-height: 350px;
  }
}
.FeaturedEntry__mention {
  order: -1;
  display: block;
  margin-bottom: -10px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  font-size: 0.875rem;
  color: #93645d;
  text-transform: uppercase;
}
@media (max-width: 47.99em) {
  .FeaturedEntry__mention {
    margin-bottom: -5px;
  }
}
.TwoColumnSection .FeaturedEntry__mention {
  margin-bottom: 0;
  padding-top: 0;
}
.FeaturedEntry--darker .FeaturedEntry__mention {
  color: inherit;
}
.FeaturedEntry__text {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}
@media (min-width: 48em) {
  .FeaturedEntry__text {
    flex: 1;
  }
}
@media (max-width: 47.99em) {
  .FeaturedEntry__text {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }
}
.FeaturedEntry--imagePosition--left .FeaturedEntry__text {
  order: 2;
}
@media (min-width: 48em) {
  .FeaturedEntry--imagePosition--left .FeaturedEntry__text {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media (min-width: 48em) {
  .FeaturedEntry--imagePosition--right .FeaturedEntry__text {
    order: 1;
    margin-left: 0;
    margin-right: 30px;
  }
}
@media (max-width: 47.99em) {
  .FeaturedEntry--imagePosition--right .FeaturedEntry__text {
    order: 2;
  }
}
.TwoColumnSection .FeaturedEntry__text {
  order: 2;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .TwoColumnSection .FeaturedEntry__text {
    max-width: 100%;
    flex: auto;
  }
}
.FeaturedEntry__heading {
  padding: 10px 0;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 1.25;
}
.FeaturedEntry__subHeading {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  font-size: 1.1875rem;
  max-width: 360px;
}
.FeaturedEntry__content {
  padding: 15px 0;
  font-size: 1.125rem;
}
.TwoColumnSection .FeaturedEntry__content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding-top: 0;
  padding-bottom: 0;
}
.FeaturedEntry--darker .FeaturedEntry__content {
  color: inherit;
}
.SectionHeader__heading {
  display: flex;
  align-items: baseline;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}
.SectionHeader__heading:last-child {
  margin-bottom: 45px;
}
.SectionHeader__heading:before {
  content: "";
  position: relative;
  top: -0.3em;
  flex: 0 0 auto;
  display: inline-block;
  width: 1.25em;
  height: 1px;
  margin-right: 0.5em;
  background-color: #93645d;
}
.Theme--mega .SectionHeader__heading:before {
  background-color: #bf8744;
}
.SectionHeader__introduction {
  font-size: 1.125rem;
  padding-bottom: 45px;
}
@media (min-width: 64.0625em) {
  .SectionHeader__introduction {
    max-width: 580px;
  }
}
.TwoColumnSection .SectionHeader__introduction {
  padding-bottom: 30px;
}
.SectionHeader__introduction a {
  text-decoration: underline;
  transition: 0.3s;
}
.SectionHeader__introduction a:focus,
.SectionHeader__introduction a:hover {
  color: #93645d;
  text-decoration: none;
}
.Theme--mega .SectionHeader__introduction a:focus,
.Theme--mega .SectionHeader__introduction a:hover {
  color: #bf8744;
}
.FullWidthBannerWithText__content .SectionHeader a,
.SectionHeader .FullWidthBannerWithText__content a,
.SectionHeader .LinkAction {
  margin-top: -10px;
}
.FullWidthBannerWithText__content .SectionHeader a:last-child,
.SectionHeader .FullWidthBannerWithText__content a:last-child,
.SectionHeader .LinkAction:last-child {
  margin-bottom: 30px;
}
.SectionHeader__image {
  margin-top: 30px;
}
.SectionHeader__logo {
  padding-top: 33px;
}
.SectionHeader__logo > img {
  width: 115px;
  max-height: 36px;
}
.TileGrid {
  transition: 0.8s ease-out;
}
.TileGrid.TileGrid--folding {
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
}
.TileGrid__content {
  position: relative;
  padding-bottom: 0;
  overflow-anchor: none;
}
@media (min-width: 48em) {
  .TileGrid__content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 47.99em) {
  .TileGrid__content {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.TileGrid__content.fade-out {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.TileGrid__content.fading-out {
  opacity: 0;
}
.TileGrid__content.fade-in {
  opacity: 0;
  -webkit-animation: fadeInFromNone 0.4s ease-out;
  animation: fadeInFromNone 0.4s ease-out;
}
.TileGrid__tiles {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  min-height: 400px;
  margin-bottom: 30px;
  list-style: none;
}
@media (min-width: 48em) and (max-width: 64.0525em) {
  .TileGrid__tiles {
    min-height: 425px;
  }
}
@media (min-width: 64.0625em) {
  .TileGrid__tiles {
    min-height: 475px;
  }
}
.TileGrid__tiles:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(180deg, #f2eded, transparent);
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  opacity: 0;
  pointer-events: none;
  transition: 0.55s ease;
}
.TileGrid--empty .TileGrid__tiles:after {
  opacity: 1;
}
.Tile__item {
  overflow: hidden;
  display: flex;
  max-height: 575px;
  flex-direction: column;
  flex: 1 1 auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}
@media (max-width: 47.99em) {
  .Tile__item {
    padding-left: 0;
    padding-right: 0;
  }
}
.TileGrid--animated .Tile__item {
  transition: all 0.8s ease-out;
}
.TileGrid--folding .Tile__item {
  transition-timing-function: ease-in-out;
}
.Tile__item--hidden {
  max-height: 0;
  padding-bottom: 0;
}
@media (min-width: 64.0625em) {
  .Tile__item {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 48em) and (max-width: 64.0525em) {
  .Tile__item {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 47.99em) {
  .Tile__item {
    width: 100%;
  }
}
@media print {
  .Tile__item {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Tile__item .Tile__content {
  padding-bottom: 30px;
}
.TileGrid__actions {
  overflow: hidden;
  position: relative;
  display: flex;
  max-height: 100px;
  margin-top: -30px;
  justify-content: center;
}
@media (max-width: 47.99em) {
  .TileGrid__actions {
    margin-top: -30px;
  }
}
@media print {
  .TileGrid__actions {
    display: none;
  }
}
.TileGrid--animated .TileGrid__actions {
  transition: all 0.3s ease-out;
}
.TileGrid--complete .TileGrid__actions {
  margin-top: 0;
  max-height: 0;
}
.TileGrid__action {
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  margin: 0;
  outline: none;
  overflow: visible;
  width: auto;
  padding: 30px 47.5px 30px 15px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  color: #93645d;
  background-image: url(icons/plus-circle/primary.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  transition: all 0.3s ease;
}
.TileGrid__action:focus,
.TileGrid__action:hover {
  color: #804940;
}
.TileGrid__action:disabled {
  opacity: 0.75;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.TileGrid--loading .TileGrid__action {
  opacity: 0.1;
}
.TileGrid__loading {
  display: block;
  position: absolute;
  top: calc(50% - 40px);
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.TileGrid--loading .TileGrid__loading {
  opacity: 1;
}
.TileGrid__loading div {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
  border-radius: 50%;
  background: #93645d;
  border: 2px solid #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.TileGrid__loading div:first-child,
.TileGrid__loading div:nth-child(2) {
  left: calc(50% - 24px);
}
.TileGrid__loading div:first-child {
  -webkit-animation: TileGrid__loading1 0.6s infinite;
  animation: TileGrid__loading1 0.6s infinite;
}
.TileGrid__loading div:nth-child(2),
.TileGrid__loading div:nth-child(3) {
  -webkit-animation: TileGrid__loading2 0.6s infinite;
  animation: TileGrid__loading2 0.6s infinite;
}
.TileGrid__loading div:nth-child(3) {
  left: 50%;
}
.TileGrid__loading div:nth-child(4) {
  left: calc(50% + 24px);
  -webkit-animation: TileGrid__loading3 0.6s infinite;
  animation: TileGrid__loading3 0.6s infinite;
}
@-webkit-keyframes TileGrid__loading1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes TileGrid__loading1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes TileGrid__loading3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes TileGrid__loading3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes TileGrid__loading2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(24px);
    transform: translate(24px);
  }
}
@keyframes TileGrid__loading2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(24px);
    transform: translate(24px);
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0.01;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0.01;
  }
  to {
    opacity: 1;
  }
}
.TileGridControls {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 69px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -45px 10px;
  padding: 0 5px;
  background: #fff;
  transition: 0.3s;
}
@media (max-width: 47.99em) {
  .TileGridControls.TileGridControls__mobileControls--show-filter,
  .TileGridControls.TileGridControls__mobileControls--show-search {
    padding-bottom: 20px;
  }
}
@media (min-width: 48em) and (max-width: 64.0525em) {
  .TileGridControls {
    justify-content: flex-end;
  }
}
@media (min-width: 48em) {
  .TileGridControls {
    top: 119px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 5px 10px 20px;
  }
  .is--subheader--absent .TileGridControls,
  .is--subheader--hidden .TileGridControls {
    top: 79px;
  }
}
.FullWidthBannerWithText
  + .SectionContainer
  > .SectionContainer__content
  > .TileGridControls {
  margin-top: -15px;
}
@media (min-width: 48em) {
  .FullWidthBannerWithText
    + .SectionContainer
    > .SectionContainer__content
    > .TileGridControls {
    margin-top: -95px;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .FullWidthBannerWithText
    + .SectionContainer
    > .SectionContainer__content
    > .TileGridControls.TileGridControls--static {
    position: relative;
    top: -95px;
  }
}
.TileGridControls--sticky {
  box-shadow: 0 1px rgba(0, 0, 0, 0.13), 0 5px 10px 5px rgba(0, 0, 0, 0.13);
}
@media (min-width: 48em) {
  .TileGridControls--sticky {
    box-shadow: 0 1px rgba(0, 0, 0, 0.13);
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .TileGridControls--sticky {
    position: fixed;
    width: 1230px;
    max-width: calc(100% - 20px);
    margin-top: 0 !important;
  }
}
.TileGridControls--static {
  position: static;
}
.TileGridControls__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 100%;
  margin: 0 10px;
  transition: 0.8s ease-out;
}
@media (min-width: 48em) and (max-width: 64.0525em) {
  .TileGridControls__item {
    flex-basis: calc(50% - 20px);
  }
}
@media (min-width: 64.0625em) {
  .TileGridControls__item {
    flex-basis: calc(33.33333% - 20px);
  }
}
.TileGridControls__mobileControls {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-basis: 100%;
  margin: 0 10px 1px;
  transition: 0.3s;
}
.TileGridControls__mobileControls--show-filter
  .TileGridControls__mobileControls,
.TileGridControls__mobileControls--show-search
  .TileGridControls__mobileControls {
  box-shadow: 0 1px rgba(0, 0, 0, 0.13);
}
@media (min-width: 48em) {
  .TileGridControls__mobileControls {
    display: none;
  }
}
.TileGridControls__tab {
  flex-basis: calc(50% - 15px);
  height: 60px;
  margin: 0 0 -1px 15px;
  padding: 0;
  text-align: left;
  color: #93645d;
  background: transparent;
  border: none;
  transition: 0.3s;
}
.TileGridControls__tab:first-child {
  margin-left: 0;
}
.TileGridControls__mobileControls--show-filter .TileGridControls__tab--filter,
.TileGridControls__mobileControls--show-search .TileGridControls__tab--search {
  box-shadow: inset 0 -4px 0 -1px #93645d;
}
.TileGridControls__close {
  position: relative;
  z-index: 1;
  right: 1px;
  width: 45px;
  margin-right: -15px;
  background: transparent;
  background-image: url(icons/chevron-down/dark.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  border: none;
  opacity: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  pointer-events: none;
  transition: 0.3s;
}
.TileGridControls__tab + .TileGridControls__close {
  margin-left: -45px;
}
.TileGridControls__mobileControls--show-filter .TileGridControls__close--filter,
.TileGridControls__mobileControls--show-search
  .TileGridControls__close--search {
  opacity: 1;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  pointer-events: all;
}
.TileGridControls__filterTitle {
  margin-right: 10px;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media (max-width: 47.99em) {
  .TileGridControls__filterTitle {
    display: none;
  }
}
.TileGridControls__filterDropdown {
  flex-basis: 100%;
  font-size: 1rem;
}
.TileGridControls__filterDropdown .LinkDropdown__button {
  height: 60px;
  font-size: inherit;
}
.TileGridControls__filterDropdown .LinkDropdown__button:after {
  background-size: 20px;
}
.TileGridControls__filterDropdown .tippy-box {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.TileGridControls__filterDropdown .Dropdown__options {
  min-width: 0;
  max-height: 450px;
}
.TileGridControls__filterDropdown .Dropdown__option {
  min-height: 0;
  padding: 10px 20px;
  font-size: 1rem;
}
.TileGridControls__search {
  position: relative;
}
.TileGridControls__search:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 20px;
  height: 60px;
  background-image: url(icons/search/primary.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px auto;
  pointer-events: none;
}
.TileGridControls__searchTerm {
  flex-basis: 100%;
  height: 60px;
  padding: 0 30px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  color: #484848;
  border: none;
  border-bottom: 1px solid #ececec;
  transition: 0.3s;
}
.TileGridControls__searchTerm::-webkit-input-placeholder {
  color: #959595;
}
.TileGridControls__searchTerm::-moz-placeholder {
  color: #959595;
}
.TileGridControls__searchTerm::placeholder {
  color: #959595;
}
.TileGridControls__searchTerm::-ms-clear {
  display: none;
}
.TileGridControls__searchTerm:focus {
  outline: none;
  border-bottom-color: #93645d;
}
.TileGridControls__searchClear {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 60px;
  background-color: transparent;
  background-image: url(icons/cross/primary.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px;
  border: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: rotate(90deg) scale(0.25);
  transform: rotate(90deg) scale(0.25);
  transition: 0.3s;
}
@media (max-width: 47.99em) {
  .TileGridControls__searchClear {
    margin-right: -2px;
  }
}
.TileGridControls__search--active .TileGridControls__searchClear {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.TileGridSearchResults {
  display: flex;
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0;
  transition: 0.3s;
}
.TileGridSearchResults__container {
  display: flex;
  flex-direction: column;
}
.TileGridSearchResults__noResults,
.TileGridSearchResults__results {
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
}
.TileGridSearchResults__term {
  font-weight: 700;
  color: #484848;
}
.TileGridControls__search--results-active .TileGridSearchResults {
  opacity: 1;
}
@media (max-width: 64.0525em) {
  .TileGridControls__search--results-active .TileGridSearchResults {
    margin-top: 15px;
    margin-bottom: -5px;
  }
}
.TileGridControls__search--results-active.TileGridControls__search--has-results
  .TileGridSearchResults__results,
.TileGridControls__search--results-active:not(.TileGridControls__search--has-results)
  .TileGridSearchResults__noResults {
  min-height: 1.1em;
  max-height: 60px;
  margin-bottom: -5px;
  padding-bottom: 5px;
}
@media (max-width: 47.99em) {
  .TileGridControls__filter {
    display: none;
  }
  .TileGridControls__mobileControls--show-filter .TileGridControls__filter {
    display: flex;
  }
}
@media (max-width: 47.99em) {
  .TileGridControls__search,
  .TileGridControls__searchResults {
    display: none;
  }
  .TileGridControls__mobileControls--show-search .TileGridControls__search,
  .TileGridControls__mobileControls--show-search
    .TileGridControls__searchResults {
    display: flex;
  }
}
.Tile {
  position: relative;
  display: block;
  page-break-inside: avoid;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.Tile:focus,
.Tile:hover {
  text-decoration: none;
  color: #93645d;
}
.Tile .highlight {
  padding: 3px 0;
  color: #3e3e3e;
  background-color: #e4bda5;
  box-shadow: 0 0 5px #e4bda5;
  text-shadow: 0 1px 0 #fff;
}
.Tile.is--contrasted {
  background-color: #f2eded;
}
.Tile.is--contrasted .highlight {
  background-color: hsla(0, 0%, 100%, 0.87);
  box-shadow: none;
}
.Tile.is--contrasted .Tile__token {
  color: inherit;
  background-color: #f2eded;
}
.Tile.Tile--fund {
  background-color: #f2eded;
}
.Tile__item .Tile {
  height: 100%;
  width: 100%;
  flex-grow: 1;
}
.Tile__header,
.Tile__imageContainer {
  position: relative;
  width: 100%;
}
@media (min-width: 48em) {
  .Tile__header,
  .Tile__imageContainer {
    padding-top: 56.25%;
    height: 0;
  }
}
@media (max-width: 47.99em) {
  .Tile__header,
  .Tile__imageContainer {
    min-height: 165px;
  }
}
.Tile__header .Tile__content {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.Tile__header .Tile__heading {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.Tile__content {
  position: relative;
  padding: 20px 0;
}
.is--contrasted .Tile__content,
.Tile--fund .Tile__content {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 47.99em) {
  .is--contrasted .Tile__content,
  .Tile--fund .Tile__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.Tile__token {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 10px 15px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #93645d;
}
.Tile__imageContainer {
  background-color: #f2eded;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Tile__imageContainer {
    overflow: hidden;
  }
}
.Tile__imageContainer > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.is--locked .Tile__imageContainer:after,
.with--video .Tile__imageContainer:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 10px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.13);
}
.with--video .Tile__imageContainer:before {
  left: 10px;
  background-image: url(icons/arrow-small-right/dark.svg);
  background-position: 55% 50%;
}
.is--locked .Tile__imageContainer:after {
  right: 10px;
  background-image: url(icons/lock/dark.svg);
  background-size: 16px;
}
.is--locked.is--contrasted .Tile__imageContainer:after {
  background-color: #f2eded;
}
.Tile__image {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Tile__image {
    left: 50%;
    top: 50%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.Tile__heading {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 15px;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Tile__heading {
    max-height: 110px;
  }
}
.Tile__badge {
  display: inline-block;
  font-size: 0.75em;
  font-style: normal;
  white-space: nowrap;
  vertical-align: text-top;
}
.Tile__subheading {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.Tile__subheading img {
  width: auto;
  height: 20px;
  margin-right: 7.5px;
  margin-top: -2px;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Tile__subheading img {
    min-width: 20px;
  }
}
.Tile__asOf {
  margin-left: auto;
}
.Tile__summary {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Tile__summary {
    max-height: 125px;
  }
}
.has--author .Tile__summary {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .has--author .Tile__summary {
    max-height: 75px;
  }
}
.Tile__writtenBy {
  margin-top: 15px;
}
.Tile__author + .Tile__author:before {
  content: ", ";
}
.Tile__value {
  margin-bottom: 15px;
  font-size: 2rem;
  color: #804940;
}
.Tile__subheading + .Tile__value {
  margin-top: -15px;
}
.Tile__subheading + .Tile__date {
  margin-top: -10px;
}
.Tile__currency,
.Tile__diff {
  font-size: 0.6em;
  white-space: nowrap;
  color: #3e3e3e;
}
.PersonTile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  text-align: center;
  page-break-inside: avoid;
}
.PersonTile__item .PersonTile {
  height: 100%;
  width: 100%;
  flex-grow: 1;
  padding-bottom: 30px;
}
.PersonTile__imageContainer {
  overflow: hidden;
  position: relative;
  height: 0;
  background: #cfcfcf linear-gradient(90deg, #ececec, #cfcfcf);
  box-shadow: inset 0 0 10px #cfcfcf;
  border-radius: 50%;
}
@media (min-width: 64.0625em) {
  .PersonTile__imageContainer {
    width: calc(100% - 80px);
    padding-top: calc(100% - 80px);
  }
}
@media (max-width: 64.0525em) {
  .PersonTile__imageContainer {
    width: calc(100% - 60px);
    padding-top: calc(100% - 60px);
  }
}
.PersonTile__image,
.PersonTile__initials {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.PersonTile__initials {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
}
.PersonTile__details,
.PersonTile__jobTitle,
.PersonTile__memberOf,
.PersonTile__name {
  width: 100%;
}
.PersonTile__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: stretch;
  flex-grow: 1;
  margin-top: auto;
  padding: 15px;
}
.PersonTile__name {
  justify-self: flex-start;
  padding-bottom: 15px;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 1.3125rem;
  line-height: 1.38;
}
.PersonTile__jobTitle {
  margin-bottom: 5px;
}
.PersonTile__memberOf {
  margin-bottom: 15px;
  color: #959595;
}
.PersonTile__phone {
  margin-bottom: 5px;
}
.PersonTile__phone:focus,
.PersonTile__phone:hover {
  text-decoration: underline;
}
.PersonTile__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #93645d;
}
.PersonTile__cta:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(icons/mail/primary.svg) 50% 50% no-repeat;
  background-size: contain;
}
.OfficeInformation {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 45px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  color: #484848;
}
@media (min-width: 48em) {
  .OfficeInformation:last-child {
    padding-bottom: 90px;
  }
}
.SectionHeader + .OfficeInformation {
  margin-top: -10px;
}
.SectionContainer__content .OfficeInformation {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 48em) {
  .SectionContainer__content .OfficeInformation {
    padding-top: 0;
  }
}
@media (max-width: 47.99em) {
  .OfficeInformation {
    flex-direction: column;
    align-items: stretch;
  }
}
.OfficeInformation__map {
  margin: 0;
  padding: 0;
}
@media (max-width: 47.99em) {
  .OfficeInformation__map {
    flex-basis: 100%;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 10px;
  }
}
@media (min-width: 48em) {
  .OfficeInformation__map {
    flex-basis: calc(33.33333% - 30px);
  }
}
.OfficeInformation__mapImage {
  width: 100%;
}
.OfficeInformation__info {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 47.99em) {
  .OfficeInformation__info {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (min-width: 48em) {
  .OfficeInformation__info {
    flex-basis: 66.6666666667%;
    margin-left: 60px;
  }
}
.OfficeInformation__country,
.OfficeInformation__state {
  min-height: 40px;
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 40px;
}
@media (min-width: 48em) {
  .OfficeInformation__country,
  .OfficeInformation__state {
    flex-basis: calc(50% - 30px);
  }
}
@media (min-width: 48em) {
  .OfficeInformation__state {
    margin-left: 60px;
  }
}
.OfficeInformation__state .LinkDropdown__button {
  margin-bottom: -10px;
  font-size: inherit;
  border-bottom: 2px solid;
}
.OfficeInformation__state .LinkDropdown__button:disabled {
  cursor: default;
}
.OfficeInformation__state .LinkDropdown__button:disabled:after {
  display: none;
}
.OfficeInformation__offices {
  flex-basis: 100%;
}
.OfficeInformation__office {
  overflow: hidden;
  display: flex;
  max-height: 0;
  font-style: normal;
  opacity: 0;
  transition: 0.55s ease-in-out;
}
@media (max-width: 47.99em) {
  .OfficeInformation__office {
    flex-direction: column;
  }
}
.OfficeInformation__office--active {
  max-height: 210px;
  opacity: 1;
  transition-delay: 0.55s;
}
@media (max-width: 47.99em) {
  .OfficeInformation__office--active {
    max-height: 300px;
  }
}
@media (min-width: 48em) {
  .OfficeInformation__part {
    flex-basis: calc(50% - 30px);
  }
}
@media (max-width: 47.99em) {
  .OfficeInformation__part + .OfficeInformation__part {
    margin-top: 15px;
  }
}
@media (min-width: 48em) {
  .OfficeInformation__part + .OfficeInformation__part {
    margin-left: 60px;
  }
}
.OfficeInformation__part .Button {
  margin-top: 15px;
}
.OfficeInformation__legalName,
.OfficeInformation__phoneLabel,
.OfficeInformation__regulation,
.OfficeInformation__street {
  display: block;
}
.OfficeInformation__legalName {
  margin-bottom: 10px;
  color: #3e3e3e;
}
.OfficeInformation__regulation {
  margin-top: 10px;
  font-size: 0.875rem;
  font-style: oblique;
  color: #656565;
}
.Slider {
  position: relative;
  padding-bottom: 60px;
}
.Slider__slides {
  overflow-x: auto;
  display: flex;
  list-style: none;
}
.Slider__slides::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.Slider__slides::-webkit-scrollbar-thumb {
  background: #d08c61;
}
.Slider__slides::-webkit-scrollbar-track {
  background: transparent;
}
.Slider__slides {
  scrollbar-width: thin;
  scrollbar-color: #d08c61 transparent;
}
.Slider__slides.flickity-enabled {
  overflow-x: visible;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.Slider__slides.flickity-enabled .PersonTile__item,
.Slider__slides.flickity-enabled .Tile__item {
  min-height: 100%;
}
.Slider__slides--allShown .flickity-button,
.Slider__slides--allShown .flickity-page-dots {
  overflow: hidden;
  max-height: 0;
}
@media (min-width: 48em) {
  .Slider__slides {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 47.99em) {
  .Slider__slides {
    margin-left: -35px;
    margin-right: -35px;
  }
}
.Slider .PersonTile__item,
.Slider .Tile__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 64.0625em) {
  .Slider .Tile__item {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 48em) and (max-width: 64.0525em) {
  .Slider .Tile__item {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 47.99em) {
  .Slider .Tile__item {
    width: 100%;
  }
}
@media (min-width: 64.0625em) {
  .Slider .PersonTile__item {
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 48em) and (max-width: 64.0525em) {
  .Slider .PersonTile__item {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 30em) and (max-width: 47.99em) {
  .Slider .PersonTile__item {
    width: 50%;
  }
}
@media (max-width: 29.99em) {
  .Slider .PersonTile__item {
    width: 100%;
  }
}
.Slider .flickity-viewport {
  width: 100%;
  margin-bottom: -8px;
}
.Slider .flickity-button {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 0;
  color: #93645d;
  background-color: transparent;
  border-radius: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.Theme--mega .Slider .flickity-button {
  color: #bf8744;
}
.Slider .flickity-button.previous:active {
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}
.Slider .flickity-button.next {
  order: 1;
}
.Slider .flickity-button.next:active {
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}
.Slider .flickity-button:active {
  opacity: 1;
}
@media (max-width: 47.99em) {
  .Slider .flickity-button {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    bottom: 0;
  }
}
.Slider .flickity-button-icon {
  position: static;
  width: 66.6666666667%;
  height: 66.6666666667%;
}
.Slider .flickity-page-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  max-width: calc(100% - 120px);
  margin: 0 10px;
}
@media (max-width: 47.99em) {
  .Slider .flickity-page-dots {
    position: -webkit-sticky;
    position: sticky;
    z-index: 5;
    bottom: 0;
    min-height: 45px;
  }
  .Slider .flickity-page-dots:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100vw;
    height: 100%;
    min-height: 45px;
    background: #fff;
    box-shadow: 0 0 5px #fff;
  }
  .Theme--mega .Slider .flickity-page-dots:after {
    background-color: #fff;
    box-shadow: 0 0 5px #fff;
  }
  .SectionContainer--dark .Slider .flickity-page-dots:after {
    background-color: #f2eded;
    box-shadow: 0 0 5px #f2eded;
  }
  .Theme--mega .SectionContainer--dark .Slider .flickity-page-dots:after {
    background-color: #f5f5f5;
    box-shadow: 0 0 5px #f5f5f5;
  }
}
.Slider .flickity-page-dots .dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
}
.Slider .flickity-page-dots .dot:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.13);
  border-radius: 50%;
  transition: 0.3s;
}
.Slider .flickity-page-dots .dot.is-selected:before,
.Slider .flickity-page-dots .dot:hover:before {
  background-color: #93645d;
}
.Theme--mega .Slider .flickity-page-dots .dot.is-selected:before,
.Theme--mega .Slider .flickity-page-dots .dot:hover:before {
  background-color: #bf8744;
}
.Slider .flickity-page-dots .dot:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.HeroSlider {
  overflow: hidden;
  position: relative;
  padding: 45px 0;
  background-color: #f2eded;
}
@media (max-width: 47.99em) {
  .HeroSlider {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 120em) {
  .HeroSlider {
    margin: 0 auto;
    padding: 45px calc(50% - 960px);
  }
  .HeroSlider:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1920px;
    height: calc(100% - 70px);
    box-shadow: inset -2px 0 0 -1px rgba(0, 0, 0, 0.13),
      inset 2px 0 0 -1px rgba(0, 0, 0, 0.13), -2px 0 0 -1px #fff,
      2px 0 0 -1px #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
}
.HeroSlider__slides {
  margin-left: 0;
  margin-right: 0;
  padding-left: calc(50% - 587.5px);
  padding-right: calc(50% - 587.5px);
  list-style: none;
}
.HeroSlider__slides::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.HeroSlider__slides::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.13);
}
.HeroSlider__slides::-webkit-scrollbar-track {
  background: transparent;
}
.HeroSlider__slides {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.13) transparent;
}
.HeroSlider__slides.flickity-enabled {
  padding-left: 0;
  padding-right: 0;
}
.HeroSlider .flickity-viewport {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .HeroSlider .flickity-button {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 48em) and (min-width: 81.25em) {
  .HeroSlider .flickity-button.previous {
    left: calc(50% - 617.5px);
  }
}
@media (min-width: 48em) and (max-width: 81.24em) {
  .HeroSlider .flickity-button.previous {
    left: 7.5px;
  }
}
@media (min-width: 48em) {
  .HeroSlider .flickity-button.previous:active {
    -webkit-transform: translateX(-1px) translateY(-50%);
    transform: translateX(-1px) translateY(-50%);
  }
}
@media (min-width: 48em) and (min-width: 81.25em) {
  .HeroSlider .flickity-button.next {
    right: calc(50% - 617.5px);
  }
}
@media (min-width: 48em) and (max-width: 81.24em) {
  .HeroSlider .flickity-button.next {
    right: 7.5px;
  }
}
@media (min-width: 48em) {
  .HeroSlider .flickity-button.next:active {
    -webkit-transform: translateX(1px) translateY(-50%);
    transform: translateX(1px) translateY(-50%);
  }
}
@media (min-width: 48em) {
  .HeroSlider .flickity-page-dots {
    position: absolute;
    bottom: -22.5px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@media (min-width: 48em) and (-ms-high-contrast: active),
  (min-width: 48em) and (-ms-high-contrast: none) {
  .HeroSlider .flickity-page-dots {
    position: static;
    margin-bottom: -20px;
  }
}
@media (max-width: 47.99em) {
  .HeroSlider .flickity-page-dots:after {
    content: none;
  }
}
.HeroSlide {
  position: relative;
  height: 455px;
  min-height: 380px;
  max-height: calc(100vh - 210px);
  margin: 0;
}
@media (min-width: 81.25em) {
  .HeroSlide {
    width: 1190px;
  }
}
@media (min-width: 48em) and (max-width: 81.24em) {
  .HeroSlide {
    width: calc(100vw - 60px);
  }
}
@media (max-width: 47.99em) {
  .HeroSlide {
    width: calc(100vw - 40px);
    height: 570px;
    max-height: calc(100vh - 180px);
  }
}
.is-selected .HeroSlide {
  z-index: 5;
}
.HeroSlide__item {
  display: flex;
  flex: 0 0 auto;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .HeroSlide__item {
    display: block;
  }
}
.HeroSlide__image {
  height: 100%;
  object-position: center;
  object-fit: cover;
  background-color: #93645d;
}
@media (min-width: 64.0625em) {
  .HeroSlide__image {
    width: 67.5%;
  }
}
@media (min-width: 48em) and (max-width: 64.0525em) {
  .HeroSlide__image {
    width: calc(100% - 120px);
  }
}
@media (max-width: 47.99em) {
  .HeroSlide__image {
    width: calc(100% - 40px);
    height: 380px;
  }
}
.HeroSlide__caption {
  position: absolute;
  top: calc(50% - 190px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 315px;
  height: 380px;
  padding: 60px 25px 30px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .HeroSlide__caption {
    justify-content: flex-start;
  }
}
@media (min-width: 64.0625em) {
  .HeroSlide__caption {
    right: 12.75%;
  }
}
@media (min-width: 48em) and (max-width: 64.0525em) {
  .HeroSlide__caption {
    right: 60px;
  }
}
@media (max-width: 47.99em) {
  .HeroSlide__caption {
    right: 20px;
    top: auto;
    bottom: 3px;
    max-width: calc(100vw - 80px);
    background-color: hsla(0, 0%, 100%, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
  }
}
.flickity-enabled .HeroSlide__caption {
  opacity: 0;
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
  transition: 0.55s ease-out;
  transition-delay: 0s;
}
.is-selected .HeroSlide__caption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-duration: 0.8s;
  transition-delay: 0.55s;
}
.HeroSlide__caption ol,
.HeroSlide__caption ul {
  padding-left: 1.25em;
}
.HeroSlide__caption ol ::marker,
.HeroSlide__caption ul ::marker {
  color: #93645d;
}
.HeroSlide__caption ul {
  list-style-type: disc;
}
.HeroSlide__caption q {
  position: relative;
}
.HeroSlide__caption q:before {
  position: absolute;
  right: 100%;
}
.HeroSlide__text {
  display: flex;
  flex-direction: column;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 0.9375rem;
}
.HeroSlide__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 400;
}
.HeroSlide__description,
.HeroSlide__descriptionBis {
  margin: 0 -25px;
  padding: 0 25px;
}
.HeroSlide__description {
  -webkit-line-clamp: 8;
}
.HeroSlide__description,
.HeroSlide__descriptionBis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.HeroSlide__descriptionBis {
  -webkit-line-clamp: 4;
  margin-top: 10px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  color: #959595;
}
.HeroSlide__link {
  margin-top: auto;
}
.HeroSlide__link:last-child {
  margin-bottom: -15px;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .HeroSlide__link:last-child {
    margin-bottom: 0;
  }
}
.KeyFactsAndFigures {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  list-style: none;
}
.KeyFactsAndFigures__container {
  margin: 0 0 30px;
  padding: 15px 0 30px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  text-align: center;
  background-color: #f2eded;
}
.TwoColumnSection .KeyFactsAndFigures__container {
  flex-grow: 1;
}
.SectionContainer--dark .KeyFactsAndFigures__container {
  background-color: #fff;
}
@media (max-width: 47.99em) {
  .KeyFactsAndFigures__container {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.KeyFactsAndFigures__caption {
  font-size: 0.875rem;
  color: #959595;
}
.KeyFactsAndFigures__item {
  margin: 0;
}
@media (min-width: 64.0625em) {
  .KeyFactsAndFigures__item {
    flex: 0 0 25%;
  }
}
@media (max-width: 64.0525em) {
  .KeyFactsAndFigures__item {
    flex: 1 0 50%;
  }
}
.TwoColumnSection .KeyFactsAndFigures__item {
  flex: 1 0 50%;
}
@media (min-width: 64.0625em) {
  .TwoColumnSection--thirds
    .TwoColumnSection__column:nth-child(odd)
    .KeyFactsAndFigures__item {
    flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 64.0625em) and (-ms-high-contrast: active),
  (min-width: 64.0625em) and (-ms-high-contrast: none) {
  .TwoColumnSection--thirds
    .TwoColumnSection__column:nth-child(odd)
    .KeyFactsAndFigures__item {
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 64.0525em) {
  .TwoColumnSection--thirds
    .TwoColumnSection__column:nth-child(odd)
    .KeyFactsAndFigures__item {
    flex: 1 0 50%;
  }
}
@media (min-width: 64.0625em) {
  .TwoColumnSection--thirds
    .TwoColumnSection__column:nth-child(2n)
    .KeyFactsAndFigures__item {
    flex: 0 0 100%;
  }
}
@media (max-width: 64.0525em) {
  .TwoColumnSection--thirds
    .TwoColumnSection__column:nth-child(2n)
    .KeyFactsAndFigures__item {
    flex: 1 0 50%;
  }
}
.KeyFactOrFigure {
  margin: 0;
}
@media (min-width: 64.0625em) {
  .KeyFactOrFigure {
    padding: 30px;
  }
}
@media (max-width: 64.0525em) {
  .KeyFactOrFigure {
    padding: 15px;
  }
}
.KeyFactOrFigure__content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  height: 60px;
  line-height: 60px;
  margin-top: -10px;
  margin-bottom: -5px;
  white-space: nowrap;
  color: #93645d;
}
.KeyFactOrFigure__caption {
  font-size: 0.875rem;
}
.KeyFactOrFigure__main {
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 2.25rem;
}
.KeyFactOrFigure__main:before {
  content: "";
  font-size: 3rem;
}
.KeyFactOrFigure__main em {
  font-size: 3rem;
  font-style: normal;
}
.KeyFactOrFigure__prefix,
.KeyFactOrFigure__suffix {
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}
.CookieNotice__container {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-end;
  transition: 0.55s ease-out;
  width: 100%;
  max-height: 400px;
}
.CookieNotice__container.hide {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
}
.CookieNotice {
  background: #fff;
  border: 1px solid #cfcfcf;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
  width: 100%;
}
.CookieNotice__content {
  padding: 20px;
}
.CookieNotice__heading {
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  margin-bottom: 15px;
}
.CookieNotice__message {
  font-size: 0.75rem;
}
.CookieNotice__actions {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
}
.CookieNotice__action {
  display: flex;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.CookieNotice__action .Button__label {
  line-height: 2.5;
}
.CookieNotice__customize {
  margin-left: -20px;
}
.CookieNotice__close {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url(icons/cross/primary.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 14px;
  border: none;
}
.ListSection {
  margin-bottom: 45px;
}
.ListSection--dark {
  background-color: #f2eded;
}
@media (max-width: 47.99em) {
  .ListSection--dark {
    margin: 0 -20px 20px;
    padding: 20px;
  }
}
@media (min-width: 48em) {
  .ListSection--dark {
    margin: 0 -30px 30px;
    padding: 30px;
  }
}
.ListSection__items.limit-desk-1 .ListSection__item:nth-of-type(n + 2),
.ListSection__items.limit-desk-2 .ListSection__item:nth-of-type(n + 3),
.ListSection__items.limit-desk-3 .ListSection__item:nth-of-type(n + 4),
.ListSection__items.limit-desk-4 .ListSection__item:nth-of-type(n + 5),
.ListSection__items.limit-desk-5 .ListSection__item:nth-of-type(n + 6) {
  display: none;
}
@media (max-width: 47.99em) {
  .ListSection__items.limit-mobi-1 .ListSection__item:nth-of-type(n + 2),
  .ListSection__items.limit-mobi-2 .ListSection__item:nth-of-type(n + 3),
  .ListSection__items.limit-mobi-3 .ListSection__item:nth-of-type(n + 4),
  .ListSection__items.limit-mobi-4 .ListSection__item:nth-of-type(n + 5),
  .ListSection__items.limit-mobi-5 .ListSection__item:nth-of-type(n + 6) {
    display: none;
  }
}
.ListSection__item {
  margin-bottom: 30px;
}
.ListSection__loadMore {
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  outline: none;
  overflow: visible;
  width: auto;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 15px;
}
.ListSection__loadMoreLabel {
  font-weight: 700;
  color: #93645d;
  padding-right: 10px;
}
.ListSection__loadMoreIcon {
  color: #93645d;
  width: 25px;
  height: 25px;
  display: flex;
  border: 1px solid #93645d;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.ListSection__loadMoreIcon svg {
  display: block;
  width: 15px;
  height: 15px;
}
.ListSection__action {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.ListItem {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ListItem__content {
  display: flex;
  flex-grow: 1;
  position: relative;
}
@media (max-width: 47.99em) {
  .ListItem__content {
    flex-direction: column;
  }
}
@media (min-width: 48em) {
  .ListItem__content {
    flex-direction: row;
  }
}
.ListItem__token {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #93645d;
  padding: 11.25px 15px;
  line-height: 1;
}
.ListItem__textWrapper {
  display: flex;
  flex: 1;
}
@media (max-width: 47.99em) {
  .ListItem__textWrapper {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .ListItem__textWrapper {
    flex-direction: row;
    width: 50%;
    margin-left: 60px;
  }
}
.ListItem__text {
  border-bottom: 1px solid #ececec;
}
@media (max-width: 47.99em) {
  .ListItem__text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.ListItem__image {
  flex: 1;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  min-height: 250px;
}
@media (min-width: 48em) {
  .ListItem__image {
    width: 50%;
  }
}
.ListItem__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ListItem__heading,
.ListItem__meta {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.ListItem__byline,
.ListItem__date {
  font-weight: 300;
}
.ListItem__summary {
  font-size: 0.9375rem;
  color: #959595;
  letter-spacing: 0.18px;
  line-height: 25px;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ListItem__summary,
.ListItem__token {
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
}
.ListItem__token {
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0;
}
.FullWidthBannerWithText__content a,
.LinkAction {
  display: flex;
  align-items: center;
  align-self: flex-start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  color: #93645d;
  transition: 0.3s;
}
.FullWidthBannerWithText__content a:before,
.LinkAction:before {
  content: "";
  display: block;
  width: 1.715em;
  height: 1.715em;
  border-radius: 50%;
  background: #93645d url(icons/chevron-right/white.svg) 65% 50% no-repeat;
  background-size: 1.15em;
  transition: 0.3s;
}
.FullWidthBannerWithText__content .is--locked a:before,
.is--locked .FullWidthBannerWithText__content a:before,
.is--locked .LinkAction:before {
  background-image: url(icons/lock/white.svg);
  background-position: 50%;
}
.FullWidthBannerWithText__content a:focus:before,
.FullWidthBannerWithText__content a:hover:before,
.LinkAction:focus:before,
.LinkAction:hover:before {
  background-color: #804940;
}
.FeaturedEntry--darker .FullWidthBannerWithText__content a:before,
.FeaturedEntry--darker .LinkAction:before,
.FullWidthBannerWithText__content .FeaturedEntry--darker a:before {
  order: 2;
  background-color: #fff;
  background-image: url(icons/chevron-right/dark.svg);
}
@media (min-width: 48em) {
  .FullWidthBannerWithText__content a:last-child,
  .LinkAction:last-child {
    margin-bottom: -15px;
  }
}
.FullWidthBannerWithText__content a:focus,
.FullWidthBannerWithText__content a:hover,
.LinkAction:focus,
.LinkAction:hover {
  color: #804940;
}
.FeaturedEntry--darker .FullWidthBannerWithText__content a,
.FeaturedEntry--darker .LinkAction,
.FullWidthBannerWithText__content .FeaturedEntry--darker a {
  margin-top: 15px;
  padding-left: 15px;
  color: inherit;
  border: 1px solid;
  border-radius: 5px;
}
.FullWidthBannerWithText__content
  .TwoColumnSection
  .FeaturedEntry--darker
  a:last-child,
.TwoColumnSection
  .FeaturedEntry--darker
  .FullWidthBannerWithText__content
  a:last-child,
.TwoColumnSection .FeaturedEntry--darker .LinkAction:last-child {
  margin-bottom: 0;
}
.CallToAction {
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 1.3125rem;
  color: #fff;
  background: #93645d;
}
.CallToAction * {
  color: inherit;
}
.CallToAction p {
  margin: 0;
}
.CallToAction .Button {
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  min-width: 230px;
  margin-left: 30px;
  border-color: #fff;
}
@media (max-width: 47.99em) {
  .CallToAction .Button {
    margin-left: 0;
    margin-top: 30px;
  }
}
.CallToAction .Button:focus,
.CallToAction .Button:hover {
  background-color: #804940;
}
.CallToAction__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 45px 30px;
}
@media (max-width: 47.99em) {
  .CallToAction__content {
    flex-direction: column;
    padding: 30px 60px;
    text-align: center;
  }
}
.CallToAction__item {
  flex-grow: 1;
  margin: 0 -30px 30px;
  box-shadow: calc(50vw - 625px) 0 #192e54, calc(625px - 50vw) 0 #192e54;
}
.SideCallToAction {
  overflow: hidden;
  position: relative;
  max-height: calc(100vh - 120px);
  font-size: 0.875rem;
  color: #fff;
  background: #93645d;
  opacity: 1;
}
.SideCallToAction.active {
  transition: 0.55s ease-out;
}
.SideCallToAction.hidden {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
}
.SideCallToAction .Button,
.SideCallToAction .Form__input {
  color: inherit;
}
.SideCallToAction p {
  max-width: 100%;
  margin: 0;
}
.SideCallToAction a {
  color: inherit;
  text-decoration: underline;
}
.SideCallToAction .Button {
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  max-width: 100%;
  margin-top: 20px;
  text-decoration: none;
  border-color: #fff;
}
.SideCallToAction .Button:focus,
.SideCallToAction .Button:hover {
  background-color: #804940;
}
.SideCallToAction .Button__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SideCallToAction__title {
  margin-bottom: 20px;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  font-weight: 400;
}
.SideCallToAction__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin: -3px;
  background-color: transparent;
  background-image: url(icons/cross/white.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 14px;
  border: 0;
  cursor: pointer;
}
.SideCallToAction__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
}
.SideCallToAction__highlight {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
}
.FullWidthBannerWithText {
  min-height: 300px;
  background-color: #3e3e3e;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 81.24em) {
  .FullWidthBannerWithText {
    min-height: 260px;
  }
}
@media (max-width: 47.99em) {
  .FullWidthBannerWithText {
    min-height: 200px;
  }
}
@media (max-width: 29.99em) {
  .FullWidthBannerWithText {
    min-height: 300px;
  }
}
.FullWidthBannerWithText__content {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 60px 456.6666666667px 60px 30px;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 6px rgba(0, 0, 0, 0.3);
}
.FullWidthBannerWithText__content a {
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.75em;
  color: inherit;
}
.FullWidthBannerWithText__content a:before {
  background-color: #fff;
  background-image: url(icons/chevron-right/dark.svg);
}
@media (max-width: 81.24em) {
  .FullWidthBannerWithText__content {
    padding-right: calc(33.33333% + 40px);
    font-size: 1.3125rem;
  }
}
@media (max-width: 64.0525em) {
  .FullWidthBannerWithText__content {
    padding-right: calc(33.33333% + 25px);
  }
}
@media (max-width: 47.99em) {
  .FullWidthBannerWithText__content {
    padding: 45px;
    font-size: 1.125rem;
  }
}
.FeaturedFundList {
  margin: 0 -20px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
}
.FeaturedFundList,
.FeaturedFundList__item {
  list-style: none;
}
.FeaturedFundList__container {
  padding: 20px;
  background-color: #f2eded;
}
.SectionContainer--dark .FeaturedFundList__container {
  background-color: #fff;
}
@media (max-width: 47.99em) {
  .FeaturedFundList__container {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.TwoColumnSection .FeaturedFundList__container {
  justify-self: flex-start;
  margin-bottom: auto;
}
.FeaturedFundList__container .FullWidthBannerWithText__content a,
.FeaturedFundList__container .LinkAction,
.FullWidthBannerWithText__content .FeaturedFundList__container a {
  flex-grow: 1;
  margin-top: 5px;
  margin-bottom: -15px;
}
.FeaturedFundList__heading {
  margin-top: 0;
}
.FeaturedFundList__heading:before {
  content: none;
}
.FeaturedFundList__link {
  display: block;
  margin: -1px 0 0;
  padding: 10px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
.FeaturedFundList__link:focus,
.FeaturedFundList__link:hover {
  box-shadow: inset 5px 0 0 #93645d;
}
.FeaturedFundList:focus-within .FeaturedFundList__link,
.FeaturedFundList:hover .FeaturedFundList__link {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}
.FeaturedFundList:focus-within .FeaturedFundList__link:focus,
.FeaturedFundList:focus-within .FeaturedFundList__link:hover,
.FeaturedFundList:hover .FeaturedFundList__link:focus,
.FeaturedFundList:hover .FeaturedFundList__link:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.FeaturedFundList__itemName {
  display: block;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  color: #93645d;
}
.FeaturedFundList__itemDetail:last-of-type {
  margin-right: auto;
  padding-right: 15px;
}
.FeaturedFundList__itemDetail + .FeaturedFundList__itemDetail:before {
  content: " · ";
}
.FeaturedFundList__itemDetails {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: #959595;
}
.FeaturedFundList__info {
  white-space: nowrap;
  font-style: normal;
}
.FavoriteFunds {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 30px 30px 45px;
}
.FavoriteFunds__header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 47.99em) {
  .FavoriteFunds__header {
    flex-direction: column;
  }
}
@media (min-width: 48em) {
  .FavoriteFunds__header {
    align-items: center;
  }
}
@media (max-width: 47.99em) {
  .FavoriteFunds__header .FullWidthBannerWithText__content a,
  .FavoriteFunds__header .LinkAction,
  .FavoriteFunds__header .LinkAction:last-child,
  .FullWidthBannerWithText__content .FavoriteFunds__header a {
    margin-bottom: 10px;
  }
}
@media (min-width: 48em) {
  .FavoriteFunds__header .FullWidthBannerWithText__content a,
  .FavoriteFunds__header .LinkAction,
  .FavoriteFunds__header .LinkAction:last-child,
  .FullWidthBannerWithText__content .FavoriteFunds__header a {
    margin-bottom: 0;
    padding-right: 0;
  }
}
.FavoriteFunds__heading {
  flex-wrap: wrap;
}
.FavoriteFunds__header .FavoriteFunds__heading {
  margin-bottom: 15px;
}
.FavoriteFunds__date {
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  color: #959595;
}
@media (min-width: 48em) {
  .FavoriteFunds__date {
    position: -webkit-sticky;
    position: sticky;
    left: calc(100% - 265px);
    bottom: 30px;
    display: inline-block;
    width: 250px;
    text-align: right;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.FavoriteFunds__disclaimer {
  color: #656565;
}
@media (max-width: 47.99em) {
  .FavoriteFunds__disclaimer {
    font-size: 0.625rem;
  }
}
@media (min-width: 48em) {
  .FavoriteFunds__disclaimer {
    font-size: 0.6875rem;
  }
}
.FavoriteFunds__disclaimer + .FavoriteFunds__disclaimer,
.FavoriteFunds__tableWrapper + .FavoriteFunds__disclaimer {
  margin-top: 15px;
}
.FavoriteFunds__table {
  width: 100%;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.75rem;
  border-spacing: 0;
  border-bottom: 1px solid #ececec;
}
.FavoriteFunds__tableWrapper {
  position: relative;
  overflow-x: auto;
  max-width: 100%;
}
.FavoriteFunds__tableWrapper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.FavoriteFunds__tableWrapper::-webkit-scrollbar-thumb {
  background: #93645d;
}
.FavoriteFunds__tableWrapper::-webkit-scrollbar-track {
  background: #cfcfcf;
}
.FavoriteFunds__tableWrapper {
  scrollbar-width: thin;
  scrollbar-color: #93645d #cfcfcf;
}
@media (max-width: 47.99em) {
  .FavoriteFunds__tableWrapper {
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 47.99em) {
  .FavoriteFunds__table,
  .FavoriteFunds__table tbody,
  .FavoriteFunds__table tfoot {
    display: block;
  }
}
@media (max-width: 47.99em) {
  .FavoriteFunds__table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px;
  }
}
.FavoriteFunds__table td,
.FavoriteFunds__table th {
  text-align: left;
  vertical-align: top;
}
@media (max-width: 47.99em) {
  .FavoriteFunds__table td,
  .FavoriteFunds__table th {
    display: block;
    padding: 10px;
  }
  .FavoriteFunds__table td:before,
  .FavoriteFunds__table th:before {
    content: attr(title);
    overflow: hidden;
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
    color: #959595;
  }
}
@media (min-width: 48em) {
  .FavoriteFunds__table td,
  .FavoriteFunds__table th {
    padding: 10px 15px;
  }
}
.FavoriteFunds__table td:first-child,
.FavoriteFunds__table th:first-child {
  vertical-align: middle;
  background-color: #fff;
}
@media (max-width: 47.99em) {
  .FavoriteFunds__table td:first-child,
  .FavoriteFunds__table th:first-child {
    width: 100%;
    border-bottom: 1px solid #ececec;
  }
  .FavoriteFunds__table td:first-child:before,
  .FavoriteFunds__table th:first-child:before {
    display: none;
  }
}
@media (min-width: 48em) {
  .FavoriteFunds__table td:first-child,
  .FavoriteFunds__table th:first-child {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    left: 0;
    width: 375px;
    min-width: 350px;
    max-width: 30vw;
    border-right: 1px solid #ececec;
  }
}
@media (max-width: 47.99em) {
  .FavoriteFunds__table td:nth-child(n + 2),
  .FavoriteFunds__table th:nth-child(n + 2) {
    width: 20%;
    flex-basis: 20%;
  }
  .FavoriteFunds__table td:nth-child(n + 2):nth-child(5),
  .FavoriteFunds__table th:nth-child(n + 2):nth-child(5) {
    margin-right: 20%;
  }
}
@media (min-width: 48em) {
  .FavoriteFunds__table td:nth-child(n + 2),
  .FavoriteFunds__table th:nth-child(n + 2) {
    width: 10%;
    min-width: 90px;
    max-width: 110px;
    padding: 10px 15px;
  }
}
.FavoriteFunds__table td {
  white-space: nowrap;
}
@media (max-width: 47.99em) {
  .FavoriteFunds__table thead {
    display: none;
  }
}
.FavoriteFunds__table thead tr {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}
.FavoriteFunds__table thead th {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.FavoriteFunds__table thead .FavoriteFunds__tableInfo td,
.FavoriteFunds__table thead .FavoriteFunds__tableInfo th {
  padding-top: 0;
  padding-bottom: 10px;
  font-weight: 400;
  color: #959595;
  background-color: transparent;
  border: none;
}
@media (min-width: 48em) {
  .FavoriteFunds__table thead .FavoriteFunds__tableInfo td,
  .FavoriteFunds__table thead .FavoriteFunds__tableInfo th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    left: 350px;
  }
}
.FavoriteFunds__table tbody tr {
  cursor: pointer;
}
.FavoriteFunds__table tbody tr:nth-child(odd),
.FavoriteFunds__table tbody tr:nth-child(odd) td:first-child,
.FavoriteFunds__table tbody tr:nth-child(odd) th:first-child {
  background-color: #f2eded;
}
.FavoriteFunds__table tbody tr:nth-child(2n),
.FavoriteFunds__table tbody tr:nth-child(2n) td:first-child,
.FavoriteFunds__table tbody tr:nth-child(2n) th:first-child {
  background-color: #fff;
}
.FavoriteFunds__table tfoot td {
  padding-top: 3.3333333333px;
  padding-bottom: 3.3333333333px;
  border-top: 1px solid #ececec;
}
@media (max-width: 47.99em) {
  .FavoriteFunds__table tfoot td:first-child {
    border: 0;
  }
  .FavoriteFunds__table tfoot td:nth-child(n + 2) {
    order: -1;
    display: flex;
    flex: 1 100%;
    align-items: center;
    justify-content: flex-end;
    height: 45px;
    margin: 0 -10px;
    border-top: 0;
    border-bottom: 1px solid #ececec;
  }
}
.FavoriteFunds__table tfoot .FullWidthBannerWithText__content a,
.FavoriteFunds__table tfoot .LinkAction,
.FullWidthBannerWithText__content .FavoriteFunds__table tfoot a {
  margin: 0;
}
.FavoriteFunds__fund {
  display: block;
}
.FavoriteFunds__fundName {
  display: inline-block;
}
.FavoriteFunds__fundName:focus,
.FavoriteFunds__fundName:hover,
tr:hover .FavoriteFunds__fundName {
  color: #93645d;
  text-decoration: underline;
}
.FavoriteFunds__fundAssetClass {
  display: inline-block;
  margin-left: 5px;
  padding: 2.5px 5px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: #656565;
  background-color: hsla(0, 0%, 39.6%, 0.05);
  border-radius: 2px;
}
.FavoriteFunds__fundBench {
  color: #959595;
}
.FavoriteFunds__fundMain {
  display: block;
}
.FavoriteFunds__fundAlt {
  color: #959595;
}
.FundSearch {
  position: relative;
  z-index: 10;
  margin: 0 0 20px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
}
.FundSearch:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 65px;
  background-image: url(icons/spinner/primary.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto;
  opacity: 0;
  transition: 0.3s;
}
.FundSearch.FundSearch--loading:after {
  opacity: 1;
}
.FundSearch__button {
  position: absolute;
  top: 0;
  width: 40px;
  height: 65px;
  text-indent: -999rem;
  background: transparent 50% 50% no-repeat;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.FundSearch__button:disabled {
  opacity: 0.5;
  cursor: default;
}
.FundSearch--loading .FundSearch__button {
  opacity: 0;
}
.FundSearch__submit {
  z-index: 5;
  right: 0;
  background-image: url(icons/search/dark.svg);
  background-position: calc(50% + 1.5px) calc(50% + 1.5px);
  background-size: 22px auto;
}
.FundSearch__reset {
  right: 40px;
  background-image: url(icons/cross/mid.svg);
  background-size: 12px auto;
  opacity: 0;
  -webkit-transform: rotate(90deg) scale(0.25);
  transform: rotate(90deg) scale(0.25);
  pointer-events: none;
  transition: 0.3s;
}
.FundSearch__reset:disabled {
  opacity: 0;
}
.FundSearch--active .FundSearch__reset {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.FundSearch__input {
  display: block;
  width: 100%;
  height: 65px;
  margin: 0;
  padding: 0 80px 0 5px;
  font-size: 0.875rem;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  transition: 0.3s;
}
.FundSearch__input::-webkit-input-placeholder {
  color: #959595;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.FundSearch__input::-moz-placeholder {
  color: #959595;
  opacity: 0;
  -moz-transition: inherit;
  transition: inherit;
}
.FundSearch__input::placeholder {
  color: #959595;
  opacity: 0;
  transition: inherit;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .FundSearch__input::-webkit-input-placeholder {
    opacity: 1;
  }
  .FundSearch__input::-moz-placeholder {
    opacity: 1;
  }
  .FundSearch__input::placeholder {
    opacity: 1;
  }
}
.FundSearch__input:focus {
  border-color: #93645d;
  outline: none;
  box-shadow: inset 0 0 0 1px #93645d;
}
.FundSearch__input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.FundSearch__input:focus::-moz-placeholder {
  opacity: 1;
}
.FundSearch__input:focus::placeholder {
  opacity: 1;
}
.FundSearch__input::-ms-clear {
  display: none;
}
.FundSearch__label {
  overflow: hidden;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 5px;
  max-width: calc(100% - 45px);
  font-size: 0.875rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: linear-gradient(
    0deg,
    hsla(0, 0%, 100%, 0),
    #fff calc(50% - 2px),
    #fff calc(50% + 2px),
    hsla(0, 0%, 100%, 0)
  );
  cursor: text;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
}
.FundSearch__input:-moz-placeholder-shown + .FundSearch__label {
  top: 50%;
}
.FundSearch__input:placeholder-shown + .FundSearch__label {
  top: 50%;
}
.FundSearch__input:focus + .FundSearch__label {
  top: 0;
}
.FundSearch__labelDetail {
  color: #959595;
}
.FundSearch__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 15px;
  transition: 0.3s;
}
.FundSearch__link:focus,
.FundSearch__link:hover {
  color: #804940;
  background: #dfd2cf;
}
.FundSearch__name {
  margin-right: 5px;
}
.FundSearch__asset {
  margin-right: 5px;
  padding: 2.5px 5px;
  color: #656565;
  background-color: hsla(0, 0%, 39.6%, 0.05);
  border-radius: 2px;
}
.FundSearch__isin {
  font-size: 0.875em;
  color: #959595;
}
@media (max-width: 64.0525em) {
  .FundSearch__isin {
    width: 100%;
  }
}
@media (min-width: 64.0625em) {
  .FundSearch__isin {
    justify-self: flex-end;
    margin-left: auto;
  }
}
.FundSearch__results {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  max-height: min(350px, 50vh - 120px);
  padding: 15px 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.FundSearch__results::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.FundSearch__results::-webkit-scrollbar-thumb {
  background: #d08c61;
}
.FundSearch__results::-webkit-scrollbar-track {
  background: transparent;
}
.FundSearch__results {
  scrollbar-width: thin;
  scrollbar-color: #d08c61 transparent;
}
.FundSearch__results--footer {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
}
.tippy-box[data-placement="bottom"] .FundSearch__results--footer {
  bottom: -15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1875);
}
.tippy-box[data-placement="top"] .FundSearch__results--footer {
  top: -15px;
  margin-top: -15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1875);
}
.FundSearch__results--info {
  display: block;
  margin: 15px 15px 0;
  font-size: 0.875em;
  color: #959595;
}
.FundSearch__results--link:before {
  content: "";
  display: block;
  width: 1.715em;
  height: 1.715em;
  border-radius: 50%;
  background: #93645d url(icons/chevron-right/white.svg) 65% 50% no-repeat;
  background-size: 1.15em;
  transition: 0.3s;
}
.is--locked .FundSearch__results--link:before {
  background-image: url(icons/lock/white.svg);
  background-position: 50%;
}
.FundSearch__results--link:focus:before,
.FundSearch__results--link:hover:before {
  background-color: #804940;
}
.FeaturedEntry--darker .FundSearch__results--link:before {
  order: 2;
  background-color: #fff;
  background-image: url(icons/chevron-right/dark.svg);
}
.FundSearch__results--link:before {
  order: 1;
  margin-left: auto;
}
.FundSearch > .FundSearch__results {
  display: none;
}
.FundSearch__noResults {
  display: block;
  padding: 10px 15px;
  color: #959595;
}
.FundSearch .tippy-box {
  border: 1px solid rgba(0, 0, 0, 0.1875);
  box-shadow: none;
}
.FundSearch .tippy-box[data-placement^="top"] {
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.FundSearch .tippy-box[data-placement^="bottom"] {
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.LinkList {
  display: -ms-grid;
  -ms-grid-columns: 1fr 30px 1fr;
  display: grid;
  grid-template-rows: repeat(4, -webkit-min-content);
  grid-template-rows: repeat(4, min-content);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
  width: 100%;
  list-style: none;
  pointer-events: none;
}
@media (max-width: 29.99em) {
  .LinkList {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 81.25em) {
  .LinkList {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
.ArticleTwoColumnBlock .LinkList,
.TwoColumnSection--thirds .LinkList {
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
}
.Theme--mega .LinkList {
  row-gap: 0;
}
.LinkList__container {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.6666666667;
}
@media (min-width: 64.0625em) {
  .LinkList__container {
    font-size: 1.1875rem;
  }
}
.TwoColumnSection .LinkList__container {
  margin-top: 0;
  margin-bottom: 0;
}
.ArticleTwoColumnBlock .LinkList__container {
  font-size: 0.9375rem;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .LinkList__item {
    margin-bottom: 10px;
  }
}
.LinkList__item:nth-child(2n) {
  -ms-grid-column: 3;
}
.LinkList__item:nth-child(n + 3) {
  -ms-grid-row: 2;
}
.LinkList__item:nth-child(n + 5) {
  -ms-grid-row: 3;
}
.LinkList__item:nth-child(n + 7) {
  -ms-grid-row: 4;
}
.LinkList__item:nth-child(n + 9) {
  -ms-grid-row: 5;
}
.LinkList__item:nth-child(n + 11) {
  -ms-grid-row: 6;
}
.LinkList__item:nth-child(n + 13) {
  -ms-grid-row: 7;
}
.LinkList__text {
  font-weight: 700;
}
.Article .LinkList__text {
  padding-top: 10px;
  border-top: 4px solid #93645d;
}
.Theme--mega .Article .LinkList__text {
  border-top-color: #ffc105;
}
.LinkList__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 15px 45px 15px 15px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  line-height: 1.3333333333;
  color: #484848;
  background: #f2eded url(icons/arrow-right/primary.svg) no-repeat;
  background-position: right 15px top 50%;
  background-size: 20px;
  pointer-events: all;
  transition: 0.3s;
}
.LinkList__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #93645d;
  -webkit-transform: scaleX(40%);
  transform: scaleX(40%);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: 0.3s;
}
.SectionContainer--dark .LinkList__link {
  background-color: #fff;
}
.LinkList:focus-within .LinkList__link:not(:hover, :focus),
.LinkList:hover .LinkList__link:not(:hover, :focus) {
  -webkit-filter: grayscale(1) opacity(0.5);
  filter: grayscale(1) opacity(0.5);
}
.LinkList__link:focus,
.LinkList__link:hover {
  color: #93645d;
}
.LinkList__link:focus:before,
.LinkList__link:hover:before {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
}
.LinkList__link:active {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
@media (min-width: 64.0625em) {
  .LinkList__link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.Article .LinkList__link {
  padding: 10px 30px 30px 0;
  background-color: transparent;
  background-position: right 0 top calc(50% - 10px);
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  box-shadow: none;
}
.Article .LinkList__link:before {
  width: 100%;
  height: 2px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.Article .LinkList__link:focus,
.Article .LinkList__link:hover {
  border-top-color: #93645d;
}
.Article .LinkList__link:focus:before,
.Article .LinkList__link:hover:before {
  -webkit-transform: scaleY(100%);
  transform: scaleY(100%);
}
.Theme--mega .LinkList__link {
  background-image: url(icons/arrow-right/dark.svg);
  border-top-color: #ffc105;
}
.Theme--mega .LinkList__link:before {
  background-color: #ffc105;
}
.Theme--mega .LinkList__link:focus,
.Theme--mega .LinkList__link:hover {
  color: inherit;
  border-top-color: #ffc105;
}
.Lightbox {
  overflow: hidden;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.Lightbox.is--closing {
  pointer-events: none;
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.Lightbox__close {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 100%;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13);
  cursor: default;
}
@media (max-width: 47.99em) {
  .Lightbox__close {
    flex-basis: 70px;
    height: 70px;
    background: linear-gradient(90deg, transparent 170px, #fff 0);
  }
}
@media (min-width: 48em) and (max-width: 81.24em) {
  .Lightbox__close {
    flex-basis: 50px;
    height: 50px;
    background: linear-gradient(
      90deg,
      hsla(0, 0%, 100%, 0) 190px,
      hsla(0, 0%, 100%, 0.9) 0
    );
  }
}
@media (min-width: 81.25em) {
  .Lightbox__close {
    flex-basis: 50px;
    height: 50px;
    background: linear-gradient(
      90deg,
      hsla(0, 0%, 100%, 0) calc(50vw - 435px),
      hsla(0, 0%, 100%, 0.9) calc(50vw - 435px)
    );
  }
}
.Lightbox__close:after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(icons/cross/primary.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 48em) {
  .Lightbox__close:after {
    bottom: 20px;
  }
}
@media (max-width: 47.99em) {
  .Lightbox__close:after {
    bottom: 15px;
  }
}
.Lightbox__iframe {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
}
.Lightbox__content {
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.875);
  -webkit-backdrop-filter: grayscale(1);
  backdrop-filter: grayscale(1);
  box-shadow: inset 0 0 30vw 1vw #000;
}
@media (max-width: 47.99em) {
  .Lightbox__content {
    flex-basis: calc(100% - 70px);
    height: calc(100vh - 70px);
    padding: 15px;
  }
}
@media (min-width: 48em) {
  .Lightbox__content {
    flex-basis: calc(100% - 50px);
    height: calc(100vh - 50px);
    padding: 45px 90px;
  }
}
.has--lightbox {
  position: relative;
  cursor: pointer;
}
.has--lightbox:after {
  content: "";
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: -40px 0 0 auto;
  background: #fff url(icons/zoom/primary.svg) 50% no-repeat;
  background-size: 20px;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .has--lightbox:after {
    position: absolute;
    right: 0;
  }
}
.Theme--mega .has--lightbox:after {
  background-image: url(icons/zoom/tussock.svg);
}
@media print {
  .has--lightbox:after {
    display: none;
  }
}
.Lightbox .has--lightbox {
  cursor: default;
}
.Lightbox .has--lightbox:after {
  content: none;
}
html.has--lightbox--open {
  overflow: hidden;
}
@media print {
  html.has--lightbox--open {
    overflow: auto;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.Article {
  width: 100%;
  max-width: 1040px;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  margin: 150px auto 0;
  padding: 30px 160px;
  background: #fff;
  border-top: 4px solid #93645d;
}
div.Article {
  border-top: 1px solid #ececec;
}
@media (min-width: 48em) {
  .Article {
    margin-top: 200px;
    padding-top: 70px;
  }
  div.Article {
    margin-top: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 65em) {
  .Article {
    padding-left: calc(50% - 360px);
    padding-right: calc(50% - 360px);
  }
}
@media (max-width: 50.625em) {
  .Article {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media print {
  .Article {
    display: block;
    max-width: calc(100% - 3cm);
    margin-top: 5cm;
    padding: 1cm;
  }
}
.Theme--mega .Article {
  border-top-color: #ffc105;
}
.Article__header {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.Article__title {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.3333333333;
}
@media (min-width: 48em) {
  .Article__title {
    margin-bottom: 45px;
  }
}
.Article__subtitle {
  font-weight: inherit;
  font-size: 1.3125rem;
  line-height: 1.999999125rem;
  color: #787878;
}
.Article__meta {
  order: -1;
  margin-bottom: 30px;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .Article__meta {
    margin-bottom: 45px;
  }
}
@media print {
  .Article__meta {
    display: flex;
    flex-wrap: wrap;
  }
}
.Article__heading {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  text-transform: uppercase;
}
.Article__date {
  display: block;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .Article__date {
    display: inline;
  }
  .Article__date:before {
    content: " · ";
  }
}
@media print {
  .Article__date {
    order: 3;
    width: 100%;
  }
  .Article__date:before {
    content: none;
  }
}
.Article__mention {
  display: none;
}
@media print {
  .Article__mention {
    display: block;
    margin-left: auto;
    padding-left: 30px;
  }
}
.Article__controls {
  position: absolute;
  left: 100%;
  top: -10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 64.0625em) {
  .Article__controls {
    left: calc(100% + 60px);
  }
}
.Article__topFigure {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 70px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 150px;
}
@media (min-width: 48em) {
  .Article__topFigure {
    top: 120px;
    height: 400px;
  }
  .is--subheader--absent .Article__topFigure {
    top: 80px;
  }
}
@media print {
  .Article__topFigure {
    top: 70px;
    height: 10cm;
  }
}
@media print and (min-width: 48em) {
  .Article__topFigure {
    top: 80px;
  }
}
.Article__topImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Article__topImage {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
  }
}
.Article__info {
  order: 5;
}
@media (max-width: 81.24em) {
  .Article__info {
    margin-top: 60px;
  }
}
@media (min-width: 81.25em) {
  .Article__info {
    position: absolute;
    right: 30px;
    top: 580px;
    width: 285px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
}
@media (min-width: 88.125em) {
  .Article__info {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (min-width: 92.5em) {
  .Article__info {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 95.625em) {
  .Article__info {
    left: calc(50% + 450px);
  }
}
@media print {
  .Article__info {
    position: static;
    width: auto;
    margin-top: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.Article__infoTitle {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
.Article__infoTitle img {
  display: block;
  max-width: 100%;
  margin-bottom: -10px;
}
@media print {
  .Article__infoTitle {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.Article__infoText {
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  color: #959595;
}
.Article__infoItem {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 81.25em) {
  .Article__infoItem {
    margin-bottom: 60px;
  }
}
.Article__infoItem + .Article__infoItem {
  padding-top: 30px;
  border-top: 1px solid #cfcfcf;
}
@media print {
  .Article__infoItem + .Article__infoItem {
    padding-top: 0;
    border-top: 0;
  }
}
@media print {
  .Article__infoItem {
    margin: 15px 0 30px;
  }
}
a.Article__infoItem {
  position: relative;
}
a.Article__infoItem:before {
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #93645d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: 0.3s ease;
}
.Theme--mega a.Article__infoItem:before {
  background-color: #ffc105;
}
a.Article__infoItem:focus:before,
a.Article__infoItem:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media print {
  .Article__infoAuthor {
    display: block;
  }
  .Article__infoAuthor .PersonBadge,
  .Article__infoAuthor .PersonBadge__caption {
    display: inline;
  }
  .Article__infoAuthor .PersonBadge__name:after {
    content: ", ";
  }
  .Article__infoAuthor .PersonBadge:last-child .PersonBadge__name:after {
    content: none;
  }
  .Article__infoAuthor .PersonBadge__frame,
  .Article__infoAuthor .PersonBadge__job {
    display: none;
  }
}
.Article__category {
  display: block;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  line-height: 1.25;
  padding: 2px 0 2px 10px;
  border-left: 3px solid #93645d;
}
.Theme--mega .Article__category {
  border-left-color: #ffc105;
}
a.Article__category {
  transition: 0.3s;
}
a.Article__category:focus,
a.Article__category:hover {
  color: #93645d;
  background-color: #f2eded;
}
.Theme--mega a.Article__category:focus,
.Theme--mega a.Article__category:hover {
  color: #bf8744;
}
.Article__content {
  min-height: 345px;
  font-size: 1.125rem;
  line-height: 1.777777em;
}
.Article__content > :first-child {
  margin-top: 0;
}
.Article__content > h1,
.Article__content > h2,
.Article__content > h3,
.Article__content > h4,
.Article__content > h5,
.Article__content > h6,
.Article__content > section > h1,
.Article__content > section > h2,
.Article__content > section > h3,
.Article__content > section > h4,
.Article__content > section > h5,
.Article__content > section > h6 {
  clear: both;
}
.Article__content h1,
.Article__content h2,
.Article__content h3,
.Article__content h4,
.Article__content h5,
.Article__content h6 {
  margin-top: 3.99999825rem;
  margin-bottom: 1.999999125rem;
}
.Article__content h4 {
  font-size: 1.5rem;
}
.Article__content h5 {
  font-size: 1.25rem;
}
.Article__content h6 {
  font-size: 1.125rem;
}
.Article__content a:not(.LinkList__link) {
  text-decoration: underline;
  transition: 0.3s;
}
.Article__content a:not(.LinkList__link):focus,
.Article__content a:not(.LinkList__link):hover {
  color: #93645d;
  text-decoration: none;
}
.Theme--mega .Article__content a:not(.LinkList__link):focus,
.Theme--mega .Article__content a:not(.LinkList__link):hover {
  color: #bf8744;
}
.Article__content p {
  margin-bottom: 1.777777em;
}
.Article__content dl:not(.CustomList),
.Article__content ol:not(.CustomList),
.Article__content ul:not(.CustomList) {
  margin: 0 0 1.777777em 45px;
}
@media (min-width: 48em) {
  .Article__content dl:not(.CustomList),
  .Article__content ol:not(.CustomList),
  .Article__content ul:not(.CustomList) {
    margin-left: 60px;
  }
}
.Article__content dl:not(.CustomList) dl:not(.CustomList),
.Article__content dl:not(.CustomList) ol:not(.CustomList),
.Article__content dl:not(.CustomList) ul:not(.CustomList),
.Article__content ol:not(.CustomList) dl:not(.CustomList),
.Article__content ol:not(.CustomList) ol:not(.CustomList),
.Article__content ol:not(.CustomList) ul:not(.CustomList),
.Article__content ul:not(.CustomList) dl:not(.CustomList),
.Article__content ul:not(.CustomList) ol:not(.CustomList),
.Article__content ul:not(.CustomList) ul:not(.CustomList) {
  margin-bottom: 0.8888885em;
}
.Article__content li:not(.CustomList__item) {
  margin: 0.8888885em 0;
}
.Article__content li:not(.CustomList__item)::marker {
  content: "•  ";
  color: #93645d;
}
.Theme--mega .Article__content li:not(.CustomList__item)::marker {
  color: #bf8744;
}
.Article__content li:not(.CustomList__item) li::marker {
  content: "⚬  ";
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Article__content li:not(.CustomList__item) {
    position: relative;
    list-style-type: none;
  }
  .Article__content li:not(.CustomList__item):before {
    position: absolute;
    right: 100%;
    content: "•  ";
    color: #93645d;
  }
  .Theme--mega .Article__content li:not(.CustomList__item):before {
    color: #bf8744;
  }
  .Article__content li:not(.CustomList__item) li:before {
    content: "⚬  ";
  }
}
.Article__content ol:not(.CustomList) {
  counter-reset: listCounter;
}
.Article__content ol:not(.CustomList) li:not(.CustomList__item) {
  counter-increment: listCounter;
}
.Article__content ol:not(.CustomList) li:not(.CustomList__item)::marker {
  content: counters(listCounter, ".") "  ";
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Article__content ol:not(.CustomList) li:not(.CustomList__item):before {
    content: counters(listCounter, ".") "  ";
  }
}
.Article__content ol.CustomList ol {
  counter-reset: customListCounter;
}
.Article__content ol.CustomList ol li:not(.CustomList__item) {
  counter-increment: customListCounter;
}
.Article__content ol.CustomList ol li:not(.CustomList__item)::marker {
  content: counters(customListCounter, ".") "  ";
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Article__content ol.CustomList ol li:not(.CustomList__item):before {
    content: counters(customListCounter, ".") "  ";
  }
}
.Article__content .ArticleTwoColumnBlock ol {
  counter-reset: twoColumnCounter;
}
.Article__content .ArticleTwoColumnBlock ol li:not(.CustomList__item) {
  counter-increment: twoColumnCounter;
}
.Article__content .ArticleTwoColumnBlock ol li:not(.CustomList__item)::marker {
  content: counters(twoColumnCounter, ".") "  ";
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Article__content .ArticleTwoColumnBlock ol li:not(.CustomList__item):before {
    content: counters(twoColumnCounter, ".") "  ";
  }
}
.ArticleTwoColumnBlock {
  margin: 1.777777em auto;
}
.ArticleTwoColumnBlock:first-child {
  margin-top: 0;
}
@media print {
  .ArticleTwoColumnBlock:first-child {
    page-break-inside: auto;
  }
}
.ArticleTwoColumnBlock:last-child {
  margin-bottom: 0;
}
.ArticleTwoColumnBlock__float {
  width: 360px;
  max-width: 100%;
  margin: 1.777777em auto;
}
@media (min-width: 48em) {
  .ArticleTwoColumnBlock__float {
    float: left;
    width: 50%;
    margin-top: 0;
    padding-right: 45px;
  }
  .ArticleTwoColumnBlock--reverse .ArticleTwoColumnBlock__float {
    float: right;
    padding-left: 45px;
    padding-right: 0;
  }
}
@media (min-width: 64.0625em) {
  .ArticleTwoColumnBlock__float {
    padding-right: 60px;
  }
  .ArticleTwoColumnBlock--reverse .ArticleTwoColumnBlock__float {
    padding-left: 60px;
  }
}
@media print {
  .ArticleTwoColumnBlock__float {
    float: left;
    width: 50%;
    margin-top: 0;
    padding-right: 1cm;
  }
  .ArticleTwoColumnBlock--reverse .ArticleTwoColumnBlock__float {
    float: right;
    padding-left: 1cm;
    padding-right: 0;
  }
}
.ArticleTwoColumnBlock__float > :first-child {
  margin-top: 0;
}
.ArticleTwoColumnBlock__float > :last-child {
  margin-bottom: 0;
}
.ArticleFigure {
  margin: 1.999999125rem 0;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 1rem;
  line-height: 1.5333333333;
  color: #787878;
}
.Article__content > .ArticleFigure {
  margin-top: 3.99999825rem;
  margin-bottom: 3.99999825rem;
}
.Lightbox .ArticleFigure {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media (max-width: 64.0525em) {
  .Lightbox .ArticleFigure {
    justify-content: flex-start;
  }
}
@media (min-width: 64.0625em) {
  .Lightbox .ArticleFigure {
    justify-content: center;
  }
}
.Article__content > .ArticleFigure--wide {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1040px;
  max-width: calc(100vw - 30px);
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Article__content > .ArticleFigure--wide {
    width: 144.4444444444%;
    left: -22.2222222222%;
    -webkit-transform: none;
    transform: none;
  }
}
@media print {
  .Article__content > .ArticleFigure--wide {
    max-width: calc(100% + 5cm);
  }
}
@media (min-width: 64.0625em) {
  .ArticleTwoColumnBlock__float .ArticleFigure--wide {
    margin-left: -60px;
  }
  .ArticleTwoColumnBlock--reverse
    .ArticleTwoColumnBlock__float
    .ArticleFigure--wide {
    margin-left: 0;
    margin-right: -60px;
  }
}
@media print {
  .ArticleTwoColumnBlock__float .ArticleFigure--wide {
    margin-left: -1cm;
  }
  .ArticleTwoColumnBlock--reverse
    .ArticleTwoColumnBlock__float
    .ArticleFigure--wide {
    margin-left: 0;
    margin-right: -1cm;
  }
}
.ArticleFigure__caption:empty,
.ArticleFigure__heading:empty,
.ArticleFigure__title:empty {
  display: none;
}
.Lightbox .ArticleFigure__caption,
.Lightbox .ArticleFigure__heading {
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.875);
}
@media (max-width: 64.0525em) {
  .Lightbox .ArticleFigure__caption,
  .Lightbox .ArticleFigure__heading {
    margin-top: 0;
  }
}
@media (min-width: 64.0625em) {
  .Lightbox .ArticleFigure__caption,
  .Lightbox .ArticleFigure__heading {
    position: absolute;
    left: 0;
    width: 100%;
  }
}
.ArticleFigure__heading {
  top: 0;
  display: block;
  margin-bottom: 1.777777em;
}
.ArticleFigure__title {
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
}
h4.ArticleFigure__title {
  margin: 0;
  font-size: 1.125rem;
}
.ArticleFigure__caption {
  bottom: 0;
  margin-top: 1.777777em;
}
.ArticleFigure__content {
  max-width: 100%;
  max-height: 100%;
}
.ArticleFigure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.Lightbox .ArticleFigure img {
  max-height: 100%;
}
.ArticleFigure table {
  width: 100%;
  margin: 0;
}
.ArticleShare {
  overflow: hidden;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 100vh;
  padding: 45px 30px;
  border-top: 1px solid #f2eded;
  transition: 0.3s ease;
}
@media (min-width: 48em) {
  .ArticleShare {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.ArticleShare--overlaid {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 70px);
  max-width: none;
  padding: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.875);
  -webkit-backdrop-filter: grayscale(1);
  backdrop-filter: grayscale(1);
  box-shadow: inset 0 0 30vw 1vw #000;
  transition: opacity 0.8s ease, background-color 0.8s ease;
}
@media (min-width: 48em) {
  .ArticleShare--overlaid {
    height: calc(100% - 120px);
  }
  .is--subheader--absent .ArticleShare--overlaid,
  .is--subheader--hidden .ArticleShare--overlaid {
    height: calc(100% - 80px);
  }
}
.ArticleShare--hidden {
  background-color: transparent;
  opacity: 0;
}
.ArticleShare--hidden:not(.ArticleShare--overlaid) {
  width: 100%;
  max-width: 100vw;
  max-height: 0;
  padding: 0;
}
.SectionContainer--dark + .ArticleShare {
  border-top: 0;
}
.ArticleShare__title {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: lighter;
  line-height: 1;
}
.ArticleShare__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  pointer-events: none;
}
.ArticleShare__listItem {
  margin: 0 10px;
  padding: 0;
}
@media (min-width: 48em) {
  .ArticleShare--overlaid .ArticleShare__listItem {
    margin: 15px;
  }
}
.ArticleShare__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.13);
  cursor: pointer;
  pointer-events: all;
  transition: 0.3s;
}
@media (min-width: 48em) {
  .ArticleShare--overlaid .ArticleShare__button {
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }
}
.ArticleShare__button img,
.ArticleShare__button svg {
  width: 57.1428571429%;
  height: 57.1428571429%;
}
.ArticleShare__button svg path {
  fill: #3e3e3e;
  transition: 0.3s;
}
.ArticleShare__button:focus,
.ArticleShare__button:hover {
  background-color: #804940;
  box-shadow: none;
}
.ArticleShare__button:focus svg path,
.ArticleShare__button:hover svg path {
  fill: #fff;
}
.ArticleShare__close {
  order: -1;
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: transparent url(icons/cross/white.svg) 50% 50% no-repeat;
  background-size: 20px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}
.ArticleShare--overlaid .ArticleShare__close {
  display: flex;
  margin-bottom: 60px;
}
.ArticleShare__close:focus,
.ArticleShare__close:hover {
  background-color: hsla(0, 0%, 100%, 0.25);
}
.EmbeddedExperience {
  margin: 0 auto 45px;
}
.EmbeddedExperience__content {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.EmbeddedExperience--fullWidth .EmbeddedExperience__content {
  max-width: none;
}
.PersonBadge {
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.PersonBadge + .PersonBadge {
  margin-top: 20px;
}
.Article__info .PersonBadge {
  margin-left: 0;
  margin-right: 0;
}
.PersonBadge__frame {
  overflow: hidden;
  order: -1;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  background: #cfcfcf linear-gradient(90deg, #ececec, #cfcfcf);
  box-shadow: inset 0 0 10px #cfcfcf;
  border-radius: 50%;
}
@media print {
  .PersonBadge__frame {
    width: 2cm;
    height: 2cm;
  }
}
.PersonBadge--small .PersonBadge__frame {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.Theme--mega .PersonBadge__frame {
  background: #ffea99;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .Theme--mega .PersonBadge__frame {
    position: relative;
    border: 2px solid #ffc105;
  }
  .Theme--mega .PersonBadge__frame:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 234, 153, 0.5);
  }
}
.PersonBadge__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.Theme--mega .PersonBadge__picture {
  mix-blend-mode: multiply;
}
.PersonBadge__caption {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.PersonBox {
  display: flex;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 45px;
  background-color: #f2eded;
}
.Theme--mega .PersonBox {
  background-color: #ffea99;
}
@media print {
  .PersonBox {
    padding: 1cm 2.5cm;
    border-top: 1px solid #f2eded;
    border-bottom: 1px solid #f2eded;
  }
}
.PersonBox__content {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 47.99em) {
  .PersonBox__content {
    flex-direction: column;
  }
}
@media print {
  .PersonBox__content {
    flex-direction: row;
  }
}
.PersonBox__frame {
  overflow: hidden;
  width: 280px;
  height: 280px;
  border-radius: 50%;
}
@media (max-width: 47.99em) {
  .PersonBox__frame {
    order: -1;
    margin-bottom: 30px;
  }
}
@media (min-width: 48em) {
  .PersonBox__frame {
    flex-shrink: 0;
    margin-left: 30px;
  }
}
@media print {
  .PersonBox__frame {
    order: 1;
    flex-shrink: 0;
    width: 5cm;
    height: 5cm;
    margin-left: 30px;
    margin-bottom: 0;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .PersonBox__frame {
    position: relative;
  }
  .Theme--mega .PersonBox__frame {
    position: relative;
    border: 4px solid #ffc105;
  }
  .Theme--mega .PersonBox__frame:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 234, 153, 0.5);
  }
}
.PersonBox__picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.Theme--mega .PersonBox__picture {
  mix-blend-mode: multiply;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .PersonBox__picture {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.PersonBox__caption {
  color: #484848;
}
.PersonBox__title {
  margin-bottom: 30px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .PersonBox__title {
    margin-bottom: 45px;
    font-size: 2.5rem;
  }
}
.PersonBox__subtitle {
  font-size: 0.875rem;
}
.PersonBox__text,
.PersonBox__text ~ * {
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
}
.PersonBox__text:last-child,
.PersonBox__text ~ :last-child {
  margin-bottom: 0;
}
.PersonBox__text:empty,
.PersonBox__text ~ :empty {
  display: none;
}
.flickity-enabled .PersonBox {
  min-height: 0;
  padding-bottom: 15px;
}
@media (min-width: 48em) {
  .flickity-enabled .PersonBox {
    min-height: 100%;
  }
}
.PersonBox__wrapper {
  overflow-x: auto;
  display: flex;
  width: 100%;
  margin: 0 0 45px;
  padding: 0;
  background-color: #f2eded;
}
.PersonBox__wrapper .flickity-page-dots:after {
  background-color: #f2eded;
  box-shadow: 0 0 5px #f2eded;
}
.Theme--mega .PersonBox__wrapper {
  background-color: #ffea99;
}
.Theme--mega .PersonBox__wrapper .flickity-button {
  color: #656565;
}
.Theme--mega .PersonBox__wrapper .flickity-page-dots:after {
  background-color: #ffea99;
  box-shadow: 0 0 5px #ffea99;
}
.Theme--mega .PersonBox__wrapper .flickity-page-dots .dot.is-selected:before,
.Theme--mega .PersonBox__wrapper .flickity-page-dots .dot:hover:before {
  background-color: #656565;
}
.PersonBox__wrapper.flickity-enabled {
  overflow-x: visible;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}
@media print {
  .PersonBox__wrapper {
    display: block;
    margin-bottom: 1cm;
    background-color: transparent !important;
  }
  .PersonBox__wrapper.flickity-enabled {
    padding-bottom: 0;
  }
  .PersonBox__wrapper .flickity-viewport {
    overflow: visible;
    position: static;
    height: auto !important;
    margin: 0;
  }
  .PersonBox__wrapper .flickity-slider {
    position: static;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .PersonBox__wrapper .PersonBox {
    position: static !important;
    padding-bottom: 45px;
    -webkit-transform: none;
    transform: none;
  }
  .PersonBox__wrapper .PersonBox + .PersonBox {
    margin-top: 1cm;
  }
}
.PersonBox__wrapper + .SectionContainer--dark {
  margin-top: -45px;
}
.Footnotes {
  font-size: 0.8888888889em;
  color: #656565;
}
.Accordion {
  margin: 2.9999986875rem 0 3.99999825rem;
  list-style: none;
}
h4.Accordion__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.9999995625rem 30px 0.9999995625rem 0;
  font-weight: 400;
  color: #484848;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
h4.Accordion__title:focus,
h4.Accordion__title:hover {
  color: #93645d;
  border-bottom-color: #93645d;
  outline: none;
}
h4.Accordion__title:after,
h4.Accordion__title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #93645d;
  transition: 0.3s ease;
}
h4.Accordion__title:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
h4.Accordion__title:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Theme--mega h4.Accordion__title:focus,
.Theme--mega h4.Accordion__title:hover {
  color: #484848;
  border-bottom-color: #ffc105;
}
.Theme--mega h4.Accordion__title:after,
.Theme--mega h4.Accordion__title:before {
  height: 4px;
  background-color: #ffc105;
}
.Accordion__item--active h4.Accordion__title {
  font-weight: 700;
  color: #93645d;
  border-bottom-color: #93645d;
}
.Accordion__item--active h4.Accordion__title:after,
.Accordion__item--active h4.Accordion__title:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.Theme--mega .Accordion__item--active h4.Accordion__title {
  color: #484848;
  border-bottom-color: #ffc105;
}
@media print {
  h4.Accordion__title {
    font-weight: 700;
    color: #93645d;
    border-bottom-color: #93645d;
  }
  .Theme--mega h4.Accordion__title {
    color: #484848;
    border-bottom-color: #ffc105;
  }
}
.Accordion__content {
  overflow: hidden;
  height: 0;
  transition: 0.3s ease-out;
}
.Accordion__item--active .Accordion__content {
  height: auto;
  margin-top: 0.9999995625rem;
}
@media print {
  .Accordion__content {
    height: auto;
    margin-top: 0.9999995625rem;
  }
}
.Quote {
  margin: 0 0 45px;
  line-height: 1.5;
}
.Article__content > .Quote--wide {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1040px;
  max-width: calc(100vw - 30px);
}
@media (min-width: 64.0625em) {
  .ArticleTwoColumnBlock__float .Quote--wide {
    margin-left: -90px;
  }
  .ArticleTwoColumnBlock--reverse .ArticleTwoColumnBlock__float .Quote--wide {
    margin-left: 0;
    margin-right: -90px;
  }
}
@media print {
  .ArticleTwoColumnBlock__float .Quote--wide {
    margin-left: -1cm;
  }
  .ArticleTwoColumnBlock--reverse .ArticleTwoColumnBlock__float .Quote--wide {
    margin-left: 0;
    margin-right: -1cm;
  }
}
.Theme--mega .Quote {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Quote__text {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 1.5rem;
  color: #93645d;
}
.Quote__text:before {
  content: "“";
  position: absolute;
  left: -0.625em;
}
.Quote__text:after {
  content: "”";
}
.Quote--large .Quote__text {
  font-size: 2.5rem;
}
.Theme--mega .Quote__text {
  font-family: pictet-sans, Verdana, Geneva, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #484848;
}
.Theme--mega .Quote__text:after,
.Theme--mega .Quote__text:before {
  font-family: pictet-serif, Georgia, Times, Times New Roman, serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 0;
  color: #ffc105;
}
.Theme--mega .Quote__text:before {
  position: static;
  display: block;
  margin-top: 0.5em;
}
.Theme--mega .Quote__text:after {
  position: relative;
  top: 0.5em;
  display: none;
}
@media print {
  .Theme--mega .Quote__text {
    padding-top: 1.75em;
  }
  .Theme--mega .Quote__text:before {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 48em) {
  .Theme--mega .ArticleTwoColumnBlock .Quote__text {
    text-align: left;
  }
}
@media print {
  .Theme--mega .ArticleTwoColumnBlock .Quote__text {
    text-align: left;
  }
  .Theme--mega .ArticleTwoColumnBlock .Quote__text:before {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.Quote .PersonBadge {
  margin-top: 15px;
}
.ArticleTwoColumnBlock .Quote .PersonBadge {
  margin-left: 0;
}
.Video {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #959595;
  background-size: cover;
  background-position: 50%;
}
.Video--fullHeight {
  height: 100%;
  padding-top: 0;
}
@media (max-width: 47.99em) {
  .TwoColumnSection .Video--fullHeight {
    min-height: 195px;
  }
}
@media (min-width: 48em) {
  .TwoColumnSection .Video--fullHeight {
    min-height: 350px;
  }
}
.Video__button,
.Video__image,
.Video__player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
img.Video__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img.Video__image {
    width: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.Video__button {
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.55s;
}
.Video--loaded .Video__button {
  pointer-events: none;
  opacity: 0;
}
.Video__button:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 15px;
  width: 44px;
  height: 44px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(icons/arrow-small-right/dark.svg);
  background-position: 55% 50%;
  background-size: 10px;
  border-radius: 50%;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.13);
}
.Video__player {
  opacity: 0;
  transition: 0.8s;
}
.Video--loaded .Video__player {
  opacity: 1;
}
.language-zh-CN *,
.language-zh-HK *,
.language-zh-TW * {
  font-style: normal;
}
.language-zh-CN em,
.language-zh-CN i,
.language-zh-HK em,
.language-zh-HK i,
.language-zh-TW em,
.language-zh-TW i {
  font-weight: 700;
}
.language-zh-CN .Button--small,
.language-zh-CN .Button__subLabel,
.language-zh-CN .CookieNotice__message,
.language-zh-CN .HeroImage__caption,
.language-zh-CN .HeroImage__captionCredit,
.language-zh-CN .HeroImage__captionHeading,
.language-zh-HK .Button--small,
.language-zh-HK .Button__subLabel,
.language-zh-HK .CookieNotice__message,
.language-zh-HK .HeroImage__caption,
.language-zh-HK .HeroImage__captionCredit,
.language-zh-HK .HeroImage__captionHeading,
.language-zh-TW .Button--small,
.language-zh-TW .Button__subLabel,
.language-zh-TW .CookieNotice__message,
.language-zh-TW .HeroImage__caption,
.language-zh-TW .HeroImage__captionCredit,
.language-zh-TW .HeroImage__captionHeading {
  font-size: 0.875rem;
}
@media (max-width: 47.99em) {
  .language-zh-CN .Footer__disclaimer,
  .language-zh-HK .Footer__disclaimer,
  .language-zh-TW .Footer__disclaimer {
    font-size: 0.875rem;
  }
}
@media print {
  .Article__controls,
  .Article__infoAbout,
  .Article__infoCategory,
  .ArticleShare,
  .flickity-button,
  .flickity-page-dots,
  .Footer,
  .PrimaryNavigation__dropdown,
  .PrimaryNavigation__items,
  .PrimaryNavigation__open,
  .PrimaryNavigation__search,
  .Print--excluded,
  .SearchBox,
  .SubHeader,
  .Video__button,
  .Video__player {
    display: none !important;
  }
  .Accordion__item,
  .Article__infoItem,
  .ArticleFigure,
  .ArticleTwoColumnBlock,
  .PersonBadge,
  .PersonBox,
  .Tile {
    page-break-inside: avoid;
  }
}
@page {
  size: A4;
  margin: 1cm;
}
