@charset "UTF-8";

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Custom import!
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin-dash {
    0% {
        stroke-dashoffset: 35;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    60% {
        stroke-dashoffset: 70
    }

    to {
        stroke-dashoffset: 35;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin-dash {
    0% {
        stroke-dashoffset: 35;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    60% {
        stroke-dashoffset: 70
    }

    to {
        stroke-dashoffset: 35;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes applyTick {

    0%,
    to {
        opacity: 0
    }

    15%,
    85% {
        opacity: 1
    }
}

@keyframes applyTick {

    0%,
    to {
        opacity: 0
    }

    15%,
    85% {
        opacity: 1
    }
}

@-webkit-keyframes applyText {

    0%,
    to {
        opacity: 1
    }

    15%,
    85% {
        opacity: 0
    }
}

@keyframes applyText {

    0%,
    to {
        opacity: 1
    }

    15%,
    85% {
        opacity: 0
    }
}

@-webkit-keyframes stroke {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes stroke {
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes animateNotification {
    0% {
        left: 0;
        right: 0;
        opacity: 1
    }

    85% {
        opacity: 1
    }

    to {
        left: 0;
        right: 0;
        opacity: 0
    }
}

@keyframes animateNotification {
    0% {
        left: 0;
        right: 0;
        opacity: 1
    }

    85% {
        opacity: 1
    }

    to {
        left: 0;
        right: 0;
        opacity: 0
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 62.5%
}

body {
    margin: 0;
    font-family: UniversNext, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.42857;
    color: #000;
    background-color: #fff
}

.overflown .display-in-overflown,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a,
mark {
    color: #000
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #eee
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    font-size: 2.7rem;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent
}

fieldset,
legend,
td,
th {
    padding: 0
}

*,
:after,
:before,
input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a:focus,
a:hover {
    color: #000;
    text-decoration: underline
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded,
.img-thumbnail {
    border-radius: 3px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.dividend-calculator__type-selector .form-item .glossary-link>span:first-child,
.programme-details__key-info table tr.actions th,
.programme-details__selected-item table tr.actions th,
.programme-details__selected-item table tr.table-header th,
.sr-only,
.sr-only-max-screen-md-max,
.sr-only-max-screen-sm-max {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@-moz-document url-prefix() {

    caption.sr-only,
    caption.sr-only-max-screen-md-max,
    caption.sr-only-max-screen-sm-max {
        position: initial
    }
}

@supports (display:-moz-grid) {

    caption.sr-only,
    caption.sr-only-max-screen-md-max,
    caption.sr-only-max-screen-sm-max {
        position: initial
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {

    caption.sr-only,
    caption.sr-only-max-screen-md-max,
    caption.sr-only-max-screen-sm-max {
        position: initial
    }
}

@media (min-width:992px) {
    .sr-only-max-screen-sm-max {
        display: none
    }
}

@media (min-width:1240px) {
    .sr-only-max-screen-md-max {
        display: none
    }
}

.display-in-overflown {
    display: none
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: UniversNext, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.0769;
    color: inherit
}

.h5,
.h6,
h5,
h6 {
    font-weight: 300
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 2rem;
    margin-bottom: 1rem
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h5,
h5 {
    font-size: 2.5rem
}

.h6,
h6 {
    font-size: 1.8rem
}

p {
    margin: 0 0 1rem
}

.lead {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 2.7rem
    }
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left,
th {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.interactive-map__info-window__actions__action--internal .sublayout--theme-black-01 .sublayout--theme-grey-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-black-01 .sublayout--theme-grey-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-black-01 .sublayout--theme-grey-03 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-black-01 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-black-01 .sublayout--theme-transparent-dark a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-black-02 .sublayout--theme-grey-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-black-02 .sublayout--theme-grey-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-black-02 .sublayout--theme-grey-03 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-black-02 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-black-02 .sublayout--theme-transparent-dark a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-01 .sublayout--theme-grey-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-01 .sublayout--theme-grey-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-01 .sublayout--theme-grey-03 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-01 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-01 .sublayout--theme-transparent-dark a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-02 .sublayout--theme-grey-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-02 .sublayout--theme-grey-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-02 .sublayout--theme-grey-03 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-02 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-02 .sublayout--theme-transparent-dark a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-03 .sublayout--theme-grey-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-03 .sublayout--theme-grey-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-03 .sublayout--theme-grey-03 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-03 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-03 .sublayout--theme-transparent-dark a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-04 .sublayout--theme-grey-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-04 .sublayout--theme-grey-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-04 .sublayout--theme-grey-03 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-04 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-04 .sublayout--theme-transparent-dark a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-dark-blue-01 .sublayout--theme-grey-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-dark-blue-01 .sublayout--theme-grey-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-dark-blue-01 .sublayout--theme-grey-03 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-dark-blue-01 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-dark-blue-01 .sublayout--theme-transparent-dark a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-dark-blue-02 .sublayout--theme-grey-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-dark-blue-02 .sublayout--theme-grey-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-dark-blue-02 .sublayout--theme-grey-03 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-dark-blue-02 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-dark-blue-02 .sublayout--theme-transparent-dark a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-grey-04 .sublayout--theme-grey-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-grey-04 .sublayout--theme-grey-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-grey-04 .sublayout--theme-grey-03 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-grey-04 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-grey-04 .sublayout--theme-transparent-dark a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-light-blue-02 .sublayout--theme-grey-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-light-blue-02 .sublayout--theme-grey-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-light-blue-02 .sublayout--theme-grey-03 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-light-blue-02 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-light-blue-02 .sublayout--theme-transparent-dark a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-light-blue-03 .sublayout--theme-grey-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-light-blue-03 .sublayout--theme-grey-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-light-blue-03 .sublayout--theme-grey-03 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-light-blue-03 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-light-blue-03 .sublayout--theme-transparent-dark a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-transparent-light .sublayout--theme-grey-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-transparent-light .sublayout--theme-grey-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-transparent-light .sublayout--theme-grey-03 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-transparent-light .sublayout--theme-light-blue-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-transparent-light .sublayout--theme-transparent-dark a.link-with-right-chevron>span span.icon,
.sublayout--theme-black-01 .sublayout--theme-grey-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-black-01 .sublayout--theme-grey-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-black-01 .sublayout--theme-grey-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-black-01 .sublayout--theme-grey-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-black-01 .sublayout--theme-grey-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-black-01 .sublayout--theme-grey-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-black-01 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-black-01 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-black-01 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-black-01 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-black-02 .sublayout--theme-grey-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-black-02 .sublayout--theme-grey-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-black-02 .sublayout--theme-grey-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-black-02 .sublayout--theme-grey-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-black-02 .sublayout--theme-grey-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-black-02 .sublayout--theme-grey-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-black-02 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-black-02 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-black-02 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-black-02 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-01 .sublayout--theme-grey-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-01 .sublayout--theme-grey-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-01 .sublayout--theme-grey-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-01 .sublayout--theme-grey-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-01 .sublayout--theme-grey-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-01 .sublayout--theme-grey-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-01 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-01 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-01 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-01 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-02 .sublayout--theme-grey-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-02 .sublayout--theme-grey-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-02 .sublayout--theme-grey-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-02 .sublayout--theme-grey-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-02 .sublayout--theme-grey-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-02 .sublayout--theme-grey-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-02 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-02 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-02 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-02 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-03 .sublayout--theme-grey-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-03 .sublayout--theme-grey-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-03 .sublayout--theme-grey-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-03 .sublayout--theme-grey-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-03 .sublayout--theme-grey-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-03 .sublayout--theme-grey-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-03 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-03 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-03 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-03 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-04 .sublayout--theme-grey-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-04 .sublayout--theme-grey-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-04 .sublayout--theme-grey-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-04 .sublayout--theme-grey-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-04 .sublayout--theme-grey-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-04 .sublayout--theme-grey-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-04 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-04 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-04 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-04 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-dark-blue-01 .sublayout--theme-grey-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-dark-blue-01 .sublayout--theme-grey-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-dark-blue-01 .sublayout--theme-grey-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-dark-blue-01 .sublayout--theme-grey-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-dark-blue-01 .sublayout--theme-grey-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-dark-blue-01 .sublayout--theme-grey-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-dark-blue-01 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-dark-blue-01 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-dark-blue-01 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-dark-blue-01 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-dark-blue-02 .sublayout--theme-grey-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-dark-blue-02 .sublayout--theme-grey-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-dark-blue-02 .sublayout--theme-grey-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-dark-blue-02 .sublayout--theme-grey-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-dark-blue-02 .sublayout--theme-grey-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-dark-blue-02 .sublayout--theme-grey-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-dark-blue-02 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-dark-blue-02 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-dark-blue-02 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-dark-blue-02 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-grey-04 .sublayout--theme-grey-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-grey-04 .sublayout--theme-grey-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-grey-04 .sublayout--theme-grey-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-grey-04 .sublayout--theme-grey-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-grey-04 .sublayout--theme-grey-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-grey-04 .sublayout--theme-grey-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-grey-04 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-grey-04 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-grey-04 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-grey-04 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-light-blue-02 .sublayout--theme-grey-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-light-blue-02 .sublayout--theme-grey-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-light-blue-02 .sublayout--theme-grey-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-light-blue-02 .sublayout--theme-grey-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-light-blue-02 .sublayout--theme-grey-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-light-blue-02 .sublayout--theme-grey-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-light-blue-02 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-light-blue-02 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-light-blue-02 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-light-blue-02 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-light-blue-03 .sublayout--theme-grey-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-light-blue-03 .sublayout--theme-grey-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-light-blue-03 .sublayout--theme-grey-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-light-blue-03 .sublayout--theme-grey-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-light-blue-03 .sublayout--theme-grey-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-light-blue-03 .sublayout--theme-grey-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-light-blue-03 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-light-blue-03 .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-light-blue-03 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-light-blue-03 .sublayout--theme-transparent-dark a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-transparent-light .sublayout--theme-grey-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-transparent-light .sublayout--theme-grey-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-transparent-light .sublayout--theme-grey-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-transparent-light .sublayout--theme-grey-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-transparent-light .sublayout--theme-grey-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-transparent-light .sublayout--theme-grey-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-transparent-light .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-transparent-light .sublayout--theme-light-blue-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-transparent-light .sublayout--theme-transparent-dark a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-transparent-light .sublayout--theme-transparent-dark a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.text-primary {
    color: #da0011
}

a.text-primary:focus,
a.text-primary:hover {
    color: #a7000d
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #da0011
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #a7000d
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 0;
    margin: 4rem 0 2rem;
    border-bottom: 1px solid #eee
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 2rem
}

dd,
dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 1rem 2rem;
    margin: 0 0 2rem;
    font-size: 2.25rem;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 2rem;
    font-style: normal;
    line-height: 1.42857
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1240px) {
    .container {
        width: 1170px
    }
}

.container-fluid,
.share-price--bar .share-price__content,
body>.share-price .share-price__content {
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before,
.share-price--bar .share-price__content:after,
.share-price--bar .share-price__content:before,
body>.share-price .share-price__content:after,
body>.share-price .share-price__content:before {
    content: " ";
    display: table
}

.container-fluid:after,
.share-price--bar .share-price__content:after,
body>.share-price .share-price__content:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.hero-banner__responsive-body>.promobox .promobox__media,
.job-listing.is-big .job-listing__info-wrapper,
.job-listing.is-small.mql-md .job-listing__header-wrapper,
.job-listing.is-small.mql-md .job-listing__info-wrapper,
.job-listing.is-small.mql-md .job-listing__main-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.hero-banner--size-medium .hero-banner__responsive-body,
.hero-banner--size-small .hero-banner__responsive-body,
.role-selector__question-1-col .role-selector__answers,
.role-selector__question-2-col .role-selector__answers {
    position: relative;
    min-height: 1px
}

.share-price--bar .share-price__table,
body>.share-price .share-price__table {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-sm-12,
.col-sm-12>.promobox .promobox__media {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-lg-12,
.col-md-12,
.col-sm-12>.promobox .promobox__content,
.hero-banner__responsive-body {
    position: relative;
    min-height: 1px
}

.col-lg-12,
.col-md-12 {
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.hero-banner__responsive-body,
.job-listing.is-big .job-listing__info-wrapper,
.job-listing.is-small.mql-md .job-listing__header-wrapper,
.job-listing.is-small.mql-md .job-listing__info-wrapper,
.job-listing.is-small.mql-md .job-listing__main-wrapper,
.role-selector__question-1-col .role-selector__answers,
.role-selector__question-2-col .role-selector__answers,
.share-price--bar .share-price__table,
body>.share-price .share-price__table {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8,
.job-listing.is-small.mql-md .job-listing__header-wrapper,
.job-listing.is-small.mql-md .job-listing__info-wrapper,
.job-listing.is-small.mql-md .job-listing__main-wrapper {
    width: 66.66667%
}

.col-xs-9,
.job-listing.is-big .job-listing__info-wrapper {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12,
.hero-banner__responsive-body,
.role-selector__question-1-col .role-selector__answers,
.role-selector__question-2-col .role-selector__answers,
.share-price--bar .share-price__table,
body>.share-price .share-price__table {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0,
.interactive-map__info-window__actions__action--internal div.in-page-link--downloads a.link-with-right-chevron>span span.icon+span,
.interactive-map__info-window__actions__action--internal ul.in-page-link-list--downloads a.link-with-right-chevron>span span.icon+span,
.job-listing.is-big .job-listing__info-wrapper,
div.in-page-link--downloads a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon+span,
div.in-page-link--downloads a.link-with-right-chevron>span span.hsbc-right-chevron+span,
ul.in-page-link-list--downloads a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon+span,
ul.in-page-link-list--downloads a.link-with-right-chevron>span span.hsbc-right-chevron+span {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2,
.job-listing.is-small.mql-md .job-listing__header-wrapper,
.job-listing.is-small.mql-md .job-listing__info-wrapper,
.job-listing.is-small.mql-md .job-listing__main-wrapper {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-12>.promobox .promobox__content,
    .col-sm-12>.promobox .promobox__media,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .hero-banner--size-medium .hero-banner__responsive-body,
    .hero-banner--size-small .hero-banner__responsive-body,
    .hero-banner__responsive-body,
    .role-selector__question-1-col .role-selector__answers,
    .role-selector__question-2-col .role-selector__answers,
    .share-price--bar .share-price__table,
    body>.share-price .share-price__table {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6,
    .hero-banner--size-small .hero-banner__responsive-body {
        width: 50%
    }

    .col-sm-7,
    .share-price--bar .share-price__table,
    body>.share-price .share-price__table {
        width: 58.33333%
    }

    .col-sm-8,
    .hero-banner--size-medium .hero-banner__responsive-body {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10,
    .role-selector__question-1-col .role-selector__answers,
    .role-selector__question-2-col .role-selector__answers {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12,
    .col-sm-12>.promobox .promobox__content,
    .col-sm-12>.promobox .promobox__media,
    .hero-banner__responsive-body {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0,
    .hero-banner--alignment-left .hero-banner__responsive-body,
    .hero-banner--size-medium .hero-banner--alignment-left .hero-banner__responsive-body,
    .hero-banner--size-small .hero-banner--alignment-left .hero-banner__responsive-body,
    .hero-banner__responsive-body {
        margin-left: 0
    }

    .col-sm-offset-1,
    .role-selector__question-1-col .role-selector__answers,
    .role-selector__question-2-col .role-selector__answers {
        margin-left: 8.33333%
    }

    .col-sm-offset-2,
    .hero-banner--size-medium .hero-banner__responsive-body {
        margin-left: 16.66667%
    }

    .col-sm-offset-3,
    .hero-banner--size-small .hero-banner__responsive-body {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-12>.promobox .promobox__content,
    .col-sm-12>.promobox .promobox__media,
    .hero-banner__responsive-body,
    .hero-banner__responsive-body>.promobox .promobox__media {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6,
    .col-sm-12>.promobox .promobox__content,
    .col-sm-12>.promobox .promobox__media,
    .hero-banner__responsive-body>.promobox .promobox__media {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10,
    .hero-banner__responsive-body {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1,
    .hero-banner__responsive-body {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3,
    .col-sm-12>.promobox .promobox__content,
    .col-sm-12>.promobox .promobox__media {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1240px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-sm-12>.promobox .promobox__content,
    .col-sm-12>.promobox .promobox__media {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6,
    .col-sm-12>.promobox .promobox__content,
    .col-sm-12>.promobox .promobox__media {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0,
    .col-sm-12>.promobox .promobox__content,
    .col-sm-12>.promobox .promobox__media {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem
}

.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    border-top: 1px solid #ddd
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 1.5rem;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control,
select[multiple],
select[multiple].input-sm,
select[size],
textarea.form-control,
textarea.input-sm {
    height: auto
}

.form-control,
output {
    display: block;
    font-size: 1.8rem;
    line-height: 1.42857;
    color: #555
}

output {
    padding-top: 1.6rem
}

.form-control {
    width: 100%;
    height: 5.2rem;
    padding: .6rem 1.2rem;
    background-color: #fff;
    background-image: none;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #767676;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #767676
}

.form-control::-webkit-input-placeholder {
    color: #767676
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 5.2rem
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 5rem
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 8rem
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox label,
.radio label {
    min-height: 2rem
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    margin-bottom: 0;
    min-height: 3.8rem
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.form-group-sm .form-control,
.input-sm {
    height: 5rem;
    padding: .5rem 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control,
select.input-sm {
    height: 5rem;
    line-height: 5rem
}

.form-group-sm .form-control-static {
    height: 5rem;
    min-height: 3.6rem;
    padding: 1.5rem 1rem;
    font-size: 1.6rem;
    line-height: 1.5
}

.form-group-lg .form-control,
.input-lg {
    height: 8rem;
    padding: 1rem 1.6rem;
    font-size: 2.4rem;
    line-height: 1.33333;
    border-radius: 3px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg select.form-control,
select.input-lg {
    height: 8rem;
    line-height: 8rem
}

.form-group-lg .form-control-static {
    height: 8rem;
    min-height: 4.4rem;
    padding: 2rem 1.6rem;
    font-size: 2.4rem;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 6.5rem
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 5.2rem;
    height: 5.2rem;
    line-height: 5.2rem;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 8rem;
    height: 8rem;
    line-height: 8rem
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 5rem;
    height: 5rem;
    line-height: 5rem
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 7rem
}

.has-feedback label.sr-only-max-screen-md-max~.form-control-feedback,
.has-feedback label.sr-only-max-screen-sm-max~.form-control-feedback,
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.6rem
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 3.6rem
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.clearfix:after,
.clearfix:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.clearfix:after,
.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 1.6rem
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 2rem;
        font-size: 2.4rem
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 1.5rem;
        font-size: 1.6rem
    }
}

.btn {
    margin-bottom: 0;
    text-align: center
}

.btn,
.cookie-notification__button,
.popup-notification__buttons .popup-notification__button,
.subscription-form-popup__header button {
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: .6rem 1.2rem;
    font-size: 1.8rem;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cookie-notification__button {
    margin-bottom: 0
}

.popup-notification__buttons .popup-notification__button,
.subscription-form-popup__header button {
    text-align: center
}

.active.cookie-notification__button:focus,
.active.focus.cookie-notification__button,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.cookie-notification__button:active.focus,
.cookie-notification__button:active:focus,
.cookie-notification__button:focus,
.focus.cookie-notification__button,
.popup-notification__buttons .active.focus.popup-notification__button,
.popup-notification__buttons .active.popup-notification__button:focus,
.popup-notification__buttons .focus.popup-notification__button,
.popup-notification__buttons .popup-notification__button:active.focus,
.popup-notification__buttons .popup-notification__button:active:focus,
.popup-notification__buttons .popup-notification__button:focus,
.subscription-form-popup__header button.active.focus,
.subscription-form-popup__header button.active:focus,
.subscription-form-popup__header button.focus,
.subscription-form-popup__header button:active.focus,
.subscription-form-popup__header button:active:focus,
.subscription-form-popup__header button:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover {
    color: #000
}

.btn:hover,
.cookie-notification__button:hover {
    text-decoration: none
}

.btn:focus,
.popup-notification__buttons .popup-notification__button:focus,
.popup-notification__buttons .popup-notification__button:hover,
.subscription-form-popup__header button:focus,
.subscription-form-popup__header button:hover {
    color: #000;
    text-decoration: none
}

.cookie-notification__button:focus {
    text-decoration: none
}

.btn.focus,
.focus.cookie-notification__button,
.popup-notification__buttons .focus.popup-notification__button,
.subscription-form-popup__header button.focus {
    color: #000;
    text-decoration: none
}

.active.cookie-notification__button,
.btn.active,
.btn:active,
.cookie-notification__button:active,
.popup-notification__buttons .active.popup-notification__button,
.popup-notification__buttons .popup-notification__button:active,
.subscription-form-popup__header button.active,
.subscription-form-popup__header button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
.cookie-notification__button[disabled],
.disabled.cookie-notification__button,
.popup-notification__buttons .disabled.popup-notification__button,
.popup-notification__buttons .popup-notification__button[disabled],
.popup-notification__buttons fieldset[disabled] .popup-notification__button,
.subscription-form-popup__header button.disabled,
.subscription-form-popup__header button[disabled],
.subscription-form-popup__header fieldset[disabled] button,
fieldset[disabled] .btn,
fieldset[disabled] .cookie-notification__button,
fieldset[disabled] .popup-notification__buttons .popup-notification__button,
fieldset[disabled] .subscription-form-popup__header button {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.popup-notification__buttons a.disabled.popup-notification__button,
.popup-notification__buttons fieldset[disabled] a.popup-notification__button,
a.btn.disabled,
a.disabled.cookie-notification__button,
fieldset[disabled] .popup-notification__buttons a.popup-notification__button,
fieldset[disabled] a.btn,
fieldset[disabled] a.cookie-notification__button {
    pointer-events: none
}

.btn-default {
    color: #000;
    background-color: transparent;
    border-color: #000
}

.btn-default.focus,
.btn-default:focus {
    color: #000;
    background-color: transparent;
    border-color: #000
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #000;
    background-color: transparent;
    border-color: #000
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #000;
    background-color: transparent;
    border-color: #000
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: transparent;
    border-color: #000
}

.btn-default .badge {
    color: transparent;
    background-color: #000
}

.btn-primary {
    color: #fff;
    background-color: #da0011;
    border-color: #da0011
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #a7000d;
    border-color: #5b0007
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a7000d;
    border-color: #9d000c
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #83000a;
    border-color: #5b0007
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #da0011;
    border-color: #da0011
}

.btn-primary .badge {
    color: #da0011;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #da0011;
    border-color: #c1000f
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #a7000d;
    border-color: #410005
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a7000d;
    border-color: #83000a
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #83000a;
    border-color: #410005
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #da0011;
    border-color: #c1000f
}

.btn-danger .badge {
    color: #da0011;
    background-color: #fff
}

.btn-link {
    color: #000;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #000;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #ebeef0;
    text-decoration: none
}

.btn-lg,
.btn-sm,
.btn-xs {
    padding: 1rem 1.6rem;
    font-size: 2.4rem;
    line-height: 1.33333;
    border-radius: 3px
}

.btn-sm,
.btn-xs {
    padding: .5rem 1rem;
    font-size: 1.6rem;
    line-height: 1.5
}

.btn-xs {
    padding: .1rem .5rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

table.credit-rating-mobile tbody>tr,
tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup {
    position: relative
}

.dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #da0011
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 1.6rem;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.breadcrumb {
    margin-bottom: 2rem;
    list-style: none
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg,
.well-sm {
    padding: 24px;
    border-radius: 3px
}

.well-sm {
    padding: 9px
}

.close {
    float: right;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {

    .visible-xs,
    .visible-xs-block {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    .visible-sm,
    .visible-sm-block {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1239px) {

    .visible-md,
    .visible-md-block {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1240px) {

    .visible-lg,
    .visible-lg-block {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1239px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1240px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block,
style {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: "UniversNext";
    src: url(../fonts/universnextforhsbc-ultralight.eot?1dd34e9a);
    src: url(../fonts/universnextforhsbc-ultralight.eot?1dd34e9a#iefix) format("embedded-opentype"), url(../fonts/universnextforhsbc-ultralight.woff?1dd34e9a) format("woff"), url(../fonts/universnextforhsbc-ultralight.ttf?1dd34e9a) format("truetype"), url(../fonts/universnextforhsbc-ultralight.svg?1dd34e9a#UniversNext) format("svg");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: "UniversNext";
    src: url(../fonts/universnextforhsbc-ultralightit.eot?1dd34e9a);
    src: url(../fonts/universnextforhsbc-ultralightit.eot?1dd34e9a#iefix) format("embedded-opentype"), url(../fonts/universnextforhsbc-ultralightit.woff?1dd34e9a) format("woff"), url(../fonts/universnextforhsbc-ultralightit.ttf?1dd34e9a) format("truetype"), url(../fonts/universnextforhsbc-ultralightit.svg?1dd34e9a#UniversNext) format("svg");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: "UniversNext";
    src: url(../fonts/universnextforhsbc-thin.eot?1dd34e9a);
    src: url(../fonts/universnextforhsbc-thin.eot?1dd34e9a#iefix) format("embedded-opentype"), url(../fonts/universnextforhsbc-thin.woff?1dd34e9a) format("woff"), url(../fonts/universnextforhsbc-thin.ttf?1dd34e9a) format("truetype"), url(../fonts/universnextforhsbc-thin.svg?1dd34e9a#UniversNext) format("svg");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: "UniversNext";
    src: url(../fonts/universnextforhsbc-thinit.eot?1dd34e9a);
    src: url(../fonts/universnextforhsbc-thinit.eot?1dd34e9a#iefix) format("embedded-opentype"), url(../fonts/universnextforhsbc-thinit.woff?1dd34e9a) format("woff"), url(../fonts/universnextforhsbc-thinit.ttf?1dd34e9a) format("truetype"), url(../fonts/universnextforhsbc-thinit.svg?1dd34e9a#UniversNext) format("svg");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: "UniversNext";
    src: url(../fonts/universnextforhsbc-light.eot?1dd34e9a);
    src: url(../fonts/universnextforhsbc-light.eot?1dd34e9a#iefix) format("embedded-opentype"), url(../fonts/universnextforhsbc-light.woff?1dd34e9a) format("woff"), url(../fonts/universnextforhsbc-light.ttf?1dd34e9a) format("truetype"), url(../fonts/universnextforhsbc-light.svg?1dd34e9a#UniversNext) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "UniversNext";
    src: url(../fonts/universnextforhsbc-lightit.eot?1dd34e9a);
    src: url(../fonts/universnextforhsbc-lightit.eot?1dd34e9a#iefix) format("embedded-opentype"), url(../fonts/universnextforhsbc-lightit.woff?1dd34e9a) format("woff"), url(../fonts/universnextforhsbc-lightit.ttf?1dd34e9a) format("truetype"), url(../fonts/universnextforhsbc-lightit.svg?1dd34e9a#UniversNext) format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: "UniversNext";
    src: url(../fonts/universnextforhsbc-regular.eot?1dd34e9a);
    src: url(../fonts/universnextforhsbc-regular.eot?1dd34e9a#iefix) format("embedded-opentype"), url(../fonts/universnextforhsbc-regular.woff?1dd34e9a) format("woff"), url(../fonts/universnextforhsbc-regular.ttf?1dd34e9a) format("truetype"), url(../fonts/universnextforhsbc-regular.svg?1dd34e9a#UniversNext) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "UniversNext";
    src: url(../fonts/universnextforhsbc-medium.eot?1dd34e9a);
    src: url(../fonts/universnextforhsbc-medium.eot?1dd34e9a#iefix) format("embedded-opentype"), url(../fonts/universnextforhsbc-medium.woff?1dd34e9a) format("woff"), url(../fonts/universnextforhsbc-medium.ttf?1dd34e9a) format("truetype"), url(../fonts/universnextforhsbc-medium.svg?1dd34e9a#UniversNext) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "UniversNext";
    src: url(../fonts/universnextforhsbc-bold.eot?1dd34e9a);
    src: url(../fonts/universnextforhsbc-bold.eot?1dd34e9a#iefix) format("embedded-opentype"), url(../fonts/universnextforhsbc-bold.woff?1dd34e9a) format("woff"), url(../fonts/universnextforhsbc-bold.ttf?1dd34e9a) format("truetype"), url(../fonts/universnextforhsbc-bold.svg?1dd34e9a#UniversNext) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "hsbc-icons";
    src: url(../fonts/hsbc-icons.eot?abcdef);
    src: url(../fonts/hsbc-icons.eot?abcdef#iefix) format("embedded-opentype"), url(../fonts/hsbc-icons.woff?abcdef) format("woff"), url(../fonts/hsbc-icons.ttf?abcdef) format("truetype"), url(../fonts/hsbc-icons.svg?abcdef#hsbc-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.in-page-link a:hover .hsbci,
.in-page-link a:hover [class*=" hsbc-"],
.in-page-link a:hover [class^=hsbc-],
.in-page-link-list li a:hover .hsbci,
.in-page-link-list li a:hover [class*=" hsbc-"],
.in-page-link-list li a:hover [class^=hsbc-],
button.hsbci:hover,
button:hover .hsbci,
button:hover [class*=" hsbc-"],
button:hover [class^=hsbc-],
button[class*=" hsbc-"]:hover,
button[class^=hsbc-]:hover,
i.hsbci:hover,
i[class*=" hsbc-"]:hover,
i[class^=hsbc-]:hover,
span.hsbci:hover,
span[class*=" hsbc-"]:hover,
span[class^=hsbc-]:hover,
span[class^=roying-]:hover {
    color: #ba000e
}

button.hsbci,
button[class*=" hsbc-"],
button[class^=hsbc-],
i.hsbci,
i[class*=" hsbc-"],
i[class^=hsbc-],
span.hsbci,
span[class*=" hsbc-"],
span[class^=hsbc-],
span[class^=roying-] {
    font-family: 'hsbc-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.2rem;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

button.hsbc-menu:before,
i.hsbc-menu:before,
span.hsbc-menu:before {
    content: ""
}

button.hsbc-close:before,
i.hsbc-close:before,
span.hsbc-close:before {
    content: ""
}

button.hsbc-search:before,
i.hsbc-search:before,
span.hsbc-search:before {
    content: ""
}

button.hsbc-large-search:before,
i.hsbc-large-search:before,
span.hsbc-large-search:before {
    content: ""
}

button.hsbc-left-chevron:before,
i.hsbc-left-chevron:before,
span.hsbc-left-chevron:before {
    content: ""
}

.interactive-map__info-window__actions__action--internal span.icon:before,
button.hsbc-right-chevron:before,
i.hsbc-right-chevron:before,
span.hsbc-right-chevron:before {
    content: ""
}

button.hsbc-up-chevron:before,
i.hsbc-up-chevron:before,
span.hsbc-up-chevron:before {
    content: ""
}

button.hsbc-down-chevron:before,
i.hsbc-down-chevron:before,
span.hsbc-down-chevron:before {
    content: ""
}

button.hsbc-carousel-left:before,
i.hsbc-carousel-left:before,
span.hsbc-carousel-left:before {
    content: ""
}

button.hsbc-carousel-right:before,
i.hsbc-carousel-right:before,
span.hsbc-carousel-right:before {
    content: ""
}

.table-toggle-holder .table-toggle:not(.collapsed) i:before,
button.hsbc-panel-close:before,
i.hsbc-panel-close:before,
span.hsbc-panel-close:before {
    content: ""
}

.table-toggle-holder .table-toggle.collapsed i:before,
button.hsbc-panel-open:before,
i.hsbc-panel-open:before,
span.hsbc-panel-open:before {
    content: ""
}

button.hsbc-tick:before,
i.hsbc-tick:before,
span.hsbc-tick:before {
    content: ""
}

button.hsbc-download-added:before,
i.hsbc-download-added:before,
span.hsbc-download-added:before {
    content: ""
}

button.hsbc-code:before,
i.hsbc-code:before,
span.hsbc-code:before {
    content: ""
}

.interactive-map__info-window__actions__action--external span.icon:before,
button.hsbc-external-link:before,
i.hsbc-external-link:before,
span.hsbc-external-link:before {
    content: ""
}

button.hsbc-popup-lightbox:before,
i.hsbc-popup-lightbox:before,
span.hsbc-popup-lightbox:before {
    content: ""
}

button.hsbc-expand:before,
i.hsbc-expand:before,
span.hsbc-expand:before {
    content: ""
}

.interactive-map__info-window__actions__action--download span.icon:before,
button.hsbc-download:before,
i.hsbc-download:before,
span.hsbc-download:before {
    content: ""
}

button.hsbc-download-basket:before,
i.hsbc-download-basket:before,
span.hsbc-download-basket:before {
    content: ""
}

button.hsbc-print:before,
i.hsbc-print:before,
span.hsbc-print:before {
    content: ""
}

button.hsbc-calendar:before,
i.hsbc-calendar:before,
span.hsbc-calendar:before {
    content: ""
}

button.hsbc-webcast:before,
i.hsbc-webcast:before,
span.hsbc-webcast:before {
    content: ""
}

button.hsbc-info:before,
i.hsbc-info:before,
span.hsbc-info:before {
    content: ""
}

button.hsbc-information-close:before,
i.hsbc-information-close:before,
span.hsbc-information-close:before {
    content: ""
}

button.hsbc-close-circle:before,
i.hsbc-close-circle:before,
span.hsbc-close-circle:before {
    content: ""
}

button.hsbc-Close-inverted:before,
i.hsbc-Close-inverted:before,
span.hsbc-Close-inverted:before {
    content: ""
}

button.hsbc-zoom-out:before,
i.hsbc-zoom-out:before,
span.hsbc-zoom-out:before {
    content: ""
}

button.hsbc-zoom-out-inverted:before,
i.hsbc-zoom-out-inverted:before,
span.hsbc-zoom-out-inverted:before {
    content: ""
}

button.hsbc-zoom-out-edge:before,
i.hsbc-zoom-out-edge:before,
span.hsbc-zoom-out-edge:before {
    content: ""
}

button.hsbc-zoom-in-edge:before,
i.hsbc-zoom-in-edge:before,
span.hsbc-zoom-in-edge:before {
    content: ""
}

button.hsbc-zoom-in:before,
i.hsbc-zoom-in:before,
span.hsbc-zoom-in:before {
    content: ""
}

button.hsbc-zoom-in-inverted:before,
i.hsbc-zoom-in-inverted:before,
span.hsbc-zoom-in-inverted:before {
    content: ""
}

button.hsbc-back:before,
i.hsbc-back:before,
span.hsbc-back:before {
    content: ""
}

button.hsbc-replay:before,
i.hsbc-replay:before,
span.hsbc-replay:before {
    content: ""
}

button.hsbc-scroll:before,
i.hsbc-scroll:before,
span.hsbc-scroll:before {
    content: ""
}

button.hsbc-sort-down:before,
i.hsbc-sort-down:before,
span.hsbc-sort-down:before {
    content: ""
}

button.hsbc-sort-up:before,
i.hsbc-sort-up:before,
span.hsbc-sort-up:before {
    content: ""
}

button.hsbc-map-icon:before,
i.hsbc-map-icon:before,
span.hsbc-map-icon:before {
    content: ""
}

button.hsbc-rss:before,
i.hsbc-rss:before,
span.hsbc-rss:before {
    content: ""
}

button.hsbc-website-share:before,
i.hsbc-website-share:before,
span.hsbc-website-share:before {
    content: ""
}

button.hsbc-social-share:before,
i.hsbc-social-share:before,
span.hsbc-social-share:before {
    content: ""
}

button.hsbc-twitter-retweet:before,
i.hsbc-twitter-retweet:before,
span.hsbc-twitter-retweet:before {
    content: ""
}

button.hsbc-dislike:before,
i.hsbc-dislike:before,
span.hsbc-dislike:before {
    content: ""
}

button.hsbc-like:before,
i.hsbc-like:before,
span.hsbc-like:before {
    content: ""
}

button.hsbc-like-inverted:before,
i.hsbc-like-inverted:before,
span.hsbc-like-inverted:before {
    content: ""
}

button.hsbc-heart:before,
i.hsbc-heart:before,
span.hsbc-heart:before {
    content: ""
}

button.hsbc-social-share-arrow:before,
i.hsbc-social-share-arrow:before,
span.hsbc-social-share-arrow:before {
    content: ""
}

button.hsbc-email:before,
i.hsbc-email:before,
span.hsbc-email:before {
    content: ""
}

button.hsbc-whatsapp:before,
i.hsbc-whatsapp:before,
span.hsbc-whatsapp:before {
    content: ""
}

button.hsbc-wechat:before,
i.hsbc-wechat:before,
span.hsbc-wechat:before {
    content: ""
}

button.hsbc-messenger:before,
i.hsbc-messenger:before,
span.hsbc-messenger:before {
    content: ""
}

button.hsbc-facebook:before,
i.hsbc-facebook:before,
span.hsbc-facebook:before,
span.roying-facebook:before {
    content: ""
}

button.hsbc-social-empty:before,
i.hsbc-social-empty:before,
span.hsbc-social-empty:before {
    content: ""
}

button.hsbc-facebook-channel:before,
i.hsbc-facebook-channel:before,
span.hsbc-facebook-channel:before,
span.roying-facebook-channel:before {
    content: ""
}

button.hsbc-instagram:before,
i.hsbc-instagram:before,
span.hsbc-instagram:before,
span.roying-instagram:before {
    content: ""
}

button.hsbc-instagram-big:before,
i.hsbc-instagram-big:before,
span.hsbc-instagram-big:before,
span.roying-instagram-big:before {
    content: ""
}

button.hsbc-linkedin:before,
i.hsbc-linkedin:before,
span.hsbc-linkedin:before,
span.roying-linkedin:before {
    content: ""
}

button.hsbc-linkedin-big:before,
i.hsbc-linkedin-big:before,
span.hsbc-linkedin-big:before,
span.roying-linkedin-big:before {
    content: ""
}

button.hsbc-twitter:before,
i.hsbc-twitter:before,
span.hsbc-twitter:before,
span.roying-twitter:before {
    content: ""
}

button.hsbc-twitter-channel:before,
i.hsbc-twitter-channel:before,
span.hsbc-twitter-channel:before,
span.roying-twitter-channel:before {
    content: ""
}

button.hsbc-youtube:before,
i.hsbc-youtube:before,
span.hsbc-youtube:before,
span.roying-youtube:before {
    content: ""
}

button.hsbc-video:before,
i.hsbc-video:before,
span.hsbc-video:before,
span.roying-video:before {
    content: ""
}

button.hsbc-youtube-channel:before,
i.hsbc-youtube-channel:before,
span.hsbc-youtube-channel:before {
    content: ""
}

button.hsbc-video-play:before,
i.hsbc-video-play:before,
span.hsbc-video-play:before {
    content: ""
}

button.hsbc-voice:before,
i.hsbc-voice:before,
span.hsbc-voice:before {
    content: ""
}

button.hsbc-warning:before,
i.hsbc-warning:before,
span.hsbc-warning:before {
    content: ""
}

.link-with-icon {
    display: block;
    font-weight: 600
}

.link-with-icon:focus [class^=hsbc-],
.link-with-icon:hover [class^=hsbc-] {
    color: #ba000e
}

.link-with-icon [class^=hsbc-] {
    display: inline-block;
    vertical-align: text-bottom
}

.link-with-icon [class^=hsbc-]:before {
    margin-left: 6px;
    font-size: 20px;
    font-size: 2rem
}

.link-with-icon .hsbc-email {
    font-size: 30px;
    font-size: 3rem
}

.link-with-right-chevron {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    display: block
}

@media (min-width:768px) {
    .link-with-right-chevron {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .link-with-right-chevron {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.link-with-right-chevron>span {
    position: relative;
    display: block;
    padding-left: 25px;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.interactive-map__info-window__actions__action--internal .link-with-right-chevron>span span.icon,
.link-with-right-chevron>span .hsbc-right-chevron,
.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon {
    color: #da0011;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5
}

.interactive-map__info-window__actions__action--internal .link-with-right-chevron>span span.icon:before,
.link-with-right-chevron>span .hsbc-right-chevron:before,
.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon:before {
    position: absolute;
    display: inline-block;
    margin-right: 5px;
    margin-left: -29px;
    text-decoration: none
}

.link-with-right-chevron>span>i {
    position: absolute;
    margin-left: 6px;
    margin-top: 2px;
    font-size: 2rem
}

.link-with-right-chevron>span>i.hsbc-video {
    position: relative;
    top: 3px;
    line-height: 0
}

.link-with-right-chevron:hover {
    text-decoration: none
}

.link-with-right-chevron:hover>span {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

@media (min-width:768px) {
    .link-with-right-chevron {
        line-height: 1.94
    }

    .interactive-map__info-window__actions__action--internal .link-with-right-chevron>span span.icon,
    .link-with-right-chevron>span .hsbc-right-chevron,
    .link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon {
        font-size: 18px;
        line-height: 1.94
    }

    .link-with-right-chevron>span>i {
        margin-top: 7px;
        font-size: 2.3rem
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .link-with-right-chevron>span>i {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.download-item {
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 16px;
    overflow: hidden;
    padding-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400
}

@media (min-width:768px) {
    .download-item {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.download-item--inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.5rem
}

@media (min-width:768px) {
    .download-item--inline {
        font-size: 1.8rem
    }
}

.download-item__text {
    padding-right: 15px
}

.download-item strong {
    font-weight: 600
}

.download-item:focus,
.download-item:hover {
    text-decoration: none
}

.download-item:focus .download-item__text,
.download-item:hover .download-item__text {
    text-decoration: underline
}

.download-item:focus [class^=hsbc-],
.download-item:hover [class^=hsbc-] {
    color: #ba000e
}

.download-item [class^=hsbc-] {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 5px;
    margin-left: auto
}

.download-item__type {
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width:768px) and (max-width:1023px) {
    .download-item__type {
        white-space: normal
    }
}

@media (min-width:768px) {
    .download-item [class^=hsbc-] {
        font-size: 22px;
        font-size: 2.2rem;
        padding-bottom: 2px
    }
}

.article-sublayout__content p>a.download-item--inline>span.download-item__text>span {
    font-weight: 400
}

.clickable-area {
    cursor: pointer
}

.clickable-except {
    cursor: auto;
    cursor: initial
}

@media screen and (min-width:768px) {
    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .row::before {
        content: normal
    }

    .hero-banner--size-medium .row>.hero-banner__responsive-body,
    .hero-banner--size-small .row>.hero-banner__responsive-body,
    .row>.col-sm-3,
    .row>.col-sm-4,
    .row>.col-sm-5,
    .row>.col-sm-6,
    .row>.col-sm-7,
    .row>.col-sm-8,
    .row>.col-sm-9,
    .share-price--bar .row>.share-price__table,
    body>.share-price .row>.share-price__table {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .hero-banner--size-medium .row>.hero-banner__responsive-body>.calendar-events--6col,
    .hero-banner--size-medium .row>.hero-banner__responsive-body>.job-listing,
    .hero-banner--size-medium .row>.hero-banner__responsive-body>.promobox,
    .hero-banner--size-medium .row>.hero-banner__responsive-body>.promobox>.promobox__container,
    .hero-banner--size-medium .row>.hero-banner__responsive-body>.share-price,
    .hero-banner--size-medium .row>.hero-banner__responsive-body>.wayfinding,
    .hero-banner--size-small .row>.hero-banner__responsive-body>.calendar-events--6col,
    .hero-banner--size-small .row>.hero-banner__responsive-body>.job-listing,
    .hero-banner--size-small .row>.hero-banner__responsive-body>.promobox,
    .hero-banner--size-small .row>.hero-banner__responsive-body>.promobox>.promobox__container,
    .hero-banner--size-small .row>.hero-banner__responsive-body>.share-price,
    .hero-banner--size-small .row>.hero-banner__responsive-body>.wayfinding,
    .row>.col-sm-3>.calendar-events--6col,
    .row>.col-sm-3>.job-listing,
    .row>.col-sm-3>.promobox,
    .row>.col-sm-3>.promobox>.promobox__container,
    .row>.col-sm-3>.share-price,
    .row>.col-sm-3>.wayfinding,
    .row>.col-sm-4>.calendar-events--6col,
    .row>.col-sm-4>.job-listing,
    .row>.col-sm-4>.promobox,
    .row>.col-sm-4>.promobox>.promobox__container,
    .row>.col-sm-4>.share-price,
    .row>.col-sm-4>.wayfinding,
    .row>.col-sm-5>.calendar-events--6col,
    .row>.col-sm-5>.job-listing,
    .row>.col-sm-5>.promobox,
    .row>.col-sm-5>.promobox>.promobox__container,
    .row>.col-sm-5>.share-price,
    .row>.col-sm-5>.wayfinding,
    .row>.col-sm-6>.calendar-events--6col,
    .row>.col-sm-6>.job-listing,
    .row>.col-sm-6>.promobox,
    .row>.col-sm-6>.promobox>.promobox__container,
    .row>.col-sm-6>.share-price,
    .row>.col-sm-6>.wayfinding,
    .row>.col-sm-7>.calendar-events--6col,
    .row>.col-sm-7>.job-listing,
    .row>.col-sm-7>.promobox,
    .row>.col-sm-7>.promobox>.promobox__container,
    .row>.col-sm-7>.share-price,
    .row>.col-sm-7>.wayfinding,
    .row>.col-sm-8>.calendar-events--6col,
    .row>.col-sm-8>.job-listing,
    .row>.col-sm-8>.promobox,
    .row>.col-sm-8>.promobox>.promobox__container,
    .row>.col-sm-8>.share-price,
    .row>.col-sm-8>.wayfinding,
    .row>.col-sm-9>.calendar-events--6col,
    .row>.col-sm-9>.job-listing,
    .row>.col-sm-9>.promobox,
    .row>.col-sm-9>.promobox>.promobox__container,
    .row>.col-sm-9>.share-price,
    .row>.col-sm-9>.wayfinding,
    .share-price--bar .row>.share-price__table>.calendar-events--6col,
    .share-price--bar .row>.share-price__table>.job-listing,
    .share-price--bar .row>.share-price__table>.promobox,
    .share-price--bar .row>.share-price__table>.promobox>.promobox__container,
    .share-price--bar .row>.share-price__table>.share-price,
    .share-price--bar .row>.share-price__table>.wayfinding,
    body>.share-price .row>.share-price__table>.calendar-events--6col,
    body>.share-price .row>.share-price__table>.job-listing,
    body>.share-price .row>.share-price__table>.promobox,
    body>.share-price .row>.share-price__table>.promobox>.promobox__container,
    body>.share-price .row>.share-price__table>.share-price,
    body>.share-price .row>.share-price__table>.wayfinding {
        height: 100%
    }

    .hero-banner--size-medium .row>.hero-banner__responsive-body>.simple-fact,
    .hero-banner--size-small .row>.hero-banner__responsive-body>.simple-fact,
    .row>.col-sm-3>.simple-fact,
    .row>.col-sm-4>.simple-fact,
    .row>.col-sm-5>.simple-fact,
    .row>.col-sm-6>.simple-fact,
    .row>.col-sm-7>.simple-fact,
    .row>.col-sm-8>.simple-fact,
    .row>.col-sm-9>.simple-fact,
    .share-price--bar .row>.share-price__table>.simple-fact,
    body>.share-price .row>.share-price__table>.simple-fact {
        height: calc(100% - 5px)
    }

    .hero-banner--size-medium .row>.hero-banner__responsive-body>.editorial-content__divider:last-child,
    .hero-banner--size-small .row>.hero-banner__responsive-body>.editorial-content__divider:last-child,
    .row>.col-sm-3>.editorial-content__divider:last-child,
    .row>.col-sm-4>.editorial-content__divider:last-child,
    .row>.col-sm-5>.editorial-content__divider:last-child,
    .row>.col-sm-6>.editorial-content__divider:last-child,
    .row>.col-sm-7>.editorial-content__divider:last-child,
    .row>.col-sm-8>.editorial-content__divider:last-child,
    .row>.col-sm-9>.editorial-content__divider:last-child,
    .share-price--bar .row>.share-price__table>.editorial-content__divider:last-child,
    body>.share-price .row>.share-price__table>.editorial-content__divider:last-child {
        background: 0 0
    }

    .hero-banner--size-medium .row>.hero-banner__responsive-body>.editorial-content__divider:last-child::after,
    .hero-banner--size-small .row>.hero-banner__responsive-body>.editorial-content__divider:last-child::after,
    .row>.col-sm-3>.editorial-content__divider:last-child::after,
    .row>.col-sm-4>.editorial-content__divider:last-child::after,
    .row>.col-sm-5>.editorial-content__divider:last-child::after,
    .row>.col-sm-6>.editorial-content__divider:last-child::after,
    .row>.col-sm-7>.editorial-content__divider:last-child::after,
    .row>.col-sm-8>.editorial-content__divider:last-child::after,
    .row>.col-sm-9>.editorial-content__divider:last-child::after,
    .share-price--bar .row>.share-price__table>.editorial-content__divider:last-child::after,
    body>.share-price .row>.share-price__table>.editorial-content__divider:last-child::after {
        content: '';
        position: absolute;
        bottom: 50px;
        background: rgba(51, 51, 51, .15);
        height: 1px;
        left: 15px;
        right: 15px
    }
}

@media screen and (min-width:768px) and (min-width:768px) {

    .hero-banner--size-small .row+.row .hero-banner__responsive-body:nth-child(-n+2)>.simple-fact,
    .row+.row .col-sm-3:nth-child(-n+4)>.simple-fact,
    .row+.row .col-sm-4:nth-child(-n+3)>.simple-fact,
    .row+.row .col-sm-6:nth-child(-n+2)>.simple-fact,
    .row+.row .hero-banner--size-small .hero-banner__responsive-body:nth-child(-n+2)>.simple-fact {
        height: calc(100% - 12px)
    }

    .hero-banner--size-small .row .hero-banner__responsive-body:nth-child(n+3)>.simple-fact,
    .row .col-sm-3:nth-child(n+5)>.simple-fact,
    .row .col-sm-4:nth-child(n+4)>.simple-fact,
    .row .col-sm-6:nth-child(n+3)>.simple-fact,
    .row .hero-banner--size-small .hero-banner__responsive-body:nth-child(n+3)>.simple-fact {
        height: calc(100% - 120px)
    }
}

@media screen and (min-width:768px) {

    .row.default-layout,
    .row.filter-module,
    .table__container .row {
        display: block
    }

    .hero-banner--size-medium .row.default-layout>.hero-banner__responsive-body>.calendar-events--6col,
    .hero-banner--size-medium .row.default-layout>.hero-banner__responsive-body>.job-listing,
    .hero-banner--size-medium .row.default-layout>.hero-banner__responsive-body>.promobox,
    .hero-banner--size-medium .row.default-layout>.hero-banner__responsive-body>.promobox>.promobox__container,
    .hero-banner--size-medium .row.default-layout>.hero-banner__responsive-body>.share-price,
    .hero-banner--size-medium .row.default-layout>.hero-banner__responsive-body>.simple-fact,
    .hero-banner--size-medium .row.default-layout>.hero-banner__responsive-body>.wayfinding,
    .hero-banner--size-small .row.default-layout>.hero-banner__responsive-body>.calendar-events--6col,
    .hero-banner--size-small .row.default-layout>.hero-banner__responsive-body>.job-listing,
    .hero-banner--size-small .row.default-layout>.hero-banner__responsive-body>.promobox,
    .hero-banner--size-small .row.default-layout>.hero-banner__responsive-body>.promobox>.promobox__container,
    .hero-banner--size-small .row.default-layout>.hero-banner__responsive-body>.share-price,
    .hero-banner--size-small .row.default-layout>.hero-banner__responsive-body>.simple-fact,
    .hero-banner--size-small .row.default-layout>.hero-banner__responsive-body>.wayfinding,
    .row.default-layout>.col-sm-3>.calendar-events--6col,
    .row.default-layout>.col-sm-3>.job-listing,
    .row.default-layout>.col-sm-3>.promobox,
    .row.default-layout>.col-sm-3>.promobox>.promobox__container,
    .row.default-layout>.col-sm-3>.share-price,
    .row.default-layout>.col-sm-3>.simple-fact,
    .row.default-layout>.col-sm-3>.wayfinding,
    .row.default-layout>.col-sm-4>.calendar-events--6col,
    .row.default-layout>.col-sm-4>.job-listing,
    .row.default-layout>.col-sm-4>.promobox,
    .row.default-layout>.col-sm-4>.promobox>.promobox__container,
    .row.default-layout>.col-sm-4>.share-price,
    .row.default-layout>.col-sm-4>.simple-fact,
    .row.default-layout>.col-sm-4>.wayfinding,
    .row.default-layout>.col-sm-5>.calendar-events--6col,
    .row.default-layout>.col-sm-5>.job-listing,
    .row.default-layout>.col-sm-5>.promobox,
    .row.default-layout>.col-sm-5>.promobox>.promobox__container,
    .row.default-layout>.col-sm-5>.share-price,
    .row.default-layout>.col-sm-5>.simple-fact,
    .row.default-layout>.col-sm-5>.wayfinding,
    .row.default-layout>.col-sm-6>.calendar-events--6col,
    .row.default-layout>.col-sm-6>.job-listing,
    .row.default-layout>.col-sm-6>.promobox,
    .row.default-layout>.col-sm-6>.promobox>.promobox__container,
    .row.default-layout>.col-sm-6>.share-price,
    .row.default-layout>.col-sm-6>.simple-fact,
    .row.default-layout>.col-sm-6>.wayfinding,
    .row.default-layout>.col-sm-7>.calendar-events--6col,
    .row.default-layout>.col-sm-7>.job-listing,
    .row.default-layout>.col-sm-7>.promobox,
    .row.default-layout>.col-sm-7>.promobox>.promobox__container,
    .row.default-layout>.col-sm-7>.share-price,
    .row.default-layout>.col-sm-7>.simple-fact,
    .row.default-layout>.col-sm-7>.wayfinding,
    .row.default-layout>.col-sm-8>.calendar-events--6col,
    .row.default-layout>.col-sm-8>.job-listing,
    .row.default-layout>.col-sm-8>.promobox,
    .row.default-layout>.col-sm-8>.promobox>.promobox__container,
    .row.default-layout>.col-sm-8>.share-price,
    .row.default-layout>.col-sm-8>.simple-fact,
    .row.default-layout>.col-sm-8>.wayfinding,
    .row.default-layout>.col-sm-9>.calendar-events--6col,
    .row.default-layout>.col-sm-9>.job-listing,
    .row.default-layout>.col-sm-9>.promobox,
    .row.default-layout>.col-sm-9>.promobox>.promobox__container,
    .row.default-layout>.col-sm-9>.share-price,
    .row.default-layout>.col-sm-9>.simple-fact,
    .row.default-layout>.col-sm-9>.wayfinding,
    .share-price--bar .row.default-layout>.share-price__table>.calendar-events--6col,
    .share-price--bar .row.default-layout>.share-price__table>.job-listing,
    .share-price--bar .row.default-layout>.share-price__table>.promobox,
    .share-price--bar .row.default-layout>.share-price__table>.promobox>.promobox__container,
    .share-price--bar .row.default-layout>.share-price__table>.share-price,
    .share-price--bar .row.default-layout>.share-price__table>.simple-fact,
    .share-price--bar .row.default-layout>.share-price__table>.wayfinding,
    body>.share-price .row.default-layout>.share-price__table>.calendar-events--6col,
    body>.share-price .row.default-layout>.share-price__table>.job-listing,
    body>.share-price .row.default-layout>.share-price__table>.promobox,
    body>.share-price .row.default-layout>.share-price__table>.promobox>.promobox__container,
    body>.share-price .row.default-layout>.share-price__table>.share-price,
    body>.share-price .row.default-layout>.share-price__table>.simple-fact,
    body>.share-price .row.default-layout>.share-price__table>.wayfinding {
        height: auto
    }

    .hero-banner--size-medium .row.default-layout>.hero-banner__responsive-body>.editorial-content__divider:last-child,
    .hero-banner--size-small .row.default-layout>.hero-banner__responsive-body>.editorial-content__divider:last-child,
    .row.default-layout>.col-sm-3>.editorial-content__divider:last-child,
    .row.default-layout>.col-sm-4>.editorial-content__divider:last-child,
    .row.default-layout>.col-sm-5>.editorial-content__divider:last-child,
    .row.default-layout>.col-sm-6>.editorial-content__divider:last-child,
    .row.default-layout>.col-sm-7>.editorial-content__divider:last-child,
    .row.default-layout>.col-sm-8>.editorial-content__divider:last-child,
    .row.default-layout>.col-sm-9>.editorial-content__divider:last-child,
    .share-price--bar .row.default-layout>.share-price__table>.editorial-content__divider:last-child,
    body>.share-price .row.default-layout>.share-price__table>.editorial-content__divider:last-child {
        background: rgba(51, 51, 51, .15)
    }

    .hero-banner--size-medium .row.default-layout>.hero-banner__responsive-body>.editorial-content__divider:last-child::after,
    .hero-banner--size-small .row.default-layout>.hero-banner__responsive-body>.editorial-content__divider:last-child::after,
    .row.default-layout>.col-sm-3>.editorial-content__divider:last-child::after,
    .row.default-layout>.col-sm-4>.editorial-content__divider:last-child::after,
    .row.default-layout>.col-sm-5>.editorial-content__divider:last-child::after,
    .row.default-layout>.col-sm-6>.editorial-content__divider:last-child::after,
    .row.default-layout>.col-sm-7>.editorial-content__divider:last-child::after,
    .row.default-layout>.col-sm-8>.editorial-content__divider:last-child::after,
    .row.default-layout>.col-sm-9>.editorial-content__divider:last-child::after,
    .share-price--bar .row.default-layout>.share-price__table>.editorial-content__divider:last-child::after,
    body>.share-price .row.default-layout>.share-price__table>.editorial-content__divider:last-child::after {
        display: none
    }
}

@media screen and (min-width:768px) and (min-width:768px) {

    .hero-banner--size-small .row.default-layout .hero-banner__responsive-body:nth-child(n+3)>.simple-fact,
    .row.default-layout .col-sm-3:nth-child(n+5)>.simple-fact,
    .row.default-layout .col-sm-4:nth-child(n+4)>.simple-fact,
    .row.default-layout .col-sm-6:nth-child(n+3)>.simple-fact,
    .row.default-layout .hero-banner--size-small .hero-banner__responsive-body:nth-child(n+3)>.simple-fact {
        height: auto
    }
}

@media screen and (max-width:767px) {
    .row.sublayout--hscroll-scroller {
        display: block;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .row.sublayout--hscroll-scroller::before {
        content: normal
    }

    .hero-banner--size-medium .row.sublayout--hscroll-scroller>.hero-banner__responsive-body,
    .hero-banner--size-small .row.sublayout--hscroll-scroller>.hero-banner__responsive-body,
    .row.sublayout--hscroll-scroller>.col-sm-3,
    .row.sublayout--hscroll-scroller>.col-sm-4,
    .row.sublayout--hscroll-scroller>.col-sm-5,
    .row.sublayout--hscroll-scroller>.col-sm-6,
    .row.sublayout--hscroll-scroller>.col-sm-7,
    .row.sublayout--hscroll-scroller>.col-sm-8,
    .row.sublayout--hscroll-scroller>.col-sm-9,
    .share-price--bar .row.sublayout--hscroll-scroller>.share-price__table,
    body>.share-price .row.sublayout--hscroll-scroller>.share-price__table {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .hero-banner--size-medium .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.calendar-events--6col,
    .hero-banner--size-medium .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.job-listing,
    .hero-banner--size-medium .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox,
    .hero-banner--size-medium .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container,
    .hero-banner--size-medium .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.share-price,
    .hero-banner--size-medium .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.wayfinding,
    .hero-banner--size-small .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.calendar-events--6col,
    .hero-banner--size-small .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.job-listing,
    .hero-banner--size-small .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox,
    .hero-banner--size-small .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container,
    .hero-banner--size-small .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.share-price,
    .hero-banner--size-small .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.wayfinding,
    .row.sublayout--hscroll-scroller>.col-sm-3>.calendar-events--6col,
    .row.sublayout--hscroll-scroller>.col-sm-3>.job-listing,
    .row.sublayout--hscroll-scroller>.col-sm-3>.promobox,
    .row.sublayout--hscroll-scroller>.col-sm-3>.promobox>.promobox__container,
    .row.sublayout--hscroll-scroller>.col-sm-3>.share-price,
    .row.sublayout--hscroll-scroller>.col-sm-3>.wayfinding,
    .row.sublayout--hscroll-scroller>.col-sm-4>.calendar-events--6col,
    .row.sublayout--hscroll-scroller>.col-sm-4>.job-listing,
    .row.sublayout--hscroll-scroller>.col-sm-4>.promobox,
    .row.sublayout--hscroll-scroller>.col-sm-4>.promobox>.promobox__container,
    .row.sublayout--hscroll-scroller>.col-sm-4>.share-price,
    .row.sublayout--hscroll-scroller>.col-sm-4>.wayfinding,
    .row.sublayout--hscroll-scroller>.col-sm-5>.calendar-events--6col,
    .row.sublayout--hscroll-scroller>.col-sm-5>.job-listing,
    .row.sublayout--hscroll-scroller>.col-sm-5>.promobox,
    .row.sublayout--hscroll-scroller>.col-sm-5>.promobox>.promobox__container,
    .row.sublayout--hscroll-scroller>.col-sm-5>.share-price,
    .row.sublayout--hscroll-scroller>.col-sm-5>.wayfinding,
    .row.sublayout--hscroll-scroller>.col-sm-6>.calendar-events--6col,
    .row.sublayout--hscroll-scroller>.col-sm-6>.job-listing,
    .row.sublayout--hscroll-scroller>.col-sm-6>.promobox,
    .row.sublayout--hscroll-scroller>.col-sm-6>.promobox>.promobox__container,
    .row.sublayout--hscroll-scroller>.col-sm-6>.share-price,
    .row.sublayout--hscroll-scroller>.col-sm-6>.wayfinding,
    .row.sublayout--hscroll-scroller>.col-sm-7>.calendar-events--6col,
    .row.sublayout--hscroll-scroller>.col-sm-7>.job-listing,
    .row.sublayout--hscroll-scroller>.col-sm-7>.promobox,
    .row.sublayout--hscroll-scroller>.col-sm-7>.promobox>.promobox__container,
    .row.sublayout--hscroll-scroller>.col-sm-7>.share-price,
    .row.sublayout--hscroll-scroller>.col-sm-7>.wayfinding,
    .row.sublayout--hscroll-scroller>.col-sm-8>.calendar-events--6col,
    .row.sublayout--hscroll-scroller>.col-sm-8>.job-listing,
    .row.sublayout--hscroll-scroller>.col-sm-8>.promobox,
    .row.sublayout--hscroll-scroller>.col-sm-8>.promobox>.promobox__container,
    .row.sublayout--hscroll-scroller>.col-sm-8>.share-price,
    .row.sublayout--hscroll-scroller>.col-sm-8>.wayfinding,
    .row.sublayout--hscroll-scroller>.col-sm-9>.calendar-events--6col,
    .row.sublayout--hscroll-scroller>.col-sm-9>.job-listing,
    .row.sublayout--hscroll-scroller>.col-sm-9>.promobox,
    .row.sublayout--hscroll-scroller>.col-sm-9>.promobox>.promobox__container,
    .row.sublayout--hscroll-scroller>.col-sm-9>.share-price,
    .row.sublayout--hscroll-scroller>.col-sm-9>.wayfinding,
    .share-price--bar .row.sublayout--hscroll-scroller>.share-price__table>.calendar-events--6col,
    .share-price--bar .row.sublayout--hscroll-scroller>.share-price__table>.job-listing,
    .share-price--bar .row.sublayout--hscroll-scroller>.share-price__table>.promobox,
    .share-price--bar .row.sublayout--hscroll-scroller>.share-price__table>.promobox>.promobox__container,
    .share-price--bar .row.sublayout--hscroll-scroller>.share-price__table>.share-price,
    .share-price--bar .row.sublayout--hscroll-scroller>.share-price__table>.wayfinding,
    body>.share-price .row.sublayout--hscroll-scroller>.share-price__table>.calendar-events--6col,
    body>.share-price .row.sublayout--hscroll-scroller>.share-price__table>.job-listing,
    body>.share-price .row.sublayout--hscroll-scroller>.share-price__table>.promobox,
    body>.share-price .row.sublayout--hscroll-scroller>.share-price__table>.promobox>.promobox__container,
    body>.share-price .row.sublayout--hscroll-scroller>.share-price__table>.share-price,
    body>.share-price .row.sublayout--hscroll-scroller>.share-price__table>.wayfinding {
        height: 100%
    }

    .hero-banner--size-medium .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.simple-fact,
    .hero-banner--size-small .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.simple-fact,
    .row.sublayout--hscroll-scroller>.col-sm-3>.simple-fact,
    .row.sublayout--hscroll-scroller>.col-sm-4>.simple-fact,
    .row.sublayout--hscroll-scroller>.col-sm-5>.simple-fact,
    .row.sublayout--hscroll-scroller>.col-sm-6>.simple-fact,
    .row.sublayout--hscroll-scroller>.col-sm-7>.simple-fact,
    .row.sublayout--hscroll-scroller>.col-sm-8>.simple-fact,
    .row.sublayout--hscroll-scroller>.col-sm-9>.simple-fact,
    .share-price--bar .row.sublayout--hscroll-scroller>.share-price__table>.simple-fact,
    body>.share-price .row.sublayout--hscroll-scroller>.share-price__table>.simple-fact {
        height: calc(100% - 5px)
    }

    .hero-banner--size-medium .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.editorial-content__divider:last-child,
    .hero-banner--size-small .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.editorial-content__divider:last-child,
    .row.sublayout--hscroll-scroller>.col-sm-3>.editorial-content__divider:last-child,
    .row.sublayout--hscroll-scroller>.col-sm-4>.editorial-content__divider:last-child,
    .row.sublayout--hscroll-scroller>.col-sm-5>.editorial-content__divider:last-child,
    .row.sublayout--hscroll-scroller>.col-sm-6>.editorial-content__divider:last-child,
    .row.sublayout--hscroll-scroller>.col-sm-7>.editorial-content__divider:last-child,
    .row.sublayout--hscroll-scroller>.col-sm-8>.editorial-content__divider:last-child,
    .row.sublayout--hscroll-scroller>.col-sm-9>.editorial-content__divider:last-child,
    .share-price--bar .row.sublayout--hscroll-scroller>.share-price__table>.editorial-content__divider:last-child,
    body>.share-price .row.sublayout--hscroll-scroller>.share-price__table>.editorial-content__divider:last-child {
        background: 0 0
    }

    .hero-banner--size-medium .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.editorial-content__divider:last-child::after,
    .hero-banner--size-small .row.sublayout--hscroll-scroller>.hero-banner__responsive-body>.editorial-content__divider:last-child::after,
    .row.sublayout--hscroll-scroller>.col-sm-3>.editorial-content__divider:last-child::after,
    .row.sublayout--hscroll-scroller>.col-sm-4>.editorial-content__divider:last-child::after,
    .row.sublayout--hscroll-scroller>.col-sm-5>.editorial-content__divider:last-child::after,
    .row.sublayout--hscroll-scroller>.col-sm-6>.editorial-content__divider:last-child::after,
    .row.sublayout--hscroll-scroller>.col-sm-7>.editorial-content__divider:last-child::after,
    .row.sublayout--hscroll-scroller>.col-sm-8>.editorial-content__divider:last-child::after,
    .row.sublayout--hscroll-scroller>.col-sm-9>.editorial-content__divider:last-child::after,
    .share-price--bar .row.sublayout--hscroll-scroller>.share-price__table>.editorial-content__divider:last-child::after,
    body>.share-price .row.sublayout--hscroll-scroller>.share-price__table>.editorial-content__divider:last-child::after {
        content: '';
        position: absolute;
        bottom: 50px;
        background: rgba(51, 51, 51, .15);
        height: 1px;
        left: 15px;
        right: 15px
    }
}

@media screen and (max-width:767px) and (min-width:768px) {

    .hero-banner--size-small .row.sublayout--hscroll-scroller+.row .hero-banner__responsive-body:nth-child(-n+2)>.simple-fact,
    .row.sublayout--hscroll-scroller+.row .col-sm-3:nth-child(-n+4)>.simple-fact,
    .row.sublayout--hscroll-scroller+.row .col-sm-4:nth-child(-n+3)>.simple-fact,
    .row.sublayout--hscroll-scroller+.row .col-sm-6:nth-child(-n+2)>.simple-fact,
    .row.sublayout--hscroll-scroller+.row .hero-banner--size-small .hero-banner__responsive-body:nth-child(-n+2)>.simple-fact {
        height: calc(100% - 12px)
    }

    .hero-banner--size-small .row.sublayout--hscroll-scroller .hero-banner__responsive-body:nth-child(n+3)>.simple-fact,
    .row.sublayout--hscroll-scroller .col-sm-3:nth-child(n+5)>.simple-fact,
    .row.sublayout--hscroll-scroller .col-sm-4:nth-child(n+4)>.simple-fact,
    .row.sublayout--hscroll-scroller .col-sm-6:nth-child(n+3)>.simple-fact,
    .row.sublayout--hscroll-scroller .hero-banner--size-small .hero-banner__responsive-body:nth-child(n+3)>.simple-fact {
        height: calc(100% - 120px)
    }
}

@media screen and (max-width:767px) {

    .row.default-layout.sublayout--hscroll-scroller,
    .row.sublayout--hscroll-scroller.filter-module,
    .table__container .row.sublayout--hscroll-scroller {
        display: block
    }

    .hero-banner--size-medium .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.calendar-events--6col,
    .hero-banner--size-medium .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.job-listing,
    .hero-banner--size-medium .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox,
    .hero-banner--size-medium .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container,
    .hero-banner--size-medium .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.share-price,
    .hero-banner--size-medium .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.simple-fact,
    .hero-banner--size-medium .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.wayfinding,
    .hero-banner--size-small .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.calendar-events--6col,
    .hero-banner--size-small .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.job-listing,
    .hero-banner--size-small .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox,
    .hero-banner--size-small .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container,
    .hero-banner--size-small .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.share-price,
    .hero-banner--size-small .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.simple-fact,
    .hero-banner--size-small .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.wayfinding,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-3>.calendar-events--6col,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-3>.job-listing,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-3>.promobox,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-3>.promobox>.promobox__container,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-3>.share-price,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-3>.simple-fact,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-3>.wayfinding,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-4>.calendar-events--6col,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-4>.job-listing,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-4>.promobox,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-4>.promobox>.promobox__container,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-4>.share-price,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-4>.simple-fact,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-4>.wayfinding,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-5>.calendar-events--6col,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-5>.job-listing,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-5>.promobox,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-5>.promobox>.promobox__container,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-5>.share-price,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-5>.simple-fact,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-5>.wayfinding,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-6>.calendar-events--6col,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-6>.job-listing,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-6>.promobox,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-6>.promobox>.promobox__container,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-6>.share-price,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-6>.simple-fact,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-6>.wayfinding,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-7>.calendar-events--6col,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-7>.job-listing,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-7>.promobox,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-7>.promobox>.promobox__container,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-7>.share-price,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-7>.simple-fact,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-7>.wayfinding,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-8>.calendar-events--6col,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-8>.job-listing,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-8>.promobox,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-8>.promobox>.promobox__container,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-8>.share-price,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-8>.simple-fact,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-8>.wayfinding,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-9>.calendar-events--6col,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-9>.job-listing,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-9>.promobox,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-9>.promobox>.promobox__container,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-9>.share-price,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-9>.simple-fact,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-9>.wayfinding,
    .share-price--bar .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.calendar-events--6col,
    .share-price--bar .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.job-listing,
    .share-price--bar .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.promobox,
    .share-price--bar .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.promobox>.promobox__container,
    .share-price--bar .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.share-price,
    .share-price--bar .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.simple-fact,
    .share-price--bar .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.wayfinding,
    body>.share-price .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.calendar-events--6col,
    body>.share-price .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.job-listing,
    body>.share-price .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.promobox,
    body>.share-price .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.promobox>.promobox__container,
    body>.share-price .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.share-price,
    body>.share-price .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.simple-fact,
    body>.share-price .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.wayfinding {
        height: auto
    }

    .hero-banner--size-medium .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.editorial-content__divider:last-child,
    .hero-banner--size-small .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.editorial-content__divider:last-child,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-3>.editorial-content__divider:last-child,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-4>.editorial-content__divider:last-child,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-5>.editorial-content__divider:last-child,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-6>.editorial-content__divider:last-child,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-7>.editorial-content__divider:last-child,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-8>.editorial-content__divider:last-child,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-9>.editorial-content__divider:last-child,
    .share-price--bar .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.editorial-content__divider:last-child,
    body>.share-price .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.editorial-content__divider:last-child {
        background: rgba(51, 51, 51, .15)
    }

    .hero-banner--size-medium .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.editorial-content__divider:last-child::after,
    .hero-banner--size-small .row.default-layout.sublayout--hscroll-scroller>.hero-banner__responsive-body>.editorial-content__divider:last-child::after,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-3>.editorial-content__divider:last-child::after,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-4>.editorial-content__divider:last-child::after,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-5>.editorial-content__divider:last-child::after,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-6>.editorial-content__divider:last-child::after,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-7>.editorial-content__divider:last-child::after,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-8>.editorial-content__divider:last-child::after,
    .row.default-layout.sublayout--hscroll-scroller>.col-sm-9>.editorial-content__divider:last-child::after,
    .share-price--bar .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.editorial-content__divider:last-child::after,
    body>.share-price .row.default-layout.sublayout--hscroll-scroller>.share-price__table>.editorial-content__divider:last-child::after {
        display: none
    }
}

@media screen and (max-width:767px) and (min-width:768px) {

    .hero-banner--size-small .row.default-layout.sublayout--hscroll-scroller .hero-banner__responsive-body:nth-child(n+3)>.simple-fact,
    .row.default-layout.sublayout--hscroll-scroller .col-sm-3:nth-child(n+5)>.simple-fact,
    .row.default-layout.sublayout--hscroll-scroller .col-sm-4:nth-child(n+4)>.simple-fact,
    .row.default-layout.sublayout--hscroll-scroller .col-sm-6:nth-child(n+3)>.simple-fact,
    .row.default-layout.sublayout--hscroll-scroller .hero-banner--size-small .hero-banner__responsive-body:nth-child(n+3)>.simple-fact {
        height: auto
    }
}

@media (min-width:768px) {
    .fluid-sublayout--enabled .content-block {
        position: absolute
    }
}

.fluid-sublayout__image-wrapper {
    display: none
}

.fluid-sublayout__content {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none
}

.fluid-sublayout .content-block {
    margin: 18px 0;
    word-wrap: break-word;
    overflow-wrap: break-word
}

@media (max-width:767px) {
    .fluid-sublayout {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }

    .fluid-sublayout .popup-notification__buttons .sublayout--footer>.popup-notification__button,
    .fluid-sublayout .sublayout--footer>.btn,
    .fluid-sublayout .sublayout--footer>.cookie-notification__button,
    .fluid-sublayout .subscription-form-popup__header .sublayout--footer>button,
    .popup-notification__buttons .fluid-sublayout .sublayout--footer>.popup-notification__button,
    .subscription-form-popup__header .fluid-sublayout .sublayout--footer>button {
        margin-top: 37px;
        width: calc(100% - 30px)
    }

    .fluid-sublayout .content-block:first-child {
        margin-top: 0
    }

    .fluid-sublayout .content-block:last-child {
        margin-bottom: 0
    }

    .fluid-sublayout .content-block .promobox__container {
        border-bottom: 1px solid #dcddde
    }

    .fluid-sublayout .content-block .promobox__container.background-dark-blue,
    .fluid-sublayout .content-block .promobox__container.background-light-gray,
    .fluid-sublayout .content-block .promobox__container.background-white {
        border-bottom: 0
    }
}

@media (min-width:768px) {
    .fluid-sublayout {
        position: relative;
        padding-left: 0;
        padding-right: 0
    }

    .fluid-sublayout__image-wrapper {
        display: block;
        margin-left: -35px;
        margin-right: -35px
    }

    .fluid-sublayout__image {
        width: 100%
    }

    .fluid-sublayout .content-block {
        margin: 0
    }

    .fluid-sublayout .content-block+.content-block,
    .fluid-sublayout .content-block.highlighted+.content-block {
        margin-top: 30px
    }

    .fluid-sublayout .content-block:nth-child(-n+2) {
        margin-top: 0
    }

    .fluid-sublayout .content-block.highlighted {
        margin-top: 0
    }

    .fluid-sublayout .popup-notification__buttons .sublayout--footer>.popup-notification__button,
    .fluid-sublayout .sublayout--footer>.btn,
    .fluid-sublayout .sublayout--footer>.cookie-notification__button,
    .fluid-sublayout .subscription-form-popup__header .sublayout--footer>button,
    .popup-notification__buttons .fluid-sublayout .sublayout--footer>.popup-notification__button,
    .subscription-form-popup__header .fluid-sublayout .sublayout--footer>button {
        margin-top: 70px
    }
}

@media (min-width:1155px) {
    .fluid-sublayout__image-wrapper {
        height: 650px;
        overflow: hidden;
        position: relative
    }

    .fluid-sublayout.crop-400 .fluid-sublayout__image-wrapper {
        height: 400px
    }

    .fluid-sublayout__image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (min-width:1240px) {
    .fluid-sublayout__image-wrapper {
        margin-left: calc((100vw - 1170px)/-2);
        margin-right: calc((100vw - 1170px)/-2)
    }
}

@media (min-width:768px) {
    .sublayout--fluid[class*=sublayout--theme]:not([class*=sublayout--theme-transparent]) .fluid-sublayout__image-wrapper {
        margin-top: -90px
    }

    .full-bleed-sublayout+.sublayout--fluid {
        padding-top: 30px
    }

    .sublayout--fluid[data-columns="3"] .fluid-sublayout .content-block:nth-child(-n+3),
    .sublayout--fluid[data-columns="4"] .fluid-sublayout .content-block:nth-child(-n+4) {
        margin-top: 0
    }
}

.sublayout.full-bleed-sublayout {
    padding: 0
}

@media (max-width:767px) {

    .full-bleed-sublayout .image-header,
    .full-bleed-sublayout .image-with-links,
    .full-bleed-sublayout .inline-video {
        margin-left: 0;
        margin-right: 0
    }

    .full-bleed-sublayout .image-header .cinemagraph--mobile-image,
    .full-bleed-sublayout .image-header .image-with-links__image,
    .full-bleed-sublayout .image-header .inline-video__teaser,
    .full-bleed-sublayout .image-header .video-player,
    .full-bleed-sublayout .image-with-links .cinemagraph--mobile-image,
    .full-bleed-sublayout .image-with-links .image-with-links__image,
    .full-bleed-sublayout .image-with-links .inline-video__teaser,
    .full-bleed-sublayout .image-with-links .video-player,
    .full-bleed-sublayout .inline-video .cinemagraph--mobile-image,
    .full-bleed-sublayout .inline-video .image-with-links__image,
    .full-bleed-sublayout .inline-video .inline-video__teaser,
    .full-bleed-sublayout .inline-video .video-player {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    .full-bleed-sublayout .image-header .media-info,
    .full-bleed-sublayout .image-with-links .media-info,
    .full-bleed-sublayout .inline-video .media-info {
        margin-bottom: -21px;
        padding: 0 33px
    }

    .semi-full-bleed-sublayout__container {
        max-width: 1200px;
        width: calc(100% - 36px);
        margin-left: 18px;
        margin-right: 18px
    }

    .semi-full-bleed-sublayout__row {
        margin-left: -15px;
        margin-right: -15px
    }

    .semi-full-bleed-sublayout__row:after,
    .semi-full-bleed-sublayout__row:before {
        content: " ";
        display: table
    }

    .semi-full-bleed-sublayout__row:after {
        clear: both
    }

    .semi-full-bleed-sublayout__col {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

    .semi-full-bleed-sublayout__col .image-with-links__full-screen-button-container {
        right: 12px
    }
}

@media (min-width:768px) {

    .full-bleed-sublayout .image-header .media-info,
    .full-bleed-sublayout .image-with-links .media-info,
    .full-bleed-sublayout .inline-video .media-info,
    .sublayout.semi-full-bleed-sublayout .image-header .media-info,
    .sublayout.semi-full-bleed-sublayout .image-with-links .media-info,
    .sublayout.semi-full-bleed-sublayout .inline-video .media-info {
        margin-top: 30px;
        margin-bottom: -22px;
        padding: 0 35px
    }

    .full-bleed-sublayout .image-with-links__image-container,
    .full-bleed-sublayout .image-with-links__image-container .image-with-links__image,
    .full-bleed-sublayout .inline-video .video-player,
    .sublayout.semi-full-bleed-sublayout .image-with-links__image-container,
    .sublayout.semi-full-bleed-sublayout .image-with-links__image-container .image-with-links__image,
    .sublayout.semi-full-bleed-sublayout .inline-video .video-player {
        margin-bottom: 0
    }

    .semi-full-bleed-sublayout,
    .sublayout.semi-full-bleed-sublayout {
        padding-right: 3.75%;
        padding-left: 3.75%
    }

    .full-bleed-sublayout .video-player .video-player__poster,
    .semi-full-bleed-sublayout .video-player .video-player__poster {
        background-position: center
    }

    .full-bleed-sublayout.crop-400 .image-with-links .image-with-links__image-container,
    .semi-full-bleed-sublayout.crop-400 .image-with-links .image-with-links__image-container {
        height: 400px;
        overflow: hidden;
        position: relative
    }

    .full-bleed-sublayout.crop-400 .image-with-links .image-with-links__image-container .image-with-links__image,
    .semi-full-bleed-sublayout.crop-400 .image-with-links .image-with-links__image-container .image-with-links__image {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .full-bleed-sublayout.crop-400 .image-with-links .image-with-links__image-container .image-with-links__image.no-zoom,
    .semi-full-bleed-sublayout.crop-400 .image-with-links .image-with-links__image-container .image-with-links__image.no-zoom {
        width: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media (min-width:768px) and (min-width:1601px) {

    .full-bleed-sublayout.crop-400 .image-with-links .image-with-links__image-container .image-with-links__image.no-zoom,
    .semi-full-bleed-sublayout.crop-400 .image-with-links .image-with-links__image-container .image-with-links__image.no-zoom {
        width: 100%
    }
}

@media (min-width:768px) {

    .full-bleed-sublayout.crop-400 .video-player,
    .semi-full-bleed-sublayout.crop-400 .video-player {
        max-height: 400px
    }
}

@media (min-width:1155px) {

    .full-bleed-sublayout .image-with-links .image-with-links__image-container,
    .semi-full-bleed-sublayout .image-with-links .image-with-links__image-container {
        height: 650px;
        overflow: hidden;
        position: relative
    }

    .full-bleed-sublayout .image-with-links .image-with-links__image-container .image-with-links__image,
    .semi-full-bleed-sublayout .image-with-links .image-with-links__image-container .image-with-links__image {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .full-bleed-sublayout .video-player,
    .semi-full-bleed-sublayout .video-player {
        max-height: 650px
    }
}

.hidden-content {
    visibility: hidden !important
}

.pagemode-edit .hidden-content {
    visibility: visible !important;
    opacity: .5
}

.sublayout--sl2 .sublayout--content-hero:nth-of-type(2n+1),
.sublayout--sl2 .sublayout--content:nth-of-type(2n+1),
.sublayout--sl3 .sublayout--content-hero:nth-of-type(3n+1),
.sublayout--sl3 .sublayout--content:nth-of-type(3n+1),
.sublayout--sl3h .sublayout--content:nth-of-type(3n+1) {
    clear: left
}

@media (max-width:480px) {

    .hero-banner--size-medium .sublayout--sl2 .col-sm-4.sublayout--content+.sublayout--content-hero.hero-banner__responsive-body>p:first-child,
    .hero-banner--size-medium .sublayout--sl2 .col-sm-4.sublayout--content+.sublayout--content.hero-banner__responsive-body>p:first-child,
    .hero-banner--size-medium .sublayout--sl2 .col-sm-4.sublayout--content-hero+.sublayout--content-hero.hero-banner__responsive-body>p:first-child,
    .hero-banner--size-medium .sublayout--sl2 .col-sm-4.sublayout--content-hero+.sublayout--content.hero-banner__responsive-body>p:first-child,
    .sublayout--sl2 .col-sm-4.sublayout--content+.col-sm-8.sublayout--content-hero>p:first-child,
    .sublayout--sl2 .col-sm-4.sublayout--content+.col-sm-8.sublayout--content>p:first-child,
    .sublayout--sl2 .col-sm-4.sublayout--content-hero+.col-sm-8.sublayout--content-hero>p:first-child,
    .sublayout--sl2 .col-sm-4.sublayout--content-hero+.col-sm-8.sublayout--content>p:first-child,
    .sublayout--sl2 .hero-banner--size-medium .col-sm-4.sublayout--content+.sublayout--content-hero.hero-banner__responsive-body>p:first-child,
    .sublayout--sl2 .hero-banner--size-medium .col-sm-4.sublayout--content+.sublayout--content.hero-banner__responsive-body>p:first-child,
    .sublayout--sl2 .hero-banner--size-medium .col-sm-4.sublayout--content-hero+.sublayout--content-hero.hero-banner__responsive-body>p:first-child,
    .sublayout--sl2 .hero-banner--size-medium .col-sm-4.sublayout--content-hero+.sublayout--content.hero-banner__responsive-body>p:first-child {
        margin-top: 25px
    }
}

@media (min-width:768px) {

    .popup-notification__buttons .sublayout--sl3 .sublayout--footer>.popup-notification__button,
    .popup-notification__buttons .sublayout--sl3h .sublayout--footer>.popup-notification__button,
    .sublayout--sl3 .popup-notification__buttons .sublayout--footer>.popup-notification__button,
    .sublayout--sl3 .sublayout--footer>.btn,
    .sublayout--sl3 .sublayout--footer>.cookie-notification__button,
    .sublayout--sl3 .subscription-form-popup__header .sublayout--footer>button,
    .sublayout--sl3h .popup-notification__buttons .sublayout--footer>.popup-notification__button,
    .sublayout--sl3h .sublayout--footer>.btn,
    .sublayout--sl3h .sublayout--footer>.cookie-notification__button,
    .sublayout--sl3h .subscription-form-popup__header .sublayout--footer>button,
    .subscription-form-popup__header .sublayout--sl3 .sublayout--footer>button,
    .subscription-form-popup__header .sublayout--sl3h .sublayout--footer>button {
        margin-top: 70px
    }
}

@media (max-width:767px) {

    .sublayout--sl3 .sublayout--content-hero>h2:first-child,
    .sublayout--sl3 .sublayout--content-hero>p:first-child,
    .sublayout--sl3 .sublayout--content>h2:first-child,
    .sublayout--sl3 .sublayout--content>p:first-child,
    .sublayout--sl3h .sublayout--content-hero>h2:first-child,
    .sublayout--sl3h .sublayout--content-hero>p:first-child,
    .sublayout--sl3h .sublayout--content>h2:first-child,
    .sublayout--sl3h .sublayout--content>p:first-child {
        margin-top: 35px
    }
}

.sublayout--sl3h .sublayout--content-hero:nth-of-type(3n+1) {
    clear: none
}

.sublayout--sl3h .sublayout--content-hero:nth-of-type(4n+1),
.sublayout--sl4 .sublayout--content-hero:nth-of-type(4n+1),
.sublayout--sl4 .sublayout--content:nth-of-type(4n+1) {
    clear: left
}

.sublayout--sl3-quick-read .col-sm-4 {
    margin-top: 55px
}

.sublayout--sl3-quick-read .sublayout--content h3~p:first-of-type,
.sublayout--sl3-quick-read .sublayout--content-hero h3~p:first-of-type {
    margin-top: 40px
}

.col-sm-12.sublayout--content-hero::after,
.col-sm-12>.promobox .sublayout--content-hero.promobox__content::after,
.col-sm-12>.promobox .sublayout--content-hero.promobox__media::after,
.sublayout--content-hero.hero-banner__responsive-body::after {
    clear: both;
    display: block;
    content: ''
}

@media (min-width:768px) and (max-width:1023px) {

    .sublayout--sl4 .sublayout--content-hero:nth-of-type(2n+1),
    .sublayout--sl4 .sublayout--content:nth-of-type(2n+1) {
        clear: left
    }

    .share-price--bar .sublayout--sl4 .share-price__content .col-sm-3,
    .sublayout--sl4 .container .col-sm-3,
    .sublayout--sl4 .container-fluid .col-sm-3,
    .sublayout--sl4 .share-price--bar .share-price__content .col-sm-3,
    .sublayout--sl4 body>.share-price .share-price__content .col-sm-3,
    body>.share-price .sublayout--sl4 .share-price__content .col-sm-3 {
        width: 50%
    }

    .share-price--bar .sublayout--sl4 .share-price__content .col-sm-3:nth-child(n+3),
    .sublayout--sl4 .container .col-sm-3:nth-child(n+3),
    .sublayout--sl4 .container-fluid .col-sm-3:nth-child(n+3),
    .sublayout--sl4 .share-price--bar .share-price__content .col-sm-3:nth-child(n+3),
    .sublayout--sl4 body>.share-price .share-price__content .col-sm-3:nth-child(n+3),
    body>.share-price .sublayout--sl4 .share-price__content .col-sm-3:nth-child(n+3) {
        margin-top: 60px
    }
}

.sublayout {
    padding: 55px 0
}

.share-price--bar .sublayout>.share-price__content>.row>[class^=col-],
.sublayout>.container-fluid>.row>[class^=col-],
body>.share-price .sublayout>.share-price__content>.row>[class^=col-] {
    margin-bottom: 30px
}

.share-price--bar .sublayout>.share-price__content>.row>[class^=col-]:last-child,
.sublayout>.container-fluid>.row>[class^=col-]:last-child,
body>.share-price .sublayout>.share-price__content>.row>[class^=col-]:last-child {
    margin-bottom: inherit
}

.sublayout--divider .sublayout--header {
    border-bottom: 1px solid #ebeef0;
    margin-bottom: 50px
}

.sublayout--divider .sublayout--heading {
    margin-bottom: 33px
}

.share-price--bar .sublayout--top-divider .share-price__content,
.sublayout--top-divider .container-fluid,
.sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--top-divider .share-price__content {
    border-top: 1px solid #ebeef0;
    padding-top: 90px
}

@media (max-width:767px) {

    .share-price--bar .sublayout--top-divider .share-price__content,
    .sublayout--top-divider .container-fluid,
    .sublayout--top-divider .share-price--bar .share-price__content,
    .sublayout--top-divider body>.share-price .share-price__content,
    body>.share-price .sublayout--top-divider .share-price__content {
        border-top: none;
        padding-top: 0
    }

    .connect-background-sublayout__content .sublayout--top-divider .container-fluid,
    .connect-background-sublayout__content .sublayout--top-divider .share-price--bar .share-price__content,
    .connect-background-sublayout__content .sublayout--top-divider body>.share-price .share-price__content,
    .share-price--bar .connect-background-sublayout__content .sublayout--top-divider .share-price__content,
    body>.share-price .connect-background-sublayout__content .sublayout--top-divider .share-price__content {
        padding-top: 65px
    }
}

.sublayout--header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sublayout--header--with-sidenote {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.sublayout--header--with-sidenote h2.sublayout--heading.h2 {
    margin-bottom: 22.5px
}

.sublayout--header--with-sidenote .sublayout--heading {
    width: auto
}

.sublayout--header--with-sidenote .sublayout--heading:first-child {
    font-size: 30px;
    font-size: 3rem
}

@media (min-width:768px) {
    .sublayout--header--with-sidenote .sublayout--heading:first-child {
        font-size: 45px;
        font-size: 4.5rem
    }
}

.sublayout--header--with-sidenote .sublayout--heading__sidenote {
    font-size: 17.5px;
    font-size: 1.75rem;
    display: none;
    white-space: nowrap
}

@media (min-width:768px) {
    .sublayout--header--with-sidenote .sublayout--heading__sidenote {
        font-size: 25px;
        font-size: 2.5rem
    }
}

.sublayout--header--with-sidenote .sublayout--heading__sidenote--date {
    display: block;
    margin-bottom: 50px
}

@media print,
(min-width:768px) {
    .sublayout--header--with-sidenote .sublayout--heading__sidenote {
        display: block
    }
}

.sublayout--heading {
    margin-top: -5px;
    margin-bottom: 45px;
    width: 100%;
    text-align: center
}

@media (min-width:768px) and (max-width:1023px) {
    .sublayout--cta-top .sublayout--heading {
        text-align: left
    }
}

.sublayout--footer {
    text-align: center
}

.sublayout--footer>.sublayout-footer__disclaimer {
    margin-top: 33px;
    margin-bottom: -3px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.27;
    opacity: .7
}

@media (min-width:768px) {
    .sublayout--footer>.sublayout-footer__disclaimer {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.popup-notification__buttons .sublayout--footer>.popup-notification__button,
.sublayout--footer>.btn,
.sublayout--footer>.cookie-notification__button,
.subscription-form-popup__header .sublayout--footer>button {
    margin-top: 45px
}

@media (max-width:991px) {

    .popup-notification__buttons .sublayout--footer>.sublayout-header-cta-mobile.popup-notification__button,
    .sublayout--footer>.btn.sublayout-header-cta-mobile,
    .sublayout--footer>.sublayout-header-cta-mobile.cookie-notification__button,
    .subscription-form-popup__header .sublayout--footer>button.sublayout-header-cta-mobile {
        width: 100%
    }
}

.popup-notification__buttons .sublayout--footer>.popup-notification__button:hover,
.sublayout--footer>.btn:hover,
.sublayout--footer>.cookie-notification__button:hover,
.subscription-form-popup__header .sublayout--footer>button:hover {
    background: #ebeef0
}

.sublayout--content,
.sublayout--content-hero {
    word-wrap: break-word;
    overflow-wrap: break-word
}

.sublayout--content-hero>.h2+p,
.sublayout--content-hero>.h3+p,
.sublayout--content-hero>.h4+p,
.sublayout--content-hero>.h5+p,
.sublayout--content-hero>.h6+p,
.sublayout--content-hero>h2+p,
.sublayout--content-hero>h3+p,
.sublayout--content-hero>h4+p,
.sublayout--content-hero>h5+p,
.sublayout--content-hero>h6+p,
.sublayout--content>.h2+p,
.sublayout--content>.h3+p,
.sublayout--content>.h4+p,
.sublayout--content>.h5+p,
.sublayout--content>.h6+p,
.sublayout--content>h2+p,
.sublayout--content>h3+p,
.sublayout--content>h4+p,
.sublayout--content>h5+p,
.sublayout--content>h6+p {
    margin-top: 2.4rem
}

@media (min-width:768px) {

    .sublayout--content-hero>.h2+p,
    .sublayout--content-hero>.h3+p,
    .sublayout--content-hero>.h4+p,
    .sublayout--content-hero>.h5+p,
    .sublayout--content-hero>.h6+p,
    .sublayout--content-hero>h2+p,
    .sublayout--content-hero>h3+p,
    .sublayout--content-hero>h4+p,
    .sublayout--content-hero>h5+p,
    .sublayout--content-hero>h6+p,
    .sublayout--content>.h2+p,
    .sublayout--content>.h3+p,
    .sublayout--content>.h4+p,
    .sublayout--content>.h5+p,
    .sublayout--content>.h6+p,
    .sublayout--content>h2+p,
    .sublayout--content>h3+p,
    .sublayout--content>h4+p,
    .sublayout--content>h5+p,
    .sublayout--content>h6+p {
        margin-top: 3.875rem
    }
}

.sublayout--content-hero>h2:first-child,
.sublayout--content>h2:first-child {
    margin-top: -10px
}

.accordion__panel-body>p:last-child,
.article-sublayout__content>ol:last-child,
.article-sublayout__content>p:last-child,
.article-sublayout__content>ul:last-child,
.interactive-map>p:last-child,
.sublayout--content-hero>p:last-child,
.sublayout--content>p:last-child {
    margin-bottom: -3px
}

@media (max-width:767px) {
    .sublayout--hscroll {
        position: relative;
        margin-right: -33px;
        -ms-scrollbar-track-color: #dfe2e4;
        -ms-scrollbar-arrow-color: #dfe2e4;
        -ms-scrollbar-face-color: #353535
    }

    .sublayout--hscroll::after {
        content: '';
        pointer-events: none;
        display: block;
        position: absolute;
        top: 0;
        bottom: 1rem;
        width: 20%;
        z-index: 2;
        right: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%)
    }

    .sublayout--hscroll ::-webkit-scrollbar {
        height: 10px
    }

    .sublayout--hscroll ::-webkit-scrollbar-track {
        background: #dfe2e4;
        border-radius: 10px
    }

    .sublayout--hscroll ::-webkit-scrollbar-thumb {
        width: 89px;
        background: #353535;
        border-radius: 10px
    }

    .sublayout--hscroll .sublayout--hscroll-scroller {
        -webkit-overflow-scrolling: touch;
        height: auto;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        padding-bottom: 1rem
    }

    .sublayout--hscroll .sublayout--hscroll-scroller [class^=col-] {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: 78%
    }

    .sublayout--hscroll .sublayout--hscroll-scroller .sublayout--content,
    .sublayout--hscroll .sublayout--hscroll-scroller .sublayout--content-hero,
    .sublayout--hscroll .sublayout--hscroll-scroller [class^=col-] .sg-content {
        height: auto;
        word-break: break-word;
        white-space: normal
    }

    .popup-notification__buttons .sublayout--header>.popup-notification__button,
    .sublayout--header>.btn,
    .sublayout--header>.cookie-notification__button,
    .subscription-form-popup__header .sublayout--header>button {
        display: none
    }

    .popup-notification__buttons .sublayout--footer a.popup-notification__button,
    .sublayout--footer .popup-notification__buttons a.popup-notification__button,
    .sublayout--footer a.btn,
    .sublayout--footer a.cookie-notification__button {
        width: 100%
    }

    .sublayout--footer .btn-default+br+.btn-default {
        margin-top: 20px
    }
}

@media (min-width:767px) {
    .sublayout {
        padding: 90px 0 0 0;
    }

    .share-price--bar .sublayout>.share-price__content>.row>[class^=col-],
    .sublayout>.container-fluid>.row>[class^=col-],
    body>.share-price .sublayout>.share-price__content>.row>[class^=col-] {
        margin-bottom: inherit
    }

    .sublayout+.sublayout.article-sublayout,
    .sublayout--sl3-quick-read .col-sm-4 {
        margin-top: 0
    }

    .sublayout.full-bleed-sublayout.sublayout--header+.sublayout.article-sublayout {
        margin-top: 80px
    }

    .sublayout--sl3-quick-read .col-sm-4 h3:first-child {
        margin-top: -5px
    }

    .sublayout--sl3-quick-read .col-sm-4 h3~p:first-of-type {
        margin-top: 36px
    }

    .hero-banner--size-medium .sublayout--sl3-quick-read .sublayout--content-hero.hero-banner__responsive-body,
    .hero-banner--size-medium .sublayout--sl3-quick-read .sublayout--content.hero-banner__responsive-body,
    .sublayout--sl3-quick-read .col-sm-8.sublayout--content,
    .sublayout--sl3-quick-read .col-sm-8.sublayout--content-hero,
    .sublayout--sl3-quick-read .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body,
    .sublayout--sl3-quick-read .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body {
        margin-top: -10px
    }

    .sublayout--heading {
        margin-top: -6px;
        margin-bottom: 50px
    }

    .sublayout--divider .sublayout--heading {
        margin-top: -6px;
        margin-bottom: 42px
    }

    .sublayout--divider .sublayout--header--with-sidenote h2.sublayout--heading.h2 {
        margin-bottom: 22.5px
    }

    .sublayout--header--with-sidenote {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .sublayout--header--with-sidenote h2.sublayout--heading.h2 {
        margin-bottom: 45px
    }

    .popup-notification__buttons .sublayout--header>.popup-notification__button,
    .sublayout--header>.btn,
    .sublayout--header>.cookie-notification__button,
    .subscription-form-popup__header .sublayout--header>button {
        position: relative;
        bottom: 35px
    }

    .popup-notification__buttons .sublayout--header>.popup-notification__button:hover,
    .sublayout--header>.btn:hover,
    .sublayout--header>.cookie-notification__button:hover,
    .subscription-form-popup__header .sublayout--header>button:hover {
        background: #ebeef0
    }

    .popup-notification__buttons .sublayout--heading>.popup-notification__button,
    .sublayout--heading>.btn,
    .sublayout--heading>.cookie-notification__button,
    .subscription-form-popup__header .sublayout--heading>button {
        margin-top: -12px
    }

    .popup-notification__buttons .sublayout--heading>.popup-notification__button:hover,
    .sublayout--heading>.btn:hover,
    .sublayout--heading>.cookie-notification__button:hover,
    .subscription-form-popup__header .sublayout--heading>button:hover {
        background: #ebeef0
    }

    .sublayout-header-cta-mobile {
        display: none
    }

    .sublayout--divider .sublayout--header {
        margin-bottom: 50px
    }

    .sublayout--content-hero>p>a [class^=hsbc-],
    .sublayout--content>p>a [class^=hsbc-] {
        font-size: 1.13em;
        margin: .2em 0 0
    }

    .sublayout--content-hero>p>a [class^=hsbc-]::before,
    .sublayout--content>p>a [class^=hsbc-]::before {
        margin-left: .33em
    }

    .sublayout--footer>.sublayout-footer__disclaimer {
        margin-top: 46px;
        margin-bottom: -5px;
        line-height: 1.42857
    }
}

main {
    counter-reset: sg-content;
    overflow-x: hidden
}

main .sg-content-block,
main .sg-sublayout-block {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px;
    color: #000
}

main .sg-content-block .sg-list,
main .sg-sublayout-block .sg-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

main .sg-content-block .sg-class,
main .sg-sublayout-block .sg-class {
    font-size: 13px;
    font-size: 1.3rem;
    background-color: rgba(128, 128, 128, .3);
    padding-left: 2px;
    padding-right: 2px
}

main .sg-content-block .sg-class:empty,
main .sg-sublayout-block .sg-class:empty {
    background-color: rgba(128, 0, 128, .3);
    font-family: inherit
}

main .sg-content-block .sg-class:empty:before,
main .sg-sublayout-block .sg-class:empty:before {
    content: "not defined"
}

main .sg-content-block {
    position: relative;
    background-color: orange;
    background-image: url(/assets/hsbc/images/assets/images/grid-ruler.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    min-height: 100px;
    padding-bottom: 70px
}

main .sg-content-block::before {
    counter-increment: sg-content;
    content: counter(sg-content);
    position: absolute;
    top: 0;
    right: .2em;
    line-height: 1;
    font-size: 90px;
    font-size: 9rem;
    font-family: serif;
    opacity: .5;
    color: #fff
}

main .sg-sublayout-block {
    background-color: #87ceeb
}

@media (min-width:768px) {
    .connect-background-sublayout__image {
        opacity: 1
    }

    .connect-background-sublayout__image.sublayout--dark-block-opacity-10 {
        opacity: .1
    }

    .connect-background-sublayout__image.sublayout--dark-block-opacity-20 {
        opacity: .2
    }

    .connect-background-sublayout__image.sublayout--dark-block-opacity-30 {
        opacity: .3
    }

    .connect-background-sublayout__image.sublayout--dark-block-opacity-40 {
        opacity: .4
    }

    .connect-background-sublayout__image.sublayout--dark-block-opacity-50 {
        opacity: .5
    }

    .connect-background-sublayout__image.sublayout--dark-block-opacity-60 {
        opacity: .6
    }

    .connect-background-sublayout__image.sublayout--dark-block-opacity-70 {
        opacity: .7
    }

    .connect-background-sublayout__image.sublayout--dark-block-opacity-80 {
        opacity: .8
    }

    .connect-background-sublayout__image.sublayout--dark-block-opacity-90 {
        opacity: .9
    }

    .connect-background-sublayout__image.sublayout--dark-block-opacity-100 {
        opacity: 1
    }
}

.sublayout--theme-light-blue-01 {
    background-color: #687b89;
    color: #000
}

.sublayout--theme-light-blue-01+.sublayout--theme-light-blue-01:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-light-blue-01 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#687b89), to(rgba(104, 123, 137, 0)));
    background: linear-gradient(to right, #687b89 0%, rgba(104, 123, 137, 0) 100%)
}

.sublayout--theme-light-blue-01 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(104, 123, 137, 0)), to(#687b89));
    background: linear-gradient(to right, rgba(104, 123, 137, 0) 0%, #687b89 100%)
}

.sublayout--theme-light-blue-01.sublayout--divider .sublayout--header::before {
    background-color: #000
}

.share-price--bar .sublayout--theme-light-blue-01 .sublayout--top-divider .share-price__content,
.sublayout--theme-light-blue-01 .sublayout--top-divider .container-fluid,
.sublayout--theme-light-blue-01 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-light-blue-01 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-light-blue-01 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #000
}

.sublayout--theme-light-blue-01 .btn-default,
.sublayout--theme-light-blue-01 .btn-default:active {
    border-color: #000;
    color: #000
}

.sublayout--theme-light-blue-02 {
    background-color: #4f585f;
    color: #fff
}

.sublayout--theme-light-blue-02+.sublayout--theme-light-blue-02:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-light-blue-02 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#4f585f), to(rgba(79, 88, 95, 0)));
    background: linear-gradient(to right, #4f585f 0%, rgba(79, 88, 95, 0) 100%)
}

.sublayout--theme-light-blue-02 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(79, 88, 95, 0)), to(#4f585f));
    background: linear-gradient(to right, rgba(79, 88, 95, 0) 0%, #4f585f 100%)
}

.sublayout--theme-black-01.sublayout--divider .sublayout--header::before,
.sublayout--theme-black-02.sublayout--divider .sublayout--header::before,
.sublayout--theme-brown-01.sublayout--divider .sublayout--header::before,
.sublayout--theme-brown-02.sublayout--divider .sublayout--header::before,
.sublayout--theme-brown-03.sublayout--divider .sublayout--header::before,
.sublayout--theme-brown-04.sublayout--divider .sublayout--header::before,
.sublayout--theme-dark-blue-01.sublayout--divider .sublayout--header::before,
.sublayout--theme-dark-blue-02.sublayout--divider .sublayout--header::before,
.sublayout--theme-light-blue-02.sublayout--divider .sublayout--header::before,
.sublayout--theme-light-blue-03.sublayout--divider .sublayout--header::before {
    background-color: #fff
}

.share-price--bar .sublayout--theme-light-blue-02 .sublayout--top-divider .share-price__content,
.sublayout--theme-light-blue-02 .sublayout--top-divider .container-fluid,
.sublayout--theme-light-blue-02 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-light-blue-02 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-light-blue-02 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #fff
}

.interactive-map__info-window__actions__action--internal .sublayout--theme-black-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-black-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-03 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-brown-04 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-dark-blue-01 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-dark-blue-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-grey-04 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-light-blue-02 a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal .sublayout--theme-light-blue-03 a.link-with-right-chevron>span span.icon,
.sublayout--theme-black-01 a,
.sublayout--theme-black-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-black-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-black-02 a,
.sublayout--theme-black-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-black-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-01 a,
.sublayout--theme-brown-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-02 a,
.sublayout--theme-brown-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-03 a,
.sublayout--theme-brown-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-brown-04 a,
.sublayout--theme-brown-04 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-brown-04 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-dark-blue-01 a,
.sublayout--theme-dark-blue-01 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-dark-blue-01 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-dark-blue-02 a,
.sublayout--theme-dark-blue-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-dark-blue-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-grey-04 a,
.sublayout--theme-grey-04 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-grey-04 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-light-blue-02 a,
.sublayout--theme-light-blue-02 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-light-blue-02 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.sublayout--theme-light-blue-03 a,
.sublayout--theme-light-blue-03 a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-light-blue-03 a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon {
    color: #fff
}

.sublayout--theme-black-01 .sublayout--theme-grey-01 a,
.sublayout--theme-black-01 .sublayout--theme-grey-02 a,
.sublayout--theme-black-01 .sublayout--theme-grey-03 a,
.sublayout--theme-black-01 .sublayout--theme-light-blue-01 a,
.sublayout--theme-black-01 .sublayout--theme-transparent-dark a,
.sublayout--theme-black-02 .sublayout--theme-grey-01 a,
.sublayout--theme-black-02 .sublayout--theme-grey-02 a,
.sublayout--theme-black-02 .sublayout--theme-grey-03 a,
.sublayout--theme-black-02 .sublayout--theme-light-blue-01 a,
.sublayout--theme-black-02 .sublayout--theme-transparent-dark a,
.sublayout--theme-brown-01 .sublayout--theme-grey-01 a,
.sublayout--theme-brown-01 .sublayout--theme-grey-02 a,
.sublayout--theme-brown-01 .sublayout--theme-grey-03 a,
.sublayout--theme-brown-01 .sublayout--theme-light-blue-01 a,
.sublayout--theme-brown-01 .sublayout--theme-transparent-dark a,
.sublayout--theme-brown-02 .sublayout--theme-grey-01 a,
.sublayout--theme-brown-02 .sublayout--theme-grey-02 a,
.sublayout--theme-brown-02 .sublayout--theme-grey-03 a,
.sublayout--theme-brown-02 .sublayout--theme-light-blue-01 a,
.sublayout--theme-brown-02 .sublayout--theme-transparent-dark a,
.sublayout--theme-brown-03 .sublayout--theme-grey-01 a,
.sublayout--theme-brown-03 .sublayout--theme-grey-02 a,
.sublayout--theme-brown-03 .sublayout--theme-grey-03 a,
.sublayout--theme-brown-03 .sublayout--theme-light-blue-01 a,
.sublayout--theme-brown-03 .sublayout--theme-transparent-dark a,
.sublayout--theme-brown-04 .sublayout--theme-grey-01 a,
.sublayout--theme-brown-04 .sublayout--theme-grey-02 a,
.sublayout--theme-brown-04 .sublayout--theme-grey-03 a,
.sublayout--theme-brown-04 .sublayout--theme-light-blue-01 a,
.sublayout--theme-brown-04 .sublayout--theme-transparent-dark a,
.sublayout--theme-dark-blue-01 .sublayout--theme-grey-01 a,
.sublayout--theme-dark-blue-01 .sublayout--theme-grey-02 a,
.sublayout--theme-dark-blue-01 .sublayout--theme-grey-03 a,
.sublayout--theme-dark-blue-01 .sublayout--theme-light-blue-01 a,
.sublayout--theme-dark-blue-01 .sublayout--theme-transparent-dark a,
.sublayout--theme-dark-blue-02 .sublayout--theme-grey-01 a,
.sublayout--theme-dark-blue-02 .sublayout--theme-grey-02 a,
.sublayout--theme-dark-blue-02 .sublayout--theme-grey-03 a,
.sublayout--theme-dark-blue-02 .sublayout--theme-light-blue-01 a,
.sublayout--theme-dark-blue-02 .sublayout--theme-transparent-dark a,
.sublayout--theme-grey-04 .sublayout--theme-grey-01 a,
.sublayout--theme-grey-04 .sublayout--theme-grey-02 a,
.sublayout--theme-grey-04 .sublayout--theme-grey-03 a,
.sublayout--theme-grey-04 .sublayout--theme-light-blue-01 a,
.sublayout--theme-grey-04 .sublayout--theme-transparent-dark a,
.sublayout--theme-light-blue-02 .sublayout--theme-grey-01 a,
.sublayout--theme-light-blue-02 .sublayout--theme-grey-02 a,
.sublayout--theme-light-blue-02 .sublayout--theme-grey-03 a,
.sublayout--theme-light-blue-02 .sublayout--theme-light-blue-01 a,
.sublayout--theme-light-blue-02 .sublayout--theme-transparent-dark a,
.sublayout--theme-light-blue-03 .sublayout--theme-grey-01 a,
.sublayout--theme-light-blue-03 .sublayout--theme-grey-02 a,
.sublayout--theme-light-blue-03 .sublayout--theme-grey-03 a,
.sublayout--theme-light-blue-03 .sublayout--theme-light-blue-01 a,
.sublayout--theme-light-blue-03 .sublayout--theme-transparent-dark a {
    color: #000
}

.sublayout--theme-light-blue-02 .btn-default,
.sublayout--theme-light-blue-02 .btn-default:active,
.sublayout--theme-light-blue-03 .btn-default {
    border-color: #fff;
    color: #fff
}

.sublayout--theme-light-blue-02 .btn-default:hover {
    background: rgba(255, 255, 255, .2)
}

.sublayout--theme-light-blue-03 {
    background-color: #4a6573;
    color: #fff
}

.sublayout--theme-light-blue-03+.sublayout--theme-light-blue-03:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-light-blue-03 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#4a6573), to(rgba(74, 101, 115, 0)));
    background: linear-gradient(to right, #4a6573 0%, rgba(74, 101, 115, 0) 100%)
}

.sublayout--theme-light-blue-03 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(74, 101, 115, 0)), to(#4a6573));
    background: linear-gradient(to right, rgba(74, 101, 115, 0) 0%, #4a6573 100%)
}

.share-price--bar .sublayout--theme-light-blue-03 .sublayout--top-divider .share-price__content,
.sublayout--theme-light-blue-03 .sublayout--top-divider .container-fluid,
.sublayout--theme-light-blue-03 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-light-blue-03 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-light-blue-03 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #fff
}

.sublayout--theme-dark-blue-01 .btn-default,
.sublayout--theme-light-blue-03 .btn-default:active {
    border-color: #fff;
    color: #fff
}

.sublayout--theme-light-blue-03 .btn-default:hover {
    background: rgba(255, 255, 255, .2)
}

.sublayout--theme-dark-blue-01 {
    background-color: #2e3234;
    color: #fff
}

.sublayout--theme-dark-blue-01+.sublayout--theme-dark-blue-01:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-dark-blue-01 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#2e3234), to(rgba(46, 50, 52, 0)));
    background: linear-gradient(to right, #2e3234 0%, rgba(46, 50, 52, 0) 100%)
}

.sublayout--theme-dark-blue-01 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(46, 50, 52, 0)), to(#2e3234));
    background: linear-gradient(to right, rgba(46, 50, 52, 0) 0%, #2e3234 100%)
}

.share-price--bar .sublayout--theme-dark-blue-01 .sublayout--top-divider .share-price__content,
.sublayout--theme-dark-blue-01 .sublayout--top-divider .container-fluid,
.sublayout--theme-dark-blue-01 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-dark-blue-01 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-dark-blue-01 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #fff
}

.sublayout--theme-dark-blue-01 .btn-default:active,
.sublayout--theme-dark-blue-02 .btn-default {
    border-color: #fff;
    color: #fff
}

.sublayout--theme-dark-blue-01 .btn-default:hover {
    background: rgba(255, 255, 255, .2)
}

.sublayout--theme-dark-blue-02 {
    background-color: #2f3335;
    color: #fff
}

.sublayout--theme-dark-blue-02+.sublayout--theme-dark-blue-02:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-dark-blue-02 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#2f3335), to(rgba(47, 51, 53, 0)));
    background: linear-gradient(to right, #2f3335 0%, rgba(47, 51, 53, 0) 100%)
}

.sublayout--theme-dark-blue-02 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(47, 51, 53, 0)), to(#2f3335));
    background: linear-gradient(to right, rgba(47, 51, 53, 0) 0%, #2f3335 100%)
}

.share-price--bar .sublayout--theme-dark-blue-02 .sublayout--top-divider .share-price__content,
.sublayout--theme-dark-blue-02 .sublayout--top-divider .container-fluid,
.sublayout--theme-dark-blue-02 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-dark-blue-02 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-dark-blue-02 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #fff
}

.sublayout--theme-black-01 .btn-default,
.sublayout--theme-dark-blue-02 .btn-default:active {
    border-color: #fff;
    color: #fff
}

.sublayout--theme-dark-blue-02 .btn-default:hover {
    background: rgba(255, 255, 255, .2)
}

.sublayout--theme-black-01 {
    background-color: #1e1e1e;
    color: #fff
}

.sublayout--theme-black-01+.sublayout--theme-black-01:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-black-01 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#1e1e1e), to(rgba(30, 30, 30, 0)));
    background: linear-gradient(to right, #1e1e1e 0%, rgba(30, 30, 30, 0) 100%)
}

.sublayout--theme-black-01 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(30, 30, 30, 0)), to(#1e1e1e));
    background: linear-gradient(to right, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%)
}

.share-price--bar .sublayout--theme-black-01 .sublayout--top-divider .share-price__content,
.sublayout--theme-black-01 .sublayout--top-divider .container-fluid,
.sublayout--theme-black-01 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-black-01 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-black-01 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #fff
}

.sublayout--theme-black-01 .btn-default:active,
.sublayout--theme-black-02 .btn-default {
    border-color: #fff;
    color: #fff
}

.sublayout--theme-black-01 .btn-default:hover {
    background: rgba(255, 255, 255, .2)
}

.sublayout--theme-black-02 {
    background-color: #1d1d1d;
    color: #fff
}

.sublayout--theme-black-02+.sublayout--theme-black-02:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-black-02 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#1d1d1d), to(rgba(29, 29, 29, 0)));
    background: linear-gradient(to right, #1d1d1d 0%, rgba(29, 29, 29, 0) 100%)
}

.sublayout--theme-black-02 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(29, 29, 29, 0)), to(#1d1d1d));
    background: linear-gradient(to right, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%)
}

.share-price--bar .sublayout--theme-black-02 .sublayout--top-divider .share-price__content,
.sublayout--theme-black-02 .sublayout--top-divider .container-fluid,
.sublayout--theme-black-02 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-black-02 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-black-02 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #fff
}

.sublayout--theme-black-02 .btn-default:active,
.sublayout--theme-brown-01 .btn-default {
    border-color: #fff;
    color: #fff
}

.sublayout--theme-black-02 .btn-default:hover {
    background: rgba(255, 255, 255, .2)
}

.sublayout--theme-brown-01 {
    background-color: #50514c;
    color: #fff
}

.sublayout--theme-brown-01+.sublayout--theme-brown-01:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-brown-01 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#50514c), to(rgba(80, 81, 76, 0)));
    background: linear-gradient(to right, #50514c 0%, rgba(80, 81, 76, 0) 100%)
}

.sublayout--theme-brown-01 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(80, 81, 76, 0)), to(#50514c));
    background: linear-gradient(to right, rgba(80, 81, 76, 0) 0%, #50514c 100%)
}

.share-price--bar .sublayout--theme-brown-01 .sublayout--top-divider .share-price__content,
.sublayout--theme-brown-01 .sublayout--top-divider .container-fluid,
.sublayout--theme-brown-01 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-brown-01 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-brown-01 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #fff
}

.sublayout--theme-brown-01 .btn-default:active,
.sublayout--theme-brown-02 .btn-default {
    border-color: #fff;
    color: #fff
}

.sublayout--theme-brown-01 .btn-default:hover {
    background: rgba(255, 255, 255, .2)
}

.sublayout--theme-brown-02 {
    background-color: #47473f;
    color: #fff
}

.sublayout--theme-brown-02+.sublayout--theme-brown-02:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-brown-02 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#47473f), to(rgba(71, 71, 63, 0)));
    background: linear-gradient(to right, #47473f 0%, rgba(71, 71, 63, 0) 100%)
}

.sublayout--theme-brown-02 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(71, 71, 63, 0)), to(#47473f));
    background: linear-gradient(to right, rgba(71, 71, 63, 0) 0%, #47473f 100%)
}

.share-price--bar .sublayout--theme-brown-02 .sublayout--top-divider .share-price__content,
.sublayout--theme-brown-02 .sublayout--top-divider .container-fluid,
.sublayout--theme-brown-02 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-brown-02 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-brown-02 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #fff
}

.sublayout--theme-brown-02 .btn-default:active,
.sublayout--theme-brown-03 .btn-default {
    border-color: #fff;
    color: #fff
}

.sublayout--theme-brown-02 .btn-default:hover {
    background: rgba(255, 255, 255, .2)
}

.sublayout--theme-brown-03 {
    background-color: #61494e;
    color: #fff
}

.sublayout--theme-brown-03+.sublayout--theme-brown-03:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-brown-03 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#61494e), to(rgba(97, 73, 78, 0)));
    background: linear-gradient(to right, #61494e 0%, rgba(97, 73, 78, 0) 100%)
}

.sublayout--theme-brown-03 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(97, 73, 78, 0)), to(#61494e));
    background: linear-gradient(to right, rgba(97, 73, 78, 0) 0%, #61494e 100%)
}

.share-price--bar .sublayout--theme-brown-03 .sublayout--top-divider .share-price__content,
.sublayout--theme-brown-03 .sublayout--top-divider .container-fluid,
.sublayout--theme-brown-03 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-brown-03 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-brown-03 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #fff
}

.sublayout--theme-brown-03 .btn-default:active,
.sublayout--theme-brown-04 .btn-default {
    border-color: #fff;
    color: #fff
}

.sublayout--theme-brown-03 .btn-default:hover {
    background: rgba(255, 255, 255, .2)
}

.sublayout--theme-brown-04 {
    background-color: #75736a;
    color: #fff
}

.sublayout--theme-brown-04+.sublayout--theme-brown-04:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-brown-04 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#75736a), to(rgba(117, 115, 106, 0)));
    background: linear-gradient(to right, #75736a 0%, rgba(117, 115, 106, 0) 100%)
}

.sublayout--theme-brown-04 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(117, 115, 106, 0)), to(#75736a));
    background: linear-gradient(to right, rgba(117, 115, 106, 0) 0%, #75736a 100%)
}

.share-price--bar .sublayout--theme-brown-04 .sublayout--top-divider .share-price__content,
.sublayout--theme-brown-04 .sublayout--top-divider .container-fluid,
.sublayout--theme-brown-04 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-brown-04 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-brown-04 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #fff
}

.sublayout--theme-brown-04 .btn-default:active {
    border-color: #fff;
    color: #fff
}

.sublayout--theme-brown-04 .btn-default:hover {
    background: rgba(255, 255, 255, .2)
}

.sublayout--theme-grey-01 {
    background-color: #f4f5f6;
    color: #000
}

.sublayout--theme-grey-01+.sublayout--theme-grey-01:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-grey-01 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#f4f5f6), to(rgba(244, 245, 246, 0)));
    background: linear-gradient(to right, #f4f5f6 0%, rgba(244, 245, 246, 0) 100%)
}

.sublayout--theme-grey-01 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(244, 245, 246, 0)), to(#f4f5f6));
    background: linear-gradient(to right, rgba(244, 245, 246, 0) 0%, #f4f5f6 100%)
}

.sublayout--theme-grey-01.sublayout--divider .sublayout--header::before {
    background-color: #ebeef0
}

.share-price--bar .sublayout--theme-grey-01 .sublayout--top-divider .share-price__content,
.sublayout--theme-grey-01 .sublayout--top-divider .container-fluid,
.sublayout--theme-grey-01 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-grey-01 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-grey-01 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #ebeef0
}

.sublayout--theme-grey-01 .btn-default,
.sublayout--theme-grey-01 .btn-default:active,
.sublayout--theme-grey-02 .btn-default {
    border-color: #000;
    color: #000
}

.sublayout--theme-grey-02 {
    background-color: #ebeef0;
    color: #000
}

.sublayout--theme-grey-02+.sublayout--theme-grey-02:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-grey-02 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#ebeef0), to(rgba(235, 238, 240, 0)));
    background: linear-gradient(to right, #ebeef0 0%, rgba(235, 238, 240, 0) 100%)
}

.sublayout--theme-grey-02 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(235, 238, 240, 0)), to(#ebeef0));
    background: linear-gradient(to right, rgba(235, 238, 240, 0) 0%, #ebeef0 100%)
}

.sublayout--theme-grey-02.sublayout--divider .sublayout--header::before {
    background-color: #e5e5e5
}

.share-price--bar .sublayout--theme-grey-02 .sublayout--top-divider .share-price__content,
.sublayout--theme-grey-02 .sublayout--top-divider .container-fluid,
.sublayout--theme-grey-02 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-grey-02 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-grey-02 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #e5e5e5
}

.sublayout--theme-grey-02 .btn-default:active,
.sublayout--theme-grey-03 .btn-default {
    border-color: #000;
    color: #000
}

.sublayout--theme-grey-03 {
    background-color: #f5f6f7;
    color: #000
}

.sublayout--theme-grey-03+.sublayout--theme-grey-03:not(.sublayout--fluid) {
    padding-top: 0
}

.sublayout--theme-grey-03 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#f5f6f7), to(rgba(245, 246, 247, 0)));
    background: linear-gradient(to right, #f5f6f7 0%, rgba(245, 246, 247, 0) 100%)
}

.sublayout--theme-grey-03 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(245, 246, 247, 0)), to(#f5f6f7));
    background: linear-gradient(to right, rgba(245, 246, 247, 0) 0%, #f5f6f7 100%)
}

.sublayout--theme-grey-03.sublayout--divider .sublayout--header::before {
    background-color: #ebeef0
}

.share-price--bar .sublayout--theme-grey-03 .sublayout--top-divider .share-price__content,
.sublayout--theme-grey-03 .sublayout--top-divider .container-fluid,
.sublayout--theme-grey-03 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-grey-03 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-grey-03 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #ebeef0
}

.sublayout--theme-grey-03 .btn-default:active {
    border-color: #000;
    color: #000
}

.sublayout--theme-grey-04 {
    background-color: #7c7c7c;
    color: #fff
}

.sublayout--theme-grey-04+.sublayout--theme-grey-04:not(.sublayout--fluid),
.sublayout:not([class*=sublayout--theme]):not(.full-bleed-sublayout)+.sublayout:not([class*=sublayout--theme]),
.sublayout:not([class*=sublayout--theme]):not(.full-bleed-sublayout)+.sublayout[class*=sublayout--theme-transparent],
.sublayout[class*=sublayout--theme-transparent]:not(.full-bleed-sublayout)+.sublayout:not([class*=sublayout--theme]),
.sublayout[class*=sublayout--theme-transparent]:not(.full-bleed-sublayout)+.sublayout[class*=sublayout--theme-transparent] {
    padding-top: 0
}

.sublayout--theme-grey-04 .sublayout--hscroll::before {
    background: -webkit-gradient(linear, left top, right top, from(#7c7c7c), to(rgba(124, 124, 124, 0)));
    background: linear-gradient(to right, #7c7c7c 0%, rgba(124, 124, 124, 0) 100%)
}

.sublayout--theme-grey-04 .sublayout--hscroll::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(124, 124, 124, 0)), to(#7c7c7c));
    background: linear-gradient(to right, rgba(124, 124, 124, 0) 0%, #7c7c7c 100%)
}

.sublayout--theme-grey-04.sublayout--divider .sublayout--header::before {
    background-color: #fff
}

.share-price--bar .sublayout--theme-grey-04 .sublayout--top-divider .share-price__content,
.sublayout--theme-grey-04 .sublayout--top-divider .container-fluid,
.sublayout--theme-grey-04 .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-grey-04 .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-grey-04 .sublayout--top-divider .share-price__content {
    border-top: 1px solid #fff
}

.sublayout--theme-grey-04 .btn-default,
.sublayout--theme-grey-04 .btn-default:active {
    border-color: #fff;
    color: #fff
}

.sublayout--theme-grey-04 .btn-default:hover {
    background: rgba(255, 255, 255, .2)
}

.sublayout--theme-transparent-dark,
.sublayout--theme-transparent-light .sublayout--theme-grey-01 a,
.sublayout--theme-transparent-light .sublayout--theme-grey-02 a,
.sublayout--theme-transparent-light .sublayout--theme-grey-03 a,
.sublayout--theme-transparent-light .sublayout--theme-light-blue-01 a,
.sublayout--theme-transparent-light .sublayout--theme-transparent-dark a {
    color: #000
}

.sublayout--theme-transparent-dark.sublayout--divider .sublayout--header::before {
    background-color: #000
}

.share-price--bar .sublayout--theme-transparent-dark .sublayout--top-divider .share-price__content,
.sublayout--theme-transparent-dark .sublayout--top-divider .container-fluid,
.sublayout--theme-transparent-dark .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-transparent-dark .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-transparent-dark .sublayout--top-divider .share-price__content {
    border-top: 1px solid #000
}

.sublayout--theme-transparent-dark .btn-default,
.sublayout--theme-transparent-dark .btn-default:active {
    border-color: #000;
    color: #000
}

.interactive-map__info-window__actions__action--internal .sublayout--theme-transparent-light a.link-with-right-chevron>span span.icon,
.sublayout--theme-transparent-light,
.sublayout--theme-transparent-light a,
.sublayout--theme-transparent-light a.link-with-right-chevron>span .hsbc-right-chevron,
.sublayout--theme-transparent-light a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon {
    color: #fff
}

.sublayout--theme-transparent-light.sublayout--divider .sublayout--header::before {
    background-color: #f5f6f7
}

.share-price--bar .sublayout--theme-transparent-light .sublayout--top-divider .share-price__content,
.sublayout--theme-transparent-light .sublayout--top-divider .container-fluid,
.sublayout--theme-transparent-light .sublayout--top-divider .share-price--bar .share-price__content,
.sublayout--theme-transparent-light .sublayout--top-divider body>.share-price .share-price__content,
body>.share-price .sublayout--theme-transparent-light .sublayout--top-divider .share-price__content {
    border-top: 1px solid #f5f6f7
}

.sublayout--theme-transparent-light .btn-default,
.sublayout--theme-transparent-light .btn-default:active {
    border-color: #fff;
    color: #fff
}

@media (max-width:767px) {

    .sublayout:not([class*=sublayout--theme]):not(.full-bleed-sublayout)+.sublayout:not([class*=sublayout--theme]) .floating-element:first-child,
    .sublayout:not([class*=sublayout--theme]):not(.full-bleed-sublayout)+.sublayout[class*=sublayout--theme-transparent] .floating-element:first-child,
    .sublayout[class*=sublayout--theme-transparent]:not(.full-bleed-sublayout)+.sublayout:not([class*=sublayout--theme]) .floating-element:first-child,
    .sublayout[class*=sublayout--theme-transparent]:not(.full-bleed-sublayout)+.sublayout[class*=sublayout--theme-transparent] .floating-element:first-child {
        margin-top: 0
    }
}

@media (min-width:768px) {
    main>.sublayout:last-child {
        border-bottom: 2px solid #1e1e1e
    }
}

@media (max-width:767px) {
    main>.sublayout--theme-black-01:last-child::after {
        content: '';
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        margin: 0 33px;
        position: relative;
        top: 55px
    }
}

@media (min-width:768px) {
    main>.sublayout--theme-black-01:last-child {
        padding-bottom: 70px;
        border-bottom: 1px solid rgba(255, 255, 255, .15)
    }
}

.sublayout--theme-grey-01 .in-page-link-list--downloads a,
.sublayout--theme-grey-02 .in-page-link-list--downloads a,
.sublayout--theme-grey-03 .in-page-link-list--downloads a {
    border-bottom-color: rgba(0, 0, 0, .2)
}

.sublayout--theme-grey-01 .simple-fact,
.sublayout--theme-grey-02 .simple-fact,
.sublayout--theme-grey-03 .simple-fact {
    border-left-color: rgba(0, 0, 0, .2)
}

.connect-background-sublayout {
    position: relative;
    overflow: hidden
}

.connect-background-sublayout__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.connect-background-sublayout__image-wrapper::after,
.connect-background-sublayout__image-wrapper__bottom-gradient::after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%
}

.connect-background-sublayout__image-wrapper::after {
    top: 85%;
    height: 15%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #fff), to(transparent));
    background: linear-gradient(to top, #fff 80%, transparent 100%)
}

.sublayout--theme-black-02 .connect-background-sublayout__image-wrapper::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #1e1e1e), to(transparent));
    background: linear-gradient(to top, #1e1e1e 80%, transparent 100%)
}

.sublayout--theme-grey-01 .connect-background-sublayout__image-wrapper::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #ebeef0), to(transparent));
    background: linear-gradient(to top, #ebeef0 80%, transparent 100%)
}

.sublayout--theme-dark-blue-02 .connect-background-sublayout__image-wrapper::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #2f3335), to(transparent));
    background: linear-gradient(to top, #2f3335 80%, transparent 100%)
}

.sublayout--theme-light-blue-02 .connect-background-sublayout__image-wrapper::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #4f585f), to(transparent));
    background: linear-gradient(to top, #4f585f 80%, transparent 100%)
}

.connect-background-sublayout__image-wrapper__bottom-gradient {
    position: relative
}

.connect-background-sublayout__image-wrapper__bottom-gradient::after {
    bottom: -2px;
    height: 200px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff));
    background: linear-gradient(to top, white 0% transparent 100%)
}

@media (max-width:767px) {
    .connect-background-sublayout__image-wrapper__bottom-gradient::after {
        height: 150px
    }
}

.sublayout--theme-black-02 .connect-background-sublayout__image-wrapper__bottom-gradient::after {
    background: -webkit-gradient(linear, left bottom, left top, from(#1e1e1e), to(transparent));
    background: linear-gradient(to top, #1e1e1e 0%, transparent 100%)
}

.sublayout--theme-grey-01 .connect-background-sublayout__image-wrapper__bottom-gradient::after {
    background: -webkit-gradient(linear, left bottom, left top, from(#ebeef0), to(transparent));
    background: linear-gradient(to top, #ebeef0 0%, transparent 100%)
}

.sublayout--theme-dark-blue-02 .connect-background-sublayout__image-wrapper__bottom-gradient::after {
    background: -webkit-gradient(linear, left bottom, left top, from(#2f3335), to(transparent));
    background: linear-gradient(to top, #2f3335 0%, transparent 100%)
}

.sublayout--theme-light-blue-02 .connect-background-sublayout__image-wrapper__bottom-gradient::after {
    background: -webkit-gradient(linear, left bottom, left top, from(#4f585f), to(transparent));
    background: linear-gradient(to top, #4f585f 0%, transparent 100%)
}

.connect-background-sublayout__image {
    max-width: 100%;
    width: 100%
}

.connect-background-sublayout__content {
    position: relative;
    z-index: 1
}

html body {
    font-size: 150%;
    overflow-x: hidden
}

@media (min-width:768px) {
    html body {
        font-size: 180%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    html body {
        font-size: 150%
    }
}

html.frozen,
html.frozen>body {
    position: fixed;
    overflow: hidden;
    left: 0;
    right: 0
}

@media (max-width:767px) {
    body {
        line-height: 23px
    }
}

.sr-only--live {
    position: fixed;
    top: -100px
}

[tabindex="-1"]:focus {
    outline: 0
}

.small,
small {
    font-size: 15px;
    font-size: 1.5rem
}

@media (min-width:768px) {

    .small,
    small {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.h1,
h1 {
    margin-top: 115px;
    margin-bottom: 75px;
    font-weight: 200;
    font-size: 6.5rem
}

@media (min-width:768px) and (max-width:1023px) {

    .h1,
    h1 {
        font-size: 4.3355rem
    }
}

.h2,
h2 {
    font-weight: 200;
    font-size: 4.5rem
}

@media (min-width:768px) and (max-width:1023px) {

    .h2,
    h2 {
        font-size: 3.0015rem
    }
}

.h3,
h3 {
    font-weight: 200;
    font-size: 3.5rem
}

@media (min-width:768px) and (max-width:1023px) {

    .h3,
    h3 {
        font-size: 2.3345rem
    }
}

.h4,
h4 {
    font-weight: 300;
    font-size: 3rem
}

@media (min-width:768px) and (max-width:1023px) {

    .h4,
    h4 {
        font-size: 2.001rem
    }
}

@media (max-width:767px) {

    .h1,
    .h2,
    h1,
    h2 {
        font-size: 3.5rem;
        font-weight: 200;
        line-height: 1.125
    }

    .h2,
    h2 {
        font-size: 3rem;
        line-height: 1.1429
    }

    .h3,
    .h4,
    h3,
    h4 {
        font-size: 2.25rem;
        font-weight: 300;
        line-height: 1.1667
    }

    .h4,
    h4 {
        font-size: 2rem;
        line-height: 1.2222
    }

    .h5,
    h5 {
        font-size: 1.8rem;
        line-height: 1.25
    }
}

.font--ultra-light {
    font-weight: 100
}

.font--thin {
    font-weight: 200
}

.font--light {
    font-weight: 300
}

.font--regular {
    font-weight: 400
}

.font--medium {
    font-weight: 600
}

.font--bold {
    font-weight: 700
}

.btn,
.cookie-notification__button,
.popup-notification__buttons .popup-notification__button {
    padding: 19px 23px
}

.btn-secondary.cookie-notification__button,
.btn.btn-secondary,
.popup-notification__buttons .btn-secondary.popup-notification__button,
.subscription-form-popup__header button.btn-secondary {
    font-size: 18px
}

@media (min-width:768px) {

    .btn,
    .cookie-notification__button,
    .popup-notification__buttons .popup-notification__button,
    .subscription-form-popup__header button {
        padding: 17px 21px
    }
}

.btn--white,
.popup-notification__buttons .popup-notification__button--negative {
    color: #000;
    background-color: #fff;
    border: 1px solid #000
}

.btn--primary,
.cookie-notification__button,
.popup-notification__buttons .popup-notification__button--positive {
    color: #fff;
    background-color: #da0011
}

.btn--primary:focus,
.btn--primary:hover,
.cookie-notification__button:focus,
.cookie-notification__button:hover,
.popup-notification__buttons .popup-notification__button--positive:focus,
.popup-notification__buttons .popup-notification__button--positive:hover {
    color: #fff
}

.container,
.container-fluid,
.share-price--bar .share-price__content,
body>.share-price .share-price__content {
    margin-left: 18px;
    margin-right: 18px
}

@media (min-width:768px) {

    .container,
    .container-fluid,
    .share-price--bar .share-price__content,
    body>.share-price .share-price__content {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (min-width:1240px) {

    .container,
    .container-fluid,
    .share-price--bar .share-price__content,
    body>.share-price .share-price__content {
        max-width: 1200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.default-focus,
.dropdown-toggle:focus,
.styled-select--focused .styled-select__button,
.styled-select__button:focus,
:focus,
:focus:visited,
:link:focus,
[type=checkbox]:focus+label,
[type=radio]:focus+label,
a:focus,
button:focus,
input:focus {
    outline: auto 2px Highlight;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .dropdown-toggle:focus,
    .ie-focus-fix,
    .styled-select__model select:focus {
        outline-width: 1px;
        outline-style: dotted
    }
}

.outline-none {
    outline: 0
}

.nowrap {
    white-space: nowrap
}

.mboxDefault,
.popups[aria-hidden=true],
[data-reveal-mobile][data-reveal-desktop] [data-reveal-button][aria-hidden=true],
[data-reveal-mobile][data-reveal-desktop] [data-reveal-item][aria-hidden=true] {
    display: none
}

.popups {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.popups__overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: 0 0;
    display: block
}

.popups.is-dimmed .popups__overlay {
    background: rgba(0, 0, 0, .5)
}

@media (max-width:767px) {
    .popups__overlay {
        z-index: 1001
    }

    .popups__overlay--beneath-header {
        z-index: 999
    }

    .popups>div:not(.popups__overlay) {
        z-index: 2002
    }
}

@media (min-width:768px) {
    .popups {
        z-index: 1001
    }
}

img [alt=""],
img:not([alt]) {
    outline: 5px dashed #c00;
    outline-offset: -5px
}

[data-step] {
    display: none
}

[data-step=current] {
    display: block
}

.h0 {
    font-size: 40px;
    font-size: 4rem !important
}

@media (min-width:768px) {
    .h0 {
        font-size: 80px;
        font-size: 8rem !important
    }
}

.interactive-map__info-window__actions ul li,
.table {
    margin: 0;
    padding: 0
}

.table tr.no-border-bottom,
.table tr.no-border-bottom-1,
.table tr.no-border-bottom-2,
.table tr.no-border-bottom-3 {
    border-bottom: none
}

.table tr.no-border-bottom td {
    padding-bottom: 20px
}

.table tr.no-border-bottom-1 td:nth-child(n+2),
.table tr.no-border-bottom-2 td:nth-child(n+3),
.table tr.no-border-bottom-3 td:nth-child(n+4) {
    border-bottom: 1px solid #e1e1e1
}

.table tr.no-border-top {
    border-top: none
}

.table tr.no-border-top td {
    padding-top: 20px
}

.table tr td.no-border-bottom {
    border-bottom: none
}

.loader {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ccc
}

.highlights__background>.loader,
.loader__circle,
.wayfinding__background .loader {
    position: absolute;
    left: 0
}

.loader::before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: calc(100%/(4/3))
}

.loader::after {
    content: "";
    display: table;
    clear: both
}

.loader--ratio-16-9::before {
    padding-top: calc(100%/(16/9))
}

.loader__circle {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px
}

.loader__circle svg,
.loader__circle svg circle {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.loader__circle svg {
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.loader__circle svg circle {
    stroke-dasharray: 70px;
    stroke-dashoffset: 35;
    -webkit-animation: spin-dash 1s linear infinite;
    animation: spin-dash 1s linear infinite
}

.article-sublayout h1 {
    margin-bottom: 45px
}

.article-sublayout .sublayout--heading {
    margin-bottom: 43px
}

.article-sublayout__content {
    word-wrap: break-word;
    overflow-wrap: break-word
}

.article-sublayout__content>.h2,
.article-sublayout__content>.h3,
.article-sublayout__content>.h4,
.article-sublayout__content>h2,
.article-sublayout__content>h3,
.article-sublayout__content>h4 {
    margin-top: 3.5rem;
    margin-bottom: 3rem
}

.article-sublayout__content>.h2+.h2,
.article-sublayout__content>.h2+.h3,
.article-sublayout__content>.h2+.h4,
.article-sublayout__content>.h2+h2,
.article-sublayout__content>.h2+h3,
.article-sublayout__content>.h2+h4,
.article-sublayout__content>.h2:first-child,
.article-sublayout__content>.h3+.h2,
.article-sublayout__content>.h3+.h3,
.article-sublayout__content>.h3+.h4,
.article-sublayout__content>.h3+h2,
.article-sublayout__content>.h3+h3,
.article-sublayout__content>.h3+h4,
.article-sublayout__content>.h3:first-child,
.article-sublayout__content>.h4+.h2,
.article-sublayout__content>.h4+.h3,
.article-sublayout__content>.h4+.h4,
.article-sublayout__content>.h4+h2,
.article-sublayout__content>.h4+h3,
.article-sublayout__content>.h4+h4,
.article-sublayout__content>.h4:first-child,
.article-sublayout__content>h2+.h2,
.article-sublayout__content>h2+.h3,
.article-sublayout__content>h2+.h4,
.article-sublayout__content>h2+h2,
.article-sublayout__content>h2+h3,
.article-sublayout__content>h2+h4,
.article-sublayout__content>h2:first-child,
.article-sublayout__content>h3+.h2,
.article-sublayout__content>h3+.h3,
.article-sublayout__content>h3+.h4,
.article-sublayout__content>h3+h2,
.article-sublayout__content>h3+h3,
.article-sublayout__content>h3+h4,
.article-sublayout__content>h3:first-child,
.article-sublayout__content>h4+.h2,
.article-sublayout__content>h4+.h3,
.article-sublayout__content>h4+.h4,
.article-sublayout__content>h4+h2,
.article-sublayout__content>h4+h3,
.article-sublayout__content>h4+h4,
.article-sublayout__content>h4:first-child {
    margin-top: 0
}

@media (min-width:768px) and (max-width:1023px) {

    .article-sublayout__content>.h2,
    .article-sublayout__content>h2 {
        font-size: 4.5rem
    }

    .article-sublayout__content>.h3,
    .article-sublayout__content>h3 {
        font-size: 3.5rem
    }

    .article-sublayout__content>.h4,
    .article-sublayout__content>h4 {
        font-size: 3rem
    }
}

.article-sublayout__content>ol,
.article-sublayout__content>ul {
    line-height: 1.5;
    margin-top: -5px;
    margin-bottom: 32px
}

.accordion__panel-body>p,
.article-sublayout__content>p,
.interactive-map>p,
.sublayout--content-hero>p,
.sublayout--content>p {
    line-height: 1.5;
    margin-top: -5px;
    margin-bottom: 22px
}

.article-sublayout__content .accordion__panel-body p a,
.article-sublayout__content .accordion__panel-text a,
.article-sublayout__content .highlighted-element p a,
.article-sublayout__content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action),
.article-sublayout__content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron),
.article-sublayout__content .promobox__content>p>a,
.article-sublayout__content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron),
.article-sublayout__content>p>a,
.article-sublayout__content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron),
.sublayout--content .accordion__panel-body p a,
.sublayout--content .accordion__panel-text a,
.sublayout--content .highlighted-element p a,
.sublayout--content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron),
.sublayout--content .promobox__content>p>a,
.sublayout--content-hero .accordion__panel-body p a,
.sublayout--content-hero .accordion__panel-text a,
.sublayout--content-hero .highlighted-element p a,
.sublayout--content-hero .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron),
.sublayout--content-hero .promobox__content>p>a,
.sublayout--content-hero>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron),
.sublayout--content-hero>p>a,
.sublayout--content-hero>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron),
.sublayout--content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron),
.sublayout--content>p>a,
.sublayout--content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron) {
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #ccc
}

.accordion__panel-body .simple-table a:not(.link-with-right-chevron),
.article-sublayout__content .simple-table a:not(.link-with-right-chevron),
.interactive-map .simple-table a:not(.link-with-right-chevron),
.sublayout--content .simple-table a:not(.link-with-right-chevron),
.sublayout--content-hero .simple-table a:not(.link-with-right-chevron) {
    text-decoration: none;
    border-bottom: 1px solid #ccc
}

.accordion__panel-body .accordion__panel-body p a,
.accordion__panel-body .accordion__panel-text a,
.accordion__panel-body .highlighted-element p a,
.accordion__panel-body .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action),
.accordion__panel-body .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron),
.accordion__panel-body .promobox__content>p>a,
.accordion__panel-body>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron),
.accordion__panel-body>p>a,
.accordion__panel-body>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron),
.interactive-map .accordion__panel-body p a,
.interactive-map .accordion__panel-text a,
.interactive-map .highlighted-element p a,
.interactive-map .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action),
.interactive-map .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron),
.interactive-map .promobox__content>p>a,
.interactive-map>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron),
.interactive-map>p>a,
.interactive-map>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron),
.sublayout--content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action),
.sublayout--content-hero .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action) {
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #ccc
}

.accordion__panel-body .accordion__panel-body p a:not(.link-hsbc-internal-link):not(.no-icon),
.accordion__panel-body .accordion__panel-text a:not(.link-hsbc-internal-link):not(.no-icon),
.accordion__panel-body .highlighted-element p a:not(.link-hsbc-internal-link):not(.no-icon),
.accordion__panel-body .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):not(.link-hsbc-internal-link):not(.no-icon),
.accordion__panel-body .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.accordion__panel-body .promobox__content>p>a:not(.link-hsbc-internal-link):not(.no-icon),
.accordion__panel-body .simple-table a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.accordion__panel-body>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.accordion__panel-body>p>a:not(.link-hsbc-internal-link):not(.no-icon),
.accordion__panel-body>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.article-sublayout__content .accordion__panel-body p a:not(.link-hsbc-internal-link):not(.no-icon),
.article-sublayout__content .accordion__panel-text a:not(.link-hsbc-internal-link):not(.no-icon),
.article-sublayout__content .highlighted-element p a:not(.link-hsbc-internal-link):not(.no-icon),
.article-sublayout__content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):not(.link-hsbc-internal-link):not(.no-icon),
.article-sublayout__content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.article-sublayout__content .promobox__content>p>a:not(.link-hsbc-internal-link):not(.no-icon),
.article-sublayout__content .simple-table a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.article-sublayout__content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.article-sublayout__content>p>a:not(.link-hsbc-internal-link):not(.no-icon),
.article-sublayout__content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.interactive-map .accordion__panel-body p a:not(.link-hsbc-internal-link):not(.no-icon),
.interactive-map .accordion__panel-text a:not(.link-hsbc-internal-link):not(.no-icon),
.interactive-map .highlighted-element p a:not(.link-hsbc-internal-link):not(.no-icon),
.interactive-map .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):not(.link-hsbc-internal-link):not(.no-icon),
.interactive-map .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.interactive-map .promobox__content>p>a:not(.link-hsbc-internal-link):not(.no-icon),
.interactive-map .simple-table a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.interactive-map>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.interactive-map>p>a:not(.link-hsbc-internal-link):not(.no-icon),
.interactive-map>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content .accordion__panel-body p a:not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content .accordion__panel-text a:not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content .highlighted-element p a:not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content .promobox__content>p>a:not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content .simple-table a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content-hero .accordion__panel-body p a:not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content-hero .accordion__panel-text a:not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content-hero .highlighted-element p a:not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content-hero .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content-hero .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content-hero .promobox__content>p>a:not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content-hero .simple-table a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content-hero>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content-hero>p>a:not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content-hero>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content>p>a:not(.link-hsbc-internal-link):not(.no-icon),
.sublayout--content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):not(.link-hsbc-internal-link):not(.no-icon) {
    margin-right: 1.5em
}

.accordion__panel-body .accordion__panel-body p a.rte-internal-link,
.accordion__panel-body .accordion__panel-text a.rte-internal-link,
.accordion__panel-body .highlighted-element p a.rte-internal-link,
.accordion__panel-body .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action).rte-internal-link,
.accordion__panel-body .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron).rte-internal-link,
.accordion__panel-body .promobox__content>p>a.rte-internal-link,
.accordion__panel-body .simple-table a:not(.link-with-right-chevron).rte-internal-link,
.accordion__panel-body>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron).rte-internal-link,
.accordion__panel-body>p>a.rte-internal-link,
.accordion__panel-body>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron).rte-internal-link,
.article-sublayout__content .accordion__panel-body p a.rte-internal-link,
.article-sublayout__content .accordion__panel-text a.rte-internal-link,
.article-sublayout__content .highlighted-element p a.rte-internal-link,
.article-sublayout__content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action).rte-internal-link,
.article-sublayout__content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron).rte-internal-link,
.article-sublayout__content .promobox__content>p>a.rte-internal-link,
.article-sublayout__content .simple-table a:not(.link-with-right-chevron).rte-internal-link,
.article-sublayout__content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron).rte-internal-link,
.article-sublayout__content>p>a.rte-internal-link,
.article-sublayout__content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron).rte-internal-link,
.interactive-map .accordion__panel-body p a.rte-internal-link,
.interactive-map .accordion__panel-text a.rte-internal-link,
.interactive-map .highlighted-element p a.rte-internal-link,
.interactive-map .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action).rte-internal-link,
.interactive-map .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron).rte-internal-link,
.interactive-map .promobox__content>p>a.rte-internal-link,
.interactive-map .simple-table a:not(.link-with-right-chevron).rte-internal-link,
.interactive-map>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron).rte-internal-link,
.interactive-map>p>a.rte-internal-link,
.interactive-map>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron).rte-internal-link,
.sublayout--content .accordion__panel-body p a.rte-internal-link,
.sublayout--content .accordion__panel-text a.rte-internal-link,
.sublayout--content .highlighted-element p a.rte-internal-link,
.sublayout--content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action).rte-internal-link,
.sublayout--content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron).rte-internal-link,
.sublayout--content .promobox__content>p>a.rte-internal-link,
.sublayout--content .simple-table a:not(.link-with-right-chevron).rte-internal-link,
.sublayout--content-hero .accordion__panel-body p a.rte-internal-link,
.sublayout--content-hero .accordion__panel-text a.rte-internal-link,
.sublayout--content-hero .highlighted-element p a.rte-internal-link,
.sublayout--content-hero .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action).rte-internal-link,
.sublayout--content-hero .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron).rte-internal-link,
.sublayout--content-hero .promobox__content>p>a.rte-internal-link,
.sublayout--content-hero .simple-table a:not(.link-with-right-chevron).rte-internal-link,
.sublayout--content-hero>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron).rte-internal-link,
.sublayout--content-hero>p>a.rte-internal-link,
.sublayout--content-hero>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron).rte-internal-link,
.sublayout--content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron).rte-internal-link,
.sublayout--content>p>a.rte-internal-link,
.sublayout--content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron).rte-internal-link {
    margin-right: 0
}

.article-sublayout__content .accordion__panel-body p a [class^=hsbc-],
.article-sublayout__content .accordion__panel-text a [class^=hsbc-],
.article-sublayout__content .highlighted-element p a [class^=hsbc-],
.article-sublayout__content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action) [class^=hsbc-],
.article-sublayout__content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron) [class^=hsbc-],
.article-sublayout__content .promobox__content>p>a [class^=hsbc-],
.article-sublayout__content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron) [class^=hsbc-],
.article-sublayout__content>p>a [class^=hsbc-],
.article-sublayout__content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron) [class^=hsbc-],
.sublayout--content .accordion__panel-body p a [class^=hsbc-],
.sublayout--content .accordion__panel-text a [class^=hsbc-],
.sublayout--content .highlighted-element p a [class^=hsbc-],
.sublayout--content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron) [class^=hsbc-],
.sublayout--content .promobox__content>p>a [class^=hsbc-],
.sublayout--content-hero .accordion__panel-body p a [class^=hsbc-],
.sublayout--content-hero .accordion__panel-text a [class^=hsbc-],
.sublayout--content-hero .highlighted-element p a [class^=hsbc-],
.sublayout--content-hero .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron) [class^=hsbc-],
.sublayout--content-hero .promobox__content>p>a [class^=hsbc-],
.sublayout--content-hero>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron) [class^=hsbc-],
.sublayout--content-hero>p>a [class^=hsbc-],
.sublayout--content-hero>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron) [class^=hsbc-],
.sublayout--content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron) [class^=hsbc-],
.sublayout--content>p>a [class^=hsbc-],
.sublayout--content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron) [class^=hsbc-] {
    font-size: 1em;
    display: inline-block;
    width: 0;
    margin: .1em 0 0
}

.accordion__panel-body .simple-table a:not(.link-with-right-chevron) [class^=hsbc-],
.article-sublayout__content .simple-table a:not(.link-with-right-chevron) [class^=hsbc-],
.interactive-map .simple-table a:not(.link-with-right-chevron) [class^=hsbc-],
.sublayout--content .simple-table a:not(.link-with-right-chevron) [class^=hsbc-],
.sublayout--content-hero .simple-table a:not(.link-with-right-chevron) [class^=hsbc-] {
    display: inline-block;
    width: 0;
    margin: .1em 0 0
}

.accordion__panel-body .accordion__panel-body p a [class^=hsbc-],
.accordion__panel-body .accordion__panel-text a [class^=hsbc-],
.accordion__panel-body .highlighted-element p a [class^=hsbc-],
.accordion__panel-body .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action) [class^=hsbc-],
.accordion__panel-body .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron) [class^=hsbc-],
.accordion__panel-body .promobox__content>p>a [class^=hsbc-],
.accordion__panel-body>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron) [class^=hsbc-],
.accordion__panel-body>p>a [class^=hsbc-],
.accordion__panel-body>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron) [class^=hsbc-],
.interactive-map .accordion__panel-body p a [class^=hsbc-],
.interactive-map .accordion__panel-text a [class^=hsbc-],
.interactive-map .highlighted-element p a [class^=hsbc-],
.interactive-map .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action) [class^=hsbc-],
.interactive-map .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron) [class^=hsbc-],
.interactive-map .promobox__content>p>a [class^=hsbc-],
.interactive-map>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron) [class^=hsbc-],
.interactive-map>p>a [class^=hsbc-],
.interactive-map>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron) [class^=hsbc-],
.sublayout--content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action) [class^=hsbc-],
.sublayout--content-hero .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action) [class^=hsbc-] {
    font-size: 1em;
    display: inline-block;
    width: 0;
    margin: .1em 0 0
}

.accordion__panel-body .accordion__panel-body p a [class^=hsbc-]::before,
.accordion__panel-body .accordion__panel-text a [class^=hsbc-]::before,
.accordion__panel-body .highlighted-element p a [class^=hsbc-]::before,
.accordion__panel-body .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action) [class^=hsbc-]::before,
.accordion__panel-body .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron) [class^=hsbc-]::before,
.accordion__panel-body .promobox__content>p>a [class^=hsbc-]::before,
.accordion__panel-body .simple-table a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.accordion__panel-body>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.accordion__panel-body>p>a [class^=hsbc-]::before,
.accordion__panel-body>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.article-sublayout__content .accordion__panel-body p a [class^=hsbc-]::before,
.article-sublayout__content .accordion__panel-text a [class^=hsbc-]::before,
.article-sublayout__content .highlighted-element p a [class^=hsbc-]::before,
.article-sublayout__content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action) [class^=hsbc-]::before,
.article-sublayout__content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron) [class^=hsbc-]::before,
.article-sublayout__content .promobox__content>p>a [class^=hsbc-]::before,
.article-sublayout__content .simple-table a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.article-sublayout__content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.article-sublayout__content>p>a [class^=hsbc-]::before,
.article-sublayout__content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.interactive-map .accordion__panel-body p a [class^=hsbc-]::before,
.interactive-map .accordion__panel-text a [class^=hsbc-]::before,
.interactive-map .highlighted-element p a [class^=hsbc-]::before,
.interactive-map .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action) [class^=hsbc-]::before,
.interactive-map .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron) [class^=hsbc-]::before,
.interactive-map .promobox__content>p>a [class^=hsbc-]::before,
.interactive-map .simple-table a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.interactive-map>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.interactive-map>p>a [class^=hsbc-]::before,
.interactive-map>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.sublayout--content .accordion__panel-body p a [class^=hsbc-]::before,
.sublayout--content .accordion__panel-text a [class^=hsbc-]::before,
.sublayout--content .highlighted-element p a [class^=hsbc-]::before,
.sublayout--content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action) [class^=hsbc-]::before,
.sublayout--content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron) [class^=hsbc-]::before,
.sublayout--content .promobox__content>p>a [class^=hsbc-]::before,
.sublayout--content .simple-table a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.sublayout--content-hero .accordion__panel-body p a [class^=hsbc-]::before,
.sublayout--content-hero .accordion__panel-text a [class^=hsbc-]::before,
.sublayout--content-hero .highlighted-element p a [class^=hsbc-]::before,
.sublayout--content-hero .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action) [class^=hsbc-]::before,
.sublayout--content-hero .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron) [class^=hsbc-]::before,
.sublayout--content-hero .promobox__content>p>a [class^=hsbc-]::before,
.sublayout--content-hero .simple-table a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.sublayout--content-hero>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.sublayout--content-hero>p>a [class^=hsbc-]::before,
.sublayout--content-hero>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.sublayout--content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron) [class^=hsbc-]::before,
.sublayout--content>p>a [class^=hsbc-]::before,
.sublayout--content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron) [class^=hsbc-]::before {
    margin-left: .33em
}

.accordion__panel-body .accordion__panel-body p a:hover,
.accordion__panel-body .accordion__panel-text a:hover,
.accordion__panel-body .highlighted-element p a:hover,
.accordion__panel-body .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):hover,
.accordion__panel-body .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):hover,
.accordion__panel-body .promobox__content>p>a:hover,
.accordion__panel-body .simple-table a:not(.link-with-right-chevron):hover,
.accordion__panel-body>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):hover,
.accordion__panel-body>p>a:hover,
.accordion__panel-body>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):hover,
.article-sublayout__content .accordion__panel-body p a:hover,
.article-sublayout__content .accordion__panel-text a:hover,
.article-sublayout__content .highlighted-element p a:hover,
.article-sublayout__content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):hover,
.article-sublayout__content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):hover,
.article-sublayout__content .promobox__content>p>a:hover,
.article-sublayout__content .simple-table a:not(.link-with-right-chevron):hover,
.article-sublayout__content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):hover,
.article-sublayout__content>p>a:hover,
.article-sublayout__content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):hover,
.interactive-map .accordion__panel-body p a:hover,
.interactive-map .accordion__panel-text a:hover,
.interactive-map .highlighted-element p a:hover,
.interactive-map .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):hover,
.interactive-map .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):hover,
.interactive-map .promobox__content>p>a:hover,
.interactive-map .simple-table a:not(.link-with-right-chevron):hover,
.interactive-map>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):hover,
.interactive-map>p>a:hover,
.interactive-map>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):hover,
.sublayout--content .accordion__panel-body p a:hover,
.sublayout--content .accordion__panel-text a:hover,
.sublayout--content .highlighted-element p a:hover,
.sublayout--content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):hover,
.sublayout--content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):hover,
.sublayout--content .promobox__content>p>a:hover,
.sublayout--content .simple-table a:not(.link-with-right-chevron):hover,
.sublayout--content-hero .accordion__panel-body p a:hover,
.sublayout--content-hero .accordion__panel-text a:hover,
.sublayout--content-hero .highlighted-element p a:hover,
.sublayout--content-hero .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):hover,
.sublayout--content-hero .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):hover,
.sublayout--content-hero .promobox__content>p>a:hover,
.sublayout--content-hero .simple-table a:not(.link-with-right-chevron):hover,
.sublayout--content-hero>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):hover,
.sublayout--content-hero>p>a:hover,
.sublayout--content-hero>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):hover,
.sublayout--content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):hover,
.sublayout--content>p>a:hover,
.sublayout--content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):hover {
    text-decoration: none;
    border-bottom-color: #000
}

.accordion__panel-body .accordion__panel-body p a:hover [class^=hsbc-],
.accordion__panel-body .accordion__panel-text a:hover [class^=hsbc-],
.accordion__panel-body .highlighted-element p a:hover [class^=hsbc-],
.accordion__panel-body .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):hover [class^=hsbc-],
.accordion__panel-body .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):hover [class^=hsbc-],
.accordion__panel-body .promobox__content>p>a:hover [class^=hsbc-],
.accordion__panel-body .simple-table a:not(.link-with-right-chevron):hover [class^=hsbc-],
.accordion__panel-body>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):hover [class^=hsbc-],
.accordion__panel-body>p>a:hover [class^=hsbc-],
.accordion__panel-body>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):hover [class^=hsbc-],
.article-sublayout__content .accordion__panel-body p a:hover [class^=hsbc-],
.article-sublayout__content .accordion__panel-text a:hover [class^=hsbc-],
.article-sublayout__content .highlighted-element p a:hover [class^=hsbc-],
.article-sublayout__content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):hover [class^=hsbc-],
.article-sublayout__content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):hover [class^=hsbc-],
.article-sublayout__content .promobox__content>p>a:hover [class^=hsbc-],
.article-sublayout__content .simple-table a:not(.link-with-right-chevron):hover [class^=hsbc-],
.article-sublayout__content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):hover [class^=hsbc-],
.article-sublayout__content>p>a:hover [class^=hsbc-],
.article-sublayout__content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):hover [class^=hsbc-],
.interactive-map .accordion__panel-body p a:hover [class^=hsbc-],
.interactive-map .accordion__panel-text a:hover [class^=hsbc-],
.interactive-map .highlighted-element p a:hover [class^=hsbc-],
.interactive-map .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):hover [class^=hsbc-],
.interactive-map .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):hover [class^=hsbc-],
.interactive-map .promobox__content>p>a:hover [class^=hsbc-],
.interactive-map .simple-table a:not(.link-with-right-chevron):hover [class^=hsbc-],
.interactive-map>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):hover [class^=hsbc-],
.interactive-map>p>a:hover [class^=hsbc-],
.interactive-map>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):hover [class^=hsbc-],
.sublayout--content .accordion__panel-body p a:hover [class^=hsbc-],
.sublayout--content .accordion__panel-text a:hover [class^=hsbc-],
.sublayout--content .highlighted-element p a:hover [class^=hsbc-],
.sublayout--content .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):hover [class^=hsbc-],
.sublayout--content .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):hover [class^=hsbc-],
.sublayout--content .promobox__content>p>a:hover [class^=hsbc-],
.sublayout--content .simple-table a:not(.link-with-right-chevron):hover [class^=hsbc-],
.sublayout--content-hero .accordion__panel-body p a:hover [class^=hsbc-],
.sublayout--content-hero .accordion__panel-text a:hover [class^=hsbc-],
.sublayout--content-hero .highlighted-element p a:hover [class^=hsbc-],
.sublayout--content-hero .interactive-map__info-window a:not(.link-with-right-chevron):not(.interactive-map__info-window__actions__action):hover [class^=hsbc-],
.sublayout--content-hero .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):hover [class^=hsbc-],
.sublayout--content-hero .promobox__content>p>a:hover [class^=hsbc-],
.sublayout--content-hero .simple-table a:not(.link-with-right-chevron):hover [class^=hsbc-],
.sublayout--content-hero>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):hover [class^=hsbc-],
.sublayout--content-hero>p>a:hover [class^=hsbc-],
.sublayout--content-hero>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):hover [class^=hsbc-],
.sublayout--content>ol:not(.in-page-link-list) li>a:not(.link-with-right-chevron):hover [class^=hsbc-],
.sublayout--content>p>a:hover [class^=hsbc-],
.sublayout--content>ul:not(.in-page-link-list):not(.html-sitemap-links) li>a:not(.link-with-right-chevron):hover [class^=hsbc-] {
    color: #ba000e
}

.accordion__panel-body .highlighted-element>p>a [class^=hsbc-],
.accordion__panel-body .simple-table a:not(.link-with-right-chevron) [class^=hsbc-],
.article-sublayout__content .highlighted-element>p>a [class^=hsbc-],
.article-sublayout__content .simple-table a:not(.link-with-right-chevron) [class^=hsbc-],
.interactive-map .highlighted-element>p>a [class^=hsbc-],
.interactive-map .simple-table a:not(.link-with-right-chevron) [class^=hsbc-],
.sublayout--content .highlighted-element>p>a [class^=hsbc-],
.sublayout--content .simple-table a:not(.link-with-right-chevron) [class^=hsbc-],
.sublayout--content-hero .highlighted-element>p>a [class^=hsbc-],
.sublayout--content-hero .simple-table a:not(.link-with-right-chevron) [class^=hsbc-] {
    font-size: 15px;
    font-size: 1.5rem
}

@media (min-width:768px) {

    .accordion__panel-body .highlighted-element>p>a [class^=hsbc-],
    .accordion__panel-body .simple-table a:not(.link-with-right-chevron) [class^=hsbc-],
    .article-sublayout__content .highlighted-element>p>a [class^=hsbc-],
    .article-sublayout__content .simple-table a:not(.link-with-right-chevron) [class^=hsbc-],
    .interactive-map .highlighted-element>p>a [class^=hsbc-],
    .interactive-map .simple-table a:not(.link-with-right-chevron) [class^=hsbc-],
    .sublayout--content .highlighted-element>p>a [class^=hsbc-],
    .sublayout--content .simple-table a:not(.link-with-right-chevron) [class^=hsbc-],
    .sublayout--content-hero .highlighted-element>p>a [class^=hsbc-],
    .sublayout--content-hero .simple-table a:not(.link-with-right-chevron) [class^=hsbc-] {
        font-size: 20px;
        font-size: 2rem
    }
}

.accordion__panel-body .simple-table a:not(.link-with-right-chevron),
.article-sublayout__content .simple-table a:not(.link-with-right-chevron),
.interactive-map .simple-table a:not(.link-with-right-chevron),
.sublayout--content .simple-table a:not(.link-with-right-chevron),
.sublayout--content-hero .simple-table a:not(.link-with-right-chevron) {
    font-weight: 700
}

.first-paragraph:first-letter {
    float: left;
    font-size: 75px;
    font-size: 7.5rem;
    font-weight: 200;
    line-height: .75;
    letter-spacing: 3px;
    margin-top: 7px;
    padding-right: 10px
}

@media (min-width:768px) {

    .article-sublayout__content>.h2,
    .article-sublayout__content>.h3,
    .article-sublayout__content>.h4,
    .article-sublayout__content>h2,
    .article-sublayout__content>h3,
    .article-sublayout__content>h4 {
        margin-top: 7.25rem;
        margin-bottom: 3.625rem
    }

    .accordion__panel-text>p,
    .article-sublayout__content>ol,
    .article-sublayout__content>p,
    .article-sublayout__content>ul,
    .sublayout--content-hero>p,
    .sublayout--content>p {
        line-height: 1.94;
        margin-top: -10px;
        margin-bottom: 43px
    }

    .article-sublayout__content>ol:last-child:not(.pull-quote__quote),
    .article-sublayout__content>ul:last-child:not(.pull-quote__quote) {
        margin-bottom: -7px
    }

    .article-sublayout__content>p+.floating-element {
        margin-top: 33px;
        margin-bottom: 33px
    }

    .article-sublayout__content .floating-element--float-left+ol,
    .article-sublayout__content .floating-element--float-left+ul,
    .article-sublayout__content .floating-element--pull-left+ol,
    .article-sublayout__content .floating-element--pull-left+ul {
        list-style-position: inside;
        text-indent: -1.4em
    }

    .accordion__panel-text>p:last-child,
    .article-sublayout__content>p:last-child,
    .sublayout--content-hero>p:last-child,
    .sublayout--content>p:last-child {
        margin-bottom: -7px
    }

    .accordion__panel-text>p>a [class^=hsbc-],
    .article-sublayout__content>p>a [class^=hsbc-],
    .sublayout--content-hero>p>a [class^=hsbc-],
    .sublayout--content>p>a [class^=hsbc-] {
        font-size: 1.13em;
        margin: .2em 0 0
    }

    .accordion__panel-text>p>a [class^=hsbc-]::before,
    .article-sublayout__content>p>a [class^=hsbc-]::before,
    .sublayout--content-hero>p>a [class^=hsbc-]::before,
    .sublayout--content>p>a [class^=hsbc-]::before {
        margin-left: .33em
    }

    .first-paragraph:first-letter {
        font-size: 110px;
        font-size: 11rem;
        margin-top: 14px
    }

    .article-sublayout h1 {
        margin-bottom: 60px
    }

    .article-sublayout .sublayout--heading {
        margin-bottom: 61px
    }

    .article-sublayout__side-nav-content-container {
        width: 100%
    }

    .article-sublayout__side-nav-content-container .col-sm-4 {
        float: right
    }
}

.floating-element {
    margin-top: 55px;
    margin-bottom: 55px;
    width: 100%
}

@media (min-width:768px) {
    .floating-element--col-sm-4 {
        width: calc((4*((100vw - 70px - (11*30px))/12)) + ((4 - 1)*30px))
    }
}

@media (min-width:1240px) {
    .floating-element--col-sm-4 {
        width: calc((4*((1240px - 70px - (11*30px))/12)) + ((4 - 1)*30px))
    }
}

@media (min-width:768px) {
    .floating-element--col-sm-6 {
        width: calc((6*((100vw - 70px - (11*30px))/12)) + ((6 - 1)*30px))
    }
}

@media (min-width:1240px) {
    .floating-element--col-sm-6 {
        width: calc((6*((1240px - 70px - (11*30px))/12)) + ((6 - 1)*30px))
    }
}

@media (min-width:768px) {
    .floating-element--float-left {
        float: left;
        margin-right: 30px;
        padding-right: 20px
    }

    .floating-element--float-right {
        float: right;
        margin-left: 30px;
        padding-left: 20px
    }
}

.floating-element--float-right .highlighted-element,
.floating-element--pull-right .highlighted-element {
    margin-left: 50px
}

@media (min-width:768px) {
    .floating-element--pull-left {
        float: left;
        margin-left: calc(0px - (2*((100vw - 40px - (10*30px))/12)) - 50px);
        margin-right: 30px;
        padding-right: 20px
    }
}

@media (min-width:1240px) {
    .floating-element--pull-left {
        margin-left: calc(0px - (2*((1180px - 40px - (10*30px))/12)) - 60px)
    }
}

@media (min-width:768px) {
    .floating-element--pull-right {
        float: right;
        margin-right: calc(0px - (2*((100vw - 40px - (10*30px))/12)) - 50px);
        margin-left: 30px;
        padding-left: 20px
    }
}

@media (min-width:1240px) {
    .floating-element--pull-right {
        margin-right: calc(0px - (2*((1180px - 40px - (10*30px))/12)) - 60px)
    }
}

.floating-element .image-with-links {
    margin-top: 0;
    margin-bottom: 0
}

.floating-element>.h2:first-child,
.floating-element>.h3:first-child,
.floating-element>.h4:first-child,
.floating-element>h2:first-child,
.floating-element>h3:first-child,
.floating-element>h4:first-child {
    margin-top: -.5rem
}

.diary p:last-child,
.floating-element>:last-child {
    margin-bottom: 0
}

.floating-element .table-module .table__container,
.styled-checkbox__label p,
.styled-radio__label p {
    margin-bottom: 0
}

@media (min-width:768px) {
    .floating-element {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .floating-element .image-with-links.image-with-links {
        margin-top: 0;
        margin-bottom: 0
    }
}

.form-item {
    display: inline-block;
    position: relative;
    margin-bottom: 25px
}

.form-item label {
    display: block;
    position: relative;
    margin: 0;
    padding-left: 50px;
    padding-right: 5px;
    font-size: 1.8rem;
    font-weight: 300
}

.form-item.form-item--checkbox {
    margin-bottom: 0;
    line-height: 10px
}

.form-item,
.form-item.form-item--checkbox label {
    line-height: 25px
}

.form-item [type=checkbox] {
    width: 25px;
    height: 25px;
    margin-top: 0;
    opacity: 0
}

.form-item [type=checkbox]+label {
    display: inline-block;
    width: 100%;
    top: -25px;
    z-index: 1
}

.form-item [type=checkbox]+label:before {
    content: " ";
    border-radius: 3px
}

.form-item [type=checkbox]~.hsbc-tick {
    position: absolute;
    top: 4px;
    left: 5px;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: opacity .2s, color .25s ease;
    transition: opacity .2s, color .25s ease
}

.form-item [type=checkbox]:checked~.hsbc-tick {
    opacity: 1
}

.form-item [type=checkbox]:hover~.hsbc-tick {
    color: #ba000e
}

.form-item [type=checkbox]+label:before,
.form-item [type=radio]+label [class^=hsbc-] {
    display: block;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #424242
}

.form-item [type=radio]+label [class^=hsbc-] {
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.form-item [type=radio]:checked+label [class^=hsbc-] {
    background-color: #424242
}

@media (min-width:768px) {
    .form-item label {
        padding-left: 40px;
        font-size: 1.6rem
    }
}

.form-control__group {
    position: relative
}

.form-control {
    height: auto;
    padding: 15px 20px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px
}

.form-control::-ms-clear,
input::-ms-clear {
    display: none
}

.form-control__input {
    height: 52.85714px;
    padding-right: 40px
}

.form-control__clear,
.form-control__submit {
    position: absolute;
    top: 15px;
    right: 18px;
    padding: 0;
    border: 0;
    background-color: transparent
}

.form-control__clear [class^=hsbc],
.form-control__submit [class^=hsbc] {
    font-size: 17px
}

.form-control__submit {
    display: block
}

.form-control__clear {
    display: none
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .form-item input:focus+label {
        outline: 1px dotted #000
    }
}

@supports (-ms-ime-align:auto) {
    .form-item input:focus+label {
        outline: 1px dotted #000
    }
}

abbr[title] {
    cursor: pointer;
    border: 0;
    text-decoration: none
}

.form-group--validation .form-control {
    border: 1px solid #fff
}

.form-group--validation .form-control-validation-feedback {
    display: none;
    margin-top: 4px;
    font-size: 14px;
    font-size: 1.4rem
}

@media (min-width:768px) {
    .form-group--validation .form-control-validation-feedback {
        margin-top: 10px
    }
}

.form-group--validation .form-control-validation-feedback>.hsbc-warning {
    position: relative;
    bottom: -.5rem;
    margin-right: 4px
}

.form-group--validation [role=alert] {
    display: none
}

.form-group--validation.has-error .form-control {
    border-color: #da0011
}

.form-group--validation.has-error .form-control-validation-feedback {
    display: block;
    color: #da0011
}

.form-group--validation.has-error [role=alert] {
    display: block
}

.styled-checkbox {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.styled-checkbox__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.styled-checkbox__label {
    padding-left: 10px
}

.styled-checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.styled-checkbox__input:checked~.styled-checkbox__tick::after {
    display: block
}

.styled-checkbox__input:focus~.styled-checkbox__tick {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
    outline: 5px auto -moz-mac-focusring
}

.styled-checkbox__tick {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #fff
}

.invalid .styled-form__input input,
.styled-checkbox-group.invalid .styled-checkbox__tick,
.styled-checkbox__tick--error {
    border-color: #da0011
}

.styled-checkbox__tick::after {
    display: none;
    font-family: 'hsbc-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px
}

.styled-form__field {
    margin-bottom: 35px
}

.styled-form__field label {
    display: block;
    font-weight: 400
}

.styled-form__input__label {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .styled-form__input__label {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 30px
    }
}

.styled-form__input input {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    padding: 17px;
    width: 100%
}

@media (min-width:768px) {
    .styled-form__input input {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.styled-form__validation-error {
    display: none;
    color: #da0011;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 1em
}

.styled-form__validation-error--enabled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.styled-form__validation-error__icon {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 16px;
    width: 25px;
    height: 25px;
    margin-right: 10px
}

.styled-checkbox__tick::after,
.styled-form__validation-error__icon:before,
.styled-radio__validation-error__icon:before {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.styled-radio {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400
}

.styled-radio__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.styled-radio__label {
    padding-left: 10px
}

.styled-radio__input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.styled-radio__input:checked~.styled-radio__tick {
    background-color: #424242
}

.styled-radio__input:focus~.styled-radio__tick {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
    outline: 5px auto -moz-mac-focusring
}

.styled-radio__tick {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: inset #fff 0 0 0 5px;
    box-shadow: inset #fff 0 0 0 5px
}

.styled-radio__tick--error {
    border-color: #da0011
}

.styled-radio__validation-error {
    display: none;
    color: #da0011;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 1em
}

.styled-radio__validation-error--enabled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.styled-radio__validation-error__icon {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 16px;
    width: 25px;
    height: 25px;
    margin-right: 10px
}

.styled-select {
    position: relative;
    -ms-scrollbar-track-color: #dfe2e4;
    -ms-scrollbar-arrow-color: #dfe2e4;
    -ms-scrollbar-face-color: #353535
}

.styled-select ::-webkit-scrollbar {
    width: 8px
}

.styled-select ::-webkit-scrollbar-track {
    margin-top: 24px;
    background: #dfe2e4;
    border-radius: 10px
}

.styled-select ::-webkit-scrollbar-thumb {
    height: 77px;
    background: #353535;
    border-radius: 10px
}

.styled-select__pretty {
    height: 100%
}

.styled-select__pretty.dropdown {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.styled-select__model {
    position: absolute;
    bottom: 0
}

.styled-select__model,
.styled-select__model select {
    width: 100%;
    height: 100%
}

.device-mobile .styled-select__model {
    z-index: 1;
    opacity: 0
}

.styled-select__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 15px 50px 15px 20px;
    width: 100%
}

.invalid .styled-select__button {
    border-color: #da0011 !important
}

.styled-select__button>.dropdown__chevron {
    position: absolute;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    top: 23px;
    right: 20px;
    font-size: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dropdown-toggle>.dropdown__chevron:before,
.styled-select__button>.dropdown__chevron:before {
    display: inline-block;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.styled-select__placeholder {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.open>.dropdown-toggle>.dropdown__chevron:before,
.styled-select.open .styled-select__button>.dropdown__chevron:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.styled-select__option {
    margin-left: 3px;
    margin-right: 3px
}

.dropdown-menu li>a[class$=active],
.styled-select__option--active,
.styled-select__option.disabled {
    display: none
}

.styled-select__options {
    min-width: 100%;
    border: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    max-height: 50vh;
    overflow-y: auto
}

.dropdown-toggle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 50px 15px 20px;
    border: 0;
    border-bottom: 1px solid transparent;
    background: #fff;
    font-weight: 400
}

.dropdown-toggle>.dropdown__chevron {
    position: absolute;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    top: 23px;
    right: 20px;
    font-size: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dropdown-menu {
    top: 100%;
    width: 100%;
    min-width: 100%;
    margin: -1px 0 0;
    padding: 5px 0;
    border: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
    font-size: 18px;
    font-size: 1.8rem
}

.dropdown-menu li>a {
    padding-top: 5px;
    padding-bottom: 5px
}

.open.dropdown,
.open.styled-select {
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .15)
}

.open>.dropdown-toggle:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: auto;
    height: 0;
    left: 10px;
    right: 10px;
    border-bottom: 1px solid #e5e5e5;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.open>.dropdown-toggle span {
    display: inline-block
}

.banking-route {
    background: #f5f6f7;
    padding-bottom: 20px
}

.banking-route:not(:first-child) {
    margin-top: 60px
}

.banking-route__go-button {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 50px;
    margin-top: 40px;
    width: 100%;
    line-height: 2.43;
    background: #da0011;
    color: #fff;
    border-radius: 3px;
    border: 0
}

.banking-route__go-button .hsbc-external-link,
.banking-route__go-button .interactive-map__info-window__actions__action--external span.icon,
.interactive-map__info-window__actions__action--external .banking-route__go-button span.icon {
    margin-left: 9px
}

.banking-route__go-button:hover {
    background: #ba000e
}

.banking-route__go-button:hover .hsbc-external-link,
.banking-route__go-button:hover .interactive-map__info-window__actions__action--external span.icon,
.interactive-map__info-window__actions__action--external .banking-route__go-button:hover span.icon {
    color: #fff
}

.banking-route__go-button.mobile {
    display: inline-block
}

.banking-route__go-button.default {
    display: none
}

.banking-route .remember-me {
    position: relative;
    top: 25px;
    display: inline-block;
    margin-bottom: 40px;
    text-align: left
}

.banking-route__disclaimer {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 40px
}

.banking-route .invisible,
.banking-route br {
    display: none
}

.sublayout--content .banking-route,
.sublayout--content-hero .banking-route {
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 35px;
    padding-right: 35px
}

.share-price--bar .sublayout--content .banking-route .share-price__content,
.share-price--bar .sublayout--content-hero .banking-route .share-price__content,
.sublayout--content .banking-route .container-fluid,
.sublayout--content .banking-route .share-price--bar .share-price__content,
.sublayout--content .banking-route body>.share-price .share-price__content,
.sublayout--content-hero .banking-route .container-fluid,
.sublayout--content-hero .banking-route .share-price--bar .share-price__content,
.sublayout--content-hero .banking-route body>.share-price .share-price__content,
body>.share-price .sublayout--content .banking-route .share-price__content,
body>.share-price .sublayout--content-hero .banking-route .share-price__content {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0
}

@media (min-width:768px) {
    .banking-route {
        padding-bottom: 56px
    }

    .banking-route__go-button {
        width: 180px;
        margin-top: 25px
    }

    .banking-route br {
        display: inline
    }

    .banking-route .remember-me {
        margin-bottom: 0
    }

    .banking-route .banking-route__go-button.mobile {
        display: none
    }

    .banking-route .banking-route__go-button.default {
        display: inline-block
    }

    .banking-route__disclaimer {
        margin-left: 8%;
        margin-right: 8%;
        margin-bottom: 32px
    }
}

@media (min-width:1240px) {

    .sublayout--content .banking-route,
    .sublayout--content-hero .banking-route {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .floating-element .banking-route {
        margin-left: -33px;
        margin-right: -33px
    }
}

.region-offices .location-selector__choices.dropdown-menu {
    position: relative;
    margin-bottom: 0;
    max-height: 250px
}

.region-offices .location-selector__choices.dropdown-menu>li:first-child {
    padding-top: 15px
}

.region-offices .location-selector__choices.dropdown-menu>li {
    padding-bottom: 15px
}

.region-offices .office-list__item {
    display: none
}

.region-offices .office-list__item>.row div.in-page-link,
.region-offices .office-list__item>.row ul.in-page-link-list {
    margin: 0
}

.filter-date-range__label>label,
.region-offices .office-list__item>.row div.in-page-link a,
.region-offices .office-list__item>.row ul.in-page-link-list a {
    padding: 0
}

.region-offices .office-list__item--active {
    display: block
}

.region-offices .office-list__item--active .row:only-child {
    margin-bottom: -30px
}

.region-offices ::-webkit-scrollbar {
    width: 0
}

.region-offices__title {
    font-size: 33px;
    font-size: 3.3rem;
    margin-top: 50px;
    padding-bottom: 25px;
    line-height: 1.08;
    font-weight: 300;
    border-bottom: 1px solid #f5f6f7
}

@media (min-width:768px) {
    .region-offices__title {
        font-size: 45px;
        font-size: 4.5rem
    }
}

.region-offices__box {
    margin-top: 30px;
    margin-bottom: 30px
}

.region-offices__name {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 30px;
    line-height: 1.53;
    font-weight: 300
}

@media (min-width:768px) {
    .region-offices__name {
        font-size: 30px;
        font-size: 3rem
    }
}

.region-offices__web {
    margin-top: 23px;
    font-weight: 700
}

.region-offices__mobile {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: initial;
    margin: 25px 0;
    padding: 23px;
    background: 0 0;
    border: 1px solid #353535;
    border-radius: 3px;
    width: 100%
}

.region-offices__social-media {
    margin: 45px 0 0
}

.region-offices__social-media-name {
    margin-top: 30px
}

.region-offices__social-media .social-media__icon {
    margin-top: 50px;
    margin-bottom: -15px
}

.region-offices__social-media .social-media__icon span {
    color: #333;
    font-size: 5rem
}

.region-offices__social-media .social-media__icon span:hover {
    color: #333
}

.region-offices__social-media .social-media__additional-info ul {
    list-style: none;
    margin: 24px 0 0;
    padding: 0
}

.region-offices__social-media .social-media__additional-info ul li {
    margin-bottom: 1rem
}

.region-offices__social-media .social-media__additional-info .marker {
    position: relative;
    display: inline-block;
    z-index: 1
}

.region-offices__social-media .social-media__additional-info .marker:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 1rem;
    background: #e8a215;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 50%
}

.region-offices__social-media .region-offices__title {
    margin-top: 0;
    border-bottom-color: #e1e1e1
}

.region-offices__social-media .region-offices__logo-box {
    text-align: center;
    padding-top: 50px
}

.region-offices__social-media .region-offices__logo-box a:hover {
    text-decoration: none
}

.region-offices__social-media .region-offices__column {
    border-top: 1px solid #e1e1e1;
    text-align: center
}

.region-offices__social-media .region-offices__title+.region-offices__column {
    border-top: 0
}

.region-offices__social-media .in-page-link,
.region-offices__social-media .in-page-link-list {
    margin-top: 24px
}

.region-offices__social-media .in-page-link a,
.region-offices__social-media .in-page-link-list a {
    color: #333;
    padding-top: 0;
    padding-bottom: 0
}

.interactive-map__info-window__actions__action--external .region-offices__social-media .in-page-link a span.icon,
.interactive-map__info-window__actions__action--external .region-offices__social-media .in-page-link-list a span.icon,
.region-offices__social-media .in-page-link a .hsbc-external-link,
.region-offices__social-media .in-page-link a .interactive-map__info-window__actions__action--external span.icon,
.region-offices__social-media .in-page-link-list a .hsbc-external-link,
.region-offices__social-media .in-page-link-list a .interactive-map__info-window__actions__action--external span.icon {
    display: none
}

.region-offices .location-selector {
    margin-left: -35px;
    margin-right: -35px;
    padding: 68px 35px 25px
}

@media (min-width:768px) {
    .region-offices {
        -ms-scrollbar-track-color: #dfe2e4;
        -ms-scrollbar-arrow-color: #dfe2e4;
        -ms-scrollbar-face-color: #353535
    }

    .region-offices .location-selector {
        padding-bottom: 56px
    }

    .region-offices .location-selector .location-selector__menu.drodown__menu.dropdown {
        margin: 55px 0 62px;
        padding: 30px 0 20px
    }

    .region-offices .location-selector__choices.dropdown-menu {
        max-height: 350px;
        margin-bottom: 60px;
        margin-left: -13px;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .region-offices .location-selector__choices.dropdown-menu>li:first-child {
        padding-top: 24px
    }

    .region-offices .location-selector__choices.dropdown-menu>li {
        padding: 0 20px 4px 25px
    }

    .region-offices ::-webkit-scrollbar {
        width: 8px
    }

    .region-offices ::-webkit-scrollbar-track {
        margin-top: 24px;
        background: #dfe2e4;
        border-radius: 10px
    }

    .region-offices ::-webkit-scrollbar-thumb {
        height: 77px;
        background: #353535;
        border-radius: 10px
    }

    .region-offices__title {
        margin: 73px 15px 60px;
        padding: 0 0 30px;
        line-height: 1.53;
        border-bottom: 1px solid #f5f6f7;
        font-weight: 300
    }

    .region-offices__box {
        padding-left: 0
    }

    .region-offices__name {
        margin-bottom: 15px;
        line-height: 1.1667
    }

    .region-offices__web {
        margin-top: 0
    }

    .region-offices__description {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .region-offices__social-media {
        margin: 36px 0 0
    }

    .region-offices__social-media-name {
        margin-top: 30px
    }

    .region-offices__social-media .region-offices__title {
        margin-top: 0;
        margin-bottom: 0
    }

    .region-offices__social-media .region-offices__logo-box {
        text-align: center;
        padding-top: 0;
        margin-top: 60px
    }

    .region-offices__social-media .region-offices__column {
        border-left: 1px solid #e1e1e1;
        border-top: 0
    }

    .region-offices__social-media .region-offices__box {
        margin-bottom: 0
    }

    .region-offices__social-media .region-offices__title+.region-offices__column {
        border-left: 0
    }

    .region-offices__social-media .in-page-link,
    .region-offices__social-media .in-page-link-list {
        margin-top: 20px;
        margin-bottom: 0
    }

    .region-offices__social-media .in-page-link a,
    .region-offices__social-media .in-page-link-list a {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .region-offices .location-selector__dropdown-section .location-selector__menu {
        margin-bottom: 80px
    }
}

@media (min-width:1240px) {
    .region-offices .location-selector {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
}

.filter-cta-container {
    text-align: center
}

.filter-cta-container button {
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #dfe2e4;
    padding: 0 50px;
    width: 100%;
    height: 60px;
    font-weight: 600
}

.dropdown-container {
    display: none
}

.dropdown-container.dropdown-container--open {
    display: block;
    position: fixed;
    padding-top: 71px;
    background-color: #f5f6f7;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2001;
    overflow: hidden;
    overflow-y: auto
}

.dropdown-container.dropdown-container--open .dropdown-title {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.dropdown-container.dropdown-container--open>.hsbc-close {
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 10;
    border: 0;
    padding: 0;
    background: 0 0;
    cursor: pointer
}

@media (max-width:991px) {
    .dropdown-container.dropdown-container--open>.hsbc-close {
        position: fixed
    }
}

.dropdown-container.is-disabled .filter-by {
    opacity: .6
}

.dropdown-container .form-item,
.filter-year-list>li>span {
    width: 100%
}

.dropdown-title {
    position: relative;
    padding: 7px 30px;
    background-color: #fff
}

.dropdown-title h2 {
    display: inline-block
}

.dropdown-title .all-filters-num,
.dropdown-title h2 {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 300
}

.dropdown-title .clear-filters {
    position: relative;
    top: -1px;
    margin-left: 11px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    border: 0;
    padding: 0;
    background: 0 0
}

@media (min-width:768px) {
    .dropdown-title .clear-filters {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.filter-by {
    display: none
}

.filter-search {
    margin-top: 26px
}

.filter-search__input {
    border: 1px solid #dcddde
}

@media (max-width:991px) {

    .filter-search .form-control__clear,
    .filter-search .form-control__submit {
        top: 20px
    }
}

.filter-items,
.filter-items__title {
    padding: 30px 15px;
    background-color: #f5f6f7
}

.filter-items__title {
    margin-top: -1px;
    margin-bottom: 21px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 0 15px
}

.dropdown,
.filter-items__title .form-item {
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width:768px) {
    .filter-items__title .form-item {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.dropdown {
    display: block;
    position: relative;
    padding: 15px 60px 15px 30px;
    background-color: #f5f6f7;
    text-align: left
}

.dropdown:hover {
    text-decoration: none
}

.dropdown.dropdown[disabled=disabled],
.dropdown.dropdown[disabled] {
    pointer-events: none;
    background-color: #f5f6f7;
    opacity: .6;
    color: #000
}

.dropdown.dropdown.looks-disabled {
    background-color: #f5f6f7;
    opacity: .6;
    color: #000
}

.dropdown .dropdown__filter-name,
.filter-year-perpetuity-checkbox>.form-item>label {
    font-weight: 600
}

.dropdown>.dropdown__chevron {
    position: absolute;
    top: 35%;
    right: 30px;
    font-size: 17px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dropdown>.dropdown__chevron:before {
    display: inline-block;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.dropdown.dropdown--open>.dropdown__chevron:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.dropdown .dropdown__active-filters {
    font-size: 14px;
    font-size: 1.4rem
}

.filter-date-range>legend {
    margin: 0;
    border: 0
}

.filter-date-range__from-wrapper,
.filter-date-range__to-wrapper {
    vertical-align: top;
    margin-bottom: 0
}

.filter-date-range__from-wrapper>.form-control-validation-feedback,
.filter-date-range__to-wrapper>.form-control-validation-feedback {
    margin-left: 50px
}

.filter-date-range__from,
.filter-date-range__to {
    margin-left: 50px;
    width: calc(100% - 50px);
    min-height: 56px
}

.filter-date-range__from {
    margin-top: -7px
}

.filter-date-range__label {
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 18px;
    margin-left: 50px
}

.filter-date-range__label.form-item {
    width: calc(100vw - 80px)
}

.filter-items__date-range .filter-date-range {
    margin-top: -25px;
    margin-left: -50px
}

.filter-year-title {
    margin-top: -5px;
    font-size: 15px
}

.filter-year-title>div {
    margin-bottom: 7px
}

.filter-year-title>.filter-year-title__main {
    margin-bottom: 13px;
    font-weight: 600
}

.filter-year-control {
    margin-top: 19px
}

.filter-year-control__input-wrapper {
    margin-bottom: 0;
    width: 100%
}

.filter-year-control__input {
    height: 62px
}

.filter-year-control>.btn,
.filter-year-control>.cookie-notification__button,
.popup-notification__buttons .filter-year-control>.popup-notification__button,
.subscription-form-popup__header .filter-year-control>button {
    margin-top: 25px;
    width: 100%;
    height: 62px;
    border-color: #333
}

.filter-year-perpetuity-checkbox {
    margin-top: 25px
}

.cookie-notification__description>p,
.filter-year-perpetuity-checkbox>.form-item {
    margin-bottom: 0
}

.filter-year-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.filter-year-list>li:first-child {
    margin-top: 25px
}

.filter-year-list>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 600
}

.filter-year-list>li:last-child {
    border-bottom: 1px solid #e5e5e5
}

.filter-year-list__remove {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0
}

.filter-year-list__remove>.hsbc-close {
    font-size: 14px
}

.dropdown-group .filter__fieldset .filter__legend {
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5
}

.dropdown-group .filter__fieldset .filter-items,
.promobox .promobox__container.background-dark-blue .promobox__content.promobox__downloads .download-listing ul.in-page-link-list--downloads a {
    border-bottom: 1px solid #e5e5e5
}

.dropdown-group .filter__fieldset:last-child .filter-items {
    border-bottom: 0
}

.filter-apply {
    display: none;
    position: fixed;
    border-top: 1px solid #e5e5e5;
    padding: 25px 30px;
    width: 100vw;
    background-color: #f5f6f7;
    z-index: 101;
    left: 0;
    bottom: -100px;
    -webkit-transition: bottom .4s ease-out;
    transition: bottom .4s ease-out
}

.filter-apply.in {
    bottom: 0
}

.filter-apply button {
    display: none;
    position: relative;
    padding: 0 50px;
    width: 100%;
    height: 60px;
    font-weight: 400
}

.filter-apply .hsbc-tick {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.apply-text {
    display: none
}

.animate-tick .apply-text,
.animate-tick .apply-text-mobile,
.animate-tick .hsbc-tick {
    -webkit-animation-name: applyTick;
    animation-name: applyTick;
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    animation-timing-function: cubic-bezier(.42, 0, .58, 1)
}

.animate-tick .apply-text,
.animate-tick .apply-text-mobile {
    -webkit-animation-name: applyText;
    animation-name: applyText
}

.filter-results-container {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center
}

@media (min-width:768px) {
    .filter-results-container {
        font-size: 18px;
        font-size: 1.8rem
    }
}

#__tealiumGDPRcpPrefs,
#__tealiumGDPRecModal,
.filter-results-container .clear-filters,
div[data-filter-id] {
    display: none
}

.noscroll {
    overflow: hidden
}

@media (max-width:767px) {
    .dropdown {
        border: 0;
        width: 100%
    }

    .filter-results-container {
        margin-top: 10px
    }

    .search-results .filter-results-container hr {
        margin-top: 20px;
        margin-bottom: 0
    }

    .filter-apply {
        background: #fff
    }
}

.col-sm-12 .col-sm-4.sublayout--content h2.pageTitleAndText__heading,
.col-sm-12 .col-sm-4.sublayout--content-hero h2.pageTitleAndText__heading,
.filter-items__checkboxes__first-level,
.filter-items__checkboxes__first-level .label.additional-margin,
.hero-banner__responsive-body .col-sm-4.sublayout--content h2.pageTitleAndText__heading,
.hero-banner__responsive-body .col-sm-4.sublayout--content-hero h2.pageTitleAndText__heading {
    margin-bottom: 15px
}

.filter-items__checkboxes__first-level .label {
    font-size: 25px;
    font-weight: 500
}

.filter-items__checkboxes__second-level {
    margin-bottom: 30px
}

.filter-items__checkboxes__second-level .label {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .filter-items__checkboxes__second-level {
        margin-bottom: 15px
    }

    .filter-items__checkboxes__second-level .label {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 15px
    }

    .filter-cta-container {
        font-weight: 400;
        display: none
    }

    .dropdown-container {
        display: block
    }

    .dropdown-container>.hsbc-close {
        display: none
    }

    .dropdown-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 3px;
        padding: 20px 30px;
        background-color: #ebeef0;
        position: relative;
        margin-bottom: 0
    }

    .dropdown-group .filter__fieldset .filter__legend {
        border-bottom: 0
    }

    .dropdown-group .filter-items__checkboxes {
        margin-bottom: 15px
    }

    .dropdown-group .filter-items__checkboxes:after,
    .dropdown-group .filter-items__checkboxes:before {
        content: " ";
        display: table
    }

    .dropdown-group .filter-items__checkboxes:after {
        clear: both
    }

    .dropdown-group .dropdown .dropdown__filter-name,
    .dropdown-group .filter-items__checkboxes label {
        font-weight: 400
    }

    .dropdown-group .filter-items__checkboxes-group {
        padding-left: 0;
        padding-right: 0
    }

    .dropdown-group .dropdown {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: inline-block;
        position: relative;
        margin: 10px 20px 10px 0;
        padding: 15px 50px 15px 20px;
        border: 0;
        border-radius: 3px;
        font-size: 18px;
        font-size: 1.8rem;
        vertical-align: middle;
        background-color: #fff;
        cursor: pointer;
        -webkit-transition: background-color .1s;
        transition: background-color .1s;
        text-decoration: none
    }

    .dropdown-group .dropdown>.dropdown__chevron {
        top: 23px;
        right: 20px;
        font-size: 11px
    }

    .dropdown-group .dropdown.dropdown--open {
        background-color: #f5f6f7
    }

    .dropdown-group .dropdown.dropdown--open .dropdown__active-filters {
        color: #6e6d6d
    }

    .dropdown-title {
        display: none
    }

    .filter-by {
        display: inline-block;
        margin-right: 28px;
        font-size: 18px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .filter-by {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .filter-by~.filter-by {
        margin-left: 40px
    }

    .dropdown-group .dropdown:nth-child(n+2) {
        border: 0
    }

    .filter-search-wrapper {
        float: right;
        margin-left: auto
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .filter-search-wrapper {
        float: none;
        margin: 0
    }
}

@media (min-width:768px) {
    .filter-search {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 218px
    }

    .filter-search__input {
        border: 0
    }

    .filter-items {
        padding: 45px 15px 20px 16px;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0
    }

    .filter-items__title {
        margin-top: -7px;
        margin-bottom: 34px;
        font-size: 25px;
        line-height: 25px;
        font-weight: 300
    }

    .filter-items__radios {
        margin-top: 15px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .filter-items__radios.col-sm-2 {
        width: 33.3%
    }

    .filter-items__radios.col-sm-10,
    .role-selector__question-1-col .filter-items__radios.role-selector__answers,
    .role-selector__question-2-col .filter-items__radios.role-selector__answers {
        width: 66.6%
    }
}

@media (min-width:768px) {
    .filter-date-range {
        margin-top: -18px
    }

    .filter-date-range>legend {
        float: left;
        width: auto;
        margin-top: 8px
    }

    .filter-date-range__from-wrapper,
    .filter-date-range__to-wrapper {
        position: relative;
        display: inline-block;
        margin-left: 8px
    }

    .filter-date-range__from-wrapper>.form-control-validation-feedback,
    .filter-date-range__to-wrapper>.form-control-validation-feedback {
        position: absolute;
        right: 0;
        margin-left: -50px;
        text-align: right
    }

    .filter-date-range__from,
    .filter-date-range__to {
        margin: 0;
        width: 100px;
        padding-top: 19px;
        padding-bottom: 19px
    }

    .filter-date-range__label {
        display: inline-block;
        margin-left: 16px;
        margin-right: 6px
    }

    .filter-apply button,
    .filter-date-range>.form-item {
        width: auto
    }

    .filter-date-range>.form-item:first-child {
        display: inline-block
    }

    .filter-items__date-range .filter-date-range {
        margin-top: -3px;
        margin-left: 0
    }

    .filter-items__date-range .filter-date-range__from-wrapper>.form-control-validation-feedback,
    .filter-items__date-range .filter-date-range__to-wrapper>.form-control-validation-feedback {
        position: relative;
        width: 150px
    }

    .filter-items__date-range .filter-date-range legend+.filter-date-range__label {
        margin-left: 0
    }

    .filter-items__date-range .filter-year-perpetuity-checkbox {
        margin-top: 39px
    }

    .filter-year-title {
        margin-top: 9px;
        font-size: 14px;
        text-align: center
    }

    .filter-year-title>div {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 10px
    }

    .filter-year-title>.filter-year-title__main {
        margin-left: 0;
        margin-right: -5px
    }

    .filter-year-control {
        margin-top: 24px;
        margin-bottom: 39px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .filter-year-control>.btn,
    .filter-year-control>.cookie-notification__button,
    .popup-notification__buttons .filter-year-control>.popup-notification__button,
    .subscription-form-popup__header .filter-year-control>button {
        margin-top: 0;
        margin-left: 32px;
        width: auto;
        border-color: rgba(51, 51, 51, .5)
    }

    .filter-year-perpetuity-checkbox {
        margin-top: 0
    }

    .filter-year-perpetuity-checkbox~.filter-year-list>li:first-child {
        margin-top: 4px
    }

    .filter-year-list>li {
        padding-left: 17px;
        padding-right: 17px;
        font-size: 16px
    }

    .filter-year-list>li:first-child {
        margin-top: -10px
    }

    .filter-year-list>li:last-child {
        margin-bottom: 49px
    }

    .filter-year-list__remove>.hsbc-close {
        font-size: 18px
    }

    .filter-apply {
        display: none;
        padding: 33px 31px 41px;
        height: auto;
        position: static;
        width: inherit
    }

    .apply-text {
        display: inline;
        opacity: 1
    }

    .apply-text-mobile,
    .search-results .filter-results-container hr {
        display: none
    }

    .filter-results-container {
        padding-top: 34px;
        text-align: left
    }

    .filter-results-container .clear-filters {
        display: inline;
        visibility: hidden;
        font-weight: 700;
        border: 0;
        margin-left: 13px;
        padding-left: 18px;
        background: 0 0;
        position: relative
    }

    .filter-results-container .clear-filters.clear-filters--first-element {
        margin-left: 0;
        padding-left: 0
    }

    .filter-results-container .clear-filters:not(.clear-filters--first-element):before {
        display: inline-block;
        content: "";
        width: 1px;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0
    }

    .filter-results-container .filter-results:empty~.clear-filters {
        margin-left: 0;
        padding-left: 0
    }

    .filter-results-container .filter-results:empty~.clear-filters:before {
        display: none
    }

    .filter-search-wrapper-mobile {
        display: none
    }
}

@media (min-width:1240px) {
    .dropdown-container {
        margin-left: -15px;
        margin-right: -15px
    }
}

.filter-module--simple {
    margin-left: -33px;
    margin-right: -33px
}

.filter-module--simple .dropdown-container {
    display: block
}

.filter-module--simple .dropdown-group {
    padding: 40px 33px;
    background-color: #ebeef0
}

.filter-module--simple .dropdown-group .dropdown {
    border-top: 0
}

.filter-module--simple .search-filter {
    position: relative;
    margin-top: -7px;
    border-radius: 3px
}

.filter-module--simple .search-filter__current {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.filter-module--simple .search-filter__options {
    top: auto
}

.filter-module--simple .simple-filter__fieldset+.simple-filter__fieldset {
    margin-top: 17px
}

@media (max-width:767px) {
    .filter-module--simple .simple-filter__fieldset {
        margin-right: 0 !important
    }
}

.filter-module--simple .filter-by {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.87;
    border: 0
}

.filter-module--simple .filter-by~.filter-by {
    margin-top: 25px
}

.filter-module--simple .filter-results-container {
    padding-top: 20px;
    padding-bottom: 0
}

@media (min-width:768px) {
    .filter-module--simple .dropdown-group {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 35px;
        margin-bottom: 40px;
        max-height: 118px
    }

    .filter-module--simple .dropdown-group.content-type-filter {
        max-height: 168px !important
    }
}

@media screen and (min-width:768px) and (-ms-high-contrast:active),
(min-width:768px) and (-ms-high-contrast:none) {
    .filter-module--simple .dropdown-group {
        line-height: .85
    }

    .filter-module--simple .dropdown-group .filter-by {
        line-height: 56px
    }
}

@media (min-width:768px) {
    .filter-module--simple .filter-results-container {
        padding-top: 0;
        margin-top: -7px;
        margin-bottom: -6px
    }
}

@media (min-width:768px) and (min-width:992px) {
    .filter-module--simple .simple-filter__fieldset+.simple-filter__fieldset+.content-type-filter {
        margin-top: 0;
        margin-left: 40px
    }
}

@media (min-width:768px) {
    .filter-module--simple .search-filter {
        margin-top: 0;
        display: inline-block
    }

    .filter-module--simple .search-filter.open {
        position: absolute
    }

    .filter-module--simple .search-filter__options {
        position: relative
    }

    .filter-module--simple .search-filter.content-type-filter {
        margin-left: 5px !important
    }

    .filter-module--simple .simple-filter__fieldset+.simple-filter__fieldset {
        margin-top: 0;
        margin-left: 40px
    }

    .filter-module--simple .simple-filter__fieldset+.content-type-filter {
        margin-top: 5px;
        margin-left: 0
    }

    .filter-module--simple .filter-by {
        margin: 0 20px 0 0;
        float: left;
        width: auto;
        font-size: 18px;
        line-height: 55px;
        border-bottom: 1px solid transparent
    }
}

@media (min-width:1240px) {
    .filter-module--simple {
        margin-left: -15px;
        margin-right: -15px
    }

    .filter-module--simple .dropdown-group {
        padding: 30px
    }
}

.location-selector {
    background: #f5f6f7;
    padding-top: 35px;
    -ms-scrollbar-track-color: #dfe2e4;
    -ms-scrollbar-arrow-color: #dfe2e4;
    -ms-scrollbar-face-color: #353535
}

.location-selector__dropdown-section {
    background: #f5f6f7
}

.location-selector__menu-title {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.87
}

.location-selector__menu.dropdown {
    background-color: #f5f6f7;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.location-selector__menu.dropdown.open {
    -webkit-box-shadow: none;
    box-shadow: none
}

.location-selector__menu.dropdown+.location-selector__menu.dropdown {
    margin-top: 0
}

.location-selector__menu.dropdown input {
    display: inline-block;
    width: calc(100% - 22px);
    background: 0 0;
    border: 0;
    padding: 0 0 10px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.1;
    text-overflow: ellipsis
}

@media (min-width:768px) {
    .location-selector__menu.dropdown input {
        font-size: 45px;
        font-size: 4.5rem
    }
}

.location-selector__menu.dropdown hr {
    margin: 0;
    border-top: 2px solid #c8d1de
}

.location-selector__menu.dropdown .location-selector__chevron {
    background-color: transparent;
    border: 0;
    color: #000;
    line-height: 1;
    margin: 0;
    padding: 0
}

.location-selector__menu.dropdown .hsbc-panel-open,
.location-selector__menu.dropdown .table-toggle-holder .table-toggle.collapsed i,
.table-toggle-holder .table-toggle.collapsed .location-selector__menu.dropdown i {
    font-size: 22px
}

.location-selector__menu.dropdown .hsbc-panel-open:before,
.location-selector__menu.dropdown .table-toggle-holder .table-toggle.collapsed i:before,
.table-toggle-holder .table-toggle.collapsed .location-selector__menu.dropdown i:before {
    display: inline-block;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.location-selector__menu.dropdown.open .hsbc-panel-open:before,
.location-selector__menu.dropdown.open .table-toggle-holder .table-toggle.collapsed i:before,
.table-toggle-holder .table-toggle.collapsed .location-selector__menu.dropdown.open i:before {
    display: inline-block;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.location-selector__choices.dropdown-menu {
    top: 0;
    position: relative;
    width: 100%;
    max-height: 250px;
    margin-top: 0;
    margin-left: -13px;
    margin-bottom: 30px;
    border: 0;
    padding-top: 0;
    background: #f5f6f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: auto;
    overflow-x: hidden
}

@media (max-width:767px) {
    .location-selector__choices.dropdown-menu {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.location-selector__choices.dropdown-menu>li:first-child {
    padding-top: 0
}

.location-selector__choices.dropdown-menu>li {
    background: 0 0;
    padding: 0 20px 4px 25px
}

.location-selector__choices.dropdown-menu>li span {
    font-size: 16px;
    font-size: 1.6rem;
    color: #767676;
    line-height: 3
}

.location-selector__choices.dropdown-menu>li>a,
.location-selector__choices.dropdown-menu>li>span {
    padding: 10px
}

.location-selector input[type=checkbox]:focus+label {
    border: 2px solid #4d90fe;
    border-radius: 2px
}

.location-selector ::-webkit-scrollbar {
    width: 8px
}

.location-selector ::-webkit-scrollbar-track {
    margin-top: 24px;
    background: #dfe2e4;
    border-radius: 10px
}

.location-selector ::-webkit-scrollbar-thumb {
    height: 77px;
    background: #353535;
    border-radius: 10px
}

.location-selector .location-options {
    clear: both;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .location-selector {
        padding-top: 70px
    }

    .location-selector__menu.dropdown {
        margin-bottom: 20px;
        margin-top: 0
    }

    .location-selector__menu.dropdown input {
        width: calc(100% - 35px);
        background: 0 0;
        font-weight: 200;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .location-selector__menu.dropdown input:hover {
        cursor: pointer
    }

    .location-selector__menu.dropdown .hsbc-panel-open,
    .location-selector__menu.dropdown .table-toggle-holder .table-toggle.collapsed i,
    .table-toggle-holder .table-toggle.collapsed .location-selector__menu.dropdown i {
        font-size: 35px
    }

    .location-selector__menu.dropdown+.location-selector__menu.dropdown {
        margin-top: 0
    }

    .location-selector__menu-title {
        margin-left: 1px;
        margin-bottom: .25em;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.6667
    }

    .location-selector__choices {
        position: absolute;
        width: 100%
    }

    .location-selector__choices>li {
        background: 0 0
    }

    .location-selector__choices>li>a,
    .location-selector__choices>li>span {
        padding: 10px 20px
    }

    .location-selector__choices>li>a:hover {
        background: #ebeef0;
        border-radius: 3px
    }

    .floating-element .location-selector>.container-fluid>.row>div,
    .floating-element .share-price--bar .location-selector>.share-price__content>.row>div,
    .floating-element body>.share-price .location-selector>.share-price__content>.row>div,
    .share-price--bar .floating-element .location-selector>.share-price__content>.row>div,
    body>.share-price .floating-element .location-selector>.share-price__content>.row>div {
        width: 95%;
        margin-left: 2.5%
    }

    .floating-element .location-selector__menu.dropdown input {
        font-size: 2.82vw;
        line-height: 1.4
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .floating-element .location-selector__menu.dropdown input {
        font-weight: 300;
        font-size: 2.5vw;
        line-height: 1.8
    }
}

@media (min-width:768px) {
    .floating-element .location-selector__menu.dropdown .location-selector__chevron {
        vertical-align: -4px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {

    .floating-element .location-selector__menu.dropdown .location-selector__chevron .hsbc-panel-open,
    .floating-element .location-selector__menu.dropdown .location-selector__chevron .table-toggle-holder .table-toggle.collapsed i,
    .table-toggle-holder .table-toggle.collapsed .floating-element .location-selector__menu.dropdown .location-selector__chevron i {
        font-size: 2.85vw;
        margin-left: 5px
    }
}

@media (min-width:1240px) {

    .floating-element .location-selector>.container-fluid>.row>div,
    .floating-element .share-price--bar .location-selector>.share-price__content>.row>div,
    .floating-element body>.share-price .location-selector>.share-price__content>.row>div,
    .share-price--bar .floating-element .location-selector>.share-price__content>.row>div,
    body>.share-price .floating-element .location-selector>.share-price__content>.row>div {
        width: 76%;
        margin-left: 12%
    }

    .floating-element .location-selector__menu.dropdown input {
        font-size: 35px;
        font-size: 3.5rem
    }
}

.image-with-links {
    position: relative;
    -webkit-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out
}

.image-with-links__image-container {
    position: relative
}

.image-with-links__image {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 -33px;
    width: calc(100% + 66px)
}

.image-with-links__full-screen-button-container {
    display: block;
    position: absolute;
    top: 30px;
    bottom: auto;
    left: auto;
    right: 30px
}

.image-with-links__full-screen-button {
    position: relative;
    height: 65px;
    width: 65px;
    border-radius: 33px;
    background: rgba(0, 0, 0, .5);
    border: 0;
    padding: 0
}

.image-with-links__full-screen-button:before {
    content: "";
    height: 8px;
    width: 8px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 22px;
    bottom: 22px
}

.image-with-links__full-screen-button:after {
    content: "";
    height: 8px;
    width: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 22px;
    right: 22px
}

.image-with-links__full-screen-button:hover:before {
    border-bottom: 2px solid #ba000e;
    border-left: 2px solid #ba000e
}

.image-with-links__full-screen-button:hover:after {
    border-top: 2px solid #ba000e;
    border-right: 2px solid #ba000e
}

.article-sublayout__content>.image-with-links:not(:last-child),
.sublayout--content-hero>.image-with-links:not(:last-child),
.sublayout--content>.image-with-links:not(:last-child) {
    margin-top: 55px;
    margin-bottom: 55px
}

.article-sublayout__content>.image-with-links:first-child,
.sublayout--content-hero>.image-with-links:first-child,
.sublayout--content>.image-with-links:first-child {
    margin-top: 0
}

@media (max-width:768px) {

    .row .col-sm-4.article-sublayout__content>.image-with-links,
    .row .col-sm-4.sublayout--content-hero>.image-with-links,
    .row .col-sm-4.sublayout--content>.image-with-links {
        margin-bottom: 55px
    }

    .row .col-sm-4.sublayout--content-hero:last-child>.image-with-links,
    .row .col-sm-4:last-child.article-sublayout__content,
    .row .col-sm-4:last-child.sublayout--content>.image-with-links {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .image-with-links {
        position: relative
    }

    .image-with-links__image {
        width: 100%;
        margin: 0
    }

    .image-with-links__image-container .image-with-links__full-screen-button-container {
        margin: 0
    }

    .article-sublayout__content>.image-with-links:not(:last-child),
    .sublayout--content-hero>.image-with-links:not(:last-child),
    .sublayout--content>.image-with-links:not(:last-child) {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .article-sublayout__content>.image-with-links:first-child,
    .sublayout--content-hero>.image-with-links:first-child,
    .sublayout--content>.image-with-links:first-child {
        margin-top: 0
    }
}

.a11y-announcer {
    position: absolute;
    visibility: visible;
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    white-space: nowrap
}

.cookie-notification {
    display: none;
    background-color: #000;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto
}

.container-fluid .cookie-notification__button,
.share-price--bar .share-price__content .cookie-notification__button,
body>.share-price .share-price__content .cookie-notification__button {
    margin-top: 40px;
    width: 100%
}

.cookie-notification--enabled {
    display: block
}

.cookie-notification__content {
    padding: 29px 0 26px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300
}

.cookie-notification__content a {
    color: #fff;
    font-weight: 700
}

.cookie-notification__title {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 4rem
}

@media (min-width:768px) {
    .cookie-notification__title {
        font-size: 25px;
        font-size: 2.5rem
    }
}

.cookie-notification__description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.8rem
}

@media (min-width:768px) {
    .cookie-notification__description {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.cookie-notification__button {
    text-align: center
}

.cookie-notification__button:hover {
    background: #ba000e
}

@media (max-width:767px) {
    .cookie-notification {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1002
    }

    .cookie-notification__button-container,
    .cookie-notification__content-container {
        width: 100%
    }

    .container-fluid .cookie-notification__button,
    .share-price--bar .share-price__content .cookie-notification__button,
    body>.share-price .share-price__content .cookie-notification__button {
        margin-top: 0;
        margin-bottom: 35px
    }

    .cookie-notification__content {
        padding: 26px 0 31px
    }

    .cookie-notification__title {
        margin-bottom: 14px;
        line-height: 3.5rem;
        text-align: center
    }

    .cookie-notification__description {
        line-height: 2.2rem;
        text-align: center
    }
}

.popup-notification {
    display: none;
    position: fixed;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3002;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    width: 460px;
    padding: 50px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 4000px rgba(0, 0, 0, .67);
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, .67);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.875em
}

@media (min-width:768px) {
    .popup-notification {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.popup-notification--enabled {
    display: block
}

.popup-notification__checkboxes,
.popup-notification__description,
.popup-notification__header {
    margin-bottom: 50px
}

.popup-notification__disclaimer {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6em;
    margin-top: 50px
}

@media (min-width:768px) {
    .popup-notification__disclaimer {
        font-size: 12px;
        font-size: 1.2rem
    }
}

.popup-notification--wide,
.popup-notification--wider {
    width: 640px;
    padding: 66px 70px 60px
}

.popup-notification--wide .popup-notification__description {
    margin-bottom: 0
}

.popup-notification--widest {
    width: 70%;
    max-width: 970px;
    padding: 86px 100px 80px;
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width:768px) {
    .popup-notification--widest {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.popup-notification--widest .popup-notification__description {
    margin-bottom: 30px
}

.popup-notification--underline-link a {
    font-weight: 400;
    text-decoration: underline
}

.popup-notification__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0
}

.popup-notification--widest .popup-notification__header {
    padding-bottom: 40px;
    margin-bottom: 40px
}

.popup-notification--separated-h3 .popup-notification__header {
    border: 0;
    padding-bottom: 0
}

.popup-notification__close {
    background: 0 0;
    border: 0;
    padding: 0;
    margin: 0
}

.popup-notification--widest .popup-notification__close {
    height: 22px
}

@media (min-width:768px) {
    .popup-notification--widest .popup-notification__close {
        position: absolute;
        top: 40px;
        right: 40px
    }
}

.popup-notification__title {
    padding: 0;
    margin: 0;
    font-size: 22.5px;
    font-size: 2.25rem
}

@media (min-width:768px) {
    .popup-notification__title {
        font-size: 35px;
        font-size: 3.5rem
    }
}

.popup-notification__checkbox label a,
.popup-notification__description a {
    font-weight: 700
}

.popup-notification--underline-link .popup-notification__description a,
.popup-notification__checkbox label,
div.in-page-link a .in-page-link__media-size,
ul.in-page-link-list a .in-page-link__media-size {
    font-weight: 400
}

.popup-notification__description ul {
    margin: 20px 0
}

.popup-notification__description h3 {
    font-size: 30px;
    font-size: 3rem
}

.popup-notification--separated-h3 .popup-notification__description h3 {
    margin: 60px 0 20px;
    padding: 40px 0 0;
    border-top: 1px solid #d9d9d9
}

.popup-notification__description .cookie-category+h3 {
    margin-top: 0
}

.popup-notification__description .cookie-category {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .popup-notification__description .cookie-category {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.popup-notification__description .cookie-category h4 {
    font-size: 1em;
    font-weight: 700;
    padding: 0;
    margin: 0 0 .5em
}

.popup-notification__description .cookie-category a {
    font-weight: 400;
    text-decoration: underline
}

.popup-notification__description .cookie-category__control label {
    margin: 15px 50px 40px 0;
    font-size: 12px;
    font-size: 1.2rem
}

@media (min-width:768px) {
    .popup-notification__description .cookie-category__control label {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.popup-notification__description .cookie-category__control label .styled-radio__tick {
    width: 20px;
    height: 20px;
    border-color: #949494
}

.popup-notification__description .cookie-category[data-categories]:last-child .cookie-category__control label {
    margin-bottom: 5px
}

.popup-notification__description p+.cookie-category {
    margin-top: 30px
}

.popup-notification__checkbox {
    margin-bottom: 30px
}

.popup-notification__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.popup-notification--widest .popup-notification__buttons {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 40px;
    border-top: 1px solid #d9d9d9
}

.popup-notification__buttons .popup-notification__button {
    width: 50%;
    margin: 0 5px
}

.popup-notification__buttons .popup-notification__button--positive:hover {
    background: #ba000e
}

.popup-notification__buttons .popup-notification__button--negative:hover {
    background: #ebeef0
}

.popup-notification--wrap-text-in-buttons .popup-notification__buttons .popup-notification__button {
    white-space: normal
}

.popup-notification--widest .popup-notification__buttons .popup-notification__button {
    width: auto;
    padding: 15px;
    margin: 0 10px
}

.popup-notification__buttons .popup-notification__button:first-child {
    margin-left: 0
}

.popup-notification__buttons .popup-notification__button:last-child {
    margin-right: 0
}

.popup-notification__buttons--single-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-notification__buttons--single-button .popup-notification__button {
    min-width: 180px
}

@media (max-width:767px) {
    .popup-notification--buttons-in-one-column .popup-notification__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .popup-notification--buttons-in-one-column .popup-notification__buttons .popup-notification__button {
        width: 100%;
        margin: 0 0 20px
    }

    .popup-notification--buttons-in-one-column .popup-notification__buttons .popup-notification__button:last-child {
        margin-bottom: 0
    }

    .popup-notification {
        top: auto;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        padding: 35px;
        border-radius: 0
    }

    .popup-notification--wide {
        padding: 35px
    }

    .popup-notification--widest {
        padding: 40px
    }

    .popup-notification__header {
        padding-bottom: 35px;
        margin-bottom: 35px
    }

    .popup-notification__checkboxes,
    .popup-notification__description {
        margin-bottom: 35px
    }

    .popup-notification__disclaimer {
        margin-top: 35px
    }

    .popup-notification .cookie-category {
        line-height: 1.6
    }
}

@media print {
    .popup-notification {
        display: none !important
    }
}

.online-banking {
    display: none;
    position: fixed;
    top: 71px;
    left: 0;
    right: 0;
    padding: 0;
    background-color: #f5f6f7;
    z-index: 100
}

.mosaic img,
.online-banking--active {
    display: block
}

.online-banking,
.online-banking-wrapper {
    height: calc(100vh - 70px)
}

.online-banking-wrapper {
    overflow-y: auto
}

.online-banking h3 {
    display: none;
    margin: 90px 0 0;
    font-size: 24px;
    font-size: 2.4rem
}

.online-banking .banking-route {
    padding-bottom: 0
}

.online-banking .banking-route .location-selector input {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 300
}

@media (min-width:768px) {
    .online-banking .banking-route .location-selector input {
        font-size: 60px;
        font-size: 6rem
    }
}

.online-banking .col-md-offset-2>.link-with-right-chevron {
    margin-bottom: 104px
}

.online-banking__button {
    position: absolute;
    top: -42px;
    right: 34px;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0
}

.header.online-banking--active .header-search,
.online-banking__button .online-banking__close,
body[data-online-banking-active] .cookie-notification {
    display: none
}

@media (min-width:768px) {
    .online-banking {
        top: 97px
    }

    .online-banking,
    .online-banking-wrapper {
        height: calc(100vh - 98px)
    }

    .online-banking h3 {
        display: block
    }

    .online-banking .banking-route {
        padding-bottom: 0
    }

    .online-banking .banking-route .location-selector input {
        width: calc(100% - 45px);
        font-weight: 100
    }
}

@media (min-width:768px) and (max-width:1239px) {
    .online-banking .banking-route .location-selector input {
        vertical-align: middle;
        font-size: 4.4vw
    }
}

@media (min-width:768px) {

    .online-banking .banking-route .location-selector .hsbc-panel-open,
    .online-banking .banking-route .location-selector .table-toggle-holder .table-toggle.collapsed i,
    .table-toggle-holder .table-toggle.collapsed .online-banking .banking-route .location-selector i {
        top: 75px;
        font-size: 45px
    }
}

@media (min-width:768px) and (max-width:1239px) {

    .online-banking .banking-route .location-selector .hsbc-panel-open,
    .online-banking .banking-route .location-selector .table-toggle-holder .table-toggle.collapsed i,
    .table-toggle-holder .table-toggle.collapsed .online-banking .banking-route .location-selector i {
        vertical-align: -13px
    }
}

@media (min-width:768px) {
    .online-banking .col-md-8 {
        width: 83.33333%
    }

    .online-banking .col-md-offset-2 {
        margin-left: 8.33333%
    }

    .online-banking .col-md-offset-2>.link-with-right-chevron {
        margin-bottom: 79px
    }

    .online-banking__button {
        right: 36px
    }
}

@media (min-width:768px) and (max-width:1080px) {
    .online-banking {
        top: 61px
    }
}

@media (min-width:1080px) {
    .online-banking__button {
        top: -60px;
        right: 38px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .online-banking__button .online-banking__close {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        display: inline-block;
        margin-right: 14px
    }
}

@media (min-width:1240px) {
    .online-banking__button {
        right: calc(((100vw - 1200px)/2) + 38px)
    }
}

.pagination__list-of-items.mobile>li:not(:last-child),
.pagination__list-of-items>li:not(:last-child),
.pagination__numbers>li:not(:last-child) {
    margin-bottom: 0
}

.pagination-module {
    background: #ebeef0;
    padding: 17.5px 0 20px
}

@media (min-width:768px) {
    .pagination-module {
        padding: 40px 0
    }
}

.pagination__list-of-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-align: center;
    padding: 0;
    margin-bottom: 0
}

.pagination__list-of-items>li {
    display: inline-block;
    list-style-type: none
}

.pagination__list-of-items .pagination__next,
.pagination__list-of-items .pagination__previous {
    display: inline-block;
    vertical-align: middle;
    background: 0;
    border: 0;
    padding: 0
}

.pagination__list-of-items .pagination__next:focus,
.pagination__list-of-items .pagination__next:hover,
.pagination__list-of-items .pagination__previous:focus,
.pagination__list-of-items .pagination__previous:hover {
    text-decoration: none
}

.pagination__list-of-items .hsbc-carousel-left,
.pagination__list-of-items .hsbc-carousel-right {
    font-size: 18px;
    text-decoration: none
}

.pagination__list-of-items.mobile {
    margin-top: 17.5px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pagination__list-of-items.mobile>li:first-child {
    margin-left: -4px
}

.pagination__list-of-items.mobile>li:last-child {
    margin-right: -3px
}

.pagination__list-of-items.mobile>.pagination__numbers-of-items {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 19%
}

.pagination__page-link--disabled {
    cursor: default;
    opacity: .3
}

.pagination__page-link--disabled:hover [class^=hsbc-] {
    color: #000
}

.pagination__view {
    padding-right: 20px;
    font-size: 15px;
    font-size: 1.5rem
}

@media (min-width:768px) {
    .pagination__view {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.pagination__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.pagination__per-page {
    margin-left: 20px;
    font-size: 15px;
    font-size: 1.5rem
}

@media (min-width:768px) {
    .pagination__per-page {
        font-size: 18px;
        font-size: 1.8rem
    }

    .pagination__numbers-of-items {
        margin-left: 10%;
        padding-right: 25px;
        border-right: 1px solid #e5e5e5
    }

    .pagination__list-of-items {
        text-align: center
    }

    .pagination__list-of-items>li {
        display: inline-block;
        list-style-type: none
    }

    .pagination__list-of-items .hsbc-carousel-left,
    .pagination__list-of-items .hsbc-carousel-right {
        font-size: 35px;
        text-decoration: none
    }

    .pagination__list-of-items.mobile {
        display: none
    }

    .pagination__per-page {
        margin-right: 8%
    }

    .pagination__view {
        padding-left: 25px
    }
}

.is-pagination {
    overflow-x: visible
}

ul.in-page-link-list {
    list-style: none
}

.in-page-link-list--two-columns.in-page-link-list--downloads {
    margin: -30px 0 1px
}

div.in-page-link,
ul.in-page-link-list {
    margin: 40px 0 45px;
    padding-left: 0
}

div.in-page-link a,
ul.in-page-link-list a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    padding: 5px 0;
    display: inline-block;
    max-width: 100%
}

@media (min-width:768px) {

    div.in-page-link a,
    ul.in-page-link-list a {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:768px) and (max-width:1023px) {

    div.in-page-link a,
    ul.in-page-link-list a {
        font-size: 15px;
        font-size: 1.5rem
    }
}

div.in-page-link a.link-with-right-chevron,
ul.in-page-link-list a.link-with-right-chevron {
    line-height: 1.8
}

.interactive-map__info-window__actions__action--internal div.in-page-link a.link-with-right-chevron span.icon+span,
.interactive-map__info-window__actions__action--internal ul.in-page-link-list a.link-with-right-chevron span.icon+span,
div.in-page-link a.link-with-right-chevron .hsbc-right-chevron+span,
div.in-page-link a.link-with-right-chevron .interactive-map__info-window__actions__action--internal span.icon+span,
ul.in-page-link-list a.link-with-right-chevron .hsbc-right-chevron+span,
ul.in-page-link-list a.link-with-right-chevron .interactive-map__info-window__actions__action--internal span.icon+span {
    margin-left: -4px
}

div.in-page-link a.in-page-link__mail-to .hsbc-email:before,
ul.in-page-link-list a.in-page-link__mail-to .hsbc-email:before {
    margin-top: -8px;
    font-size: 3rem;
    vertical-align: middle
}

div.in-page-link a.link-with-icon [class^=hsbc],
ul.in-page-link-list a.link-with-icon [class^=hsbc] {
    vertical-align: inherit
}

div.in-page-link a [class^=hsbc],
ul.in-page-link-list a [class^=hsbc] {
    display: inline-block
}

div.in-page-link a [class^=hsbc]:before,
ul.in-page-link-list a [class^=hsbc]:before {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8;
    top: 3px;
    position: relative;
    display: inline-block
}

@media (min-width:768px) and (max-width:1023px) {

    div.in-page-link a [class^=hsbc]:before,
    ul.in-page-link-list a [class^=hsbc]:before {
        font-size: 18px;
        font-size: 1.8rem
    }
}

div.in-page-link a [class^=hsbc]:not(.hsbc-right-chevron):before,
ul.in-page-link-list a [class^=hsbc]:not(.hsbc-right-chevron):before {
    margin-left: 6px
}

div.in-page-link--downloads,
ul.in-page-link-list--downloads {
    margin: 35px 0 50px
}

.article-sublayout__content div.in-page-link--downloads,
.article-sublayout__content ul.in-page-link-list--downloads {
    margin-top: -15px
}

div.in-page-link--downloads [class^=hsbc],
ul.in-page-link-list--downloads [class^=hsbc] {
    margin-left: auto
}

div.in-page-link--downloads a,
ul.in-page-link-list--downloads a {
    border-bottom: 1px solid #e5e5e5;
    padding: 17px 32px 16px 0;
    width: 100%;
    position: relative
}

div.in-page-link--downloads a [class^=hsbc],
ul.in-page-link-list--downloads a [class^=hsbc] {
    position: absolute;
    bottom: 12px;
    right: 0
}

div.in-page-link--downloads a.link-with-right-chevron,
ul.in-page-link-list--downloads a.link-with-right-chevron {
    padding-right: 0
}

div.in-page-link--downloads a.link-with-right-chevron>span,
ul.in-page-link-list--downloads a.link-with-right-chevron>span {
    padding-left: 0
}

.interactive-map__info-window__actions__action--internal div.in-page-link--downloads a.link-with-right-chevron>span span.icon,
.interactive-map__info-window__actions__action--internal ul.in-page-link-list--downloads a.link-with-right-chevron>span span.icon,
div.in-page-link--downloads a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
div.in-page-link--downloads a.link-with-right-chevron>span span.hsbc-right-chevron,
ul.in-page-link-list--downloads a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
ul.in-page-link-list--downloads a.link-with-right-chevron>span span.hsbc-right-chevron {
    bottom: 0;
    right: -4px
}

.col-sm-12 .col-sm-8.sublayout--content div.in-page-link,
.col-sm-12 .col-sm-8.sublayout--content ul.in-page-link-list,
.col-sm-12 .col-sm-8.sublayout--content-hero div.in-page-link,
.col-sm-12 .col-sm-8.sublayout--content-hero ul.in-page-link-list,
.col-sm-12 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body div.in-page-link,
.col-sm-12 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body ul.in-page-link-list,
.col-sm-12 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body div.in-page-link,
.col-sm-12 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body ul.in-page-link-list,
.hero-banner--size-medium .col-sm-12 .sublayout--content-hero.hero-banner__responsive-body div.in-page-link,
.hero-banner--size-medium .col-sm-12 .sublayout--content-hero.hero-banner__responsive-body ul.in-page-link-list,
.hero-banner--size-medium .col-sm-12 .sublayout--content.hero-banner__responsive-body div.in-page-link,
.hero-banner--size-medium .col-sm-12 .sublayout--content.hero-banner__responsive-body ul.in-page-link-list,
.hero-banner--size-medium .hero-banner__responsive-body .sublayout--content-hero.hero-banner__responsive-body div.in-page-link,
.hero-banner--size-medium .hero-banner__responsive-body .sublayout--content-hero.hero-banner__responsive-body ul.in-page-link-list,
.hero-banner--size-medium .hero-banner__responsive-body .sublayout--content.hero-banner__responsive-body div.in-page-link,
.hero-banner--size-medium .hero-banner__responsive-body .sublayout--content.hero-banner__responsive-body ul.in-page-link-list,
.hero-banner__responsive-body .col-sm-8.sublayout--content div.in-page-link,
.hero-banner__responsive-body .col-sm-8.sublayout--content ul.in-page-link-list,
.hero-banner__responsive-body .col-sm-8.sublayout--content-hero div.in-page-link,
.hero-banner__responsive-body .col-sm-8.sublayout--content-hero ul.in-page-link-list,
.hero-banner__responsive-body .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body div.in-page-link,
.hero-banner__responsive-body .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body ul.in-page-link-list,
.hero-banner__responsive-body .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body div.in-page-link,
.hero-banner__responsive-body .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body ul.in-page-link-list {
    margin: 0 0 45px
}

.col-sm-12 .col-sm-8.sublayout--content-hero>div.in-page-link:last-child,
.col-sm-12 .col-sm-8.sublayout--content-hero>ul.in-page-link-list:last-child,
.col-sm-12 .col-sm-8.sublayout--content>div.in-page-link:last-child,
.col-sm-12 .col-sm-8.sublayout--content>ul.in-page-link-list:last-child,
.col-sm-12 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body>div.in-page-link:last-child,
.col-sm-12 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body>ul.in-page-link-list:last-child,
.col-sm-12 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body>div.in-page-link:last-child,
.col-sm-12 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body>ul.in-page-link-list:last-child,
.col-sm-12>.promobox .promobox__content .col-sm-8.sublayout--content-hero>div.in-page-link:last-child,
.col-sm-12>.promobox .promobox__content .col-sm-8.sublayout--content-hero>ul.in-page-link-list:last-child,
.col-sm-12>.promobox .promobox__content .col-sm-8.sublayout--content>div.in-page-link:last-child,
.col-sm-12>.promobox .promobox__content .col-sm-8.sublayout--content>ul.in-page-link-list:last-child,
.col-sm-12>.promobox .promobox__media .col-sm-8.sublayout--content-hero>div.in-page-link:last-child,
.col-sm-12>.promobox .promobox__media .col-sm-8.sublayout--content-hero>ul.in-page-link-list:last-child,
.col-sm-12>.promobox .promobox__media .col-sm-8.sublayout--content>div.in-page-link:last-child,
.col-sm-12>.promobox .promobox__media .col-sm-8.sublayout--content>ul.in-page-link-list:last-child,
.hero-banner--size-medium .col-sm-12 .sublayout--content-hero.hero-banner__responsive-body>div.in-page-link:last-child,
.hero-banner--size-medium .col-sm-12 .sublayout--content-hero.hero-banner__responsive-body>ul.in-page-link-list:last-child,
.hero-banner--size-medium .col-sm-12 .sublayout--content.hero-banner__responsive-body>div.in-page-link:last-child,
.hero-banner--size-medium .col-sm-12 .sublayout--content.hero-banner__responsive-body>ul.in-page-link-list:last-child,
.hero-banner--size-medium .col-sm-12>.promobox .promobox__content .sublayout--content-hero.hero-banner__responsive-body>div.in-page-link:last-child,
.hero-banner--size-medium .col-sm-12>.promobox .promobox__content .sublayout--content-hero.hero-banner__responsive-body>ul.in-page-link-list:last-child,
.hero-banner--size-medium .col-sm-12>.promobox .promobox__content .sublayout--content.hero-banner__responsive-body>div.in-page-link:last-child,
.hero-banner--size-medium .col-sm-12>.promobox .promobox__content .sublayout--content.hero-banner__responsive-body>ul.in-page-link-list:last-child,
.hero-banner--size-medium .col-sm-12>.promobox .promobox__media .sublayout--content-hero.hero-banner__responsive-body>div.in-page-link:last-child,
.hero-banner--size-medium .col-sm-12>.promobox .promobox__media .sublayout--content-hero.hero-banner__responsive-body>ul.in-page-link-list:last-child,
.hero-banner--size-medium .col-sm-12>.promobox .promobox__media .sublayout--content.hero-banner__responsive-body>div.in-page-link:last-child,
.hero-banner--size-medium .col-sm-12>.promobox .promobox__media .sublayout--content.hero-banner__responsive-body>ul.in-page-link-list:last-child,
.hero-banner--size-medium .hero-banner__responsive-body .sublayout--content-hero.hero-banner__responsive-body>div.in-page-link:last-child,
.hero-banner--size-medium .hero-banner__responsive-body .sublayout--content-hero.hero-banner__responsive-body>ul.in-page-link-list:last-child,
.hero-banner--size-medium .hero-banner__responsive-body .sublayout--content.hero-banner__responsive-body>div.in-page-link:last-child,
.hero-banner--size-medium .hero-banner__responsive-body .sublayout--content.hero-banner__responsive-body>ul.in-page-link-list:last-child,
.hero-banner__responsive-body .col-sm-8.sublayout--content-hero>div.in-page-link:last-child,
.hero-banner__responsive-body .col-sm-8.sublayout--content-hero>ul.in-page-link-list:last-child,
.hero-banner__responsive-body .col-sm-8.sublayout--content>div.in-page-link:last-child,
.hero-banner__responsive-body .col-sm-8.sublayout--content>ul.in-page-link-list:last-child,
.hero-banner__responsive-body .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body>div.in-page-link:last-child,
.hero-banner__responsive-body .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body>ul.in-page-link-list:last-child,
.hero-banner__responsive-body .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body>div.in-page-link:last-child,
.hero-banner__responsive-body .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body>ul.in-page-link-list:last-child {
    margin-bottom: -5px
}

@media (min-width:768px) {

    .col-sm-12 .col-sm-8.sublayout--content div.in-page-link,
    .col-sm-12 .col-sm-8.sublayout--content ul.in-page-link-list,
    .col-sm-12 .col-sm-8.sublayout--content-hero div.in-page-link,
    .col-sm-12 .col-sm-8.sublayout--content-hero ul.in-page-link-list,
    .col-sm-12 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body div.in-page-link,
    .col-sm-12 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body ul.in-page-link-list,
    .col-sm-12 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body div.in-page-link,
    .col-sm-12 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body ul.in-page-link-list,
    .hero-banner--size-medium .col-sm-12 .sublayout--content-hero.hero-banner__responsive-body div.in-page-link,
    .hero-banner--size-medium .col-sm-12 .sublayout--content-hero.hero-banner__responsive-body ul.in-page-link-list,
    .hero-banner--size-medium .col-sm-12 .sublayout--content.hero-banner__responsive-body div.in-page-link,
    .hero-banner--size-medium .col-sm-12 .sublayout--content.hero-banner__responsive-body ul.in-page-link-list,
    .hero-banner--size-medium .hero-banner__responsive-body .sublayout--content-hero.hero-banner__responsive-body div.in-page-link,
    .hero-banner--size-medium .hero-banner__responsive-body .sublayout--content-hero.hero-banner__responsive-body ul.in-page-link-list,
    .hero-banner--size-medium .hero-banner__responsive-body .sublayout--content.hero-banner__responsive-body div.in-page-link,
    .hero-banner--size-medium .hero-banner__responsive-body .sublayout--content.hero-banner__responsive-body ul.in-page-link-list,
    .hero-banner__responsive-body .col-sm-8.sublayout--content div.in-page-link,
    .hero-banner__responsive-body .col-sm-8.sublayout--content ul.in-page-link-list,
    .hero-banner__responsive-body .col-sm-8.sublayout--content-hero div.in-page-link,
    .hero-banner__responsive-body .col-sm-8.sublayout--content-hero ul.in-page-link-list,
    .hero-banner__responsive-body .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body div.in-page-link,
    .hero-banner__responsive-body .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body ul.in-page-link-list,
    .hero-banner__responsive-body .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body div.in-page-link,
    .hero-banner__responsive-body .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body ul.in-page-link-list {
        margin: 40px 0 45px
    }

    .col-sm-12 .col-sm-8.sublayout--content-hero>div.in-page-link:last-child,
    .col-sm-12 .col-sm-8.sublayout--content-hero>ul.in-page-link-list:last-child,
    .col-sm-12 .col-sm-8.sublayout--content>div.in-page-link:last-child,
    .col-sm-12 .col-sm-8.sublayout--content>ul.in-page-link-list:last-child,
    .col-sm-12 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body>div.in-page-link:last-child,
    .col-sm-12 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body>ul.in-page-link-list:last-child,
    .col-sm-12 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body>div.in-page-link:last-child,
    .col-sm-12 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body>ul.in-page-link-list:last-child,
    .col-sm-12>.promobox .promobox__content .col-sm-8.sublayout--content-hero>div.in-page-link:last-child,
    .col-sm-12>.promobox .promobox__content .col-sm-8.sublayout--content-hero>ul.in-page-link-list:last-child,
    .col-sm-12>.promobox .promobox__content .col-sm-8.sublayout--content>div.in-page-link:last-child,
    .col-sm-12>.promobox .promobox__content .col-sm-8.sublayout--content>ul.in-page-link-list:last-child,
    .col-sm-12>.promobox .promobox__media .col-sm-8.sublayout--content-hero>div.in-page-link:last-child,
    .col-sm-12>.promobox .promobox__media .col-sm-8.sublayout--content-hero>ul.in-page-link-list:last-child,
    .col-sm-12>.promobox .promobox__media .col-sm-8.sublayout--content>div.in-page-link:last-child,
    .col-sm-12>.promobox .promobox__media .col-sm-8.sublayout--content>ul.in-page-link-list:last-child,
    .hero-banner--size-medium .col-sm-12 .sublayout--content-hero.hero-banner__responsive-body>div.in-page-link:last-child,
    .hero-banner--size-medium .col-sm-12 .sublayout--content-hero.hero-banner__responsive-body>ul.in-page-link-list:last-child,
    .hero-banner--size-medium .col-sm-12 .sublayout--content.hero-banner__responsive-body>div.in-page-link:last-child,
    .hero-banner--size-medium .col-sm-12 .sublayout--content.hero-banner__responsive-body>ul.in-page-link-list:last-child,
    .hero-banner--size-medium .col-sm-12>.promobox .promobox__content .sublayout--content-hero.hero-banner__responsive-body>div.in-page-link:last-child,
    .hero-banner--size-medium .col-sm-12>.promobox .promobox__content .sublayout--content-hero.hero-banner__responsive-body>ul.in-page-link-list:last-child,
    .hero-banner--size-medium .col-sm-12>.promobox .promobox__content .sublayout--content.hero-banner__responsive-body>div.in-page-link:last-child,
    .hero-banner--size-medium .col-sm-12>.promobox .promobox__content .sublayout--content.hero-banner__responsive-body>ul.in-page-link-list:last-child,
    .hero-banner--size-medium .col-sm-12>.promobox .promobox__media .sublayout--content-hero.hero-banner__responsive-body>div.in-page-link:last-child,
    .hero-banner--size-medium .col-sm-12>.promobox .promobox__media .sublayout--content-hero.hero-banner__responsive-body>ul.in-page-link-list:last-child,
    .hero-banner--size-medium .col-sm-12>.promobox .promobox__media .sublayout--content.hero-banner__responsive-body>div.in-page-link:last-child,
    .hero-banner--size-medium .col-sm-12>.promobox .promobox__media .sublayout--content.hero-banner__responsive-body>ul.in-page-link-list:last-child,
    .hero-banner--size-medium .hero-banner__responsive-body .sublayout--content-hero.hero-banner__responsive-body>div.in-page-link:last-child,
    .hero-banner--size-medium .hero-banner__responsive-body .sublayout--content-hero.hero-banner__responsive-body>ul.in-page-link-list:last-child,
    .hero-banner--size-medium .hero-banner__responsive-body .sublayout--content.hero-banner__responsive-body>div.in-page-link:last-child,
    .hero-banner--size-medium .hero-banner__responsive-body .sublayout--content.hero-banner__responsive-body>ul.in-page-link-list:last-child,
    .hero-banner__responsive-body .col-sm-8.sublayout--content-hero>div.in-page-link:last-child,
    .hero-banner__responsive-body .col-sm-8.sublayout--content-hero>ul.in-page-link-list:last-child,
    .hero-banner__responsive-body .col-sm-8.sublayout--content>div.in-page-link:last-child,
    .hero-banner__responsive-body .col-sm-8.sublayout--content>ul.in-page-link-list:last-child,
    .hero-banner__responsive-body .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body>div.in-page-link:last-child,
    .hero-banner__responsive-body .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body>ul.in-page-link-list:last-child,
    .hero-banner__responsive-body .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body>div.in-page-link:last-child,
    .hero-banner__responsive-body .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body>ul.in-page-link-list:last-child {
        margin-bottom: -12px
    }
}

.article-sublayout__content>div.in-page-link:last-child,
.sublayout--content-hero>div.in-page-link:last-child,
.sublayout--content>div.in-page-link:last-child {
    margin-top: -24px;
    margin-bottom: 0
}

@media (max-width:768px) {

    .article-sublayout__content>div.in-page-link:last-child,
    .sublayout--content-hero>div.in-page-link:last-child,
    .sublayout--content>div.in-page-link:last-child {
        margin-top: 0
    }
}

.article-sublayout__content>div.in-page-link:last-child a,
.sublayout--content-hero>div.in-page-link:last-child a,
.sublayout--content>div.in-page-link:last-child a {
    padding-bottom: 0
}

@media (min-width:992px) {

    div.in-page-link--two-columns,
    ul.in-page-link-list--two-columns {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        column-gap: 30px
    }

    div.in-page-link--three-columns,
    ul.in-page-link-list--three-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        column-gap: 30px
    }

    .in-page-link-list--two-columns.in-page-link-list--downloads {
        margin: 20px 0 0
    }

    .col-sm-8 div.in-page-link--medium,
    .col-sm-8 ul.in-page-link-list--medium,
    .hero-banner--size-medium .hero-banner__responsive-body div.in-page-link--medium,
    .hero-banner--size-medium .hero-banner__responsive-body ul.in-page-link-list--medium {
        width: 75%
    }

    .col-sm-6 div.in-page-link--medium,
    .col-sm-6 ul.in-page-link-list--medium,
    .hero-banner--size-small .hero-banner__responsive-body div.in-page-link--medium,
    .hero-banner--size-small .hero-banner__responsive-body ul.in-page-link-list--medium {
        width: 66.6%
    }

    .col-sm-8 div.in-page-link--small,
    .col-sm-8 ul.in-page-link-list--small,
    .hero-banner--size-medium .hero-banner__responsive-body div.in-page-link--small,
    .hero-banner--size-medium .hero-banner__responsive-body ul.in-page-link-list--small {
        width: 37.5%
    }

    .col-sm-6 div.in-page-link--small,
    .col-sm-6 ul.in-page-link-list--small,
    .hero-banner--size-small .hero-banner__responsive-body div.in-page-link--small,
    .hero-banner--size-small .hero-banner__responsive-body ul.in-page-link-list--small {
        width: 50%
    }
}

@media (min-width:768px) and (max-width:991px) {

    .col-sm-8 div.in-page-link--small,
    .col-sm-8 ul.in-page-link-list--small,
    .hero-banner--size-medium .hero-banner__responsive-body div.in-page-link--small,
    .hero-banner--size-medium .hero-banner__responsive-body ul.in-page-link-list--small {
        width: 75%
    }

    .col-sm-6 div.in-page-link--small,
    .col-sm-6 ul.in-page-link-list--small,
    .hero-banner--size-small .hero-banner__responsive-body div.in-page-link--small,
    .hero-banner--size-small .hero-banner__responsive-body ul.in-page-link-list--small {
        width: 66%
    }
}

.sublayout--content .in-page-link-list-reveal-wrapper:first-child:last-child div.in-page-link--downloads,
.sublayout--content .in-page-link-list-reveal-wrapper:first-child:last-child ul.in-page-link-list--downloads,
.sublayout--content-hero .in-page-link-list-reveal-wrapper:first-child:last-child div.in-page-link--downloads,
.sublayout--content-hero .in-page-link-list-reveal-wrapper:first-child:last-child ul.in-page-link-list--downloads {
    margin-top: 4.5px
}

.in-page-link-list-reveal-wrapper .in-page-link-list__load-more {
    margin-top: -5px;
    padding: 18px 27px;
    background-color: #dfe2e4;
    font-weight: 600
}

@media (min-width:768px) {
    .in-page-link-list-reveal-wrapper .in-page-link-list--two-columns {
        -webkit-column-count: 1;
        column-count: 1
    }

    .in-page-link-list-reveal-wrapper .in-page-link-list--two-columns>li {
        width: calc(50% - 15px)
    }

    .in-page-link-list-reveal-wrapper .in-page-link-list--two-columns>li:nth-child(2n+1) {
        float: left
    }

    .in-page-link-list-reveal-wrapper .in-page-link-list--two-columns>li:nth-child(2n) {
        float: right
    }

    .sublayout--content .in-page-link-list-reveal-wrapper:first-child:last-child div.in-page-link--downloads,
    .sublayout--content .in-page-link-list-reveal-wrapper:first-child:last-child ul.in-page-link-list--downloads,
    .sublayout--content-hero .in-page-link-list-reveal-wrapper:first-child:last-child div.in-page-link--downloads,
    .sublayout--content-hero .in-page-link-list-reveal-wrapper:first-child:last-child ul.in-page-link-list--downloads {
        margin-top: 36.5px
    }

    .in-page-link-list-reveal-wrapper .in-page-link-list__load-more {
        margin-top: 0
    }
}

.complex-fact-box__body {
    padding-left: 27px;
    border-left: 1px solid #ebeef0
}

.complex-fact-box__title {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 1.0769;
    font-weight: 200
}

@media (min-width:768px) {
    .complex-fact-box__title {
        font-size: 45px;
        font-size: 4.5rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .complex-fact-box__title {
        font-size: 30px;
        font-size: 3rem
    }
}

.complex-fact-box__numeric {
    font-size: 33px;
    font-size: 3.3rem;
    font-weight: 200;
    line-height: 1.1
}

@media (min-width:768px) {
    .complex-fact-box__numeric {
        font-size: 45px;
        font-size: 4.5rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .complex-fact-box__numeric {
        font-size: 30px;
        font-size: 3rem
    }
}

.complex-fact-box__main-description {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 18px;
    margin-bottom: 20px;
    line-height: 1.42857
}

@media (min-width:768px) {
    .complex-fact-box__main-description {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.complex-fact-box__description {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 6px;
    margin-bottom: 19px;
    line-height: 1.42857
}

@media (min-width:768px) {
    .complex-fact-box__description {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.complex-fact-box__source {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 23px;
    margin-bottom: 28px;
    line-height: 1.25
}

@media (min-width:768px) {
    .complex-fact-box__source {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.complex-fact-box .image-with-links__image {
    max-width: 100%;
    margin-left: 0
}

.complex-fact-box .in-page-link,
.complex-fact-box ul.in-page-link-list {
    margin-top: -5px
}

.complex-fact-box .in-page-link:last-child,
.complex-fact-box ul.in-page-link-list:last-child {
    margin-bottom: -12px
}

@media (min-width:768px) {
    .complex-fact-box__title {
        line-height: 1.1111
    }

    .complex-fact-box__numeric {
        line-height: 1
    }

    .complex-fact-box__main-description {
        margin-top: 27px;
        margin-bottom: 30px;
        line-height: 1.42857
    }

    .complex-fact-box__description {
        margin-top: 11px;
        margin-bottom: 28px
    }

    .complex-fact-box__source {
        margin-top: 29px;
        margin-bottom: 48px;
        line-height: 1.42857
    }

    .floating-element .complex-fact-box__title {
        margin-top: -.66rem
    }
}

.diary .image-with-links .media-info {
    margin-bottom: -20px
}

.diary .sublayout {
    padding-bottom: 0
}

.diary .rest-of-the-week {
    overflow: visible;
    -webkit-transition: max-height .2s ease-in-out;
    transition: max-height .2s ease-in-out
}

.diary .rest-of-the-week[aria-hidden=true] {
    overflow: hidden
}

.diary__day {
    margin-bottom: 49px
}

.diary__header {
    margin: -4px 0 35px
}

.diary__header+p {
    margin-top: -13px
}

.diary__image {
    display: block;
    margin: 49px auto;
    max-width: 100%
}

.diary__button {
    background: #dfe2e4;
    display: block;
    margin: -1px auto 0;
    padding: 25px 50px
}

.diary__button--open-diary {
    display: none
}

@media (min-width:768px) {
    .diary .image-with-links .media-info {
        margin-bottom: -8px
    }

    .diary__day {
        margin-bottom: 78px
    }

    .diary__header {
        margin-top: -6px;
        margin-bottom: 40px
    }

    .diary__header+p {
        margin-top: -9px
    }

    .diary__image {
        margin: 79px auto
    }

    .diary__button {
        margin-top: -6px
    }
}

@media (max-width:767px) {

    .connect-background-sublayout .hero-banner+.sublayout--top-divider .container-fluid,
    .connect-background-sublayout .hero-banner+.sublayout--top-divider .share-price--bar .share-price__content,
    .connect-background-sublayout .hero-banner+.sublayout--top-divider body>.share-price .share-price__content,
    .share-price--bar .connect-background-sublayout .hero-banner+.sublayout--top-divider .share-price__content,
    body>.share-price .connect-background-sublayout .hero-banner+.sublayout--top-divider .share-price__content {
        border-top: 0
    }

    .connect-background-sublayout .hero-banner+.sublayout--top-divider::before {
        content: '';
        display: block;
        margin-left: 33px;
        margin-right: 33px
    }

    .connect-background-sublayout.sublayout--theme-light-blue-01 .hero-banner+.sublayout--top-divider::before {
        border-top: 1px solid #000
    }

    .connect-background-sublayout.sublayout--theme-black-01 .hero-banner+.sublayout--top-divider::before,
    .connect-background-sublayout.sublayout--theme-black-02 .hero-banner+.sublayout--top-divider::before,
    .connect-background-sublayout.sublayout--theme-brown-01 .hero-banner+.sublayout--top-divider::before,
    .connect-background-sublayout.sublayout--theme-brown-02 .hero-banner+.sublayout--top-divider::before,
    .connect-background-sublayout.sublayout--theme-brown-03 .hero-banner+.sublayout--top-divider::before,
    .connect-background-sublayout.sublayout--theme-brown-04 .hero-banner+.sublayout--top-divider::before,
    .connect-background-sublayout.sublayout--theme-dark-blue-01 .hero-banner+.sublayout--top-divider::before,
    .connect-background-sublayout.sublayout--theme-dark-blue-02 .hero-banner+.sublayout--top-divider::before,
    .connect-background-sublayout.sublayout--theme-light-blue-02 .hero-banner+.sublayout--top-divider::before,
    .connect-background-sublayout.sublayout--theme-light-blue-03 .hero-banner+.sublayout--top-divider::before {
        border-top: 1px solid #fff
    }

    .connect-background-sublayout.sublayout--theme-grey-01 .hero-banner+.sublayout--top-divider::before {
        border-top: 1px solid #ebeef0
    }

    .connect-background-sublayout.sublayout--theme-grey-02 .hero-banner+.sublayout--top-divider::before {
        border-top: 1px solid #e5e5e5
    }

    .connect-background-sublayout.sublayout--theme-grey-03 .hero-banner+.sublayout--top-divider::before {
        border-top: 1px solid #ebeef0
    }

    .connect-background-sublayout.sublayout--theme-grey-04 .hero-banner+.sublayout--top-divider::before {
        border-top: 1px solid #fff
    }

    .connect-background-sublayout.sublayout--theme-transparent-dark .hero-banner+.sublayout--top-divider::before {
        border-top: 1px solid #000
    }

    .connect-background-sublayout.sublayout--theme-transparent-light .hero-banner+.sublayout--top-divider::before {
        border-top: 1px solid #f5f6f7
    }

    .connect-background-sublayout .connect-background-sublayout__content .hero-banner .hero-banner-fluid {
        background: 0 0
    }

    .connect-background-sublayout .connect-background-sublayout__content .hero-banner .hero-banner__media-container {
        min-height: 320px;
        background: 0 0
    }

    .connect-background-sublayout .connect-background-sublayout__content .hero-banner .hero-banner__media-container::after {
        display: none
    }

    .connect-background-sublayout .connect-background-sublayout__content .hero-banner+.sublayout--top-divider {
        padding-top: 10px
    }
}

@media (min-width:768px) {
    .connect-background-sublayout .connect-background-sublayout__content .hero-banner {
        margin-top: -90px
    }
}

.full-bleed-sublayout.crop-400 .hero-banner .container-fluid,
.full-bleed-sublayout.crop-400 .hero-banner .share-price--bar .share-price__content,
.full-bleed-sublayout.crop-400 .hero-banner body>.share-price .share-price__content,
.share-price--bar .full-bleed-sublayout.crop-400 .hero-banner .share-price__content,
body>.share-price .full-bleed-sublayout.crop-400 .hero-banner .share-price__content {
    -webkit-transform: translateX(-50%) translateY(-50%) translateY(60px);
    transform: translateX(-50%) translateY(-50%) translateY(60px)
}

@media (min-width:768px) {
    .full-bleed-sublayout.crop-400 .hero-banner .hero-banner-fluid {
        height: 400px
    }

    .full-bleed-sublayout.crop-400 .hero-banner .container-fluid,
    .full-bleed-sublayout.crop-400 .hero-banner .share-price--bar .share-price__content,
    .full-bleed-sublayout.crop-400 .hero-banner body>.share-price .share-price__content,
    .share-price--bar .full-bleed-sublayout.crop-400 .hero-banner .share-price__content,
    body>.share-price .full-bleed-sublayout.crop-400 .hero-banner .share-price__content {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    .full-bleed-sublayout.crop-400 .hero-banner.has-play-button .hero-banner-fluid {
        height: 200px
    }

    .full-bleed-sublayout.crop-400 .hero-banner.has-play-button .container-fluid,
    .full-bleed-sublayout.crop-400 .hero-banner.has-play-button .share-price--bar .share-price__content,
    .full-bleed-sublayout.crop-400 .hero-banner.has-play-button body>.share-price .share-price__content,
    .share-price--bar .full-bleed-sublayout.crop-400 .hero-banner.has-play-button .share-price__content,
    body>.share-price .full-bleed-sublayout.crop-400 .hero-banner.has-play-button .share-price__content {
        -webkit-transform: translateX(-50%) translateY(-50%) translateY(60px);
        transform: translateX(-50%) translateY(-50%) translateY(60px)
    }
}

@media (max-width:767px) {

    .full-bleed-sublayout.crop-400 .hero-banner .container-fluid,
    .full-bleed-sublayout.crop-400 .hero-banner .share-price--bar .share-price__content,
    .full-bleed-sublayout.crop-400 .hero-banner body>.share-price .share-price__content,
    .share-price--bar .full-bleed-sublayout.crop-400 .hero-banner .share-price__content,
    body>.share-price .full-bleed-sublayout.crop-400 .hero-banner .share-price__content {
        -webkit-transform: none;
        transform: none
    }
}

@media (max-width:1155px) {
    .full-bleed-sublayout.crop-400 .hero-banner .image-with-links .image-with-links__image-container .image-with-links__image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (min-width:768px) and (max-width:768px) {
    .full-bleed-sublayout.crop-400 .hero-banner .image-with-links .image-with-links__image-container .image-with-links__image {
        min-width: 100%
    }
}

.sublayout:last-of-type .hero-banner:last-of-type.has-media-info {
    margin-bottom: 0
}

.hero-banner {
    overflow: hidden;
    position: relative;
    color: #fff
}

.hero-banner .hero-banner__content-container {
    background-color: transparent
}

.hero-banner--dark-block-opacity-10 .image-with-links__image,
.hero-banner--dark-block-opacity-10 .video-player__poster {
    opacity: .9
}

.hero-banner--dark-block-opacity-10-text-only .hero-banner__content-container {
    background-color: rgba(0, 0, 0, .1)
}

.hero-banner--dark-block-opacity-20 .image-with-links__image,
.hero-banner--dark-block-opacity-20 .video-player__poster {
    opacity: .8
}

.hero-banner--dark-block-opacity-20-text-only .hero-banner__content-container {
    background-color: rgba(0, 0, 0, .2)
}

.hero-banner--dark-block-opacity-30 .image-with-links__image,
.hero-banner--dark-block-opacity-30 .video-player__poster {
    opacity: .7
}

.hero-banner--dark-block-opacity-30-text-only .hero-banner__content-container {
    background-color: rgba(0, 0, 0, .3)
}

.hero-banner--dark-block-opacity-40 .image-with-links__image,
.hero-banner--dark-block-opacity-40 .video-player__poster {
    opacity: .6
}

.hero-banner--dark-block-opacity-40-text-only .hero-banner__content-container {
    background-color: rgba(0, 0, 0, .4)
}

.hero-banner--dark-block-opacity-50 .image-with-links__image,
.hero-banner--dark-block-opacity-50 .video-player__poster {
    opacity: .5
}

.hero-banner--dark-block-opacity-50-text-only .hero-banner__content-container {
    background-color: rgba(0, 0, 0, .5)
}

.hero-banner--dark-block-opacity-60 .image-with-links__image,
.hero-banner--dark-block-opacity-60 .video-player__poster {
    opacity: .4
}

.hero-banner--dark-block-opacity-60-text-only .hero-banner__content-container {
    background-color: rgba(0, 0, 0, .6)
}

.hero-banner--dark-block-opacity-70 .image-with-links__image,
.hero-banner--dark-block-opacity-70 .video-player__poster {
    opacity: .3
}

.hero-banner--dark-block-opacity-70-text-only .hero-banner__content-container {
    background-color: rgba(0, 0, 0, .7)
}

.hero-banner--dark-block-opacity-80 .image-with-links__image,
.hero-banner--dark-block-opacity-80 .video-player__poster {
    opacity: .2
}

.hero-banner--dark-block-opacity-80-text-only .hero-banner__content-container {
    background-color: rgba(0, 0, 0, .8)
}

.hero-banner--dark-block-opacity-90 .image-with-links__image,
.hero-banner--dark-block-opacity-90 .video-player__poster {
    opacity: .1
}

.hero-banner--dark-block-opacity-90-text-only .hero-banner__content-container {
    background-color: rgba(0, 0, 0, .9)
}

.hero-banner--dark-block-opacity-100 .image-with-links__image,
.hero-banner--dark-block-opacity-100 .video-player__poster {
    opacity: 0
}

.hero-banner--dark-block-opacity-100-text-only .hero-banner__content-container {
    background-color: #000
}

.hero-banner--size-medium .hero-banner__responsive-body,
.hero-banner--size-small .hero-banner__responsive-body {
    padding: 0
}

.hero-banner--alignment-left .hero-banner__body {
    margin-left: -50px
}

.hero-banner--alignment-left .hero-banner__content {
    text-align: left
}

.hero-banner--alignment-left .hero-banner__content-container {
    padding: 47px 51px 47px 66px
}

.hero-banner--alignment-left .hero-banner__title {
    margin-bottom: 21px
}

.hero-banner--alignment-left .hero-banner__description {
    margin-bottom: 18px
}

.hero-banner--alignment-left .hero-banner__call-to-action {
    margin-top: 17px;
    margin-bottom: 5px
}

.hero-banner--alignment-left .hero-banner__description:last-child {
    margin-bottom: 10px
}

@media (min-width:768px) and (max-width:1023px) {

    .hero-banner--alignment-left .container-fluid,
    .hero-banner--alignment-left .share-price--bar .share-price__content,
    .hero-banner--alignment-left body>.share-price .share-price__content,
    .share-price--bar .hero-banner--alignment-left .share-price__content,
    body>.share-price .hero-banner--alignment-left .share-price__content {
        margin-left: 20px;
        padding-left: 15px
    }
}

.hero-banner__media-container {
    min-height: 650px
}

.crop-400 .hero-banner__media-container {
    min-height: 400px
}

.hero-banner .hero-banner-fluid {
    height: 560px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hero-banner .container-fluid,
.hero-banner .share-price--bar .share-price__content,
.hero-banner body>.share-price .share-price__content,
.share-price--bar .hero-banner .share-price__content,
body>.share-price .hero-banner .share-price__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateY(45px);
    transform: translateX(-50%) translateY(-50%) translateY(45px);
    width: 100%
}

@media (min-width:768px) and (max-width:1023px) {

    .hero-banner .container-fluid,
    .hero-banner .share-price--bar .share-price__content,
    .hero-banner body>.share-price .share-price__content,
    .share-price--bar .hero-banner .share-price__content,
    body>.share-price .hero-banner .share-price__content {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.hero-banner__body {
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.hero-banner__responsive-body {
    padding: 0
}

.hero-banner__content-container {
    margin: 0;
    padding: 61px 70px 70px 71px
}

.hero-banner__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    text-align: center
}

.hero-banner__date {
    margin-top: 32px;
    margin-bottom: 30px
}

.hero-banner__category {
    margin-top: 0;
    margin-bottom: 18px
}

.hero-banner__title {
    margin-top: 0;
    margin-bottom: 32px;
    letter-spacing: -.02em
}

.crop-400 .hero-banner__title:last-child,
.hero-banner__title:last-child {
    margin-bottom: 0
}

.crop-400 .hero-banner .video-player {
    min-height: 400px
}

.hero-banner__quote .pull-quote {
    margin-top: 0;
    padding: 0;
    margin-bottom: 16px
}

.hero-banner__quote .pull-quote::before {
    width: 0;
    bottom: 0;
    background: 0 0
}

.hero-banner__quote .pull-quote__author {
    font-size: 1.8rem
}

.hero-banner__quote .pull-quote__author__name {
    font-weight: 700
}

.hero-banner__quote .pull-quote__author__name--link {
    color: #fff
}

.hero-banner__quote .pull-quote__before {
    position: relative;
    left: 0
}

.hero-banner__description {
    margin-top: 0;
    margin-bottom: 38px
}

.hero-banner__description:last-child {
    margin-bottom: 0
}

.hero-banner__call-to-action {
    margin-top: 8px;
    margin-bottom: 1px
}

.hero-banner .hero-banner-button {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    line-height: 1
}

.hero-banner .hero-banner-button:hover {
    background: rgba(255, 255, 255, .2)
}

.hero-banner .media-info {
    color: #000;
    margin-top: 3px;
    margin-left: 3px
}

.hero-banner .media-info.media-info--in-media-container {
    margin-top: 18px;
    margin-left: 18px
}

@media (min-width:767px) {
    .hero-banner .media-info.media-info--in-media-container {
        margin-top: 30px;
        margin-left: 3px;
        padding: 0 35px
    }
}

.hero-banner .image-with-links__image-container {
    height: 650px;
    overflow: hidden;
    position: relative
}

.hero-banner .image-with-links__image-container::before {
    height: 100%;
    background-color: #000;
    content: "";
    width: 100%;
    position: absolute
}

.hero-banner .image-with-links__image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-banner .video-player {
    background-color: #000;
    min-height: 650px
}

.hero-banner .image-with-links .media-info,
.hero-banner .inline-video .media-info,
.promobox__media .image-with-links img.image-with-links__image--without-media-info {
    margin-bottom: 0
}

.hero-banner.has-media-info {
    margin-bottom: -22px
}

@media (min-width:768px) and (max-width:1360px) {
    .hero-banner.is-before-sl0 .media-info {
        padding-left: 10px
    }
}

@media (min-width:768px) {
    .hero-banner.is-before-sl0 .media-info__information>:last-child {
        padding-bottom: 22px
    }
}

@media (max-width:1155px) {
    .hero-banner .image-with-links__image {
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: auto
    }
}

@media (max-width:767px) {
    .hero-banner .inline-video .video-player {
        margin: 0
    }

    .hero-banner .hero-banner--dark-block .hero-banner__content-container {
        background: 0 0
    }

    .hero-banner .hero-banner__content-container {
        background-color: transparent
    }

    .hero-banner .image-with-links__image,
    .hero-banner .video-player__poster {
        opacity: 1
    }

    .hero-banner .hero-banner-fluid,
    .hero-banner .hero-banner__media-container {
        background: #000
    }

    .hero-banner .hero-banner__media-container::after {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(31%, #000));
        background: linear-gradient(transparent, #000 31%);
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 150px
    }

    .hero-banner .hero-banner--background-dark-grey .hero-banner-fluid,
    .hero-banner .hero-banner--background-dark-grey .hero-banner__media-container {
        background: #353535
    }

    .hero-banner .hero-banner--background-dark-grey .hero-banner__media-container::after {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(31%, #353535));
        background: linear-gradient(transparent, #353535 31%)
    }

    .hero-banner .hero-banner--background-grey .hero-banner-fluid,
    .hero-banner .hero-banner--background-grey .hero-banner__media-container {
        background: #7c7c7c
    }

    .hero-banner .hero-banner--background-grey .hero-banner__media-container::after {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(31%, #7c7c7c));
        background: linear-gradient(transparent, #7c7c7c 31%)
    }

    .hero-banner .hero-banner--background-vintage .hero-banner-fluid,
    .hero-banner .hero-banner--background-vintage .hero-banner__media-container {
        background: #251a0b
    }

    .hero-banner .hero-banner--background-vintage .hero-banner__media-container::after {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(31%, #251a0b));
        background: linear-gradient(transparent, #251a0b 31%)
    }

    .hero-banner .hero-banner--background-gray-darker .hero-banner-fluid,
    .hero-banner .hero-banner--background-gray-darker .hero-banner__media-container {
        background: #222
    }

    .hero-banner .hero-banner--background-gray-darker .hero-banner__media-container::after {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(31%, #222));
        background: linear-gradient(transparent, #222 31%)
    }

    .hero-banner .hero-banner--background-white-smoke .hero-banner-fluid,
    .hero-banner .hero-banner--background-white-smoke .hero-banner__media-container {
        background: #adafae
    }

    .hero-banner .hero-banner--background-white-smoke .hero-banner__media-container::after {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(31%, #adafae));
        background: linear-gradient(transparent, #adafae 31%)
    }

    .hero-banner .hero-banner__media-container {
        min-height: 270px;
        position: relative
    }

    .hero-banner .hero-banner__media-container .video-player__play-button {
        display: none
    }

    .hero-banner .hero-banner-fluid {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: 0;
        height: auto
    }

    .hero-banner .container-fluid,
    .hero-banner .share-price--bar .share-price__content,
    .hero-banner body>.share-price .share-price__content,
    .share-price--bar .hero-banner .share-price__content,
    body>.share-price .hero-banner .share-price__content {
        position: static;
        -webkit-transform: none;
        transform: none;
        width: auto
    }

    .hero-banner .hero-banner__body {
        position: static;
        margin-left: 0
    }

    .hero-banner .hero-banner__content-container {
        padding: 0 15px;
        margin-top: -125px
    }

    .hero-banner .hero-banner__category {
        margin-bottom: 15px
    }

    .hero-banner .hero-banner__description,
    .hero-banner .hero-banner__quote .pull-quote,
    .hero-banner .hero-banner__title {
        margin-bottom: 23px
    }

    .hero-banner .hero-banner__title:last-child {
        margin-bottom: 45px
    }

    .hero-banner .hero-banner__description:last-child {
        margin-bottom: 40px
    }

    .hero-banner .hero-banner__call-to-action {
        width: 100%;
        margin-top: 0;
        margin-bottom: 45px
    }

    .hero-banner .hero-banner__call-to-action:last-child {
        margin-top: 7px
    }

    .hero-banner .hero-banner-button {
        width: 100%
    }

    .hero-banner__date {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .hero-banner .media-info {
        margin-top: 18px;
        margin-left: 18px
    }

    .hero-banner .image-with-links__image-container {
        height: 422px;
        overflow: hidden;
        position: relative;
        background: #000;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .hero-banner .video-player {
        min-height: 400px;
        height: 400px;
        background-color: #000;
        margin-bottom: 0
    }

    .hero-banner .image-with-links__image-container .image-with-links__image {
        position: relative;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        left: 50%;
        margin-bottom: 0
    }

    .hero-banner.has-play-button .hero-banner__description:last-child,
    .hero-banner.has-play-button .hero-banner__title:last-child {
        margin-bottom: 72px
    }

    .hero-banner.has-play-button .hero-banner__call-to-action:last-child {
        margin-bottom: 77px
    }
}

.hero-banner--with-scroll-cta .hero-banner-fluid {
    position: absolute
}

.hero-banner--with-scroll-cta .hero-banner-fluid.hero-banner-fluid {
    background: 0 0
}

.hero-banner--with-scroll-cta .hero-banner-fluid>.container-fluid,
.hero-banner--with-scroll-cta .image-with-links__image-container,
.hero-banner--with-scroll-cta .share-price--bar .hero-banner-fluid>.share-price__content,
.hero-banner--with-scroll-cta body>.share-price .hero-banner-fluid>.share-price__content,
.share-price--bar .hero-banner--with-scroll-cta .hero-banner-fluid>.share-price__content,
body>.share-price .hero-banner--with-scroll-cta .hero-banner-fluid>.share-price__content {
    height: calc(100vh - 70px)
}

.hero-banner--with-scroll-cta .hero-banner__media-container.hero-banner__media-container {
    background: 0 0
}

.hero-banner--with-scroll-cta .hero-banner__media-container:after {
    display: none
}

.hero-banner--with-scroll-cta .hero-banner__content-container {
    margin-top: -2px
}

.hero-banner--with-scroll-cta .hero-banner__content {
    overflow: visible
}

.hero-banner--with-scroll-cta .hero-banner__category {
    margin-top: -3px;
    font-size: 15px;
    font-size: 1.5rem
}

@media (min-width:768px) {
    .hero-banner--with-scroll-cta .hero-banner__category {
        font-size: 25px;
        font-size: 2.5rem
    }
}

@media (max-width:767px) {
    .hero-banner--with-scroll-cta .hero-banner__category {
        font-weight: 400
    }
}

.hero-banner--with-scroll-cta .hero-banner__title {
    font-size: 40px;
    font-size: 4rem
}

@media (min-width:768px) {
    .hero-banner--with-scroll-cta .hero-banner__title {
        font-size: 80px;
        font-size: 8rem
    }
}

.hero-banner--with-scroll-cta .hero-banner__title:last-child {
    margin-bottom: -1px
}

.hero-banner--with-scroll-cta .image-with-links__image-container .image-with-links__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: calc(100% + 1px);
    height: calc(100% + 1px)
}

.hero-banner--with-scroll-cta .hero-banner__scroll-cta {
    position: absolute;
    bottom: 52px;
    left: 50%;
    margin-left: -26px;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 52px
}

.hero-banner--with-scroll-cta .hero-banner__scroll-cta:focus,
.hero-banner--with-scroll-cta .hero-banner__scroll-cta:hover {
    color: #ba000e
}

@media (min-width:768px) {

    .hero-banner--with-scroll-cta .hero-banner-fluid>.container-fluid,
    .hero-banner--with-scroll-cta .image-with-links__image-container.image-with-links__image-container,
    .hero-banner--with-scroll-cta .share-price--bar .hero-banner-fluid>.share-price__content,
    .hero-banner--with-scroll-cta body>.share-price .hero-banner-fluid>.share-price__content,
    .share-price--bar .hero-banner--with-scroll-cta .hero-banner-fluid>.share-price__content,
    body>.share-price .hero-banner--with-scroll-cta .hero-banner-fluid>.share-price__content {
        height: calc(100vh - 97px)
    }

    .hero-banner--with-scroll-cta .hero-banner__media-container {
        min-height: auto
    }

    .hero-banner--with-scroll-cta .hero-banner-fluid {
        height: auto
    }

    .hero-banner--with-scroll-cta .hero-banner-fluid>.container-fluid,
    .hero-banner--with-scroll-cta .share-price--bar .hero-banner-fluid>.share-price__content,
    .hero-banner--with-scroll-cta body>.share-price .hero-banner-fluid>.share-price__content,
    .share-price--bar .hero-banner--with-scroll-cta .hero-banner-fluid>.share-price__content,
    body>.share-price .hero-banner--with-scroll-cta .hero-banner-fluid>.share-price__content {
        position: static;
        -webkit-transform: none;
        transform: none
    }

    .hero-banner--with-scroll-cta .hero-banner__content-container {
        margin-top: 2px;
        padding-top: 70px;
        padding-bottom: 70px
    }

    .hero-banner--with-scroll-cta .hero-banner__category {
        margin-top: -4px;
        margin-bottom: 23px
    }

    .hero-banner--with-scroll-cta .hero-banner__title:last-child {
        margin-bottom: 1px
    }

    .hero-banner--with-scroll-cta .hero-banner__scroll-cta {
        bottom: 84px;
        left: 50%;
        margin-left: -33px;
        font-size: 66px
    }
}

.highlighted-element {
    position: relative;
    top: -4px;
    padding-left: 30px
}

.highlighted-element::before {
    position: absolute;
    content: "";
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 5px;
    background: #da0011
}

.highlighted-element h3 {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.22;
    margin: -4px 0 13px
}

@media (min-width:768px) {
    .highlighted-element h3 {
        font-size: 35px;
        font-size: 3.5rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .highlighted-element h3 {
        font-size: 30px;
        font-size: 3rem
    }
}

.highlighted-element p:not(.highlighted-element__link) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 13px
}

@media (min-width:768px) {
    .highlighted-element p:not(.highlighted-element__link) {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.highlighted-element p:not(.highlighted-element__link) a {
    font-weight: 700;
    text-decoration: none
}

.highlighted-element>a {
    margin-bottom: -7px
}

.highlighted-element .highlighted-element__link {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0
}

@media (min-width:768px) {
    .highlighted-element .highlighted-element__link {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.highlighted-element .hsbc-carousel-right {
    color: #da0011;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700
}

.highlighted-element .in-page-link,
.highlighted-element ul.in-page-link-list {
    margin-top: -5px;
    margin-bottom: -12px
}

@media (min-width:768px) {
    .highlighted-element {
        display: block;
        top: 0;
        padding-left: 0
    }

    .highlighted-element::before {
        left: -50px
    }

    .highlighted-element h3 {
        font-weight: 200;
        line-height: 1.14;
        margin-bottom: 29px
    }

    .highlighted-element p:not(.highlighted-element__link) {
        line-height: 1.88;
        margin-bottom: 29px
    }

    .highlighted-element .highlighted-element__link {
        line-height: 1.36
    }

    .highlighted-element .hsbc-carousel-right {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.36
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .floating-element--pull-left .highlighted-element {
        padding-left: 35px
    }

    .floating-element--pull-left .highlighted-element::before {
        left: 0
    }
}

.highlights__image-container {
    padding-left: 0;
    padding-right: 0
}

.highlights__image {
    width: 100%;
    height: auto
}

.highlights__primary {
    background-color: #647987;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 21px
}

.highlights__primary h1,
.highlights__primary h2 {
    margin-top: 20px;
    margin-bottom: 23px
}

.highlights__primary h1,
.highlights__secondary .text {
    font-size: 3rem;
    font-weight: 200;
    line-height: 1.1429
}

.highlights__secondary .text {
    font-size: 30px;
    margin-bottom: -1px;
    line-height: 1.1
}

@media (min-width:768px) {
    .highlights__secondary .text {
        font-size: 45px;
        font-size: 4.5rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .highlights__secondary .text {
        font-size: 30px;
        font-size: 3rem
    }
}

.highlights__secondary .pull-quote {
    margin-top: -2px
}

@media (max-width:767px) {
    .highlights {
        margin-left: -33px;
        margin-right: -33px
    }

    .highlights__background {
        padding-left: 0;
        padding-right: 0
    }

    .highlights__primary>div {
        margin-left: 3px;
        margin-right: 3px
    }

    .highlights__secondary {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 52px
    }
}

@media (min-width:768px) {
    .highlights__background {
        position: relative;
        height: 650px;
        background-position: center;
        background-size: cover
    }

    .highlights__image-container {
        position: relative;
        height: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .highlights__image {
        position: absolute;
        bottom: 0
    }

    .highlights__content .highlights__primary {
        padding-top: 64px;
        padding-bottom: 75px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .highlights__content .highlights__primary {
        padding-top: 34px;
        padding-bottom: 45px
    }

    .highlights__content .highlights__primary>.col-sm-10,
    .highlights__content .role-selector__question-1-col .highlights__primary>.role-selector__answers,
    .highlights__content .role-selector__question-2-col .highlights__primary>.role-selector__answers,
    .role-selector__question-1-col .highlights__content .highlights__primary>.role-selector__answers,
    .role-selector__question-2-col .highlights__content .highlights__primary>.role-selector__answers {
        width: auto;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (min-width:768px) {

    .highlights__content .highlights__primary h1,
    .highlights__content .highlights__primary h2 {
        margin-bottom: 33px
    }

    .highlights__content .highlights__primary h1 {
        font-weight: 200;
        font-size: 4.5rem;
        line-height: 1.0769
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .highlights__content .highlights__primary h1 {
        font-size: 3.0015rem
    }
}

@media (min-width:768px) {
    .highlights__content .highlights__primary p {
        line-height: 1.6667
    }

    .highlights__content .highlights__secondary {
        padding-top: 84px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .highlights__content .highlights__secondary {
        padding-top: 54px;
        margin-left: 0;
        padding-left: 40px;
        width: 50%
    }
}

@media (min-width:768px) {
    .highlights__content .highlights__secondary .text {
        line-height: 1.2222
    }

    .highlights__content .highlights__secondary .pull-quote {
        margin-left: -22px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .highlights__content .highlights__secondary .pull-quote {
        margin-left: 0;
        padding-left: 52px
    }
}

@media (min-width:1240px) {
    .highlights__background {
        margin-left: calc((100vw - 1170px)/-2);
        margin-right: calc((100vw - 1170px)/-2);
        padding-left: calc((100vw - 1170px)/2);
        padding-right: calc((100vw - 1170px)/2)
    }
}

.full-bleed-sublayout+.sublayout:not([class*=sublayout--theme]) .highlights,
.full-bleed-sublayout+.sublayout[class*=sublayout--theme-transparent] .highlights,
.sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout:not([class*=sublayout--theme]) .highlights,
.sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout[class*=sublayout--theme-transparent] .highlights {
    margin-top: -55px
}

@media (min-width:768px) {

    .full-bleed-sublayout+.sublayout:not([class*=sublayout--theme]) .highlights,
    .full-bleed-sublayout+.sublayout[class*=sublayout--theme-transparent] .highlights,
    .sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout:not([class*=sublayout--theme]) .highlights,
    .sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout[class*=sublayout--theme-transparent] .highlights {
        margin-top: -90px
    }
}

@media (max-width:767px) {
    .sublayout--sl1[class*=sublayout--theme]:not([class*=sublayout--theme-transparent]) .highlights {
        margin-top: -55px
    }
}

.image-title-container {
    position: relative
}

.image-title__background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1
}

.image-title {
    position: relative;
    padding: 49px 40px
}

.image-title__title {
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 200;
    line-height: 1.15;
    margin: -4px 0 -7px;
    text-align: center
}

.image-title__title.h1 {
    font-size: 6.5rem
}

.image-title__title.h2 {
    font-size: 4.5rem
}

.image-title__title.h3 {
    font-size: 3.5rem
}

.image-title__title.h4 {
    font-size: 3rem
}

@media (min-width:768px) {
    .image-title {
        padding: 90px 0;
        position: relative
    }

    .image-title__title {
        font-size: 65px;
        font-size: 6.5rem;
        line-height: 1.08;
        margin: -8px 0 -12px
    }

    .full-bleed-sublayout .image-title+.image-with-links {
        margin: 0 60px
    }

    .full-bleed-sublayout .image-title+.image-with-links .image-with-links__image {
        width: 100%
    }

    .full-bleed-sublayout .image-title+.image-with-links .media-info {
        padding-left: 0;
        padding-right: 0
    }
}

.mosaic {
    position: relative
}

.mosaic:after,
.mosaic:before {
    content: " ";
    display: table
}

.mosaic:after {
    clear: both
}

@media (min-width:768px) {
    .mosaic {
        width: calc(100% + 30px + 90px);
        margin: 70px -60px
    }

    .mosaic.with-3-images picture:nth-child(1) img,
    .mosaic.with-4-images picture:nth-child(1) img {
        width: calc(50% - 1.15%);
        height: auto;
        float: left;
        margin-bottom: 2.3%
    }

    .mosaic.with-3-images picture:nth-child(2) img,
    .mosaic.with-4-images picture:nth-child(2) img {
        width: calc(50% - 1.15%);
        height: auto;
        float: right;
        margin-bottom: 2.3%
    }

    .mosaic.with-3-images picture:nth-child(3) img,
    .mosaic.with-4-images picture:nth-child(3) img {
        width: calc(50% - 1.15%);
        height: auto;
        float: right
    }

    .mosaic.with-3-images picture:nth-child(4) img,
    .mosaic.with-4-images picture:nth-child(4) img {
        width: 35.6%;
        height: auto;
        float: left;
        margin-left: calc(14.4% - 1.15%)
    }

    .mosaic.with-2-images-landscape picture:nth-child(1) img {
        width: 40.5%;
        height: auto;
        position: absolute;
        bottom: 0;
        z-index: 2
    }

    .mosaic.with-2-images-landscape picture:nth-child(2) img {
        width: 90.3%;
        height: auto;
        float: right;
        margin-bottom: 9.75%
    }

    .mosaic.with-2-images-portrait picture:nth-child(1) img {
        width: calc(50% - 1.15%);
        height: auto;
        float: left
    }

    .mosaic.with-2-images-portrait picture:nth-child(2) img {
        width: 60%;
        height: auto;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .col-sm-12>.mosaic:first-child,
    .col-sm-12>.promobox .promobox__content>.mosaic:first-child,
    .col-sm-12>.promobox .promobox__media>.mosaic:first-child,
    .hero-banner__responsive-body>.mosaic:first-child {
        margin-top: -20px
    }

    .col-sm-12>.mosaic:last-child,
    .col-sm-12>.promobox .promobox__content>.mosaic:last-child,
    .col-sm-12>.promobox .promobox__media>.mosaic:last-child,
    .hero-banner__responsive-body>.mosaic:last-child {
        margin-bottom: 0
    }

    .col-sm-12>.mosaic:last-child.with-3-images picture:last-child img,
    .col-sm-12>.mosaic:last-child.with-4-images picture:last-child img,
    .col-sm-12>.promobox .promobox__content>.mosaic:last-child.with-3-images picture:last-child img,
    .col-sm-12>.promobox .promobox__content>.mosaic:last-child.with-4-images picture:last-child img,
    .col-sm-12>.promobox .promobox__media>.mosaic:last-child.with-3-images picture:last-child img,
    .col-sm-12>.promobox .promobox__media>.mosaic:last-child.with-4-images picture:last-child img,
    .hero-banner__responsive-body>.mosaic:last-child.with-3-images picture:last-child img,
    .hero-banner__responsive-body>.mosaic:last-child.with-4-images picture:last-child img {
        margin-bottom: -20px
    }

    .col-sm-12>.mosaic:last-child.with-2-images-landscape picture:first-child img,
    .col-sm-12>.mosaic:last-child.with-2-images-portrait picture:first-child img,
    .col-sm-12>.promobox .promobox__content>.mosaic:last-child.with-2-images-landscape picture:first-child img,
    .col-sm-12>.promobox .promobox__content>.mosaic:last-child.with-2-images-portrait picture:first-child img,
    .col-sm-12>.promobox .promobox__media>.mosaic:last-child.with-2-images-landscape picture:first-child img,
    .col-sm-12>.promobox .promobox__media>.mosaic:last-child.with-2-images-portrait picture:first-child img,
    .hero-banner__responsive-body>.mosaic:last-child.with-2-images-landscape picture:first-child img,
    .hero-banner__responsive-body>.mosaic:last-child.with-2-images-portrait picture:first-child img {
        margin-bottom: -20px
    }

    .col-sm-12>.mosaic:last-child.with-2-images-landscape picture:nth-child(2) img,
    .col-sm-12>.promobox .promobox__content>.mosaic:last-child.with-2-images-landscape picture:nth-child(2) img,
    .col-sm-12>.promobox .promobox__media>.mosaic:last-child.with-2-images-landscape picture:nth-child(2) img,
    .hero-banner__responsive-body>.mosaic:last-child.with-2-images-landscape picture:nth-child(2) img {
        margin-bottom: calc(9.75% - 20px)
    }
}

@media (max-width:1320px) {
    .mosaic {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .mosaic {
        height: calc((100vw - 66px)*.91*1.3333 + 52px);
        margin-bottom: -11px
    }

    .mosaic__wrapper {
        position: absolute;
        left: 0;
        width: calc(((100vw - 66px)*.91*4) + ((100vw - 66px)*.09)*3);
        -webkit-transition: left .25s ease-in-out;
        transition: left .25s ease-in-out
    }

    .mosaic img {
        float: left;
        width: calc((100vw - 66px)*.91);
        margin-left: calc((100vw - 66px)*.09)
    }

    .mosaic picture:first-child img {
        margin-left: 0
    }

    .mosaic__nav {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center
    }

    .mosaic__nav li {
        display: inline-block;
        margin: 23px 0 0;
        padding: 0
    }

    .mosaic__nav li a {
        display: block;
        width: 22px;
        height: 22px;
        padding: 7px
    }

    .mosaic__nav li a::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #000;
        opacity: .3
    }

    .mosaic__nav li.active a::before {
        opacity: 1
    }
}

.pageTitleAndText__heading,
table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
    margin-top: 0;
    margin-bottom: 0
}

.pageTitleAndText__heading--generic-content {
    margin-bottom: 35px
}

.col-sm-12 .pageTitleAndText__heading--article-details,
.col-sm-12>.promobox .promobox__content .pageTitleAndText__heading--article-details,
.col-sm-12>.promobox .promobox__media .pageTitleAndText__heading--article-details,
.hero-banner__responsive-body .pageTitleAndText__heading--article-details {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: -9px;
    text-align: center
}

@media (min-width:768px) {

    .col-sm-12 .pageTitleAndText__heading--article-details,
    .col-sm-12>.promobox .promobox__content .pageTitleAndText__heading--article-details,
    .col-sm-12>.promobox .promobox__media .pageTitleAndText__heading--article-details,
    .hero-banner__responsive-body .pageTitleAndText__heading--article-details {
        font-size: 80px;
        font-size: 8rem
    }
}

@media (min-width:768px) and (max-width:1023px) {

    .col-sm-12 .pageTitleAndText__heading--article-details,
    .col-sm-12>.promobox .promobox__content .pageTitleAndText__heading--article-details,
    .col-sm-12>.promobox .promobox__media .pageTitleAndText__heading--article-details,
    .hero-banner__responsive-body .pageTitleAndText__heading--article-details {
        font-size: 54px;
        font-size: 5.4rem
    }
}

@media (max-width:767px) {
    .sublayout--sl2 .pageTitleAndText__heading:nth-last-child(2) {
        margin-bottom: 34px
    }

    .sublayout--sl2 .pageTitleAndText__lead:last-child {
        margin-bottom: 25px
    }
}

h1.pageTitleAndText__heading {
    margin-top: -7px
}

h1.pageTitleAndText__heading:not(.h1):not(.h2):not(.h3):not(.h4):not(.pageTitleAndText__heading--with-divider) {
    font-size: 40px;
    font-size: 4rem
}

@media (min-width:768px) {
    h1.pageTitleAndText__heading:not(.h1):not(.h2):not(.h3):not(.h4):not(.pageTitleAndText__heading--with-divider) {
        font-size: 65px;
        font-size: 6.5rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    h1.pageTitleAndText__heading:not(.h1):not(.h2):not(.h3):not(.h4):not(.pageTitleAndText__heading--with-divider) {
        font-size: 44px;
        font-size: 4.4rem
    }
}

h1.pageTitleAndText__heading--reduced {
    font-size: 35px;
    font-size: 3.5rem
}

h1.pageTitleAndText__heading~.pageTitleAndText__lead {
    margin-top: 33px
}

h1.pageTitleAndText__heading--with-divider {
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #dcddde;
    font-size: 22.5px;
    font-size: 2.25rem;
    font-weight: 300
}

@media (min-width:768px) {
    h1.pageTitleAndText__heading--with-divider {
        padding-bottom: 50px;
        margin-bottom: 60px;
        font-size: 65px;
        font-size: 6.5rem;
        font-weight: 200
    }
}

h1.pageTitleAndText__heading--with-divider~.pageTitleAndText__lead {
    margin-top: 0
}

@media (min-width:768px) {
    h1.pageTitleAndText__heading--with-divider~.pageTitleAndText__lead {
        line-height: 1.94
    }
}

.h4.pageTitleAndText__heading,
h4.pageTitleAndText__heading {
    margin-top: -4px
}

.h4.pageTitleAndText__heading~.pageTitleAndText__lead,
h4.pageTitleAndText__heading~.pageTitleAndText__lead {
    margin-top: 28px
}

.pageTitleAndText__lead {
    margin-bottom: -5px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.67;
    font-size: 15px;
    font-size: 1.5rem
}

@media (min-width:768px) {
    .pageTitleAndText__lead {
        font-size: 18px;
        font-size: 1.8rem
    }

    .pageTitleAndText__heading p {
        padding: 0
    }

    h1.pageTitleAndText__heading {
        margin-top: -9px
    }

    h1.pageTitleAndText__heading~.pageTitleAndText__lead {
        margin-top: 42px
    }

    h1.pageTitleAndText__heading--with-divider~.pageTitleAndText__lead {
        margin-top: 0
    }

    .h4.pageTitleAndText__heading~.pageTitleAndText__lead,
    h4.pageTitleAndText__heading~.pageTitleAndText__lead {
        margin-top: 42px
    }

    .col-sm-12 .col-sm-4.sublayout--content h2.pageTitleAndText__heading,
    .col-sm-12 .col-sm-4.sublayout--content-hero h2.pageTitleAndText__heading,
    .hero-banner__responsive-body .col-sm-4.sublayout--content h2.pageTitleAndText__heading,
    .hero-banner__responsive-body .col-sm-4.sublayout--content-hero h2.pageTitleAndText__heading {
        margin-bottom: 0
    }

    .col-sm-12 .pageTitleAndText__heading--article-details,
    .col-sm-12>.promobox .promobox__content .pageTitleAndText__heading--article-details,
    .col-sm-12>.promobox .promobox__media .pageTitleAndText__heading--article-details,
    .hero-banner__responsive-body .pageTitleAndText__heading--article-details {
        margin-top: -12px;
        margin-bottom: -13px
    }

    .col-sm-12 .pageTitleAndText__heading--article-details.h0,
    .hero-banner__responsive-body .pageTitleAndText__heading--article-details.h0 {
        margin-bottom: -16px
    }
}

.promobox__media img {
    width: 100%
}

.promobox__media .image-with-links img,
.promobox__media .image-with-links__full-screen-button-container {
    margin: 0 0 25px
}

.promobox__media .image-with-links__full-screen-button-container {
    width: auto
}

.promobox__media .media-info {
    margin-bottom: -18px
}

.promobox__media .media-info__information {
    margin-bottom: 24px
}

.promobox__media .video-player.video-player--has-theatre-mode {
    margin: 0
}

.promobox__media .video-player.video-player--has-theatre-mode:before {
    padding-top: 75%
}

.promobox__media .video-player.video-player--has-theatre-mode~.media-info {
    margin-top: 21px
}

.promobox__content {
    padding-top: 0;
    padding-bottom: 30px
}

.promobox__content .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 18px
}

@media (min-width:768px) {
    .promobox__content .date {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.promobox__content .h2,
.promobox__content .h3,
.promobox__content .h4 {
    margin-top: 0;
    margin-bottom: 22px
}

.promobox__content .in-page-link {
    margin: 24px 0 0
}

.promobox__media+.promobox__content {
    padding-top: 32px
}

.promobox__downloads {
    text-align: center;
    padding-bottom: 35px
}

.promobox__downloads .download-listing {
    clear: both
}

.promobox__downloads .download-listing__header {
    margin-top: 0
}

.promobox__downloads .download-listing__header__subtitle strong {
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .4em;
    margin-top: 40px
}

@media (min-width:768px) {
    .promobox__downloads .download-listing__header__subtitle strong {
        font-size: 12px;
        font-size: 1.2rem
    }
}

.promobox__downloads .download-listing__image {
    max-width: 50%;
    margin-top: -3px;
    margin-bottom: 30px
}

.promobox__downloads .download-listing+.btn-default {
    margin-top: 35px
}

.promobox__downloads .download-listing .in-page-link,
.promobox__downloads .download-listing .in-page-link-list {
    margin-top: -15px
}

.promobox__downloads__multiple .download-listing {
    margin-bottom: 32px
}

@media (min-width:1240px) {
    .promobox__downloads__multiple .download-listing {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 50px
    }

    .promobox__downloads__multiple .download-listing .download-listing__image {
        display: inline-block;
        vertical-align: middle;
        max-width: 30%;
        margin-right: 10%;
        margin-bottom: 0
    }

    .promobox__downloads__multiple .download-listing .in-page-link,
    .promobox__downloads__multiple .download-listing .in-page-link-list {
        width: 58%;
        display: inline-block;
        vertical-align: middle
    }

    .promobox__downloads__multiple .download-listing .in-page-link a,
    .promobox__downloads__multiple .download-listing .in-page-link-list a {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media (min-width:1240px) and (min-width:768px) {

    .promobox__downloads__multiple .download-listing .in-page-link a,
    .promobox__downloads__multiple .download-listing .in-page-link-list a {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.promobox__downloads__multiple .download-listing+.btn-default {
    margin-top: -15px
}

.promobox .in-page-link,
.promobox .in-page-link-list {
    text-align: left;
    margin: 10px 0 0
}

@media (min-width:768px) and (max-width:1023px) {

    .promobox .in-page-link,
    .promobox .in-page-link-list {
        margin-top: 12px
    }
}

.promobox .background-dark-blue .promobox__content,
.promobox .background-light-gray .promobox__content,
.promobox .background-white .promobox__content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 32px
}

.promobox .background-dark-blue .promobox__media .media-info,
.promobox .background-light-gray .promobox__media .media-info,
.promobox .background-white .promobox__media .media-info {
    padding-left: 25px;
    padding-right: 25px
}

.popup-notification__buttons .promobox .background-dark-blue .promobox__content a.popup-notification__button:hover,
.promobox .background-dark-blue .promobox__content .popup-notification__buttons a.popup-notification__button:hover,
.promobox .background-dark-blue .promobox__content a.btn:hover,
.promobox .background-dark-blue .promobox__content a.cookie-notification__button:hover {
    background-color: #647987
}

.promobox .promobox__container.background-light-gray .media-info,
.promobox .promobox__container.background-light-gray .promobox__content,
.promobox .promobox__container.background-light-gray .promobox__content a,
.promobox .promobox__container.background-light-gray .promobox__downloads .download-listing a [class^=hsbc],
.promobox .promobox__container.background-white .media-info,
.promobox .promobox__container.background-white .promobox__content,
.promobox .promobox__container.background-white .promobox__content a,
.promobox .promobox__container.background-white .promobox__downloads .download-listing a [class^=hsbc] {
    color: #000
}

.interactive-map__info-window__actions__action--internal .promobox .promobox__container.background-light-gray .promobox__content a span.icon,
.interactive-map__info-window__actions__action--internal .promobox .promobox__container.background-white .promobox__content a span.icon,
.interactive-map__info-window__actions__action--internal .viewer-carousel .more-categories a.link-with-right-chevron:hover>span span.icon,
.promobox .promobox__container.background-light-gray .promobox__content a .hsbc-right-chevron,
.promobox .promobox__container.background-light-gray .promobox__content a .interactive-map__info-window__actions__action--internal span.icon,
.promobox .promobox__container.background-white .promobox__content a .hsbc-right-chevron,
.promobox .promobox__container.background-white .promobox__content a .interactive-map__info-window__actions__action--internal span.icon,
.viewer-carousel .more-categories a.link-with-right-chevron:hover>span .hsbc-right-chevron,
.viewer-carousel .more-categories a.link-with-right-chevron:hover>span .interactive-map__info-window__actions__action--internal span.icon {
    color: #da0011
}

.promobox .promobox__container.background-light-gray .promobox__content .btn-default,
.promobox .promobox__container.background-white .promobox__content .btn-default {
    border-color: #000
}

.promobox .promobox__container.background-white,
.promobox .promobox__container.background-white .media-info,
.promobox .promobox__container.background-white .promobox__content {
    background-color: #fff
}

.directors-index__item a.contact-large-image-teaser:hover,
.popup-notification__buttons .promobox .promobox__container.background-transparent .popup-notification__button:hover,
.popup-notification__buttons .promobox .promobox__container.background-white .popup-notification__button:hover,
.promobox .promobox__container.background-transparent .btn:hover,
.promobox .promobox__container.background-transparent .cookie-notification__button:hover,
.promobox .promobox__container.background-transparent .popup-notification__buttons .popup-notification__button:hover,
.promobox .promobox__container.background-transparent .subscription-form-popup__header button:hover,
.promobox .promobox__container.background-white .btn:hover,
.promobox .promobox__container.background-white .cookie-notification__button:hover,
.promobox .promobox__container.background-white .popup-notification__buttons .popup-notification__button:hover,
.promobox .promobox__container.background-white .subscription-form-popup__header button:hover,
.subscription-form-popup__header .promobox .promobox__container.background-transparent button:hover,
.subscription-form-popup__header .promobox .promobox__container.background-white button:hover {
    background-color: #ebeef0
}

.promobox .promobox__container.background-light-gray,
.promobox .promobox__container.background-light-gray .media-info,
.promobox .promobox__container.background-light-gray .promobox__content {
    background-color: #f5f6f7
}

.promobox .promobox__container.background-dark-blue {
    background-color: #3e505d
}

.promobox .promobox__container.background-dark-blue .promobox__content {
    background-color: #3e505d;
    color: #fff
}

.interactive-map__info-window__actions__action--internal .promobox .promobox__container.background-dark-blue .promobox__content .link-with-right-chevron span.icon,
.promobox .promobox__container.background-dark-blue .promobox__content .link-with-right-chevron .interactive-map__info-window__actions__action--internal span.icon,
.promobox .promobox__container.background-dark-blue .promobox__content .link-with-right-chevron span.hsbc-right-chevron,
.promobox .promobox__container.background-dark-blue .promobox__content a {
    color: #fff
}

.promobox .promobox__container.background-dark-blue .promobox__content a[href^=mailto],
.promobox .promobox__container.background-dark-blue .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron) {
    border-bottom: 1px solid #647987
}

.promobox .promobox__container.background-dark-blue .promobox__content a[href^=mailto]:hover,
.promobox .promobox__container.background-dark-blue .promobox__content>a:not(.btn):not(.cookie-notification__button):not(.link-with-right-chevron):hover {
    border-bottom-color: #fff
}

.promobox .promobox__container.background-dark-blue .promobox__content .btn-default {
    border-color: #fff;
    margin-top: 5px
}

.promobox .promobox__container.background-dark-blue .promobox__content.promobox__downloads .download-listing+.btn-default,
.social-media-compact__posts-container>ul>li+li {
    margin-top: 15px
}

@media screen and (min-width:768px) {
    .promobox .promobox__container.background-dark-blue .promobox__content.promobox__downloads .download-listing+.btn-default {
        margin-top: 32px
    }
}

.promobox .promobox__container.background-dark-blue .promobox__content.promobox__downloads__multiple .download-listing+.btn-default {
    margin-top: -15px
}

@media screen and (min-width:768px) {
    .promobox .promobox__container.background-dark-blue .promobox__content.promobox__downloads__multiple .download-listing+.btn-default {
        margin-top: 5px
    }
}

.promobox .promobox__container.background-dark-blue .promobox__media .media-info {
    background-color: #3e505d;
    color: #fff
}

.promobox .promobox__container.background-dark-blue .promobox__media .media-info a,
.promobox .promobox__container.background-dark-blue .promobox__media .media-info a [class^=hsbc] {
    color: #fff
}

.promobox .promobox__container.background-dark-blue .promobox__media .media-info .media-info__links .link-with-right-chevron,
.promobox .promobox__container.background-dark-blue .promobox__media .media-info .media-info__links .social-button {
    border-top-color: rgba(255, 255, 255, .2)
}

@media (min-width:1240px) {
    .promobox .promobox__container.background-dark-blue .promobox__downloads__multiple .download-listing {
        border-color: #fff
    }
}

.col-sm-12>.promobox,
.col-sm-12>.promobox .promobox__content>.promobox,
.col-sm-12>.promobox .promobox__media>.promobox,
.hero-banner__responsive-body>.promobox {
    clear: both
}

.col-sm-12>.promobox .promobox__media .media-info,
.hero-banner__responsive-body>.promobox .promobox__media .media-info {
    position: relative;
    z-index: 2;
    margin-top: -4px;
    margin-bottom: -20px;
    padding-top: 0
}

.col-sm-12>.promobox .promobox__media .video-player~.media-info,
.col-sm-12>.promobox .promobox__media>.promobox .promobox__media .video-player~.media-info,
.hero-banner__responsive-body>.promobox .promobox__media .video-player~.media-info {
    margin-top: 21px
}

.col-sm-12>.promobox .promobox__content,
.hero-banner__responsive-body>.promobox .promobox__content {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {

    .col-sm-12>.promobox .promobox__media,
    .hero-banner__responsive-body>.promobox .promobox__media {
        padding-left: 0;
        padding-right: 0
    }

    .col-sm-12>.promobox .promobox__media .media-info,
    .hero-banner__responsive-body>.promobox .promobox__media .media-info {
        margin-bottom: -45px;
        padding-top: 22px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {

    .col-sm-12>.promobox .promobox__media .media-info,
    .hero-banner__responsive-body>.promobox .promobox__media .media-info {
        margin-bottom: -18px
    }
}

@media (min-width:768px) {

    .col-sm-12>.promobox .promobox__media .video-player~.media-info,
    .col-sm-12>.promobox .promobox__media>.promobox .promobox__media .video-player~.media-info,
    .hero-banner__responsive-body>.promobox .promobox__media .video-player~.media-info {
        margin-top: 0
    }
}

@media (min-width:1240px) {

    .col-sm-12>.promobox .promobox__container,
    .hero-banner__responsive-body>.promobox .promobox__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0
    }

    .col-sm-12>.promobox .promobox__container .promobox__media .video-player,
    .hero-banner__responsive-body>.promobox .promobox__container .promobox__media .video-player {
        height: 100%
    }

    .col-sm-12>.promobox .promobox__container .promobox__media .video-player__poster,
    .hero-banner__responsive-body>.promobox .promobox__container .promobox__media .video-player__poster {
        background-position: center
    }

    .col-sm-12>.promobox .promobox__container .promobox__content,
    .hero-banner__responsive-body>.promobox .promobox__container .promobox__content {
        padding-left: 70px;
        padding-right: 70px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.col-sm-12>.promobox .background-dark-blue .promobox__content,
.col-sm-12>.promobox .background-light-gray .promobox__content,
.col-sm-12>.promobox .background-white .promobox__content,
.hero-banner__responsive-body>.promobox .background-dark-blue .promobox__content,
.hero-banner__responsive-body>.promobox .background-light-gray .promobox__content,
.hero-banner__responsive-body>.promobox .background-white .promobox__content {
    padding-left: 25px;
    padding-right: 25px
}

@media (min-width:768px) {

    .col-sm-12>.promobox .background-dark-blue .promobox__container .promobox__content,
    .col-sm-12>.promobox .background-dark-blue.promobox__container .promobox__content,
    .col-sm-12>.promobox .background-light-gray .promobox__container .promobox__content,
    .col-sm-12>.promobox .background-light-gray.promobox__container .promobox__content,
    .col-sm-12>.promobox .background-white .promobox__container .promobox__content,
    .col-sm-12>.promobox .background-white.promobox__container .promobox__content,
    .hero-banner__responsive-body>.promobox .background-dark-blue .promobox__container .promobox__content,
    .hero-banner__responsive-body>.promobox .background-dark-blue.promobox__container .promobox__content,
    .hero-banner__responsive-body>.promobox .background-light-gray .promobox__container .promobox__content,
    .hero-banner__responsive-body>.promobox .background-light-gray.promobox__container .promobox__content,
    .hero-banner__responsive-body>.promobox .background-white .promobox__container .promobox__content,
    .hero-banner__responsive-body>.promobox .background-white.promobox__container .promobox__content {
        padding-left: 70px;
        padding-right: 70px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {

    .col-sm-12>.promobox .background-dark-blue .promobox__container .promobox__content,
    .col-sm-12>.promobox .background-dark-blue.promobox__container .promobox__content,
    .col-sm-12>.promobox .background-light-gray .promobox__container .promobox__content,
    .col-sm-12>.promobox .background-light-gray.promobox__container .promobox__content,
    .col-sm-12>.promobox .background-white .promobox__container .promobox__content,
    .col-sm-12>.promobox .background-white.promobox__container .promobox__content,
    .hero-banner__responsive-body>.promobox .background-dark-blue .promobox__container .promobox__content,
    .hero-banner__responsive-body>.promobox .background-dark-blue.promobox__container .promobox__content,
    .hero-banner__responsive-body>.promobox .background-light-gray .promobox__container .promobox__content,
    .hero-banner__responsive-body>.promobox .background-light-gray.promobox__container .promobox__content,
    .hero-banner__responsive-body>.promobox .background-white .promobox__container .promobox__content,
    .hero-banner__responsive-body>.promobox .background-white.promobox__container .promobox__content {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width:768px) {

    .col-sm-3 .promobox__content,
    .col-sm-4 .promobox__content {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .col-sm-3 .promobox__media .media-info,
    .col-sm-4 .promobox__media .media-info {
        margin-bottom: -18px
    }

    .col-sm-3 .promobox .background-dark-blue .promobox__media+.promobox__content,
    .col-sm-3 .promobox .background-light-gray .promobox__media+.promobox__content,
    .col-sm-3 .promobox .background-white .promobox__media+.promobox__content,
    .col-sm-3 .promobox>.promobox__container.background-transparent>.promobox__media+.promobox__content,
    .col-sm-3 .promobox__media+.promobox__content,
    .col-sm-4 .promobox .background-dark-blue .promobox__media+.promobox__content,
    .col-sm-4 .promobox .background-light-gray .promobox__media+.promobox__content,
    .col-sm-4 .promobox .background-white .promobox__media+.promobox__content,
    .col-sm-4 .promobox__media+.promobox__content {
        padding-top: 40px
    }

    .col-sm-3 .promobox>.promobox__container.background-transparent>.promobox__content {
        padding-top: 0
    }

    .col-sm-3>.promobox .background-dark-blue .promobox__content,
    .col-sm-3>.promobox .background-light-gray .promobox__content,
    .col-sm-3>.promobox .background-white .promobox__content,
    .col-sm-4>.promobox .background-dark-blue .promobox__content,
    .col-sm-4>.promobox .background-light-gray .promobox__content,
    .col-sm-4>.promobox .background-white .promobox__content {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 32px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {

    .col-sm-3>.promobox .background-dark-blue .promobox__content,
    .col-sm-3>.promobox .background-light-gray .promobox__content,
    .col-sm-3>.promobox .background-white .promobox__content,
    .col-sm-4>.promobox .background-dark-blue .promobox__content,
    .col-sm-4>.promobox .background-light-gray .promobox__content,
    .col-sm-4>.promobox .background-white .promobox__content {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:768px) {

    .col-sm-12>.promobox .promobox__content~.col-sm-4 .promobox,
    .col-sm-12>.promobox .promobox__media~.col-sm-4 .promobox,
    .col-sm-12~.col-sm-4 .promobox,
    .hero-banner__responsive-body~.col-sm-4 .promobox {
        margin-top: 30px
    }
}

@media (max-width:767px) {

    .col-sm-12>.promobox .promobox__media,
    .hero-banner__responsive-body>.promobox .promobox__media,
    .promobox {
        padding-left: 0;
        padding-right: 0
    }

    .promobox+.promobox {
        margin-top: 35px
    }

    .col-sm-12>.promobox,
    .col-sm-12>.promobox .promobox__content>.promobox,
    .col-sm-12>.promobox .promobox__media>.promobox,
    .hero-banner__responsive-body>.promobox {
        float: left
    }

    .col-sm-12>.promobox .row .hero-banner--size-small .promobox__content~.hero-banner__responsive-body .promobox .promobox__container,
    .col-sm-12>.promobox .row .hero-banner--size-small .promobox__media~.hero-banner__responsive-body .promobox .promobox__container,
    .col-sm-12>.promobox .row .promobox__content~.col-sm-3 .promobox .promobox__container,
    .col-sm-12>.promobox .row .promobox__content~.col-sm-4 .promobox .promobox__container,
    .col-sm-12>.promobox .row .promobox__content~.col-sm-6 .promobox .promobox__container,
    .col-sm-12>.promobox .row .promobox__media~.col-sm-3 .promobox .promobox__container,
    .col-sm-12>.promobox .row .promobox__media~.col-sm-4 .promobox .promobox__container,
    .col-sm-12>.promobox .row .promobox__media~.col-sm-6 .promobox .promobox__container,
    .hero-banner--size-small .col-sm-12>.promobox .row .promobox__content~.hero-banner__responsive-body .promobox .promobox__container,
    .hero-banner--size-small .col-sm-12>.promobox .row .promobox__media~.hero-banner__responsive-body .promobox .promobox__container,
    .hero-banner--size-small .row .col-sm-12>.promobox .promobox__content~.hero-banner__responsive-body .promobox .promobox__container,
    .hero-banner--size-small .row .col-sm-12>.promobox .promobox__media~.hero-banner__responsive-body .promobox .promobox__container,
    .hero-banner--size-small .row .col-sm-12~.hero-banner__responsive-body .promobox .promobox__container,
    .hero-banner--size-small .row .col-sm-6~.hero-banner__responsive-body .promobox .promobox__container,
    .hero-banner--size-small .row .hero-banner__responsive-body~.col-sm-6 .promobox .promobox__container,
    .hero-banner--size-small .row .hero-banner__responsive-body~.hero-banner__responsive-body .promobox .promobox__container,
    .row .col-sm-12>.promobox .hero-banner--size-small .promobox__content~.hero-banner__responsive-body .promobox .promobox__container,
    .row .col-sm-12>.promobox .hero-banner--size-small .promobox__media~.hero-banner__responsive-body .promobox .promobox__container,
    .row .col-sm-12>.promobox .promobox__content~.col-sm-3 .promobox .promobox__container,
    .row .col-sm-12>.promobox .promobox__content~.col-sm-4 .promobox .promobox__container,
    .row .col-sm-12>.promobox .promobox__content~.col-sm-6 .promobox .promobox__container,
    .row .col-sm-12>.promobox .promobox__media~.col-sm-3 .promobox .promobox__container,
    .row .col-sm-12>.promobox .promobox__media~.col-sm-4 .promobox .promobox__container,
    .row .col-sm-12>.promobox .promobox__media~.col-sm-6 .promobox .promobox__container,
    .row .col-sm-12~.col-sm-3 .promobox .promobox__container,
    .row .col-sm-12~.col-sm-4 .promobox .promobox__container,
    .row .col-sm-12~.col-sm-6 .promobox .promobox__container,
    .row .col-sm-3~.col-sm-3 .promobox .promobox__container,
    .row .col-sm-4~.col-sm-4 .promobox .promobox__container,
    .row .col-sm-6~.col-sm-6 .promobox .promobox__container,
    .row .hero-banner--size-small .col-sm-12~.hero-banner__responsive-body .promobox .promobox__container,
    .row .hero-banner--size-small .col-sm-6~.hero-banner__responsive-body .promobox .promobox__container,
    .row .hero-banner--size-small .hero-banner__responsive-body~.col-sm-6 .promobox .promobox__container,
    .row .hero-banner--size-small .hero-banner__responsive-body~.hero-banner__responsive-body .promobox .promobox__container,
    .row .hero-banner__responsive-body~.col-sm-3 .promobox .promobox__container,
    .row .hero-banner__responsive-body~.col-sm-4 .promobox .promobox__container,
    .row .hero-banner__responsive-body~.col-sm-6 .promobox .promobox__container {
        border-top: 1px solid #e5e5e5;
        padding-top: 35px
    }

    .col-sm-12>.promobox .row .hero-banner--size-small .promobox__content~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .col-sm-12>.promobox .row .hero-banner--size-small .promobox__content~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .col-sm-12>.promobox .row .hero-banner--size-small .promobox__content~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .col-sm-12>.promobox .row .hero-banner--size-small .promobox__media~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .col-sm-12>.promobox .row .hero-banner--size-small .promobox__media~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .col-sm-12>.promobox .row .hero-banner--size-small .promobox__media~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .col-sm-12>.promobox .row .promobox__content~.col-sm-3 .promobox .promobox__container.background-dark-blue,
    .col-sm-12>.promobox .row .promobox__content~.col-sm-3 .promobox .promobox__container.background-light-gray,
    .col-sm-12>.promobox .row .promobox__content~.col-sm-3 .promobox .promobox__container.background-white,
    .col-sm-12>.promobox .row .promobox__content~.col-sm-4 .promobox .promobox__container.background-dark-blue,
    .col-sm-12>.promobox .row .promobox__content~.col-sm-4 .promobox .promobox__container.background-light-gray,
    .col-sm-12>.promobox .row .promobox__content~.col-sm-4 .promobox .promobox__container.background-white,
    .col-sm-12>.promobox .row .promobox__content~.col-sm-6 .promobox .promobox__container.background-dark-blue,
    .col-sm-12>.promobox .row .promobox__content~.col-sm-6 .promobox .promobox__container.background-light-gray,
    .col-sm-12>.promobox .row .promobox__content~.col-sm-6 .promobox .promobox__container.background-white,
    .col-sm-12>.promobox .row .promobox__media~.col-sm-3 .promobox .promobox__container.background-dark-blue,
    .col-sm-12>.promobox .row .promobox__media~.col-sm-3 .promobox .promobox__container.background-light-gray,
    .col-sm-12>.promobox .row .promobox__media~.col-sm-3 .promobox .promobox__container.background-white,
    .col-sm-12>.promobox .row .promobox__media~.col-sm-4 .promobox .promobox__container.background-dark-blue,
    .col-sm-12>.promobox .row .promobox__media~.col-sm-4 .promobox .promobox__container.background-light-gray,
    .col-sm-12>.promobox .row .promobox__media~.col-sm-4 .promobox .promobox__container.background-white,
    .col-sm-12>.promobox .row .promobox__media~.col-sm-6 .promobox .promobox__container.background-dark-blue,
    .col-sm-12>.promobox .row .promobox__media~.col-sm-6 .promobox .promobox__container.background-light-gray,
    .col-sm-12>.promobox .row .promobox__media~.col-sm-6 .promobox .promobox__container.background-white,
    .hero-banner--size-small .col-sm-12>.promobox .row .promobox__content~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .hero-banner--size-small .col-sm-12>.promobox .row .promobox__content~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .hero-banner--size-small .col-sm-12>.promobox .row .promobox__content~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .hero-banner--size-small .col-sm-12>.promobox .row .promobox__media~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .hero-banner--size-small .col-sm-12>.promobox .row .promobox__media~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .hero-banner--size-small .col-sm-12>.promobox .row .promobox__media~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .hero-banner--size-small .row .col-sm-12>.promobox .promobox__content~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .hero-banner--size-small .row .col-sm-12>.promobox .promobox__content~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .hero-banner--size-small .row .col-sm-12>.promobox .promobox__content~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .hero-banner--size-small .row .col-sm-12>.promobox .promobox__media~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .hero-banner--size-small .row .col-sm-12>.promobox .promobox__media~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .hero-banner--size-small .row .col-sm-12>.promobox .promobox__media~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .hero-banner--size-small .row .col-sm-12~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .hero-banner--size-small .row .col-sm-12~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .hero-banner--size-small .row .col-sm-12~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .hero-banner--size-small .row .col-sm-6~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .hero-banner--size-small .row .col-sm-6~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .hero-banner--size-small .row .col-sm-6~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .hero-banner--size-small .row .hero-banner__responsive-body~.col-sm-6 .promobox .promobox__container.background-dark-blue,
    .hero-banner--size-small .row .hero-banner__responsive-body~.col-sm-6 .promobox .promobox__container.background-light-gray,
    .hero-banner--size-small .row .hero-banner__responsive-body~.col-sm-6 .promobox .promobox__container.background-white,
    .hero-banner--size-small .row .hero-banner__responsive-body~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .hero-banner--size-small .row .hero-banner__responsive-body~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .hero-banner--size-small .row .hero-banner__responsive-body~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .row .col-sm-12>.promobox .hero-banner--size-small .promobox__content~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .row .col-sm-12>.promobox .hero-banner--size-small .promobox__content~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .row .col-sm-12>.promobox .hero-banner--size-small .promobox__content~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .row .col-sm-12>.promobox .hero-banner--size-small .promobox__media~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .row .col-sm-12>.promobox .hero-banner--size-small .promobox__media~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .row .col-sm-12>.promobox .hero-banner--size-small .promobox__media~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .row .col-sm-12>.promobox .promobox__content~.col-sm-3 .promobox .promobox__container.background-dark-blue,
    .row .col-sm-12>.promobox .promobox__content~.col-sm-3 .promobox .promobox__container.background-light-gray,
    .row .col-sm-12>.promobox .promobox__content~.col-sm-3 .promobox .promobox__container.background-white,
    .row .col-sm-12>.promobox .promobox__content~.col-sm-4 .promobox .promobox__container.background-dark-blue,
    .row .col-sm-12>.promobox .promobox__content~.col-sm-4 .promobox .promobox__container.background-light-gray,
    .row .col-sm-12>.promobox .promobox__content~.col-sm-4 .promobox .promobox__container.background-white,
    .row .col-sm-12>.promobox .promobox__content~.col-sm-6 .promobox .promobox__container.background-dark-blue,
    .row .col-sm-12>.promobox .promobox__content~.col-sm-6 .promobox .promobox__container.background-light-gray,
    .row .col-sm-12>.promobox .promobox__content~.col-sm-6 .promobox .promobox__container.background-white,
    .row .col-sm-12>.promobox .promobox__media~.col-sm-3 .promobox .promobox__container.background-dark-blue,
    .row .col-sm-12>.promobox .promobox__media~.col-sm-3 .promobox .promobox__container.background-light-gray,
    .row .col-sm-12>.promobox .promobox__media~.col-sm-3 .promobox .promobox__container.background-white,
    .row .col-sm-12>.promobox .promobox__media~.col-sm-4 .promobox .promobox__container.background-dark-blue,
    .row .col-sm-12>.promobox .promobox__media~.col-sm-4 .promobox .promobox__container.background-light-gray,
    .row .col-sm-12>.promobox .promobox__media~.col-sm-4 .promobox .promobox__container.background-white,
    .row .col-sm-12>.promobox .promobox__media~.col-sm-6 .promobox .promobox__container.background-dark-blue,
    .row .col-sm-12>.promobox .promobox__media~.col-sm-6 .promobox .promobox__container.background-light-gray,
    .row .col-sm-12>.promobox .promobox__media~.col-sm-6 .promobox .promobox__container.background-white,
    .row .col-sm-12~.col-sm-3 .promobox .promobox__container.background-dark-blue,
    .row .col-sm-12~.col-sm-3 .promobox .promobox__container.background-light-gray,
    .row .col-sm-12~.col-sm-3 .promobox .promobox__container.background-white,
    .row .col-sm-12~.col-sm-4 .promobox .promobox__container.background-dark-blue,
    .row .col-sm-12~.col-sm-4 .promobox .promobox__container.background-light-gray,
    .row .col-sm-12~.col-sm-4 .promobox .promobox__container.background-white,
    .row .col-sm-12~.col-sm-6 .promobox .promobox__container.background-dark-blue,
    .row .col-sm-12~.col-sm-6 .promobox .promobox__container.background-light-gray,
    .row .col-sm-12~.col-sm-6 .promobox .promobox__container.background-white,
    .row .col-sm-3~.col-sm-3 .promobox .promobox__container.background-dark-blue,
    .row .col-sm-3~.col-sm-3 .promobox .promobox__container.background-light-gray,
    .row .col-sm-3~.col-sm-3 .promobox .promobox__container.background-white,
    .row .col-sm-4~.col-sm-4 .promobox .promobox__container.background-dark-blue,
    .row .col-sm-4~.col-sm-4 .promobox .promobox__container.background-light-gray,
    .row .col-sm-4~.col-sm-4 .promobox .promobox__container.background-white,
    .row .col-sm-6~.col-sm-6 .promobox .promobox__container.background-dark-blue,
    .row .col-sm-6~.col-sm-6 .promobox .promobox__container.background-light-gray,
    .row .col-sm-6~.col-sm-6 .promobox .promobox__container.background-white,
    .row .hero-banner--size-small .col-sm-12~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .row .hero-banner--size-small .col-sm-12~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .row .hero-banner--size-small .col-sm-12~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .row .hero-banner--size-small .col-sm-6~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .row .hero-banner--size-small .col-sm-6~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .row .hero-banner--size-small .col-sm-6~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .row .hero-banner--size-small .hero-banner__responsive-body~.col-sm-6 .promobox .promobox__container.background-dark-blue,
    .row .hero-banner--size-small .hero-banner__responsive-body~.col-sm-6 .promobox .promobox__container.background-light-gray,
    .row .hero-banner--size-small .hero-banner__responsive-body~.col-sm-6 .promobox .promobox__container.background-white,
    .row .hero-banner--size-small .hero-banner__responsive-body~.hero-banner__responsive-body .promobox .promobox__container.background-dark-blue,
    .row .hero-banner--size-small .hero-banner__responsive-body~.hero-banner__responsive-body .promobox .promobox__container.background-light-gray,
    .row .hero-banner--size-small .hero-banner__responsive-body~.hero-banner__responsive-body .promobox .promobox__container.background-white,
    .row .hero-banner__responsive-body~.col-sm-3 .promobox .promobox__container.background-dark-blue,
    .row .hero-banner__responsive-body~.col-sm-3 .promobox .promobox__container.background-light-gray,
    .row .hero-banner__responsive-body~.col-sm-3 .promobox .promobox__container.background-white,
    .row .hero-banner__responsive-body~.col-sm-4 .promobox .promobox__container.background-dark-blue,
    .row .hero-banner__responsive-body~.col-sm-4 .promobox .promobox__container.background-light-gray,
    .row .hero-banner__responsive-body~.col-sm-4 .promobox .promobox__container.background-white,
    .row .hero-banner__responsive-body~.col-sm-6 .promobox .promobox__container.background-dark-blue,
    .row .hero-banner__responsive-body~.col-sm-6 .promobox .promobox__container.background-light-gray,
    .row .hero-banner__responsive-body~.col-sm-6 .promobox .promobox__container.background-white {
        border-top: 0;
        padding-top: 0;
        margin-top: 35px
    }

    .row .sublayout--hscroll-scroller>.col-sm-4>.promobox>.promobox__container.background-dark-blue,
    .row .sublayout--hscroll-scroller>.col-sm-4>.promobox>.promobox__container.background-light-gray,
    .row .sublayout--hscroll-scroller>.col-sm-4>.promobox>.promobox__container.background-transparent,
    .row .sublayout--hscroll-scroller>.col-sm-4>.promobox>.promobox__container.background-white {
        border-top: 0;
        padding-top: 0;
        margin-top: 0
    }

    .hero-banner--size-small .row .sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container,
    .row .hero-banner--size-small .sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container,
    .row .sublayout--hscroll-scroller>.col-sm-4>.promobox>.promobox__container,
    .row .sublayout--hscroll-scroller>.col-sm-6>.promobox>.promobox__container {
        border-top: 0;
        padding-top: 0
    }

    .hero-banner--size-small .row .sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container.background-dark-blue,
    .hero-banner--size-small .row .sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container.background-light-gray,
    .hero-banner--size-small .row .sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container.background-transparent,
    .hero-banner--size-small .row .sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container.background-white,
    .row .hero-banner--size-small .sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container.background-dark-blue,
    .row .hero-banner--size-small .sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container.background-light-gray,
    .row .hero-banner--size-small .sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container.background-transparent,
    .row .hero-banner--size-small .sublayout--hscroll-scroller>.hero-banner__responsive-body>.promobox>.promobox__container.background-white,
    .row .sublayout--hscroll-scroller>.col-sm-6>.promobox>.promobox__container.background-dark-blue,
    .row .sublayout--hscroll-scroller>.col-sm-6>.promobox>.promobox__container.background-light-gray,
    .row .sublayout--hscroll-scroller>.col-sm-6>.promobox>.promobox__container.background-transparent,
    .row .sublayout--hscroll-scroller>.col-sm-6>.promobox>.promobox__container.background-white {
        border-top: 0;
        padding-top: 0;
        margin-top: 0
    }
}

@media (min-width:768px) {

    .col-sm-4:nth-last-of-type(-n+3) .background-transparent .promobox__content,
    .col-sm-6:nth-last-of-type(-n+2) .background-transparent .promobox__content,
    .hero-banner--size-small .hero-banner__responsive-body:nth-last-of-type(-n+2) .background-transparent .promobox__content {
        padding-bottom: 0
    }

    .col-sm-3:nth-last-child(1) .background-transparent .promobox__content,
    .col-sm-3:nth-last-child(2) .background-transparent .promobox__content,
    .col-sm-3:nth-last-child(3) .background-transparent .promobox__content,
    .col-sm-3:nth-last-child(4) .background-transparent .promobox__content,
    .col-sm-4:nth-last-child(1) .background-transparent .promobox__content,
    .col-sm-4:nth-last-child(2) .background-transparent .promobox__content,
    .col-sm-4:nth-last-child(3) .background-transparent .promobox__content,
    .col-sm-6:nth-last-child(1) .background-transparent .promobox__content,
    .col-sm-6:nth-last-child(2) .background-transparent .promobox__content,
    .hero-banner--size-small .hero-banner__responsive-body:nth-last-child(1) .background-transparent .promobox__content,
    .hero-banner--size-small .hero-banner__responsive-body:nth-last-child(2) .background-transparent .promobox__content {
        padding-bottom: 0
    }

    .promobox__media .image-with-links .image-with-links__full-screen-button-container,
    .promobox__media .image-with-links img {
        margin: 0 0 30px
    }

    .promobox__media .media-info {
        margin-bottom: -48px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .promobox__media .media-info {
        margin-bottom: -18px
    }
}

@media (min-width:768px) {
    .promobox__media .video-player~.media-info {
        margin-top: 22px
    }

    .promobox__content {
        padding-top: 64px;
        padding-bottom: 60px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .promobox__content {
        padding-top: 34px;
        padding-bottom: 30px
    }
}

@media (min-width:768px) {

    .promobox__content .h2,
    .promobox__content .h3,
    .promobox__content .h4 {
        margin-bottom: 36px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {

    .promobox__content .h2,
    .promobox__content .h3,
    .promobox__content .h4 {
        margin-bottom: 24px
    }
}

@media (min-width:768px) {
    .promobox__content .in-page-link {
        margin-top: 22px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .promobox__content .btn-default {
        white-space: normal
    }
}

@media (min-width:768px) {
    .promobox__media+.promobox__content {
        padding-top: 64px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .promobox__media+.promobox__content {
        padding-top: 34px
    }
}

@media (min-width:768px) {
    .promobox__downloads {
        padding-bottom: 90px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .promobox__downloads {
        padding-bottom: 40px
    }
}

@media (min-width:768px) {
    .promobox__downloads .download-listing__header {
        margin-top: 20px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {

    .promobox__downloads .download-listing__header,
    .promobox__downloads .download-listing__header__subtitle {
        margin-bottom: 34px
    }
}

@media (min-width:768px) {
    .promobox__downloads .download-listing__image {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 62px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .promobox__downloads .download-listing__image {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .promobox__downloads .download-listing+.btn-default {
        margin-top: 70px
    }

    .promobox__downloads__multiple .download-listing {
        margin-bottom: 45px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .promobox__downloads__multiple .download-listing:last-of-type {
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    .promobox__downloads__multiple .download-listing+.btn-default {
        margin-top: 5px
    }

    .promobox__downloads .btn-default {
        margin-bottom: 0
    }

    .promobox .background-dark-blue .promobox__content,
    .promobox .background-light-gray .promobox__content,
    .promobox .background-white .promobox__content {
        padding-left: 70px;
        padding-right: 70px;
        padding-top: 64px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {

    .promobox .background-dark-blue .promobox__content,
    .promobox .background-light-gray .promobox__content,
    .promobox .background-white .promobox__content {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 34px
    }
}

@media (min-width:768px) {

    .floating-element .promobox .background-dark-blue .promobox__content,
    .floating-element .promobox .background-light-gray .promobox__content,
    .floating-element .promobox .background-white .promobox__content {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {

    .floating-element .promobox .background-dark-blue .promobox__content,
    .floating-element .promobox .background-light-gray .promobox__content,
    .floating-element .promobox .background-white .promobox__content {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:768px) {
    .promobox .background-dark-blue .promobox__media .media-info {
        padding-left: 20px;
        padding-right: 20px
    }

    .promobox .background-dark-blue .promobox__media .media-info .media-info__links .link-with-right-chevron::after,
    .promobox .background-dark-blue .promobox__media .media-info .media-info__links .social-button::after {
        background: #fff
    }

    .col-sm-12>.promobox .promobox__media .image-with-links .image-with-links__full-screen-button-container,
    .col-sm-12>.promobox .promobox__media .image-with-links img,
    .hero-banner__responsive-body>.promobox .promobox__media .image-with-links .image-with-links__full-screen-button-container,
    .hero-banner__responsive-body>.promobox .promobox__media .image-with-links img {
        margin-bottom: 0
    }

    .col-sm-12>.promobox .promobox__container+.media-info,
    .col-sm-12>.promobox .promobox__content>.promobox .promobox__container+.media-info,
    .col-sm-12>.promobox .promobox__media>.promobox .promobox__container+.media-info,
    .hero-banner__responsive-body>.promobox .promobox__container+.media-info {
        margin-top: 22px
    }
}

.floating-element .pull-quote,
.pull-quote {
    font-size: 30px;
    font-size: 3rem;
    position: relative;
    margin: -4px 0;
    padding: 0 0 0 35px;
    background: 0 0;
    border: 0;
    word-wrap: break-word;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    -o-hyphens: manual;
    hyphens: manual;
    overflow-wrap: break-word;
    overflow-x: hidden;
    overflow-y: hidden
}

@media (min-width:768px) {

    .floating-element .pull-quote,
    .pull-quote {
        font-size: 55px;
        font-size: 5.5rem
    }
}

@media (min-width:768px) and (max-width:1023px) {

    .floating-element .pull-quote,
    .pull-quote {
        font-size: 35px;
        font-size: 3.5rem
    }
}

.floating-element .pull-quote::before,
.pull-quote::before {
    position: absolute;
    content: "";
    top: 4px;
    bottom: 5px;
    left: 0;
    width: 5px;
    background: #da0011
}

.floating-element .pull-quote__before,
.pull-quote__before {
    position: absolute;
    left: -15px
}

.floating-element .pull-quote__quote,
.pull-quote__quote {
    font-weight: 200;
    position: relative;
    line-height: 1.17
}

.floating-element .pull-quote__author,
.pull-quote__author {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
    margin-top: 15px;
    padding-bottom: 2px
}

@media (min-width:768px) {

    .floating-element .pull-quote__author,
    .pull-quote__author {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.floating-element .pull-quote__author__name--link,
.pull-quote__author__name--link {
    font-weight: 700
}

.floating-element .pull-quote__author__name--link:hover,
.pull-quote__author__name--link:hover {
    text-decoration: none
}

.hero-banner__quote .pull-quote {
    font-size: 30px;
    font-size: 3rem
}

@media (min-width:768px) {
    .hero-banner__quote .pull-quote {
        font-size: 65px;
        font-size: 6.5rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hero-banner__quote .pull-quote {
        font-size: 35px;
        font-size: 3.5rem
    }
}

.article-sublayout__content>.pull-quote {
    margin: 51px 0
}

@media (min-width:768px) {

    .floating-element .pull-quote,
    .pull-quote {
        position: relative;
        display: block;
        margin: -6px 0;
        padding: 0 0 0 70px
    }

    .floating-element .pull-quote:before,
    .pull-quote:before {
        top: 6px
    }

    .floating-element .pull-quote__before,
    .pull-quote__before {
        left: -30px
    }

    .floating-element .pull-quote__quote,
    .pull-quote__quote {
        font-weight: 200;
        line-height: 1.09
    }

    .floating-element .pull-quote__author,
    .pull-quote__author {
        margin-top: 23px;
        line-height: 1.76
    }

    .article-sublayout__content>.pull-quote {
        margin-top: 75px;
        margin-bottom: 83px;
        margin-left: -75px
    }
}

.simple-fact {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #ebeef0;
    padding-left: 26px
}

.simple-fact__title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 22px;
    line-height: 1.0769;
    font-weight: 200
}

@media (min-width:768px) {
    .simple-fact__title {
        font-size: 45px;
        font-size: 4.5rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .simple-fact__title {
        font-size: 30px;
        font-size: 3rem
    }
}

.simple-fact__title:first-child {
    margin-top: -4px
}

.simple-fact__numeric {
    font-size: 105px;
    font-size: 10.5rem;
    height: 160px;
    font-weight: 100;
    line-height: .8;
    word-wrap: normal;
    overflow-wrap: normal;
    margin-left: -3px
}

@media (min-width:768px) {
    .simple-fact__numeric {
        font-size: 150px;
        font-size: 15rem
    }
}

.simple-fact__numeric.simple-fact__small-fs:first-child {
    margin-top: -3px
}

.simple-fact__data {
    margin-top: 12px;
    margin-bottom: 13px;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2.3px;
    line-height: 2.81
}

@media (min-width:768px) {
    .simple-fact__data {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.simple-fact__description {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 9px;
    margin-bottom: 22px;
    line-height: 1.42857
}

@media (min-width:768px) {
    .simple-fact__description {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.simple-fact__description:last-child {
    margin-bottom: -4px
}

.simple-fact__source {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 25px;
    line-height: 1.25
}

@media (min-width:768px) {
    .simple-fact__source {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.simple-fact__source:last-child {
    margin-bottom: -2px
}

.simple-fact .in-page-link,
.simple-fact ul.in-page-link-list {
    margin-top: 0;
    margin-bottom: -12px
}

.col-sm-3>.simple-fact,
.col-sm-4>.simple-fact,
.col-sm-5>.simple-fact,
.col-sm-6>.simple-fact,
.col-sm-7>.simple-fact,
.hero-banner--size-small .hero-banner__responsive-body>.simple-fact,
.share-price--bar .share-price__table>.simple-fact,
body>.share-price .share-price__table>.simple-fact {
    margin: 55px 0
}

.col-sm-3:first-child>.simple-fact,
.col-sm-4:first-child>.simple-fact,
.col-sm-5:first-child>.simple-fact,
.col-sm-6:first-child>.simple-fact,
.col-sm-7:first-child>.simple-fact,
.hero-banner--size-small .hero-banner__responsive-body:first-child>.simple-fact,
.share-price--bar .share-price__table:first-child>.simple-fact,
body>.share-price .share-price__table:first-child>.simple-fact {
    margin-top: 0
}

.col-sm-3:last-child>.simple-fact,
.col-sm-4:last-child>.simple-fact,
.col-sm-5:last-child>.simple-fact,
.col-sm-6:last-child>.simple-fact,
.col-sm-7:last-child>.simple-fact,
.hero-banner--size-small .hero-banner__responsive-body:last-child>.simple-fact,
.share-price--bar .share-price__table:last-child>.simple-fact,
body>.share-price .share-price__table:last-child>.simple-fact {
    margin-bottom: 0
}

.col-sm-3:nth-child(n+5)>.simple-fact,
.col-sm-4:nth-child(n+4)>.simple-fact,
.col-sm-6:nth-child(n+3)>.simple-fact,
.hero-banner--size-small .hero-banner__responsive-body:nth-child(n+3)>.simple-fact {
    margin-top: 0
}

@media (min-width:768px) {
    .simple-fact__small-fs {
        font-size: 100px;
        font-size: 10rem
    }
}

@media (max-width:767px) {
    .simple-fact__small-fs {
        font-size: 50px;
        font-size: 5rem;
        margin-bottom: 2px;
        margin-left: -5px;
        letter-spacing: 2.5px
    }
}

@media (min-width:768px) {
    .simple-fact {
        padding-left: 40px
    }

    .simple-fact__title {
        margin-bottom: 37px;
        line-height: 1.1111;
        font-weight: 200
    }

    .simple-fact__title:first-child {
        margin-top: -8px
    }

    .simple-fact__numeric {
        margin-top: -5px;
        margin-bottom: -25px
    }

    .simple-fact__numeric:first-child,
    .simple-fact__numeric:nth-child(2) {
        margin-top: 0
    }

    .simple-fact__data {
        margin-top: 47px;
        margin-bottom: -15px
    }

    .simple-fact__description {
        margin-top: 36px;
        margin-bottom: -4px
    }

    .simple-fact__source {
        margin-top: 29px;
        line-height: 1.42857
    }

    .simple-fact__source:last-child {
        margin-bottom: -5px
    }

    .simple-fact .in-page-link,
    .simple-fact ul.in-page-link-list {
        margin-top: 15px
    }

    .floating-element .simple-fact__title {
        margin-top: -.66rem
    }

    .col-sm-3>.simple-fact,
    .col-sm-4>.simple-fact,
    .col-sm-5>.simple-fact,
    .col-sm-6>.simple-fact,
    .col-sm-7>.simple-fact,
    .hero-banner--size-small .hero-banner__responsive-body>.simple-fact,
    .share-price--bar .share-price__table>.simple-fact,
    body>.share-price .share-price__table>.simple-fact {
        margin-top: 5px;
        margin-bottom: 0
    }

    .col-sm-3:first-child>.simple-fact,
    .col-sm-4:first-child>.simple-fact,
    .col-sm-5:first-child>.simple-fact,
    .col-sm-6:first-child>.simple-fact,
    .col-sm-7:first-child>.simple-fact,
    .hero-banner--size-small .hero-banner__responsive-body:first-child>.simple-fact,
    .share-price--bar .share-price__table:first-child>.simple-fact,
    body>.share-price .share-price__table:first-child>.simple-fact {
        margin-top: 5px
    }

    .col-sm-3:last-child>.simple-fact,
    .col-sm-4:last-child>.simple-fact,
    .col-sm-5:last-child>.simple-fact,
    .col-sm-6:last-child>.simple-fact,
    .col-sm-7:last-child>.simple-fact,
    .hero-banner--size-small .hero-banner__responsive-body:last-child>.simple-fact,
    .share-price--bar .share-price__table:last-child>.simple-fact,
    body>.share-price .share-price__table:last-child>.simple-fact {
        margin-bottom: 0
    }

    .hero-banner--size-small .row+.row .hero-banner__responsive-body:nth-child(-n+2)>.simple-fact,
    .row+.row .col-sm-3:nth-child(-n+4)>.simple-fact,
    .row+.row .col-sm-4:nth-child(-n+3)>.simple-fact,
    .row+.row .col-sm-6:nth-child(-n+2)>.simple-fact,
    .row+.row .hero-banner--size-small .hero-banner__responsive-body:nth-child(-n+2)>.simple-fact {
        margin-top: 12px
    }

    .col-sm-3:nth-child(n+5)>.simple-fact,
    .col-sm-4:nth-child(n+4)>.simple-fact,
    .col-sm-6:nth-child(n+3)>.simple-fact,
    .hero-banner--size-small .hero-banner__responsive-body:nth-child(n+3)>.simple-fact {
        margin-top: 120px
    }

    .col-sm-3:nth-last-child(1)>.simple-fact,
    .col-sm-3:nth-last-child(2)>.simple-fact,
    .col-sm-3:nth-last-child(3)>.simple-fact,
    .col-sm-3:nth-last-child(4)>.simple-fact,
    .col-sm-4:nth-last-child(1)>.simple-fact,
    .col-sm-4:nth-last-child(2)>.simple-fact,
    .col-sm-4:nth-last-child(3)>.simple-fact,
    .col-sm-6:nth-last-child(1)>.simple-fact,
    .col-sm-6:nth-last-child(2)>.simple-fact,
    .hero-banner--size-small .hero-banner__responsive-body:nth-last-child(1)>.simple-fact,
    .hero-banner--size-small .hero-banner__responsive-body:nth-last-child(2)>.simple-fact {
        margin-bottom: 0
    }
}

@media (max-width:767px) {

    .hero-banner--size-small .sublayout--hscroll .hero-banner__responsive-body>.simple-fact,
    .sublayout--hscroll .col-sm-3>.simple-fact,
    .sublayout--hscroll .col-sm-4>.simple-fact,
    .sublayout--hscroll .col-sm-6>.simple-fact,
    .sublayout--hscroll .hero-banner--size-small .hero-banner__responsive-body>.simple-fact {
        margin: 0 0 35px
    }
}

.wayfinding {
    position: relative;
    background: #647987
}

.wayfinding__content,
.wayfinding__content a,
.wayfinding__content a [class^=hsbc],
.wayfinding__content a:hover {
    color: #fff
}

.wayfinding__content .btn-default {
    border-color: #fff;
    margin-top: 5px;
    color: #fff
}

.wayfinding__content .btn-default:hover {
    background: rgba(255, 255, 255, .2)
}

.wayfinding__content .btn-default:active {
    border-color: #fff;
    color: #fff
}

.wayfinding__background {
    display: none
}

.interactive-map__info-window__image img,
.wayfinding__image {
    width: 100%
}

.wayfinding__image-desktop {
    display: none
}

.wayfinding__text {
    background: #647987;
    padding: 32px 0 35px;
    text-align: center
}

.wayfinding__text-wrapper {
    padding-left: 0;
    padding-right: 0
}

.wayfinding__text h1,
.wayfinding__text h2,
.wayfinding__text h3 {
    margin-top: 0;
    margin-bottom: 24px
}

.wayfinding__text-description {
    margin-bottom: 24px
}

@media (min-width:768px) {

    .hero-banner--size-small .wayfinding__text.hero-banner__responsive-body,
    .wayfinding__text.col-sm-6 {
        width: calc(50% - 15px)
    }

    .wayfinding__text.col-sm-offset-6 {
        margin-left: calc(50% + 15px)
    }
}

@media (max-width:767px) {
    .wayfinding {
        margin-left: -33px;
        margin-right: -33px
    }

    .wayfinding .btn-default {
        width: 100%
    }

    .wayfinding__image-container {
        padding-left: 0;
        padding-right: 0;
        float: none
    }

    .wayfinding__text {
        float: none
    }

    .wayfinding__text-wrapper {
        float: none;
        padding-left: 33px;
        padding-right: 33px
    }

    .wayfinding__text h1,
    .wayfinding__text h2,
    .wayfinding__text h3 {
        font-size: 3rem;
        font-weight: 200;
        line-height: 1.1429
    }
}

@media (min-width:768px) {
    .wayfinding {
        margin-bottom: 90px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .wayfinding {
        margin-bottom: 60px
    }
}

@media (min-width:768px) {
    .wayfinding__background {
        display: block;
        margin-left: -35px;
        margin-right: -35px;
        padding-left: 35px;
        padding-right: 35px;
        position: relative;
        height: 650px;
        background-position: center;
        background-size: cover
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .wayfinding__background {
        height: 590px
    }
}

@media (min-width:768px) {
    .wayfinding__text {
        position: absolute;
        bottom: -90px;
        padding: 85px 0 90px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .wayfinding__text {
        bottom: -60px;
        padding-top: 55px;
        padding-bottom: 60px
    }
}

@media (min-width:768px) {

    .wayfinding__text h1,
    .wayfinding__text h2,
    .wayfinding__text h3 {
        margin-bottom: 36px;
        font-weight: 200;
        font-size: 4.5rem
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {

    .wayfinding__text h1,
    .wayfinding__text h2,
    .wayfinding__text h3 {
        font-size: 3.0015rem
    }
}

@media (min-width:768px) {
    .wayfinding__text-description {
        margin-bottom: 40px
    }

    .wayfinding__image-mobile {
        display: none
    }

    .wayfinding__image-desktop {
        display: block
    }

    .wayfinding.with-solid-background {
        margin-bottom: calc(((100% - 30px)/2*4/3) - 650px + 90px)
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .wayfinding.with-solid-background {
        margin-bottom: calc(((100% - 30px)/2*4/3) - 590px + 60px)
    }
}

@media (min-width:768px) {
    .wayfinding.with-solid-background .wayfinding__background {
        background: #647987
    }

    .wayfinding.with-solid-background .wayfinding__image-container {
        position: absolute;
        top: 90px;
        padding-left: 0
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .wayfinding.with-solid-background .wayfinding__image-container {
        top: 60px
    }
}

@media (min-width:768px) {
    .wayfinding.with-solid-background .wayfinding__text {
        top: 90px;
        bottom: 0;
        padding: 40px 0 45px;
        background: 0 0;
        text-align: left
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .wayfinding.with-solid-background .wayfinding__text {
        top: 60px
    }
}

@media (min-width:768px) {
    .wayfinding.with-solid-background .wayfinding__text-wrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .wayfinding.with-solid-background {
        margin-bottom: 0
    }

    .wayfinding.with-solid-background .wayfinding__image-container {
        overflow: hidden
    }

    .wayfinding.with-solid-background .wayfinding__image {
        height: 470px;
        width: auto;
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .wayfinding.with-solid-background .wayfinding__text {
        background: #647987;
        padding: 0;
        bottom: 90px
    }
}

@media (min-width:768px) and (max-width:991px) and (min-width:768px) and (max-width:1023px) {
    .wayfinding.with-solid-background .wayfinding__text {
        bottom: 60px
    }
}

@media (min-width:1240px) {
    .wayfinding__background {
        margin-left: -3.75%;
        margin-right: -3.75%;
        padding-left: 3.75%;
        padding-right: 3.75%
    }

    .wayfinding.full-bleed .wayfinding__background,
    .wayfinding.with-solid-background .wayfinding__background {
        margin-left: calc((100vw - 1170px)/-2);
        margin-right: calc((100vw - 1170px)/-2);
        padding-left: calc((100vw - 1170px)/2);
        padding-right: calc((100vw - 1170px)/2)
    }
}

@media (min-width:768px) {

    .col-sm-6 .wayfinding__background,
    .hero-banner--size-small .hero-banner__responsive-body .wayfinding__background {
        display: none
    }

    .col-sm-6 .wayfinding__image-container,
    .hero-banner--size-small .hero-banner__responsive-body .wayfinding__image-container {
        width: 100%;
        padding: 0
    }

    .col-sm-6 .wayfinding__image-container .wayfinding__image-mobile,
    .hero-banner--size-small .hero-banner__responsive-body .wayfinding__image-container .wayfinding__image-mobile {
        display: block
    }

    .col-sm-6 .wayfinding__image-container .wayfinding__image-mobile+.wayfinding__image-desktop,
    .hero-banner--size-small .hero-banner__responsive-body .wayfinding__image-container .wayfinding__image-mobile+.wayfinding__image-desktop {
        display: none
    }

    .col-sm-6 .wayfinding__text,
    .hero-banner--size-small .hero-banner__responsive-body .wayfinding__text {
        position: static;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .col-sm-6 .wayfinding.with-solid-background .wayfinding__image-container,
    .hero-banner--size-small .hero-banner__responsive-body .wayfinding.with-solid-background .wayfinding__image-container {
        position: static
    }

    .col-sm-6 .wayfinding.with-solid-background .wayfinding__text,
    .hero-banner--size-small .hero-banner__responsive-body .wayfinding.with-solid-background .wayfinding__text {
        position: static;
        background: #647987;
        text-align: center;
        padding: 85px 0 90px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {

    .col-sm-6 .wayfinding.with-solid-background .wayfinding__text,
    .hero-banner--size-small .hero-banner__responsive-body .wayfinding.with-solid-background .wayfinding__text {
        padding-top: 55px;
        padding-bottom: 60px
    }
}

@media (min-width:768px) {

    .col-sm-6 .wayfinding.with-solid-background .wayfinding__text-wrapper,
    .hero-banner--size-small .hero-banner__responsive-body .wayfinding.with-solid-background .wayfinding__text-wrapper {
        position: static;
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width:768px) and (max-width:991px) {

    .col-sm-6 .wayfinding.with-solid-background .wayfinding__image,
    .hero-banner--size-small .hero-banner__responsive-body .wayfinding.with-solid-background .wayfinding__image {
        position: static;
        height: auto;
        width: 100%;
        -webkit-transform: none;
        transform: none
    }
}

.full-bleed-sublayout+.sublayout:not([class*=sublayout--theme]) .wayfinding,
.full-bleed-sublayout+.sublayout[class*=sublayout--theme-transparent] .wayfinding,
.sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout:not([class*=sublayout--theme]) .wayfinding,
.sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout[class*=sublayout--theme-transparent] .wayfinding {
    margin-top: -55px
}

@media (min-width:768px) {

    .full-bleed-sublayout+.sublayout:not([class*=sublayout--theme]) .wayfinding,
    .full-bleed-sublayout+.sublayout[class*=sublayout--theme-transparent] .wayfinding,
    .sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout:not([class*=sublayout--theme]) .wayfinding,
    .sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout[class*=sublayout--theme-transparent] .wayfinding {
        margin-top: -90px
    }
}

.full-bleed-sublayout+.sublayout:not([class*=sublayout--theme]) .col-sm-6.sublayout--content-hero .wayfinding,
.full-bleed-sublayout+.sublayout:not([class*=sublayout--theme]) .hero-banner--size-small .sublayout--content-hero.hero-banner__responsive-body .wayfinding,
.full-bleed-sublayout+.sublayout:not([class*=sublayout--theme]) .hero-banner--size-small .sublayout--content.hero-banner__responsive-body .wayfinding,
.full-bleed-sublayout+.sublayout:not([class*=sublayout--theme]) .sublayout--content.col-sm-6 .wayfinding,
.full-bleed-sublayout+.sublayout[class*=sublayout--theme-transparent] .col-sm-6.sublayout--content-hero .wayfinding,
.full-bleed-sublayout+.sublayout[class*=sublayout--theme-transparent] .hero-banner--size-small .sublayout--content-hero.hero-banner__responsive-body .wayfinding,
.full-bleed-sublayout+.sublayout[class*=sublayout--theme-transparent] .hero-banner--size-small .sublayout--content.hero-banner__responsive-body .wayfinding,
.full-bleed-sublayout+.sublayout[class*=sublayout--theme-transparent] .sublayout--content.col-sm-6 .wayfinding,
.hero-banner--size-small .full-bleed-sublayout+.sublayout:not([class*=sublayout--theme]) .sublayout--content-hero.hero-banner__responsive-body .wayfinding,
.hero-banner--size-small .full-bleed-sublayout+.sublayout:not([class*=sublayout--theme]) .sublayout--content.hero-banner__responsive-body .wayfinding,
.hero-banner--size-small .full-bleed-sublayout+.sublayout[class*=sublayout--theme-transparent] .sublayout--content-hero.hero-banner__responsive-body .wayfinding,
.hero-banner--size-small .full-bleed-sublayout+.sublayout[class*=sublayout--theme-transparent] .sublayout--content.hero-banner__responsive-body .wayfinding,
.hero-banner--size-small .sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout:not([class*=sublayout--theme]) .sublayout--content-hero.hero-banner__responsive-body .wayfinding,
.hero-banner--size-small .sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout:not([class*=sublayout--theme]) .sublayout--content.hero-banner__responsive-body .wayfinding,
.hero-banner--size-small .sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout[class*=sublayout--theme-transparent] .sublayout--content-hero.hero-banner__responsive-body .wayfinding,
.hero-banner--size-small .sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout[class*=sublayout--theme-transparent] .sublayout--content.hero-banner__responsive-body .wayfinding,
.sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout:not([class*=sublayout--theme]) .col-sm-6.sublayout--content-hero .wayfinding,
.sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout:not([class*=sublayout--theme]) .hero-banner--size-small .sublayout--content-hero.hero-banner__responsive-body .wayfinding,
.sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout:not([class*=sublayout--theme]) .hero-banner--size-small .sublayout--content.hero-banner__responsive-body .wayfinding,
.sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout:not([class*=sublayout--theme]) .sublayout--content.col-sm-6 .wayfinding,
.sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout[class*=sublayout--theme-transparent] .col-sm-6.sublayout--content-hero .wayfinding,
.sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout[class*=sublayout--theme-transparent] .hero-banner--size-small .sublayout--content-hero.hero-banner__responsive-body .wayfinding,
.sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout[class*=sublayout--theme-transparent] .hero-banner--size-small .sublayout--content.hero-banner__responsive-body .wayfinding,
.sublayout[class*=sublayout--theme]:not([class*=sublayout--theme-transparent])+.sublayout[class*=sublayout--theme-transparent] .sublayout--content.col-sm-6 .wayfinding {
    margin-top: 0
}

@media (max-width:767px) {
    .sublayout--sl1[class*=sublayout--theme]:not([class*=sublayout--theme-transparent]) .wayfinding {
        margin-top: -55px
    }
}

.tabbed-content__heading--map,
div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

.interactive-map-header {
    position: relative;
    padding: 0 10px 53px
}

.interactive-map-header__title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0 15px
}

.interactive-map-header__description {
    text-align: center;
    margin-top: 30px
}

@media (min-width:992px) {
    .interactive-map-header {
        border-top: 1px solid #ebeef0;
        padding: 65px 10px
    }

    .interactive-map-header__title {
        margin-bottom: 40px
    }

    .interactive-map-header__description {
        margin-top: 40px
    }
}

.interactive-map {
    display: block;
    position: relative;
    padding: 0;
    background-color: #e5e3df;
    height: 800px
}

.sublayout:not(.full-bleed-sublayout) .interactive-map {
    margin: 0 -33px
}

@media (min-width:768px) {
    .sublayout:not(.full-bleed-sublayout) .interactive-map {
        margin: 0
    }
}

.floating-element .interactive-map {
    margin-bottom: -10px
}

.interactive-map_short {
    height: 355px
}

.interactive-map__map-container {
    width: 100%;
    height: 100%
}

.interactive-map__map-container .loader {
    background-color: #e5e3df;
    position: absolute;
    -webkit-transition: opacity ease-in-out 200ms;
    transition: opacity ease-in-out 200ms;
    opacity: 0
}

.interactive-map__map-container .loader.visible {
    opacity: 1
}

.interactive-map__map-container .loader.hidden {
    display: none
}

.interactive-map__map-container img:not([alt]) {
    outline: 0 !important
}

.interactive-map__info-window>button,
.interactive-map__map-container .gm-style .gm-style-iw-c>button,
.interactive-map__map-container .gm-style-cc,
.interactive-map__map-container a[href^="https://maps.google.com"] {
    display: none !important
}

.interactive-map__map-container .gm-style .gm-style-iw-c {
    border-radius: 3px
}

.interactive-map__pin {
    position: absolute;
    cursor: pointer
}

.interactive-map__pin a {
    overflow: hidden;
    width: 34px;
    height: 50px;
    display: block;
    opacity: 0;
    position: absolute
}

.interactive-map__pin--open {
    -webkit-transform: translate(-50%, -91%);
    transform: translate(-50%, -91%)
}

.interactive-map__pin--closed {
    -webkit-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%)
}

.interactive-map__side-container {
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: 40px;
    width: 370px;
    pointer-events: none;
    display: none
}

.interactive-map__side-container.visible {
    display: block
}

@media (max-width:450px) {
    .interactive-map__side-container {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        width: auto
    }
}

.interactive-map__info-window {
    max-width: 370px;
    padding: 25px 25px 19px;
    position: relative;
    font-family: UniversNext, sans-serif;
    background-color: #fff;
    border-radius: 3px;
    font-weight: 300
}

@media (min-width:1240px) {
    .interactive-map__info-window {
        padding: 30px 30px 24px
    }
}

.interactive-map__info-window--bubble {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    pointer-events: all
}

.interactive-map__info-window__anchor {
    position: absolute;
    width: 100%;
    top: -100px;
    left: 0;
    pointer-events: none
}

@media (min-width:1240px) {
    .interactive-map__info-window__anchor {
        top: -105px
    }
}

.interactive-map__info-window__anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff
}

.interactive-map__info-window__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcddde
}

.interactive-map__info-window__header__content {
    width: 100%;
    padding-right: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
}

.interactive-map__info-window__header__content .interactive-map__fixed-info-window__header__title,
.interactive-map__info-window__header__content .interactive-map__info-window__header__title {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0;
    padding: 0
}

.interactive-map__info-window__header__content .interactive-map__fixed-info-window__header__description,
.interactive-map__info-window__header__content .interactive-map__info-window__header__description {
    margin-top: 10px
}

.interactive-map__info-window__header__actions {
    width: 15px
}

.interactive-map__info-window__header__actions button {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0
}

.interactive-map__info-window__header__actions button span[class^=hsbc] {
    font-size: 15px;
    line-height: 1em
}

@media (min-width:1240px) {
    .interactive-map__info-window__header {
        padding-bottom: 30px
    }
}

.interactive-map__info-window__content {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.65em;
    padding-top: 20px;
    padding-right: 16px
}

@media (min-width:1240px) {
    .interactive-map__info-window__content {
        padding-top: 25px
    }
}

.interactive-map__info-window__content p:last-child,
.programme-details__selected-item table tr.actions td ul li:last-child {
    margin: 0
}

.interactive-map__info-window__image {
    overflow: hidden
}

.interactive-map__info-window__actions {
    padding-top: 15px;
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width:1240px) {
    .interactive-map__info-window__actions {
        padding-top: 20px
    }
}

.interactive-map__info-window__actions ul,
.programme-details__selected-item table tr.actions td ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.interactive-map__info-window__actions ul li:nth-child(n+2) {
    margin-top: 15px
}

.interactive-map__info-window__actions ul li .interactive-map__info-window__actions__action--download span.icon,
.interactive-map__info-window__actions ul li span.hsbc-download,
.interactive-map__info-window__actions__action--download .interactive-map__info-window__actions ul li span.icon {
    position: absolute;
    bottom: 19px;
    right: 0
}

.interactive-map__info-window__actions__action {
    display: inline;
    position: relative;
    text-decoration: none;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    padding-left: 27px
}

.interactive-map__info-window__actions__action--internal {
    display: inline-block
}

.interactive-map__info-window__actions__action--internal:hover {
    text-decoration: none;
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0)
}

.interactive-map__info-window__actions__action span.icon {
    font-family: 'hsbc-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #da0011;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 21px;
    font-size: 2.1rem
}

.interactive-map__info-window__actions__action span.text {
    font-weight: 700
}

.interactive-map__info-window__actions__action--external {
    padding-left: 0;
    padding-right: 27px;
    line-height: 21px;
    text-decoration: none !important
}

.interactive-map__info-window__actions__action--external span.icon {
    position: relative;
    top: auto;
    bottom: -3px;
    color: #000
}

.interactive-map__info-window__actions__action--external:hover span.text {
    text-decoration: underline
}

.interactive-map__info-window__actions__action--external:hover span.icon {
    color: #ba000e
}

.interactive-map__info-window__actions__action--download {
    display: block;
    border-bottom: 1px solid #c1c1c1;
    padding-left: 0;
    padding-right: 35px;
    padding-bottom: 15px
}

.interactive-map__info-window__actions__action--download span.icon {
    left: auto;
    right: 0;
    color: #000
}

.interactive-map__info-window__actions__action--download:hover span.text {
    text-decoration: underline
}

.interactive-map__info-window--fact .interactive-map__info-window__header {
    border-bottom: 0;
    padding-bottom: 13px
}

@media (min-width:1240px) {
    .interactive-map__info-window--fact .interactive-map__info-window__header {
        padding-bottom: 20px
    }
}

.interactive-map__info-window--fact .interactive-map__info-window__header__content__numeric {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 75px;
    font-size: 7.5rem;
    font-weight: 100;
    line-height: .8
}

@media (min-width:768px) {
    .interactive-map__info-window--fact .interactive-map__info-window__header__content__numeric--small-fs {
        font-size: 50px;
        font-size: 5rem
    }
}

@media (max-width:767px) {
    .interactive-map__info-window--fact .interactive-map__info-window__header__content__numeric--small-fs {
        font-size: 50px;
        font-size: 5rem;
        margin-bottom: 2px;
        margin-left: -5px;
        letter-spacing: 2.5px
    }
}

.interactive-map__info-window--fact .interactive-map__info-window__header__content__complementary-data {
    display: block;
    text-transform: uppercase;
    margin-top: 22px;
    line-height: 22px
}

@media (min-width:1240px) {
    .interactive-map__info-window--fact .interactive-map__info-window__header__content__complementary-data {
        margin-top: 26px
    }
}

.interactive-map__info-window--fact .interactive-map__info-window__content {
    padding: 0 16px 0 0
}

.interactive-map__info-window--fixed {
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    pointer-events: auto;
    -ms-scrollbar-track-color: #dfe2e4;
    -ms-scrollbar-arrow-color: #dfe2e4;
    -ms-scrollbar-face-color: #353535
}

.interactive-map__info-window--fixed ::-webkit-scrollbar {
    width: 8px
}

.interactive-map__info-window--fixed::-webkit-scrollbar-button {
    display: none
}

.interactive-map__info-window--fixed ::-webkit-scrollbar-track {
    margin-top: 24px;
    background: #dfe2e4;
    border-radius: 10px
}

.interactive-map__info-window--fixed ::-webkit-scrollbar-thumb {
    height: 77px;
    background: #353535;
    border-radius: 10px
}

.interactive-map__info-window--fixed .interactive-map__info-window__header {
    padding: 40px 0 25px;
    margin-left: 40px;
    margin-right: 40px
}

@media (min-width:1240px) {
    .interactive-map__info-window--fixed .interactive-map__info-window__header {
        padding-bottom: 30px
    }
}

.interactive-map__info-window--fixed .interactive-map__info-window__content {
    position: relative;
    overflow-y: auto;
    margin: 0 40px 40px
}

.interactive-map__info-window--fixed .interactive-map__info-window__content.overflown>:last-child {
    padding-bottom: 33px
}

.interactive-map__info-window--fixed .interactive-map__info-window__content__scroll-gradient {
    display: none;
    position: absolute;
    bottom: 40px;
    height: 65px;
    width: calc(100% - 40px - 16px);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(transparent, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    pointer-events: none
}

.interactive-map__controls_instructions {
    visibility: hidden;
    position: absolute;
    top: 30%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}

.interactive-map__controls_instructions--fade-in {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear
}

.interactive-map__controls_instructions--fade-out {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 700ms, opacity 700ms linear;
    transition: visibility 0s 700ms, opacity 700ms linear
}

.interactive-map__controls_instructions p {
    background-color: #fff;
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px
}

.interactive-map__map-mobile-sr {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 1px
}

.interactive-map-tabs__list__item a.active::after,
.interactive-map-tabs__list__item a:hover::after,
.interactive-map__map-mobile-sr .sr-only-max-screen-md-max {
    width: 100%
}

.interactive-map__map-mobile-sr .sr-only-max-screen-md-max p {
    position: absolute;
    top: 0;
    width: 100%
}

.interactive-map-tabs {
    border-top: 1px solid #ebeef0;
    position: relative
}

.interactive-map-tabs::after,
.interactive-map-tabs::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1000;
    pointer-events: none;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)
}

.interactive-map-tabs::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%)
}

.interactive-map-tabs::after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%)
}

.interactive-map-tabs--leftmost::before,
.interactive-map-tabs--rightmost::after {
    opacity: 0
}

.interactive-map-tabs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto
}

.interactive-map-tabs__list--centered {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.interactive-map-tabs__list::-webkit-scrollbar {
    height: 0
}

@media (min-width:1240px) {
    .interactive-map-tabs__list::-webkit-scrollbar-button {
        display: none
    }

    .interactive-map-tabs__list::-webkit-scrollbar {
        height: 5px
    }

    .interactive-map-tabs__list::-webkit-scrollbar-track {
        background: #dfe2e4
    }

    .interactive-map-tabs__list::-webkit-scrollbar-thumb {
        background: #353535;
        border-radius: 2.5px
    }
}

@media (min-width:768px) {
    .interactive-map-tabs__list {
        padding: 0 35px
    }
}

@media (min-width:1240px) {
    .interactive-map-tabs__list {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px
    }
}

.interactive-map-tabs__list__item {
    font-size: 18px;
    font-size: 1.8rem;
    border: 0;
    font-weight: 400;
    line-height: 1.65;
    padding: 0 30px 0 0;
    vertical-align: bottom;
    text-align: left;
    position: relative;
    white-space: nowrap
}

@media (min-width:768px) {
    .interactive-map-tabs__list__item {
        font-size: 22px;
        font-size: 2.2rem
    }
}

.interactive-map-tabs__list__item:last-child {
    padding-right: 0
}

@media (min-width:768px) {
    .interactive-map-tabs__list__item:last-child {
        padding-right: 35px
    }
}

@media (min-width:1240px) {
    .interactive-map-tabs__list__item:last-child {
        padding-right: 15px
    }
}

.interactive-map-tabs__list__item a {
    position: relative;
    text-decoration: none;
    color: #6a6a6a;
    display: block;
    padding: 20px 0
}

@media (min-width:768px) {
    .interactive-map-tabs__list__item a {
        padding: 24px 0
    }
}

.interactive-map-tabs__list__item a::after {
    background-color: #da0011;
    bottom: 0;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: width .15s cubic-bezier(.47, 0, .745, .715);
    transition: width .15s cubic-bezier(.47, 0, .745, .715);
    width: 0
}

.interactive-map-tabs__list__item a.active,
.interactive-map-tabs__list__item a:hover {
    color: #000
}

.full-bleed-sublayout .interactive-map-tabs__list {
    padding: 0 33px
}

.full-bleed-sublayout .interactive-map-tabs__list__item:last-child {
    padding-right: 33px
}

.contact-image-left-teaser {
    display: block;
    padding-right: 33px;
    padding-left: 33px
}

.contact-image-left-teaser__inner {
    display: block;
    margin: 0 auto;
    padding: 56px 0 57px;
    position: relative
}

.contact-image-left-teaser__inner::before {
    background-color: rgba(0, 0, 0, .15);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.contact-image-left-teaser:focus,
.contact-image-left-teaser:hover {
    background: #ebeef0;
    text-decoration: none
}

.contact-image-left-teaser__image {
    margin-bottom: 29px;
    width: 100%
}

.contact-image-left-teaser__header {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.11;
    margin: -3px 0 9px
}

@media (min-width:768px) {
    .contact-image-left-teaser__header {
        font-size: 35px;
        font-size: 3.5rem
    }
}

.contact-image-left-teaser__body {
    line-height: 1.5;
    margin-bottom: 0
}

.contact-image-left-teaser__body:last-child {
    margin-bottom: -5px
}

@media (min-width:768px) {
    .contact-image-left-teaser__inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 1170px;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative
    }

    .contact-image-left-teaser:focus,
    .contact-image-left-teaser:hover {
        background: #ebeef0;
        text-decoration: none
    }

    .contact-image-left-teaser__image {
        margin: 0 50px 0 0;
        max-width: 222px;
        opacity: 1;
        width: auto
    }

    .contact-image-left-teaser__text::before {
        background: #000;
        bottom: 50px;
        content: "";
        position: absolute;
        top: 50px;
        width: 1px
    }

    .contact-image-left-teaser__text--no-image::before {
        width: 0
    }

    .contact-image-left-teaser__body,
    .contact-image-left-teaser__header {
        margin-left: 50px
    }

    .contact-image-left-teaser__body--no-image,
    .contact-image-left-teaser__header--no-image {
        margin-left: 0
    }

    .contact-image-left-teaser__header {
        margin-bottom: 15px
    }

    .contact-image-left-teaser__body {
        line-height: 1.67
    }
}

.contact-large-image-teaser {
    display: block
}

.contact-large-image-teaser__inner {
    display: block;
    padding: 0 0 33px;
    position: relative;
    text-align: center
}

.contact-large-image-teaser__image {
    margin-bottom: 30px;
    width: 100%
}

.contact-large-image-teaser__header {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 300;
    margin-top: -5px
}

.contact-large-image-teaser__body {
    font-weight: 300;
    margin-top: -5px;
    margin-bottom: -5px
}

.contact-large-image-teaser:focus,
.contact-large-image-teaser:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .contact-large-image-teaser__inner {
        padding: 0 0 54px
    }

    .contact-large-image-teaser__image {
        margin-bottom: 60px
    }

    .contact-large-image-teaser__header {
        font-size: 35px;
        font-size: 3.5rem;
        margin-top: -5px;
        margin-bottom: 12px
    }
}

.contact-title-image-left__text .contact-title-image-left__header {
    font-weight: 200;
    margin: -6px 0 30px
}

@media (max-width:767px) {
    .contact-title-image-left {
        border-bottom: 1px solid rgba(0, 0, 0, .15)
    }

    .contact-title-image-left .contact-title-image-left__image {
        margin: 0 -33px;
        width: calc(100% + 66px)
    }

    .contact-title-image-left__text {
        padding: 45px 0 32px
    }

    .contact-title-image-left__text .contact-title-image-left__header {
        line-height: 1.19
    }

    .contact-title-image-left__text .contact-title-image-left__body {
        line-height: 1.5
    }

    .contact-title-image-left__text .contact-title-image-left__body:nth-of-type(1) {
        margin-top: -10px
    }

    .contact-title-image-left__text .contact-title-image-left__body:last-child {
        margin: 0
    }
}

@media (min-width:768px) {
    .contact-title-image-left-container {
        background: #ebeef0
    }

    .contact-title-image-left {
        padding: 90px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .contact-title-image-left .contact-title-image-left__image {
        margin-right: 50px;
        max-width: 222px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .contact-title-image-left__text .contact-title-image-left__header {
        line-height: 1.31;
        margin-bottom: 12px
    }

    .contact-title-image-left__text .contact-title-image-left__body {
        line-height: 1.67
    }
}

.directors-index__header {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-top: -11px;
    margin-bottom: 35px
}

.directors-index__heading {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 200;
    line-height: 1.58;
    margin: 0 0 27px
}

.directors-index__entries {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.directors-index__item {
    background-color: #fff;
    font-weight: 300;
    margin: 0 auto 55px
}

.directors-index__item--quote {
    margin: 84px auto 80px;
    background-color: transparent
}

.directors-index__item a.contact-large-image-teaser {
    height: 100%
}

.directors-index__load-more {
    padding: 18px 27px;
    background-color: #dfe2e4;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0
}

.quick-links {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-in-out;
    transition: max-height .2s ease-in-out
}

.quick-links__list {
    font-size: 14px;
    font-size: 1.4rem;
    list-style: none;
    padding-left: 0;
    margin-bottom: 38px;
    line-height: 1.2;
    font-weight: 600
}

.quick-links__item {
    padding: 17px 0
}

.quick-links__item:first-child {
    padding-top: 0
}

.quick-links__button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.26;
    padding: 0;
    margin-top: -10px;
    margin-bottom: 7px;
    width: 100%
}

@media (min-width:768px) {
    .quick-links__button {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.quick-links__button [class^=hsbc] {
    margin-left: auto;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.quick-links__button[aria-expanded=true] [class^=hsbc] {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.quick-links__link {
    display: block
}

@media (min-width:768px) {

    .directors-index__entries,
    .directors-index__header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .directors-index__entries {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .directors-index__header {
        margin-top: -17px;
        margin-bottom: 70px
    }

    .directors-index__heading {
        display: inline-block;
        font-size: 45px;
        font-size: 4.5rem;
        margin-bottom: 38px
    }

    .directors-index__item {
        background-color: #fff;
        max-width: 47.8632%;
        margin-left: 0;
        margin-right: 0
    }

    .directors-index__item:nth-child(odd) {
        margin-right: auto
    }

    .directors-index__item:nth-child(even) {
        margin-left: auto
    }

    .directors-index__item--quote {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
        margin-top: 0;
        padding-left: 8%;
        padding-right: 3%
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .directors-index__item--quote {
        padding-left: 4%
    }
}

@media (min-width:768px) {
    .directors-index__item--quote .pull-quote {
        font-size: 35px;
        font-size: 3.5rem;
        margin-bottom: 55px
    }

    .directors-index .pull-quote__quote {
        overflow-wrap: break-word
    }

    .quick-links__list {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 70px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .quick-links__item {
        width: 25%;
        float: left;
        line-height: 1.2;
        padding: 14px 32px 14px 0
    }

    .quick-links__item:nth-child(-n+4) {
        padding-top: 0;
        margin-top: -3px
    }

    .quick-links__button {
        font-size: 18px;
        font-size: 1.8rem;
        margin-left: auto;
        width: auto
    }

    .quick-links__button [class^=hsbc] {
        margin-left: 15px;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }
}

@media (min-width:992px) {
    .directors-index__item--quote .pull-quote {
        font-size: 45px;
        font-size: 4.5rem
    }
}

@media (min-width:1240px) {
    .directors-index__item--quote .pull-quote {
        font-size: 55px;
        font-size: 5.5rem
    }
}

.employee-index__filter {
    margin-top: -10px
}

.employee-index__results {
    margin-top: 3px
}

.employee-index__noResults {
    font-weight: 200;
    margin-top: 90px;
    margin-bottom: 75px
}

@media (max-width:767px) {
    .employee-index__item:first-child .contact-image-left-teaser__inner {
        padding-top: 45px
    }

    .employee-index__item:first-child .contact-image-left-teaser__inner:before {
        display: none
    }
}

@media (min-width:768px) {
    .employee-index__filter {
        margin-top: -25px
    }

    .employee-index__results {
        margin-top: 60px;
        margin-bottom: 70px
    }

    .employee-index__noResults {
        font-weight: 200;
        margin-top: 85px;
        margin-bottom: 70px
    }
}

.meet-other-people__header {
    margin: -5px 0 33px;
    text-align: left;
    font-size: 30px;
    font-size: 3rem
}

.meet-other-people>footer>.btn,
.meet-other-people>footer>.cookie-notification__button,
.popup-notification__buttons .meet-other-people>footer>.popup-notification__button,
.subscription-form-popup__header .meet-other-people>footer>button {
    margin-top: 0;
    width: 100%;
    padding: 22px 0
}

.meet-other-people>.other-people .other-people__item:last-child .contact-image-left-teaser__inner::after {
    display: none
}

@media (max-width:767px) {
    .meet-other-people--senior-management .quick-links__list {
        margin-top: 33px;
        margin-bottom: 3px
    }

    .meet-other-people--senior-management .other-people__item:first-of-type .contact-image-left-teaser__inner {
        padding-top: 33px
    }

    .meet-other-people--senior-management .other-people__item:first-of-type .contact-image-left-teaser__inner::before {
        display: none
    }
}

.meet-other-people .senior-management__header {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-top: -11px;
    margin-bottom: 0
}

.meet-other-people .senior-management__heading {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 200;
    line-height: 1.58;
    margin-top: -11px;
    margin-bottom: 28px
}

.meet-other-people .senior-management__load-more {
    padding: 18px 27px;
    background-color: #dfe2e4;
    font-weight: 600;
    margin-top: 55px
}

.other-people {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.other-people__item {
    overflow: auto;
    margin-left: -33px;
    margin-right: -33px
}

.other-people__item:hover .contact-image-left-teaser__inner::after,
.other-people__item:hover .contact-image-left-teaser__inner::before,
.other-people__item:hover+.other-people__item .contact-image-left-teaser__inner::before {
    display: none
}

.other-people__item--with-quote .contact-image-left-teaser__inner::after,
.other-people__item--with-quote .contact-image-left-teaser__inner::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, .15)
}

.other-people__item--with-quote .contact-image-left-teaser__inner::before {
    top: 0
}

.other-people__item--with-quote .contact-image-left-teaser__inner::after {
    bottom: 0
}

.other-people__item--quote+.other-people__item .contact-image-left-teaser__inner::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, .15)
}

.other-people__item:last-child .contact-image-left-teaser__inner::after,
.other-people__item:last-child .contact-image-left-teaser__inner::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, .15)
}

.other-people__item:last-child .contact-image-left-teaser__inner::before {
    top: 0
}

.other-people__item:last-child .contact-image-left-teaser__inner::after {
    bottom: 0
}

.other-people .pull-quote {
    margin: 75px 33px
}

@media (min-width:768px) {
    .meet-other-people {
        position: relative
    }

    .meet-other-people__header {
        margin-top: -6px;
        margin-bottom: 40px;
        font-size: 45px;
        font-size: 4.5rem
    }

    .meet-other-people>header {
        margin-bottom: 10px
    }

    .meet-other-people>header>.btn,
    .meet-other-people>header>.cookie-notification__button,
    .popup-notification__buttons .meet-other-people>header>.popup-notification__button,
    .subscription-form-popup__header .meet-other-people>header>button {
        padding: 19px 50px
    }

    .meet-other-people .senior-management__header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: -17px;
        margin-bottom: 20px
    }

    .meet-other-people .senior-management__header .quick-links__button {
        margin-bottom: 20px
    }

    .meet-other-people .senior-management__heading {
        font-size: 45px;
        font-size: 4.5rem;
        margin-top: -17px;
        margin-bottom: 30px
    }

    .meet-other-people .senior-management__load-more {
        margin-top: 70px
    }

    .meet-other-people--senior-management .quick-links__list {
        margin-top: 50px;
        margin-bottom: 30px
    }

    .meet-other-people~.social-bar {
        margin-top: 90px
    }

    .other-people__item:last-child .contact-image-left-teaser__inner::after {
        content: none
    }

    .other-people__item:first-of-type .contact-image-left-teaser__inner::before {
        display: none
    }

    .other-people__item--quote .pull-quote {
        max-width: 889px;
        margin: 115px auto
    }

    .other-people__item--quote .pull-quote__author {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:1170px) {
    .other-people__item {
        margin-left: calc(((100vw - 1170px)/2 + 33px)*-1);
        margin-right: calc(((100vw - 1170px)/2 + 33px)*-1)
    }
}

.breadcrumb-wrapper {
    background-color: #1e1e1e
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    margin: 0 auto;
    padding: 0 33px
}

.breadcrumb:hover {
    color: #6c6c6c
}

.breadcrumb .breadcrumb__item.active {
    color: inherit;
    padding: 20px 0
}

.breadcrumb .breadcrumb__item.active:hover {
    color: #fff
}

.breadcrumb,
.breadcrumb .breadcrumb__item+.breadcrumb__item::before {
    display: none
}

.breadcrumb .breadcrumb__item {
    display: inline;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5
}

.breadcrumb .breadcrumb__item .breadcrumb__separator::before {
    font-family: 'hsbc-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: .8em;
    padding: 0 18px;
    color: #ccc
}

.breadcrumb .breadcrumb__item:first-child .breadcrumb__separator::before {
    display: none
}

.breadcrumb .breadcrumb__link {
    color: inherit;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.breadcrumb .breadcrumb__link:hover {
    color: #fff;
    text-decoration: none
}

.breadcrumb .breadcrumb__link:focus {
    text-decoration: none
}

@media (min-width:768px) {
    .breadcrumb {
        display: block;
        padding: 12px 35px
    }
}

@media (min-width:1240px) {
    .breadcrumb {
        max-width: 1240px
    }
}

.footer-legal,
.footer-nav,
.footer-social {
    text-align: center;
    margin: 0
}

.footer-legal__item,
.footer-nav__item {
    display: block
}

.footer-legal__item__icp,
.footer-nav__item__icp,
.footer-social__item__icp {
    display: inline-table;
    text-align: left
}

.footer-legal__item__icp .image-icp,
.footer-nav__item__icp .image-icp,
.footer-social__item__icp .image-icp {
    margin-right: 5px
}

.footer-legal__link,
.footer-nav__link,
.footer-social__link {
    display: block;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.footer-legal__link,
.footer-social__link {
    color: inherit
}

.footer-legal__link:focus,
.footer-legal__link:hover,
.footer-nav__link:focus,
.footer-nav__link:hover,
.footer-social__link:focus,
.footer-social__link:hover,
.nav__wrapper a:focus,
.nav__wrapper a:hover {
    text-decoration: none
}

.footer-legal,
.footer-nav {
    color: #fff
}

.footer-legal:hover,
.footer-nav:hover {
    color: #a8a8a8
}

.footer-legal__link:focus,
.footer-legal__link:hover,
.footer-nav__link:focus,
.footer-nav__link:hover,
.footer-social__link:focus,
.footer-social__link:hover {
    color: #fff
}

.footer-legal,
.footer-social {
    background-color: #151515
}

.footer-nav {
    background-color: #1e1e1e;
    padding: 38px 0
}

.footer-nav__link {
    color: inherit;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 200;
    line-height: 2.6
}

.footer-nav__link:before {
    margin-right: 10px
}

.footer-nav.font-size-smaller>.footer-nav__item>.footer-nav__link {
    font-size: 19px;
    font-size: 1.9rem
}

.footer-social {
    color: #a8a8a8;
    padding: 40px 16px 10px
}

@supports (display:flex) {
    .footer-social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-social__item {
    display: inline-block;
    margin: 9px 7px
}

.footer-social__link {
    height: 1em;
    font-size: 72px;
    width: 1em
}

.footer-social :not([class]) {
    font-family: 'hsbc-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    border: 1px solid currentColor;
    height: 1em;
    width: 1em
}

.footer-social :not([class]),
.footer-social [class^=hsbc-],
.footer-social [class^=roying-] {
    display: block;
    font-size: inherit
}

@media (max-width:767px) and (orientation:portrait) {
    .footer-social {
        display: block;
        padding-left: calc(50% - 160px);
        padding-right: calc(50% - 160px)
    }
}

.footer-legal {
    padding: 16px 39px 39px
}

.footer-legal__copyright,
.footer-legal__link {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 3.33;
    letter-spacing: 1.2px
}

.footer-legal__link {
    font-weight: 300
}

.footer-legal__copyright {
    color: #a8a8a8;
    font-weight: 200
}

@media (min-width:768px) {

    .footer-legal:hover,
    .footer-nav:hover {
        color: #858585
    }

    .footer-legal__item,
    .footer-nav__item {
        display: inline-block
    }

    .footer-legal__item__icp>.footer-legal__link,
    .footer-nav__item__icp>.footer-legal__link {
        line-height: 2
    }

    .footer-nav {
        padding: 24px 4px;
        position: relative
    }

    .footer-nav::after {
        bottom: 0;
        content: '';
        background-color: rgba(243, 245, 246, .1);
        height: 1px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: calc(100% - 70px);
        max-width: 1170px
    }

    .footer-nav__link {
        font-weight: 300;
        line-height: 3.29;
        margin: 0 24px
    }

    .footer-social {
        background-color: #1e1e1e;
        padding: 25px;
        color: #858585
    }

    .footer-social__item {
        margin: 12px 9px
    }

    .footer-social__item span[class*=" hsbc-"]:hover,
    .footer-social__item span[class^=hsbc-]:hover,
    .footer-social__item span[class^=roying-]:hover {
        color: #fff
    }

    .footer-social__link {
        font-size: 48px
    }

    .footer-legal {
        padding: 25px 15px
    }

    .footer-legal__link {
        margin: 0 8px;
        font-weight: 300
    }

    .footer-legal__copyright {
        margin: 0 8px;
        color: #cfcfcf;
        font-weight: 200
    }
}

.header {
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-family: UniversNext, "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1001
}

.header:after,
.header:before {
    content: " ";
    display: table
}

.header:after {
    clear: both
}

.header.fixed {
    position: fixed
}

.header.frozen {
    position: absolute
}

.header__shell {
    -webkit-transition: height .25s;
    transition: height .25s
}

.header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    margin: 0 auto;
    padding: 0 33px;
    width: 100%
}

.header__content::before {
    background: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.logo {
    display: block;
    height: 20px;
    margin: auto
}

.logo img {
    display: block;
    height: 100%;
    margin-left: 0;

}

@media (min-width:768px) {
    .logo img {
        height: 100%;


    }
}

.logo,
.submenu,
.utility-nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    z-index: 1003
}

.submenu .submenu__link:not(.submenu__search) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: none
}

.submenu .submenu__link:not(.submenu__search):focus,
.submenu .submenu__link:not(.submenu__search):hover {
    text-decoration: none
}

.submenu .submenu__search {
    vertical-align: middle
}

.header-search {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    z-index: 1003
}

.header-search__button {
    position: relative;
    background: 0 0;
    border: 0;
    color: #000;
    display: block;
    line-height: 1;
    padding: 0
}

.header-search__button:focus::-moz-focus-inner {
    border: dotted 1px #000;
    padding: 1px
}

.nav__button {
    background: 0 0;
    border: 0;
    display: block;
    font-size: 18px;
    padding: 0;
    position: relative;
    z-index: 1003;
    line-height: 1
}

.nav__wrapper {
    background-color: #1e1e1e;
    color: #fff;
    display: none;
    font-weight: 200;
    left: 0;
    height: calc(100vh - 71px);
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.nav__wrapper--lifted {
    display: block;
    -webkit-transition: opacity .13s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .13s ease-in-out;
    transition: transform .25s ease-in-out, opacity .13s ease-in-out, -webkit-transform .25s ease-in-out
}

.nav__wrapper--open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.nav__wrapper a {
    color: inherit
}

.nav__wrapper [data-nav=anim],
.nav__wrapper [data-nav=nav] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.nav__wrapper.animating [data-nav=anim],
.nav__wrapper.animating [data-nav=nav] {
    -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.nav__wrapper.next [data-nav=nav] {
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.nav__wrapper.next [data-nav=nav].animate {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.nav__wrapper.next [data-nav=anim] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.nav__wrapper.next [data-nav=anim].animate,
.nav__wrapper.prev [data-nav=nav].animate {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.nav__wrapper.prev [data-nav=anim] {
    position: absolute;
    top: 0
}

.nav__wrapper.prev [data-nav=nav] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.nav__wrapper.prev [data-nav=anim] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.nav__wrapper.prev [data-nav=anim].animate {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.nav,
.nav__wrapper>.nav__submenu {
    display: inline-block;
    padding: 23px 28px 46px;
    width: 100%
}

.nav__item {
    display: block
}

.nav__item.nav__item {
    margin-bottom: 0
}

@media (min-width:768px) {
    .nav__item.submenu__link {
        display: none
    }
}

.nav__back .nav__link [class^=hsbc-],
.nav__item>.nav__link [class^=hsbc-] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

.nav__back {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300
}

.nav__back .nav__link {
    padding-left: 43px
}

.nav__back .nav__link [class^=hsbc-] {
    left: 0
}

.nav__back .nav__link span:nth-of-type(2) {
    font-size: 18px;
    font-size: 1.8rem
}

.nav__back~.nav__item {
    margin-left: 43px
}

.nav__back~.nav__item.nav--subview-open {
    margin-left: 0
}

.nav__current {
    font-weight: 600
}

.nav__item>.nav__link [class^=hsbc-] {
    right: 0
}

.nav__link {
    border-bottom: 1px solid #494949;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    padding: 20px 30px 20px 0;
    position: relative
}

.nav__link:hover {
    text-decoration: none
}

.nav__submenu {
    display: none;
    padding-left: 0
}

.nav__submenu>.nav__back {
    margin-left: 0
}

.highlight,
.nav.nav--subview .nav__item,
.nav.nav--subview .nav__item.nav--subview-open>.nav__link,
.nav.nav--subview .nav__item.nav--subview>.nav__link,
.nav__close,
.promo {
    display: none
}

.nav.nav--subview .nav__item.nav--subview,
.nav.nav--subview .nav__item.nav--subview .nav__submenu,
.nav.nav--subview .nav__item.nav--subview-open,
.nav.nav--subview .nav__item.nav--subview-open>.nav-group>.nav-group__inner>.nav__submenu,
.nav.nav--subview .nav__item.nav--subview-open>.nav-group>.nav-group__inner>.nav__submenu>.nav__item,
.nav.nav--subview .nav__item.nav--subview-open>.nav__submenu,
.nav.nav--subview .nav__item.nav--subview-open>.nav__submenu>.nav__item {
    display: block
}

@media (max-width:767px) {
    .nav-group__inner {
        min-height: 0 !important
    }

    .nav-group__inner>.nav__submenu>.nav__item>.nav__submenu>.nav__item.nav__item--overview,
    [data-nav=anim]>.nav__item.nav__item--overview {
        display: none
    }
}

@media (min-width:768px) {
    .header {
        border-bottom: none;
        -webkit-box-shadow: 1px 0 0 1px rgba(0, 0, 0, .15);
        box-shadow: 1px 0 0 1px rgba(0, 0, 0, .15)
    }

    .header__content {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid rgba(51, 51, 51, .08);
        height: auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 60px 35px 0;
        padding: 0;
        width: calc(100% - 70px)
    }

    .header__content::before {
        content: none
    }

    .logo {
        height: 20px;
        left: 35px;
        margin: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        position: absolute;
        top: 20px;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .submenu,
    .utility-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .submenu {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: .01666666667em;
        line-height: 1;
        -webkit-box-ordinal-group: initial;
        -webkit-order: initial;
        -ms-flex-order: initial;
        order: initial;
        position: absolute;
        right: -19px;
        top: -64px;
        z-index: auto
    }

    .submenu .submenu__link {
        padding: 6px 19px;
        text-align: center;
        white-space: nowrap;
        -webkit-transition: color .2s ease;
        transition: color .2s ease
    }

    .submenu .submenu__link+.submenu__link {
        border-left: 1px solid rgba(30, 30, 30, .08)
    }

    .submenu .submenu__link:not(.submenu__search) {
        display: inline-block
    }

    .submenu .submenu__search {
        display: inline-block;
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:768px) and (max-width:1109px) {
    .submenu {
        display: block;
        white-space: nowrap
    }

    .submenu:hover .submenu__link {
        color: #949494
    }

    .submenu:hover .submenu__link:hover {
        color: #000
    }
}

@media (min-width:768px) {
    .nav__button {
        display: none;
        position: static;
        z-index: auto
    }

    .header [role=navigation] {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 636px
    }

    .nav__wrapper {
        background-color: #fff;
        color: #000;
        display: block;
        height: auto;
        left: auto;
        opacity: 1;
        overflow: visible;
        position: static;
        text-align: left;
        top: auto;
        -webkit-transform: none;
        transform: none
    }

    .nav__wrapper [data-nav=anim],
    .nav__wrapper [data-nav=nav] {
        -webkit-backface-visibility: initial;
        backface-visibility: initial
    }

    .nav,
    .nav__wrapper>.nav__submenu {
        display: block;
        padding: 0
    }

    .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0
    }

    .nav:not(.nav--group-hover):hover {
        color: #949494
    }

    .nav:not(.nav--group-hover):hover .nav__item:hover {
        color: #000
    }

    .nav__item {
        display: inline-block;
        -webkit-transition: color .2s ease;
        transition: color .2s ease
    }

    .nav__item--active>.nav-group,
    .nav__item--active>.nav-group>.nav-group__inner>.nav__submenu {
        display: block
    }

    .nav__item--active>.nav-group ul.nav__submenu li:nth-child(3) a {
        width: 85%
    }

    .nav-group__inner>.nav__submenu>.nav__item.nav__item--overview,
    .nav__back .nav__link [class^=hsbc-],
    .nav__item.nav__back.nav__back,
    .nav__item.nav__current.nav__current,
    .nav__item>.nav__link [class^=hsbc-] {
        display: none
    }

    .nav__back~.nav__item {
        margin-left: 0
    }

    .nav__link {
        border-bottom: none;
        display: inline-block;
        font-weight: 300;
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 3.29;
        margin: 0;
        padding: 0
    }

    .nav>.nav__item>.nav__link::after {
        background-color: #767676;
        bottom: 0;
        content: '';
        height: 5px;
        left: 0;
        position: absolute;
        top: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: width .15s cubic-bezier(.47, 0, .745, .715);
        transition: width .15s cubic-bezier(.47, 0, .745, .715);
        width: 0
    }

    .nav>.nav__item--current>.nav__link::after {
        background-color: #da0011
    }

    .nav>.nav__item--active>.nav__link::after,
    .nav>.nav__item--current>.nav__link::after,
    .no-touchevents .nav>.nav__item:focus>.nav__link::after,
    .no-touchevents .nav>.nav__item>.nav__link:focus::after {
        width: 100%
    }

    .nav.font-size-smaller>.nav__item>.nav__link {
        font-size: 19px;
        font-size: 1.9rem
    }

    .nav-group {
        background: #1e1e1e;
        color: #fff;
        display: none;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1001;
        overflow-y: auto;
        -ms-overflow-style: auto
    }

    .nav-group__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 auto;
        max-width: 1240px;
        padding: 0 20px;
        position: relative
    }

    .nav-group .highlight {
        width: 33.33333%
    }

    .nav-group .highlight,
    .nav-group .nav__submenu,
    .nav-group .promo {
        margin: 50px 0;
        padding: 0 15px
    }

    .nav-group .nav__submenu {
        width: 33.33333%
    }

    .nav-group .highlight,
    .nav-group .promo {
        display: block
    }

    .nav-group .highlight>a:hover,
    .nav-group .promo>a:hover {
        display: block;
        text-decoration: none
    }

    .nav-group .nav__submenu,
    .nav-group .promo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .nav-group .nav__submenu:hover>.nav__item {
        color: #6c6c6c
    }

    .nav-group .nav__submenu>.nav__item:hover,
    .nav-group .nav__submenu>.nav__item>.nav__link:focus {
        color: #fff;
        text-decoration: none
    }

    .nav-group .nav__item {
        display: block
    }

    .nav-group .nav__item>.nav__link {
        -webkit-transition: color .2s ease;
        transition: color .2s ease
    }

    .nav-group .nav__item--active>.nav__submenu {
        background-color: #1e1e1e;
        bottom: 0;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1001
    }

    .nav-group .nav__item--active>.nav__link {
        color: #fff
    }

    .nav-group .nav__item>.nav__link:not(:only-child) span:first-child {
        display: inline-block;
        -webkit-transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease
    }

    .nav-group .nav__item--active>.nav__link:not(:only-child) span:first-child,
    .nav-group .nav__item:focus>.nav__link:not(:only-child) span:first-child,
    .nav-group .nav__item:hover>.nav__link:not(:only-child) span:first-child,
    .nav-group .nav__item>.nav__link:not(:only-child):focus span:first-child {
        -webkit-transform: translate3d(28px, 0, 0);
        transform: translate3d(28px, 0, 0)
    }

    .nav-group .nav__link {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 1.2;
        margin: 0 0 10px;
        padding: 0 30px 10px 0;
        -webkit-transition: color .2s ease;
        transition: color .2s ease
    }

    .nav-group .nav__link:focus,
    .nav-group .nav__link:hover {
        color: #fff
    }

    .nav-group .highlight {
        line-height: 1.8
    }

    .nav-group .highlight__heading {
        display: block;
        font-weight: 200;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.2;
        margin: 0 0 25px
    }

    .nav-group .highlight__text {
        color: #929292;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 300;
        margin-bottom: 27px
    }

    .nav-group .highlight__link {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 600;
        -webkit-transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease
    }

    .nav-group .highlight__link>[class^=hsbc-] {
        font-size: 1em;
        margin-right: .5em;
        position: relative;
        top: -2px;
        vertical-align: middle
    }

    .nav-group .highlight__link:hover {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    .nav-group .promo {
        width: 27.455%
    }

    .nav-group .promo__image {
        height: auto;
        width: 100%;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

    .nav-group .promo__image-wrapper {
        background: #000
    }

    .nav-group .promo:hover .promo__image {
        opacity: .9;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }

    .nav-group .promo__kicker {
        display: block;
        color: #929292;
        font-weight: 300;
        font-size: 10px;
        font-size: 1rem;
        letter-spacing: 2px;
        line-height: 1.2;
        margin: 30px 0 20px;
        text-transform: uppercase
    }

    .nav-group .promo__heading {
        display: block;
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 200;
        line-height: 1.2;
        margin: 0
    }

    .nav__close {
        background: 0 0;
        border: 0;
        display: block;
        font-size: 20px;
        line-height: 1;
        padding: 0;
        position: absolute;
        right: 35px;
        top: 50px;
        z-index: 1002
    }

    .nav__close [class^=hsbc-] {
        font-size: inherit
    }
}

@media (min-width:1110px) {
    .header__content {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0 35px;
        width: 100%
    }

    .logo,
    .submenu {
        left: auto;
        position: static;
        top: auto
    }

    .logo {
        height: 52px;
        margin: 0
    }

    .utility-nav:hover .submenu__link:hover {
        color: #000
    }

    .utility-nav:hover .header-search__button [class^=hsbc-],
    .utility-nav:hover .submenu__link {
        color: #949494
    }

    .utility-nav:hover .header-search__button:hover [class^=hsbc-] {
        color: #da0011
    }

    .submenu {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
        right: auto;
        margin: 0 19px 0 auto;
        -webkit-transform: none;
        transform: none
    }

    .submenu.font-size-smaller {
        font-size: 15px;
        font-size: 1.5rem
    }

    .submenu .submenu__link {
        border-right: 1px solid #d2d2d2
    }

    .submenu .submenu__link+.submenu__link {
        border-left: 0
    }

    .submenu .submenu__link:after {
        top: 60px
    }

    .compressed .submenu .submenu__link:after {
        top: 46px
    }

    .header-search__button {
        top: 4px
    }

    .header-search--open .header-search__close {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        display: inline
    }

    .header-search--open .header-search__button {
        top: 0
    }

    .header [role=navigation] {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 0 auto;
        max-width: none;
        width: auto
    }

    .header [role=navigation]::before {
        content: none
    }

    .nav {
        display: block;
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
        justify-content: initial
    }

    .nav__link {
        line-height: 1;
        font-size: 21px;
        font-size: 2.1rem;
        margin: 0 14px;
        padding: 38px 0;
        -webkit-transition: padding .25s ease-in-out;
        transition: padding .25s ease-in-out
    }

    .nav-group .nav.font-size-smaller>.nav__item>.nav__link,
    .nav.font-size-smaller>.nav__item>.nav__link {
        font-size: 19px;
        font-size: 1.9rem
    }

    .compressed .nav>.nav__item>.nav__link {
        padding: 25px 0
    }

    .nav__submenu .nav__link {
        font-weight: 200;
        margin-bottom: 20px
    }

    .nav-group__inner {
        padding: 0 20px
    }

    .nav-group .nav__link {
        font-size: 21px;
        font-size: 2.1rem
    }

    .nav-group .highlight {
        font-size: 16px;
        font-size: 1.6rem
    }

    .nav-group .highlight__heading {
        font-size: 45px;
        font-size: 4.5rem;
        margin-bottom: 20px
    }

    .nav-group .highlight__text {
        color: #fff;
        line-height: 2;
        margin-bottom: 25px
    }

    .nav-group .highlight__link {
        font-size: 16px;
        font-size: 1.6rem
    }

    .nav-group .promo__kicker {
        font-size: 11px;
        font-size: 1.1rem
    }

    .nav-group .promo__heading {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.33
    }

    .nav-group .promo__heading__icon {
        margin-left: 5px
    }

    .nav__close {
        font-size: 31px;
        right: 35px
    }
}

@media (min-width:1240px) {
    .header__content {
        padding: 0 35px;
        max-width: 1240px
    }

    .nav-group__inner {
        padding: 0 20px
    }

    .nav__close {
        right: 35px
    }
}

body.scroll-disabled {
    overflow: hidden;
    -ms-overflow-style: none
}

.sidenav {
    background-color: #ebeef0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.29;
    overflow: hidden;
    padding: 0;
    margin-bottom: 45px
}

@media (min-width:768px) {
    .sidenav {
        font-size: 21px;
        font-size: 2.1rem
    }
}

.sidenav__title {
    border-bottom: 1px solid #d3d6d8;
    font-size: inherit;
    font-weight: 400;
    margin: 0 30px;
    padding: 40px 0;
    display: none
}

.sidenav__list {
    margin: 30px 0;
    padding: 0;
    position: relative
}

.sidenav__item {
    border: #da0011 solid 0;
    display: block;
    margin: 14px 0;
    padding: 0 30px;
    -webkit-transition: border .15s ease-in-out, padding .15s ease-in-out;
    transition: border .15s ease-in-out, padding .15s ease-in-out
}

.sidenav__item--current,
.sidenav__item:hover {
    border-left-width: 6px;
    padding-left: 24px
}

.sidenav__link {
    display: block;
    padding: 10px 0;
    overflow-wrap: break-word
}

.sidenav__link:hover {
    text-decoration: none
}

.sidenav__link[rel=external]:hover::after {
    color: #ba000e;
    -webkit-transition: color .25s ease;
    transition: color .25s ease
}

.sidenav__link[rel=external]::after {
    font-family: 'hsbc-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
    content: "";
    vertical-align: baseline;
    padding-left: 5px
}

@media (min-width:767px) {
    .sidenav {
        margin-left: 30px;
        margin-top: 0;
        margin-bottom: 0
    }

    .sidenav__title {
        display: block
    }
}

@media (max-width:767px) {

    .skip-link--in-page,
    .skip-link--navigation,
    .skip-links {
        display: none !important
    }
}

.skip-links {
    background-color: #1e1e1e;
    -webkit-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
    height: 73px
}

.skip-links:not(.is-visible) {
    height: 0
}

.skip-links:not(.is-visible)>.skip-links__content {
    position: absolute;
    z-index: -1
}

.skip-links__content {
    margin: 0 auto;
    padding: 25px 30px 23px;
    max-width: 1240px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff
}

.skip-links__content__label {
    margin: 0 14px 0 0;
    display: inline;
    font-weight: 600
}

.skip-links__content>ul {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none
}

.download-basket__footer>form,
.skip-links__content>ul>li {
    display: inline
}

.skip-links__content>ul>li>a {
    margin-right: 5px;
    padding: 0 9px 1px;
    color: #fff;
    text-decoration: none
}

.skip-link--in-page,
.skip-link--navigation {
    display: inline-block;
    padding: 0 9px 1px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600
}

.skip-link--in-page:focus,
.skip-link--in-page:hover,
.skip-link--navigation:focus,
.skip-link--navigation:hover {
    text-decoration: none
}

.skip-link--in-page:not(:focus) {
    position: absolute;
    z-index: -1
}

.sidenav .skip-link--in-page {
    margin: 31px 31px 0
}

.sidenav .skip-link--in-page:focus+.sidenav__title {
    padding-top: 25px
}

.skip-link--navigation {
    position: absolute;
    margin-top: 31px;
    margin-left: 15px
}

.skip-link--navigation:not(:focus) {
    top: -200px
}

.skip-link--navigation:focus+.highlight {
    margin-top: 79px
}

.rating {
    background-color: #ebeef0;
    margin: 0 -17px;
    overflow: hidden;
    padding: 30px 33px 35px;
    position: relative
}

.rating__text {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.22;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .rating__text {
        font-size: 30px;
        font-size: 3rem
    }
}

.rating__text:only-child {
    margin: 0
}

.rating__text:not(:only-child) {
    margin-right: 10px;
    margin-top: 15px
}

.rating__buttons {
    margin: 0;
    padding: 0;
    list-style: none
}

.rating__buttons:not(.rating__buttons--half) {
    float: left;
    margin-bottom: 20px;
    width: 100%
}

.rating__item {
    display: block;
    margin-top: 35px;
    width: 100%
}

.rating__button {
    background-color: #fff;
    border-radius: 2px;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 18px 16px 16px;
    text-align: center;
    width: 100%
}

@media (min-width:768px) {
    .rating__button {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.rating__item--half {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    width: 48.56115%
}

.rating__item--half>.rating__button {
    padding: 13px 15px 16px
}

.rating__item--half:nth-child(2n) {
    margin-left: 2.8777%
}

.rating__item--half:nth-child(n+3) {
    margin-top: 20px
}

.rating__item--half [class^=hsbc-] {
    float: left;
    line-height: .8636
}

.rating__close {
    background: 0 0;
    border: 0;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px
}

.rating__close [class^=hsbc-] {
    font-size: 13px
}

.social-bar+.rating,
.social-bar+script+.rating {
    margin-top: 54px
}

@media (max-width:768px) {
    .rating__item:not(.rating__item--half) {
        display: block;
        margin-top: 20px;
        width: 100%
    }
}

@media (min-width:768px) {
    .rating {
        margin: 0;
        padding: 40px 50px
    }

    .rating--extended-padding {
        padding: 60px 50px
    }

    .rating__text {
        line-height: 1.17
    }

    .rating__button {
        line-height: 1;
        padding: 24px 20px 21px
    }

    .rating__button [class^=hsbc-] {
        font-size: 32px;
        line-height: 1.0625
    }

    .rating__item--half .rating__button {
        line-height: 1.8888888889;
        padding: 13px 20px
    }

    .rating__step:nth-child(1) {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .rating__step:nth-child(1) .rating__text {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: auto;
        width: 48%
    }

    .rating__step:nth-child(1) .rating__buttons {
        width: 43%
    }

    .rating__step:nth-child(3) .rating__text {
        margin: 20px 0
    }

    .rating__step[data-step=current]:nth-child(1) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .rating__step:nth-child(2) .rating__item {
        float: left;
        width: 45%
    }

    .rating__step:nth-child(2) .rating__item:nth-child(2n) {
        margin-left: 10%
    }

    .rating__close {
        right: 30px;
        top: 30px
    }

    .social-bar+.rating,
    .social-bar+script+.rating {
        margin-top: 114px
    }
}

@media (min-width:992px) {
    .rating__step:nth-child(2) .rating__item {
        margin-left: 10%;
        width: 26.6667%
    }

    .rating__step:nth-child(2) .rating__item:nth-child(3n-2) {
        margin-left: 0
    }
}

@media (min-width:1240px) {
    .rating__step:nth-child(2) .rating__item {
        width: 17.5%
    }

    .rating__step:nth-child(2) .rating__item:nth-child(3n-2) {
        margin-left: 10%
    }

    .rating__step:nth-child(2) .rating__item:nth-child(4n-3) {
        margin-left: 0
    }
}

.disclaimer-container {
    margin: 50px 0
}

.disclaimer-container--small-gap {
    margin-top: 30px
}

.disclaimer-container--medium-gap {
    margin-top: 60px
}

.disclaimer-container--large-gap {
    margin-top: 90px
}

.disclaimer-button {
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    padding: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700
}

@media (min-width:768px) {
    .disclaimer-button {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.disclaimer-button:not(.collapsed) .hsbc-down-chevron {
    margin-top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hsbc-down-chevron {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-top: -1px;
    margin-left: 10px
}

.disclaimer-info {
    border: 0
}

.well--disclaimer {
    background: 0 0;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.disclaimer__header {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.43;
    margin-top: 30px
}

@media (min-width:768px) {
    .disclaimer__header {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.disclaimer__content {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.67
}

@media (min-width:768px) {
    .disclaimer__content {
        font-size: 14px;
        font-size: 1.4rem
    }

    .disclaimer-container {
        margin: 90px 0
    }

    .disclaimer-container--small-gap {
        margin-top: 30px
    }

    .disclaimer-container--medium-gap {
        margin-top: 60px
    }

    .disclaimer-container--large-gap {
        margin-top: 90px
    }

    .disclaimer-button,
    .hsbc-down-chevron {
        line-height: 1.88
    }

    .hsbc-down-chevron {
        margin-top: 0;
        margin-left: 15px
    }

    .disclaimer__header {
        line-height: 1.56;
        margin-top: 50px
    }

    .disclaimer__content {
        line-height: 1.79
    }

    .disclaimer__content a {
        font-weight: 700
    }
}

.editorial-content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .editorial-content {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.editorial-content--first-paragraph:first-letter {
    float: left;
    font-size: 65px;
    font-size: 6.5rem;
    font-weight: 200;
    line-height: .86;
    letter-spacing: 3px;
    margin-top: 5px;
    margin-left: -5px
}

@media (min-width:768px) {
    .editorial-content--first-paragraph:first-letter {
        font-size: 105px;
        font-size: 10.5rem
    }
}

.editorial-content a,
.editorial-content__link a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none
}

@media (min-width:768px) {

    .editorial-content a,
    .editorial-content__link a {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.editorial-content .hsbc-download,
.editorial-content .hsbc-external-link,
.editorial-content .hsbc-right-chevron,
.editorial-content .interactive-map__info-window__actions__action--download span.icon,
.editorial-content .interactive-map__info-window__actions__action--external span.icon,
.editorial-content .interactive-map__info-window__actions__action--internal span.icon,
.interactive-map__info-window__actions__action--download .editorial-content span.icon,
.interactive-map__info-window__actions__action--external .editorial-content span.icon,
.interactive-map__info-window__actions__action--internal .editorial-content span.icon {
    line-height: 1.5
}

@media (min-width:768px) {
    .editorial-content {
        font-weight: 400;
        line-height: 1.94
    }

    .editorial-content--first-paragraph:first-letter {
        letter-spacing: 5px;
        margin-top: 10px;
        margin-left: -10px
    }

    .editorial-content .hsbc-download,
    .editorial-content .hsbc-external-link,
    .editorial-content .hsbc-right-chevron,
    .editorial-content .interactive-map__info-window__actions__action--download span.icon,
    .editorial-content .interactive-map__info-window__actions__action--external span.icon,
    .editorial-content .interactive-map__info-window__actions__action--internal span.icon,
    .interactive-map__info-window__actions__action--download .editorial-content span.icon,
    .interactive-map__info-window__actions__action--external .editorial-content span.icon,
    .interactive-map__info-window__actions__action--internal .editorial-content span.icon {
        line-height: 1.94
    }
}

.editorial-content__divider {
    background: rgba(51, 51, 51, .15);
    height: 1px;
    margin: 50px 0
}

@media (min-width:768px) {
    .editorial-content__divider {
        margin: 65px 0
    }
}

@media (min-width:768px) and (min-width:768px) {
    .editorial-content__divider--wide {
        margin-right: calc(0px - (2*((100vw - 40px - (10*30px))/12)) - 35px);
        margin-left: calc(0px - (2*((100vw - 40px - (10*30px))/12)) - 35px)
    }
}

@media (min-width:768px) and (min-width:1240px) {
    .editorial-content__divider--wide {
        margin-right: calc(0px - (2*((1130px - (10*30px))/12)) - 60px);
        margin-left: calc(0px - (2*((1130px - (10*30px))/12)) - 60px)
    }
}

.editorial-content__ordered-list {
    list-style-position: outside;
    padding-left: 15px;
    margin-bottom: -13px
}

.editorial-content__ordered-list ol {
    margin-top: 13px;
    padding-left: 20px;
    list-style-type: lower-alpha
}

.editorial-content__ordered-list ol ol {
    list-style-type: lower-roman
}

.editorial-content__ordered-list li,
.editorial-content__unordered-list li {
    margin-bottom: 13px
}

@media (min-width:768px) {
    .editorial-content__ordered-list {
        padding-left: 70px
    }

    .editorial-content__ordered-list ol {
        padding-left: 40px
    }
}

.editorial-content__unordered-list {
    list-style-position: outside;
    margin-bottom: 27px
}

@media (max-width:480px) {
    .editorial-content__unordered-list {
        padding-left: 20px
    }
}

.editorial-content__unordered-list:last-child {
    margin-bottom: 0
}

.editorial-content__unordered-list ul {
    margin-top: 13px;
    padding-left: 20px
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .editorial-content__unordered-list {
        list-style: none
    }

    .editorial-content__unordered-list>li {
        text-indent: -.9em
    }

    .editorial-content__unordered-list>li:before {
        content: '•';
        display: block;
        float: left;
        width: .9em
    }

    .editorial-content__unordered-list>li a,
    .editorial-content__unordered-list>li button {
        text-indent: 0
    }
}

@supports (-webkit-marquee-repetition:infinite) and ((-o-object-fit:fill) or (object-fit:fill)) {
    .editorial-content__unordered-list {
        list-style: none
    }

    .editorial-content__unordered-list>li {
        text-indent: -.9em
    }

    .editorial-content__unordered-list>li:before {
        content: '•';
        display: block;
        float: left;
        width: .9em
    }

    .editorial-content__unordered-list>li a,
    .editorial-content__unordered-list>li button {
        text-indent: 0
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .editorial-content__unordered-list {
            list-style: none
        }

        .editorial-content__unordered-list>li {
            text-indent: -.9em
        }

        .editorial-content__unordered-list>li:before {
            content: '•';
            display: block;
            float: left;
            width: .9em
        }

        .editorial-content__unordered-list>li a,
        .editorial-content__unordered-list>li button {
            text-indent: 0
        }
    }
}

.editorial-content__unordered-list--non-bulleted>li {
    list-style: none
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .editorial-content__unordered-list--non-bulleted>li {
        text-indent: 0
    }

    .editorial-content__unordered-list--non-bulleted>li:before {
        content: ''
    }
}

@supports (-webkit-marquee-repetition:infinite) and ((-o-object-fit:fill) or (object-fit:fill)) {
    .editorial-content__unordered-list--non-bulleted>li {
        text-indent: 0
    }

    .editorial-content__unordered-list--non-bulleted>li:before {
        content: ''
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .editorial-content__unordered-list--non-bulleted>li {
            text-indent: 0
        }

        .editorial-content__unordered-list--non-bulleted>li:before {
            content: ''
        }
    }
}

@media (min-width:768px) {
    .editorial-content__unordered-list {
        padding-left: 70px
    }

    .article-sublayout__content .simple-table .editorial-content__unordered-list {
        padding-left: 20px
    }

    .editorial-content__unordered-list ul {
        padding-left: 40px
    }
}

.glossary-link {
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0
}

.glossary-link>span:first-child {
    border-bottom: 1px solid #ccc
}

.glossary-link:hover>span:first-child {
    text-decoration: none;
    border-bottom: 1px solid #000
}

.glossary-link .hsbc-info {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-left: .33em
}

@media (min-width:768px) {
    .glossary-link .hsbc-info {
        font-size: 22px;
        font-size: 2.2rem
    }
}

.glossary-box {
    position: relative;
    background: #fff;
    padding: 35px;
    right: 0;
    bottom: 0;
    left: 0
}

.glossary-box .glossary-box__top-bar {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.glossary-box .glossary-box__top-bar .glossary-term {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin: -6px 0 -5px
}

@media (min-width:768px) {
    .glossary-box .glossary-box__top-bar .glossary-term {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.glossary-box .glossary-box__top-bar .hsbc-close {
    background: 0 0;
    border: 0
}

.glossary-box .glossary-box__definition,
.glossary-box .glossary-box__definition h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: -4px 0 -5px
}

@media (min-width:768px) {

    .glossary-box .glossary-box__definition,
    .glossary-box .glossary-box__definition h6 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.glossary-box .glossary-box__close {
    position: absolute;
    top: 30px;
    right: 30px;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0
}

.glossary-box .glossary-box__close .hsbc-close {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5
}

@media (max-width:767px) {
    .glossary-box-wrapper {
        -webkit-box-shadow: 0 0 0 100vh transparent;
        box-shadow: 0 0 0 100vh transparent;
        -webkit-transition: -webkit-transform .25s ease-in-out, -webkit-box-shadow .25s ease;
        transition: transform .25s ease-in-out, box-shadow .25s ease;
        transition: transform .25s ease-in-out, box-shadow .25s ease, -webkit-transform .25s ease-in-out, -webkit-box-shadow .25s ease;
        bottom: 0;
        right: 0;
        left: 0;
        position: fixed;
        z-index: 2001;
        display: none;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .glossary-box-wrapper--active {
        -webkit-box-shadow: 0 0 0 100vh rgba(0, 0, 0, .67);
        box-shadow: 0 0 0 100vh rgba(0, 0, 0, .67);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (min-width:768px) {
    .glossary-term .hsbc-info {
        line-height: 1.94
    }

    .glossary-box-wrapper {
        position: absolute;
        -webkit-transform: translate3d(-50%, -100%, 0);
        transform: translate3d(-50%, -100%, 0);
        display: none
    }

    .glossary-box-wrapper--active {
        display: block
    }

    .glossary-box-wrapper.glossary-box-wrapper--right {
        -webkit-transform: translate3d(-20px, -100%, 0);
        transform: translate3d(-20px, -100%, 0)
    }

    .glossary-box-wrapper.glossary-box-wrapper--right>.glossary-box__tail {
        margin-left: 10px
    }

    .glossary-box-wrapper.glossary-box-wrapper--left {
        -webkit-transform: translate3d(calc(-100% + 20px), -100%, 0);
        transform: translate3d(calc(-100% + 20px), -100%, 0)
    }

    .glossary-box-wrapper.glossary-box-wrapper--left>.glossary-box__tail {
        margin-right: 10px
    }

    .glossary-box {
        border-radius: 3px;
        -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
        padding: 30px;
        width: calc((4*(((100vw - 40px - (10*30px))/12))) + (3*30px))
    }

    .glossary-box .glossary-box__top-bar .glossary-term {
        line-height: 1.94;
        margin: -10px 0 -11px
    }

    .glossary-box .glossary-box__definition {
        line-height: 1.88;
        margin: -8px 0 -10px
    }

    .glossary-box .glossary-box__close {
        top: 24px
    }

    .glossary-box .glossary-box__close .hsbc-close {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.94
    }

    .glossary-box__tail {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        position: relative;
        margin: 0 auto
    }
}

@media (min-width:992px) {
    .glossary-box {
        width: calc((4*(((1130px - (10*30px))/12))) + (3*30px))
    }
}

.inline-video {
    position: relative
}

.article-sublayout__content>.inline-video,
.sublayout--content-hero>.inline-video,
.sublayout--content>.inline-video {
    margin: 52px 0 54px
}

.article-sublayout__content>.inline-video:last-child,
.sublayout--content-hero>.inline-video:last-child,
.sublayout--content>.inline-video:last-child {
    margin-bottom: 0
}

.article-sublayout__content .floating-element .inline-video,
.sublayout--content .floating-element .inline-video,
.sublayout--content-hero .floating-element .inline-video {
    margin: 0
}

@media (max-width:767px) {
    .inline-video .video-player {
        margin: 0 -33px 25px
    }
}

@media (min-width:768px) {
    .inline-video .video-player {
        margin-bottom: 34px
    }

    .article-sublayout__content>.inline-video,
    .sublayout--content-hero>.inline-video,
    .sublayout--content>.inline-video {
        margin-top: 83px
    }

    .article-sublayout__content>.inline-video:not(:last-child),
    .sublayout--content-hero>.inline-video:not(:last-child),
    .sublayout--content>.inline-video:not(:last-child) {
        margin-bottom: 89px
    }

    .article-sublayout__content>.inline-video+p,
    .sublayout--content-hero>.inline-video+p,
    .sublayout--content>.inline-video+p {
        margin-top: -32px
    }

    .article-sublayout__content .floating-element .inline-video,
    .sublayout--content .floating-element .inline-video,
    .sublayout--content-hero .floating-element .inline-video {
        margin: 0
    }
}

.link-teaser {
    border-bottom: 1px solid rgba(30, 30, 30, .2);
    padding: 55px 0
}

.link-teaser:first-child {
    padding-top: 0
}

.link-teaser h2 {
    font-weight: 200;
    margin: -4px 0 23px;
    word-wrap: break-word
}

.link-teaser p {
    line-height: 1.53;
    margin-bottom: 20px
}

.link-teaser .link-with-right-chevron {
    margin-bottom: -6px
}

@media (min-width:768px) {
    .link-teaser-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -75px
    }

    .link-teaser {
        border: 0;
        margin-right: 30px;
        padding: 20px 0 90px;
        width: calc((100% - 60px)/3)
    }

    .link-teaser:nth-child(3) {
        margin-right: 0
    }

    .link-teaser h2 {
        line-height: 1.11;
        margin-top: -7px;
        margin-bottom: 54px
    }

    .link-teaser p {
        line-height: 1.67;
        margin-bottom: 12px
    }
}

@media (min-width:992px) {
    .link-teaser {
        margin-right: 100px;
        width: calc((100% - 200px)/3)
    }
}

.link-to-author-page {
    margin-top: 52px;
    margin-bottom: -18px
}

.link-to-author-page__img {
    display: none
}

.link-to-author-page__info-container {
    border-bottom: 1px solid #dfe2e4;
    margin-top: -4px;
    margin-bottom: 14px;
    padding-bottom: 3px
}

.link-to-author-page__info {
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.47;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .link-to-author-page__info {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.link-to-author-page__info:last-of-type {
    margin-bottom: 13px
}

.link-to-author-page__info a {
    font-weight: 700
}

.link-to-author-page__date {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: -6px;
    white-space: nowrap
}

@media (min-width:768px) {
    .link-to-author-page__date {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (max-width:767px) {
    .link-to-author-page__date {
        float: left
    }
}

.col-sm-8.sublayout--content .link-to-author-page__date,
.col-sm-8.sublayout--content-hero .link-to-author-page__date,
.hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .link-to-author-page__date,
.hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .link-to-author-page__date {
    margin-left: 0;
    padding-left: 0;
    border: 0
}

@media (min-width:768px) {
    .link-to-author-page {
        border-top: 1px solid rgba(0, 0, 0, .15);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 120px 0 0;
        padding-top: 40px
    }

    .link-to-author-page:not(.link-to-author-page--with-img) {
        margin-bottom: -4px
    }

    .link-to-author-page__img {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        display: block;
        margin-top: -40px;
        margin-right: 40px
    }

    .link-to-author-page__info-container {
        border: 0;
        padding: 0;
        margin: -8px 0 0
    }

    .link-to-author-page__info {
        line-height: 1.67;
        margin-bottom: 0
    }

    .link-to-author-page__info:last-of-type {
        margin-bottom: 0
    }

    .link-to-author-page__date {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: -8px;
        margin-bottom: 0;
        margin-left: auto;
        padding-left: 30px;
        position: relative;
        border-left: #dfe2e4 1px solid
    }

    .col-sm-8.sublayout--content .link-to-author-page,
    .col-sm-8.sublayout--content-hero .link-to-author-page,
    .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .link-to-author-page,
    .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .link-to-author-page {
        margin-top: 60px
    }

    .col-sm-8.sublayout--content .link-to-author-page__img,
    .col-sm-8.sublayout--content-hero .link-to-author-page__img,
    .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .link-to-author-page__img,
    .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .link-to-author-page__img {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .col-sm-8.sublayout--content .link-to-author-page__info-container+.link-to-author-page__date,
    .col-sm-8.sublayout--content-hero .link-to-author-page__info-container+.link-to-author-page__date,
    .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .link-to-author-page__info-container+.link-to-author-page__date,
    .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .link-to-author-page__info-container+.link-to-author-page__date {
        margin-left: auto;
        padding-left: 30px;
        border-left: #dfe2e4 1px solid
    }
}

.list-with-content {
    list-style: none;
    padding: 0;
    margin: -3px 0 -5px
}

.list-with-content__item {
    padding: 0 25px;
    margin: 0 0 46px;
    position: relative
}

.list-with-content__item::before {
    background: #dfe2e4;
    content: "";
    width: 1px;
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 5px
}

.list-with-content__item h2,
.list-with-content__item h3 {
    margin: 0 0 24px
}

.list-with-content__item h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 200;
    line-height: 1.17
}

@media (min-width:768px) {
    .list-with-content__item h2 {
        font-size: 45px;
        font-size: 4.5rem
    }
}

.list-with-content__item h3 {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:768px) {
    .list-with-content__item h3 {
        font-size: 35px;
        font-size: 3.5rem
    }
}

.list-with-content__item p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0
}

@media (min-width:768px) {
    .list-with-content__item p {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (max-width:767px) {
    .list-with-content__item:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .list-with-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden
    }

    .list-with-content--two-column .list-with-content__item {
        margin-right: 30px;
        width: calc((100% - 30px)/2);
        max-width: calc((100% - 30px)/2)
    }

    .list-with-content--three-column .list-with-content__item:nth-child(3n),
    .list-with-content--two-column .list-with-content__item:nth-child(2n) {
        margin-right: 0
    }

    .list-with-content--three-column .list-with-content__item {
        margin-right: 30px;
        width: calc((100% - 60px)/3);
        max-width: calc((100% - 60px)/3)
    }

    .list-with-content__item {
        margin-bottom: 0;
        padding: 0 30px
    }

    .list-with-content__item h2 {
        line-height: 1.11;
        margin-bottom: 33px
    }

    .list-with-content__item h3 {
        line-height: 1.14;
        margin-bottom: 35px
    }

    .list-with-content__item p {
        line-height: 1.75
    }
}

@media (min-width:1240px) {
    .list-with-content {
        margin-left: calc(0 - (2*(calc((1130px - (10*30px))/12))) - 60px);
        margin-right: calc(0 - (2*(calc((1130px - (10*30px))/12))) - 60px)
    }
}

.media-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-right: 15px;
    position: relative
}

.media-info__show-button {
    line-height: 1.5;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: auto;
    border: 0;
    padding: 0;
    background: 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 10px
}

@media (min-width:768px) {
    .media-info__show-button {
        font-size: 22px;
        font-size: 2.2rem
    }
}

.media-info__information {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-in-out;
    transition: max-height .2s ease-in-out;
    visibility: visible
}

.media-info__information[aria-hidden=true] {
    visibility: hidden;
    overflow: visible
}

.media-info p:not(.media-info__headline),
.media-info__links {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5
}

.media-info__headline {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 0
}

@media (min-width:768px) {
    .media-info__headline {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.media-info__headline--video {
    margin-bottom: 14px
}

.media-info__headline--video__title {
    font-weight: 700;
    display: block
}

.media-info .hsbc-info {
    margin-right: 23px
}

.media-info__caption,
.media-info__credit,
.media-info__source {
    margin-bottom: 19px
}

.media-info__caption+.media-info__credit,
.media-info__caption+.media-info__source {
    margin-top: -5px
}

.media-info__source__name,
.search-result__body>a {
    font-weight: 700
}

.media-info__source__name:first-child {
    margin-right: 15px
}

.media-info__source+.media-info__links.border {
    border-top: 1px solid #ebeef0;
    padding-top: 15px
}

.media-info__links {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.media-info__links .download-item {
    padding: 20px 0 19px
}

.media-info__links .download-item,
.media-info__links .link-with-icon,
.media-info__links .link-with-right-chevron {
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    border-bottom-width: 0;
    margin-bottom: 0;
    line-height: 2
}

.media-info__links .link-with-icon {
    padding: 20px 0 19px
}

.media-info__links .download-item:last-child,
.media-info__links .link-with-icon:last-child,
.media-info__links .link-with-right-chevron:last-child,
.viewer-module .social-channels .social-channels__list li:last-child {
    padding-bottom: 0
}

.media-info__links .social+.link-with-icon {
    border-top: 0
}

.media-info__links .hsbc-social-share:before {
    position: relative;
    top: -1px
}

.media-info__links .social-button {
    width: 100%;
    text-align: left;
    font-weight: 600
}

.media-info__links .link-with-right-chevron {
    padding: 20px 0 19px 2px;
    font-size: 14px;
    font-size: 1.4rem
}

.interactive-map__info-window__actions__action--internal .media-info__links .link-with-right-chevron span.icon,
.media-info__links .link-with-right-chevron .hsbc-right-chevron,
.media-info__links .link-with-right-chevron .interactive-map__info-window__actions__action--internal span.icon {
    font-size: 14px;
    font-size: 1.4rem
}

.interactive-map__info-window__actions__action--internal .media-info__links .link-with-right-chevron span.icon:before,
.media-info__links .link-with-right-chevron .hsbc-right-chevron:before,
.media-info__links .link-with-right-chevron .interactive-map__info-window__actions__action--internal span.icon:before {
    top: 2px;
    margin-left: -22px
}

.media-info__links .link-with-right-chevron>span {
    padding-left: 18px
}

@media (min-width:768px) {
    .media-info {
        padding-right: 0
    }

    .media-info__show-button {
        font-weight: 400;
        line-height: 1.2;
        margin-top: 0
    }

    .media-info p:not(.image-with-links__headline) {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.88
    }

    .media-info__headline {
        line-height: 1.67
    }

    .media-info__headline--video {
        margin-bottom: 12px
    }

    .media-info__headline--video__title {
        display: inline
    }

    .media-info__caption {
        margin-bottom: 17px
    }

    .media-info__credit {
        margin-bottom: 21px
    }

    .media-info__source {
        margin-bottom: 19px
    }

    .media-info__source__name:first-child {
        margin-right: 45px
    }

    .media-info__links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .media-info__links .download-item,
    .media-info__links .link-with-right-chevron {
        margin-right: 60px;
        font-size: 16px;
        font-size: 1.6rem;
        border: 0;
        position: relative
    }

    .media-info__links .social {
        padding-top: 0
    }

    .media-info__links .link-with-icon,
    .media-info__links .social {
        margin-right: 60px;
        font-size: 16px;
        font-size: 1.6rem;
        border: 0;
        position: relative
    }

    .media-info__links .download-item:after,
    .media-info__links .link-with-icon:after,
    .media-info__links .link-with-right-chevron:after,
    .media-info__links .social:after {
        position: absolute;
        content: "";
        background: #000;
        opacity: .15;
        top: 0;
        right: -30px;
        bottom: 3px;
        width: 1px;
        pointer-events: none
    }

    .media-info__links .download-item:last-child,
    .media-info__links .link-with-icon:last-child,
    .media-info__links .link-with-right-chevron:last-child,
    .media-info__links .social:last-child {
        margin-right: 0
    }

    .media-info__links .download-item:last-child:after,
    .media-info__links .link-with-icon:last-child:after,
    .media-info__links .link-with-right-chevron:last-child:after,
    .media-info__links .social:last-child:after {
        display: none
    }

    .media-info__links .download-item {
        padding: 0;
        overflow: visible
    }

    .media-info__links .download-item__text {
        padding: 0
    }

    .media-info__links .download-item [class^=hsbc] {
        padding-bottom: 8px
    }

    .media-info__links .download-item [class^=hsbc]:before {
        margin-left: 6px;
        font-size: 20px;
        font-size: 2rem
    }

    .media-info__links .social-button {
        font-size: 16px;
        font-size: 1.6rem
    }

    .media-info__links .social-button [class^=hsbc-] {
        font-size: 20px;
        font-size: 2rem
    }

    .media-info__links .link-with-right-chevron {
        padding: 0 0 0 2px;
        line-height: 2
    }

    .media-info__links .link-with-right-chevron:hover>span {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .media-info__links .link-with-icon {
        padding: 0
    }

    .media-info--alongside {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .media-info--alongside .media-info__headline {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 50%
    }

    .media-info--alongside .media-info__links {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-left: 50px
    }

    .media-info--alongside .media-info__links .download-item {
        white-space: nowrap
    }

    .media-info--alongside .media-info__source {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 50%
    }

    .media-info--alongside .media-info__source+.media-info__links.border {
        border-top: 0 solid #ebeef0;
        padding-top: 0
    }

    .col-sm-4 .media-info .media-info__links,
    .floating-element .media-info .media-info__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .col-sm-4 .media-info .media-info__links .download-item,
    .col-sm-4 .media-info .media-info__links .link-with-icon,
    .col-sm-4 .media-info .media-info__links .link-with-right-chevron,
    .floating-element .media-info .media-info__links .download-item,
    .floating-element .media-info .media-info__links .link-with-icon,
    .floating-element .media-info .media-info__links .link-with-right-chevron {
        margin-right: 30px;
        border: 0;
        border-top: 1px solid #e5e5e5;
        border-bottom-color: #e5e5e5;
        padding-bottom: 15px;
        padding-top: 18px
    }

    .col-sm-4 .media-info .media-info__links .download-item:after,
    .col-sm-4 .media-info .media-info__links .link-with-icon:after,
    .col-sm-4 .media-info .media-info__links .link-with-right-chevron:after,
    .floating-element .media-info .media-info__links .download-item:after,
    .floating-element .media-info .media-info__links .link-with-icon:after,
    .floating-element .media-info .media-info__links .link-with-right-chevron:after {
        content: none
    }

    .col-sm-4 .media-info .media-info__links .download-item [class^=hsbc-],
    .col-sm-4 .media-info .media-info__links .link-with-icon [class^=hsbc-],
    .col-sm-4 .media-info .media-info__links .link-with-right-chevron [class^=hsbc-],
    .floating-element .media-info .media-info__links .download-item [class^=hsbc-],
    .floating-element .media-info .media-info__links .link-with-icon [class^=hsbc-],
    .floating-element .media-info .media-info__links .link-with-right-chevron [class^=hsbc-] {
        margin-left: auto
    }
}

.sublayout--theme-light-blue-01 .media-info {
    color: #000
}

.sublayout--theme-light-blue-01 .media-info__links .download-item,
.sublayout--theme-light-blue-01 .media-info__links .link-with-icon,
.sublayout--theme-light-blue-01 .media-info__links .link-with-right-chevron,
.sublayout--theme-light-blue-01 .media-info__links .social {
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2)
}

.sublayout--theme-light-blue-01 .media-info__links .download-item:after,
.sublayout--theme-light-blue-01 .media-info__links .link-with-icon:after,
.sublayout--theme-light-blue-01 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-light-blue-01 .media-info__links .social:after {
    background-color: #000
}

.sublayout--theme-black-01 .media-info,
.sublayout--theme-black-02 .media-info,
.sublayout--theme-brown-01 .media-info,
.sublayout--theme-brown-02 .media-info,
.sublayout--theme-brown-03 .media-info,
.sublayout--theme-brown-04 .media-info,
.sublayout--theme-dark-blue-01 .media-info,
.sublayout--theme-dark-blue-02 .media-info,
.sublayout--theme-light-blue-02 .media-info,
.sublayout--theme-light-blue-03 .media-info {
    color: #fff
}

.sublayout--theme-black-01 .media-info__links .download-item,
.sublayout--theme-black-01 .media-info__links .link-with-icon,
.sublayout--theme-black-01 .media-info__links .link-with-right-chevron,
.sublayout--theme-black-01 .media-info__links .social,
.sublayout--theme-black-02 .media-info__links .download-item,
.sublayout--theme-black-02 .media-info__links .link-with-icon,
.sublayout--theme-black-02 .media-info__links .link-with-right-chevron,
.sublayout--theme-black-02 .media-info__links .social,
.sublayout--theme-brown-01 .media-info__links .download-item,
.sublayout--theme-brown-01 .media-info__links .link-with-icon,
.sublayout--theme-brown-01 .media-info__links .link-with-right-chevron,
.sublayout--theme-brown-01 .media-info__links .social,
.sublayout--theme-brown-02 .media-info__links .download-item,
.sublayout--theme-brown-02 .media-info__links .link-with-icon,
.sublayout--theme-brown-02 .media-info__links .link-with-right-chevron,
.sublayout--theme-brown-02 .media-info__links .social,
.sublayout--theme-brown-03 .media-info__links .download-item,
.sublayout--theme-brown-03 .media-info__links .link-with-icon,
.sublayout--theme-brown-03 .media-info__links .link-with-right-chevron,
.sublayout--theme-brown-03 .media-info__links .social,
.sublayout--theme-brown-04 .media-info__links .download-item,
.sublayout--theme-brown-04 .media-info__links .link-with-icon,
.sublayout--theme-brown-04 .media-info__links .link-with-right-chevron,
.sublayout--theme-brown-04 .media-info__links .social,
.sublayout--theme-dark-blue-01 .media-info__links .download-item,
.sublayout--theme-dark-blue-01 .media-info__links .link-with-icon,
.sublayout--theme-dark-blue-01 .media-info__links .link-with-right-chevron,
.sublayout--theme-dark-blue-01 .media-info__links .social,
.sublayout--theme-dark-blue-02 .media-info__links .download-item,
.sublayout--theme-dark-blue-02 .media-info__links .link-with-icon,
.sublayout--theme-dark-blue-02 .media-info__links .link-with-right-chevron,
.sublayout--theme-dark-blue-02 .media-info__links .social,
.sublayout--theme-light-blue-02 .media-info__links .download-item,
.sublayout--theme-light-blue-02 .media-info__links .link-with-icon,
.sublayout--theme-light-blue-02 .media-info__links .link-with-right-chevron,
.sublayout--theme-light-blue-02 .media-info__links .social,
.sublayout--theme-light-blue-03 .media-info__links .download-item,
.sublayout--theme-light-blue-03 .media-info__links .link-with-icon,
.sublayout--theme-light-blue-03 .media-info__links .link-with-right-chevron,
.sublayout--theme-light-blue-03 .media-info__links .social {
    border-top-color: rgba(255, 255, 255, .2);
    border-bottom-color: rgba(255, 255, 255, .2)
}

.sublayout--theme-black-01 .media-info__links .download-item:after,
.sublayout--theme-black-01 .media-info__links .link-with-icon:after,
.sublayout--theme-black-01 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-black-01 .media-info__links .social:after,
.sublayout--theme-black-02 .media-info__links .download-item:after,
.sublayout--theme-black-02 .media-info__links .link-with-icon:after,
.sublayout--theme-black-02 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-black-02 .media-info__links .social:after,
.sublayout--theme-brown-01 .media-info__links .download-item:after,
.sublayout--theme-brown-01 .media-info__links .link-with-icon:after,
.sublayout--theme-brown-01 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-brown-01 .media-info__links .social:after,
.sublayout--theme-brown-02 .media-info__links .download-item:after,
.sublayout--theme-brown-02 .media-info__links .link-with-icon:after,
.sublayout--theme-brown-02 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-brown-02 .media-info__links .social:after,
.sublayout--theme-brown-03 .media-info__links .download-item:after,
.sublayout--theme-brown-03 .media-info__links .link-with-icon:after,
.sublayout--theme-brown-03 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-brown-03 .media-info__links .social:after,
.sublayout--theme-brown-04 .media-info__links .download-item:after,
.sublayout--theme-brown-04 .media-info__links .link-with-icon:after,
.sublayout--theme-brown-04 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-brown-04 .media-info__links .social:after,
.sublayout--theme-dark-blue-01 .media-info__links .download-item:after,
.sublayout--theme-dark-blue-01 .media-info__links .link-with-icon:after,
.sublayout--theme-dark-blue-01 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-dark-blue-01 .media-info__links .social:after,
.sublayout--theme-dark-blue-02 .media-info__links .download-item:after,
.sublayout--theme-dark-blue-02 .media-info__links .link-with-icon:after,
.sublayout--theme-dark-blue-02 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-dark-blue-02 .media-info__links .social:after,
.sublayout--theme-light-blue-02 .media-info__links .download-item:after,
.sublayout--theme-light-blue-02 .media-info__links .link-with-icon:after,
.sublayout--theme-light-blue-02 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-light-blue-02 .media-info__links .social:after,
.sublayout--theme-light-blue-03 .media-info__links .download-item:after,
.sublayout--theme-light-blue-03 .media-info__links .link-with-icon:after,
.sublayout--theme-light-blue-03 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-light-blue-03 .media-info__links .social:after {
    background-color: #fff
}

.sublayout--theme-grey-01 .media-info,
.sublayout--theme-grey-02 .media-info,
.sublayout--theme-grey-03 .media-info {
    color: #000
}

.sublayout--theme-grey-01 .media-info__links .download-item,
.sublayout--theme-grey-01 .media-info__links .link-with-icon,
.sublayout--theme-grey-01 .media-info__links .link-with-right-chevron,
.sublayout--theme-grey-01 .media-info__links .social,
.sublayout--theme-grey-02 .media-info__links .download-item,
.sublayout--theme-grey-02 .media-info__links .link-with-icon,
.sublayout--theme-grey-02 .media-info__links .link-with-right-chevron,
.sublayout--theme-grey-02 .media-info__links .social,
.sublayout--theme-grey-03 .media-info__links .download-item,
.sublayout--theme-grey-03 .media-info__links .link-with-icon,
.sublayout--theme-grey-03 .media-info__links .link-with-right-chevron,
.sublayout--theme-grey-03 .media-info__links .social {
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2)
}

.sublayout--theme-grey-01 .media-info__links .download-item:after,
.sublayout--theme-grey-01 .media-info__links .link-with-icon:after,
.sublayout--theme-grey-01 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-grey-01 .media-info__links .social:after,
.sublayout--theme-grey-02 .media-info__links .download-item:after,
.sublayout--theme-grey-02 .media-info__links .link-with-icon:after,
.sublayout--theme-grey-02 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-grey-02 .media-info__links .social:after,
.sublayout--theme-grey-03 .media-info__links .download-item:after,
.sublayout--theme-grey-03 .media-info__links .link-with-icon:after,
.sublayout--theme-grey-03 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-grey-03 .media-info__links .social:after {
    background-color: #000
}

.sublayout--theme-grey-04 .media-info {
    color: #fff
}

.sublayout--theme-grey-04 .media-info__links .download-item,
.sublayout--theme-grey-04 .media-info__links .link-with-icon,
.sublayout--theme-grey-04 .media-info__links .link-with-right-chevron,
.sublayout--theme-grey-04 .media-info__links .social {
    border-top-color: rgba(255, 255, 255, .2);
    border-bottom-color: rgba(255, 255, 255, .2)
}

.sublayout--theme-grey-04 .media-info__links .download-item:after,
.sublayout--theme-grey-04 .media-info__links .link-with-icon:after,
.sublayout--theme-grey-04 .media-info__links .link-with-right-chevron:after,
.sublayout--theme-grey-04 .media-info__links .social:after {
    background-color: #fff
}

.sublayout--theme-transparent-dark .media-info {
    color: #000
}

.sublayout--theme-transparent-dark .media-info__links .download-item,
.sublayout--theme-transparent-dark .media-info__links .link-with-icon,
.sublayout--theme-transparent-dark .media-info__links .link-with-right-chevron,
.sublayout--theme-transparent-dark .media-info__links .social {
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2)
}

.sublayout--theme-transparent-dark .media-info__links .download-item:after,
.sublayout--theme-transparent-dark .media-info__links .link-with-icon:after,
.sublayout--theme-transparent-dark .media-info__links .link-with-right-chevron:after,
.sublayout--theme-transparent-dark .media-info__links .social:after {
    background-color: #000
}

.sublayout--theme-transparent-light .media-info {
    color: #fff
}

.sublayout--theme-transparent-light .media-info__links .download-item,
.sublayout--theme-transparent-light .media-info__links .link-with-icon,
.sublayout--theme-transparent-light .media-info__links .link-with-right-chevron,
.sublayout--theme-transparent-light .media-info__links .social {
    border-top-color: rgba(255, 255, 255, .2);
    border-bottom-color: rgba(255, 255, 255, .2)
}

.sublayout--theme-transparent-light .media-info__links .download-item:after,
.sublayout--theme-transparent-light .media-info__links .link-with-icon:after,
.sublayout--theme-transparent-light .media-info__links .link-with-right-chevron:after,
.sublayout--theme-transparent-light .media-info__links .social:after {
    background-color: #fff
}

.stand-first.stand-first {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.45;
    margin-top: -6px;
    margin-bottom: 52px
}

@media (min-width:768px) {
    .stand-first.stand-first {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 300;
        line-height: 1.67;
        margin-top: -10px;
        margin-bottom: 83px
    }
}

.tags-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -6px
}

.tags-container .tags__topics-header {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 0;
    margin-right: 15px
}

@media (min-width:768px) {
    .tags-container .tags__topics-header {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.tags-container .topics>li {
    margin-bottom: 25px
}

.tags-container .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none
}

.tags-container .tags .tag {
    font-size: 11px;
    font-size: 1.1rem
}

@media (min-width:768px) {
    .tags-container .tags .tag {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.tags-container .tags .tag a {
    position: relative;
    display: block;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 10px;
    letter-spacing: .2em
}

.dividend-calculator__type-selector .form-item .tags-container .tags .tag a .glossary-link>span:first-child,
.programme-details__key-info table tr.actions .tags-container .tags .tag a th,
.programme-details__selected-item table tr.actions .tags-container .tags .tag a th,
.programme-details__selected-item table tr.table-header .tags-container .tags .tag a th,
.tags-container .tags .tag a .dividend-calculator__type-selector .form-item .glossary-link>span:first-child,
.tags-container .tags .tag a .programme-details__key-info table tr.actions th,
.tags-container .tags .tag a .programme-details__selected-item table tr.actions th,
.tags-container .tags .tag a .programme-details__selected-item table tr.table-header th,
.tags-container .tags .tag a .sr-only,
.tags-container .tags .tag a .sr-only-max-screen-md-max,
.tags-container .tags .tag a .sr-only-max-screen-sm-max {
    text-transform: none
}

.tags-container .tags .tag a::after,
.tags-container .tags .tag a::before {
    width: 1px;
    content: "";
    position: absolute;
    background: #dfe2e4
}

.tags-container .tags .tag a::before {
    left: -1px;
    top: 2px;
    bottom: 3px
}

.tags-container .tags .tag a::after {
    right: 0;
    top: 2px;
    bottom: 3px
}

@media (min-width:768px) {
    .tags-container {
        margin-top: -4px
    }

    .tags-container .tags__topics-header {
        font-weight: 400;
        margin-right: 30px
    }

    .tags-container .tags .tag a {
        padding-left: 25px;
        padding-right: 25px
    }

    .tags-container .tags .tag a::after,
    .tags-container .tags .tag a::before {
        top: 2px;
        bottom: 1px
    }
}

.search-bar {
    border-bottom: 1px solid #cecfcf;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%) translateY(-66px);
    transform: translateY(-50%) translateY(-66px)
}

.search-bar--active~.quick-results {
    display: block
}

.search-bar__group {
    white-space: nowrap
}

.search-bar__input,
.search-bar__submit {
    display: inline-block
}

.search-bar__input {
    border: 0;
    background-color: transparent;
    padding: 8px 10px 3px 0;
    width: calc(100% - 40px);
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 200
}

@media (min-width:992px) {
    .search-bar__input {
        font-size: 30px;
    }
}

.search-bar__input::-webkit-input-placeholder {
    color: #000
}

.search-bar__input:-ms-input-placeholder,
.search-bar__input::-ms-input-placeholder {
    color: #000
}

.search-bar__input::placeholder {
    color: #000
}

.search-bar__input::-ms-clear {
    display: none
}

.search-bar__clear,
.search-bar__submit {
    background-color: transparent;
    border: 0;
    color: #000;
    line-height: 1;
    font-size: 6.5rem;
    margin: 0;
    padding: 0
}

.search-bar__submit:focus::-moz-focus-inner {
    border: dotted 1px #000;
    padding: 0
}

.search-bar [class^=hsbc] {
    font-size: 35px
}

.search-bar__clear {
    display: none
}

.search-bar__clear .hsbc-close-circle {
    background-color: #a6a6a6;
    color: #fff;
    font-size: 22px;
    border-radius: 50%
}

@media (max-width:767px) {
    .search-bar--active {
        position: static;
        top: auto;
        -webkit-transform: none;
        transform: none;
        padding-top: 54px;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .search-bar--active .search-bar__input {
        width: calc(100% - 27px)
    }
}

@media (min-width:768px) {
    .search-bar {
        -webkit-transform: translateY(-50%) translateY(-126px);
        transform: translateY(-50%) translateY(-126px)
    }

    .search-bar__input {
        font-weight: 100
    }
}

@media (min-width:1080px) {
    .search-bar {
        -webkit-transform: translateY(-50%) translateY(-66px);
        transform: translateY(-50%) translateY(-66px)
    }

    .search-bar__input {
        width: calc(100% - 55px)
    }

    .search-bar__submit [class^=hsbc] {
        font-size: 3rem
    }
}

.search-panel {
    background-color: #f5f6f7;
    display: none;
    height: calc(100% - 70px);
    max-height: calc(100% - 70px);
    left: 0;
    position: fixed;
    right: 0;
    top: 71px;
    z-index: 2001
}

.search-panel--active {
    -webkit-overflow-scrolling: touch;
    display: block
}

.search-panel--active .search-panel-content {
    padding: 0 33px
}

@media (max-width:767px) {
    .search-panel--active .search-panel-content {
        overflow-y: auto
    }
}

.search-panel-wrapper {
    height: 100%
}

.search-panel-content {
    height: 100%;
    width: 100%;
    margin: 0 auto
}

.quick-results {
    display: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3125;
    width: 100%
}

@media (min-width:768px) {
    .quick-results {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.quick-results__list {
    list-style: none;
    padding: 0;
    margin: 35px 0 40px
}

.quick-results__item {
    margin: 24px 0;
    padding: 0
}

.quick-results .quick-results__no-results,
.quick-results .quick-results__see-all {
    display: none
}

.quick-results .quick-results__see-all--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px
}

.quick-results .quick-results__see-all .hsbc-carousel-right {
    color: #da0011;
    font-weight: 700;
    padding-right: 10px
}

@media (max-width:991px) {
    .quick-results .quick-results__see-all .hsbc-carousel-right {
        font-size: 17px
    }
}

.quick-results .quick-results__see-all a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    white-space: nowrap
}

@media (min-width:768px) {
    .quick-results .quick-results__see-all a {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.quick-results .quick-results__no-results--active {
    display: block
}

.search-panel__button {
    position: absolute;
    top: -42px;
    right: 34px;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0
}

.search-panel__button .search-panel__close,
.search-results .search-panel .search-panel__button {
    display: none
}

@media (min-width:768px) {
    .search-panel {
        top: 61px
    }

    .search-panel-wrapper {
        height: calc(100% - 60px);
        overflow-y: auto
    }

    .search-panel-content {
        max-width: 936.6667px;
        width: 78.05555833333332%
    }

    .search-panel--active .search-panel-content {
        padding: 0 2px
    }

    .search-panel .quick-results {
        position: relative;
        top: calc(50% - 126px - 50px);
        padding-bottom: 10px
    }

    .search-panel .quick-results__list {
        margin-top: 66px;
        margin-bottom: 60px
    }

    #pop-ups .search-panel .quick-results__list {
        margin-top: 81px
    }

    .search-panel__button {
        right: 36px
    }

    .nav-wrapper--hidden,
    .submenu--hidden {
        opacity: 0
    }
}

@media (min-width:1080px) {
    .search-panel {
        top: 97px
    }

    .search-panel .quick-results {
        position: relative;
        top: calc(50% - 70px + 34px - 102px)
    }

    .search-panel-wrapper {
        height: calc(100% - 32px)
    }

    .search-panel__button {
        top: -60px;
        right: 38px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .search-panel__button .search-panel__close {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
        display: inline-block;
        margin-right: 14px
    }
}

@media (min-width:1240px) {
    .search-panel__button {
        right: calc(((100vw - 1200px)/2) + 38px)
    }
}

.search-results .search-panel {
    position: relative;
    z-index: 1;
    top: 0;
    height: auto;
    padding-top: 32px;
    padding-bottom: 55px
}

.search-results .search-bar {
    -webkit-transform: none;
    transform: none
}

.search-results .search-bar--active {
    padding-top: 0
}

.search-results .quick-results {
    position: relative
}

.search-results__filter,
.search-results__results>.h2 {
    margin-top: 0;
    margin-bottom: 55px
}

.search-results__filter-hidden {
    display: none
}

.search-results__results>.h2 {
    padding-left: 15px;
    padding-right: 15px
}

.search-result {
    margin-bottom: 43px;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.search-result__title>.tag {
    float: left;
    margin-top: 5px;
    margin-right: 12px;
    padding: 5px 10px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    background-color: #f5f6f7;
    font-size: 12px;
    font-size: 1.2rem
}

@media (min-width:768px) {
    .search-result__title>.tag {
        font-size: 13px;
        font-size: 1.3rem
    }
}

.search-result__title>h2 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1
}

@media (min-width:768px) {
    .search-result__title>h2 {
        font-size: 30px;
        font-size: 3rem
    }
}

.search-result__title>h2 a {
    font-weight: 200
}

.search-result__body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 23px
}

@media (min-width:768px) {
    .search-result__body {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.search-result__body>span {
    font-size: 13px;
    font-size: 1.3rem;
    float: left;
    margin-top: 2px;
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid #dfdfdf;
    line-height: 20px;
    font-weight: 600
}

@media (min-width:768px) {
    .search-result__body>span {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.search-result__body>p {
    margin-bottom: 7px
}

@media (min-width:768px) {
    .search-results .search-panel {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .search-results .search-panel .quick-results .quick-results__see-all--active {
        margin-bottom: 5px
    }

    .search-results__results>.h2 {
        margin-top: -50px;
        margin-bottom: 78px
    }

    .search-result {
        margin-bottom: 80px
    }

    .search-results__filter {
        margin-top: 90px;
        margin-bottom: 70px
    }
}

@media (min-width:768px) and (max-width:1239px) {
    .search-results__filter .filter-results-container {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (min-width:768px) {
    .search-result__title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .search-result__title>.tag {
        margin-right: 20px;
        padding: 6px 13px
    }

    .search-result__title>.h4 {
        margin-top: -4px;
        margin-bottom: 40px
    }

    .search-result__title>.h4 a {
        font-weight: 300
    }

    .search-result__body {
        line-height: 30px;
        margin-top: -8px
    }

    .search-result__body>span {
        margin-top: .28em;
        margin-right: 12px;
        padding-right: 12px
    }

    .search-result__body>p {
        margin-bottom: 4px
    }
}

@media (min-width:768px) {
    .social-button {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.social-bar .social-button .hsbc-social-share:before {
    font-size: 2.4rem;
    margin-left: 14px
}

@media screen and (min-width:768px) {
    .social-button {
        line-height: 1.3333
    }

    .social-button [class^=hsbc-] {
        font-size: 24px
    }
}

.social-media__disclaimer {
    margin-top: -16px;
    margin-bottom: 38px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center
}

.social-media__posts-container {
    background-color: #ebeef0
}

@media screen and (max-width:767px) {
    .social-media__posts-container>.sublayout--fluid {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

.social-media__load-more {
    margin-bottom: 55px;
    padding: 18px 27px;
    background-color: #dfe2e4;
    font-weight: 600;
    width: 100%
}

@media screen and (min-width:768px) {
    .social-media__disclaimer {
        margin-top: -24px;
        margin-bottom: 35px;
        text-align: right;
        opacity: .7
    }

    .social-media__posts-container .social-media-post .video-player .hsbc-video-play {
        font-size: 71px;
        font-size: 7.1rem;
        width: 69px;
        height: 69px
    }

    .social-media__load-more {
        margin-bottom: 90px;
        width: auto
    }
}

.social-media-compact {
    margin-left: -33px;
    margin-right: -33px;
    padding: 30px 33px 35px;
    background-color: #f5f6f7
}

@media screen and (max-width:767px) {
    .social-media-compact.social-media-compact--collapse {
        margin-top: -55px
    }

    .social-media-compact.social-media-compact--space-above {
        margin-top: 55px
    }
}

.social-media-compact>h2 {
    margin-top: 0;
    margin-bottom: 28px
}

.social-media-compact__posts-container {
    position: relative
}

.social-media-compact__posts-container>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.social-media-compact__posts-container .social-media__load-more {
    margin-top: 35px;
    margin-bottom: 0
}

.social-media-compact>.social-media__disclaimer {
    margin-top: 8px;
    margin-bottom: -8px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left
}

@media (min-width:768px) {
    .social-media-compact>.social-media__disclaimer {
        font-size: 14px;
        font-size: 1.4rem
    }
}

@media screen and (min-width:768px) {
    .social-media-compact {
        margin-left: 0;
        margin-right: 0;
        padding: 44px 20px 20px;
        -ms-scrollbar-track-color: #dfe2e4;
        -ms-scrollbar-arrow-color: #dfe2e4;
        -ms-scrollbar-face-color: #353535
    }

    .social-media-compact>h2 {
        margin-bottom: 41px;
        text-align: center
    }

    .social-media-compact__posts-container {
        overflow-y: scroll;
        min-height: 567px;
        max-height: 567px;
        padding-right: 20px
    }
}

@media screen and (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .social-media-compact__posts-container {
        min-height: 583px;
        max-height: 583px
    }
}

@media screen and (min-width:768px) {
    .social-media-compact__posts-container>ul>li+li {
        margin-top: 30px
    }

    .social-media-compact ::-webkit-scrollbar {
        width: 8px
    }

    .social-media-compact ::-webkit-scrollbar-track {
        background: #dfe2e4;
        border-radius: 10px
    }

    .social-media-compact ::-webkit-scrollbar-thumb {
        background: #353535;
        border-radius: 10px
    }

    .social-media-compact>.social-media__disclaimer {
        position: absolute;
        margin-top: 25px;
        margin-bottom: 0;
        margin-left: -20px;
        padding-top: 21px
    }
}

.social-media-post__media>img {
    width: 100%
}

.social-media-post__content {
    padding: 0 15px;
    background-color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5
}

@media (min-width:768px) {
    .social-media-post__content {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.social-media-post__content__body,
.social-media-post__content__channel,
.social-media-post__content__footer {
    padding: 20px 0 19px
}

.social-media-post__content__body,
.social-media-post__content__channel {
    border-bottom: 1px solid #e5e5e5
}

.social-media-post__content__channel {
    position: relative
}

.social-media-post__content__channel>[class^=hsbc-] {
    position: absolute;
    margin-top: -1px;
    margin-left: -2px;
    font-size: 24px;
    color: #b2b2b2
}

.social-media-post__content__channel>[class^=hsbc-]:hover {
    color: #b2b2b2
}

.social-media-post__content__channel>.hsbc-instagram-big,
.social-media-post__content__channel>.hsbc-linkedin-big {
    margin-top: 0;
    margin-left: -1px;
    font-size: 20px
}

.social-media-post__content__channel>a {
    display: inline-block;
    margin-left: 35px;
    font-weight: 700
}

.social-media-post__content__body__title {
    display: block;
    font-weight: 600;
    margin-bottom: 15px
}

.social-media-post__content__body>p {
    margin-bottom: 0
}

.social-media-post__content__body>p>a {
    font-weight: 700
}

.social-media-post__content__footer>a {
    color: #b2b2b2;
    float: left;
    margin-top: -1px;
    height: 22px
}

.social-bar .link-with-icon--no-hover:focus,
.social-bar .link-with-icon--no-hover:hover,
.social-media-post__content__footer>a:focus,
.social-media-post__content__footer>a:hover {
    text-decoration: none
}

.interactive-map__info-window__actions__action--external .social-media-post__content__footer>a>span.icon,
.social-media-post__content__footer>a>.hsbc-external-link {
    font-size: 20px
}

.social-media-post__content__footer__date {
    text-align: right
}

.social-media-post--compact .social-media-post__content__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {

    .social-media-post--compact .social-media-post__content__body,
    .social-media-post--compact .social-media-post__content__channel,
    .social-media-post--compact .social-media-post__content__footer {
        padding: 10px 0 9px
    }
}

.social-media-post--compact .social-media-post__media {
    margin-right: 13px;
    width: 32%
}

.social-media-post--compact .social-media-post__media+p {
    width: 68%
}

.social-media-post--compact .social-media-post__media .video-player .hsbc-video-play {
    font-size: 27px;
    font-size: 2.7rem;
    width: 26px;
    height: 26px
}

@media screen and (min-width:768px) {
    .social-media-post__content {
        padding: 0 30px;
        line-height: 1.75
    }

    .social-media-post__content__channel {
        line-height: 1.25;
        padding: 27px 0 25px
    }

    .social-media-post__content__channel>[class^=hsbc-] {
        margin-top: -4px;
        font-size: 27px
    }

    .social-media-post__content__channel>.hsbc-instagram-big,
    .social-media-post__content__channel>.hsbc-linkedin-big {
        margin-top: -3px;
        margin-left: -1px;
        font-size: 25px
    }

    .social-media-post__content__channel>a {
        margin-left: 42px
    }

    .social-media-post__content__body,
    .social-media-post__content__footer {
        padding: 23px 0 21px
    }

    .social-media-post__content__footer>a {
        margin-top: 2px;
        height: 24px
    }

    .interactive-map__info-window__actions__action--external .social-media-post__content__footer>a>span.icon,
    .social-media-post__content__footer>a>.hsbc-external-link {
        font-size: 21px
    }

    .social-media-post--compact .social-media-post__content {
        padding-left: 20px;
        padding-right: 20px
    }

    .social-media-post--compact .social-media-post__media {
        margin-right: 20px;
        width: 36%
    }

    .social-media-post--compact .social-media-post__media .video-player .hsbc-video-play {
        font-size: 54px;
        font-size: 5.4rem;
        width: 52px;
        height: 52px
    }

    .social-media-post--compact .social-media-post__media+p {
        width: 64%
    }
}

.social-button {
    display: inline-block;
    background: 0 0;
    border: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2857;
    margin: 0;
    padding: 0
}

@media (min-width:768px) {
    .social-button {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.social-button [class^=hsbc-] {
    font-size: 18px;
    vertical-align: middle
}

@media screen and (min-width:768px) {
    .social-button {
        line-height: 1.3333
    }

    .social-button [class^=hsbc-] {
        font-size: 24px
    }
}

.social-bar {
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding-top: 11px;
    display: inline-block;
    width: 100%
}

.social-bar:nth-last-child(2) {
    position: relative;
    margin-bottom: -23px
}

.social-bar--vertical {
    border-top: none;
    padding: 0
}

@media (max-width:767px) {
    .social-bar--vertical .social-bar__mobile {
        float: right
    }

    .social-bar__desktop {
        display: none
    }
}

.social-bar__mobile {
    display: none
}

@media (max-width:767px) {
    .social-bar__mobile {
        display: inline-block
    }
}

.social-pinned {
    float: right;
    line-height: 1;
    margin: 0;
    padding: 0
}

.social-pinned__item {
    display: inline-block;
    margin: 0;
    padding: 0
}

.social-pinned__item+.social-pinned__item {
    border-left: 1px solid #e5e5e5;
    margin-left: 15px;
    padding-left: 15px
}

.social-pinned__link {
    display: block;
    line-height: 1
}

.social-pinned__link:focus,
.social-pinned__link:hover {
    text-decoration: none
}

.social-pinned__link [class^=hsbc-] {
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width:768px) {
    .social-pinned__link [class^=hsbc-] {
        font-size: 25px;
        font-size: 2.5rem
    }
}

@media (max-width:767px) {
    .social-pinned__link__label {
        display: none
    }
}

.social-channels__close,
.social-channels__open {
    background: 0 0;
    border: 0;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.social-channels__open {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2857
}

@media (min-width:768px) {
    .social-channels__open {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.social-channels__open [class^=hsbc-] {
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: middle
}

@media (min-width:768px) {
    .social-channels__open [class^=hsbc-] {
        font-size: 24px;
        font-size: 2.4rem
    }
}

.social-channels {
    background: #fff;
    -webkit-box-shadow: 0 0 100vh 100vh rgba(0, 0, 0, .6);
    box-shadow: 0 0 100vh 100vh rgba(0, 0, 0, .6);
    top: 0;
    bottom: 0;
    display: none;
    left: 0;
    padding: 35px 33px;
    position: fixed;
    right: 0;
    z-index: 2001
}

.social-channels__label,
.subscription-form .styled-checkbox__label a {
    font-weight: 700
}

.social-channels__label--horizontal {
    float: left;
    margin-right: 34px;
    font-weight: 700
}

.social-channels--open {
    display: block
}

.social-channels__title {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 25px;
    padding-bottom: 35px
}

@media (min-width:768px) {
    .social-channels__title {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.social-channels__list,
.subscription-form-popup__header button span {
    margin: 0;
    padding: 0
}

.social-channels__item {
    display: block
}

.social-channels__item+.social-channels__item {
    margin-top: 10px
}

.social-channels__item--horizontal {
    display: block;
    float: left;
    margin: -14px 0 0 11px
}

.social-channels__link {
    display: block
}

.social-channels__link:focus,
.social-channels__link:hover {
    text-decoration: none
}

.social-channels__link [class^=hsbc-] {
    color: #7c7c7c;
    font-size: 43px;
    font-size: 4.3rem;
    vertical-align: middle
}

@media (min-width:768px) {
    .social-channels__link [class^=hsbc-] {
        font-size: 49px;
        font-size: 4.9rem
    }
}

@supports (display:flex) {
    .social-channels__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.social-channels__name {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 27px
}

@media (min-width:768px) {
    .social-channels__name {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.social-channels__close {
    line-height: 1;
    position: absolute;
    right: 35px;
    top: 35px
}

.social-channels__close [class^=hsbc-] {
    font-size: 13px;
    font-size: 1.3rem
}

.table-module--with-sup-links ul.table.results-supporting-links,
.tags-container+.social-bar {
    margin-top: 25px
}

.share-bar-vertical:empty {
    display: none
}

@media screen and (min-width:768px) {
    .social-bar {
        position: relative;
        padding-top: 30px
    }

    .social-bar:nth-last-child(2) {
        bottom: -33px;
        margin-top: -33px
    }

    .social-pinned__item+.social-pinned__item {
        margin-left: 15px;
        padding-left: 17px
    }

    .social-channels__open {
        line-height: 1.3333
    }

    .social-channels {
        -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .09);
        box-shadow: 0 0 35px 0 rgba(0, 0, 0, .09);
        border: 1px solid rgba(204, 204, 204, .43);
        border-radius: 4px;
        left: auto;
        padding-right: 35px;
        padding-left: 35px;
        position: absolute;
        right: auto;
        width: 280px;
        z-index: auto;
        bottom: auto;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .social-channels__title {
        margin: 0 0 41px;
        padding-bottom: 29px
    }

    .social-channels__item+.social-channels__item {
        margin-top: 19px
    }

    .social-bar--vertical .social-channels__item+.social-channels__item {
        margin-top: 12px
    }

    .social-bar--vertical .social-channels__label {
        display: block;
        margin-bottom: 11px
    }

    .social-channels__name {
        margin-left: 31px
    }

    body:not(.device-mobile) .social-channels__item--mobile-only {
        display: none
    }

    .tags-container+.social-bar {
        margin-top: 53px
    }

    .share-bar-vertical {
        float: right
    }

    .share-bar-vertical .social-bar__desktop {
        position: absolute;
        margin-top: 85px;
        margin-left: -52px
    }

    .col-sm-8.sublayout--content .share-bar-vertical,
    .col-sm-8.sublayout--content-hero .share-bar-vertical,
    .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .share-bar-vertical,
    .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .share-bar-vertical {
        margin-left: auto
    }

    .col-sm-8.sublayout--content .share-bar-vertical .social-bar__desktop,
    .col-sm-8.sublayout--content-hero .share-bar-vertical .social-bar__desktop,
    .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .share-bar-vertical .social-bar__desktop,
    .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .share-bar-vertical .social-bar__desktop {
        margin-left: 140px
    }
}

@media screen and (min-width:768px) and (max-width:1239px) {

    .col-sm-8.sublayout--content .share-bar-vertical .social-bar__desktop,
    .col-sm-8.sublayout--content-hero .share-bar-vertical .social-bar__desktop,
    .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .share-bar-vertical .social-bar__desktop,
    .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .share-bar-vertical .social-bar__desktop {
        margin-left: 100px
    }
}

.subscription-form {
    margin-top: 50px
}

.pageTitleAndText__lead+.subscription-form {
    margin-top: 35px
}

@media (min-width:768px) {
    .pageTitleAndText__lead+.subscription-form {
        margin-top: 50px
    }
}

.download-listing__header__subtitle strong,
.subscription-form .styled-form__validation-error__description {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400
}

.subscription-form__hide {
    display: none
}

.subscription-form__group {
    margin-bottom: 45px
}

@media (min-width:768px) {
    .subscription-form__group {
        margin-bottom: 60px
    }

    .subscription-form__group__columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .subscription-form__group__columns__column {
        width: 50%;
        padding-right: 15px
    }

    .subscription-form__group__columns__column:nth-child(2n) {
        padding-right: 0;
        padding-left: 15px
    }

    .subscription-form__group__columns__column .styled-form__field:last-child {
        margin-bottom: 0
    }
}

.subscription-form__group__label {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .subscription-form__group__label {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.subscription-form__group__label--light {
    color: #767676;
    margin-bottom: 0
}

.subscription-form__error {
    font-weight: 400;
    margin-bottom: 25px
}

.subscription-form__error .styled-form__validation-error__description {
    margin-left: 10px;
    font-size: 18px;
    font-size: 1.8rem
}

.subscription-form__success__message .send-again {
    margin-top: 50px
}

.subscription-form__success__message .success-title {
    margin-bottom: 50px;
    font-weight: 350
}

.subscription-form .styled-select__button {
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0
}

.subscription-form .styled-select__button .styled-select__placeholder {
    font-size: 22.5px;
    font-size: 2.25rem
}

@media (min-width:768px) {
    .subscription-form .styled-select__button .styled-select__placeholder {
        font-size: 30px;
        font-size: 3rem
    }
}

.subscription-form .styled-select__button>.dropdown__chevron {
    font-size: 22.5px;
    top: 15px;
    right: 0
}

.subscription-form .styled-select__button>.dropdown__chevron:before {
    content: ""
}

@media (min-width:768px) {
    .subscription-form .styled-select__button {
        padding: 30px 0
    }

    .subscription-form .styled-select__button .styled-select__placeholder {
        font-weight: 300
    }

    .subscription-form .styled-select__button>.dropdown__chevron {
        top: 36px;
        font-size: 42px
    }
}

.subscription-form .styled-checkbox {
    display: block;
    margin-bottom: 25px
}

.dividend-calculator label,
.subscription-form .styled-checkbox__label {
    font-weight: 400
}

@media (min-width:768px) {
    .subscription-form .styled-checkbox {
        margin-bottom: 17px
    }
}

.subscription-form .styled-radio-group,
.subscription-form .subscription-form__group__update {
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9
}

@media (min-width:768px) {

    .subscription-form .styled-radio-group,
    .subscription-form .subscription-form__group__update {
        padding-bottom: 45px;
        margin-bottom: 60px
    }
}

.subscription-form .subscription-form__group__update {
    margin-bottom: 60px
}

.subscription-form .subscription-form__group__update__hide-section {
    display: none
}

.subscription-form .styled-checkbox-group>.styled-form__validation-error,
.subscription-form .styled-radio-group>.styled-form__validation-error,
.subscription-form .subscription-form__group__update>.styled-form__validation-error {
    margin-top: 0
}

.subscription-form .styled-radio {
    margin-bottom: 15px
}

.subscription-form .captcha {
    width: 300px;
    float: left;
    height: 75px;
    background-color: #f3f3f3
}

.subscription-form .captcha+.styled-form__validation-error {
    float: left
}

@media (max-width:320px) {
    .subscription-form .g-recaptcha {
        transform: scale(.835);
        -webkit-transform: scale(.835);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

@media (max-width:768px) {
    .subscription-form button[type=submit] {
        width: 100%
    }
}

.subscription-form .subscribe-submit {
    margin-top: 50px
}

.subscription-form-popup-container {
    visibility: hidden;
    display: none
}

.subscription-form-popup-container--editing {
    visibility: visible;
    display: block;
    border: 5px solid red;
    background-color: #ffffe0;
    padding: 10px
}

.subscription-form-popup {
    width: 100%;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 4000px rgba(0, 0, 0, .67);
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, .67);
    display: none;
    visibility: hidden;
    z-index: 1002;
    padding: 35px 35px 0
}

@media (min-width:850px) {
    .subscription-form-popup {
        width: 80%;
        max-width: 800px;
        position: fixed;
        bottom: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 3px;
        height: auto;
        padding: 50px 50px 0
    }
}

.subscription-form-popup--open {
    display: block;
    visibility: visible
}

.subscription-form-popup__header {
    position: relative
}

.subscription-form-popup__header button {
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 24px;
    height: 24px;
    top: 4px
}

@media (min-width:850px) {
    .subscription-form-popup__header button {
        top: 3px
    }
}

.subscription-form-popup .subscription-form__success__message h1.pageTitleAndText__heading,
.subscription-form-popup .subscription-form__success__message h2,
.subscription-form-popup__description h1.pageTitleAndText__heading,
.subscription-form-popup__description h2 {
    margin: 0 0 35px;
    padding: 0 0 35px;
    line-height: 1;
    font-size: 3rem;
    border-bottom: 1px solid #d9d9d9
}

@media (min-width:850px) {

    .subscription-form-popup .subscription-form__success__message h1.pageTitleAndText__heading,
    .subscription-form-popup .subscription-form__success__message h2,
    .subscription-form-popup__description h1.pageTitleAndText__heading,
    .subscription-form-popup__description h2 {
        margin-bottom: 60px;
        padding-bottom: 60px
    }
}

.subscription-form-popup .subscription-form__success__message h3,
.subscription-form-popup__description h3 {
    font-size: 2.3rem;
    margin-bottom: 35px
}

@media (min-width:850px) {

    .subscription-form-popup .subscription-form__success__message h3,
    .subscription-form-popup__description h3 {
        margin-bottom: 60px
    }
}

.subscription-form-popup .subscription-form__success__message p,
.subscription-form-popup__description p {
    padding: 0;
    margin: 0;
    line-height: 1.94
}

.subscription-form-popup__body {
    margin-bottom: 35px
}

@media (min-width:850px) {
    .subscription-form-popup__body {
        margin-bottom: 50px
    }
}

.subscription-form-popup__body__inner .subscription-form__group:last-child {
    margin-bottom: 0
}

.accordion__panel-title>a {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    display: block;
    color: #333
}

@media (min-width:768px) {
    .accordion__panel-title>a {
        font-size: 22px;
        font-size: 2.2rem
    }
}

.accordion__panel-title>a:hover {
    background: #ebeef0;
    text-decoration: none;
    color: #333
}

.accordion__panel-title>a:focus {
    text-decoration: none;
    color: #333
}

.accordion__heading {
    position: relative;
    padding: 25px 0 24px;
    border-top: 1px solid #e5e5e5;
    line-height: 1.39
}

.accordion__heading .hsbc-panel-open,
.accordion__heading .table-toggle-holder .table-toggle.collapsed i,
.table-toggle-holder .table-toggle.collapsed .accordion__heading i {
    font-size: 23px
}

.accordion__panel-group>.accordion__panel:last-child>.accordion__panel-title>a:not([aria-expanded=true])>.accordion__heading {
    border-bottom: 1px solid #e5e5e5
}

.accordion__panel-body {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #f5f6f7
}

@media (min-width:768px) {
    .accordion__panel-body {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.accordion__panel-body .sublayout {
    margin: 0
}

.accordion__panel-title>a[aria-expanded=false] .hsbc-panel-open:before,
.accordion__panel-title>a[aria-expanded=false] .table-toggle-holder .table-toggle.collapsed i:before,
.table-toggle-holder .table-toggle.collapsed .accordion__panel-title>a[aria-expanded=false] i:before {
    display: inline-block;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.accordion__panel-title>a[aria-expanded=true] {
    background: #ebeef0;
    text-decoration: none
}

.accordion__panel-title>a[aria-expanded=true] .hsbc-panel-open:before,
.accordion__panel-title>a[aria-expanded=true] .table-toggle-holder .table-toggle.collapsed i:before,
.table-toggle-holder .table-toggle.collapsed .accordion__panel-title>a[aria-expanded=true] i:before {
    display: inline-block;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.accordion__panel-title>a[aria-expanded=true]>.accordion__heading {
    border-top-color: #ebeef0;
    border-bottom-color: #ebeef0
}

.accordion__nested-panel-group {
    padding-left: 16px
}

.accordion__nested-panel-group>.accordion__panel {
    border-top: none
}

.accordion__nested-panel-group>.accordion__panel:first-child .accordion__panel-title>a {
    border-bottom: none
}

.accordion__nested-panel-group .accordion__heading {
    padding-right: 16px;
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width:768px) {
    .accordion__nested-panel-group .accordion__heading {
        font-size: 20px;
        font-size: 2rem
    }
}

.accordion__nested-panel-group .accordion__heading .hsbc-panel-open,
.accordion__nested-panel-group .accordion__heading .table-toggle-holder .table-toggle.collapsed i,
.table-toggle-holder .table-toggle.collapsed .accordion__nested-panel-group .accordion__heading i {
    right: 14px;
    top: 25px;
    font-size: 18px
}

.accordion__nested-panel-group .accordion__panel-body {
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 30px;
    padding-bottom: 35px
}

@media (min-width:768px) {
    .accordion__nested-panel-group .accordion__panel-body {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (max-width:991px) {

    .accordion__nested-panel-group .accordion__panel-title>a:hover,
    .accordion__nested-panel-group .accordion__panel-title>a[aria-expanded=true] {
        margin-left: -16px;
        padding-left: 16px
    }
}

.accordion__panel-text+.accordion__nested-panel-group,
.sublayout+.accordion__nested-panel-group {
    margin-top: 35px
}

@media (max-width:767px) {

    .accordion__panel-collapse--top,
    .accordion__panel-title--top>a {
        margin-left: -33px;
        margin-right: -33px
    }

    .accordion__panel-body--top,
    .accordion__panel-title--top>a {
        padding-left: 33px;
        padding-right: 33px
    }
}

@media (min-width:768px) {
    .accordion__panel-title>a {
        display: block;
        font-weight: 600;
        color: #000
    }

    .accordion__panel-title>a:focus,
    .accordion__panel-title>a:hover {
        color: #000
    }

    .accordion__heading {
        padding: 30px 30px 29px;
        line-height: 1.6;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .accordion__heading .hsbc-panel-open,
    .accordion__heading .table-toggle-holder .table-toggle.collapsed i,
    .table-toggle-holder .table-toggle.collapsed .accordion__heading i {
        font-size: 43px
    }

    .accordion__panel-body {
        padding: 58px 30px
    }

    .accordion__panel-body p {
        line-height: 1.94
    }

    .accordion__nested-panel-group {
        padding-left: 0
    }

    .accordion__nested-panel-group .accordion__panel:first-of-type .accordion__panel-title {
        margin-top: 0
    }

    .accordion__nested-panel-group .accordion__heading {
        padding-left: 24px;
        padding-right: 24px
    }

    .accordion__nested-panel-group .accordion__heading .hsbc-panel-open,
    .accordion__nested-panel-group .accordion__heading .table-toggle-holder .table-toggle.collapsed i,
    .table-toggle-holder .table-toggle.collapsed .accordion__nested-panel-group .accordion__heading i {
        top: 27px;
        right: 17px;
        font-size: 35px
    }

    .accordion__nested-panel-group .accordion__panel-body {
        padding-top: 39px;
        padding-bottom: 50px;
        padding-left: 24px
    }

    .accordion__nested-panel-group .accordion__panel-body .sublayout {
        margin: 0
    }

    .accordion__panel-text+.accordion__nested-panel-group,
    .sublayout+.accordion__nested-panel-group {
        margin-top: 58px
    }

    .accordion-module--full-bleed>.accordion__panel-group>.accordion__panel>.accordion__panel-title>a>.accordion__heading {
        padding-left: 0;
        padding-right: 0
    }

    .accordion-module--full-bleed>.accordion__panel-group>.accordion__panel>.accordion__panel-title>a>.accordion__heading .hsbc-panel-open,
    .accordion-module--full-bleed>.accordion__panel-group>.accordion__panel>.accordion__panel-title>a>.accordion__heading .table-toggle-holder .table-toggle.collapsed i,
    .table-toggle-holder .table-toggle.collapsed .accordion-module--full-bleed>.accordion__panel-group>.accordion__panel>.accordion__panel-title>a>.accordion__heading i {
        right: 0
    }

    .col-sm-12>.promobox .one-column-sublayout__content.promobox__content .accordion-module--full-bleed .accordion__panel-collapse--top,
    .col-sm-12>.promobox .one-column-sublayout__content.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .one-column-sublayout__content.promobox__media .accordion-module--full-bleed .accordion__panel-collapse--top,
    .col-sm-12>.promobox .one-column-sublayout__content.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-collapse--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-collapse--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-collapse--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-collapse--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.col-sm-12 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .one-column-sublayout__content.col-sm-12 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-12.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.col-sm-12 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .sublayout--content.col-sm-12 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a {
        margin-left: -35px;
        margin-right: -35px
    }

    .col-sm-12>.promobox .one-column-sublayout__content.promobox__content .accordion-module--full-bleed .accordion__panel-body--top,
    .col-sm-12>.promobox .one-column-sublayout__content.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .one-column-sublayout__content.promobox__media .accordion-module--full-bleed .accordion__panel-body--top,
    .col-sm-12>.promobox .one-column-sublayout__content.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-body--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-body--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-body--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-body--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.col-sm-12 .accordion-module--full-bleed .accordion__panel-body--top,
    .one-column-sublayout__content.col-sm-12 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-12.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.col-sm-12 .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .sublayout--content.col-sm-12 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (min-width:1240px) {

    .col-sm-12>.promobox .one-column-sublayout__content.promobox__content .accordion-module--full-bleed .accordion__panel-collapse--top,
    .col-sm-12>.promobox .one-column-sublayout__content.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .one-column-sublayout__content.promobox__media .accordion-module--full-bleed .accordion__panel-collapse--top,
    .col-sm-12>.promobox .one-column-sublayout__content.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-collapse--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-collapse--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-collapse--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-collapse--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.col-sm-12 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .one-column-sublayout__content.col-sm-12 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-12.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.col-sm-12 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .sublayout--content.col-sm-12 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a {
        margin-left: calc((100vw - 1170px)/-2);
        margin-right: calc((100vw - 1170px)/-2)
    }

    .col-sm-12>.promobox .one-column-sublayout__content.promobox__content .accordion-module--full-bleed .accordion__panel-body--top,
    .col-sm-12>.promobox .one-column-sublayout__content.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .one-column-sublayout__content.promobox__media .accordion-module--full-bleed .accordion__panel-body--top,
    .col-sm-12>.promobox .one-column-sublayout__content.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-body--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-body--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-body--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-body--top,
    .col-sm-12>.promobox .sublayout--sl1 .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.col-sm-12 .accordion-module--full-bleed .accordion__panel-body--top,
    .one-column-sublayout__content.col-sm-12 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-12.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content-hero.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-12>.promobox .sublayout--content.promobox__media .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.col-sm-12 .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .sublayout--content.col-sm-12 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a {
        padding-left: calc((100vw - 1170px)/2);
        padding-right: calc((100vw - 1170px)/2)
    }
}

@media (min-width:768px) {

    .article-sublayout__content.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .article-sublayout__content.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .article-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .article-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .one-column-sublayout__content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-8.col-sm-offset-2.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-8.col-sm-offset-2.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .sublayout--content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-title--top>a {
        margin-left: calc(((100vw - 70px)/-3) - 35px - 10px)
    }

    .article-sublayout__content.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-body--top,
    .article-sublayout__content.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .article-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .article-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-body--top,
    .one-column-sublayout__content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-8.col-sm-offset-2.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-8.col-sm-offset-2.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .sublayout--content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-title--top>a {
        padding-left: calc(((100vw - 70px)/3) + 35px + 10px)
    }
}

@media (min-width:1240px) {

    .article-sublayout__content.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .article-sublayout__content.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .article-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .article-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .one-column-sublayout__content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-8.col-sm-offset-2.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-8.col-sm-offset-2.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .sublayout--content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-title--top>a {
        margin-left: calc((100vw - 1170px)/-2 - (1170px/3) - 10px)
    }

    .article-sublayout__content.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-body--top,
    .article-sublayout__content.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .article-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .article-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-body--top,
    .one-column-sublayout__content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-8.col-sm-offset-2.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-8.col-sm-offset-2.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .sublayout--content.col-sm-8.col-sm-offset-2 .accordion-module--full-bleed .accordion__panel-title--top>a {
        padding-left: calc((100vw - 1170px)/2 + (1170px/3) + 10px)
    }
}

@media (min-width:768px) {

    .article-sublayout__content .accordion-module--full-bleed .accordion__panel-collapse--top,
    .article-sublayout__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.col-sm-8 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .one-column-sublayout__content.col-sm-8 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-8.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-8.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.col-sm-8 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .sublayout--content.col-sm-8 .accordion-module--full-bleed .accordion__panel-title--top>a {
        margin-left: -35px;
        margin-right: calc(((100vw - 70px)/-3) - 35px - 10px)
    }

    .article-sublayout__content .accordion-module--full-bleed .accordion__panel-body--top,
    .article-sublayout__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.col-sm-8 .accordion-module--full-bleed .accordion__panel-body--top,
    .one-column-sublayout__content.col-sm-8 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-8.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-8.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.col-sm-8 .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .sublayout--content.col-sm-8 .accordion-module--full-bleed .accordion__panel-title--top>a {
        padding-left: 35px;
        padding-right: calc(((100vw - 70px)/3) + 35px + 10px)
    }
}

@media (min-width:1240px) {

    .article-sublayout__content .accordion-module--full-bleed .accordion__panel-collapse--top,
    .article-sublayout__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.col-sm-8 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .one-column-sublayout__content.col-sm-8 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-8.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .col-sm-8.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.col-sm-8 .accordion-module--full-bleed .accordion__panel-collapse--top,
    .sublayout--sl1 .sublayout--content.col-sm-8 .accordion-module--full-bleed .accordion__panel-title--top>a {
        margin-left: calc((100vw - 1170px)/-2);
        margin-right: calc((100vw - 1170px)/-2 - (1170px/3) - 10px)
    }

    .article-sublayout__content .accordion-module--full-bleed .accordion__panel-body--top,
    .article-sublayout__content .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .one-column-sublayout__content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .hero-banner--size-medium .sublayout--sl1 .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .one-column-sublayout__content.col-sm-8 .accordion-module--full-bleed .accordion__panel-body--top,
    .one-column-sublayout__content.col-sm-8 .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .col-sm-8.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .col-sm-8.sublayout--content-hero .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content-hero.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .hero-banner--size-medium .sublayout--content.hero-banner__responsive-body .accordion-module--full-bleed .accordion__panel-title--top>a,
    .sublayout--sl1 .sublayout--content.col-sm-8 .accordion-module--full-bleed .accordion__panel-body--top,
    .sublayout--sl1 .sublayout--content.col-sm-8 .accordion-module--full-bleed .accordion__panel-title--top>a {
        padding-left: calc((100vw - 1170px)/2);
        padding-right: calc((100vw - 1170px)/2 + (1170px/3) + 10px)
    }
}

.accordion-module {
    margin: 52px 0
}

.accordion-module:first-child {
    margin-top: 0
}

.accordion-module:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .accordion-module {
        margin: 85px 0
    }

    .accordion-module:first-child {
        margin-top: 0
    }

    .accordion-module:last-child {
        margin-bottom: 0
    }
}

h1+.accordion-module {
    margin-top: -27px
}

h2+.accordion-module {
    margin-top: 48px
}

h3+.accordion-module {
    margin-top: 49px
}

h4+.accordion-module,
p+.accordion-module {
    margin-top: 50px
}

p+.accordion__nested-panel-group {
    margin-top: 58px
}

@media (min-width:768px) {
    h1+.accordion-module {
        margin-top: 78px
    }

    h2+.accordion-module {
        margin-top: 82px
    }

    h3+.accordion-module {
        margin-top: 84px
    }

    h4+.accordion-module,
    p+.accordion-module {
        margin-top: 85px
    }

    p+.accordion__nested-panel-group {
        margin-top: 58px
    }
}

.pageTitleAndText__lead+.accordion-module {
    margin-top: 55px
}

@media (min-width:768px) {
    .pageTitleAndText__lead+.accordion-module {
        margin-top: 90px
    }
}

.tabbed-content__page p+.accordion-module {
    margin-top: 51px
}

@media (min-width:768px) {
    .tabbed-content__page p+.accordion-module {
        margin-top: 87px
    }

    .tabbed-content__page p+.accordion-module:last-child {
        margin-bottom: 30px
    }

    .tabbed-content__page .accordion-module:first-child:last-child {
        margin-top: 30px
    }
}

.accordion-collapse-all-button {
    margin-bottom: 3px;
    width: 100%
}

@media (min-width:768px) {
    .accordion-collapse-all-button {
        position: absolute;
        top: -151px;
        right: 15px;
        margin-bottom: 0;
        width: auto
    }

    .accordion-collapse-all-button+.accordion-module {
        margin-top: 0
    }
}

.job-listing {
    position: relative
}

.job-listing__content,
.job-listing__field .styled-select__options,
.job-listing__field .styled-select__placeholder,
.job-listing__region .styled-select__options,
.job-listing__region .styled-select__placeholder {
    font-size: 18px;
    font-size: 1.8rem
}

@media (max-width:767px) {
    .job-listing__content {
        margin-left: -35px;
        margin-right: -35px
    }
}

.job-listing__header {
    margin-bottom: 50px;
    margin-top: 0;
    font-size: 45px;
    font-size: 4.5rem
}

.job-listing__field,
.job-listing__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.job-listing__start--small-and-external {
    display: none
}

.job-listing__start--big-or-nonexternal {
    display: block
}

.job-listing__field .styled-select__option a,
.job-listing__field .styled-select__options,
.job-listing__region .styled-select__option a,
.job-listing__region .styled-select__options {
    padding-top: 10px;
    padding-bottom: 10px
}

.job-listing__field .styled-select__option a:focus,
.job-listing__field .styled-select__option a:hover,
.job-listing__region .styled-select__option a:focus,
.job-listing__region .styled-select__option a:hover {
    background: #f5f6f7
}

.job-listing__confirm {
    border: 1px solid #000;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.job-listing__info,
table.simple-table tbody {
    font-size: 16px;
    font-size: 1.6rem
}

.job-listing__info--external {
    font-size: 18px;
    font-size: 1.8rem
}

.download-basket-docs__doc>div>a,
.job-listing__info--external__link {
    font-weight: 700
}

.job-listing__info--external__link>[class^=hsbc-] {
    display: inline-block
}

.job-listing__info--external__link:hover,
.programme-details__selector a,
.programme-details__selector a:hover {
    text-decoration: none
}

.job-listing__info--external__link:hover>.job-listing__info--external__link__text {
    text-decoration: underline
}

.job-listing__info--external__link:hover>[class^=hsbc-] {
    color: #ba000e
}

.job-listing__info--global {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 27px
}

.job-listing__info--global div {
    width: calc(100% - 1.5rem)
}

.job-listing__info--global span {
    position: relative;
    top: -5px;
    padding-right: 5px
}

.job-listing[data-type=external] .job-listing__between,
.job-listing[data-type=external] .job-listing__field,
.job-listing[data-type=external] .job-listing__info--global,
.job-listing[data-type=global] .job-listing__info--external,
.job-listing[data-type=normal] .job-listing__info {
    display: none
}

.job-listing[data-type=global] .job-listing__info-placeholder--small {
    margin-bottom: 0
}

.floating-element .job-listing.mql-md {
    border-top: 1px solid #d9dde1;
    border-bottom: 1px solid #d9dde1;
    background-color: #fff
}

.floating-element .job-listing.mql-md .job_listing__field .styled-select__button,
.floating-element .job-listing.mql-md .job_listing__region .styled-select__button {
    background-color: #ebeef0
}

@media (min-width:768px) {
    .floating-element .job-listing.mql-md.is-small[data-type=normal] .job-listing__field {
        margin-bottom: 70px
    }
}

.job-listing.full-bleed .job-listing__background {
    display: block;
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 35px;
    padding-right: 35px;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #f5f6f7
}

@media (min-width:1240px) {
    .job-listing.full-bleed .job-listing__background {
        margin-left: calc((100vw - 1170px)/-2);
        margin-right: calc((100vw - 1170px)/-2);
        padding-left: calc((100vw - 1170px)/2);
        padding-right: calc((100vw - 1170px)/2)
    }
}

.job-listing.is-big .job-listing__main {
    margin: 0 -30px;
    padding: 20px 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ebeef0
}

.job-listing.is-big .job-listing__between,
.job-listing.is-big .job-listing__field,
.job-listing.is-big .job-listing__region,
.job-listing.is-big .job-listing__start {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px
}

.job-listing.is-big .job-listing__field .styled-select__button,
.job-listing.is-big .job-listing__region .styled-select__button {
    background-color: #fff
}

.job-listing.is-big .job-listing__confirm {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    background-color: #ebeef0
}

.job-listing.is-big .job-listing__info {
    margin-top: 50px
}

.job-listing.is-big .job-listing__between--small,
.job-listing.is-big[data-type=external] .job-listing__confirm {
    display: none
}

.job-listing .job-listing__confirm.btn:hover,
.job-listing .job-listing__confirm.cookie-notification__button:hover,
.job-listing .popup-notification__buttons .job-listing__confirm.popup-notification__button:hover,
.job-listing .subscription-form-popup__header button.job-listing__confirm:hover,
.popup-notification__buttons .job-listing .job-listing__confirm.popup-notification__button:hover,
.subscription-form-popup__header .job-listing button.job-listing__confirm:hover {
    background: rgba(255, 255, 255, .6)
}

.job-listing.is-small .job-listing__header {
    font-size: 30px;
    font-size: 3rem;
    text-align: left
}

@media (min-width:768px) {
    .job-listing.is-small .job-listing__header {
        font-size: 45px;
        font-size: 4.5rem;
        text-align: center
    }
}

.job-listing.is-small .job-listing__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: visible
}

.job-listing.is-small .job-listing__between,
.job-listing.is-small .job-listing__start {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400
}

@media (min-width:768px) {

    .job-listing.is-small .job-listing__between,
    .job-listing.is-small .job-listing__start {
        font-size: 25px;
        font-size: 2.5rem;
        text-align: center;
        font-weight: 300;
        margin-top: 40px
    }
}

.job-listing.is-small .job-listing__start {
    margin-bottom: 20px
}

.job-listing.is-small .job-listing__field {
    margin-top: 20px
}

.job-listing.is-small .job-listing__between--big {
    display: none
}

.job-listing.is-small .job-listing__field .styled-select,
.job-listing.is-small .job-listing__region .styled-select {
    width: 100% !important
}

.job-listing.is-small .job-listing__confirm.btn:hover,
.job-listing.is-small .job-listing__confirm.cookie-notification__button:hover,
.job-listing.is-small .popup-notification__buttons .job-listing__confirm.popup-notification__button:hover,
.job-listing.is-small .subscription-form-popup__header button.job-listing__confirm:hover,
.popup-notification__buttons .job-listing.is-small .job-listing__confirm.popup-notification__button:hover,
.subscription-form-popup__header .job-listing.is-small button.job-listing__confirm:hover,
.table__container table>tbody>tr:hover,
.table__container ul.table>li:hover {
    background: #f5f6f7
}

.job-listing.is-small.mql-sm {
    background: #fff;
    padding: 55px 0
}

.device-mobile .job-listing.is-small.mql-sm {
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 35px;
    padding-right: 35px;
    background: #ebeef0
}

.job-listing.is-small.mql-sm .row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px
}

.job-listing.is-small.mql-sm .job-listing__header {
    margin-bottom: 45px
}

.job-listing.is-small.mql-sm .job-listing__start {
    margin-bottom: 15px
}

.job-listing.is-small.mql-sm .job-listing__between {
    margin-top: 15px
}

.job-listing.is-small.mql-sm .job-listing__field,
table .timetable>ul>li+li {
    margin-top: 10px
}

.job-listing.is-small.mql-sm .job-listing__confirm,
.job-listing.is-small.mql-sm .job-listing__field,
.job-listing.is-small.mql-sm .job-listing__region {
    width: 100%
}

.job-listing.is-small.mql-sm .job-listing .device-mobile {
    background: #ebeef0
}

.job-listing.is-small.mql-sm .job-listing__info--global {
    font-size: 12px;
    font-size: 1.2rem
}

.job-listing.is-small.mql-sm .job-listing__info--external {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 5%;
    margin-top: 50px
}

.job-listing.is-small.mql-sm .job-listing__field .styled-select__button,
.job-listing.is-small.mql-sm .job-listing__region .styled-select__button {
    background-color: #fff;
    font-size: 15px;
    font-size: 1.5rem
}

.job-listing.is-small.mql-md {
    background-color: #fff
}

.job-listing.is-small.mql-md .job-listing__field,
.job-listing.is-small.mql-md .job-listing__region {
    background-color: #d9dde1
}

.job-listing.is-small.mql-md .job-listing__field .styled-select__button,
.job-listing.is-small.mql-md .job-listing__region .styled-select__button {
    background-color: #ebeef0
}

.job-listing.is-small.mql-md .job-listing__field .styled-select__options,
.job-listing.is-small.mql-md .job-listing__region .styled-select__options {
    border-top: 1px solid #fff;
    background-color: #d9dde1
}

.job-listing.is-small.mql-md .job-listing__field .styled-select__option a:focus,
.job-listing.is-small.mql-md .job-listing__field .styled-select__option a:hover,
.job-listing.is-small.mql-md .job-listing__region .styled-select__option a:focus,
.job-listing.is-small.mql-md .job-listing__region .styled-select__option a:hover {
    background: #ebeef0
}

.job-listing.is-small.mql-md .job-listing__info--external {
    margin-top: 90px
}

.job-listing.is-small.mql-md .job-listing__info--external__link {
    display: block
}

.job-listing.is-small[data-type=normal] .job-listing__field {
    margin-bottom: 55px
}

.job-listing.is-small[data-type=normal] .job-listing__between {
    margin-top: 20px
}

.job-listing.is-small[data-type=external] .job-listing__confirm,
.job-listing.is-small[data-type=external] .job-listing__start--small-and-external {
    display: none
}

.job-listing.is-small[data-type=external] .job-listing__start--big-or-nonexternal {
    display: block
}

.job-listing.is-small[data-type=global] .job-listing__region {
    margin-bottom: 20px
}

.job-listing.is-small[data-type=global] .job-listing__field {
    margin-bottom: 55px
}

@media (min-width:768px) {
    .force-small .job-listing__content {
        padding: 90px 0
    }

    .job-listing.is-small[data-type=global] .job-listing__header {
        margin-bottom: 0
    }

    .job-listing.is-small[data-type=global] .job-listing__region {
        margin-bottom: 35px
    }

    .job-listing.is-small[data-type=global] .job-listing__field {
        margin-top: 10px;
        margin-bottom: 50px
    }

    .job-listing.is-small[data-type=global] .job-listing__start {
        margin-top: 30px;
        margin-bottom: 10px
    }

    .job-listing.is-small[data-type=normal] .job-listing__start {
        margin-top: 20px
    }

    .job-listing.is-small[data-type=normal] .job-listing__field {
        margin-top: 10px;
        margin-bottom: 90px
    }

    .job-listing.is-small[data-type=normal] .job-listing__between {
        margin-top: 30px
    }

    .job-listing.is-small[data-type=external] .job-listing__header {
        margin-bottom: 30px
    }

    .job-listing.is-small[data-type=external] .job-listing__start--small-and-external {
        display: block;
        margin-top: 0;
        margin-bottom: 10px
    }

    .job-listing.is-small[data-type=external] .job-listing__start--big-or-nonexternal {
        display: none
    }
}

.programme-details__key-info {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 25px
}

@media (min-width:768px) {
    .programme-details__key-info {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.programme-details__key-info table {
    margin: 0;
    padding: 0;
    width: 100%
}

.programme-details__key-info table tr {
    vertical-align: baseline
}

.programme-details__key-info table tr th {
    font-weight: 400;
    width: 33.33%
}

@media (min-width:768px) {
    .programme-details__key-info table tr th {
        width: 25%
    }
}

.programme-details__key-info table tr td {
    padding-left: 15px
}

.programme-details__selected-item+.programme-details__key-info {
    padding-bottom: 0
}

.programme-details__selector__heading {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 30px
}

@media (min-width:768px) {
    .programme-details__selector__heading {
        margin-top: 10px;
        padding-bottom: 40px;
        font-size: 25px
    }
}

.programme-details__selector__dropdown__item-heading {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 15px;
    position: relative
}

@media (min-width:768px) {
    .programme-details__selector__dropdown__item-heading {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.programme-details__selector__dropdown__item-heading span.hsbc-panel-open {
    -webkit-transition: -webkit-transform ease-in-out 200ms;
    transition: transform ease-in-out 200ms;
    transition: transform ease-in-out 200ms, -webkit-transform ease-in-out 200ms
}

@media (min-width:768px) {
    .programme-details__selector__dropdown__item-heading span.hsbc-panel-open {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 35px
    }
}

.programme-details__selector--selected .programme-details__selector__dropdown__item-heading {
    border-bottom: 1px solid #000
}

.programme-details__selector--opened .programme-details__selector__dropdown__item-heading {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.programme-details__selector--opened .programme-details__selector__dropdown__item-heading span.hsbc-panel-open {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

a:active .programme-details__selector__dropdown__item-heading,
a:focus .programme-details__selector__dropdown__item-heading,
a:hover .programme-details__selector__dropdown__item-heading {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.programme-details__selector__dropdown a {
    display: block;
    margin: 0 -33px;
    padding: 0 33px
}

@media (min-width:768px) {
    .programme-details__selector__dropdown a {
        margin-left: -35px;
        margin-right: -35px;
        padding-left: 35px;
        padding-right: 35px
    }

    .col-sm-8.col-sm-offset-2 .programme-details__selector__dropdown a,
    .hero-banner--size-medium .hero-banner__responsive-body .programme-details__selector__dropdown a {
        margin-right: calc(((100vw - 70px)/-3) - 35px - 10px);
        padding-right: calc(((100vw - 70px)/3) + 35px + 10px);
        margin-left: calc(((100vw - 70px)/-3) - 35px - 10px);
        padding-left: calc(((100vw - 70px)/3) + 35px + 10px)
    }
}

@media (min-width:1240px) {
    .programme-details__selector__dropdown a {
        margin-left: calc((100vw - 1170px)/-2);
        margin-right: calc((100vw - 1170px)/-2);
        padding-left: calc((100vw - 1170px)/2);
        padding-right: calc((100vw - 1170px)/2)
    }

    .col-sm-8.col-sm-offset-2 .programme-details__selector__dropdown a,
    .hero-banner--size-medium .hero-banner__responsive-body .programme-details__selector__dropdown a {
        margin-right: calc((100vw - 1170px)/-2 - (1170px/3) - 10px);
        padding-right: calc((100vw - 1170px)/2 + (1170px/3) + 10px);
        margin-left: calc((100vw - 1170px)/-2 - (1170px/3) - 10px);
        padding-left: calc((100vw - 1170px)/2 + (1170px/3) + 10px)
    }
}

.programme-details__selector__dropdown a:active,
.programme-details__selector__dropdown a:focus,
.programme-details__selector__dropdown a:hover {
    background-color: #ebeef0 !important
}

.programme-details__selector--opened .programme-details__selector__dropdown a {
    background-color: #ebeef0 !important
}

.programme-details__selector__list {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 1
}

.programme-details--interactive .programme-details__selector--selected+.programme-details__selected-item,
.programme-details__selected-item table tr.actions td ul li a,
.programme-details__selector--opened .programme-details__selector__list,
.programme-details__selector__list__item {
    display: block
}

.programme-details__selector__list ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.programme-details__selector__list__item a {
    display: block;
    background-color: #f5f6f7;
    margin-left: -33px;
    margin-right: -33px;
    padding: 30px 33px
}

@media (min-width:768px) {
    .programme-details__selector__list__item a {
        margin-left: -35px;
        margin-right: -35px;
        padding-left: 35px;
        padding-right: 35px
    }

    .col-sm-8.col-sm-offset-2 .programme-details__selector__list__item a,
    .hero-banner--size-medium .hero-banner__responsive-body .programme-details__selector__list__item a {
        margin-right: calc(((100vw - 70px)/-3) - 35px - 10px);
        padding-right: calc(((100vw - 70px)/3) + 35px + 10px);
        margin-left: calc(((100vw - 70px)/-3) - 35px - 10px);
        padding-left: calc(((100vw - 70px)/3) + 35px + 10px)
    }
}

@media (min-width:1240px) {
    .programme-details__selector__list__item a {
        margin-left: calc((100vw - 1170px)/-2);
        margin-right: calc((100vw - 1170px)/-2);
        padding-left: calc((100vw - 1170px)/2);
        padding-right: calc((100vw - 1170px)/2)
    }

    .col-sm-8.col-sm-offset-2 .programme-details__selector__list__item a,
    .hero-banner--size-medium .hero-banner__responsive-body .programme-details__selector__list__item a {
        margin-right: calc((100vw - 1170px)/-2 - (1170px/3) - 10px);
        padding-right: calc((100vw - 1170px)/2 + (1170px/3) + 10px);
        margin-left: calc((100vw - 1170px)/-2 - (1170px/3) - 10px);
        padding-left: calc((100vw - 1170px)/2 + (1170px/3) + 10px)
    }
}

.programme-details__selector__list__item a .option {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.programme-details__selector__list__item a .option span.option-name {
    display: block;
    width: 33.33%;
    font-weight: 600
}

@media (min-width:768px) {
    .programme-details__selector__list__item a .option span.option-name {
        width: 25%
    }
}

.programme-details__selector__list__item a .option span.option-details {
    display: block;
    padding-left: 15px
}

.programme-details__selector__list__item a:active,
.programme-details__selector__list__item a:focus,
.programme-details__selector__list__item a:hover {
    background-color: #ebeef0
}

@media (min-width:768px) {
    .programme-details__selector__list__item a {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.programme-details__selector__list--force-fit {
    position: relative
}

.programme-details__selected-item {
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out
}

.programme-details__selected-item__heading {
    font-weight: 600;
    font-size: 17.5px;
    padding-top: 25px
}

.programme-details__selected-item table tr:first-child th {
    padding-top: 30px
}

.programme-details__selected-item table tr th {
    display: block;
    width: 100%;
    padding-top: 35px;
    font-size: 17.5px;
    font-weight: 400
}

.programme-details__selected-item table tr td {
    display: block;
    width: 100%;
    padding: 20px 0 0
}

.programme-details__selected-item table tr.table-header td {
    font-weight: 600;
    font-size: 17.5px;
    display: block;
    width: 100%;
    padding-left: 0
}

.programme-details__selected-item table tr.actions td {
    padding-top: 35px
}

.popup-notification__buttons .programme-details__selected-item table tr.actions td a.popup-notification__button,
.programme-details__selected-item table tr.actions td .popup-notification__buttons a.popup-notification__button,
.programme-details__selected-item table tr.actions td a.btn,
.programme-details__selected-item table tr.actions td a.cookie-notification__button {
    white-space: normal;
    min-width: 50%;
    margin: 0
}

@media (min-width:768px) {

    .popup-notification__buttons .programme-details__selected-item table tr.actions td a.popup-notification__button,
    .programme-details__selected-item table tr.actions td .popup-notification__buttons a.popup-notification__button,
    .programme-details__selected-item table tr.actions td a.btn,
    .programme-details__selected-item table tr.actions td a.cookie-notification__button {
        min-width: 33.33%
    }
}

.popup-notification__buttons .programme-details__selected-item table tr.actions td a.popup-notification__button:hover,
.programme-details__selected-item table tr.actions td .popup-notification__buttons a.popup-notification__button:hover,
.programme-details__selected-item table tr.actions td a.btn:hover,
.programme-details__selected-item table tr.actions td a.cookie-notification__button:hover {
    background: #ba000e
}

.programme-details__selected-item table tr.actions td ul li {
    margin: 0 0 15px;
    padding: 0
}

@media (min-width:768px) {
    .programme-details__selected-item table tr.actions td ul li a {
        display: inline-block
    }

    .programme-details__selected-item table tr td,
    .programme-details__selected-item table tr th {
        padding-top: 20px;
        display: table-cell
    }

    .programme-details__selected-item table tr th {
        width: 25%;
        vertical-align: top;
        font-size: 18px
    }

    .programme-details__selected-item table tr td {
        width: auto;
        padding-left: 15px
    }

    .programme-details__selected-item table tr:first-child td,
    .programme-details__selected-item table tr:first-child th {
        padding-top: 25px
    }
}

.programme-details__selected-item .in-page-link {
    margin: 0
}

.programme-details__selected-item .in-page-link a {
    padding: 0
}

.programme-details__selected-item .api-error,
.programme-details__selected-item .api-fetching {
    position: relative;
    padding-top: 35px;
    padding-left: 35px
}

.programme-details__selected-item .api-error::after,
.programme-details__selected-item .api-fetching::after {
    display: block;
    font-family: 'hsbc-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 39px
}

.programme-details__selected-item .api-fetching::after {
    content: ""
}

.programme-details--interactive .programme-details__selected-item {
    display: none;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5
}

.programme-details--with-background .programme-details__selector--selected .programme-details__selector__dropdown a,
.role-selector__select .styled-select__option--active a {
    background-color: #f5f6f7
}

.programme-details--with-background .programme-details__selector--selected .programme-details__selector__dropdown__item-heading {
    border-top: 1px solid transparent
}

.programme-details--with-background .programme-details__selected-item {
    margin-left: -33px;
    margin-right: -33px;
    padding-left: 33px;
    padding-right: 33px;
    background-color: #f5f6f7;
    padding-bottom: 35px;
    border-bottom: 1px solid transparent
}

@media (min-width:768px) {
    .programme-details--with-background .programme-details__selected-item {
        margin-left: -35px;
        margin-right: -35px;
        padding-left: 35px;
        padding-right: 35px
    }

    .col-sm-8.col-sm-offset-2 .programme-details--with-background .programme-details__selected-item,
    .hero-banner--size-medium .hero-banner__responsive-body .programme-details--with-background .programme-details__selected-item {
        margin-right: calc(((100vw - 70px)/-3) - 35px - 10px);
        padding-right: calc(((100vw - 70px)/3) + 35px + 10px);
        margin-left: calc(((100vw - 70px)/-3) - 35px - 10px);
        padding-left: calc(((100vw - 70px)/3) + 35px + 10px)
    }
}

@media (min-width:1240px) {
    .programme-details--with-background .programme-details__selected-item {
        margin-left: calc((100vw - 1170px)/-2);
        margin-right: calc((100vw - 1170px)/-2);
        padding-left: calc((100vw - 1170px)/2);
        padding-right: calc((100vw - 1170px)/2)
    }

    .col-sm-8.col-sm-offset-2 .programme-details--with-background .programme-details__selected-item,
    .hero-banner--size-medium .hero-banner__responsive-body .programme-details--with-background .programme-details__selected-item {
        margin-right: calc((100vw - 1170px)/-2 - (1170px/3) - 10px);
        padding-right: calc((100vw - 1170px)/2 + (1170px/3) + 10px);
        margin-left: calc((100vw - 1170px)/-2 - (1170px/3) - 10px);
        padding-left: calc((100vw - 1170px)/2 + (1170px/3) + 10px)
    }
}

.programme-details__selector--opened+.programme-details__selected-item {
    opacity: .2
}

.role-selector {
    position: fixed;
    z-index: 3002;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1170px;
    height: 824px;
    max-width: 100vw;
    max-height: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 0 0 300vh rgba(0, 0, 0, .67);
    box-shadow: 0 0 0 300vh rgba(0, 0, 0, .67);
    -ms-scrollbar-track-color: #dfe2e4;
    -ms-scrollbar-arrow-color: #dfe2e4;
    -ms-scrollbar-face-color: #353535
}

.role-selector__header {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    height: 70px;
    padding-top: 23px;
    background: #fff;
    border-bottom: 1px solid #d9d9d9
}

.role-selector__indicator,
.role-selector__introduction {
    position: absolute;
    left: 32px;
    font-size: 18px;
    font-size: 1.8rem
}

.role-selector__indicator {
    display: none;
    z-index: 2;
    top: 23;
    background: #fff
}

@media (min-width:768px) {
    .role-selector__indicator {
        font-size: 21px;
        font-size: 2.1rem
    }
}

.role-selector__close {
    position: absolute;
    top: 23px;
    right: 32px;
    background: 0 0;
    border: 0;
    padding: 0;
    font-weight: 600
}

.role-selector__close span[class^=hsbc-] {
    vertical-align: -3px;
    margin-left: 18px
}

.role-selector--started .role-selector__indicator {
    display: block
}

.role-selector__footer {
    position: absolute;
    z-index: 40;
    bottom: 0;
    left: 0;
    right: 0;
    height: 110px;
    padding: 25px 32px;
    background: #fff;
    border-top: 1px solid #d9d9d9
}

.role-selector__button-back {
    display: none;
    float: left;
    padding: 17px 0
}

.role-selector__button-back:hover {
    background-color: #ebeef0
}

.role-selector__button-next,
.role-selector__button-result {
    display: none;
    float: right;
    padding: 17px 0
}

.role-selector__splash {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .25s;
    transition: all .25s
}

.role-selector__splash-desktop,
.role-selector__splash-mobile {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.role-selector__splash-content {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 0
}

.role-selector__splash-text {
    margin: 0;
    font-weight: 200;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.142857;
    color: #fff
}

@media (min-width:768px) {
    .role-selector__splash-text {
        font-size: 70px;
        font-size: 7rem
    }
}

.role-selector__start {
    margin-top: 45px;
    padding: 20px 40px
}

.role-selector__question {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .25s;
    transition: all .25s;
    background: #fff;
    margin-top: 70px;
    margin-bottom: 110px
}

.role-selector__question-title {
    padding: 0;
    font-weight: 200;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.142857;
    text-align: center
}

@media (min-width:768px) {
    .role-selector__question-title {
        font-size: 40px;
        font-size: 4rem
    }
}

.role-selector__answers {
    clear: both;
    overflow-x: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start
}

.role-selector ::-webkit-scrollbar {
    width: 10px
}

.role-selector ::-webkit-scrollbar-track {
    background: #dfe2e4;
    border-radius: 10px;
    margin-bottom: 15px
}

.role-selector ::-webkit-scrollbar-thumb {
    height: 80px;
    background: #353535;
    border-radius: 10px
}

.role-selector__question-1-col .role-selector__question-title {
    margin-top: 52px;
    margin-bottom: 48px
}

.role-selector__question-1-col .role-selector__question-title.is-title-for-select {
    margin-bottom: 33px
}

.role-selector__question-1-col .role-selector__answers {
    padding: 0
}

.role-selector__question-1-col .role-selector__checkbox,
.role-selector__question-1-col .role-selector__radio {
    width: 100%
}

.role-selector__question-2-col .role-selector__question-title {
    margin-top: 42px;
    margin-bottom: 40px
}

.role-selector__question-2-col .role-selector__answers {
    padding: 0
}

.role-selector__question-2-col .role-selector__checkbox,
.role-selector__question-2-col .role-selector__radio,
.video-player.video-player--native>video {
    display: block;
    width: 100%
}

.role-selector__checkbox,
.role-selector__radio {
    position: relative;
    margin-bottom: 15px
}

.role-selector__checkbox input,
.role-selector__radio input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10
}

.role-selector__checkbox input:checked+.role-selector__answer-button .text,
.role-selector__radio input:checked+.role-selector__answer-button .text {
    opacity: 0
}

.role-selector__checkbox input:checked+.role-selector__answer-button .selected,
.role-selector__radio input:checked+.role-selector__answer-button .selected {
    opacity: 1
}

.role-selector__checkbox input:checked+.role-selector__answer-button .selected .tick-icon,
.role-selector__radio input:checked+.role-selector__answer-button .selected .tick-icon {
    -webkit-animation: stroke .3s cubic-bezier(.65, 0, .45, 1) forwards;
    animation: stroke .3s cubic-bezier(.65, 0, .45, 1) forwards
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .role-selector__checkbox input:checked+.role-selector__answer-button .selected .tick-icon,
    .role-selector__radio input:checked+.role-selector__answer-button .selected .tick-icon {
        stroke-dasharray: 0;
        stroke-dashoffset: 0
    }
}

.role-selector__answer-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 23px;
    background: #f5f6f7;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.25;
    text-align: center;
    cursor: pointer
}

@media (min-width:768px) {
    .role-selector__answer-button {
        font-size: 21px;
        font-size: 2.1rem
    }
}

.role-selector__answer-button .selected,
.role-selector__answer-button .text {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.role-selector__answer-button .selected {
    opacity: 0
}

.role-selector__answer-button .selected .tick {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.role-selector__answer-button .selected .tick-icon {
    stroke-width: 2;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-dasharray: 100;
    stroke-dashoffset: 100
}

.role-selector__answer-button:hover {
    background: #ebeef0
}

.download-basket-docs__doc>div,
.leader-profile__additional-photos .teaser-image img,
.role-selector__select {
    width: 100%
}

.role-selector__select .styled-select {
    width: 100% !important;
    margin-bottom: 32px
}

.role-selector__select .styled-select__model {
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    bottom: 1px
}

@media (max-width:767px) {
    .role-selector__select .styled-select__real {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.role-selector__select .styled-select__button {
    padding: 10px 0 8px;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0
}

.role-selector__select .styled-select__button:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.role-selector__select .styled-select .dropdown__chevron {
    top: 6px;
    right: 0;
    font-size: 35px;
    font-size: 3.5rem;
    -webkit-transform: none;
    transform: none
}

@media (min-width:768px) {
    .role-selector__select .styled-select .dropdown__chevron {
        font-size: 45px;
        font-size: 4.5rem
    }
}

.role-selector__select .styled-select .dropdown__chevron::before {
    -webkit-transform: none;
    transform: none;
    content: ""
}

.role-selector__select .styled-select .open {
    -webkit-box-shadow: none;
    box-shadow: none
}

.role-selector__select .styled-select .open>.dropdown-toggle::after {
    border-bottom: 0
}

.role-selector__select .styled-select .open>.dropdown-toggle>.dropdown__chevron::before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.role-selector__select .styled-select .dropdown-menu {
    margin-top: 0;
    padding-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.role-selector__select .styled-select .dropdown-menu>li>a {
    padding: 12px 20px
}

.role-selector__select .styled-select__placeholder {
    font-weight: 200;
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width:768px) {
    .role-selector__select .styled-select__placeholder {
        font-size: 35px;
        font-size: 3.5rem
    }
}

.role-selector__select .styled-select__option--active {
    display: block
}

.role-selector__select .styled-select.disabled {
    opacity: .55
}

@media (max-width:767px) {
    .role-selector {
        -webkit-transform: none;
        transform: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .role-selector__splash-desktop {
        display: none
    }

    .role-selector__splash-text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0 32px
    }

    .role-selector__start {
        position: absolute;
        bottom: 55px;
        display: block;
        width: calc(100% - 64px);
        margin: 0 32px
    }

    .role-selector__button-back,
    .role-selector__button-next,
    .role-selector__button-result {
        width: calc(50% - 5px)
    }

    .role-selector__button-back--desktop,
    .role-selector__button-next--desktop,
    .role-selector__button-result--desktop {
        display: none !important
    }

    .role-selector__question {
        padding-left: 32px;
        padding-right: 32px
    }

    .role-selector__question-1-col .role-selector__answers,
    .role-selector__question-2-col .role-selector__answers {
        width: calc(100% + 15px);
        padding-right: 15px
    }

    .role-selector__select+.role-selector__checkbox,
    .role-selector__select+.role-selector__radio {
        margin-top: 15px
    }
}

@media (min-width:768px) {
    .role-selector__header {
        height: 96px;
        padding-top: 40px;
        background: 0 0;
        border-bottom: 0
    }

    .role-selector__close {
        top: 36px;
        right: 50px;
        color: #fff
    }

    .role-selector--started .role-selector__header {
        background: #fff;
        border-bottom: 1px solid #d9d9d9
    }

    .role-selector--started .role-selector__close {
        color: #000
    }

    .role-selector__footer {
        height: 145px;
        padding: 40px 50px
    }

    .role-selector__button-back,
    .role-selector__button-next {
        padding: 19px 50px
    }

    .role-selector__button-back--mobile,
    .role-selector__button-next--mobile {
        display: none !important
    }

    .role-selector__button-result {
        padding: 19px 40px
    }

    .role-selector__button-result--mobile {
        display: none !important
    }

    .role-selector__splash-mobile {
        display: none
    }

    .role-selector__splash-content {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .role-selector__introduction {
        display: none
    }

    .role-selector__indicator {
        top: 34px;
        left: 50px
    }

    .role-selector__question {
        margin-top: 96px;
        margin-bottom: 145px
    }

    .role-selector ::-webkit-scrollbar-track {
        margin-bottom: 30px
    }

    .role-selector__question-1-col .role-selector__question-title {
        margin-top: 55px;
        margin-bottom: 82px
    }

    .role-selector__question-1-col .role-selector__question-title.is-title-for-select {
        margin-bottom: 55px
    }

    .role-selector__question-1-col .role-selector__answers {
        padding-left: 16.66667%;
        padding-right: 16.66667%
    }
}

@media screen and (min-width:768px) and (-ms-high-contrast:active),
(min-width:768px) and (-ms-high-contrast:none) {

    .role-selector__question-1-col .role-selector__checkbox,
    .role-selector__question-1-col .role-selector__radio,
    .role-selector__question-1-col .role-selector__select {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

@media (min-width:768px) {
    .role-selector__question-2-col .role-selector__question-title {
        margin-top: 55px;
        margin-bottom: 52px
    }

    .role-selector__question-2-col .role-selector__checkbox,
    .role-selector__question-2-col .role-selector__radio {
        width: calc(50% - 15px)
    }
}

@media screen and (min-width:768px) and (-ms-high-contrast:active),
(min-width:768px) and (-ms-high-contrast:none) {

    .role-selector__question-2-col .role-selector__checkbox,
    .role-selector__question-2-col .role-selector__radio {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%
    }

    .role-selector__question-2-col .role-selector__checkbox:nth-child(odd):last-child>.role-selector__answer-button,
    .role-selector__question-2-col .role-selector__radio:nth-child(odd):last-child>.role-selector__answer-button {
        width: calc(50% - 8px)
    }
}

@media (min-width:768px) {

    .role-selector__question-2-col .role-selector__checkbox:nth-child(odd),
    .role-selector__question-2-col .role-selector__radio:nth-child(odd) {
        padding-right: 15px
    }

    .role-selector__question-2-col .role-selector__checkbox:nth-child(even),
    .role-selector__question-2-col .role-selector__radio:nth-child(even) {
        padding-left: 15px
    }

    .role-selector__answer-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 35px
    }

    .role-selector__answer-button .selected .tick {
        width: 64px;
        height: 48px
    }

    .role-selector__checkbox,
    .role-selector__radio {
        margin-bottom: 30px
    }

    .role-selector__select .styled-select__button {
        padding-top: 16px
    }

    .role-selector__select .styled-select .dropdown__chevron {
        top: 18px
    }
}

.download-basket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    min-height: 63px;
    max-height: 63px;
    -webkit-transition: min-height .2s ease-out, max-height .2s ease-out;
    transition: min-height .2s ease-out, max-height .2s ease-out;
    -ms-scrollbar-track-color: #dfe2e4;
    -ms-scrollbar-arrow-color: #dfe2e4;
    -ms-scrollbar-face-color: #353535
}

.download-basket.is-sticky {
    position: relative;
    -webkit-transition: none;
    transition: none
}

.download-basket.is-hidden {
    min-height: 0;
    max-height: 0
}

.download-basket.is-collapsed {
    max-height: 63px
}

.download-basket.is-expanded {
    max-height: 80vh
}

.download-basket.is-collapsed,
.download-basket.is-expanded {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.download-basket:not(.is-expanded):not(.is-collapsing) .download-basket__body,
.download-basket:not(.is-expanded):not(.is-collapsing) .download-basket__footer {
    display: none
}

.download-basket:not(.is-collapsed) .download-basket__header__buttons__open,
.download-basket:not(.is-expanded) .download-basket__header__buttons__close {
    position: absolute;
    right: -100%
}

.download-basket__header-wrapper {
    position: relative;
    height: 63px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #1e1e1e
}

.download-basket__notification {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    right: auto;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1e1e1e;
    opacity: 0
}

.download-basket__notification.is-visible {
    -webkit-animation-name: animateNotification;
    animation-name: animateNotification;
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    animation-timing-function: cubic-bezier(.42, 0, .58, 1)
}

.download-basket__notification>.hsbc-download-added {
    margin: -1px auto 0;
    color: #fff;
    font-size: 36px;
    font-size: 3.6rem
}

@media (min-width:768px) {
    .download-basket__notification>.hsbc-download-added {
        font-size: 80px;
        font-size: 8rem
    }
}

.download-basket__header {
    padding-top: 21px;
    padding-bottom: 18px;
    color: #fff
}

.download-basket__header__icon {
    position: relative;
    top: -1px;
    margin-right: 6px
}

.download-basket__header__icon__icon.hsbc-download-basket {
    font-size: 17px;
    font-size: 1.7rem
}

@media (min-width:768px) {
    .download-basket__header__icon__icon.hsbc-download-basket {
        font-size: 33px;
        font-size: 3.3rem
    }
}

.download-basket__header__icon__icon.hsbc-download-basket:hover {
    color: #fff
}

.download-basket__header__icon__count {
    position: absolute;
    top: -10px;
    right: 23px;
    text-align: right;
    font-weight: 700;
    font-size: 10px;
    font-size: 1rem
}

@media (min-width:768px) {
    .download-basket__header__icon__count {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.download-basket__header__expand-basket {
    display: none
}

.download-basket__header__title {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width:768px) {
    .download-basket__header__title {
        font-size: 30px;
        font-size: 3rem
    }
}

.download-basket__header__buttons {
    float: right
}

.download-basket__header__buttons>.btn,
.download-basket__header__buttons>.cookie-notification__button,
.popup-notification__buttons .download-basket__header__buttons>.popup-notification__button,
.subscription-form-popup__header .download-basket__header__buttons>button {
    position: relative;
    top: -3px;
    padding: 0;
    font-weight: 700;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-size: 1.4rem
}

.download-basket__header__buttons>.btn:active,
.download-basket__header__buttons>.cookie-notification__button:active,
.popup-notification__buttons .download-basket__header__buttons>.popup-notification__button:active,
.share-price a,
.subscription-form-popup__header .download-basket__header__buttons>button:active {
    color: #fff
}

.download-basket__header__buttons>.btn>.btn__text,
.download-basket__header__buttons>.cookie-notification__button>.btn__text,
.download-basket__header__buttons__download,
.popup-notification__buttons .download-basket__header__buttons>.popup-notification__button>.btn__text,
.subscription-form-popup__header .download-basket__header__buttons>button>.btn__text {
    display: none
}

@media (max-width:1239px) {

    .download-basket__header__title__count,
    .download-basket__header__title__size {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }
}

.download-basket__body {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    overscroll-behavior: none
}

.download-basket ::-webkit-scrollbar {
    width: 8px
}

.download-basket ::-webkit-scrollbar-track {
    margin-top: 10px;
    background: #dfe2e4;
    border-radius: 10px
}

.download-basket ::-webkit-scrollbar-thumb {
    background: #353535;
    border-radius: 10px
}

.download-basket-docs,
.download-basket-docs__page>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.download-basket-docs__page>.link-with-right-chevron {
    margin-top: 27px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700
}

@media (min-width:768px) {
    .download-basket-docs__page>.link-with-right-chevron {
        font-size: 21px;
        font-size: 2.1rem
    }
}

.download-basket-docs__page>.link-with-right-chevron>span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: bottom
}

.download-basket-docs__page>.link-with-right-chevron .hsbc-right-chevron,
.download-basket-docs__page>.link-with-right-chevron .interactive-map__info-window__actions__action--internal span.icon,
.interactive-map__info-window__actions__action--internal .download-basket-docs__page>.link-with-right-chevron span.icon {
    position: relative;
    top: 1px;
    font-size: 18px;
    font-size: 1.8rem
}

.download-basket-docs__page>.link-with-right-chevron .hsbc-right-chevron::before,
.download-basket-docs__page>.link-with-right-chevron .interactive-map__info-window__actions__action--internal span.icon::before,
.interactive-map__info-window__actions__action--internal .download-basket-docs__page>.link-with-right-chevron span.icon::before {
    margin-right: 8px
}

.download-basket-docs__page__doc-count {
    margin: 2px 0 18px;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width:768px) {
    .download-basket-docs__page__doc-count {
        font-size: 21px;
        font-size: 2.1rem
    }
}

.download-basket-docs__page>ul {
    border-top: 1px solid #e1e1e1
}

.download-basket-docs__doc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    font-size: 1.4rem
}

@media (min-width:768px) {
    .download-basket-docs__doc {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.download-basket-docs__doc>div>p {
    margin: -1px 0
}

.download-basket-docs__doc__remove {
    margin: 0;
    padding: 0;
    height: 19px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: 0 0;
    border: 0
}

.download-basket-docs__doc__remove>.hsbc-close {
    font-size: 19px
}

.download-basket__footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 35px;
    padding-bottom: 35px
}

.download-basket__footer>.btn,
.download-basket__footer>.cookie-notification__button,
.download-basket__footer>form>.btn,
.download-basket__footer>form>.cookie-notification__button,
.popup-notification__buttons .download-basket__footer>.popup-notification__button,
.popup-notification__buttons .download-basket__footer>form>.popup-notification__button,
.subscription-form-popup__header .download-basket__footer>button,
.subscription-form-popup__header .download-basket__footer>form>button {
    width: calc(50% - 6px);
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden
}

.download-basket__footer>.btn,
.download-basket__footer>.cookie-notification__button,
.popup-notification__buttons .download-basket__footer>.popup-notification__button,
.subscription-form-popup__header .download-basket__footer>button {
    float: right
}

@media (min-width:768px) {
    .download-basket {
        min-height: 110px;
        max-height: 110px
    }

    .download-basket.is-collapsed {
        max-height: 110px
    }

    .download-basket.is-collapsed:not(.is-collapsing) .download-basket__header__buttons__download {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .download-basket.is-collapsed.is-mini {
        left: calc(100% - 70px - 20px);
        right: auto;
        width: 70px;
        min-height: 70px;
        max-height: 70px;
        background-color: transparent
    }

    .download-basket.is-collapsed.is-mini.is-sticky {
        margin-top: -70px;
        top: -1px
    }

    .download-basket.is-collapsed.is-mini .download-basket__header-wrapper {
        max-height: 70px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .download-basket.is-collapsed.is-mini .download-basket__header {
        margin: 0;
        padding: 15px;
        height: 70px
    }

    .download-basket.is-collapsed.is-mini .download-basket__header .download-basket__header__icon {
        top: 2px;
        margin-right: 0
    }

    .download-basket.is-collapsed.is-mini .download-basket__header .download-basket__header__icon__icon {
        font-size: 34px;
        font-size: 3.4rem
    }

    .download-basket.is-collapsed.is-mini .download-basket__header .download-basket__header__icon__count {
        display: block;
        top: -19px;
        right: 29px;
        font-size: 11px;
        font-size: 1.1rem
    }

    .download-basket.is-collapsed.is-mini .download-basket__header .download-basket__header__buttons,
    .download-basket.is-collapsed.is-mini .download-basket__header .download-basket__header__title {
        display: none
    }

    .download-basket.is-collapsed.is-mini .download-basket__header__expand-basket {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        padding: 0;
        margin: 0;
        width: 70px;
        height: 70px;
        border: 0;
        background-color: transparent
    }

    .download-basket__header-wrapper {
        height: 110px
    }

    .download-basket__header {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .download-basket__header__icon {
        font-size: 18px;
        font-size: 1.8rem;
        top: -1px;
        margin-right: 15px
    }

    .download-basket__header__icon__count {
        top: -19px;
        right: 41px
    }

    .download-basket__header__title {
        margin-top: 5px
    }

    .download-basket__header__title__count,
    .download-basket__header__title__size {
        font-weight: 200
    }

    .download-basket-docs__page__doc-count::before,
    .download-basket__header__title__count::before,
    .download-basket__header__title__size::before {
        content: "";
        position: relative;
        top: 3px;
        display: inline-block;
        width: 1px;
        height: 35px;
        margin-left: 11px;
        margin-right: 18px;
        background-color: #626262
    }

    .download-basket__header__buttons {
        margin-left: 20px
    }

    .download-basket__header__buttons>.btn,
    .download-basket__header__buttons>.cookie-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>.popup-notification__button,
    .subscription-form-popup__header .download-basket__header__buttons>button {
        top: 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .download-basket__header__buttons>.btn-default.cookie-notification__button,
    .download-basket__header__buttons>.btn.btn-default,
    .popup-notification__buttons .download-basket__header__buttons>.btn-default.popup-notification__button,
    .subscription-form-popup__header .download-basket__header__buttons>button.btn-default {
        border: 1px solid #8f8f8f;
        color: #fff
    }

    .download-basket__header__buttons>.btn>.btn__text--mobile,
    .download-basket__header__buttons>.cookie-notification__button>.btn__text--mobile,
    .popup-notification__buttons .download-basket__header__buttons>.popup-notification__button>.btn__text--mobile,
    .subscription-form-popup__header .download-basket__header__buttons>button>.btn__text--mobile {
        display: none
    }

    .download-basket__header__buttons>.btn>.btn__text,
    .download-basket__header__buttons>.cookie-notification__button>.btn__text,
    .popup-notification__buttons .download-basket__header__buttons>.popup-notification__button>.btn__text,
    .subscription-form-popup__header .download-basket__header__buttons>button>.btn__text {
        display: inline
    }

    .download-basket__header__buttons>.btn.download-basket__header__buttons__download,
    .download-basket__header__buttons>.download-basket__header__buttons__download.cookie-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>.download-basket__header__buttons__download.popup-notification__button,
    .subscription-form-popup__header .download-basket__header__buttons>button.download-basket__header__buttons__download {
        display: none
    }

    .download-basket__footer>.btn,
    .download-basket__footer>.cookie-notification__button,
    .download-basket__footer>form>.btn,
    .download-basket__footer>form>.cookie-notification__button,
    .download-basket__header__buttons>.btn,
    .download-basket__header__buttons>.cookie-notification__button,
    .download-basket__header__buttons>form>.btn,
    .download-basket__header__buttons>form>.cookie-notification__button,
    .popup-notification__buttons .download-basket__footer>.popup-notification__button,
    .popup-notification__buttons .download-basket__footer>form>.popup-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>.popup-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>form>.popup-notification__button,
    .subscription-form-popup__header .download-basket__footer>button,
    .subscription-form-popup__header .download-basket__footer>form>button,
    .subscription-form-popup__header .download-basket__header__buttons>button,
    .subscription-form-popup__header .download-basket__header__buttons>form>button {
        padding: 13px 20px;
        width: auto;
        font-weight: 600;
        font-size: 16px;
        font-size: 1.6rem
    }

    .download-basket__footer>.btn-primary.cookie-notification__button,
    .download-basket__footer>.btn.btn-primary,
    .download-basket__footer>form>.btn-primary.cookie-notification__button,
    .download-basket__footer>form>.btn.btn-primary,
    .download-basket__header__buttons>.btn-primary.cookie-notification__button,
    .download-basket__header__buttons>.btn.btn-primary,
    .download-basket__header__buttons>form>.btn-primary.cookie-notification__button,
    .download-basket__header__buttons>form>.btn.btn-primary,
    .popup-notification__buttons .download-basket__footer>.btn-primary.popup-notification__button,
    .popup-notification__buttons .download-basket__footer>form>.btn-primary.popup-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>.btn-primary.popup-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>form>.btn-primary.popup-notification__button,
    .subscription-form-popup__header .download-basket__footer>button.btn-primary,
    .subscription-form-popup__header .download-basket__footer>form>button.btn-primary,
    .subscription-form-popup__header .download-basket__header__buttons>button.btn-primary,
    .subscription-form-popup__header .download-basket__header__buttons>form>button.btn-primary {
        border: 1px solid #da0011
    }

    .download-basket__footer>.btn+.btn,
    .download-basket__footer>.btn+.cookie-notification__button,
    .download-basket__footer>.cookie-notification__button+.btn,
    .download-basket__footer>.cookie-notification__button+.cookie-notification__button,
    .download-basket__footer>form>.btn+.btn,
    .download-basket__footer>form>.btn+.cookie-notification__button,
    .download-basket__footer>form>.cookie-notification__button+.btn,
    .download-basket__footer>form>.cookie-notification__button+.cookie-notification__button,
    .download-basket__header__buttons>.btn+.btn,
    .download-basket__header__buttons>.btn+.cookie-notification__button,
    .download-basket__header__buttons>.cookie-notification__button+.btn,
    .download-basket__header__buttons>.cookie-notification__button+.cookie-notification__button,
    .download-basket__header__buttons>form>.btn+.btn,
    .download-basket__header__buttons>form>.btn+.cookie-notification__button,
    .download-basket__header__buttons>form>.cookie-notification__button+.btn,
    .download-basket__header__buttons>form>.cookie-notification__button+.cookie-notification__button,
    .popup-notification__buttons .download-basket__footer>.btn+.popup-notification__button,
    .popup-notification__buttons .download-basket__footer>.cookie-notification__button+.popup-notification__button,
    .popup-notification__buttons .download-basket__footer>.popup-notification__button+.btn,
    .popup-notification__buttons .download-basket__footer>.popup-notification__button+.cookie-notification__button,
    .popup-notification__buttons .download-basket__footer>.popup-notification__button+.popup-notification__button,
    .popup-notification__buttons .download-basket__footer>form>.btn+.popup-notification__button,
    .popup-notification__buttons .download-basket__footer>form>.cookie-notification__button+.popup-notification__button,
    .popup-notification__buttons .download-basket__footer>form>.popup-notification__button+.btn,
    .popup-notification__buttons .download-basket__footer>form>.popup-notification__button+.cookie-notification__button,
    .popup-notification__buttons .download-basket__footer>form>.popup-notification__button+.popup-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>.btn+.popup-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>.cookie-notification__button+.popup-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>.popup-notification__button+.btn,
    .popup-notification__buttons .download-basket__header__buttons>.popup-notification__button+.cookie-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>.popup-notification__button+.popup-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>form>.btn+.popup-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>form>.cookie-notification__button+.popup-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>form>.popup-notification__button+.btn,
    .popup-notification__buttons .download-basket__header__buttons>form>.popup-notification__button+.cookie-notification__button,
    .popup-notification__buttons .download-basket__header__buttons>form>.popup-notification__button+.popup-notification__button,
    .popup-notification__buttons .subscription-form-popup__header .download-basket__footer>.popup-notification__button+button,
    .popup-notification__buttons .subscription-form-popup__header .download-basket__footer>button+.popup-notification__button,
    .popup-notification__buttons .subscription-form-popup__header .download-basket__footer>form>.popup-notification__button+button,
    .popup-notification__buttons .subscription-form-popup__header .download-basket__footer>form>button+.popup-notification__button,
    .popup-notification__buttons .subscription-form-popup__header .download-basket__header__buttons>.popup-notification__button+button,
    .popup-notification__buttons .subscription-form-popup__header .download-basket__header__buttons>button+.popup-notification__button,
    .popup-notification__buttons .subscription-form-popup__header .download-basket__header__buttons>form>.popup-notification__button+button,
    .popup-notification__buttons .subscription-form-popup__header .download-basket__header__buttons>form>button+.popup-notification__button,
    .subscription-form-popup__header .download-basket__footer>.btn+button,
    .subscription-form-popup__header .download-basket__footer>.cookie-notification__button+button,
    .subscription-form-popup__header .download-basket__footer>button+.btn,
    .subscription-form-popup__header .download-basket__footer>button+.cookie-notification__button,
    .subscription-form-popup__header .download-basket__footer>button+button,
    .subscription-form-popup__header .download-basket__footer>form>.btn+button,
    .subscription-form-popup__header .download-basket__footer>form>.cookie-notification__button+button,
    .subscription-form-popup__header .download-basket__footer>form>button+.btn,
    .subscription-form-popup__header .download-basket__footer>form>button+.cookie-notification__button,
    .subscription-form-popup__header .download-basket__footer>form>button+button,
    .subscription-form-popup__header .download-basket__header__buttons>.btn+button,
    .subscription-form-popup__header .download-basket__header__buttons>.cookie-notification__button+button,
    .subscription-form-popup__header .download-basket__header__buttons>button+.btn,
    .subscription-form-popup__header .download-basket__header__buttons>button+.cookie-notification__button,
    .subscription-form-popup__header .download-basket__header__buttons>button+button,
    .subscription-form-popup__header .download-basket__header__buttons>form>.btn+button,
    .subscription-form-popup__header .download-basket__header__buttons>form>.cookie-notification__button+button,
    .subscription-form-popup__header .download-basket__header__buttons>form>button+.btn,
    .subscription-form-popup__header .download-basket__header__buttons>form>button+.cookie-notification__button,
    .subscription-form-popup__header .download-basket__header__buttons>form>button+button,
    .subscription-form-popup__header .popup-notification__buttons .download-basket__footer>.popup-notification__button+button,
    .subscription-form-popup__header .popup-notification__buttons .download-basket__footer>button+.popup-notification__button,
    .subscription-form-popup__header .popup-notification__buttons .download-basket__footer>form>.popup-notification__button+button,
    .subscription-form-popup__header .popup-notification__buttons .download-basket__footer>form>button+.popup-notification__button,
    .subscription-form-popup__header .popup-notification__buttons .download-basket__header__buttons>.popup-notification__button+button,
    .subscription-form-popup__header .popup-notification__buttons .download-basket__header__buttons>button+.popup-notification__button,
    .subscription-form-popup__header .popup-notification__buttons .download-basket__header__buttons>form>.popup-notification__button+button,
    .subscription-form-popup__header .popup-notification__buttons .download-basket__header__buttons>form>button+.popup-notification__button {
        margin-left: 14px
    }

    .download-basket-docs__page>.link-with-right-chevron {
        display: inline-block;
        margin-top: 48px;
        margin-left: 20px;
        font-weight: 600
    }

    .download-basket-docs__page>.link-with-right-chevron .hsbc-right-chevron::before,
    .download-basket-docs__page>.link-with-right-chevron .interactive-map__info-window__actions__action--internal span.icon::before,
    .interactive-map__info-window__actions__action--internal .download-basket-docs__page>.link-with-right-chevron span.icon::before {
        margin-right: 4px
    }

    .download-basket-docs__page>.link-with-right-chevron:hover+p {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    .download-basket-docs__page__doc-count {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 23px;
        margin-right: 20px
    }

    .download-basket-docs__page__doc-count::before {
        height: 27px;
        margin-left: 10px;
        margin-right: 15px;
        background-color: #999
    }

    .download-basket-docs__doc {
        padding: 26px 18px 24px 20px
    }

    .download-basket-docs__doc>div>p {
        margin-top: 1px;
        margin-bottom: 0
    }

    .download-basket__footer {
        text-align: right;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .download-basket__footer>.btn,
    .download-basket__footer>.cookie-notification__button,
    .popup-notification__buttons .download-basket__footer>.popup-notification__button,
    .subscription-form-popup__header .download-basket__footer>button {
        margin-left: 15px
    }
}

@media (min-width:1240px) {
    .download-basket__header__title {
        margin-top: 1px
    }

    .download-basket__header__icon__count {
        display: none
    }
}

@media (min-width:1400px) {
    .download-basket.is-collapsed.is-mini {
        left: calc((100% - 1170px)/2 + 1170px + 37px)
    }
}

.download-basket-intro .popup-notification {
    padding-left: 50px;
    padding-right: 50px
}

.download-basket-intro .popup-notification__header {
    margin-bottom: 18px;
    padding-bottom: 0;
    border-bottom: none
}

.download-basket-intro .popup-notification__close {
    display: none
}

.download-basket-intro .popup-notification__title {
    margin: 71px auto 0
}

.download-basket-intro .popup-notification__title__icon {
    position: absolute;
    top: 35px;
    left: calc(50% - 20px);
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 30px;
    font-size: 3rem
}

.download-basket-intro .popup-notification__title__icon:hover {
    color: #000
}

.download-basket-intro .popup-notification__title__icon:before {
    position: relative;
    top: 4px;
    left: 4px
}

.download-basket-intro .popup-notification__title__text {
    display: block;
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 400
}

@media (min-width:768px) {
    .download-basket-intro .popup-notification__title__text {
        font-size: 21px;
        font-size: 2.1rem
    }
}

.download-basket-intro .popup-notification__description {
    font-size: 15px;
    font-size: 1.5rem
}

@media (min-width:768px) {
    .download-basket-intro .popup-notification__description {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.download-basket-intro .popup-notification__checkboxes,
.download-basket-intro .popup-notification__description {
    margin-bottom: 35px;
    text-align: center
}

.download-basket-intro .popup-notification__button--positive {
    width: auto;
    background-color: transparent;
    border-color: #999;
    color: #333
}

.download-basket-intro .popup-notification__button--positive:focus {
    color: #000
}

@media (min-width:768px) {
    .download-basket-intro {
        width: 295px;
        padding: 50px 30px 30px
    }

    .download-basket-intro .popup-notification__header {
        margin-bottom: 12px
    }

    .download-basket-intro .popup-notification__title {
        margin-top: 47px
    }

    .download-basket-intro .popup-notification__title__icon {
        top: 30px
    }

    .download-basket-intro .popup-notification__checkboxes,
    .download-basket-intro .popup-notification__description {
        margin-bottom: 30px
    }
}

.all-news-and-insight__filter .dropdown-group {
    margin-bottom: 0
}

.all-news-and-insight__filter .filter-results-container,
.all-news-and-insight__section.is-hidden,
.all-news-and-insight__section__list>li.is-hidden,
.all-news-and-insight__section__list>li>.promobox .media-info {
    display: none
}

.all-news-and-insight__section {
    padding-top: 45px
}

@media (max-width:767px) {
    .all-news-and-insight__section:not([data-total-count]) .all-news-and-insight__section__list>li:last-child:not(.is-last-visible):not(:first-child) {
        margin-bottom: 0;
        border-bottom: none
    }
}

.all-news-and-insight__section:not([data-total-count]) .promobox__content .date {
    display: none
}

.all-news-and-insight__section__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.all-news-and-insight__section__list>li {
    margin-bottom: 45px;
    border-bottom: 1px solid #e5e5e5
}

.all-news-and-insight__section__list--with-landscape>li:first-child {
    border-bottom: none
}

.all-news-and-insight__section__list--with-landscape>li:first-child .promobox {
    background-color: #f5f6f7
}

.all-news-and-insight__section__list--with-landscape>li:first-child .promobox__content {
    padding: 32px 25px 30px
}

.all-news-and-insight__section__list--with-landscape>li:first-child .promobox__content .date {
    display: none
}

.all-news-and-insight__section__list--with-landscape>li:first-child .promobox__content h3 {
    font-size: 3rem;
    font-weight: 200;
    line-height: 1.1429
}

.all-news-and-insight__section:nth-child(even) {
    background-color: #f5f6f7
}

.all-news-and-insight__section:nth-child(even) .all-news-and-insight__section__list>li,
.all-news-and-insight__section:nth-child(even) .section-header--with-divider {
    border-bottom-color: #c8cbcc
}

.all-news-and-insight__section:nth-child(even) .all-news-and-insight__section__list>li.is-last-visible:not(:first-child) {
    margin-bottom: 0;
    border-bottom: none
}

.all-news-and-insight__section:nth-child(even) .all-news-and-insight__section__list--with-landscape>li:first-child>.promobox {
    background-color: #fff
}

.all-news-and-insight__section__noResults {
    font-weight: 200;
    margin-top: 45px;
    margin-bottom: 45px
}

.all-news-and-insight__data.is-loaded .all-news-and-insight__section:last-child .all-news-and-insight__section__list>li:last-child {
    border-bottom: none
}

.all-news-and-insight__data.is-loaded .all-news-and-insight__section:last-child:nth-child(odd) .all-news-and-insight__section__list>li:last-child {
    margin-bottom: 0
}

.all-news-and-insight__data.is-loaded .all-news-and-insight__section:last-child:nth-child(even) .all-news-and-insight__section__list>li:last-child:not(:first-child) {
    margin-bottom: 0
}

.all-news-and-insight__data:not(.is-loaded) .all-news-and-insight__section:nth-child(even) {
    margin-bottom: 45px
}

.all-news-and-insight__data:not(.is-loaded) .all-news-and-insight__section:nth-child(even)+.all-news-and-insight__section:not(.is-hidden) {
    margin-top: -45px
}

.all-news-and-insight__load-more {
    padding: 18px 27px;
    background-color: #dfe2e4
}

@media (min-width:768px) {
    .all-news-and-insight__section {
        padding-top: 90px
    }

    .all-news-and-insight__section__list {
        margin-left: -15px;
        margin-right: -15px
    }

    .all-news-and-insight__section__list:after,
    .all-news-and-insight__section__list:before {
        content: " ";
        display: table
    }

    .all-news-and-insight__section__list:after {
        clear: both
    }

    .all-news-and-insight__section__list>li {
        margin-bottom: 19px;
        border-bottom: none !important;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:768px) and (min-width:768px) {

}

@media (min-width:768px) {

    .all-news-and-insight__section__list>li:nth-child(1),
    .all-news-and-insight__section__list>li:nth-child(2) {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:768px) and (min-width:768px) {

    .all-news-and-insight__section__list>li{
        float: left;
        width: 50%
    }
}

@media (min-width:768px) {

    .all-news-and-insight__section__list--with-landscape>li:nth-child(2),
    .all-news-and-insight__section__list--with-landscape>li:nth-child(3) {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:768px) and (min-width:768px) {

    .all-news-and-insight__section__list--with-landscape>li:nth-child(2),
    .all-news-and-insight__section__list--with-landscape>li:nth-child(3) {
        float: left;
        width: 50%
    }
}

@media (min-width:768px) {
    .all-news-and-insight__section__list--with-landscape>li:nth-child(1) {
        margin-bottom: 90px;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .all-news-and-insight__section__list--with-landscape>li:nth-child(1) {
        float: left;
        width: 100%
    }
}

@media (min-width:768px) {
    .all-news-and-insight__section__list--with-landscape>li:nth-child(1) .promobox__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .all-news-and-insight__section__list--with-landscape>li:nth-child(1) .promobox__content,
    .all-news-and-insight__section__list--with-landscape>li:nth-child(1) .promobox__media {
        width: 50%
    }

    .all-news-and-insight__section__list--with-landscape>li:nth-child(1) .promobox__content {
        padding: 64px 70px 60px
    }

    .all-news-and-insight__section__list--with-landscape>li:nth-child(1) .promobox__content h3 {
        font-weight: 200;
        font-size: 4.5rem
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .all-news-and-insight__section__list--with-landscape>li:nth-child(1) .promobox__content h3 {
        font-size: 3.0015rem
    }
}

@media (min-width:768px) {
    .all-news-and-insight__section__list--with-landscape>li:nth-child(3n+1) {
        clear: both
    }

    .all-news-and-insight__section__list:not(.all-news-and-insight__section__list--with-landscape)>li:nth-child(3n+3) {
        clear: both
    }

    .all-news-and-insight__section:last-child {
        margin-bottom: 0
    }

    .all-news-and-insight__section__noResults {
        margin-top: 90px;
        margin-bottom: 90px
    }

    .all-news-and-insight__data:not(.is-loaded) .all-news-and-insight__section:nth-child(even) {
        margin-bottom: 90px
    }

    .all-news-and-insight__data:not(.is-loaded) .all-news-and-insight__section:nth-child(even)+.all-news-and-insight__section:not(.is-hidden) {
        margin-top: -90px
    }
}

.section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px
}

.section-header--with-divider {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.section-header__heading {
    margin-top: -5px;
    margin-bottom: -1px;
    width: initial;
    font-size: 30px;
    font-size: 3rem
}

@media (min-width:768px) {
    .section-header__heading {
        font-size: 35px;
        font-size: 3.5rem
    }
}

.section-header__sidenote {
    margin-top: 13px;
    margin-bottom: -4px;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap
}

@media (min-width:768px) {
    .section-header__sidenote {
        font-size: 16px;
        font-size: 1.6rem
    }

    .section-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 90px
    }

    .section-header--with-divider {
        padding-bottom: 25px
    }

    .section-header__heading {
        margin-top: -4px;
        margin-bottom: 0
    }

    .section-header__sidenote {
        margin-top: 0;
        margin-bottom: 0
    }
}

.leader-profile {
    background: #ebeef0;
    padding-top: 45px;
    padding-bottom: 0
}

.leader-profile__heading,
.leader-profile__subheading {
    color: #333
}

.leader-profile__heading {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 200;
    line-height: 1.19;
    margin: -8px 0 26px
}

@media (min-width:768px) {
    .leader-profile__heading {
        font-size: 65px;
        font-size: 6.5rem
    }
}

.leader-profile__subheading {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.22;
    margin: 0 0 19px
}

@media (min-width:768px) {
    .leader-profile__subheading {
        font-size: 30px;
        font-size: 3rem
    }
}

.leader-profile__additional-info .download-item {
    border: 0;
    display: inline-block;
    margin-top: -2px;
    margin-bottom: 28px;
    padding: 0
}

.leader-profile__additional-info .download-item__text {
    display: inline;
    padding: 0;
    margin-right: 25px
}

.leader-profile__membership {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.61;
    margin-bottom: 29px
}

@media (min-width:768px) {
    .leader-profile__membership {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.leader-profile__membership__group {
    display: block;
    font-weight: 700
}

.leader-profile__membership__group:first-child {
    display: inline-block
}

.leader-profile .image-with-links--leader-profile,
div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0
}

.leader-profile .image-with-links--leader-profile .leader-profile__image {
    margin-bottom: 35px
}

.leader-profile .image-with-links--leader-profile .leader-profile__image-links .download-item {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 30px
}

.leader-profile__image {
    margin-left: -33px;
    margin-right: -33px;
    width: calc(100% + 66px)
}

.leader-profile__more-photos-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.26;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 35px;
    width: 100%
}

@media (min-width:768px) {
    .leader-profile__more-photos-button {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.leader-profile__more-photos-button [class^=hsbc] {
    margin-left: auto;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.leader-profile__more-photos-button[aria-expanded=true] [class^=hsbc] {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.leader-profile__additional-photos {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-in-out;
    transition: max-height .2s ease-in-out
}

.leader-profile__additional-photos .download-listing {
    margin-bottom: 55px
}

.leader-profile__additional-photos .download-listing li .download-item {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 25px
}

.leader-profile__additional-photos .download-listing li:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .leader-profile {
        padding-top: 90px;
        padding-bottom: 40px
    }

    .leader-profile__heading {
        line-height: 1.38;
        margin-top: -18px;
        margin-bottom: 30px
    }

    .leader-profile__subheading {
        line-height: 1.13
    }

    .leader-profile__additional-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 82px
    }

    .leader-profile__additional-info .download-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.75;
        margin: 0 0 0 auto
    }

    .leader-profile__additional-info .download-item__text {
        margin-right: 15px
    }

    .leader-profile__additional-info .download-item [class^=hsbc] {
        font-size: 18px;
        font-size: 1.8rem;
        padding-bottom: 7px
    }

    .leader-profile__membership {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        line-height: 1.75;
        margin-right: 50px;
        margin-bottom: 0
    }

    .leader-profile__membership__group {
        display: inline;
        margin-right: 10px
    }

    .leader-profile__membership__group:first-child {
        margin-left: 10px
    }

    .leader-profile__membership__group:last-child {
        margin-right: 0
    }

    .leader-profile .image-with-links--leader-profile {
        margin: 0
    }

    .leader-profile .image-with-links--leader-profile .leader-profile__image {
        margin: 0 0 30px;
        width: 100%
    }

    .leader-profile .image-with-links--leader-profile .leader-profile__image-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px
    }

    .leader-profile .image-with-links--leader-profile .leader-profile__image-links .download-item {
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 1.88;
        border: 0;
        position: relative;
        margin-right: 60px;
        overflow: visible
    }

    .leader-profile .image-with-links--leader-profile .leader-profile__image-links .download-item:after {
        position: absolute;
        content: "";
        background: #000;
        opacity: .15;
        top: 5px;
        right: -30px;
        bottom: 5px;
        width: 1px;
        pointer-events: none
    }

    .leader-profile .image-with-links--leader-profile .leader-profile__image-links .download-item:last-of-type:after {
        display: none
    }

    .leader-profile .image-with-links--leader-profile .leader-profile__image-links .download-item [class^=hsbc] {
        font-size: 21px;
        font-size: 2.1rem;
        padding-bottom: 5px
    }

    .leader-profile .image-with-links--leader-profile .leader-profile__image-links .leader-profile__more-photos-button {
        line-height: 1.88;
        margin: 0 0 0 auto;
        overflow: hidden;
        width: auto
    }

    .leader-profile .image-with-links--leader-profile .leader-profile__image-links .leader-profile__more-photos-button__text {
        margin-right: 20px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .leader-profile .image-with-links--leader-profile .leader-profile__image-links .leader-profile__more-photos-button__text {
        text-align: left
    }
}

@media (min-width:768px) {
    .leader-profile .image-with-links--leader-profile .leader-profile__image-links .leader-profile__more-photos-button [class^=hsbc] {
        margin: 0;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.88;
        -webkit-transition: all .7s ease;
        transition: all .7s ease
    }

    .leader-profile .image-with-links--leader-profile .leader-profile__image-links .leader-profile__more-photos-button[aria-expanded=true] [class^=hsbc] {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }

    .leader-profile__additional-photos-inner {
        padding-top: 5px
    }
}

.calendar-events {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.calendar-events__item {
    margin-left: -33px;
    margin-right: -33px
}

.calendar-events__item--hide-mobile {
    display: none
}

.calendar-events__item:not(.calendar-events__item--noLink):focus,
.calendar-events__item:not(.calendar-events__item--noLink):hover {
    background: #ebeef0;
    text-decoration: none;
    color: #000
}

.calendar-events__item:not(.calendar-events__item--noLink):focus+.calendar-events__item .calendar-event__inner::before,
.calendar-events__item:not(.calendar-events__item--noLink):hover+.calendar-events__item .calendar-event__inner::before {
    display: none
}

.calendar-events__item:not(.calendar-events__item--noLink):focus .calendar-event__inner::after,
.calendar-events__item:not(.calendar-events__item--noLink):focus .calendar-event__inner::before,
.calendar-events__item:not(.calendar-events__item--noLink):hover .calendar-event__inner::after,
.calendar-events__item:not(.calendar-events__item--noLink):hover .calendar-event__inner::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    height: 1px;
    background-color: #ebeef0
}

.calendar-events__item:not(.calendar-events__item--noLink):focus .calendar-event__inner::before,
.calendar-events__item:not(.calendar-events__item--noLink):hover .calendar-event__inner::before {
    top: 0
}

.calendar-events__item:not(.calendar-events__item--noLink):focus .calendar-event__inner::after,
.calendar-events__item:not(.calendar-events__item--noLink):hover .calendar-event__inner::after {
    bottom: 0
}

.calendar-events__noResults {
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 20px
}

.calendar-event {
    display: block;
    padding-right: 33px;
    padding-left: 33px
}

.calendar-event__link {
    padding-right: 0;
    padding-left: 0
}

.calendar-event__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 36px 0 37px;
    position: relative
}

.calendar-event__inner--top {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

.calendar-event__inner::after,
.calendar-event__inner::before {
    background-color: #d0d1d2;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0
}

.calendar-event__inner::before {
    top: 0
}

.calendar-event__inner::after {
    bottom: -1px
}

.calendar-event__date {
    padding-right: 20px
}

.calendar-event__date__day,
.calendar-event__date__monthYear {
    line-height: .8
}

.calendar-event__date__day {
    font-size: 65px;
    font-size: 6.5rem;
    font-weight: 100
}

@media (min-width:768px) {
    .calendar-event__date__day {
        font-size: 80px;
        font-size: 8rem
    }
}

.calendar-event__date__monthYear {
    margin-top: 16px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center
}

@media (min-width:768px) {
    .calendar-event__date__monthYear {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.calendar-event__date--long {
    width: 93px;
    margin-top: -1px;
    padding-right: 18px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    text-align: center
}

.calendar-event__date__text {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.3
}

@media (min-width:768px) {
    .calendar-event__date__text {
        font-size: 25px;
        font-size: 2.5rem
    }
}

.calendar-event__line {
    width: 1px;
    min-width: 1px;
    background: #000;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.calendar-event__text {
    padding-left: 18px
}

.calendar-event__text .addCalendar {
    padding: 20px 0
}

.calendar-event__header {
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.22;
    word-break: break-word
}

@media (min-width:768px) {
    .calendar-event__header {
        font-size: 30px;
        font-size: 3rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .calendar-event__header {
        font-size: 20px;
        font-size: 2rem
    }
}

.calendar-event__body {
    margin-top: 9px;
    margin-bottom: -6px;
    margin-left: 1px;
    line-height: 1.5
}

.calendar-event__body>span>span {
    display: block;
    height: 0;
    visibility: hidden
}

.calendar-events__item:not(.calendar-events__item--noLink):focus .calendar-event__line,
.calendar-events__item:not(.calendar-events__item--noLink):hover .calendar-event__line {
    background: #000
}

a.calendar-event:focus,
a.calendar-event:hover,
a.calendar-event__link:focus,
a.calendar-event__link:hover {
    text-decoration: none
}

.calendar-event-listings-index .calendar-events {
    margin-top: 48px;
    margin-bottom: 55px
}

.calendar-event-listings-index .calendar-events__noResults {
    margin: 40px 0 94px;
    padding-left: 0;
    padding-right: 0
}

.calendar-events--12col .calendar-events,
.calendar-events--6col .calendar-events {
    margin-bottom: 25px
}

.calendar-events--6col {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    background-color: #fff
}

.calendar-events--6col * {
    color: #000
}

.calendar-events--6col .calendar-events__item {
    margin-left: -15px;
    margin-right: -15px
}

.calendar-events--6col .calendar-event {
    padding-left: 15px;
    padding-right: 15px
}

.calendar-events--6col .btn-default {
    color: #000;
    border-color: #000;
    margin-bottom: 35px
}

@media (min-width:768px) {
    .calendar-event__inner {
        max-width: 1170px;
        padding-top: 51px;
        padding-bottom: 50px;
        position: relative
    }

    .calendar-event__inner--top {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .calendar-event__date {
        padding-right: 61px
    }

    .calendar-event__date--long {
        width: 168px;
        margin-top: 11px;
        margin-bottom: 10px;
        padding-right: 0
    }

    .calendar-event__date--long~.calendar-event__text {
        padding-top: 15px;
        padding-bottom: 13px
    }

    .calendar-event__date__text {
        line-height: 1.45
    }

    .calendar-event__text {
        padding-left: 55px
    }

    .calendar-event__body {
        line-height: 1.67;
        margin-top: 10px
    }

    .calendar-event__body>span>span {
        display: inline-block;
        height: auto;
        visibility: visible
    }

    .calendar-event__noResults {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .calendar-event-listings-index__filter {
        margin-top: -20px
    }

    .calendar-event-listings-index .calendar-events {
        margin-top: 82px;
        margin-bottom: 90px
    }

    .calendar-event-listings-index .calendar-events__noResults {
        margin-top: 76px;
        margin-bottom: 200px
    }

    .calendar-events__item--hide-mobile {
        display: list-item
    }

    .calendar-events--12col .calendar-events,
    .calendar-events--6col .calendar-events {
        margin-top: 31px;
        margin-bottom: 0
    }

    .calendar-events--6col {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 60px
    }

    .calendar-events--6col .sublayout--heading {
        margin-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px
    }

    .calendar-events--6col,
    .calendar-events--6col .calendar-events__item {
        margin-left: 0;
        margin-right: 0
    }

    .calendar-events--6col .calendar-event {
        padding-left: 35px;
        padding-right: 35px
    }

    .calendar-events--6col .calendar-event__date {
        padding-right: 40px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .calendar-events--6col .calendar-event__date {
        padding-right: 25px
    }
}

@media (min-width:768px) {
    .calendar-events--6col .calendar-event__date--long {
        width: 133px
    }

    .calendar-events--6col .calendar-event__text {
        padding-left: 39px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .calendar-events--6col .calendar-event__text {
        padding-left: 29px
    }
}

@media (min-width:768px) {

    .calendar-events--6col .popup-notification__buttons .sublayout--footer>.popup-notification__button,
    .calendar-events--6col .sublayout--footer>.btn,
    .calendar-events--6col .sublayout--footer>.cookie-notification__button,
    .calendar-events--6col .subscription-form-popup__header .sublayout--footer>button,
    .popup-notification__buttons .calendar-events--6col .sublayout--footer>.popup-notification__button,
    .subscription-form-popup__header .calendar-events--6col .sublayout--footer>button {
        margin-top: 60px;
        width: auto
    }

    .calendar-events--6col .sublayout--footer>.btn-default:hover {
        background: #ebeef0
    }

    .calendar-events--6col .sublayout--footer>.btn-default:active {
        background: 0 0;
        color: #000;
        border-color: #000
    }
}

@media (min-width:1170px) {
    .calendar-events__item {
        margin-left: calc(((100vw - 1170px)/2 + 33px)*-1);
        margin-right: calc(((100vw - 1170px)/2 + 33px)*-1)
    }
}

.target-event-details__date-wrapper {
    margin-top: -20px;
    padding-bottom: 34px;
    border-bottom: 1px solid #d9d9d9
}

.dividend-calculator__currency-disclaimer span+span,
.target-event-details__date-wrapper>.target-event-details__register {
    display: none
}

.target-event-details__date__day,
.target-event-details__date__monthYear {
    line-height: .8
}

.target-event-details__date__day {
    font-size: 65px;
    font-size: 6.5rem;
    font-weight: 100
}

@media (min-width:768px) {
    .target-event-details__date__day {
        font-size: 130px;
        font-size: 13rem
    }
}

.target-event-details__date__monthYear {
    margin-top: 13px;
    font-size: 14px;
    font-size: 1.4rem
}

@media (min-width:768px) {
    .target-event-details__date__monthYear {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.target-event-details__title {
    margin-top: 30px;
    margin-bottom: 0
}

.target-event-details__description {
    margin-top: 22px
}

.target-event-details__info,
.target-event-details__info-label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4
}

.target-event-details__info-label {
    display: block;
    margin-top: 24px;
    font-weight: 700
}

.target-event-details__info+.target-event-details__info-label {
    margin-top: 26px
}

.target-event-details__info:last-child {
    margin-bottom: -5px
}

.target-event-details__action-bar {
    margin: 40px -33px -55px;
    padding: 45px 33px 55px;
    background-color: #f4f5f6
}

.target-event-details__action-bar>.target-event-details__register {
    width: 100%
}

.target-event-details__action-bar>.media-info__links {
    margin-top: 18px
}

.target-event-details__action-bar>.media-info__links .download-item,
.target-event-details__action-bar>.media-info__links .link-with-icon,
.target-event-details__action-bar>.media-info__links .link-with-right-chevron,
.target-event-details__action-bar>.media-info__links .social {
    padding-top: 19px;
    padding-bottom: 5px;
    font-weight: 700
}

.target-event-details__action-bar>.media-info__links .download-item:first-child,
.target-event-details__action-bar>.media-info__links .link-with-icon:first-child,
.target-event-details__action-bar>.media-info__links .link-with-right-chevron:first-child,
.target-event-details__action-bar>.media-info__links .social:first-child,
div.dataTables_scrollBody>table>tbody>tr:first-child>td,
div.dataTables_scrollBody>table>tbody>tr:first-child>th {
    border-top: none
}

.target-event-details__action-bar>.media-info__links .download-item:last-child,
.target-event-details__action-bar>.media-info__links .link-with-icon:last-child,
.target-event-details__action-bar>.media-info__links .link-with-right-chevron:last-child,
.target-event-details__action-bar>.media-info__links .social:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.target-event-details__action-bar>.media-info__links .link-with-icon [class^=hsbc-],
.target-event-details__action-bar>.media-info__links .social-button [class^=hsbc-] {
    position: absolute;
    right: 15px
}

.target-event-details__action-bar>.media-info__links .link-with-icon--no-hover:focus,
.target-event-details__action-bar>.media-info__links .link-with-icon--no-hover:hover {
    text-decoration: none
}

.target-event-details__action-bar>.media-info__links .social-button {
    padding-top: 0;
    border-top: none;
    font-weight: 700
}

@media (max-width:767px) {
    .target-event-details__action-bar>.media-info__links .btn-link {
        width: 100%;
        text-align: left
    }
}

@media (min-width:768px) {
    .target-event-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 1200px
    }

    .target-event-details__date-wrapper {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-right: 88px;
        border-bottom: none
    }

    .target-event-details__date-wrapper>.target-event-details__register {
        display: inline-block;
        margin-top: 49px;
        width: 100%
    }

    .target-event-details__date__monthYear {
        margin-top: 11px;
        text-align: center
    }

    .target-event-details__details-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 88px;
        border-left: 1px solid #d9d9d9
    }

    .target-event-details__title {
        margin-top: -8px
    }

    .target-event-details__description,
    .target-event-details__info,
    .target-event-details__info-label {
        line-height: 1.65
    }

    .target-event-details__description {
        margin-top: 41px
    }

    .target-event-details__info+.target-event-details__info-label,
    .target-event-details__info-label {
        margin-top: 34px
    }

    .target-event-details__info:last-child {
        margin-bottom: -9px
    }

    .target-event-details__action-bar {
        margin: 0;
        padding: 0;
        background-color: transparent
    }

    .target-event-details__action-bar>.target-event-details__register {
        display: none
    }

    .target-event-details__action-bar>.media-info__links {
        margin-top: 30px;
        margin-bottom: -11px
    }

    .target-event-details__action-bar>.media-info__links .download-item,
    .target-event-details__action-bar>.media-info__links .link-with-icon,
    .target-event-details__action-bar>.media-info__links .link-with-right-chevron,
    .target-event-details__action-bar>.media-info__links .social {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 18px;
        font-size: 1.8rem
    }

    .target-event-details__action-bar>.media-info__links .download-item [class^=hsbc-],
    .target-event-details__action-bar>.media-info__links .download-item [class^=hsbc-]:before,
    .target-event-details__action-bar>.media-info__links .link-with-icon [class^=hsbc-],
    .target-event-details__action-bar>.media-info__links .link-with-icon [class^=hsbc-]:before,
    .target-event-details__action-bar>.media-info__links .link-with-right-chevron [class^=hsbc-],
    .target-event-details__action-bar>.media-info__links .link-with-right-chevron [class^=hsbc-]:before,
    .target-event-details__action-bar>.media-info__links .social [class^=hsbc-],
    .target-event-details__action-bar>.media-info__links .social [class^=hsbc-]:before {
        font-size: 22.5px;
        font-size: 2.25rem
    }

    .target-event-details__action-bar>.media-info__links .download-item:last-child,
    .target-event-details__action-bar>.media-info__links .link-with-icon:last-child,
    .target-event-details__action-bar>.media-info__links .link-with-right-chevron:last-child,
    .target-event-details__action-bar>.media-info__links .social:last-child {
        border-bottom: none
    }

    .target-event-details__action-bar>.media-info__links .link-with-icon [class^=hsbc-],
    .target-event-details__action-bar>.media-info__links .social-button [class^=hsbc-] {
        position: relative;
        right: 0
    }

    .target-event-details__action-bar>.media-info__links .link-with-icon [class^=hsbc-]:before,
    .target-event-details__action-bar>.media-info__links .social-button [class^=hsbc-]:before {
        margin-left: 13px
    }

    .target-event-details__action-bar>.media-info__links .social-button {
        font-size: 18px;
        font-size: 1.8rem
    }

    .target-event-details__action-bar>.media-info__links .social-button .hsbc-social-share {
        margin-left: -7px
    }
}

@media (min-width:1024px) {

    .target-event-details__info,
    .target-event-details__info-label {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.dividend-calculator {
    margin: 50px 0
}

.dividend-calculator__per-share {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25
}

@media (min-width:768px) {
    .dividend-calculator__per-share {
        font-size: 25px;
        font-size: 2.5rem
    }
}

.dividend-calculator__per-share-period {
    display: inline-block;
    margin-right: .25em;
    font-weight: 400
}

.dividend-calculator__currency-disclaimer span,
.dividend-calculator__per-share-value,
.dividend-calculator__per-share-value span {
    display: inline-block
}

.dividend-calculator__form {
    background: #ebeef0;
    margin: 30px -16px;
    padding: 25px 16px 30px
}

.dividend-calculator__text-input {
    display: block;
    position: relative
}

.dividend-calculator__text-input-wrapper {
    width: 100%;
    margin: 10px 0 26px
}

.dividend-calculator__text-input input {
    width: 100%;
    padding-right: 44px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6
}

.dividend-calculator__text-input input:focus {
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: 0 0 8px rgba(102, 175, 233, .6)
}

.dividend-calculator__text-input .form-control__clear {
    top: 60px;
    color: #c1c1c1
}

.dividend-calculator__text-input .form-control-validation-feedback {
    display: none;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px
}

.dividend-calculator__text-input .form-control-validation-feedback::before {
    display: inline-block;
    vertical-align: -4px;
    margin-right: 6px
}

.dividend-calculator__text-input .dividend-calculator-text-input-sr-error {
    display: block
}

.dividend-calculator__type-selector {
    position: relative
}

.dividend-calculator__type-selector legend {
    display: block;
    margin: 0;
    border: 0;
    font-size: inherit
}

.dividend-calculator__type-selector .form-item {
    margin: 10px 4px 30px 0
}

@media (min-width:480px) {
    .dividend-calculator__type-selector .form-item {
        margin-right: 28px
    }
}

.dividend-calculator__type-selector .form-item:last-child {
    margin-right: 0
}

.dividend-calculator__type-selector .form-item label {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 32px;
    padding-right: 0
}

.dividend-calculator__type-selector .form-item label .hsbc-circle {
    -webkit-box-shadow: inset 0 0 0 4px #ebeef0;
    box-shadow: inset 0 0 0 4px #ebeef0
}

.dividend-calculator__type-selector .form-item .glossary-link .hsbc-info {
    position: static;
    display: inline-block;
    vertical-align: -2px;
    line-height: 1.1;
    background: no-repeat;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto
}

.dividend-calculator__submit .btn,
.dividend-calculator__submit .cookie-notification__button,
.dividend-calculator__submit .popup-notification__buttons .popup-notification__button,
.dividend-calculator__submit .subscription-form-popup__header button,
.popup-notification__buttons .dividend-calculator__submit .popup-notification__button,
.subscription-form-popup__header .dividend-calculator__submit button,
.table-media-holder__media img {
    width: 100%
}

.dividend-calculator__currency {
    text-align: right
}

.dividend-calculator__currency .styled-select {
    width: auto !important;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px
}

.dividend-calculator__currency .styled-select__button {
    background: #ebeef0;
    padding-right: 54px
}

@media (max-width:767px) {
    .dividend-calculator__currency .styled-select__button {
        padding: 20px 44px 18px 20px
    }

    .dividend-calculator__currency .styled-select__button.dropdown-toggle>.dropdown__chevron {
        top: 28px;
        right: 18px
    }
}

.dividend-calculator__currency .styled-select__options {
    background: #ebeef0
}

.dividend-calculator__currency-disclaimer {
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 15px 0 -2px
}

.dividend-calculator__results {
    display: none;
    margin-top: 30px;
    border-top: 1px solid #ccc
}

.dividend-calculator__results-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.25;
    padding: 25px 0;
    border-bottom: 1px solid #ccc
}

@media (min-width:768px) {
    .dividend-calculator__results-row {
        font-size: 25px;
        font-size: 2.5rem
    }
}

.dividend-calculator__results-row:last-child .dividend-calculator__results-label {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 3px
}

.dividend-calculator__results-row:last-child .dividend-calculator__results-value {
    font-size: 25px;
    font-size: 2.5rem
}

@media (min-width:768px) {
    .dividend-calculator__results-row:last-child .dividend-calculator__results-value {
        font-size: 35px;
        font-size: 3.5rem
    }
}

@media (max-width:767px) {
    .dividend-calculator__results-row:last-child .dividend-calculator__results-value.long {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.dividend-calculator__results-disclaimer {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 2px
}

@media (min-width:768px) {
    .dividend-calculator__results-disclaimer {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.dividend-calculator__results-value {
    min-width: 30%;
    max-width: 60%;
    margin-left: 20px;
    text-align: right
}

.dividend-calculator__results-value span {
    display: block;
    float: right;
    max-width: 100%;
    overflow-wrap: break-word
}

.dividend-calculator__disclaimer {
    margin-top: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5
}

.dividend-calculator.calculated .dividend-calculator__results {
    display: block
}

.dividend-calculator.ads-dividend .dividend-calculator__dividend-disclaimer,
.dividend-calculator.ads-dividend .dividend-calculator__dividend-value,
.dividend-calculator.ads-dividend .dividend-calculator__residual-entitlement,
.dividend-calculator.ads-dividend .dividend-calculator__total-dividend,
.dividend-calculator.dividend .dividend-calculator__ads-dividend-disclaimer,
.dividend-calculator.dividend .dividend-calculator__ads-dividend-value {
    display: none
}

.dividend-calculator:not(.has-residual-entitlement) .dividend-calculator__residual-entitlement,
.dividend-calculator:not(.has-residual-entitlement) .dividend-calculator__total-dividend {
    display: none
}

@media (min-width:1024px) {

    .dividend-calculator__form,
    .dividend-calculator__text-input {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .dividend-calculator__form {
        margin: 45px -30px;
        padding: 30px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        white-space: nowrap
    }

    .dividend-calculator__form.has-error {
        padding-bottom: 63px
    }

    .dividend-calculator__text-input {
        width: 33%
    }

    .dividend-calculator__text-input label,
    .dividend-calculator__text-input-wrapper {
        display: inline-block;
        vertical-align: middle;
        width: 45%;
        margin: 0
    }

    .dividend-calculator__text-input-wrapper {
        position: relative;
        width: 55%;
        max-width: 207px;
        margin: 0 0 0 12px
    }

    .dividend-calculator__text-input input {
        padding-top: 17px;
        padding-bottom: 17px
    }
}

@media screen and (min-width:1024px) and (-ms-high-contrast:active),
(min-width:1024px) and (-ms-high-contrast:none) {
    .dividend-calculator__text-input input {
        height: 66px
    }
}

@media (min-width:1024px) {
    .dividend-calculator__text-input .form-control__clear {
        top: 22px
    }

    .dividend-calculator__text-input .form-control-validation-feedback {
        position: absolute
    }

    .dividend-calculator__type-selector {
        display: block;
        width: 50%;
        margin-top: 5px
    }

    .dividend-calculator__type-selector-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .dividend-calculator__type-selector-inner legend {
        display: inline-block;
        width: auto;
        margin-left: 30px
    }

    .dividend-calculator__type-selector-inner .form-item {
        width: 45%;
        margin: 0;
        text-align: center
    }

    .dividend-calculator__type-selector-inner .form-item:last-child {
        margin-right: 0
    }

    .dividend-calculator__type-selector-inner .form-item label {
        font-size: 18px;
        font-size: 1.8rem
    }

    .dividend-calculator__type-selector-inner .form-item .glossary-link .hsbc-info {
        vertical-align: -5px;
        font-size: 24px;
        font-size: 2.4rem
    }

    .dividend-calculator__submit {
        display: block;
        width: 15%
    }

    .dividend-calculator__submit .btn,
    .dividend-calculator__submit .cookie-notification__button,
    .dividend-calculator__submit .popup-notification__buttons .popup-notification__button,
    .dividend-calculator__submit .subscription-form-popup__header button,
    .popup-notification__buttons .dividend-calculator__submit .popup-notification__button,
    .subscription-form-popup__header .dividend-calculator__submit button {
        padding-top: 19px;
        padding-bottom: 19px
    }
}

@media (min-width:768px) {
    .dividend-calculator {
        margin: 80px 0 88px
    }

    .dividend-calculator__currency {
        margin-top: -15px
    }

    .dividend-calculator__currency-disclaimer {
        margin-top: 26px
    }

    .dividend-calculator__results {
        margin-top: 60px
    }

    .dividend-calculator__results-row {
        padding: 35px 0
    }

    .dividend-calculator__disclaimer {
        margin-top: 88px
    }

    .dividend-calculator__disclaimer p {
        margin: 0
    }
}

.share-price {
    background: #3e505d;
    padding: 52px 32px 55px;
    text-align: center;
    color: #fff
}

.share-price a [class^=hsbc],
.share-price a:hover {
    color: #fff
}

.share-price .btn-default {
    color: #fff;
    border-color: #fff;
    margin: 50px 0 0
}

.share-price .btn-default:hover {
    color: #fff;
    background: #647987
}

.share-price .btn-default:active {
    border-color: #fff
}

.share-price__control,
.share-price__mobile-link,
.share-price__toggle {
    display: none
}

.share-price__mobile-control {
    position: absolute;
    top: 0;
    left: -30px;
    width: 25px;
    opacity: 0;
    overflow: hidden
}

.share-price__heading {
    margin: 0 0 50px
}

.share-price__heading-alt {
    display: none
}

.share-price__table {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.share-price__table td,
.share-price__table th {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 25px 0;
    font-weight: 300
}

.share-price__table td.share-price__city,
.share-price__table th.share-price__city {
    text-align: left;
    width: 100%
}

.share-price__table td.share-price__value,
.share-price__table th.share-price__value {
    text-align: right;
    white-space: nowrap
}

.share-price__table td.share-price__direction,
.share-price__table th.share-price__direction {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    text-indent: -9999px
}

.share-price__table td.share-price__direction--down::after,
.share-price__table td.share-price__direction--up::after,
.share-price__table th.share-price__direction--down::after,
.share-price__table th.share-price__direction--up::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 10px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.share-price__table td.share-price__direction--up::after,
.share-price__table th.share-price__direction--up::after {
    border-bottom: 9px solid rgba(255, 255, 255, .5)
}

.share-price__table td.share-price__direction--down::after,
.share-price__table th.share-price__direction--down::after {
    border-top: 9px solid rgba(255, 255, 255, .5)
}

.share-price__table td.share-price__deviation,
.share-price__table th.share-price__deviation {
    text-align: right;
    white-space: nowrap
}

.share-price__table-headings {
    height: 0;
    overflow: hidden
}

.share-price__table-headings td,
.share-price__table-headings th {
    padding: 0;
    border: 0;
    height: 0;
    overflow: hidden
}

.share-price__table-data--hidden {
    display: none
}

.share-price__disclaimer {
    margin: 28px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left
}

@media (min-width:768px) {
    .share-price__disclaimer {
        font-size: 12px;
        font-size: 1.2rem
    }
}

.share-price__disclaimer br {
    line-height: 2.6
}

.share-price__mobile-cta {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -30px;
    opacity: 0;
    overflow: hidden;
    z-index: 5
}

@media (max-width:767px) {
    .share-price {
        margin-left: -33px;
        margin-right: -33px
    }

    .share-price .btn-default {
        width: 100%
    }

    .sublayout--sl2 .sublayout--content-hero:nth-child(2) .share-price,
    .sublayout--sl2 .sublayout--content:nth-child(2) .share-price {
        margin-top: 35px
    }
}

@media (min-width:768px) {
    .share-price {
        padding: 85px 70px 90px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .share-price {
        padding: 55px 40px 60px
    }
}

@media (min-width:768px) {
    .share-price__heading {
        margin: 0 0 83px
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .share-price__heading {
        margin-bottom: 53px
    }
}

@media (min-width:768px) {

    .share-price__table td,
    .share-price__table th {
        padding: 35px 0
    }

    .share-price__table td.share-price__direction,
    .share-price__table th.share-price__direction {
        padding-left: 25px;
        padding-right: 25px
    }

    .share-price__table td.share-price__direction--down::after,
    .share-price__table td.share-price__direction--up::after,
    .share-price__table th.share-price__direction--down::after,
    .share-price__table th.share-price__direction--up::after {
        left: 20px;
        top: 49%
    }

    .share-price__table-headings td,
    .share-price__table-headings th {
        padding: 0
    }

    .share-price__disclaimer {
        margin-top: 46px
    }

    .share-price__disclaimer br {
        line-height: 2.3
    }

    .share-price .btn-default {
        margin-top: 87px;
        font-size: 16px;
        font-weight: 600
    }
}

@media (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .share-price .btn-default {
        margin-top: 57px
    }
}

.share-price--bar,
body>.share-price {
    padding: 0;
    height: 63px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.share-price--bar .share-price__content,
body>.share-price .share-price__content {
    position: relative;
    margin-top: -1px
}

.share-price--bar .share-price__heading,
body>.share-price .share-price__heading {
    display: none
}

.share-price--bar .share-price__heading-alt,
body>.share-price .share-price__heading-alt {
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px
}

.share-price--bar .share-price__table,
body>.share-price .share-price__table {
    position: relative;
    -webkit-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out
}

@media (min-width:992px) {

    .share-price--bar .share-price__table,
    body>.share-price .share-price__table {
        width: 42.3%
    }
}

.share-price--bar .share-price__table.noscroll,
body>.share-price .share-price__table.noscroll {
    -webkit-transition: none;
    transition: none
}

.share-price--bar .share-price__disclaimer,
body>.share-price .share-price__disclaimer {
    clear: both;
    float: left;
    margin: 0;
    padding: 37px 0
}

.share-price--bar .share-price__mobile-cta,
body>.share-price .share-price__mobile-cta {
    display: block
}

.share-price--bar .share-price__control,
body>.share-price .share-price__control {
    display: block;
    position: absolute;
    top: 21px;
    left: calc(58.33333% + 75px);
    width: 75px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media (max-width:992px) {

    .share-price--bar .share-price__control,
    body>.share-price .share-price__control {
        left: calc(58.33333% + 25px)
    }
}

.share-price--bar .share-price__control.fade,
body>.share-price .share-price__control.fade {
    opacity: 0
}

.share-price--bar .share-price__control-icon-pause,
.share-price--bar .share-price__control-icon-play,
body>.share-price .share-price__control-icon-pause,
body>.share-price .share-price__control-icon-play {
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px
}

.share-price--bar .share-price__control-icon-pause svg,
.share-price--bar .share-price__control-icon-play svg,
body>.share-price .share-price__control-icon-pause svg,
body>.share-price .share-price__control-icon-play svg {
    position: absolute;
    top: calc(50% + 2px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px
}

.share-price--bar .share-price__control-icon-play,
.share-price--bar .share-price__control-label-play,
body>.share-price .share-price__control-icon-play,
body>.share-price .share-price__control-label-play {
    display: none
}

.share-price--bar .share-price__control-icon-play svg,
.share-price--bar .share-price__control-label-play svg,
body>.share-price .share-price__control-icon-play svg,
body>.share-price .share-price__control-label-play svg {
    fill: #fff
}

.share-price--bar .share-price__control--paused .share-price__control-icon-play,
.share-price--bar .share-price__control--paused .share-price__control-label-play,
.share-price--bar .share-price__control-icon-pause,
.share-price--bar .share-price__control-label-pause,
body>.share-price .share-price__control--paused .share-price__control-icon-play,
body>.share-price .share-price__control--paused .share-price__control-label-play,
body>.share-price .share-price__control-icon-pause,
body>.share-price .share-price__control-label-pause {
    display: inline-block
}

.share-price--bar .share-price__control-icon-pause svg,
.share-price--bar .share-price__control-label-pause svg,
body>.share-price .share-price__control-icon-pause svg,
body>.share-price .share-price__control-label-pause svg {
    stroke: #fff
}

.share-price--bar .share-price__control--paused .share-price__control-icon-pause,
.share-price--bar .share-price__control--paused .share-price__control-label-pause,
.viewer-module .content .magnifier .hsbc-zoom-out-edge,
body>.share-price .share-price__control--paused .share-price__control-icon-pause,
body>.share-price .share-price__control--paused .share-price__control-label-pause {
    display: none
}

.share-price--bar .btn-default,
body>.share-price .btn-default {
    position: absolute;
    right: 15px;
    bottom: 41px
}

@media (max-width:767px) {

    .share-price--bar,
    body>.share-price {
        height: 70px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }

    .share-price--bar .share-price__table,
    body>.share-price .share-price__table {
        width: calc(100% - 50px)
    }

    .share-price--bar .share-price__table td,
    .share-price--bar .share-price__table th,
    body>.share-price .share-price__table td,
    body>.share-price .share-price__table th {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        height: 70px;
        white-space: nowrap
    }

    .share-price--bar .share-price__table td.share-price__direction,
    .share-price--bar .share-price__table th.share-price__direction,
    body>.share-price .share-price__table td.share-price__direction,
    body>.share-price .share-price__table th.share-price__direction {
        padding-left: 10px;
        padding-right: 10px
    }

    .share-price--bar .share-price__table td.share-price__direction--down::after,
    .share-price--bar .share-price__table td.share-price__direction--up::after,
    .share-price--bar .share-price__table th.share-price__direction--down::after,
    .share-price--bar .share-price__table th.share-price__direction--up::after,
    body>.share-price .share-price__table td.share-price__direction--down::after,
    body>.share-price .share-price__table td.share-price__direction--up::after,
    body>.share-price .share-price__table th.share-price__direction--down::after,
    body>.share-price .share-price__table th.share-price__direction--up::after {
        border-left-width: 4px;
        border-right-width: 4px;
        top: 50%;
        left: 6px
    }

    .share-price--bar .share-price__table td.share-price__direction--up::after,
    .share-price--bar .share-price__table th.share-price__direction--up::after,
    body>.share-price .share-price__table td.share-price__direction--up::after,
    body>.share-price .share-price__table th.share-price__direction--up::after {
        border-bottom-width: 7px
    }

    .share-price--bar .share-price__table td.share-price__direction--down::after,
    .share-price--bar .share-price__table th.share-price__direction--down::after,
    body>.share-price .share-price__table td.share-price__direction--down::after,
    body>.share-price .share-price__table th.share-price__direction--down::after {
        border-top-width: 7px
    }

    .share-price--bar .share-price__table-headings td,
    .share-price--bar .share-price__table-headings th,
    body>.share-price .share-price__table-headings td,
    body>.share-price .share-price__table-headings th {
        line-height: 0;
        height: 0
    }

    .share-price--bar .share-price__control,
    body>.share-price .share-price__control {
        top: 0;
        left: auto;
        right: 15px;
        padding: 15px;
        z-index: 10
    }

    .share-price--bar .share-price__control-icon-pause,
    .share-price--bar .share-price__control-icon-play,
    body>.share-price .share-price__control-icon-pause,
    body>.share-price .share-price__control-icon-play {
        width: 37px;
        height: 37px
    }

    .share-price--bar .share-price__control-icon-pause svg,
    .share-price--bar .share-price__control-icon-play svg,
    body>.share-price .share-price__control-icon-pause svg,
    body>.share-price .share-price__control-icon-play svg {
        width: 15px;
        height: 15px
    }

    .share-price--bar .share-price__control-label-pause,
    .share-price--bar .share-price__control-label-play,
    body>.share-price .share-price__control-label-pause,
    body>.share-price .share-price__control-label-play {
        display: none !important
    }

    .share-price--bar .btn-default,
    body>.share-price .btn-default {
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: -18px;
        border: 0;
        padding: 0;
        width: calc(100% + 36px);
        height: 70px;
        text-align: left;
        text-indent: -9999px
    }

    .share-price--bar .btn-default:hover,
    body>.share-price .btn-default:hover {
        background: rgba(255, 255, 255, .2)
    }
}

@media (min-width:768px) {

    .share-price--bar .share-price__toggle,
    body>.share-price .share-price__toggle {
        display: block;
        z-index: 7;
        position: absolute;
        top: 21px;
        right: 15px;
        font-size: 16px;
        font-weight: 600
    }

    .share-price--bar .share-price__toggle-icon,
    body>.share-price .share-price__toggle-icon {
        display: inline-block;
        vertical-align: -1px;
        margin-left: 18px;
        font-size: 18px
    }

    .share-price--bar .share-price__table td,
    .share-price--bar .share-price__table th,
    body>.share-price .share-price__table td,
    body>.share-price .share-price__table th {
        line-height: 21px;
        padding-top: 21px;
        padding-bottom: 21px;
        height: 63px
    }

    .share-price--bar .share-price__table-headings td,
    .share-price--bar .share-price__table-headings th,
    body>.share-price .share-price__table-headings td,
    body>.share-price .share-price__table-headings th {
        line-height: 0;
        padding: 0;
        height: 0
    }
}

@media (min-width:992px) {

    .share-price--bar .share-price__table td,
    .share-price--bar .share-price__table th,
    body>.share-price .share-price__table td,
    body>.share-price .share-price__table th {
        font-size: 18px
    }

    .share-price--bar .share-price__table td.share-price__direction,
    .share-price--bar .share-price__table th.share-price__direction,
    body>.share-price .share-price__table td.share-price__direction,
    body>.share-price .share-price__table th.share-price__direction {
        padding-left: 35px;
        padding-right: 35px
    }

    .share-price--bar .share-price__table td.share-price__direction--down::after,
    .share-price--bar .share-price__table td.share-price__direction--up::after,
    .share-price--bar .share-price__table th.share-price__direction--down::after,
    .share-price--bar .share-price__table th.share-price__direction--up::after,
    body>.share-price .share-price__table td.share-price__direction--down::after,
    body>.share-price .share-price__table td.share-price__direction--up::after,
    body>.share-price .share-price__table th.share-price__direction--down::after,
    body>.share-price .share-price__table th.share-price__direction--up::after {
        left: 30px;
        top: 49%
    }
}

.share-analytics {
    margin-bottom: 20px;
    margin-top: 40px
}

.share-analytics #shareAnalyticsToolIFrame {
    border: 0;
    overflow: hidden
}

.share-analytics .icon-loading-iframe {
    background: url(/-/media/Feature/Finance/page-loader.gif) center no-repeat #fff;
    display: inline-block;
    width: 100%;
    min-height: 350px
}

.share-analytics .disclaimer {
    font-size: 12px;
    margin-top: -10px;
    font-style: normal;
    -webkit-font-variant-ligatures: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: normal;
    font-family: Arial, sans-serif
}

.download-listing__header {
    margin-top: 25px;
    margin-bottom: 33px
}

.download-listing__header>.h5 {
    margin-top: 0;
    font-weight: 300;
    font-size: 20px;
    font-size: 2rem
}

@media (min-width:768px) {
    .download-listing__header>.h5 {
        font-size: 25px;
        font-size: 2.5rem
    }
}

.download-listing__header .download-listing__header__description {
    font-size: 15px;
    font-size: 1.5rem
}

@media (min-width:768px) {
    .download-listing__header .download-listing__header__description {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.download-listing__header__subtitle {
    margin-bottom: 25px
}

@media (min-width:768px) {
    .download-listing__header__subtitle strong {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.download-listing__items.editorial-content__unordered-list {
    margin: 0;
    padding: 0
}

.download-listing__items.editorial-content__unordered-list>li {
    margin-bottom: 0
}

@media (min-width:768px) {
    .download-listing__header {
        margin-top: 45px;
        margin-bottom: 46px
    }

    .download-listing__header>.h5 {
        line-height: 1.195
    }

    .download-listing__header__subtitle {
        margin-bottom: 45px
    }

    .download-listing__items.editorial-content__unordered-list {
        margin-right: 0
    }
}

.viewer-carousel,
.viewer-module {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: #1e1e1e;
    z-index: 1100
}

.viewer-carousel button,
.viewer-module button {
    background: 0 0;
    border: 0
}

.viewer-carousel .close,
.viewer-module .close {
    position: absolute;
    top: 34px;
    right: 34px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    z-index: 1500
}

.viewer-carousel .close .hsbc-close-circle,
.viewer-module .close .hsbc-close-circle {
    font-size: 64px
}

@media screen and (max-width:768px) {

    .viewer-carousel .close,
    .viewer-module .close {
        top: 27px;
        right: 27px
    }

    .viewer-carousel .close .hsbc-close-circle,
    .viewer-module .close .hsbc-close-circle {
        font-size: 38px
    }
}

.viewer-module .content {
    position: relative;
    width: 100%;
    height: calc(100% - 210px);
    margin: 0 auto;
    padding: 40px 0 35px;
    outline: 0
}

.viewer-module .content img {
    display: block;
    max-width: 1140px;
    max-height: 100%;
    margin: 0 auto;
    will-change: transform;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(.1, .86, .34, 1);
    transition-timing-function: cubic-bezier(.1, .86, .34, 1)
}

.viewer-module .content img:hover {
    cursor: none
}

.viewer-module .content .magnifier {
    position: absolute;
    height: 110px;
    width: 110px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    pointer-events: none
}

.viewer-module .content .magnifier span {
    font-size: 11rem;
    color: #fff;
    background: radial-gradient(rgba(0, 0, 0, .5) 68%, transparent 68%);
    border-radius: 50%
}

.viewer-module .content .magnifier.fade-in {
    opacity: 1
}

.viewer-module .details {
    width: 100%;
    height: 100%;
    max-height: 210px;
    color: #fff;
    overflow-y: auto
}

.viewer-module .details .credits,
.viewer-module .details .description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875
}

.viewer-module .details .credits {
    display: block;
    min-height: 30px
}

.viewer-module .details__close {
    display: none
}

.viewer-module .details__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff
}

.share-price--bar .viewer-module .details__footer .share-price__content,
.viewer-module .details__footer .container-fluid,
.viewer-module .details__footer .share-price--bar .share-price__content,
.viewer-module .details__footer body>.share-price .share-price__content,
body>.share-price .viewer-module .details__footer .share-price__content {
    position: relative;
    width: auto;
    height: 100%
}

.viewer-module .details__footer .links {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-size: 1.6rem;
    width: calc(100% - 30px)
}

.viewer-carousel .more-categories__back>span+span,
.viewer-module .details__footer .links span {
    font-weight: 700
}

.viewer-module .details__footer .links .divider {
    content: '|';
    margin: 0 22px;
    color: #dfe2e4;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300
}

.viewer-module .details__footer .links span[class^=hsbc-] {
    font-size: 20px;
    margin-left: 15px;
    vertical-align: text-top
}

.viewer-module .details__footer .zoom-controls {
    float: right;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000
}

.viewer-module .details__footer .zoom-controls .zoom-in,
.viewer-module .details__footer .zoom-controls .zoom-out {
    padding: 0
}

.viewer-module .details__footer .zoom-controls .zoom-in .icon,
.viewer-module .details__footer .zoom-controls .zoom-out .icon {
    display: inline-block;
    vertical-align: -6px;
    width: 22px;
    height: 22px;
    margin-left: 10px
}

.viewer-module .details__footer .zoom-controls .zoom-in svg,
.viewer-module .details__footer .zoom-controls .zoom-out svg {
    width: 100%;
    height: 100%;
    stroke: #000
}

.viewer-module .details__footer .zoom-controls .zoom-in svg:hover,
.viewer-module .details__footer .zoom-controls .zoom-out svg:hover {
    stroke: #da0011
}

.viewer-module .details__footer .zoom-controls .zoom-in[disabled],
.viewer-module .details__footer .zoom-controls .zoom-out[disabled] {
    color: #767676
}

.viewer-module .details__footer .zoom-controls .zoom-in[disabled] svg,
.viewer-module .details__footer .zoom-controls .zoom-out[disabled] svg {
    stroke: #767676
}

.viewer-module .details__footer .zoom-controls .divider {
    content: '|';
    margin: 0 22px;
    color: #dfe2e4;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300
}

.viewer-module .details__footer a:hover span[class^=hsbc-] {
    display: inline-block;
    text-decoration: none
}

.share-price--bar .viewer-module .scaled.content~.details>.share-price__content,
.viewer-module .image-info,
.viewer-module .scaled.content .hsbc-zoom-out-edge {
    display: none
}

.viewer-module .scaled.content {
    height: calc(100% - 80px) !important;
    width: 100%;
    padding: 0;
    overflow: hidden;
    z-index: 10
}

.viewer-module .scaled.content .hsbc-zoom-in-edge,
.viewer-module .scaled.content.zooming-out .hsbc-zoom-out-edge {
    display: block
}

.viewer-module .scaled.content~.details {
    position: absolute;
    z-index: 11;
    bottom: 0;
    height: 80px
}

.viewer-module .scaled+.details,
.viewer-module .scaled+.details+.viewer-module__close,
.viewer-module .scaled.content.zooming-out .hsbc-zoom-in-edge,
.viewer-module .scaled.content~.details>.container-fluid,
.viewer-module .share-price--bar .scaled.content~.details>.share-price__content,
.viewer-module body>.share-price .scaled.content~.details>.share-price__content,
body>.share-price .viewer-module .scaled.content~.details>.share-price__content {
    display: none
}

.viewer-module .social-channels {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    color: #fff;
    background-color: #1e1e1e;
    z-index: 1200;
    overflow-y: auto;
    -webkit-transform: none;
    transform: none
}

.viewer-module .social-channels .social-channels__title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300
}

@media (min-width:768px) {
    .viewer-module .social-channels .social-channels__title {
        font-size: 30px;
        font-size: 3rem
    }
}

.viewer-module .social-channels .social-channels__list {
    margin: 70px 0
}

.interactive-map__info-window__actions__action--internal .viewer-carousel .more-categories a.link-with-right-chevron>span span.icon,
.viewer-carousel .more-categories a.link-with-right-chevron>span .hsbc-right-chevron,
.viewer-carousel .more-categories a.link-with-right-chevron>span .interactive-map__info-window__actions__action--internal span.icon,
.viewer-module .social-channels .social-channels__list [class^=hsbc-] {
    color: #fff
}

.viewer-module .social-channels .social-channels__list [class^=hsbc-]:hover {
    color: #ba000e
}

.viewer-module .social-channels .social-channels__list .social-channels__name {
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400
}

@media (min-width:768px) {
    .viewer-module .social-channels .social-channels__list .social-channels__name {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.viewer-module .social-channels .social-channels__link {
    display: block
}

.viewer-module .social-channels .social-channels__link:focus,
.viewer-module .social-channels .social-channels__link:hover {
    text-decoration: none
}

.viewer-module .social-channels .social-channels__link [class^=hsbc-] {
    font-size: 50px;
    font-size: 5rem;
    vertical-align: middle
}

@media (min-width:768px) {
    .viewer-module .social-channels .social-channels__link [class^=hsbc-] {
        font-size: 55px;
        font-size: 5.5rem
    }
}

@supports (display:flex) {
    .viewer-module .social-channels .social-channels__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:768px) {
    .viewer-module .social-channels .social-channels__link {
        display: inline-block;
        padding-right: 20px
    }
}

.viewer-module .social-channels .social-channels__close {
    position: static
}

.media-gallery-category-listing__item .media-gallery-asset .video-player .viewer-module .content .video-player__video-container .play-button,
.viewer-module .social-channels .hsbc-close-circle {
    font-size: 65px
}

.viewer-module .social-channels hr {
    display: none;
    border: 1px solid rgba(255, 255, 255, .1)
}

@media screen and (max-width:768px) {
    .viewer-module .content {
        height: 100%;
        padding: 80px 0
    }

    .viewer-module .content img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-height: calc(100% - 160px);
        left: 0;
        right: 0;
        max-width: 100%;
        -webkit-transition: opacity .6s ease;
        transition: opacity .6s ease
    }

    .viewer-module .details {
        position: absolute;
        bottom: 0;
        left: 0;
        height: auto;
        max-height: 100%;
        padding-top: 55px;
        background-color: rgba(30, 30, 30, .9);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform .6s cubic-bezier(.01, .98, .6, .99);
        transition: transform .6s cubic-bezier(.01, .98, .6, .99);
        transition: transform .6s cubic-bezier(.01, .98, .6, .99), -webkit-transform .6s cubic-bezier(.01, .98, .6, .99);
        z-index: 1;
        will-change: transform
    }

    .share-price--bar .viewer-module .details>.share-price__content>.col-md-12,
    .viewer-module .details>.container-fluid>.col-md-12,
    .viewer-module .share-price--bar .details>.share-price__content>.col-md-12,
    .viewer-module body>.share-price .details>.share-price__content>.col-md-12,
    body>.share-price .viewer-module .details>.share-price__content>.col-md-12 {
        padding-left: 0;
        padding-right: 0
    }

    .viewer-module .details .title {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700
    }

    .viewer-module .details .credits {
        min-height: 0
    }

    .viewer-module .details__close {
        display: block;
        position: absolute;
        top: 20px;
        right: 32px
    }

    .viewer-module .details__close span {
        font-size: 16px;
        font-size: 1.6rem
    }

    .viewer-module .details__footer {
        position: relative;
        height: auto;
        margin-top: 30px;
        background-color: initial
    }

    .viewer-module .details__footer .links {
        position: relative;
        -webkit-transform: none;
        transform: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .viewer-module .details__footer .links a {
        display: block;
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, .22);
        padding: 30px 0
    }

    .viewer-module .details__footer .links .divider,
    .viewer-module .details__footer .zoom-controls {
        display: none
    }

    .viewer-module .details__footer .links span[class^=hsbc-] {
        font-size: 18px;
        font-weight: 400;
        float: right
    }

    .viewer-module .image-info {
        display: block;
        position: absolute;
        bottom: 25px;
        right: 20px;
        color: #fff
    }

    .viewer-module.info-open .content img {
        opacity: .6
    }

    .viewer-module.info-open .details {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .viewer-module.info-open .image-info {
        display: none
    }

    .viewer-module .social-channels {
        padding-top: 35px
    }

    .viewer-module .social-channels .social-channels__list {
        margin: 38px 0 40px
    }

    .viewer-module .social-channels .hsbc-close-circle {
        font-size: 36px
    }

    .viewer-module .social-channels hr {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
        display: block
    }
}

.viewer-carousel .viewer-module.current {
    z-index: 1105
}

.viewer-carousel .viewer-module.current.zoomed {
    z-index: 1400
}

.viewer-carousel .viewer-module .viewer-module__close {
    display: none
}

@media (min-width:769px) and (max-width:1340px) {

    .share-price--bar .viewer-carousel .viewer-module .share-price__content,
    .viewer-carousel .viewer-module .container-fluid,
    .viewer-carousel .viewer-module .share-price--bar .share-price__content,
    .viewer-carousel .viewer-module body>.share-price .share-price__content,
    body>.share-price .viewer-carousel .viewer-module .share-price__content {
        max-width: calc(100% - 200px + 66px);
        margin-left: auto;
        margin-right: auto
    }

    .viewer-carousel .viewer-module .content:not(.scaled) img {
        max-width: calc(100% - 200px)
    }
}

@media (min-width:769px) and (max-width:1240px) {

    .share-price--bar .viewer-carousel .viewer-module .details__footer .share-price__content,
    .viewer-carousel .viewer-module .details__footer .container-fluid,
    .viewer-carousel .viewer-module .details__footer .share-price--bar .share-price__content,
    .viewer-carousel .viewer-module .details__footer body>.share-price .share-price__content,
    body>.share-price .viewer-carousel .viewer-module .details__footer .share-price__content {
        max-width: 100%
    }
}

.viewer-carousel__next,
.viewer-carousel__prev {
    display: block;
    position: absolute;
    top: calc(50% - 40px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1110;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s
}

.viewer-carousel__next:hover,
.viewer-carousel__prev:hover {
    color: #da0011;
    text-decoration: none
}

.viewer-carousel__next:focus,
.viewer-carousel__prev:focus {
    color: #fff;
    text-decoration: none
}

.viewer-carousel__next[disabled],
.viewer-carousel__prev[disabled] {
    opacity: .2;
    cursor: default
}

.viewer-carousel__next[disabled]:focus,
.viewer-carousel__next[disabled]:focus span[class^=hsbc-],
.viewer-carousel__next[disabled]:hover,
.viewer-carousel__next[disabled]:hover span[class^=hsbc-],
.viewer-carousel__prev[disabled]:focus,
.viewer-carousel__prev[disabled]:focus span[class^=hsbc-],
.viewer-carousel__prev[disabled]:hover,
.viewer-carousel__prev[disabled]:hover span[class^=hsbc-] {
    color: #fff
}

.viewer-carousel__next span[class^=hsbc-],
.viewer-carousel__prev span[class^=hsbc-] {
    font-size: 6rem
}

.viewer-carousel__prev {
    left: 17px
}

.viewer-carousel__next {
    right: 17px
}

.viewer-carousel .category-indicator {
    position: absolute;
    right: calc(50% - 600px + 33px);
    bottom: 115px;
    z-index: 1110;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff
}

@media (min-width:768px) {
    .viewer-carousel .category-indicator {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.viewer-carousel .category-indicator span {
    font-weight: 400
}

@media (min-width:769px) and (max-width:1340px) {
    .viewer-carousel .category-indicator {
        right: 100px
    }
}

.video-player.video-player--native:before,
.viewer-carousel .viewer-module.has-share-overlay~.category-indicator {
    display: none
}

.viewer-carousel .more-categories {
    display: none;
    position: fixed;
    z-index: 1200;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 142px;
    overflow-y: auto;
    background: #1e1e1e;
    color: #fff
}

.viewer-carousel .more-categories__back {
    position: absolute;
    top: 33px;
    left: 29px
}

.viewer-carousel .more-categories__back>span {
    display: inline-block;
    vertical-align: middle
}

.viewer-carousel .more-categories__back>span[class^=hsbc-] {
    margin-right: 18px;
    font-size: 64px
}

.share-price--bar .viewer-carousel .more-categories .share-price__content,
.viewer-carousel .more-categories .container-fluid,
.viewer-carousel .more-categories .share-price--bar .share-price__content,
.viewer-carousel .more-categories body>.share-price .share-price__content,
body>.share-price .viewer-carousel .more-categories .share-price__content {
    margin-bottom: 80px
}

.viewer-carousel .more-categories__heading {
    margin: 15px 0 80px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 300;
    text-align: center
}

@media (min-width:768px) {
    .viewer-carousel .more-categories__heading {
        font-size: 30px;
        font-size: 3rem
    }
}

.viewer-carousel .more-categories [data-category-first-image] {
    cursor: pointer
}

.viewer-carousel .more-categories img {
    display: block;
    max-width: 100%;
    height: auto
}

.viewer-carousel .more-categories__title {
    margin-top: 32px;
    font-weight: 200;
    font-size: 20px;
    font-size: 2rem
}

@media (min-width:768px) {
    .viewer-carousel .more-categories__title {
        font-size: 25px;
        font-size: 2.5rem
    }
}

.viewer-carousel .more-categories__description {
    margin-top: 16px;
    font-weight: 300;
    font-size: 15px;
    font-size: 1.5rem
}

@media (min-width:768px) {
    .viewer-carousel .more-categories__description {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.viewer-carousel .more-categories a {
    margin-top: 24px;
    color: #fff
}

@media screen and (max-width:768px) {
    .viewer-carousel .viewer-module.info-open {
        z-index: 1200
    }

    .viewer-carousel__next,
    .viewer-carousel__prev {
        top: 50%
    }

    .viewer-carousel__next span[class^=hsbc-],
    .viewer-carousel__prev span[class^=hsbc-] {
        font-size: 4.75rem;
        text-shadow: 0 0 30px rgba(0, 0, 0, .85)
    }

    .viewer-carousel__prev {
        left: 4px
    }

    .viewer-carousel__next {
        right: 4px
    }

    .viewer-carousel .category-indicator {
        right: unset;
        bottom: 30px;
        left: 25px;
        color: #fff;
        opacity: 1;
        -webkit-transition: all .4s linear;
        transition: all .4s linear
    }

    .viewer-carousel .category-indicator.faded {
        opacity: 0
    }

    .viewer-carousel .more-categories {
        padding-top: 62px
    }

    .viewer-carousel .more-categories__back {
        top: 26px;
        left: 21px;
        font-size: 13px
    }

    .viewer-carousel .more-categories__back>span[class^=hsbc-] {
        margin-right: 8px;
        font-size: 38px
    }

    .viewer-carousel .more-categories__back>span+span {
        font-weight: 600
    }

    .share-price--bar .viewer-carousel .more-categories .share-price__content,
    .viewer-carousel .more-categories .container-fluid,
    .viewer-carousel .more-categories .share-price--bar .share-price__content,
    .viewer-carousel .more-categories body>.share-price .share-price__content,
    body>.share-price .viewer-carousel .more-categories .share-price__content {
        margin-bottom: 0
    }

    .viewer-carousel .more-categories .col-xs-10 {
        margin-bottom: 30px
    }

    .viewer-carousel .more-categories__heading {
        margin: 16px 0 32px
    }

    .viewer-carousel .more-categories__title {
        margin-top: 24px
    }

    .viewer-carousel .more-categories__description {
        margin-top: 6px
    }

    .viewer-carousel .more-categories a {
        margin-top: 12px
    }
}

#viewer-carousel-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1900;
    background: #1e1e1e
}

#viewer-carousel-loading .loader {
    background: 0 0
}

.media-gallery-category-listing {
    padding: 55px 0
}

.media-gallery-category-listing--filtered {
    padding: 55px 0 0
}

.media-gallery-category-listing__heading {
    margin-bottom: 35px;
    margin-top: -5px;
    border-bottom: 1px solid #e5e5e5
}

@media (min-width:768px) and (max-width:1239px) {
    .media-gallery-category-listing__heading {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

.media-gallery-category-listing__heading>h2 {
    margin: 0;
    font-size: 30px;
    font-size: 3rem
}

@media (min-width:768px) {
    .media-gallery-category-listing__heading>h2 {
        font-size: 45px;
        font-size: 4.5rem
    }
}

.media-gallery-category-listing__heading>span {
    display: inline-block;
    margin-top: 23px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem
}

@media (min-width:768px) {
    .media-gallery-category-listing__heading>span {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.media-gallery-category-listing__item {
    margin-bottom: 35px
}

.f-item-preview .teaser-image,
.media-gallery-asset .teaser-image,
.media-gallery-category-listing__item .teaser-image {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (max-width:768px) and (-ms-high-contrast:active),
(max-width:768px) and (-ms-high-contrast:none) {

    .f-item-preview .teaser-image,
    .media-gallery-asset .teaser-image,
    .media-gallery-category-listing__item .teaser-image {
        display: inline-block
    }
}

.f-item-preview .teaser-image a,
.media-gallery-asset .teaser-image a,
.media-gallery-category-listing__item .teaser-image a {
    display: block
}

.f-item-preview .teaser-image img:not([data-image-id])+.image-with-links__full-screen-button-container,
.media-gallery-asset .teaser-image img:not([data-image-id])+.image-with-links__full-screen-button-container,
.media-gallery-category-listing__item .teaser-image img:not([data-image-id])+.image-with-links__full-screen-button-container {
    display: none
}

.media-gallery-category-listing__load-more {
    padding: 18px 27px;
    background-color: #dfe2e4;
    font-weight: 600;
    margin-bottom: 0
}

@media (min-width:768px) {
    .media-gallery-category-listing {
        padding: 90px 0
    }

    .media-gallery-category-listing--filtered {
        padding: 90px 0 20px
    }

    .media-gallery-category-listing__heading {
        margin-bottom: 40px;
        border-bottom: 0;
        margin-top: -6px
    }

    .media-gallery-category-listing__heading>h2 {
        display: inline-block
    }

    .media-gallery-category-listing__heading>span {
        float: right;
        margin-bottom: 0
    }

    .media-gallery-category-listing__item {
        margin-bottom: 50px
    }

    .media-gallery-category-listing__load-more {
        background-color: #dfe2e4;
        margin-bottom: 0
    }
}

.media-gallery-manager .media-gallery-category-listing:nth-of-type(even) {
    background-color: #f5f6f7
}

.media-gallery-manager .media-gallery-category-listing:nth-of-type(even) .download-item {
    border-bottom-color: #dcddde
}

.media-gallery-manager__filter {
    margin-top: 55px;
    margin-bottom: -8px
}

.media-gallery-manager__filter .all-filters-num {
    font-size: 14px;
    font-size: 1.4rem
}

.media-gallery-manager__noResults {
    margin-top: 90px;
    margin-bottom: 10px;
    font-weight: 200
}

@media (min-width:768px) {
    .media-gallery-manager__noResults {
        margin-top: 85px;
        margin-bottom: 0;
        font-weight: 200
    }

    .media-gallery-manager__filter {
        margin-top: 70px;
        margin-bottom: -23px
    }
}

.video-player {
    position: relative;
    display: block;
    overflow: visible
}

.video-player:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.video-player>.content-with-aspect-ratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media (max-width:767px) {
    .video-player--has-mobile-poster {
        position: relative;
        overflow: hidden
    }

    .video-player--has-mobile-poster:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 133.33333%
    }

    .video-player--has-mobile-poster>.content-with-aspect-ratio {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.video-player--has-theatre-mode .video-js:not(.vjs-has-started) {
    display: none
}

.video-player.video-player--native .video-player__play-button {
    z-index: 2
}

.video-player.video-player--native .video-player__play-button.video-player__play-button--inactive {
    display: block;
    opacity: 0;
    visibility: hidden
}

.video-player.video-player--native .video-player__play-button--big {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 200ms, opacity 200ms ease-in-out;
    transition: visibility 200ms, opacity 200ms ease-in-out
}

.video-player.video-player--native .video-player__poster--inactive {
    z-index: 1;
    opacity: 0
}

.video-player__poster {
    background-size: cover;
    background-position: center
}

.video-play-button-mobile-container .hsbc-video-play,
.video-player .hsbc-video-play {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 54px;
    font-size: 5.4rem;
    background: #fff;
    color: #da0011;
    width: 52px;
    height: 52px;
    overflow: hidden;
    outline-offset: 0
}

.video-play-button-mobile-container .hsbc-video-play:hover,
.video-player .hsbc-video-play:hover {
    color: #ba000e
}

.video-play-button-mobile-container .hsbc-video-play:active::before,
.video-play-button-mobile-container .hsbc-voice:active::before,
.video-player .hsbc-video-play:active::before,
.video-player .hsbc-voice:active::before {
    position: relative;
    top: 0;
    left: 0
}

.video-play-button-mobile-container .hsbc-video-play::before,
.video-play-button-mobile-container .hsbc-voice::before,
.video-player .hsbc-video-play::before,
.video-player .hsbc-voice::before {
    display: block;
    margin-top: -1px;
    margin-left: -1px
}

.video-play-button-mobile-container .hsbc-voice,
.video-player .hsbc-voice {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 20px;
    font-size: 2rem;
    background: #da0011;
    color: #fff;
    width: 52px;
    height: 52px;
    overflow: hidden;
    outline-offset: 0
}

.video-js .vjs-dock-text,
.video-play-button-mobile-container .hsbc-video-play.video-player__play-button--inactive,
.video-play-button-mobile-container .hsbc-voice.video-player__play-button--inactive,
.video-player .hsbc-video-play.video-player__play-button--inactive,
.video-player .hsbc-voice.video-player__play-button--inactive {
    display: none
}

.video-play-button-mobile-container .hsbc-voice:hover,
.video-player .hsbc-voice:hover {
    background: #ba000e;
    color: #fff
}

.video-js,
.video-yt {
    height: 100%;
    width: 100%
}

.video-yt {
    border-width: 0
}

.video-js .vjs-modal-dialog {
    z-index: 2
}

.video-js .vjs-big-play-button {
    display: none;
    opacity: 0;
    height: 50px;
    width: 50px;
    background: #da0011;
    border-radius: 0;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 1;
    line-height: 1
}

.video-js .vjs-big-play-button::before,
.video-js.vjs-has-started .vjs-big-play-button {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.video-js .vjs-big-play-button::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #fff
}

.video-js .vjs-big-play-button .vjs-icon-placeholder,
.video-theatre {
    display: none
}

.video-js.vjs-has-started .vjs-big-play-button {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 200ms, opacity 200ms ease-in-out;
    transition: visibility 200ms, opacity 200ms ease-in-out
}

.video-js.vjs-has-started.vjs-paused .vjs-big-play-button {
    visibility: visible;
    opacity: 1
}

.video-theatre--active {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1e1e1e;
    z-index: 99999
}

.video-theatre__container {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: relative;
    overflow: hidden;
    width: 100%
}

.video-theatre__container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.video-theatre__container>.content-with-aspect-ratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.close-theatre {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: 0;
    border: 0;
    padding: 0;
    margin: 0;
    color: #fff
}

.close-theatre .hsbc-close-circle {
    font-size: 64px;
    font-size: 6.4rem;
    display: block;
    position: absolute;
    top: -5px;
    left: -4px
}

@media screen and (min-width:768px) {
    .video-player .hsbc-video-play {
        font-size: 90px;
        font-size: 9rem;
        width: 88px;
        height: 88px
    }

    .video-player .hsbc-voice {
        font-size: 40px;
        font-size: 4rem;
        width: 88px;
        height: 88px
    }

    .media-gallery-asset .video-player .hsbc-video-play,
    .media-gallery-asset .video-player .vjs-big-play-button {
        font-size: 68px;
        font-size: 6.8rem;
        width: 66px;
        height: 66px
    }

    .media-gallery-asset .video-player .hsbc-voice {
        font-size: 40px;
        font-size: 4rem;
        width: 66px;
        height: 66px
    }

    .video-js .vjs-big-play-button {
        height: 90px;
        width: 90px
    }

    .video-js .vjs-big-play-button::before {
        border-width: 12.5px 0 12.5px 22px
    }

    .video-theatre--active {
        padding: 0 35px
    }

    .video-player__poster-mobile {
        display: none
    }
}

@media screen and (min-width:1240px) {
    .video-theatre--active {
        padding: 0 calc((100vw - 1170px)/2)
    }
}

@media screen and (max-width:767px) {
    .video-js {
        font-size: 10px
    }
}

.podcast-player:not(.video-player--has-theatre-mode),
.podcast-player:not(.video-player--has-theatre-mode) .video-js {
    height: 35px
}

@media (max-width:767px) {
    .podcast-player:not(.video-player--has-theatre-mode) {
        margin: 0
    }
}

.podcast-player:not(.video-player--has-theatre-mode) .video-js.vjs-has-started.vjs-paused .vjs-big-play-button {
    visibility: hidden
}

.podcast-player:not(.video-player--has-theatre-mode) .vjs-control-bar {
    -webkit-transform: none !important;
    transform: none !important;
    background-color: transparent
}

.podcast-player:not(.video-player--has-theatre-mode) .hsbc-video-play,
.podcast-player:not(.video-player--has-theatre-mode) .hsbc-voice {
    height: 35px;
    width: 35px;
    font-size: 2rem;
    top: 0
}

.podcast-player:not(.video-player--has-theatre-mode) .video-player__poster {
    display: none
}

.podcast-player .downloadStyle,
.video-theatre .downloadStyle {
    order: 9;
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -webkit-order: 9;
    -ms-flex-order: 9;
    padding-top: 7px !important;
    width: auto;
    float: right
}

.podcast-player .edge-download-icon,
.video-theatre .edge-download-icon {
    padding-top: 14px !important
}

.related-videos {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, .8);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #fff;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out
}

.related-videos--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.related-videos--visible {
    opacity: 1
}

.related-videos__failure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #da0011;
    padding: 15px;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    z-index: 1003;
    font-size: .7em
}

.related-videos__failure--visible {
    opacity: 1
}

.related-videos__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 100%;
    height: 75px;
    min-height: 75px
}

@media (min-width:1024px) {
    .related-videos__header {
        height: 115px;
        min-height: 115px
    }
}

.related-videos__header__replay {
    width: 75px;
    padding: 20px
}

@media (min-width:1024px) {
    .related-videos__header__replay {
        width: 115px;
        padding: 30px
    }
}

.related-videos__header__replay button {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 1em;
    background: 0 0;
    color: #fff;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

@media (min-width:1024px) {
    .related-videos__header__replay button {
        width: 55px;
        height: 55px
    }
}

.related-videos__header__replay button span[class^=hsbc-] {
    display: block;
    position: absolute;
    font-size: 41px;
    font-size: 4.1rem;
    top: -3px;
    left: -3px
}

@media (min-width:1024px) {
    .related-videos__header__replay button span[class^=hsbc-] {
        font-size: 64px;
        font-size: 6.4rem;
        top: -5px;
        left: -4px
    }
}

.related-videos__header__title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    font-weight: 700
}

@media (min-width:1024px) {
    .related-videos__header__title {
        font-weight: 400
    }
}

.related-videos__header__title span.title {
    font-weight: 700
}

.related-videos__header__title span.colon,
.related-videos__header__title span.title {
    display: none
}

@media (min-width:1024px) {

    .related-videos__header__title span.colon,
    .related-videos__header__title span.title {
        display: inline
    }
}

.related-videos__header__close {
    width: 75px;
    padding: 20px
}

@media (min-width:1024px) {
    .related-videos__header__close {
        width: 115px;
        padding: 30px
    }
}

.related-videos__header__close button {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 1em;
    background: 0 0;
    color: #fff;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

@media (min-width:1024px) {
    .related-videos__header__close button {
        width: 55px;
        height: 55px
    }
}

.related-videos__header__close button span[class^=hsbc-] {
    display: block;
    position: absolute;
    font-size: 41px;
    font-size: 4.1rem;
    top: -3px;
    left: -3px
}

@media (min-width:1024px) {
    .related-videos__header__close button span[class^=hsbc-] {
        font-size: 64px;
        font-size: 6.4rem;
        top: -5px;
        left: -4px
    }
}

.related-videos__carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    height: 100%
}

.related-videos__carousel__control {
    display: block;
    position: relative;
    width: 75px;
    min-width: 75px;
    height: 100%;
    padding: 30px;
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

@media (min-width:1024px) {
    .related-videos__carousel__control {
        width: 115px;
        min-width: 115px
    }
}

.related-videos__carousel__control span[class^=hsbc-] {
    font-size: 35px;
    font-size: 3.5rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%)
}

@media (min-width:1024px) {
    .related-videos__carousel__control span[class^=hsbc-] {
        font-size: 55px;
        font-size: 5.5rem
    }
}

.related-videos__carousel__control:hover {
    color: #ba000e
}

.related-videos__carousel__control--previous span[class^=hsbc-] {
    left: 6px
}

@media (min-width:1024px) {
    .related-videos__carousel__control--previous span[class^=hsbc-] {
        left: 15px
    }
}

.related-videos__carousel__control--next span[class^=hsbc-] {
    right: 6px
}

@media (min-width:1024px) {
    .related-videos__carousel__control--next span[class^=hsbc-] {
        right: 15px
    }
}

.related-videos__carousel__control[disabled] {
    color: #767676;
    cursor: not-allowed
}

.related-videos__carousel__control[disabled]:hover,
.related-videos__carousel__control[disabled]:hover span {
    color: #767676
}

.related-videos__carousel__body {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.related-videos__carousel__body__title {
    display: block;
    padding: 13.332px 0 33.332px;
    margin: 0;
    line-height: 1em;
    text-align: center;
    font-size: 20px;
    font-size: 2rem
}

@media (min-width:1240px) {
    .related-videos__carousel__body__title {
        padding: 19.998px 0 49.998px
    }
}

@media (min-width:1024px) {
    .related-videos__carousel__body__title {
        font-size: 35px;
        font-size: 3.5rem
    }
}

.related-videos__carousel__body__tiles {
    position: relative;
    height: 100%;
    width: calc(100% + 33.2px);
    margin: 0 -16.6px;
    overflow: hidden
}

@media (min-width:1024px) {
    .related-videos__carousel__body__tiles {
        width: calc(100% + 49.8px);
        margin: 0 -24.9px
    }
}

@media (max-width:1023px) and (orientation:portrait) {
    .related-videos__carousel__body__tiles {
        width: 100%;
        margin: 0
    }
}

.related-videos__carousel__body__tiles .loader {
    display: none;
    background: 0 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.related-videos__carousel__body__tiles .loader__circle {
    -webkit-transform: translate(0, -150%) scale(2);
    transform: translate(0, -150%) scale(2);
    position: static
}

.related-videos__carousel__body__tiles__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    width: 100%;
    height: 100%
}

@media (max-width:1023px) and (orientation:portrait) {
    .related-videos__carousel__body__tiles__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.related-videos__carousel__body__tiles .related-video-tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    min-width: 50%;
    max-width: 50%;
    height: 100%;
    padding: 0 16.6px 0 15%
}

@media (min-width:1024px) {
    .related-videos__carousel__body__tiles .related-video-tile {
        min-width: 33.33%;
        max-width: 33.33%
    }
}

.related-videos__carousel__body__tiles .related-video-tile:nth-child(2n) {
    padding-right: 15%;
    padding-left: 16.6px
}

@media (max-width:1023px) and (orientation:portrait) {
    .related-videos__carousel__body__tiles .related-video-tile {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        max-height: 50%
    }

    .related-videos__carousel__body__tiles .related-video-tile,
    .related-videos__carousel__body__tiles .related-video-tile:nth-child(2n) {
        padding: 0 16.6px 16.6px
    }
}

@media (max-width:1023px) and (orientation:portrait) and (min-width:768px) and (max-width:1023px) {

    .related-videos__carousel__body__tiles .related-video-tile,
    .related-videos__carousel__body__tiles .related-video-tile:nth-child(2n) {
        padding: 0 132.8px 33.2px
    }
}

@media (min-width:1024px) {

    .related-videos__carousel__body__tiles .related-video-tile,
    .related-videos__carousel__body__tiles .related-video-tile:nth-child(2n) {
        padding: 0 24.9px
    }
}

.related-videos__carousel__body__tiles .related-video-tile:hover {
    cursor: pointer
}

.related-videos__carousel__body__tiles .related-video-tile__poster {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    height: 100%;
    margin-bottom: 10px
}

.related-videos__carousel__body__tiles .related-video-tile__poster img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%
}

@media (min-width:1240px) {
    .related-videos__carousel__body__tiles .related-video-tile__poster {
        margin-bottom: 20px
    }
}

.related-videos__carousel__body__tiles .related-video-tile__title {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 3px
}

@media (min-width:1024px) {
    .related-videos__carousel__body__tiles .related-video-tile__title {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 10px
    }
}

@media (min-width:1240px) {
    .related-videos__carousel__body__tiles .related-video-tile__title {
        font-size: 25px;
        font-size: 2.5rem;
        margin-bottom: 20px
    }
}

.related-videos__carousel__body__tiles .related-video-tile__info {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px
}

@media (min-width:1024px) {
    .related-videos__carousel__body__tiles .related-video-tile__info {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 20px
    }
}

@media (min-width:1240px) {
    .related-videos__carousel__body__tiles .related-video-tile__info {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 24px
    }
}

.related-videos__carousel__body__tiles .related-video-tile__actions {
    padding: 0;
    margin: 0;
    position: relative;
    height: 3em
}

.related-videos__carousel__body__tiles .related-video-tile__actions a {
    position: absolute;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0 0 0 18px;
    color: #fff;
    line-height: 1em;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out
}

@media (min-width:1024px) {
    .related-videos__carousel__body__tiles .related-video-tile__actions a {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media (min-width:1240px) {
    .related-videos__carousel__body__tiles .related-video-tile__actions a {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1024px) {
    .related-videos__carousel__body__tiles .related-video-tile__actions a {
        padding-left: 25px
    }
}

.related-videos__carousel__body__tiles .related-video-tile__actions a span[class^=hsbc-] {
    color: #fff;
    position: absolute;
    left: -4px;
    top: -3px;
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width:1024px) {
    .related-videos__carousel__body__tiles .related-video-tile__actions a span[class^=hsbc-] {
        font-size: 19px;
        font-size: 1.9rem
    }
}

@media (min-width:1240px) {
    .related-videos__carousel__body__tiles .related-video-tile__actions a span[class^=hsbc-] {
        font-size: 22px;
        font-size: 2.2rem
    }
}

.related-videos__carousel__body__tiles .related-video-tile__actions a:hover {
    text-decoration: none;
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0)
}

.related-videos__carousel__body__indicator {
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    height: 50px;
    min-height: 50px;
    padding: 20px
}

@media (min-width:1024px) {
    .related-videos__carousel__body__indicator {
        height: 70px;
        min-height: 70px
    }
}

.related-videos__carousel__body__indicator ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.related-videos__carousel__body__indicator ul li {
    margin: 0 5px;
    padding: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #767676
}

.dotted-navigation,
.related-videos__carousel__body__indicator ul li.active {
    background: #fff
}

.related-videos--with-loader .related-videos__carousel__control {
    color: #767676;
    cursor: not-allowed
}

.related-videos--with-loader .related-videos__carousel__control:hover,
.related-videos--with-loader .related-videos__carousel__control:hover span {
    color: #767676
}

.related-videos--with-loader .related-videos__carousel__body__indicator,
.related-videos--with-loader .related-videos__carousel__body__tiles .related-video-tile {
    opacity: 0
}

.related-videos--with-loader .related-videos__carousel__body__tiles .loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.related-videos--with-close-button .related-videos__header__close button {
    position: fixed;
    top: 20px;
    right: 20px
}

.dotted-navigation ul,
.dotted-navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.dotted-navigation ul li a {
    display: block;
    margin: 0;
    font-weight: 600;
    color: #000;
    text-decoration: none
}

.dotted-navigation ul li a.selected,
.dotted-navigation ul li a:hover {
    font-weight: 700;
    text-decoration: none
}

@media screen and (max-width:767px) {
    .dotted-navigation {
        position: relative;
        background: #f5f6f7;
        -webkit-transition: all 0s;
        transition: all 0s;
        text-align: center
    }

    .dotted-navigation ul,
    .dotted-navigation.expanded ul {
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .dotted-navigation ul {
        overflow: hidden;
        display: none;
        opacity: 0;
        height: 0
    }

    .dotted-navigation ul li a {
        font-weight: 400;
        font-size: 2rem;
        padding: 19px 32px;
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }

    .dotted-navigation__toggle {
        position: relative;
        background: #fff;
        border: 0;
        border-top: 2px solid rgba(0, 0, 0, .15);
        border-bottom: 2px solid rgba(0, 0, 0, .15);
        margin: 0;
        padding: 25px 60px;
        width: 100%;
        font-size: 2rem;
        font-weight: 700
    }

    .dotted-navigation__toggle::after {
        font-family: 'hsbc-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2.2rem;
        content: "";
        position: absolute;
        right: 32px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .dotted-navigation.sticky {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
        -webkit-transition: top .1s linear;
        transition: top .1s linear;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    .dotted-navigation.sticky::before {
        content: '';
        display: block;
        background: #fff;
        height: 100px
    }

    .dotted-navigation.expanded .dotted-navigation__toggle,
    .dotted-navigation.sticky .dotted-navigation__toggle {
        border-top: 0
    }

    .dotted-navigation.expanded {
        position: fixed;
        top: 0 !important;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .dotted-navigation.expanded::before {
        display: none
    }

    .dotted-navigation.expanded ul {
        display: block;
        opacity: 1;
        height: 100%;
        margin-top: 22px
    }

    .dotted-navigation.expanded .dotted-navigation__toggle::after {
        content: ""
    }
}

@media screen and (min-width:768px) {
    .dotted-navigation {
        position: fixed;
        right: 70px;
        top: 50%;
        -webkit-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
        z-index: 999;
        padding: 15px 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
        box-shadow: 0 6px 20px rgba(0, 0, 0, .15)
    }

    body.device-mobile .dotted-navigation__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    body.device-mobile .dotted-navigation.open .dotted-navigation__overlay {
        display: none
    }

    .dotted-navigation ul {
        -webkit-transition: opacity .25s ease-in-out;
        transition: opacity .25s ease-in-out
    }

    .dotted-navigation ul li {
        clear: both;
        padding: 2px 30px 3px 10px
    }

    .dotted-navigation ul li a {
        line-height: 2.7778
    }
}

@media screen and (min-width:768px) and (min-width:768px) and (max-width:1023px) {
    .dotted-navigation ul li a {
        font-size: 1.125em
    }
}

@media screen and (min-width:768px) {
    .dotted-navigation ul li a::before {
        content: '';
        display: block;
        float: left;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin: 20px 30px 20px 20px;
        background-color: #ccc;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .dotted-navigation ul li a::after {
        display: block;
        content: attr(data-text);
        font-weight: 700;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        margin-left: 60px
    }
}

@media screen and (min-width:768px) and (-ms-high-contrast:active),
screen and (min-width:768px) and (-ms-high-contrast:none) {
    .dotted-navigation ul li a::after {
        margin-left: 0;
        visibility: visible
    }
}

@media screen and (min-width:768px) {

    .dotted-navigation ul li a.selected::before,
    .dotted-navigation ul li a:hover::before {
        background-color: #000
    }

    .dotted-navigation__toggle {
        display: none
    }

    .dotted-navigation.open,
    .dotted-navigation:hover {
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .dotted-navigation--blocked ul {
        opacity: .33
    }

    .dotted-navigation--blocked .dotted-navigation__overlay {
        display: block !important;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10
    }
}

@media screen and (max-width:767px) {
    .full-bleed-sublayout .dotted-navigation {
        margin-left: 0;
        margin-right: 0
    }

    .full-bleed-sublayout .dotted-navigation.expanded .dotted-navigation__toggle,
    .full-bleed-sublayout .dotted-navigation.sticky .dotted-navigation__toggle {
        width: 100%
    }

    .sublayout--sl1 .dotted-navigation {
        margin-left: -33px;
        margin-right: -33px
    }

    .sublayout--sl1 .dotted-navigation.expanded .dotted-navigation__toggle,
    .sublayout--sl1 .dotted-navigation.sticky .dotted-navigation__toggle {
        width: calc(100% - 66px)
    }
}

.header.animated {
    -webkit-transition: top .25s ease-in-out;
    transition: top .25s ease-in-out
}

.html-sitemap-links {
    position: relative;
    margin: -25px 0 -20px;
    padding: 0;
    list-style: none
}

.html-sitemap-links__page__link {
    display: inline-block;
    margin-bottom: 13px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700
}

@media (min-width:768px) {
    .html-sitemap-links__page__link {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.html-sitemap-links__page__link--l2 {
    margin-top: 20px;
    margin-bottom: 29px
}

.html-sitemap-links__page__link--l2:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    margin-top: 8px;
    border-bottom: 1px solid #e2e3e4
}

.html-sitemap-links__page__subpages {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: none
}

.html-sitemap-links__page__subpages--l2 {
    padding-left: 0
}

@media (min-width:768px) {
    .html-sitemap-links {
        margin: -66px -15px -24px
    }

    .html-sitemap-links__page__link {
        margin-bottom: 12px
    }

    .html-sitemap-links__page__link--l2 {
        margin-top: 62px;
        margin-bottom: 49px
    }

    .html-sitemap-links__page__link--l2:after {
        margin-top: 24px;
        width: calc(100% - 30px);
        border-bottom-color: #d0d3d6
    }

    .html-sitemap-links__page__subpages {
        margin: 0;
        padding: 0 0 0 36px;
        list-style: none
    }

    .html-sitemap-links__page__subpages--l2 {
        padding-left: 0
    }

    .html-sitemap-links__page__subpages--l2>.html-sitemap-links__page {
        margin-bottom: 6px
    }

    .html-sitemap-links:after,
    .html-sitemap-links:before {
        content: " ";
        display: table
    }

    .html-sitemap-links:after {
        clear: both
    }

    .html-sitemap-links>.html-sitemap-links__page {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .html-sitemap-links>.html-sitemap-links__page {
        float: left;
        width: 33.33333%
    }
}

@media (min-width:768px) {

    .html-sitemap-links>.html-sitemap-links__page:nth-child(2),
    .html-sitemap-links>.html-sitemap-links__page:nth-child(3n+2) {
        clear: both
    }

    .html-sitemap-links--compact .html-sitemap-links__page>.html-sitemap-links__page__link--l2 {
        margin-top: 27px;
        margin-bottom: 24px
    }

    .html-sitemap-links--compact .html-sitemap-links__page:first-child>.html-sitemap-links__page__link--l2,
    .html-sitemap-links--compact .html-sitemap-links__page:nth-child(2)>.html-sitemap-links__page__link--l2,
    .html-sitemap-links--compact .html-sitemap-links__page:nth-child(3)>.html-sitemap-links__page__link--l2,
    .html-sitemap-links--compact .html-sitemap-links__page:nth-child(4)>.html-sitemap-links__page__link--l2 {
        margin-top: 62px !important
    }

    .html-sitemap-links--compact .html-sitemap-links__page:first-child>.html-sitemap-links__page__link--l2,
    .html-sitemap-links--compact .html-sitemap-links__page:last-child>.html-sitemap-links__page__link--l2 {
        margin-bottom: 49px !important
    }

    .html-sitemap-links--trailing-group-col-2 .html-sitemap-links__page--grouped {
        float: right;
        clear: none !important;
        margin-right: 33.33333%
    }

    .html-sitemap-links--trailing-group-col-3 .html-sitemap-links__page--grouped {
        float: right;
        clear: none !important
    }

    .html-sitemap-links--trailing-group-col-2 .html-sitemap-links__page--grouped>.html-sitemap-links__page__link--l2,
    .html-sitemap-links--trailing-group-col-3 .html-sitemap-links__page--grouped>.html-sitemap-links__page__link--l2 {
        margin-top: 27px
    }

    .html-sitemap-links--trailing-group-col-2 .html-sitemap-links__page--grouped:not(:last-child)>.html-sitemap-links__page__link--l2,
    .html-sitemap-links--trailing-group-col-3 .html-sitemap-links__page--grouped:not(:last-child)>.html-sitemap-links__page__link--l2 {
        margin-bottom: 24px
    }

    .html-sitemap-links--trailing-group-col-2 li:not(.html-sitemap-links__page--grouped)+.html-sitemap-links__page--grouped>.html-sitemap-links__page__link--l2,
    .html-sitemap-links--trailing-group-col-3 li:not(.html-sitemap-links__page--grouped)+.html-sitemap-links__page--grouped>.html-sitemap-links__page__link--l2 {
        margin-top: 62px !important
    }
}

.accordion__panel-body>.html-sitemap-links {
    padding-top: 10px;
    padding-bottom: 10px
}

@media (min-width:768px) {
    .accordion__panel-body>.html-sitemap-links {
        padding-top: 12px;
        padding-bottom: 32px
    }
}

.tabbed-content {
    margin-top: -21px
}

.full-bleed-sublayout+.tabbed-content,
.full-bleed-sublayout+code+.tabbed-content,
.full-bleed-sublayout+code+code+.tabbed-content {
    margin-top: 37px
}

.tabbed-content nav div[role=tablist],
.tabbed-content nav ol,
.tabbed-content nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    width: 100%
}

.tabbed-content nav li {
    list-style: none
}

.tabbed-content__item {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.65;
    padding-bottom: 24px;
    display: inline-block;
    position: relative;
    margin: 0 15px;
    vertical-align: bottom;
    cursor: pointer;
    padding-left: 0;
    text-align: left;
    border: 0;
    background-color: transparent;
    text-decoration: none
}

@media (min-width:768px) {
    .tabbed-content__item {
        font-size: 22px;
        font-size: 2.2rem
    }
}

.tabbed-content__item:first-child {
    margin-left: 0
}

.tabbed-content__item:last-child {
    margin-right: 0
}

@media (max-width:767px) {
    .tabbed-content__item:last-child {
        padding-right: 33px
    }
}

.tabbed-content__item:not(:last-child) {
    margin-bottom: 0
}

.tabbed-content__item::after {
    background-color: #da0011;
    bottom: 0;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: width .15s cubic-bezier(.47, 0, .745, .715);
    transition: width .15s cubic-bezier(.47, 0, .745, .715);
    width: 0
}

.tabbed-content__item--active::after,
.tabbed-content__item:focus::after,
.tabbed-content__item:hover::after {
    width: 100%
}

@media (max-width:767px) {

    .tabbed-content__item--active:last-child::after,
    .tabbed-content__item:last-child:focus::after,
    .tabbed-content__item:last-child:hover::after {
        width: calc(100% - 33px)
    }
}

.tabbed-content a.tabbed-content__item {
    display: block;
    padding-top: 1px;
    padding-right: 6px
}

@media (max-width:767px) {
    .tabbed-content a.tabbed-content__item:last-child {
        padding-right: 39px
    }
}

.tabbed-content a.tabbed-content__item:active,
.tabbed-content a.tabbed-content__item:focus,
.tabbed-content a.tabbed-content__item:hover {
    text-decoration: none
}

.tabbed-content__heading {
    margin-bottom: 55px
}

.tabbed-content__heading,
.tabbed-content__heading--map {
    border-bottom: 1px solid #ebeef0;
    position: relative;
    overflow: hidden
}

.tabbed-content__heading [role=tablist],
.tabbed-content__heading--map [role=tablist] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.tabbed-content__heading [role=tablist]::-webkit-scrollbar,
.tabbed-content__heading--map [role=tablist]::-webkit-scrollbar {
    height: 0
}

.tabbed-content__heading [role=tablist]::after,
.tabbed-content__heading [role=tablist]::before,
.tabbed-content__heading--map [role=tablist]::after,
.tabbed-content__heading--map [role=tablist]::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 2
}

.tabbed-content__heading [role=tablist]::before,
.tabbed-content__heading--map [role=tablist]::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1)
}

.tabbed-content__heading [role=tablist]::after,
.tabbed-content__heading--map [role=tablist]::after {
    right: -2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    pointer-events: none
}

.tabbed-content__heading--leftmost [role=tablist]::before,
.tabbed-content__heading--rightmost [role=tablist]::after,
.tabbed-content__page {
    display: none
}

.tabbed-content__page--active {
    display: block
}

.tabbed-content__page>.sublayout:first-child {
    padding-top: 0
}

@media (min-width:768px) {
    .tabbed-content {
        margin-top: -46px
    }

    .full-bleed-sublayout+.tabbed-content,
    .full-bleed-sublayout+code+.tabbed-content,
    .full-bleed-sublayout+code+code+.tabbed-content {
        margin-top: 80px
    }

    .tabbed-content__heading,
    .tabbed-content__heading--map {
        margin-bottom: 60px
    }

    .tabbed-content__heading--map::after,
    .tabbed-content__heading--map::before,
    .tabbed-content__heading::after,
    .tabbed-content__heading::before {
        display: none
    }

    .tabbed-content__item {
        display: inline-block;
        color: #6a6a6a
    }

    .tabbed-content__item.tabbed-content__item--active {
        color: #000
    }
}

.tabbed-content__heading--map>nav div[role=tablist],
.tabbed-content__heading>nav div[role=tablist] {
    padding-left: 33px;
    padding-right: 33px
}

@media (min-width:768px) {

    .tabbed-content__heading--map>nav div[role=tablist],
    .tabbed-content__heading>nav div[role=tablist] {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (min-width:1240px) {

    .tabbed-content__heading--map>nav div[role=tablist],
    .tabbed-content__heading>nav div[role=tablist] {
        max-width: 1200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

.cinemagraph,
.cinemagraph--mobile-image {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.cinemagraph {
    display: none
}

@media (min-width:992px) {
    .cinemagraph {
        display: block
    }
}

.cinemagraph--mobile-image {
    display: block
}

@media (min-width:992px) {
    .cinemagraph--mobile-image {
        display: none
    }
}

.hero-banner--cienemagraph .hero-banner__media-container {
    min-height: 0
}

.hero-banner--cienemagraph .hero-banner__media-container::after {
    background: unset !important
}

.contact-teaser__header {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 200;
    line-height: 1;
    margin: -4px 0 0;
    padding-bottom: 36px
}

@media (min-width:768px) {
    .contact-teaser__header {
        font-size: 45px;
        font-size: 4.5rem
    }
}

.contact-teaser__contact-wrapper {
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.contact-teaser__email {
    font-weight: 700
}

@media (min-width:768px) {
    .contact-teaser__email {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .contact-teaser__email {
        font-size: 15px;
        font-size: 1.5rem
    }
}

.contact-teaser__email:hover {
    text-decoration: none
}

.contact-teaser__contact {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding: 45px 0
}

.contact-teaser__image {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 31px
}

.contact-teaser__name {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 200;
    line-height: 1.17;
    margin: 0 0 35px
}

@media (min-width:768px) {
    .contact-teaser__name {
        font-size: 35px;
        font-size: 3.5rem
    }
}

.contact-teaser__address,
.contact-teaser__description,
.contact-teaser__email {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.53;
    text-decoration: none;
    display: block
}

@media (min-width:768px) {

    .contact-teaser__address,
    .contact-teaser__description,
    .contact-teaser__email {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:768px) and (max-width:1023px) {

    .contact-teaser__address,
    .contact-teaser__description,
    .contact-teaser__email {
        font-size: 15px;
        font-size: 1.5rem
    }
}

.contact-teaser__description {
    margin-bottom: 17px
}

.contact-teaser__address {
    margin-bottom: 24px
}

.contact-teaser__tel,
.table__container table thead,
div.dataTables_scrollBody>table>thead .sorting:after,
div.dataTables_scrollBody>table>thead .sorting_asc:after,
div.dataTables_scrollBody>table>thead .sorting_desc:after {
    display: none
}

.contact-teaser__tel-mobile-label {
    margin-top: 27px
}

.contact-teaser__button {
    background: 0 0;
    border: 1px solid #000;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: .66;
    padding: 25px 0
}

@media (min-width:768px) and (max-width:1023px) {
    .contact-teaser__button {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.contact-teaser__button--tel {
    margin-bottom: 27px;
    margin-top: 27px
}

.contact-teaser__general {
    padding-top: 55px
}

.contact-teaser__general>.h5 {
    margin-top: -4px;
    margin-bottom: 38px
}

.contact-teaser__general__emails {
    margin-bottom: -14px;
    padding: 0;
    list-style: none
}

.contact-teaser__general__emails>li {
    padding-bottom: 11px
}

.contact-teaser__view-all>.contact-teaser__button {
    margin-top: 55px
}

.contact-teaser__accordion-wrapper {
    margin-top: 20px;
    margin-bottom: -55px
}

.contact-teaser__accordion-wrapper__contact-wrapper {
    margin-top: -55px;
    margin-bottom: -55px
}

.contact-teaser__accordion-wrapper__contact-wrapper .contact-teaser__contact:last-child {
    padding-bottom: 35px;
    border-bottom: 0
}

.contact-teaser__accordion-wrapper .accordion__panel-title>a>.accordion__heading {
    border-color: rgba(0, 0, 0, .15)
}

.contact-teaser__accordion-wrapper .accordion__panel-group>.accordion__panel:last-child .accordion__panel-title>a {
    border-color: rgba(0, 0, 0, .15)
}

.contact-teaser__accordion-wrapper .accordion__panel-body {
    background-color: transparent
}

.contact-teaser .download-item {
    border-color: rgba(0, 0, 0, .15)
}

.contact-teaser .download-listing__header {
    margin-top: 34px;
    margin-bottom: 0
}

.contact-teaser .contact-teaser__contact>:last-child,
.contact-teaser .contact-teaser__details__column>:last-child {
    margin-bottom: 0
}

.contact-teaser div.in-page-link,
.contact-teaser ul.in-page-link-list {
    margin-top: 0
}

@media (max-width:767px) {
    .contact-teaser__button {
        width: 100%
    }

    .contact-teaser__contact:not(:last-child) .download-listing__items li:last-child .download-item {
        margin-bottom: -40px;
        padding-bottom: 0;
        border-bottom: 0
    }
}

@media (min-width:768px) {
    .contact-teaser {
        position: relative
    }

    .contact-teaser div.in-page-link,
    .contact-teaser ul.in-page-link-list {
        margin-top: -12px
    }

    .contact-teaser__header {
        padding-bottom: 51px
    }

    .contact-teaser__contact-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contact-teaser__contact {
        border-bottom: 0;
        padding: 50px 0 0;
        width: calc((100% - 30px)/2)
    }

    .contact-teaser__contact:nth-of-type(odd) {
        margin-right: 30px
    }

    .contact-teaser__contact--key {
        width: 100%
    }

    .contact-teaser__contact--key:nth-of-type(odd) {
        margin-right: 0
    }

    .contact-teaser__contact--key:nth-child(n+2) {
        margin-top: 50px;
        border-top: 1px solid rgba(0, 0, 0, .15)
    }

    .contact-teaser__details__column {
        float: left
    }

    .contact-teaser__details__column--left {
        width: 44.44%
    }

    .contact-teaser__details__column--right {
        width: 55.55%;
        padding-left: 30px
    }

    .contact-teaser__image {
        max-width: 222px;
        margin-top: 0;
        margin-bottom: 0
    }

    .contact-teaser__name {
        line-height: 1;
        margin-bottom: 45px;
        font-weight: 300
    }

    .contact-teaser__address,
    .contact-teaser__description,
    .contact-teaser__email,
    .contact-teaser__tel {
        line-height: 1.67
    }

    .contact-teaser__tel {
        display: block;
        margin-bottom: 15px
    }

    .contact-teaser__tel:hover {
        text-decoration: none
    }

    .contact-teaser__email {
        font-weight: 700;
        margin-bottom: 15px
    }

    .contact-teaser__address,
    .contact-teaser__description {
        margin-bottom: 15px
    }

    .contact-teaser__button {
        font-weight: 600;
        line-height: 1;
        padding: 25px 20px
    }

    .contact-teaser__button--tel {
        display: none
    }

    .contact-teaser__general {
        padding-top: 71px
    }

    .contact-teaser__general__emails {
        margin-bottom: -22px
    }

    .contact-teaser__general__emails>li {
        padding-bottom: 17px
    }

    .contact-teaser__view-all {
        position: absolute;
        top: 0;
        right: 0
    }

    .contact-teaser__view-all>.contact-teaser__button {
        margin-top: -17px
    }

    .contact-teaser__view-all>.contact-teaser__button:hover {
        background: #ebeef0
    }

    .contact-teaser__view-all>span {
        display: block;
        margin-top: 30px
    }

    .contact-teaser__accordion-wrapper {
        margin-top: 0;
        margin-bottom: 0
    }

    .contact-teaser__accordion-wrapper__contact-wrapper {
        margin-top: -47px
    }

    .contact-teaser__accordion-wrapper__contact-wrapper .contact-teaser__contact {
        width: 100%
    }

    .contact-teaser .download-listing {
        max-width: 380px
    }

    .contact-teaser .accordion__panel-title>a {
        margin-left: -30px;
        margin-right: -30px
    }

    .contact-teaser .accordion__panel-title>a>.accordion__heading {
        padding-left: 30px;
        padding-right: 30px
    }
}

table.dataTable {
    clear: both;
    margin-top: 6px;
    margin-bottom: 6px;
    max-width: none !important
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner,
table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap td,
table.dataTable.nowrap th {
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    white-space: nowrap;
    text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
    padding-right: 30px
}

table.dataTable thead>tr>td:active,
table.dataTable thead>tr>th:active {
    outline: 0
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 24px;
    right: 0;
    display: block;
    font-family: 'hsbc-icons'
}

table.dataTable thead .sorting:hover:after {
    content: "";
    opacity: .5
}

table.dataTable thead .sorting_asc:after {
    content: ""
}

table.dataTable thead .sorting_desc:after {
    content: ""
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    color: #eee
}

div.dataTables_scrollBody>table {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody>table,
div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
    margin-top: 0 !important;
    border-top: none
}

@media screen and (max-width:767px) {

    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

table.dataTable.table-condensed>thead>tr>th {
    padding-right: 20px
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    top: 23px;
    right: 23px
}

table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
    border-left-width: 0
}

table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable th:last-child {
    border-right-width: 0
}

div.dataTables_scrollHead table.table-bordered,
table.table-bordered.dataTable tbody td,
table.table-bordered.dataTable tbody th {
    border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
    padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
    padding-right: 0
}

table.dataTable.fixedHeader-floating {
    position: fixed !important
}

table.dataTable.fixedHeader-locked {
    position: absolute !important
}

tr:not(.collapsed) .download-holder {
    padding-bottom: 62px
}

.download-holder__side {
    margin-top: 18px;
    padding-top: 7px;
    border-top: 1px solid #ebeef0
}

tr:not(.collapsed) .download-holder__side {
    position: absolute;
    margin-left: calc((-100% + 72px)*.33);
    width: calc(100% - 72px)
}

.download-holder__side>.add-to-download-basket {
    margin-top: 6px;
    margin-bottom: -25px;
    float: right;
    text-align: right
}

.download-holder__side>.add-to-download-basket>input {
    width: 24px;
    height: 24px
}

.download-holder__side>.add-to-download-basket>label {
    right: 0;
    padding-left: 0;
    padding-right: 34px;
    margin-left: -25px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700
}

.download-holder__side>.add-to-download-basket>label:before {
    width: 24px;
    height: 24px;
    left: auto;
    right: 0
}

.download-holder__side>.add-to-download-basket>.hsbc-tick {
    left: auto;
    right: 4px
}

.table-module~.table-module {
    margin-top: 80px
}

.table__filter {
    margin-bottom: 47px
}

.table__container {
    margin-bottom: 55px
}

.table__container>h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 200;
    margin-top: -5px;
    margin-bottom: 26px
}

.table__container>h2.h3 {
    margin-bottom: 28px
}

.table__container>h2.h4 {
    margin-top: -6px;
    margin-bottom: 28px
}

.table__container .link-with-right-chevron {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71
}

@media (min-width:768px) {
    .table__container .link-with-right-chevron {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.table__container .link-with-right-chevron>span {
    padding-left: 20px
}

.table__container .link-with-right-chevron:first-child {
    margin-top: -3px
}

.interactive-map__info-window__actions__action--internal .table__container .link-with-right-chevron span.icon::before,
.table__container .link-with-right-chevron .hsbc-right-chevron::before,
.table__container .link-with-right-chevron .interactive-map__info-window__actions__action--internal span.icon::before {
    margin-left: -20px
}

@media (min-width:768px) {

    .interactive-map__info-window__actions__action--internal .table__container .link-with-right-chevron span.icon::before,
    .table__container .link-with-right-chevron .hsbc-right-chevron::before,
    .table__container .link-with-right-chevron .interactive-map__info-window__actions__action--internal span.icon::before {
        margin-left: -23px
    }
}

.table__container .link-with-right-chevron+p {
    margin-top: 2px;
    margin-left: 20px
}

.table__container span+.link-with-right-chevron {
    margin-top: 2rem
}

.dividend-calculator__type-selector .form-item .table__container .glossary-link>span:first-child+.link-with-right-chevron,
.programme-details__key-info table tr.actions .table__container th+.link-with-right-chevron,
.programme-details__selected-item table tr.actions .table__container th+.link-with-right-chevron,
.programme-details__selected-item table tr.table-header .table__container th+.link-with-right-chevron,
.table__container .dividend-calculator__type-selector .form-item .glossary-link>span:first-child+.link-with-right-chevron,
.table__container .programme-details__key-info table tr.actions th+.link-with-right-chevron,
.table__container .programme-details__selected-item table tr.actions th+.link-with-right-chevron,
.table__container .programme-details__selected-item table tr.table-header th+.link-with-right-chevron,
.table__container .sr-only+.link-with-right-chevron,
.table__container .sr-only-max-screen-md-max+.link-with-right-chevron,
.table__container .sr-only-max-screen-sm-max+.link-with-right-chevron {
    margin-top: -6px
}

.table__container a+.link-with-right-chevron {
    margin-top: 2px
}

.table__container .glossary-link>.hsbc-info {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 0
}

@media (min-width:768px) {
    .table__container .glossary-link>.hsbc-info {
        font-size: 25px;
        font-size: 2.5rem
    }
}

.table__container p {
    line-height: 1.61
}

.table__container p:last-child {
    margin-bottom: -3px
}

.table__container .link-with-icon,
.table__container a {
    font-weight: 700
}

.table__container .no-padding {
    padding: 0 !important
}

.table__container .table-header-mobile {
    padding-right: 10px;
    width: 33%;
    font-weight: 600;
    word-break: break-word;
    float: left
}

@media (max-width:1239px) {
    .table__container .table-cell-mobile {
        float: right;
        width: 67%;
        min-height: auto !important
    }

    .table__container .table-hidden-mobile {
        display: none !important
    }

    .dividend-calculator__type-selector .form-item .table__container td.td--ditto>.glossary-link.table-cell-mobile>span:last-child:first-child,
    .programme-details__key-info table tr.actions .table__container td.td--ditto>.table-cell-mobile>th:last-child,
    .programme-details__selected-item table tr.actions .table__container td.td--ditto>.table-cell-mobile>th:last-child,
    .programme-details__selected-item table tr.table-header .table__container td.td--ditto>.table-cell-mobile>th:last-child,
    .table__container .dividend-calculator__type-selector .form-item td.td--ditto>.glossary-link.table-cell-mobile>span:last-child:first-child,
    .table__container .programme-details__key-info table tr.actions td.td--ditto>.table-cell-mobile>th:last-child,
    .table__container .programme-details__selected-item table tr.actions td.td--ditto>.table-cell-mobile>th:last-child,
    .table__container .programme-details__selected-item table tr.table-header td.td--ditto>.table-cell-mobile>th:last-child,
    .table__container td.td--ditto>.table-cell-mobile>.sr-only-max-screen-md-max:last-child,
    .table__container td.td--ditto>.table-cell-mobile>.sr-only-max-screen-sm-max:last-child,
    .table__container td.td--ditto>.table-cell-mobile>.sr-only:last-child {
        position: relative;
        width: auto;
        height: auto;
        margin: 0;
        overflow: auto;
        clip: unset
    }
}

.table__container .td-description {
    display: block
}

.table__container select {
    height: auto
}

@media (max-width:1239px) {

    .table__container table>tbody>tr:hover,
    .table__container ul.table>li:hover {
        background: 0 0
    }
}

.table__container table>tbody>tr:last-child .td--group-content,
.table__container ul.table>li:last-child .td--group-content {
    margin-bottom: -1px
}

.table__container table>tbody>tr>td {
    padding: 7px 18px 6px;
    font-size: 14px;
    font-size: 1.4rem
}

.table__container ul.table>li {
    font-size: 14px;
    font-size: 1.4rem
}

@media (min-width:768px) {

    .table__container table>tbody>tr>td,
    .table__container ul.table>li {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.table-group-content>ul>li::after,
.table-toggle-content>ul>li::after,
.table__container table>tbody>tr>td::after,
.table__container ul.table>li::after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.table__container .table-head,
.table__container table>tbody>tr>td:first-child {
    min-height: 21px;
    padding: 17px 18px 15px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    background: #ebeef0
}

.table__container table {
    margin-top: 0;
    table-layout: auto
}

@media (max-width:1239px) {
    .table__container table.table--one-col-mobile td:not(.td--ditto--mobile) .table-header-mobile {
        display: none
    }

    .table__container table.table--one-col-mobile .td--ditto--mobile+td:last-child {
        margin-top: -32px
    }

    .table__container table.table--one-col-mobile td:last-child {
        margin-top: 0;
        margin-left: -18px;
        margin-right: -18px;
        padding: 25px 36px 22px;
        border-bottom: 1px solid #e2e2e2
    }

    .table__container table.table--one-col-mobile tbody>tr:last-child {
        border-bottom: none !important
    }

    .table__container table.table--one-col-mobile tbody>tr:last-child>td:last-child {
        margin-bottom: 0
    }

    .table__container table.table--one-col-mobile .table-cell-mobile {
        float: none;
        width: auto
    }
}

.table__container table tbody>tr:last-child:not(.expanded):not(.tr--no-border) {
    border-bottom: 1px solid #e2e2e2
}

.table__container table tbody>tr>td {
    clear: both;
    border: 0
}

.table__container table tbody>tr>td:first-child>.table-header-mobile {
    font-weight: 400
}

.table__container table tbody>tr>td:nth-child(2) {
    margin-top: 14px
}

.table__container table tbody>tr>td:last-child {
    margin-bottom: 32px
}

@media (max-width:1239px) {
    .table__container table tbody>tr>td:hover .table-toggle-content {
        background-color: #f5f6f7
    }

    .table__container table tbody>tr>td:last-child:empty {
        display: block;
        padding: 0
    }
}

@media (max-width:1240px) {

    .table__container table tr,
    .table__container table tr>* {
        display: block
    }

    .table__container table td:empty {
        visibility: hidden;
        display: none
    }
}

.table__container table tfoot tr td,
.table__container table tr.tfoot td {
    margin-top: 12px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 21px 38px 16px;
    border: 0;
    background-color: #ebeef0;
    font-size: 18px;
    font-size: 1.8rem
}

@media (min-width:768px) {

    .table__container table tfoot tr td,
    .table__container table tr.tfoot td {
        font-size: 21px;
        font-size: 2.1rem
    }
}

.table__container table tfoot tr td,
.table__container table tfoot tr td .table-header-mobile,
.table__container table tr.tfoot td,
.table__container table tr.tfoot td .table-header-mobile {
    font-weight: 400
}

.table__container table tfoot tr td .table-cell-mobile,
.table__container table tr.tfoot td .table-cell-mobile {
    float: none;
    width: auto
}

.table-module--with-sup-links .button-holder>button.is-disabled,
.table__container table tfoot tr td .table-footer-header,
.table__container table tr.tfoot td .table-footer-header {
    display: none
}

.table__container ul.table {
    list-style: none
}

.table__container ul.table>li {
    margin-left: -18px;
    margin-right: -18px;
    padding: 25px 36px 18px;
    border-bottom: 1px solid #e2e2e2
}

.table__container ul.table .list-row-holder__main {
    padding-bottom: 18px;
    border-bottom: 1px solid #ebeef0
}

.table__container ul.table .list-row-holder__side {
    margin-top: 7px
}

.table__container ul.table a.outline-none {
    outline: 0 !important
}

.table__container ul.table a.outline-none:focus:not(:hover) {
    text-decoration: none !important
}

.table__container .button-holder>button {
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 62px;
    background-color: #dfe2e4
}

.table-manager button[data-loadmore] {
    padding: 18px 27px;
    background-color: #dfe2e4
}

@media (max-width:1239px) {
    .table-module--with-sup-links .table__container>h2.h3>br {
        display: none
    }

    .interactive-map__info-window__actions__action--download .table-module--with-sup-links .table__container .table-head>span.icon,
    .table-module--with-sup-links .table__container .interactive-map__info-window__actions__action--download .table-head>span.icon,
    .table-module--with-sup-links .table__container .table-head>.hsbc-download {
        display: block;
        float: right;
        margin-top: -2px;
        margin-right: -1px;
        font-size: 26px;
        font-size: 2.6rem
    }

    .interactive-map__info-window__actions__action--download .table-module--with-sup-links .table__container .table-head>span.icon:hover,
    .table-module--with-sup-links .table__container .interactive-map__info-window__actions__action--download .table-head>span.icon:hover,
    .table-module--with-sup-links .table__container .table-head>.hsbc-download:hover {
        color: #000
    }
}

.table-module--with-sup-links ul.table.results>li {
    padding-top: 7px;
    padding-bottom: 8px;
    border-bottom: none
}

.table-module--with-sup-links ul.table.results .download-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.table-module--with-sup-links ul.table.results .download-holder__main {
    padding-right: 18px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.table-module--with-sup-links ul.table.results .download-holder__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

.table-module--with-sup-links ul.table.results .download-holder__side>.add-to-download-basket {
    margin-top: 0;
    margin-bottom: 0;
    width: 24px;
    height: 24px
}

.table-module--with-sup-links ul.table.results .download-holder__side>.add-to-download-basket:not(:first-child) {
    margin-left: 43px
}

.table-module--with-sup-links ul.table.results .download-holder__side>.add-to-download-basket>label {
    padding-right: 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    font-size: 0;
    color: transparent
}

.table-module--with-sup-links ul.table.results .download-holder__side>.add-to-download-basket>.hsbc-tick {
    top: 4px
}

.table-module--with-sup-links .table-head+ul.table.results>li:first-child {
    margin-top: 12px
}

.res-and-ann__quarter:last-child .table-module--with-sup-links .table__container {
    margin-bottom: 0
}

@media (max-width:1239px) {
    .table-module--with-sup-links .button-holder {
        margin-top: 0 !important
    }
}

.table-module--with-sup-links .button-holder>button {
    margin-top: 23px
}

.table-module--two-col ul.table>li:first-child,
.table-module--with-sup-links ul.table.results-supporting-links>li:first-child {
    border-top: 1px solid #e2e2e2
}

.table-module--with-sup-links ul.table.results-supporting-links a:not(.link-with-right-chevron) {
    margin-bottom: 9px
}

.table-module--with-sup-links ul.table.results-supporting-links a:not(.link-with-right-chevron):last-child {
    margin-bottom: 0
}

@media (max-width:1239px) {
    .table-module--with-sup-links ul.table.results-supporting-links a:not(.link-with-right-chevron):first-child {
        margin-top: -8px
    }

    .table-module--half:nth-last-child(2) .table__container {
        margin-bottom: 0
    }

    .table-module--half~.table-module--half {
        margin-top: 89px !important
    }

    .table-module--half .table__container .button-holder>button {
        margin-top: 35px
    }
}

.table-module--half .button-holder {
    margin-left: auto;
    margin-right: 30px
}

.table-module--two-col .table__container {
    margin-bottom: 0
}

.table-module--two-col .table-head {
    display: none
}

.table-module--two-col .button-holder {
    margin-left: auto;
    margin-right: auto
}

.table-media-holder__media {
    position: relative;
    margin-bottom: 22px;
    display: block
}

@media print {
    .table-media-holder__media {
        display: none !important
    }
}

.table-disclaimer {
    margin-top: 55px;
    margin-bottom: -23px;
    padding-top: 31px;
    border-top: 1px solid #e2e2e2
}

.table-disclaimer>p {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8rem
}

.table-credits {
    text-align: right;
    margin-top: 34px;
    font-size: 15px;
    font-size: 1.5rem
}

@media (min-width:768px) {
    .table-credits {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media (min-width:1240px) {
    .table-credits {
        text-align: right;
        margin-top: 42px;
        margin-bottom: 84px
    }
}

@media (min-width:768px) {
    .table-media-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .table-media-holder__media {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 30px;
        width: 90px;
        min-width: 90px
    }

    .table-media-holder__media>img {
        width: 90px
    }

    .table-media-holder__info {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

@media (min-width:1240px) {
    .table-media-holder__media>img {
        margin-top: -2px
    }

    .download-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    tr:not(.collapsed) .download-holder {
        padding-bottom: 0
    }

    .download-holder__main {
        padding-right: 18px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .download-holder__side {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    tr:not(.collapsed) .download-holder__side {
        position: relative;
        width: auto;
        margin-left: 0
    }

    .download-holder__side>.add-to-download-basket {
        margin-top: 0;
        margin-bottom: 0;
        width: 24px;
        height: 24px
    }

    .download-holder__side>.add-to-download-basket:not(:first-child) {
        margin-left: 43px
    }

    .download-holder__side>.add-to-download-basket>label {
        padding-right: 24px;
        width: 24px;
        height: 24px;
        overflow: hidden;
        font-size: 0;
        color: transparent
    }

    .download-holder__side>.add-to-download-basket>.hsbc-tick {
        top: 3px
    }

    table.table {
        width: calc(100% + 30px)
    }

    .table-module--half {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 45px)
    }

    .table-module--half .table__container {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0
    }

    .table-module--half .table__container>h2 {
        margin-left: 15px;
        margin-right: 15px
    }

    .table-module--half:nth-of-type(2n) {
        margin-left: 84px
    }

    .table-module--half~.table-module--half {
        margin-top: 0
    }

    .table-module--half:first-of-type .table__container,
    .table-module--half:nth-of-type(2) .table__container {
        margin-bottom: 90px
    }

    .table__filter {
        margin-top: -20px;
        margin-bottom: 61px
    }

    .table__container {
        margin-bottom: 89px
    }

    .table__container>h2 {
        margin-top: -2px;
        margin-bottom: 42px;
        font-size: 45px;
        font-size: 4.5rem;
        font-weight: 300
    }

    .table__container>h2.h3 {
        margin-top: -4px;
        font-size: 35px;
        font-size: 3.5rem
    }

    .table__container>h2.h4 {
        margin-top: -2px;
        margin-bottom: 40px;
        font-size: 30px;
        font-size: 3rem
    }

    .table__container .link-with-right-chevron,
    .table__container p {
        line-height: 1.5
    }

    .table__container .link-with-right-chevron:first-child {
        margin-top: -9px
    }

    .table__container .link-with-right-chevron:last-child {
        margin-bottom: -3px
    }

    .table__container span+.link-with-right-chevron {
        margin-top: 7px
    }

    .dividend-calculator__type-selector .form-item .table__container .glossary-link>span:first-child+.link-with-right-chevron,
    .programme-details__key-info table tr.actions .table__container th+.link-with-right-chevron,
    .programme-details__selected-item table tr.actions .table__container th+.link-with-right-chevron,
    .programme-details__selected-item table tr.table-header .table__container th+.link-with-right-chevron,
    .table__container .dividend-calculator__type-selector .form-item .glossary-link>span:first-child+.link-with-right-chevron,
    .table__container .programme-details__key-info table tr.actions th+.link-with-right-chevron,
    .table__container .programme-details__selected-item table tr.actions th+.link-with-right-chevron,
    .table__container .programme-details__selected-item table tr.table-header th+.link-with-right-chevron,
    .table__container .sr-only+.link-with-right-chevron,
    .table__container .sr-only-max-screen-md-max+.link-with-right-chevron,
    .table__container .sr-only-max-screen-sm-max+.link-with-right-chevron {
        margin-top: -9px
    }

    .table__container p:last-child {
        margin-bottom: -1px
    }

    .table__container .table-header-mobile {
        display: none
    }

    .table__container table>tbody>tr:first-child>td,
    .table__container ul.table>li:first-child {
        border-top: none
    }

    .table__container .table-head,
    .table__container table>thead>tr>th {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 18px 30px 19px 0;
        font-weight: 400;
        background: #ebeef0
    }

    .table__container .table-head .th__sort,
    .table__container table>thead>tr>th .th__sort {
        text-decoration: none;
        font-weight: 400
    }

    .table__container .table-head .th__sort [class^=hsbc-]::before,
    .table__container table>thead>tr>th .th__sort [class^=hsbc-]::before {
        margin-left: 7px;
        font-size: 16px;
        font-size: 1.6rem
    }

    .table__container .table-head .th__sort--active,
    .table__container table>thead>tr>th .th__sort--active {
        font-weight: 700
    }

    .table__container .table-head .th__sort--active [class^=hsbc-]::before,
    .table__container table>thead>tr>th .th__sort--active [class^=hsbc-]::before {
        color: #da0011
    }

    .table__container .table-head {
        padding-left: 30px
    }

    .table__container table>tbody>tr>td,
    .table__container ul.table>li {
        padding: 26px 30px 26px 0
    }

    .table__container table>tbody>tr>td:last-child,
    .table__container ul.table>li:last-child {
        margin-bottom: 0
    }

    .table__container table {
        table-layout: fixed;
        margin-right: -15px;
        margin-left: -15px
    }

    .table__container table.table--without-filter {
        margin-top: -20px
    }

    .table__container table thead {
        display: table-header-group;
        border: 0
    }

    .table__container table thead th {
        max-width: 150px;
        border: 0
    }

    .table__container table thead th:first-child {
        padding-left: 30px
    }

    .table__container table thead .th--half {
        width: 570px
    }
}

@media screen and (min-width:1240px) and (-ms-high-contrast:active),
(min-width:1240px) and (-ms-high-contrast:none) {
    .table__container table thead .th--half {
        width: 50%
    }
}

@media (min-width:1240px) {
    @supports (-ms-ime-align:auto) {
        .table__container table thead .th--half {
            width: 50%
        }
    }

    @-moz-document url-prefix() {
        .table__container table thead .th--half {
            width: 50%
        }
    }

    @supports (display:-moz-grid) {
        .table__container table thead .th--half {
            width: 50%
        }
    }

    .table__container table thead .th--third {
        width: 370px
    }
}

@media screen and (min-width:1240px) and (-ms-high-contrast:active),
(min-width:1240px) and (-ms-high-contrast:none) {
    .table__container table thead .th--third {
        width: 33.33%
    }
}

@media (min-width:1240px) {
    @supports (-ms-ime-align:auto) {
        .table__container table thead .th--third {
            width: 33.33%
        }
    }

    @-moz-document url-prefix() {
        .table__container table thead .th--third {
            width: 33.33%
        }
    }

    @supports (display:-moz-grid) {
        .table__container table thead .th--third {
            width: 33.33%
        }
    }

    .table__container table thead .th--quarter {
        width: 270px
    }
}

@media screen and (min-width:1240px) and (-ms-high-contrast:active),
(min-width:1240px) and (-ms-high-contrast:none) {
    .table__container table thead .th--quarter {
        width: 25%
    }
}

@media (min-width:1240px) {
    @supports (-ms-ime-align:auto) {
        .table__container table thead .th--quarter {
            width: 25%
        }
    }

    @-moz-document url-prefix() {
        .table__container table thead .th--quarter {
            width: 25%
        }
    }

    @supports (display:-moz-grid) {
        .table__container table thead .th--quarter {
            width: 25%
        }
    }

    .table__container table thead .th--fifth {
        width: 210px
    }
}

@media screen and (min-width:1240px) and (-ms-high-contrast:active),
(min-width:1240px) and (-ms-high-contrast:none) {
    .table__container table thead .th--fifth {
        width: 20%
    }
}

@media (min-width:1240px) {
    @supports (-ms-ime-align:auto) {
        .table__container table thead .th--fifth {
            width: 20%
        }
    }

    @-moz-document url-prefix() {
        .table__container table thead .th--fifth {
            width: 20%
        }
    }

    @supports (display:-moz-grid) {
        .table__container table thead .th--fifth {
            width: 20%
        }
    }

    .table__container table thead .th--sixth {
        width: 170px
    }
}

@media screen and (min-width:1240px) and (-ms-high-contrast:active),
(min-width:1240px) and (-ms-high-contrast:none) {
    .table__container table thead .th--sixth {
        width: 16.6%
    }
}

@media (min-width:1240px) {
    @supports (-ms-ime-align:auto) {
        .table__container table thead .th--sixth {
            width: 16.6%
        }
    }

    @-moz-document url-prefix() {
        .table__container table thead .th--sixth {
            width: 16.6%
        }
    }

    @supports (display:-moz-grid) {
        .table__container table thead .th--sixth {
            width: 16.6%
        }
    }

    .table__container table tbody tr:not(.tfoot):last-child .table-toggle-content>ul>li:last-child {
        border-bottom: 1px solid #d9dadb
    }

    .table__container table tbody tr:not(.tfoot) td {
        border-top: 1px solid #e2e2e2
    }

    .table__container table tbody tr:not(.tfoot) td.td--ditto {
        border-top: none
    }

    .table__container table tbody tr:not(.tfoot) td:first-child {
        padding-top: 26px;
        padding-bottom: 26px;
        padding-left: 30px;
        background: 0 0
    }

    .table__container table tbody tr:not(.tfoot) td:nth-child(2) {
        margin-top: 0
    }

    .table__container table tfoot tr td,
    .table__container table tr.tfoot td {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 26px 30px 31px 0
    }

    .table__container table tfoot tr td .table-footer-header,
    .table__container table tr.tfoot td .table-footer-header {
        display: inline-block;
        margin-right: 15px
    }

    .table__container ul.table>li {
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 0;
        border-bottom: none
    }

    .table__container ul.table>li:after {
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 26px
    }

    .table__container ul.table .list-row-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .table__container ul.table .list-row-holder__main {
        padding-bottom: 0;
        padding-right: 10px;
        border-bottom: none;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .table__container ul.table .list-row-holder__side {
        margin-top: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .table__container .button-holder>button {
        margin-top: 60px;
        float: right
    }

    .table-module--with-sup-links {
        margin-top: 45px
    }

    .table-module--with-sup-links .table__container {
        margin-bottom: 0
    }

    .table-module--with-sup-links .table__container>h2.h3 {
        margin-bottom: 46px;
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 400
    }

    .table-module--with-sup-links .table__container>.row {
        margin-left: 0;
        margin-right: 0
    }

    .table-module--with-sup-links .table-head {
        padding-left: 25px;
        padding-right: 25px
    }

    .table-module--with-sup-links ul.table.results>li {
        padding: 20px 25px 0;
        border-bottom: none
    }

    .table-module--with-sup-links ul.table.results>li:after {
        padding-bottom: 20px;
        border-bottom: none
    }

    .table-module--with-sup-links ul.table.results .download-holder__side {
        -webkit-align-self: start;
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start
    }

    .table-module--with-sup-links .table-head+ul.table.results>li:first-child {
        margin-top: 26px
    }

    .table-module--with-sup-links .button-holder {
        padding-top: 24px
    }

    .table-module--with-sup-links .button-holder:not(.is-empty) {
        height: 136px;
        padding-bottom: 50px
    }

    .table-module--with-sup-links .button-holder>button {
        position: absolute;
        z-index: 1;
        margin: 0
    }

    .table-module--with-sup-links .button-holder>button:focus {
        z-index: 3
    }

    .res-and-ann__quarter:first-child .table-module--with-sup-links .button-holder>button {
        z-index: 2
    }

    .table-module--with-sup-links ul.table.results-supporting-links {
        margin-top: 0;
        padding-top: 18px;
        border-top: 1px solid #e2e2e2
    }

    .table-module--with-sup-links ul.table.results-supporting-links>li {
        padding-left: 0;
        padding-right: 0
    }

    .table-module--with-sup-links ul.table.results-supporting-links>li:first-child {
        border-top: none
    }

    .table-module--with-sup-links ul.table.results-supporting-links>li:hover {
        background-color: transparent
    }

    .table-module--with-sup-links ul.table.results-supporting-links>li .table-media-holder__media {
        margin-right: 25px
    }

    .table-module--with-sup-links ul.table.results-supporting-links>li .link-with-right-chevron:last-child {
        margin-bottom: -9px
    }

    .table-module--with-sup-links ul.table.results-supporting-links>li .link-with-right-chevron>span>i {
        margin-top: -2px
    }

    .table-module--with-sup-links ul.table.results-supporting-links>li a:not(.link-with-right-chevron) {
        margin-bottom: 20px
    }

    .table-module--with-sup-links ul.table.results-supporting-links>li a:not(.link-with-right-chevron):last-child {
        margin-bottom: -7px
    }

    .table-module--two-col {
        margin-left: -15px;
        margin-right: -15px
    }

    .table-module--two-col .table-head {
        display: block;
        width: calc(50% - 14px);
        float: left
    }

    .table-module--two-col .table-head:nth-child(2) {
        float: right
    }

    .table-module--two-col ul.table li {
        width: calc(50% - 14px)
    }

    .table-module--two-col ul.table li:nth-child(2n+1) {
        float: left
    }

    .table-module--two-col ul.table li:nth-child(2n) {
        float: right
    }

    .table-module--two-col .button-holder {
        clear: both;
        padding-top: 60px
    }

    .table-module--two-col .button-holder>button {
        margin: 0 auto;
        float: none
    }

    .table-disclaimer {
        margin-top: 60px;
        margin-bottom: -33px;
        padding-top: 56px
    }

    .table-disclaimer>p {
        width: 62%
    }
}

.dataTable.fixedHeader-floating,
.dataTable.fixedHeader-locked {
    z-index: 999;
    -webkit-animation-name: floatingHeader;
    animation-name: floatingHeader;
    margin-top: 0
}

.dataTable.fixedHeader-floating th,
.dataTable.fixedHeader-locked th {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 18px 30px 19px 0;
    font-weight: 400;
    background: #ebeef0;
    border: 0
}

.dataTable.fixedHeader-floating th .th__sort,
.dataTable.fixedHeader-locked th .th__sort {
    text-decoration: none;
    font-weight: 400
}

.dataTable.fixedHeader-floating th .th__sort [class^=hsbc-]::before,
.dataTable.fixedHeader-locked th .th__sort [class^=hsbc-]::before {
    margin-left: 7px;
    font-size: 16px;
    font-size: 1.6rem
}

.dataTable.fixedHeader-floating th .th__sort--active,
.dataTable.fixedHeader-locked th .th__sort--active {
    font-weight: 700
}

.dataTable.fixedHeader-floating th .th__sort--active [class^=hsbc-]::before,
.dataTable.fixedHeader-locked th .th__sort--active [class^=hsbc-]::before {
    color: #da0011
}

.dataTable.fixedHeader-floating th:last-child,
.dataTable.fixedHeader-locked th:last-child {
    padding-right: 100vw !important
}

@media (max-width:1239px) {

    .fixedHeader-floating,
    .fixedHeader-locked,
    .interactive-map__info-window__actions__action--download .table__container .table-head>span.icon,
    .table__container .interactive-map__info-window__actions__action--download .table-head>span.icon,
    .table__container .table-head>.hsbc-download {
        display: none
    }
}

@media (min-width:1240px) {

    .dataTable.fixedHeader-floating .interactive-map__info-window__actions__action--download th>span.icon,
    .dataTable.fixedHeader-floating th>.hsbc-download,
    .dataTable.fixedHeader-locked .interactive-map__info-window__actions__action--download th>span.icon,
    .dataTable.fixedHeader-locked th>.hsbc-download,
    .interactive-map__info-window__actions__action--download .dataTable.fixedHeader-floating th>span.icon,
    .interactive-map__info-window__actions__action--download .dataTable.fixedHeader-locked th>span.icon,
    .interactive-map__info-window__actions__action--download .table__container .table-head>span.icon,
    .interactive-map__info-window__actions__action--download .table__container thead th>span.icon,
    .table__container .interactive-map__info-window__actions__action--download .table-head>span.icon,
    .table__container .table-head>.hsbc-download,
    .table__container thead .interactive-map__info-window__actions__action--download th>span.icon,
    .table__container thead th>.hsbc-download {
        float: right;
        margin-top: 1px;
        font-size: 20px;
        font-size: 2rem
    }

    .dataTable.fixedHeader-floating .interactive-map__info-window__actions__action--download th>span.icon:hover,
    .dataTable.fixedHeader-floating th>.hsbc-download:hover,
    .dataTable.fixedHeader-locked .interactive-map__info-window__actions__action--download th>span.icon:hover,
    .dataTable.fixedHeader-locked th>.hsbc-download:hover,
    .interactive-map__info-window__actions__action--download .dataTable.fixedHeader-floating th>span.icon:hover,
    .interactive-map__info-window__actions__action--download .dataTable.fixedHeader-locked th>span.icon:hover,
    .interactive-map__info-window__actions__action--download .table__container .table-head>span.icon:hover,
    .interactive-map__info-window__actions__action--download .table__container thead th>span.icon:hover,
    .table__container .interactive-map__info-window__actions__action--download .table-head>span.icon:hover,
    .table__container .table-head>.hsbc-download:hover,
    .table__container thead .interactive-map__info-window__actions__action--download th>span.icon:hover,
    .table__container thead th>.hsbc-download:hover {
        color: #000
    }
}

@media (max-width:1239px) {
    .table-bundle {
        margin-left: -18px;
        margin-right: -18px;
        padding-left: 36px !important;
        padding-right: 36px !important;
        max-width: calc(100vw - 72px)
    }

    .table-bundle .table-header-mobile {
        float: left
    }
}

.table__container tr .td--group-content:last-child,
.table__container tr.expanded td:last-child {
    margin-bottom: 40px
}

.table__container tr.collapsed td:last-child {
    margin-bottom: 9px
}

.table__container tr.collapsed:last-child td:last-child {
    margin-bottom: -6px
}

.table-toggle-holder .table-toggle {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-weight: 700
}

.table-toggle-holder .table-toggle i {
    float: right;
    margin-top: 2px;
    padding-left: 10px;
    font-family: "hsbc-icons";
    font-size: 16px;
    font-weight: 700
}

.table-toggle-holder .td-description+.table-toggle {
    margin-top: 16px
}

.table-group-content,
.table-toggle-content {
    width: calc(100% + 72px);
    margin-left: -36px;
    margin-right: -36px;
    margin-bottom: -6px
}

.table-group-content>ul,
.table-toggle-content>ul,
table .timetable>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.table-group-content>ul>li,
.table-toggle-content>ul>li {
    padding: 21px 36px 23px;
    border-bottom: 1px solid #d9dadb
}

.table-toggle-content {
    float: left;
    background: #f5f6f7;
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s ease-in-out;
    transition: max-height .35s ease-in-out
}

.table-toggle-content ul>li:first-child {
    border-top: 1px solid #d9dadb
}

.table-toggle-content.in {
    max-height: 10000px
}

tr.expanded.collapsed {
    border-bottom: 1px solid #e2e2e2
}

.table-group-content ul>li:first-child {
    padding-top: 0
}

.td--group-content>.table-header-mobile,
table .timetable>h3 {
    display: none
}

.td--group-content>.table-cell-mobile {
    float: none;
    width: auto
}

@media (min-width:1240px) {
    tr.expanded {
        background: #f5f6f7
    }

    tr.expanded .table-toggle-holder {
        margin-top: 0;
        margin-left: 0;
        padding-left: 0
    }

    .table-toggle-holder {
        position: relative;
        padding-right: 120px
    }

    .table-toggle-holder .table-toggle {
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 0
    }

    .table-toggle-holder .td-description+.table-toggle {
        margin-top: 0
    }

    .table-group-content,
    .table-toggle-content {
        width: auto
    }

    .table-group-content>ul>li::after,
    .table-toggle-content>ul>li::after {
        display: none
    }

    .table-toggle-content {
        float: none;
        margin-top: 24px;
        margin-bottom: -26px;
        margin-right: -30px;
        background-color: transparent
    }

    .table-toggle-content>ul>li {
        padding: 26px 30px;
        background: #f5f6f7
    }

    .table-toggle-content>ul>li:hover {
        background-color: #eceff0
    }

    .table-toggle-content>ul>li:last-child {
        border-bottom: none
    }

    .table-toggle-content>ul>li .table-cell-mobile {
        padding-left: 0
    }

    .table-group-content {
        margin: 0
    }

    .table-group-content>ul>li {
        padding: 0;
        border: 0
    }

    .table-group-content>ul>li:not(:last-child) {
        margin-bottom: 22px
    }

    .th--half .table-toggle-content {
        margin-left: -630px
    }

    .th--half .table-toggle-content>ul>li {
        padding-left: 630px
    }

    @-moz-document url-prefix() {
        .th--half .table-toggle-content {
            margin-left: -585px
        }

        .th--half .table-toggle-content>ul>li {
            padding-left: 585px
        }
    }

    @supports (display:-moz-grid) {
        .th--half .table-toggle-content {
            margin-left: -585px
        }

        .th--half .table-toggle-content>ul>li {
            padding-left: 585px
        }
    }
}

@media screen and (min-width:1240px) and (-ms-high-contrast:active),
(min-width:1240px) and (-ms-high-contrast:none) {
    .th--half .table-toggle-content {
        margin-left: -615px
    }

    .th--half .table-toggle-content>ul>li {
        padding-left: 615px
    }
}

@media (min-width:1240px) {
    .th--third .table-toggle-content {
        margin-left: -830px
    }

    .th--third .table-toggle-content>ul>li {
        padding-left: 830px
    }

    @-moz-document url-prefix() {
        .th--third .table-toggle-content {
            margin-left: -790px
        }

        .th--third .table-toggle-content>ul>li {
            padding-left: 790px
        }
    }

    @supports (display:-moz-grid) {
        .th--third .table-toggle-content {
            margin-left: -790px
        }

        .th--third .table-toggle-content>ul>li {
            padding-left: 790px
        }
    }
}

@media screen and (min-width:1240px) and (-ms-high-contrast:active),
(min-width:1240px) and (-ms-high-contrast:none) {
    .th--third .table-toggle-content {
        margin-left: -820px
    }

    .th--third .table-toggle-content>ul>li {
        padding-left: 820px
    }
}

@media (min-width:1240px) {
    .th--quarter .table-toggle-content {
        margin-left: -930px
    }

    .th--quarter .table-toggle-content>ul>li {
        padding-left: 930px
    }

    @-moz-document url-prefix() {
        .th--quarter .table-toggle-content {
            margin-left: -892px
        }

        .th--quarter .table-toggle-content>ul>li {
            padding-left: 892px
        }
    }

    @supports (display:-moz-grid) {
        .th--quarter .table-toggle-content {
            margin-left: -892px
        }

        .th--quarter .table-toggle-content>ul>li {
            padding-left: 892px
        }
    }
}

@media screen and (min-width:1240px) and (-ms-high-contrast:active),
(min-width:1240px) and (-ms-high-contrast:none) {
    .th--quarter .table-toggle-content {
        margin-left: -923px
    }

    .th--quarter .table-toggle-content>ul>li {
        padding-left: 923px
    }
}

@media (min-width:1240px) {
    .th--fifth .table-toggle-content {
        margin-left: -990px
    }

    .th--fifth .table-toggle-content>ul>li {
        padding-left: 990px
    }

    @-moz-document url-prefix() {
        .th--fifth .table-toggle-content {
            margin-left: -952px
        }

        .th--fifth .table-toggle-content>ul>li {
            padding-left: 952px
        }
    }

    @supports (display:-moz-grid) {
        .th--fifth .table-toggle-content {
            margin-left: -952px
        }

        .th--fifth .table-toggle-content>ul>li {
            padding-left: 952px
        }
    }
}

@media screen and (min-width:1240px) and (-ms-high-contrast:active),
(min-width:1240px) and (-ms-high-contrast:none) {
    .th--fifth .table-toggle-content {
        margin-left: -984px
    }

    .th--fifth .table-toggle-content>ul>li {
        padding-left: 984px
    }
}

@media (min-width:1240px) {
    .th--sixth .table-toggle-content {
        margin-left: -1030px
    }

    .th--sixth .table-toggle-content>ul>li {
        padding-left: 1030px
    }

    @-moz-document url-prefix() {
        .th--sixth .table-toggle-content {
            margin-left: -995px
        }

        .th--sixth .table-toggle-content>ul>li {
            padding-left: 995px
        }
    }

    @supports (display:-moz-grid) {
        .th--sixth .table-toggle-content {
            margin-left: -995px
        }

        .th--sixth .table-toggle-content>ul>li {
            padding-left: 995px
        }
    }
}

@media screen and (min-width:1240px) and (-ms-high-contrast:active),
(min-width:1240px) and (-ms-high-contrast:none) {
    .th--sixth .table-toggle-content {
        margin-left: -1026px
    }

    .th--sixth .table-toggle-content>ul>li {
        padding-left: 1026px
    }
}

@media (min-width:1240px) {
    .th--text-right {
        text-align: right
    }

    table.simple-table {
        max-width: none !important
    }
}

table.simple-table thead {
    font-size: 18px;
    font-size: 1.8rem
}

table.simple-table tbody td {
    word-wrap: break-word
}

.sublayout--content-hero>.table-module:first-child:last-child table.simple-table,
.sublayout--content>.table-module:first-child:last-child table.simple-table {
    margin-bottom: -55px
}

@media (min-width:1240px) {

    .sublayout--content-hero>.table-module:first-child:last-child table.simple-table,
    .sublayout--content>.table-module:first-child:last-child table.simple-table {
        margin-bottom: -89px
    }
}

@media (max-width:767px) {

    .sublayout--content-hero>h2+.table-module,
    .sublayout--content>h2+.table-module {
        margin-top: 2.875rem
    }
}

@media (min-width:768px) {

    .sublayout--content-hero>h2+.table-module,
    .sublayout--content>h2+.table-module {
        margin-top: 4.25rem
    }
}

table .timetable {
    position: relative;
    padding: 22px 38px 21px
}

table .timetable>ul>li:first-child {
    border-top: none
}

table .timetable__date {
    width: 33%;
    float: left
}

table .timetable__date,
table .timetable__info {
    display: table-cell;
    line-height: 1.61
}

@media (min-width:1240px) {
    table .timetable {
        margin: 0 15px;
        padding: 24px 15px 25px;
        border-top: 1px solid #dcddde
    }

    table .timetable>h3 {
        position: absolute;
        margin: 2px 0 0;
        display: block;
        width: 218px;
        font-size: 30px;
        font-size: 3rem;
        font-weight: 300
    }

    @-moz-document url-prefix() {
        table .timetable>h3 {
            width: 196px
        }
    }

    table .timetable>ul {
        margin-left: 247px
    }

    @-moz-document url-prefix() {
        table .timetable>ul {
            margin-left: 226px
        }
    }

    table .timetable__date {
        width: 140px
    }

    table .table-toggle-holder--timetable {
        min-height: 88px
    }
}

table.credit-rating {
    display: none;
    margin-top: -20px;
    margin-right: 0;
    margin-left: 0
}

@media (min-width:1240px) {
    table.credit-rating {
        display: table
    }
}

table.credit-rating.credit-rating tbody>tr>td,
table.credit-rating.credit-rating thead>tr>th {
    padding-left: 30px;
    padding-right: 0
}

table.credit-rating thead>tr:first-child>th {
    border-left: 1px solid #e2e2e2
}

table.credit-rating thead>tr:nth-child(2)>th {
    background-color: #f5f6f7
}

table.credit-rating thead>tr:nth-child(2)>th:nth-of-type(odd) {
    border-left: 1px solid #e2e2e2
}

table.credit-rating thead>tr>th:first-child,
table.credit-rating thead>tr>th:nth-child(2) {
    border-left: none !important
}

table.credit-rating tbody>tr>th {
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 26px 20px 26px 0
}

table.credit-rating tbody>tr>td {
    padding-top: 26px;
    padding-bottom: 26px
}

table.credit-rating tbody>tr>td:nth-of-type(odd) {
    border-left: 1px solid #e2e2e2
}

table.credit-rating tbody>tr:first-child td {
    border-top: 1px solid #e2e2e2
}

table.credit-rating tbody>tr:nth-child(2n+1) th:first-child {
    font-weight: 600
}

table.credit-rating tbody>tr:nth-last-child(2) th {
    border-bottom: 1px solid #e2e2e2
}

table.credit-rating tbody>tr:hover,
table.credit-rating-mobile tbody>tr>td:hover {
    background: 0 0
}

@media (min-width:1240px) {
    table.credit-rating-mobile {
        display: none
    }
}

table.credit-rating-mobile tbody>tr.entity-heading:first-child .entity-heading--title {
    margin-top: 0
}

table.credit-rating-mobile tbody>tr.entity-heading:hover {
    background-color: transparent
}

table.credit-rating-mobile tbody>tr.entity-heading>th {
    padding: 0;
    border-top: none
}

table.credit-rating-mobile tbody>tr.entity-heading+tr>th {
    border-top: none
}

table.credit-rating-mobile tbody>tr .entity-heading--title {
    margin-left: -18px;
    margin-right: -18px;
    margin-top: 55px;
    padding: 17px 18px 15px;
    background: #ebeef0;
    font-weight: 600
}

table.credit-rating-mobile tbody>tr>td,
table.credit-rating-mobile tbody>tr>th {
    display: table-cell;
    padding-top: 21px;
    padding-bottom: 19px
}

table.credit-rating-mobile tbody>tr>td {
    border-top: 1px solid #e2e2e2;
    text-align: center
}

table.credit-rating-mobile tbody>tr>td:last-child,
table.credit-rating-mobile tbody>tr>th[colspan="2"]~th:last-child {
    padding-right: 0
}

table.credit-rating-mobile tbody>tr>th {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    font-size: 15px;
    font-size: 1.5rem
}

table.credit-rating-mobile tbody>tr>th[scope=rowgroup] {
    padding-right: 18px;
    font-weight: 600
}

table.credit-rating-mobile tbody>tr>th[colspan="2"]~th {
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 600;
    text-align: center
}

table.credit-rating-mobile tbody>tr.tr--last-entity-row th,
table.credit-rating-mobile tbody>tr.tr--last-entity-row+tr td,
table.credit-rating-mobile tbody>tr.tr--last-entity-row+tr th,
table.credit-rating-mobile tbody>tr:nth-last-child(2) th {
    border-bottom: 1px solid #e2e2e2
}

.res-and-ann__quarter {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:1240px) {
    .res-and-ann__quarter {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1240px) and (min-width:1240px) {
    .res-and-ann__quarter {
        float: left;
        width: 25%
    }
}

.res-and-ann__quarter .table-module--with-sup-links {
    margin-top: 0
}
.fenye{
    text-align: center;
}
.fenye li{
    display: inline-block;
    border: 1px solid #ddd;
}
.fenye li a{
    display: block;
    padding: 3px 12px;
}
.fenye li.sel a{
    background: #2150a2;
    color: #fff;
}
.fenye li.sel{
    border-color: #2150a2;
}