@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Colours */
/* Widths */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.eot?") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.eot?") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.eot?") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.eot?") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?6xkb4l');
  src: url('../fonts/icomoon/icomoon.eot?6xkb4l#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?6xkb4l') format('truetype'), url('../fonts/icomoon/icomoon.woff?6xkb4l') format('woff'), url('../fonts/icomoon/icomoon.svg?6xkb4l#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon', sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down-thick:before {
  content: "\e908";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-chevron-right:before {
  content: "\e901";
}
.icon-arrow-down:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e902";
}
.icon-left-quote:before {
  content: "\e904";
}
.icon-logo:before {
  content: "\e905";
}
.icon-right-quote:before {
  content: "\e906";
}
.icon-share:before {
  content: "\e907";
}
.icon-facebook {
  background-image: url("/sites/jardineccl/files/jccl/ar-2023/images/social/facebook.png");
}
.icon-twitter {
  background-image: url("/sites/jardineccl/files/jccl/ar-2023/images/social/twitter.png");
}
.icon-linkedin {
  background-image: url("/sites/jardineccl/files/jccl/ar-2023/images/social/linkedin.png");
}
.icon-whatsapp {
  background-image: url("/sites/jardineccl/files/jccl/ar-2023/images/social/whatsapp.png");
}
.icon-email {
  background-image: url("/sites/jardineccl/files/jccl/ar-2023/images/social/email.png");
}
/* Globals */
h1 {
  font-size: 60px;
  margin: 0;
}
@media screen and (max-width: 1500px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 580px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  margin: 0;
  font-size: 48px;
}
@media screen and (max-width: 1500px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 580px) {
  h2 {
    font-size: 24px;
  }
}
.w-40 {
  width: 40%;
}
@media (max-width: 992px) {
  .w-40 {
    width: 100%;
    margin-bottom: 24px;
  }
}
.w-50 {
  width: 50%;
}
@media (max-width: 992px) {
  .w-50 {
    width: 100%;
    margin-bottom: 24px;
  }
}
.w-60 {
  width: 60%;
}
@media (max-width: 992px) {
  .w-60 {
    width: 100%;
    margin-bottom: 24px;
  }
}
.h-100 {
  height: 100%;
}
.ps-15 {
  margin-left: 15px;
}
.pt-0 {
  padding-top: 0 !important;
}
.ps-md-30 {
  padding-left: 30px !important;
}
@media (max-width: 992px) {
  .ps-md-30 {
    padding-left: 0 !important;
  }
}
.pe-md-30 {
  padding-right: 30px !important;
}
@media (max-width: 992px) {
  .pe-md-30 {
    padding-right: 0 !important;
  }
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0 !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px;
}
.mob-spacing {
  margin-top: 0 !important;
}
@media (max-width: 992px) {
  .mob-spacing {
    margin-top: 40px !important;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.flex-gap {
  flex-wrap: nowrap;
  gap: 60px;
}
@media (max-width: 580px) {
  .flex.flex-gap {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.flex.flex-column {
  flex-direction: column;
}
.flex.align-items-center {
  align-items: center;
}
.flex.align-items-end {
  align-items: flex-end;
}
.flex.justify-content-between {
  justify-content: space-between;
}
.flex.justify-content-center {
  justify-content: center !important;
}
.flex.justify-content-around {
  justify-content: space-around;
}
.section-heading {
  position: relative;
  align-items: center;
  font-weight: 400;
  color: #BE0013;
  padding-left: 40px;
}
@media screen and (max-width: 1500px) {
  .section-heading {
    padding-left: 35px;
  }
}
@media screen and (max-width: 580px) {
  .section-heading {
    padding-left: 25px;
  }
}
.section-heading::after {
  position: absolute;
  left: 0px;
  content: "\e901";
  font-family: icomoon;
  transform: scaleY(1.25);
  font-size: 32px;
  top: 10px;
}
@media screen and (max-width: 1500px) {
  .section-heading::after {
    font-size: 24px;
    top: 5px;
  }
}
@media screen and (max-width: 580px) {
  .section-heading::after {
    font-size: 16px;
    top: 5px;
  }
}
.list-group {
  list-style: disc outside;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
}
.list-group li {
  padding: 10px 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
  width: 100%;
}
.list-group li::after {
  position: absolute;
  content: "\e901";
  font-family: icomoon;
  transform: scaleY(1.25);
  font-size: 16px;
  left: 0;
  color: #BE0013;
  top: 10px;
}
@media screen and (max-width: 580px) {
  .list-group li::after {
    font-size: 14px;
    top: 12px;
  }
}
.list-group li a {
  font-size: 18px;
  color: #023E7C;
  text-decoration: underline;
}
@media screen and (max-width: 580px) {
  .list-group li a {
    font-size: 16px;
  }
}
.list-group li a:hover {
  color: #BE0013;
}
.list-group[data-type="two-column"] {
  gap: 2.5%;
}
.list-group[data-type="two-column"] li {
  width: 47.5%;
}
@media screen and (max-width: 580px) {
  .list-group[data-type="two-column"] li {
    width: 100%;
  }
}
.btn-play {
  background-color: transparent;
  border: 2px solid #023E7C;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.btn-play:hover {
  background-color: #023E7C;
}
.btn-play:hover::before {
  border-left-color: white;
}
.btn-play:before {
  content: "";
  position: relative;
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #BE0013;
  transition: border-left-color 0.3s;
  margin-left: 4px;
}
.blockquote {
  text-align: center;
  max-width: 400px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .blockquote {
    max-width: 300px;
  }
}
.blockquote__text {
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 1180px) {
  .blockquote__text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .blockquote__text {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.blockquote__attribution {
  border-top: 1px solid black;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 580px) {
  .blockquote__attribution {
    font-size: 12px;
    padding-top: 20px;
  }
}
.blockquote__attribution p {
  margin: 0;
}
.blockquote__attribution p:first-child {
  font-weight: 700;
  margin-bottom: 5px;
}
.blockquote__attribution a {
  display: inline-block;
  margin-top: 30px;
  color: #023E7C;
  text-decoration: underline;
}
@media screen and (max-width: 580px) {
  .blockquote__attribution a {
    margin-top: 16px;
  }
}
.blockquote::after,
.blockquote:before {
  content: url("/sites/jardineccl/files/jccl/ar-2023/images/icons/quote-begin.svg");
  display: block;
}
@media screen and (max-width: 580px) {
  .blockquote::after,
  .blockquote:before {
    content: url("/sites/jardineccl/files/jccl/ar-2023/images/icons/quote-begin-mobile.svg");
  }
}
.blockquote::after {
  transform: rotate(180deg);
  margin-top: 24px;
}
.homepage .blockquote::after {
  content: none;
}
.bg-navy {
  background-color: #023E7C;
}
.bg-aqua {
  background-color: #01AAD5;
}
.text-navy {
  color: #023E7C;
}
.text-red {
  color: #BE0013;
}
.text-aqua {
  color: #01AAD5;
}
.text-white {
  color: #ffffff;
}
.progress-container {
  width: 100%;
  height: 5px;
  position: fixed;
  top: 75px;
  z-index: 5;
}
@media screen and (max-width: 580px) {
  .progress-container {
    top: 55px;
  }
}
.progress-container .progress-bar {
  height: 100%;
  background: #BE0013;
  width: 0%;
}
@media screen and (max-width: 992px) {
  .hide-tablet {
    display: none;
  }
}
.show-tablet {
  display: none;
}
@media screen and (max-width: 992px) {
  .show-tablet {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .hide-mobile {
    display: none;
  }
}
.show-mobile {
  display: none;
}
@media screen and (max-width: 580px) {
  .show-mobile {
    display: block;
  }
}
main {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  main {
    padding-top: 60px;
  }
}
.intro {
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 40px;
  line-height: 1.2;
}
@media screen and (max-width: 1500px) {
  .intro {
    font-size: 28px;
  }
}
@media screen and (max-width: 1080px) {
  .intro {
    font-size: 24px;
  }
}
@media screen and (max-width: 580px) {
  .intro {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.separator {
  height: 60px;
}
.separator[data-type="small"] {
  height: 40px;
}
.focus-num {
  font-size: 24px;
  color: #008B9F;
}
.note {
  font-size: 14px;
}
.object-cover {
  object-fit: cover;
}
.nowrap {
  white-space: nowrap;
}
.img-caption {
  margin-top: 10px !important;
  font-size: 14px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
}
body * {
  box-sizing: border-box;
}
p {
  margin-bottom: 15px;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: color 0.2s ease;
  cursor: pointer;
}
a.underline {
  border-bottom: 1px solid;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.bullet {
  padding-left: 20px;
  list-style: disc;
}
ul.bullet li:not(:last-child) {
  margin-bottom: 15px;
}
img {
  max-width: 100%;
  height: auto;
}
img.center {
  margin: auto;
  display: block;
}
img.full {
  width: 100%;
}
p.content-heading {
  margin-bottom: 0;
  font-size: 1.2em;
  color: #172845;
  font-weight: 700;
}
p.content-sub {
  color: #518497;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0;
}
br.mobile {
  display: none;
}
@media (max-width: 580px) {
  br.mobile {
    display: block;
  }
}
.container {
  max-width: 1920px;
  padding: 0 100px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 580px) {
  .container {
    padding: 0 20px;
  }
}
.container.content {
  max-width: 900px;
}
.tabs {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 580px) {
  .tabs {
    flex-direction: column;
  }
}
.tabs:after {
  content: '';
  background-color: #008B9F;
  display: block;
  height: 1px;
  width: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 580px) {
  .tabs:after {
    display: none;
  }
}
.tabs .tab {
  color: #172845;
  font-weight: 600;
  margin-right: 30px;
  padding-bottom: 10px;
  display: block;
  transition: all 0.2s ease;
  border-bottom: 5px solid transparent;
}
@media (max-width: 992px) {
  .tabs .tab {
    margin-right: 15px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
}
@media (max-width: 580px) {
  .tabs .tab {
    margin-bottom: 10px;
    width: max-content;
    padding-right: 10px;
  }
  .tabs .tab:last-child {
    margin-bottom: 0;
  }
}
.tabs .tab.active {
  color: #008B9F;
  border-color: #BE0013;
  z-index: 1;
  position: relative;
}
.tab-content .tab-item {
  display: none;
}
.tab-content .tab-item.active {
  display: block;
}
.tab-content .desc {
  font-size: 1.6em;
  font-weight: 300;
}
.no-wrap {
  white-space: nowrap;
}
.margin-b-15 {
  margin-bottom: 15px !important;
}
.small-width {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.animate__animated {
  opacity: 0;
}
.animate__animated.animate-active {
  animation-name: fadeInUp;
  animation-duration: 0.8s;
  opacity: 1;
}
.animate__animated.image-container.animate-active {
  animation-name: fadeInUpSmall;
}
.stats .stat {
  animation-fill-mode: both;
}
.stats .stat:nth-child(2) {
  animation-delay: 0.1s;
}
.stats .stat:nth-child(3) {
  animation-delay: 0.2s;
}
.stats .stat:nth-child(4) {
  animation-delay: 0.3s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 7;
}
header::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  header::after {
    height: 50px;
  }
}
header .container {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 580px) {
  header .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .container > .flex {
  justify-content: space-between;
  align-items: center;
}
header .logo-container a {
  display: block;
}
header .logo-container img {
  display: block;
  height: 50px;
}
@media screen and (max-width: 580px) {
  header .logo-container img {
    height: 40px;
  }
}
header .menu-container {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #023E7C;
}
header .menu-container .download-menu {
  position: relative;
  display: inline-flex;
  padding-left: 35px;
  margin-right: 30px;
  height: 24px;
  align-items: center;
}
@media screen and (max-width: 580px) {
  header .menu-container .download-menu {
    height: 25px;
    margin-right: 20px;
    padding-left: 25px;
  }
}
header .menu-container .download-menu:hover {
  color: #BE0013;
}
header .menu-container .download-menu::before {
  content: "";
  width: 20px;
  height: 24px;
  background: url("/sites/jardineccl/files/jccl/ar-2023/images/icons/download.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 580px) {
  header .menu-container .download-menu::before {
    height: 25px;
  }
}
header .menu-container .download-menu .show-tablet {
  display: none;
}
header .menu-container .share-menu {
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 992px) {
  header .menu-container .share-menu {
    margin-right: 20px;
  }
}
header .menu-container .share-menu .share {
  display: flex;
  align-items: center;
}
header .menu-container .share-menu .share:hover {
  color: #BE0013;
}
header .menu-container .share-menu .icon-share {
  font-size: 24px;
  margin-right: 15px;
}
@media screen and (max-width: 580px) {
  header .menu-container .share-menu .icon-share {
    font-size: 25px;
    margin-right: 0;
  }
}
header .menu-container .share-menu .share-box {
  display: none;
  position: absolute;
  top: 55px;
  right: -65px;
  background-color: #ffffff;
  z-index: 2;
  white-space: nowrap;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 0;
}
header .menu-container .share-menu .share-box::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  top: -10px;
  left: calc(50% - 10px);
}
header .menu-container .share-menu .share-box .addthis_toolbox {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
header .menu-container .share-menu .share-box .addthis_toolbox a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #008B9F;
  margin: 0 0 10px 0;
}
header .menu-container .share-menu .share-box .addthis_toolbox i {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
header .menu-container .main-menu .menu-toggle {
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  cursor: pointer;
}
@media screen and (max-width: 580px) {
  header .menu-container .main-menu .menu-toggle {
    height: auto;
  }
}
header .menu-container .main-menu .menu-toggle span {
  width: 36px;
  height: 3px;
  display: block;
  background-color: #023E7C;
  transition: all 0.5s ease;
  margin: 5px 0;
}
@media screen and (max-width: 580px) {
  header .menu-container .main-menu .menu-toggle span {
    margin: 3px 0;
  }
}
header .menu-container .main-menu .menu-toggle:hover span {
  background-color: #BE0013;
}
header .menu-container .main-menu .menu-toggle.open {
  position: relative;
}
header .menu-container .main-menu .menu-toggle.open span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .menu-container .main-menu .menu-toggle.open span:first-child {
  transform: rotate(-45deg);
}
header .menu-container .main-menu .menu-toggle.open span:nth-child(2) {
  display: none;
}
header .menu-container .main-menu .menu-toggle.open span:last-child {
  transform: rotate(45deg);
}
header .menu-container .main-menu .menu {
  display: none;
  position: absolute;
  top: 80px;
  right: 0;
  background-color: #ffffff;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 580px) {
  header .menu-container .main-menu .menu {
    top: 60px;
    height: 100vh;
    overflow: auto;
  }
}
header .menu-container .main-menu .menu::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  header .menu-container .main-menu .menu::after {
    height: 50px;
  }
}
header .menu-container .main-menu .menu ul,
header .menu-container .main-menu .menu li {
  padding: 0;
  margin: 0;
}
header .menu-container .main-menu .menu nav > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 40px;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  header .menu-container .main-menu .menu nav > ul {
    padding-right: 45px;
  }
}
@media screen and (max-width: 992px) {
  header .menu-container .main-menu .menu nav > ul {
    flex-wrap: wrap;
    padding-right: 0;
  }
}
header .menu-container .main-menu .menu nav > ul > li {
  flex: 1;
}
@media screen and (max-width: 992px) {
  header .menu-container .main-menu .menu nav > ul > li {
    width: calc(50% - 10px);
    flex: auto;
  }
}
@media screen and (max-width: 580px) {
  header .menu-container .main-menu .menu nav > ul > li {
    width: 100%;
  }
}
header .menu-container .main-menu .menu nav > ul > li:first-child {
  margin-left: 0;
}
header .menu-container .main-menu .menu a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #023E7C;
  padding: 8px 0 8px 0px;
}
header .menu-container .main-menu .menu a:hover,
header .menu-container .main-menu .menu a.active {
  color: #BE0013;
}
header .menu-container .main-menu .menu h4 {
  width: 100%;
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
.header__download-centre {
  position: absolute;
  top: 80px;
  right: 0;
  font-size: 16px;
  text-align: right;
  line-height: 1.3;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
  z-index: 1;
}
@media screen and (max-width: 580px) {
  .header__download-centre {
    font-size: 8px;
    top: 60px;
    padding: 10px;
  }
}
.header__download-centre span {
  color: white;
  position: relative;
  display: block;
  width: 80px;
}
@media screen and (max-width: 580px) {
  .header__download-centre span {
    width: 40px;
  }
}
.header__download-centre::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 160px solid #023E7C;
  border-left: 160px solid transparent;
}
@media screen and (max-width: 580px) {
  .header__download-centre::before {
    border-top-width: 80px;
    border-left-width: 80px;
  }
}
.header__download-centre::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/sites/jardineccl/files/jccl/ar-2023/images/icons/download-center.svg");
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
}
@media screen and (max-width: 580px) {
  .header__download-centre::after {
    width: 10px;
    margin-top: 5px;
  }
}
footer {
  position: relative;
  background-color: #F4F4F4;
  border-top: 1px solid #023E7C;
}
footer > div:nth-child(1) {
  color: #023E7C;
  padding: 100px 0 40px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  footer > div:nth-child(1) {
    padding-top: 40px;
    font-size: 14px;
  }
}
footer > div:nth-child(1) .flex {
  gap: 20px 10px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 992px) {
  footer > div:nth-child(1) .flex {
    flex-wrap: wrap;
  }
}
footer > div:nth-child(1) .flex > div {
  width: 25%;
}
@media (max-width: 992px) {
  footer > div:nth-child(1) .flex > div {
    width: calc(50% - 5px);
  }
}
@media (max-width: 580px) {
  footer > div:nth-child(1) .flex > div {
    width: 100%;
    padding: 0;
  }
}
footer > div:nth-child(1) .flex > div p {
  font-weight: bold;
  color: #000000;
  margin-top: 0;
  font-size: 15px;
}
footer > div:nth-child(1) .flex > div a {
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 10px;
  font-size: 14px;
}
footer > div:nth-child(1) .flex > div a:hover {
  color: #BE0013;
}
footer > div:nth-child(2) {
  font-size: 14px;
}
@media screen and (max-width: 1180px) {
  footer > div:nth-child(2) {
    font-size: 12px;
  }
}
footer > div:nth-child(2) .container > .flex {
  border-top: 1px solid #023E7C;
}
footer > div:nth-child(2) p {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 580px) {
  footer > div:nth-child(2) p:last-child {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .h-divider {
  display: inline-block;
  margin: 0 50px;
}
@media screen and (max-width: 1180px) {
  footer .h-divider {
    margin: 0 30px;
  }
}
@media screen and (max-width: 580px) {
  footer .h-divider {
    margin: 10px 0;
  }
}
footer .icon-logo {
  font-size: 30px;
  margin-right: 10px;
}
footer .page-scroll {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 100px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #BE0013;
  background-color: transparent;
  border: 2px solid #023E7C;
  border-radius: 40px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  footer .page-scroll {
    right: 20px;
    top: 25px;
  }
}
footer .page-scroll span {
  display: inline-block;
  background-image: url("/sites/jardineccl/files/jccl/ar-2023/images/icons/up-arrow.svg");
  background-size: contain;
  width: 14px;
  height: 16px;
}
footer .page-scroll:hover {
  background-color: white;
}
.bs-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: -1;
  background: rgba(2, 62, 124, 0.7);
  transition: all 0.3s;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
}
.bs-modal-overlay.is-active {
  opacity: 1;
  z-index: 11;
}
.bs-modal-wrapper {
  width: 600px;
  height: 400px;
  max-width: calc(100% - 40px);
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  display: none;
}
.bs-modal-wrapper.is-active {
  display: block;
}
.bs-modal-wrapper--video {
  width: 900px;
  height: auto;
  max-width: 100%;
}
.bs-modal-wrapper--video .bs-media {
  position: relative;
  padding-bottom: 56.25%;
}
.bs-modal-wrapper--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.bs-modal-wrapper--video .close-modal-btn {
  position: fixed;
  top: 0;
  border: 0;
  z-index: 1;
  background-color: transparent;
  right: -80px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bs-modal-wrapper--video .close-modal-btn {
    top: -60px;
    right: 0px;
    left: unset;
  }
}
@media screen and (max-width: 580px) {
  .bs-modal-wrapper--video .close-modal-btn {
    width: 30px;
    height: 30px;
    top: -40px;
    right: 10px;
  }
}
.bs-modal-wrapper--video .close-modal-btn:before,
.bs-modal-wrapper--video .close-modal-btn:after {
  position: absolute;
  content: ' ';
  height: 100%;
  width: 5px;
  background-color: #fff;
  top: 0;
}
.bs-modal-wrapper--video .close-modal-btn:before {
  transform: rotate(45deg);
}
.bs-modal-wrapper--video .close-modal-btn:after {
  transform: rotate(-45deg);
}
.bs-modal-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border: 0;
}
.page-banner {
  padding: 60px 0 0;
}
@media screen and (max-width: 580px) {
  .page-banner {
    padding-top: 40px;
  }
}
.page-banner .container,
.page-banner .flex {
  height: 100%;
}
.page-banner .heading {
  font-size: 18px;
  font-weight: 400;
  color: #9D9C9C;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.page-banner figure {
  margin: 60px 0 0;
}
@media screen and (max-width: 580px) {
  .page-banner figure {
    margin-top: 40px;
  }
}
.page-banner figure img {
  vertical-align: top;
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}
.page-banner figure figcaption {
  font-size: 14px;
  padding: 10px;
}
.page-banner figure figcaption.light-bg {
  background-color: rgba(0, 139, 159, 0.1) !important;
}
.page-banner + section {
  padding: 100px 0 80px;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 1080px) {
  .page-banner + section {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 992px) {
  .page-banner + section {
    padding: 40px 0;
  }
}
.page-banner + section.light-bg {
  background-color: rgba(0, 139, 159, 0.1) !important;
}
.page-banner .content-leadership-conversations {
  background-size: cover;
  padding: 100px 0 0;
  background-image: url("/sites/jardineccl/files/jccl/ar-2023/images/backgrounds/conversation-gfd.jpg");
  background-position: center;
  position: relative;
  padding: 0;
  background-image: none;
}
@media screen and (max-width: 1080px) {
  .page-banner .content-leadership-conversations {
    padding-top: 80px;
  }
}
@media screen and (max-width: 580px) {
  .page-banner .content-leadership-conversations {
    padding-top: 40px;
    overflow: hidden;
  }
}
.page-banner .content-leadership-conversations[data-type="gmd"] {
  background-image: url("/sites/jardineccl/files/jccl/ar-2023/images/backgrounds/conversation-gmd.jpg");
}
.page-banner .content-leadership-conversations .conversations-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.page-banner .content-leadership-conversations .conversations-content img {
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  .page-banner .content-leadership-conversations .conversations-content {
    flex-direction: column-reverse;
  }
}
.page-banner .content-leadership-conversations .write-up {
  margin-bottom: 40px;
  padding: 0px 200px;
  position: relative;
}
@media screen and (max-width: 1540px) {
  .page-banner .content-leadership-conversations .write-up {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1500px) {
  .page-banner .content-leadership-conversations .write-up {
    margin-bottom: -60px;
    padding: 60px 200px;
  }
}
@media screen and (max-width: 1180px) {
  .page-banner .content-leadership-conversations .write-up {
    padding: 40px 150px;
  }
}
@media screen and (max-width: 992px) {
  .page-banner .content-leadership-conversations .write-up {
    align-self: flex-start;
    padding: 15% 120px;
    margin: 20px 0 -30% -15%;
  }
}
@media screen and (max-width: 580px) {
  .page-banner .content-leadership-conversations .write-up {
    margin: 10px 40px -20% -28%;
    padding: 0 100px;
    min-height: 450px;
    display: flex;
    align-items: center;
  }
}
.page-banner .content-leadership-conversations .write-up .btn-play {
  position: absolute;
  left: 80px;
  top: 50%;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .page-banner .content-leadership-conversations .write-up .btn-play {
    top: auto;
    bottom: 5%;
    left: 20%;
  }
}
@media screen and (max-width: 992px) {
  .page-banner .content-leadership-conversations .write-up .btn-play {
    bottom: 0%;
    left: 21%;
  }
}
@media screen and (max-width: 580px) {
  .page-banner .content-leadership-conversations .write-up .btn-play {
    bottom: -10px;
    left: 24%;
  }
}
.page-banner .content-leadership-conversations .write-up__bg {
  position: absolute;
  height: 0;
  width: 70%;
  background-color: #fff;
  left: 0;
  top: 0;
  padding-top: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.page-banner .content-leadership-conversations .write-up__bg::before {
  content: "";
  position: absolute;
  height: 0;
  width: 50%;
  top: 0;
  padding-top: 50%;
  top: 0%;
  right: 0%;
  border-right: 15px solid #BE0013;
  border-top: 15px solid #BE0013;
}
@media screen and (max-width: 580px) {
  .page-banner .content-leadership-conversations .write-up__bg::before {
    border-right-width: 10px;
    border-top-width: 10px;
  }
}
.page-banner .content-leadership-conversations .blockquote {
  position: relative;
}
@media screen and (max-width: 992px) {
  .page-banner .content-leadership-conversations .image-container {
    width: 60%;
  }
}
@media screen and (max-width: 580px) {
  .page-banner .content-leadership-conversations .image-container {
    width: 80%;
    margin-right: -15%;
  }
}
@media screen and (max-width: 992px) {
  .page-banner .content-leadership-conversations {
    padding-top: 20px;
    padding-bottom: 35%;
  }
}
@media screen and (max-width: 580px) {
  .page-banner .content-leadership-conversations {
    padding-top: 0;
    padding-bottom: 55%;
  }
}
.page-banner .content-leadership-conversations::before {
  content: none;
}
@media screen and (max-width: 1500px) {
  .page-banner .content-leadership-conversations .container {
    position: relative;
  }
}
.page-banner .content-leadership-conversations .container::before {
  content: "";
  position: absolute;
  height: 84%;
  background-image: url("/sites/jardineccl/files/jccl/ar-2023/images/backgrounds/conversation-gfd.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  bottom: 0;
  left: 0;
}
.page-banner .content-leadership-conversations[data-type="gmd"] {
  background-image: none;
}
.page-banner .content-leadership-conversations[data-type="gmd"] .container::before {
  background-image: url("/sites/jardineccl/files/jccl/ar-2023/images/backgrounds/conversation-gmd.jpg");
}
.page-banner .content-leadership-conversations .conversations-content {
  justify-content: space-around;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .page-banner .content-leadership-conversations .conversations-content {
    align-items: flex-end;
  }
}
.page-banner .content-leadership-conversations .write-up {
  padding: 0 150px;
  margin: 0px 0 0px;
  min-height: 250px;
}
@media screen and (min-width: 1500px) {
  .page-banner .content-leadership-conversations .write-up {
    margin: 150px 0 0px;
  }
}
@media screen and (max-width: 992px) {
  .page-banner .content-leadership-conversations .write-up {
    position: absolute;
    bottom: -35%;
    left: -18%;
    padding: 0 100px;
  }
}
@media screen and (max-width: 580px) {
  .page-banner .content-leadership-conversations .write-up {
    padding: 0 80px;
    right: 20%;
    bottom: -60%;
  }
}
.page-banner .content-leadership-conversations .write-up .btn-play {
  left: 50%;
  bottom: -70px;
  top: auto;
  transform: translateX(-50%);
}
@media screen and (max-width: 580px) {
  .page-banner .content-leadership-conversations .write-up .btn-play {
    bottom: -5%;
  }
}
.page-banner .content-leadership-conversations .blockquote__text {
  margin-bottom: 0;
}
.related-articles {
  border-top: 1px solid #023E7C;
  margin-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1080px) {
  .related-articles {
    margin-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .related-articles {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}
.related-articles .heading {
  font-size: 48px;
  font-weight: 500;
  color: #BE0013;
  margin: 0 0 40px;
}
@media screen and (max-width: 1500px) {
  .related-articles .heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 580px) {
  .related-articles .heading {
    font-size: 24px;
  }
}
.related-articles .flex {
  gap: 20px 20px;
}
@media screen and (max-width: 992px) {
  .related-articles .flex {
    flex-direction: column;
  }
}
.related-articles article {
  width: calc(33.33% - 40px/3);
  display: flex;
}
@media screen and (max-width: 992px) {
  .related-articles article {
    width: 100%;
    padding-right: 0;
  }
}
.related-articles article .article-media {
  margin-right: 30px;
  flex: 0 0 55%;
}
@media screen and (max-width: 1500px) {
  .related-articles article .article-media {
    margin-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .related-articles article .article-media {
    flex: none;
  }
}
@media screen and (max-width: 580px) {
  .related-articles article .article-media {
    flex: 0 0 55%;
  }
}
.related-articles article p {
  font-size: 24px;
  margin: 0 0 24px;
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  .related-articles article p {
    font-size: 18px;
  }
}
.related-articles article a {
  color: #172845;
}
.related-articles article a,
.related-articles article img {
  display: block;
  width: 100%;
}
.related-articles article .read-more {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-top: 4px;
  text-decoration: underline;
}
.bs-accordion {
  padding: 0 !important;
  margin: 20px 0 40px;
}
.bs-accordion__item {
  list-style: none;
  background-color: #d7daeb;
  margin-bottom: 10px !important;
}
.bs-accordion__item:nth-child(2),
.bs-accordion__item:nth-child(4) {
  background-color: #eff0f7;
}
.bs-accordion__header {
  display: block;
  padding: 8px 10px;
  background: #023E7C;
}
.bs-accordion__header button {
  background: none;
  border: none;
  color: white;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 10px 5px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.bs-accordion__header button:hover {
  background: none;
}
.bs-accordion__header button:before,
.bs-accordion__header button:after {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
}
.bs-accordion__header button:before {
  top: 16px;
  right: 10px;
  width: 18px;
  height: 2px;
}
.bs-accordion__header button:after {
  top: 8px;
  right: 18px;
  width: 2px;
  height: 18px;
}
.bs-accordion__header button.selected::after {
  transform: rotate(90deg);
}
.bs-accordion__body {
  transition: height 0.3s ease;
  overflow: hidden;
  box-sizing: content-box;
}
.bs-accordion__body:not(.selected) {
  display: none;
}
.bs-accordion__body .content-wrap {
  padding: 20px 20px 0;
}
.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  margin-bottom: 40px;
}
@media screen and (max-width: 580px) {
  .stats {
    margin-bottom: 20px;
  }
}
.stats .stat {
  width: 40%;
  border-top: 1px solid black;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.stats .stat p {
  margin: 0px 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 580px) {
  .stats .stat p {
    font-size: 12px;
  }
}
.stats .stat .title {
  margin: 0;
  text-transform: uppercase;
  color: #9D9C9C;
  font-weight: 700;
  padding-top: 10px;
}
.stats .stat .subtitle {
  font-size: 48px;
  margin: 0;
  font-weight: 300;
}
@media screen and (max-width: 580px) {
  .stats .stat .subtitle {
    font-size: 36px;
  }
}
.home-banner {
  height: calc(100vh - 240px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .home-banner {
    overflow: hidden;
    height: auto;
  }
}
.home-banner__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-banner__wrapper {
    flex-direction: column-reverse;
  }
}
.home-banner .write-up {
  width: 540px;
  flex: 0 0 540px;
  bottom: 200px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .home-banner .write-up {
    bottom: 100px;
  }
}
@media screen and (max-width: 1180px) {
  .home-banner .write-up {
    bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .home-banner .write-up {
    position: relative;
    bottom: auto;
    flex: auto;
    width: auto;
    text-align: right;
  }
}
.home-banner .write-up h1 {
  font-weight: 100;
  color: #023E7C;
  margin-bottom: 60px;
  line-height: 1.2;
}
.home-banner .write-up h1 strong {
  color: #BE0013;
  display: block;
}
.home-banner .write-up h1 span {
  display: block;
}
.home-banner .write-up h4 {
  color: #9D9C9C;
  text-transform: uppercase;
  font-weight: 400;
}
.home-banner .write-up a {
  font-size: 14px;
  font-weight: bold;
  color: #BE0013;
  border: 1px solid #BE0013;
  padding: 12px 20px;
}
@media (max-width: 580px) {
  .home-banner .write-up a {
    padding: 12px;
  }
}
.home-banner .write-up a:hover {
  color: #ffffff;
  background-color: #BE0013;
}
.home-banner .image-container {
  margin-top: -14.5vw;
}
.home-banner .image-container img {
  height: calc(100vh + 8vw);
  max-width: none;
}
@media screen and (max-width: 1500px) {
  .home-banner .image-container {
    margin-top: -17vw;
  }
  .home-banner .image-container img {
    height: calc(100vh + 7.5vw);
  }
}
@media screen and (max-width: 1180px) {
  .home-banner .image-container {
    margin-top: -7.5vw;
    flex: 0 0 65%;
  }
  .home-banner .image-container img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .home-banner .image-container {
    flex: auto;
    width: 115%;
    margin-bottom: -5vh;
  }
}
@media screen and (max-width: 580px) {
  .home-banner .image-container {
    margin-bottom: 10vh;
  }
}
.home-performance {
  padding: 160px 0;
  background-color: #F4F4F4;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .home-performance {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1080px) {
  .home-performance {
    padding: 80px 0;
  }
}
@media screen and (max-width: 580px) {
  .home-performance {
    padding: 60px 0 40px;
  }
}
.home-performance::before {
  position: absolute;
  content: "";
  height: 80px;
  width: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
  top: 0;
}
@media screen and (max-width: 992px) {
  .home-performance::before {
    height: 50px;
  }
}
.home-performance__details p {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .home-performance__details p {
    font-size: 28px;
  }
}
@media screen and (max-width: 1080px) {
  .home-performance__details p {
    font-size: 24px;
  }
}
.home-performance .write-up {
  margin-top: 90px;
}
@media screen and (max-width: 1180px) {
  .home-performance .write-up {
    margin-top: 40px;
  }
}
@media screen and (max-width: 580px) {
  .home-performance .help-text {
    margin-bottom: 40px;
  }
}
.home-leadership-conversations {
  background-size: cover;
  padding: 100px 0 0;
  background-image: url("/sites/jardineccl/files/jccl/ar-2023/images/backgrounds/conversation-gfd.jpg");
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .home-leadership-conversations {
    padding-top: 80px;
  }
}
@media screen and (max-width: 580px) {
  .home-leadership-conversations {
    padding-top: 40px;
    overflow: hidden;
  }
}
.home-leadership-conversations[data-type="gmd"] {
  background-image: url("/sites/jardineccl/files/jccl/ar-2023/images/backgrounds/conversation-gmd.jpg");
}
.home-leadership-conversations .conversations-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home-leadership-conversations .conversations-content img {
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  .home-leadership-conversations .conversations-content {
    flex-direction: column-reverse;
  }
}
.home-leadership-conversations .write-up {
  margin-bottom: 40px;
  padding: 0px 200px;
  position: relative;
}
@media screen and (max-width: 1540px) {
  .home-leadership-conversations .write-up {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1500px) {
  .home-leadership-conversations .write-up {
    margin-bottom: -60px;
    padding: 60px 200px;
  }
}
@media screen and (max-width: 1180px) {
  .home-leadership-conversations .write-up {
    padding: 40px 150px;
  }
}
@media screen and (max-width: 992px) {
  .home-leadership-conversations .write-up {
    align-self: flex-start;
    padding: 15% 120px;
    margin: 20px 0 -30% -15%;
  }
}
@media screen and (max-width: 580px) {
  .home-leadership-conversations .write-up {
    margin: 10px 40px -20% -28%;
    padding: 0 100px;
    min-height: 450px;
    display: flex;
    align-items: center;
  }
}
.home-leadership-conversations .write-up .btn-play, .page-banner .content-leadership-conversations .write-up .btn-play  {
  position: absolute;
  left: 80px;
  top: 50%;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .home-leadership-conversations .write-up .btn-play {
    top: auto;
    bottom: 5%;
    left: 20%;
  }
}
@media screen and (max-width: 992px) {
  .home-leadership-conversations .write-up .btn-play {
    bottom: 0%;
    left: 21%;
  }
}
@media screen and (max-width: 580px) {
  .home-leadership-conversations .write-up .btn-play {
    bottom: -10px;
    left: 24%;
  }
}
.home-leadership-conversations .write-up__bg {
  position: absolute;
  height: 0;
  width: 70%;
  background-color: #fff;
  left: 0;
  top: 0;
  padding-top: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.home-leadership-conversations .write-up__bg::before {
  content: "";
  position: absolute;
  height: 0;
  width: 50%;
  top: 0;
  padding-top: 50%;
  top: 0%;
  right: 0%;
  border-right: 15px solid #BE0013;
  border-top: 15px solid #BE0013;
}
@media screen and (max-width: 580px) {
  .home-leadership-conversations .write-up__bg::before {
    border-right-width: 10px;
    border-top-width: 10px;
  }
}
.home-leadership-conversations .blockquote {
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-leadership-conversations .image-container {
    width: 60%;
  }
}
@media screen and (max-width: 580px) {
  .home-leadership-conversations .image-container {
    width: 80%;
    margin-right: -15%;
  }
}
.home-sustainability {
  padding-top: 100px;
  position: relative;
  background-color: white;
}
@media screen and (max-width: 1080px) {
  .home-sustainability {
    padding-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .home-sustainability {
    padding-top: 40px;
  }
}
.home-sustainability .flex {
  margin-top: 20px;
}
.home-sustainability .flex p {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
}
@media screen and (max-width: 1500px) {
  .home-sustainability .flex p {
    font-size: 28px;
  }
}
@media screen and (max-width: 1080px) {
  .home-sustainability .flex p {
    font-size: 24px;
  }
}
.home-sustainability .flex nav {
  padding-left: 42px;
  display: flex;
  justify-content: flex-end;
}
.home-sustainability .flex nav ul {
  display: block;
}
.home-sustainability .flex nav li {
  width: auto;
  display: block;
}
@media (max-width: 992px) {
  .home-sustainability .flex nav {
    padding-left: 0px;
  }
}
.home-sustainability figure {
  margin: 100px 0 0;
  height: 600px;
}
.home-sustainability figure img {
  vertical-align: top;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1080px) {
  .home-sustainability figure {
    margin-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  .home-sustainability figure {
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .home-sustainability figure {
    margin-top: 20px;
    height: 200px;
  }
}
.help-text {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0 0;
}
.help-text::before {
  content: '*';
  margin-right: 8px;
}
.main-content {
  display: flex;
}
@media screen and (max-width: 580px) {
  .main-content {
    flex-direction: column;
  }
}
.main-content p {
  margin-top: 0;
}
.main-content .image-container {
  margin-bottom: 24px;
}
.main-content aside {
  flex: 0 0 25%;
  margin-right: 160px;
}
@media screen and (max-width: 1500px) {
  .main-content aside {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .main-content aside {
    margin-right: 60px;
  }
}
@media (max-width: 580px) {
  .main-content aside {
    order: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.main-content aside img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.main-content aside .chart p {
  margin: 0;
}
.main-content aside .chart .title {
  color: #518497;
}
.main-content aside .chart .profit {
  font-size: 2.667em;
  color: #172845;
  font-weight: 600;
  display: flex;
}
.main-content aside .chart .profit sup {
  font-size: 1rem;
  margin: 3px -10px 0 0;
}
.main-content aside .chart .margin {
  font-size: 0.867em;
  color: #172845;
  margin-bottom: 20px;
}
.main-content .content-heading {
  font-size: 30px;
  font-weight: 600;
  margin: 40px 0 10px;
}
@media screen and (max-width: 1080px) {
  .main-content .content-heading {
    margin-top: 40px;
  }
}
.main-content .content-heading-1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #0092a2;
  font-weight: 600;
}
.main-content .content-heading-2 {
  font-size: 30px;
  font-weight: 600;
  color: #004282;
  text-transform: uppercase;
  margin-top: 40px;
}
.main-content .content-heading-3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
}
.main-content .more-heading {
  font-size: 22px;
  color: #023E7C;
  margin-bottom: 0;
  font-weight: 600;
}
.main-content ul {
  list-style: disc;
  padding-left: 40px;
}
.main-content ul li {
  margin-bottom: 15px;
}
.main-content .esg-materiality {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 30px 0 20px;
  gap: 5px;
}
@media screen and (max-width: 600px) {
  .main-content .esg-materiality {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.main-content .esg-materiality li {
  position: relative;
  display: flex;
  flex-direction: column;
  counter-increment: my-counter;
  flex: 1;
}
@media (max-width: 992px) {
  .main-content .esg-materiality li {
    max-width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .main-content .esg-materiality li {
    flex: 0 0 1;
    max-width: none;
  }
}
.main-content .esg-materiality li p {
  padding: 10px;
}
.main-content .esg-materiality li .title {
  color: white;
  background-color: #023E7C;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 0;
}
.main-content .esg-materiality li .title::before {
  content: counter(my-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-weight: 700;
  background-color: #ffffff;
  color: #BE0013;
  margin-right: 10px;
}
.main-content .esg-materiality li:nth-child(1),
.main-content .esg-materiality li:nth-child(3) {
  background-color: #d7daeb;
}
.main-content .esg-materiality li:nth-child(1) .title,
.main-content .esg-materiality li:nth-child(3) .title {
  background-color: #436199;
}
.main-content .esg-materiality li:nth-child(2),
.main-content .esg-materiality li:nth-child(4) {
  background-color: #eff0f7;
}
.main-content .esg-materiality li:nth-child(2) .title,
.main-content .esg-materiality li:nth-child(4) .title {
  background-color: #7384b4;
}
@media (max-width: 1080px) {
  .main-content .flex.align-center-tablet {
    align-items: center;
  }
}
.main-content .flex p:last-child {
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .main-content .flex {
    margin-top: 15px;
  }
}
@media (max-width: 580px) {
  .main-content .flex .writeup {
    margin-bottom: 0;
  }
}
.main-content .flex .writeup p:last-child {
  margin-bottom: 0;
}
.one-half {
  width: 48%;
}
@media (max-width: 580px) {
  .one-half {
    width: 100%;
  }
  .one-half:not(:last-child) {
    margin-bottom: 15px;
  }
}
.one-half img {
  width: 100%;
}
.two-third {
  width: 69.44%;
}
@media (max-width: 992px) {
  .two-third {
    width: 100%;
    order: 1;
  }
}
.one-third {
  width: 30.55%;
}
@media (max-width: 992px) {
  .one-third {
    width: 100%;
  }
}
.table {
  width: 100%;
  border-spacing: 0;
  margin-top: 40px;
}
.table.mw630 {
  max-width: 630px;
}
.table.red thead {
  background-color: #BE0013;
}
.table.navy thead {
  background-color: #023E7C;
}
.table .white {
  background-color: white;
}
.table thead {
  color: #BE0013;
}
.table th {
  text-align: left;
  padding: 2px;
  font-weight: 600;
  border-bottom: 1px solid rgba(2, 62, 124, 0.2);
}
.table td {
  padding: 8px 2px;
  border-bottom: 1px solid rgba(2, 62, 124, 0.2);
  line-height: 1.7;
}
@media screen and (max-width: 1500px) {
  .table td {
    padding: 8px 0px;
  }
}
.table tfoot td {
  font-weight: 600;
}
.table .pills {
  padding: 0 8px;
  width: 12px;
}
@media screen and (max-width: 1366px) {
  .table .pills {
    width: 20px;
    padding: 0 10px;
  }
}
.pills span {
  width: 15px;
  height: 15px;
  display: block;
}
@media screen and (max-width: 1366px) {
  .pills span {
    width: 12px;
    height: 12px;
  }
}
.pills span.color-1 {
  background-color: #008b9f;
}
.pills span.color-2 {
  background-color: #63aabb;
}
.pills span.color-3 {
  background-color: #98c2ce;
}
.key-stats {
  margin: 15px 0 25px;
}
.key-stats > p {
  border-bottom: 0.5px solid rgba(81, 132, 151, 0.3);
  margin-bottom: 0;
}
.key-stats ul {
  padding-left: 0;
  margin-top: 30px;
}
.key-stats .flex {
  justify-content: flex-start;
  margin: 0;
  padding-left: 0;
}
.key-stats .pills {
  align-items: center;
  margin: 10px 0;
  font-size: 0.867em;
}
.key-stats .pills span {
  margin-right: 10px;
}
.quote-image-container {
  margin-bottom: 40px;
}
.quote-image-container .img-container {
  position: relative;
  width: 59.44%;
}
@media (max-width: 580px) {
  .quote-image-container .img-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.quote-image-container .img-container > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-image-container .img-container .btn-play {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.quote-image-container .img-container a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.quote-image-container .writeup {
  width: 38.88%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #172845;
}
@media (max-width: 580px) {
  .quote-image-container .writeup {
    width: 100%;
  }
}
.quote-image-container .writeup p {
  margin: 0;
}
.quote-image-container .writeup ul {
  margin: 0;
}
.quote-image-container .writeup ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #008B9F;
  color: #008B9F;
  font-size: 1.2em;
}
.quote-image-container .writeup .quote {
  padding-left: 30px;
  color: #172845;
  font-size: 1.867em;
  font-weight: 300;
  position: relative;
  margin-top: 0;
}
@media (max-width: 1080px) {
  .quote-image-container .writeup .quote {
    font-size: 1.75em;
  }
}
@media (max-width: 580px) {
  .quote-image-container .writeup .quote {
    margin-bottom: 15px;
  }
}
.quote-image-container .writeup .quote:before,
.quote-image-container .writeup .quote:after {
  content: '';
  font-family: 'icomoon', sans-serif !important;
  line-height: 1;
  font-size: 16px;
}
.quote-image-container .writeup .quote:before {
  content: "\e904";
  position: absolute;
  left: 0;
  top: 7px;
}
.quote-image-container .writeup .quote:after {
  content: "\e906";
  margin-left: 10px;
}
.quote-image-container .writeup .name {
  font-size: 1.2em;
  font-weight: 700;
}
@media (max-width: 992px) {
  .quote-image-container .writeup .name {
    font-size: 1em;
  }
}
.quote-image-container .writeup .position {
  color: #000000;
}
.q-and-a .row {
  margin-bottom: 15px;
  display: flex;
}
@media screen and (max-width: 992px) {
  .q-and-a .row {
    flex-direction: column;
  }
}
.q-and-a .question *,
.q-and-a .answer * {
  margin-top: 0;
}
.q-and-a .question *:last-child,
.q-and-a .answer *:last-child {
  margin-bottom: 0;
}
.q-and-a .question span,
.q-and-a .answer span {
  color: #004282;
  font-weight: 700;
  margin-right: 10px;
  font-size: 24px;
}
.q-and-a .question span::after,
.q-and-a .answer span::after {
  content: "\e901";
  font-family: 'icomoon';
  font-size: 18px;
  margin-left: 5px;
}
.q-and-a .question {
  color: #004282;
  font-size: 24px;
  flex: 0 0 23%;
  margin: 0 160px 0 0;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  .q-and-a .question {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .q-and-a .question {
    margin-right: 60px;
  }
}
@media screen and (max-width: 992px) {
  .q-and-a .question {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 580px) {
  .q-and-a .question {
    font-size: 18px;
  }
}
.q-and-a .answer span {
  color: #BE0013;
  line-height: 1.1;
}
.q-and-a hr {
  border-color: #000000;
  border-width: 1px;
  margin: 50px 0;
  opacity: 0.1;
}
.q-and-a[data-theme="theme-2"] .question {
  color: #BE0013;
}
.q-and-a[data-theme="theme-2"] .question::before {
  color: #BE0013;
}
.q-and-a[data-theme="theme-2"] .answer::before {
  color: #004282;
}
.signature {
  max-width: 105px;
  margin: 20px 0;
}
.full-map {
  margin: auto;
  display: block;
}
.legends {
  display: block;
  margin: auto 0 auto auto;
}
.group-results-table {
  margin: 30px auto;
  max-width: 900px;
}
.group-results-table.bg-white {
  background-color: #ffffff;
}
.group-results-table.bg-grey tbody {
  background-color: #F4F4F4;
}
.group-results-table .date {
  text-align: right;
  margin-bottom: 10px;
  padding-right: 20px;
  font-weight: 600;
}
@media (max-width: 580px) {
  .group-results-table .date {
    padding-right: 0;
  }
}
.group-results-table .table-container {
  overflow-x: auto;
}
@media (max-width: 580px) {
  .group-results-table .table-container {
    overflow-x: scroll;
    overflow-y: visible;
    white-space: nowrap;
    padding-bottom: 20px;
    flex-wrap: nowrap;
    background: transparent;
  }
  .group-results-table .table-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-overflow-scrolling: auto;
    display: block !important;
  }
  .group-results-table .table-container::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 5px;
    display: block !important;
  }
  .group-results-table .table-container::-webkit-scrollbar-thumb {
    background-color: #707070;
    border-radius: 5px;
  }
  .group-results-table .table-container::-webkit-scrollbar-track-piece {
    background-color: #d6d6d6;
  }
}
.group-results-table table {
  width: 100%;
  border-spacing: 0;
  min-width: 600px;
}
.group-results-table table.no-minwidth {
  min-width: auto;
}
.group-results-table table.border-top {
  border-top: 1px solid #172845;
}
@media (max-width: 580px) {
  .group-results-table table.no-sticky td:first-child,
  .group-results-table table.no-sticky th:first-child {
    position: static;
    box-shadow: none;
  }
}
.group-results-table table.border-white {
  border-top: 0;
}
.group-results-table table.border-white th,
.group-results-table table.border-white td {
  border: solid 1px #ffffff;
}
.group-results-table table.text-left td,
.group-results-table table.text-left th {
  text-align: left !important;
}
.group-results-table table thead th {
  font-size: 0.867em;
  font-weight: 700;
  border-top: 1px solid #172845;
  border-bottom: 1px solid #172845;
  text-align: left;
  vertical-align: bottom;
}
.group-results-table table thead th.left {
  text-align: left;
}
.group-results-table table tfoot td {
  border-bottom: 1px solid #172845;
}
.group-results-table table td,
.group-results-table table th {
  padding: 6px 10px 6px 10px;
  box-sizing: border-box;
  vertical-align: bottom;
}
.group-results-table table td:not(:first-child),
.group-results-table table th:not(:first-child) {
  text-align: right;
}
@media (max-width: 580px) {
  .group-results-table table td,
  .group-results-table table th {
    white-space: normal;
  }
}
.group-results-table table td.with-padding,
.group-results-table table th.with-padding {
  padding: 6px 20px;
}
.group-results-table table td.center,
.group-results-table table th.center {
  text-align: center;
}
.group-results-table table td.right,
.group-results-table table th.right {
  text-align: right;
}
.group-results-table table td.middle,
.group-results-table table th.middle {
  vertical-align: middle;
}
.group-results-table table td.bg-white,
.group-results-table table th.bg-white {
  background-color: #ffffff;
}
.group-results-table table td.bg-gray,
.group-results-table table th.bg-gray {
  background-color: #F4F4F4;
}
.group-results-table table td.bg-navy-blue,
.group-results-table table th.bg-navy-blue {
  background-color: #023E7C;
}
.group-results-table table td.bg-light-blue,
.group-results-table table th.bg-light-blue {
  background-color: #01AAD5;
}
.group-results-table table td.bg-pale-blue,
.group-results-table table th.bg-pale-blue {
  background-color: #518497;
}
.group-results-table table td.bg-bright-green,
.group-results-table table th.bg-bright-green {
  background-color: #9fbc63;
}
.group-results-table table td.bg-blue,
.group-results-table table th.bg-blue {
  background-color: #008B9F;
}
.group-results-table table td.bg-lavender,
.group-results-table table th.bg-lavender {
  background-color: #d1ddf0;
}
.group-results-table table td.bg-lavender2,
.group-results-table table th.bg-lavender2 {
  background-color: #d9e6eb;
}
.group-results-table table td.bg-sky-blue,
.group-results-table table th.bg-sky-blue {
  background-color: #E0EFF8;
}
.group-results-table table td.bg-light-green,
.group-results-table table th.bg-light-green {
  background-color: #e1eace;
}
.group-results-table table td.strong,
.group-results-table table th.strong {
  font-weight: 700;
}
.group-results-table table td.color-blue,
.group-results-table table th.color-blue {
  color: #023E7C;
}
.group-results-table table td.color-white,
.group-results-table table th.color-white {
  color: #ffffff;
}
.group-results-table table td.border-top,
.group-results-table table th.border-top {
  border-top: 1px solid #172845;
}
.group-results-table table td.border-left,
.group-results-table table th.border-left {
  border-left: 1px solid #172845;
}
.group-results-table table td.border-right,
.group-results-table table th.border-right {
  border-right: 1px solid #172845;
}
.group-results-table table td.border-bottom,
.group-results-table table th.border-bottom {
  border-bottom: 1px solid #172845;
}
.group-results-table table td.with-inner,
.group-results-table table th.with-inner {
  padding: 0;
}
@media (max-width: 580px) {
  .group-results-table table td.with-inner,
  .group-results-table table th.with-inner {
    vertical-align: bottom;
  }
}
.group-results-table table td p,
.group-results-table table th p {
  height: 100%;
  margin: 0;
  padding: 6px 20px;
}
@media (max-width: 580px) {
  .group-results-table table td p,
  .group-results-table table th p {
    padding: 6px;
  }
}
.group-results-table table td p.border-top,
.group-results-table table th p.border-top {
  border-top: 1px solid #172845;
}
.group-results-table table td p.border-left,
.group-results-table table th p.border-left {
  border-left: 1px solid #172845;
}
.group-results-table table td p.border-right,
.group-results-table table th p.border-right {
  border-right: 1px solid #172845;
}
.group-results-table table td p.border-bottom,
.group-results-table table th p.border-bottom {
  border-bottom: 1px solid #172845;
}
.group-results-table table td p.space-left,
.group-results-table table th p.space-left {
  width: 95%;
  margin: auto 0 auto auto;
}
.group-results-table table .breaker td {
  border-top: 1px solid #172845;
  border-bottom: 2px solid #172845;
  font-weight: 700;
}
.group-results-table table .breaker td.normal {
  font-weight: 300;
}
.group-results-table table .border-bottom td {
  border-bottom: solid 1px #172845;
}
.group-results-table table .border-bottom-dotted td {
  border-bottom: dotted 1px #172845;
}
.charts > img {
  display: block;
  margin-bottom: 40px;
}
.charts .flex .one-half {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 580px) {
  .charts .flex .one-half {
    width: 100%;
    padding: 0;
  }
}
.charts .flex .one-half:first-child {
  border-right: solid 1px #172845;
}
@media (max-width: 580px) {
  .charts .flex .one-half:first-child {
    border-right: 0;
    border-bottom: 1px solid #172845;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.charts .flex .one-half img {
  display: block;
  margin: auto;
  width: 90%;
}
.charts .footnote {
  font-size: 0.867em;
  margin-top: 40px;
}
@media (max-width: 580px) {
  .charts .footnote {
    margin-top: 20px;
  }
}
.charts .footnote .notice {
  display: flex;
}
.charts .footnote .notice:before {
  content: "*";
  display: block;
  margin-right: 10px;
}
.footnote {
  font-size: 0.867em;
  margin-top: 40px;
}
@media (max-width: 580px) {
  .footnote {
    margin-top: 20px;
  }
}
.footnote .notice {
  display: flex;
}
.footnote .notice:before {
  content: "*";
  display: block;
  margin-right: 10px;
}
.chart-title {
  font-size: 1.2em;
  color: #518497;
  margin-bottom: 0;
}
.chart-sub {
  color: #172845;
  margin-top: 0;
}
.chart-notes {
  font-size: 0.867em;
}
.chart-notes span,
.chart-notes sup,
.chart-notes small {
  width: 12px;
  display: inline-block;
}
.group-results .stats {
  gap: 40px;
  margin-bottom: 0px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1080px) {
  .group-results .stats {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .group-results .stats {
    gap: 20px;
  }
}
.group-results .stats .stat {
  width: 25%;
}
@media screen and (max-width: 1080px) {
  .group-results .stats .stat {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 580px) {
  .group-results .stats .stat {
    width: calc(50% - 10px);
  }
}
.sus-progress {
  background-color: #F4F4F4;
  padding: 1px 40px 40px;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .sus-progress {
    padding: 1px 20px 20px;
  }
}
.sus-progress ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .sus-progress ul {
    gap: 20px;
  }
}
.sus-progress li {
  background-color: white;
  width: calc(33.33% - 80px/3);
  list-style: none;
  padding: 20px 20px 10px;
  margin: 0 !important;
}
@media screen and (max-width: 992px) {
  .sus-progress li {
    width: calc(33.33% - 40px/3);
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sus-progress li {
    width: 100%;
  }
}
.sus-progress li p {
  margin-bottom: 10px;
}
.sus-progress strong {
  color: #0092a2;
  font-size: 48px;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .sus-progress strong {
    font-size: 36px;
  }
}
.sus-progress strong span {
  font-size: 0.65em;
}

/*# sourceMappingURL=main.css.map */



/* 489539 start */
@media screen and (max-width:991px){
  html,body * {outline:0px solid green;}
  .home-leadership-conversations .write-up .btn-play
  {left: 45% !important;top: 16% !important;bottom: auto !important;width: 40px;height: 40px;}
  .page-banner .content-leadership-conversations .write-up .btn-play
  {left:44% !important;top:-40px !important;}
  .blockquote
  {top:20px;}
  }
  
  @media screen and (min-width:500px) and (max-width:767px){
  .page-banner .content-leadership-conversations .write-up .btn-play
  {left:44.5% !important;top:-30px !important;}
  }
  
  @media screen and (max-width:499px){
  .page-banner .content-leadership-conversations .write-up .btn-play
  {left:45% !important;top:5px !important;width:30px;height:30px;}
  .btn-play::before
  {border-top:8px solid transparent !important;
  border-bottom:8px solid transparent !important;
  border-left:11px solid #BE0013 !important;}
  }
  /* 489539 end */
    