@font-face {
  font-family: AvenirNextProCondensedDemi;
  src: url("../fonts/AvenirNextProCondensedDemi/font.woff2") format("woff2"), url("../fonts/AvenirNextProCondensedDemi/font.woff") format("woff");
}
@font-face {
  font-family: AvenirNextProCondensedMedium;
  src: url("../fonts/AvenirNextProCondensedMedium/font.woff2") format("woff2"), url("../fonts/AvenirNextProCondensedMedium/font.woff") format("woff");
}
@font-face {
  font-family: AvenirNextProCondensed;
  src: url("../fonts/AvenirNextProCondensed/font.woff2") format("woff2"), url("../fonts/AvenirNextProCondensed/font.woff") format("woff");
}
@font-face {
  font-family: AvenirNextProCondensedUltraLight;
  src: url("../fonts/AvenirNextProCondensedUltraLight/font.woff2") format("woff2"), url("../fonts/AvenirNextProCondensedUltraLight/font.woff") format("woff");
}
@font-face {
  font-family: AvenirNextProCondensedBold;
  src: url("../fonts/AvenirNextProCondensedBold/font.woff2") format("woff2"), url("../fonts/AvenirNextProCondensedBold/font.woff") format("woff");
}
:root {
  --header-height: 68px;
  --secondary-nav-height: 45px;
  --sticky-header-height: var(--header-height);
}
@media screen and (min-width: 1040px) {
  :root {
    --header-height: 83px;
    --sticky-header-height: calc(
      var(--header-height) + var(--secondary-nav-height)
    );
  }
}

/* ==================================
 ------------ RESET CSS -----------
================================== */
html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  box-sizing: border-box;
  font-size: 10px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

nav ol,
nav ul:not(.list),
.list--reset ol,
.list--reset ul:not(.list) {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

small {
  font-size: 70%;
  line-height: normal;
}

select:empty {
  display: none;
}

*::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

*::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

/* ---------- Animations ---------- */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ==================================
 --------- DEFAULT STYLES ---------
================================== */
body {
  overflow-x: hidden;
  overflow-y: scroll;
  color: #707171;
  font-family: avenirnextprocondensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

* {
  scroll-margin-top: var(--sticky-header-height);
}

/* ---------- TYPOGRAPHY ---------- */
h1,
.h1 {
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  h1,
.h1 {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 480px) {
  h1,
.h1 {
    font-size: 5.5rem;
  }
}

h2,
.h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  h2,
.h2 {
    font-size: 3.6rem;
    line-height: 46px;
  }
}

.module-first-heading h2.module_title {
  font-size: 4.4rem;
}

h3,
.h3 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 3.4rem;
  margin: 24px 0 16px 0;
  color: #0094ff;
}
@media only screen and (max-width: 768px) {
  h3,
.h3 {
    font-size: 2.8rem;
  }
}

h4,
.h4 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  h4,
.h4 {
    font-size: 1.8rem;
  }
}

h5,
.h5 {
  font-size: 1.28rem;
  margin-bottom: 12.8px;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #17709c;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #0B3041;
  text-decoration: underline;
}

p,
ul,
ol,
dl {
  line-height: 2.4rem;
  font-weight: 400;
  font-size: 2rem;
}

/* ------------ COMMON ------------ */
img {
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type=checkbox] + label, input[type=radio] + label {
  user-select: none;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
input[type=checkbox] + label::before, input[type=radio] + label::before {
  content: "";
  display: inline-flex;
  align-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  line-height: 1;
}
input[type=checkbox]:checked + label::before, input[type=radio]:checked + label::before {
  background-color: #17709c;
}
input[type=radio] + label::before {
  border-radius: 100%;
}
input::-ms-clear {
  display: none;
}

iframe {
  width: 100%;
}

/* ------- HACKS AND FIXES ------- */
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

/* ------------ LISTS ------------ */
.list {
  list-style-type: disc;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.list--ordered {
  list-style-type: decimal;
}
.list--alpha {
  list-style-type: lower-alpha;
}
.list--roman {
  list-style-type: lower-roman;
}
.list--inside {
  list-style-position: inside;
}

/* ------- BUTTONS / INPUTS ------- */
*::-webkit-input-placeholder {
  color: inherit;
}

*::-moz-placeholder {
  color: inherit;
}

*::-ms-input-placeholder {
  color: inherit;
}

.input,
.textarea,
.dropdown,
.upload,
.submit,
.button {
  display: inline-block;
  max-width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 13px 20px;
  background: transparent;
  border: 1px solid #17709c;
  color: #17709c;
  border-radius: 0;
  font-family: avenirnextprocondensed, sans-serif;
  font-size: 1.4rem;
  margin: 17px;
}
.input::-ms-clear,
.textarea::-ms-clear,
.dropdown::-ms-clear,
.upload::-ms-clear,
.submit::-ms-clear,
.button::-ms-clear {
  display: none;
}

.dropdown {
  margin: 0;
  background: transparent url('../design/svg/dropdown-arrow.svg') no-repeat right 20px center;
  background-size: 14px 8px;
  padding-right: 44px;
  min-width: 120px;
  border-color: #bbb;
  font-size: 1.6rem;
  border-radius: 40px;
}
.dropdown::-ms-expand {
  display: none;
}

.submit,
.button,
.upload,
.dropdown {
  cursor: pointer;
}

.submit,
.button {
  text-transform: uppercase;
}

.textarea {
  width: 100%;
  resize: vertical;
  min-height: 150px;
}

.upload {
  line-height: 0;
}

.button {
  transition: 0.3s ease-in-out;
  border-color: #17709c;
  background: #17709c;
  color: #fafafa;
  padding: 14px 24px;
  text-align: center;
  font-style: normal;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.button:hover, .button:focus {
  color: #fafafa;
  background: #0b3041;
  border-color: #0b3041;
}
.button:focus {
  outline-color: #0b3041 !important;
}
.button--inverted {
  background: #0094ff;
  border-color: #0094ff;
}
.button--inverted:hover, .button--inverted:focus {
  border-color: #0094ff;
  background: #0094ff;
}
.button--inverted:focus {
  outline-color: #0094ff !important;
}
.button--inverted.js--disabled {
  background: #fafafa;
  border-color: #0094ff;
  color: #0094ff;
}
.button--dark {
  border-color: #17709c;
  background-color: #fafafa;
  color: #0094ff;
  border-width: 2px;
}
.button--dark:hover, .button--dark:focus {
  background: #17709c;
  border-color: #17709c;
  color: #fafafa;
}
.button--dark:focus {
  outline-color: #17709c !important;
}
.button--meeting {
  font-size: 1.3rem;
  background-color: #f1af0f;
  border-color: #f1af0f;
  color: #141c1f;
  font-weight: 700;
}
.button--meeting:hover, .button--meeting:focus {
  background-color: #dc9e27;
  border-color: #dc9e27;
  color: #141c1f;
}
.button--meeting:focus {
  outline-color: #dc9e27 !important;
}
.button--cta {
  border: 0 none;
  padding: 0 25px 0 0;
  font-size: 1.4rem;
  background: transparent;
  color: #17709c;
  position: relative;
  min-width: auto;
}
.button--cta:hover, .button--cta:focus {
  color: #0094ff;
  background: transparent;
  outline-color: #0094ff !important;
}
.button--cta:hover::after, .button--cta:focus::after {
  right: -5px;
}
.button--cta::after {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-size: 20px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.5s;
}

/* ------------ COOKIE MONSTER ------------ */
.cm .cm_close-button {
  opacity: 1;
}
.cm .cm_close-button::before, .cm .cm_close-button::after {
  background-color: #17709c;
}
.cm .cm_close-button:hover {
  opacity: 0.7;
}

/* ------------ TABLES ------------ */
.table {
  width: 100%;
  margin: 16px 0;
}
.table thead {
  background-color: #0b3041;
  color: #fafafa;
  font-size: 1.4rem;
}
.table thead th {
  text-align: left;
  text-transform: capitalize;
}
.table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.table tbody tr:nth-child(even) {
  background-color: #aaa;
}
.table th,
.table td,
.table tr > .grid_col {
  margin: 0;
  padding: 15px 10px;
}
.table th {
  color: #fafafa;
}
.table th[data-sorting=true]:hover {
  cursor: pointer;
}
.table--headless tr:nth-child(even) {
  background-color: transparent;
}
.table--headless tr:nth-child(odd) {
  background-color: #aaa;
}
.table--headless tr:first-child {
  background-color: #0094ff;
  text-align: left;
}
.table--headless tr:first-child td {
  color: #fafafa;
}
.table-wrapper {
  overflow-x: auto;
}
@media only screen and (max-width: 480px) {
  .table--responsive thead {
    display: none;
  }
  .table--responsive tbody {
    border-top: 2px solid #0094ff;
    border-bottom: 2px solid #0094ff;
  }
  .table--responsive td {
    display: block;
  }
  .table--responsive td::before {
    content: attr(data-heading) ": ";
    font-weight: bold;
  }
}
.table--analyst thead {
  background-color: transparent;
  color: inherit;
}
.table--analyst thead th {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: inherit;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table--analyst thead th:nth-child(odd) {
  background-color: #fafafa;
}
.table--analyst thead th:nth-child(even) {
  background-color: #aaa;
}
.table--analyst tbody tr:nth-child(odd),
.table--analyst tbody tr:nth-child(even) {
  background-color: transparent;
}
.table--analyst tbody th {
  color: #707171;
}
.table--analyst tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table--analyst tbody td:nth-child(odd) {
  background-color: #fafafa;
}
.table--analyst tbody td:nth-child(even) {
  background-color: #aaa;
}

.highcharts-data-table .table tbody th {
  color: #707171;
  text-align: left;
}

/* --------- SPECIAL BOXES -------- */
.code {
  margin: 32px 0;
  padding: 20px 15px;
  background: #aaa;
  border-left: 3px solid rgba(0, 148, 255, 0.5);
  font-family: monospace, serif;
  font-size: 1.4rem;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  overflow: hidden;
}
.code_comment {
  opacity: 0.5;
}

.quote {
  margin: 32px 0;
  padding: 20px 15px;
  background: #aaa;
  border-left: 3px solid rgba(23, 112, 156, 0.5);
  font-size: 1.4rem;
  font-style: italic;
}
.quote p::before {
  margin-right: 5px;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb1b";
}
.quote p::after {
  margin-left: 5px;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb1c";
}

.our-projects .highcharts-background {
  fill: #141c1f;
}
@media only screen and (max-width: 1024px) {
  .our-projects .primary-cta {
    margin: 19px auto 0 auto;
  }
}
.our-projects .module_container--outer {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.our-projects #container-na {
  max-width: 100%;
  margin: 0 auto;
}
.our-projects .tooltip-metric {
  margin: 1rem 0;
}

.module_overview-careers a.primary-cta {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .module_overview-careers a.primary-cta {
    margin: 0 auto;
  }
}

#highcharts-screen-reader-region-before-0,
#highcharts-screen-reader-region-after-0 > div {
  opacity: 1 !important;
}

/* ==================================
 -------- Q4 Modules Icons ---------
================================== */
.q4icons .q4icons_icon::before {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91e";
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  padding-right: 5px;
  min-width: 25px; /* min-width because sometimes icons don't align properly */
  text-align: right;
}
.q4icons .module_rss-link .q4icons_icon::before,
.q4icons .module_link-rss .q4icons_icon::before {
  content: "\eefa";
}
.q4icons .module_add-to-calendar-reveal .q4icons_icon::before {
  content: "\ea5f";
  padding-right: 5px;
}
.q4icons [href$=".mp3"] .q4icons_icon::before,
.q4icons [href$=".wmv"] .q4icons_icon::before,
.q4icons [href$=".MP3"] .q4icons_icon::before,
.q4icons [href$=".WMV"] .q4icons_icon::before {
  content: "\e952";
}
.q4icons [href$=".xls"] .q4icons_icon::before,
.q4icons [href$=".xlsx"] .q4icons_icon::before,
.q4icons [href$=".csv"] .q4icons_icon::before,
.q4icons [href$=".XLS"] .q4icons_icon::before,
.q4icons [href$=".XLSX"] .q4icons_icon::before,
.q4icons [href$=".CSV"] .q4icons_icon::before {
  content: "\eeae";
}
.q4icons [href$=".mp4"] .q4icons_icon::before,
.q4icons [href$=".flv"] .q4icons_icon::before,
.q4icons [href$=".avi"] .q4icons_icon::before,
.q4icons [href$=".MP4"] .q4icons_icon::before,
.q4icons [href$=".FLV"] .q4icons_icon::before,
.q4icons [href$=".AVI"] .q4icons_icon::before {
  content: "\e95e";
}
.q4icons [href$=".pdf"] .q4icons_icon::before,
.q4icons [href$=".PDF"] .q4icons_icon::before {
  content: "\e911";
}
.q4icons [href$=".ppt"] .q4icons_icon::before,
.q4icons [href$=".PPT"] .q4icons_icon::before,
.q4icons [href$=".pptx"] .q4icons_icon::before,
.q4icons [href$=".PPTX"] .q4icons_icon::before {
  content: "\e925";
}
.q4icons .module_link-webcast .q4icons_icon::before,
.q4icons .module_webcast-link .q4icons_icon::before {
  content: "\e912";
}
.q4icons .module_link-presentation .q4icons_icon::before {
  content: "\e913";
}
.q4icons .module_link-download .q4icons_icon::before {
  content: "\e910";
}
.q4icons .module_link-sec .q4icons_icon::before {
  content: "\e91e";
}
.q4icons .module_link-sec[href$=".pdf"] .q4icons_icon::before {
  content: "\e911";
}
.q4icons .module_link-sec[href$=".rtf"] .q4icons_icon::before {
  content: "\e91c";
}
.q4icons .module_link-sec[href$=".xls"] .q4icons_icon::before {
  content: "\e919";
}
.q4icons .module_link-sec[href$=".zip"] .q4icons_icon::before {
  content: "\e918";
}
.q4icons [href^="tel:"] .q4icons_icon::before {
  font-size: 1.6rem;
  vertical-align: text-bottom;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1d";
}
.q4icons [href^="mailto:"] .q4icons_icon::before {
  font-size: 1.6rem;
  vertical-align: text-bottom;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea34";
}

/* ==================================
 ----------- TOAST GRID -----------
================================== */
.grid {
  list-style: none;
  margin-left: -20px;
}
.grid--flex {
  margin-left: -20px;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.grid--flex_column {
  flex-direction: column;
}
.grid--flex_row-reverse {
  flex-direction: row-reverse;
}
.grid--flex_column-reverse {
  flex-direction: column-reverse;
}
.grid--flex_justify-start {
  justify-content: flex-start;
  text-align: start;
}
.grid--flex_justify-center {
  justify-content: center;
  text-align: center;
}
.grid--flex_justify-end {
  justify-content: flex-end;
  text-align: end;
}
.grid--flex_align-top {
  align-items: flex-start;
}
.grid--flex_align-middle {
  align-items: center;
}
.grid--flex_align-bottom {
  align-items: flex-end;
}
.grid--flex_space-around {
  justify-content: space-around;
}
.grid--flex_space-between {
  justify-content: space-between;
}

.grid--flex .grid_col {
  display: block;
  margin-right: 0;
  flex: 0 0 auto;
}

.grid_col--12-of-12, .grid_col--8-of-8, .grid_col--7-of-7, .grid_col--6-of-6, .grid_col--5-of-5, .grid_col--4-of-4, .grid_col--3-of-3, .grid_col--2-of-2, .grid_col--1-of-1 {
  width: 100%;
}

.grid_col--6-of-12, .grid_col--4-of-8, .grid_col--3-of-6, .grid_col--2-of-4, .grid_col--1-of-2 {
  width: 50%;
}

.grid_col--4-of-12, .grid_col--2-of-6, .grid_col--1-of-3 {
  width: 33.3333333333%;
}

.grid_col--8-of-12, .grid_col--4-of-6, .grid_col--2-of-3 {
  width: 66.6666666667%;
}

.grid_col--3-of-12, .grid_col--2-of-8, .grid_col--1-of-4 {
  width: 25%;
}

.grid_col--9-of-12, .grid_col--6-of-8, .grid_col--3-of-4 {
  width: 75%;
}

.grid--flex .grid_col--12-of-12, .grid--flex .grid_col--8-of-8, .grid--flex .grid_col--7-of-7, .grid--flex .grid_col--6-of-6, .grid--flex .grid_col--5-of-5, .grid--flex .grid_col--4-of-4, .grid--flex .grid_col--3-of-3, .grid--flex .grid_col--2-of-2, .grid--flex .grid_col--1-of-1 {
  width: auto;
  flex-basis: 100%;
  max-width: 100%;
}

.grid--flex .grid_col--6-of-12, .grid--flex .grid_col--4-of-8, .grid--flex .grid_col--3-of-6, .grid--flex .grid_col--2-of-4, .grid--flex .grid_col--1-of-2 {
  width: auto;
  flex-basis: 50%;
  max-width: 50%;
}

.grid--flex .grid_col--4-of-12, .grid--flex .grid_col--2-of-6, .grid--flex .grid_col--1-of-3 {
  width: auto;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid--flex .grid_col--8-of-12, .grid--flex .grid_col--4-of-6, .grid--flex .grid_col--2-of-3 {
  width: auto;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid--flex .grid_col--3-of-12, .grid--flex .grid_col--2-of-8, .grid--flex .grid_col--1-of-4 {
  width: auto;
  flex-basis: 25%;
  max-width: 25%;
}

.grid--flex .grid_col--9-of-12, .grid--flex .grid_col--6-of-8, .grid--flex .grid_col--3-of-4 {
  width: auto;
  flex-basis: 75%;
  max-width: 75%;
}

.grid_col--push-12-of-12, .grid_col--push-8-of-8, .grid_col--push-7-of-7, .grid_col--push-6-of-6, .grid_col--push-5-of-5, .grid_col--push-4-of-4, .grid_col--push-3-of-3, .grid_col--push-2-of-2, .grid_col--push-1-of-1 {
  margin-left: 100%;
}

.grid_col--push-6-of-12, .grid_col--push-4-of-8, .grid_col--push-3-of-6, .grid_col--push-2-of-4, .grid_col--push-1-of-2 {
  margin-left: 50%;
}

.grid_col--push-4-of-12, .grid_col--push-2-of-6, .grid_col--push-1-of-3 {
  margin-left: 33.3333333333%;
}

.grid_col--push-8-of-12, .grid_col--push-4-of-6, .grid_col--push-2-of-3 {
  margin-left: 66.6666666667%;
}

.grid_col--push-3-of-12, .grid_col--push-2-of-8, .grid_col--push-1-of-4 {
  margin-left: 25%;
}

.grid_col--push-9-of-12, .grid_col--push-6-of-8, .grid_col--push-3-of-4 {
  margin-left: 75%;
}

.grid_col--pull-12-of-12, .grid_col--pull-8-of-8, .grid_col--pull-7-of-7, .grid_col--pull-6-of-6, .grid_col--pull-5-of-5, .grid_col--pull-4-of-4, .grid_col--pull-3-of-3, .grid_col--pull-2-of-2, .grid_col--pull-1-of-1 {
  margin-left: -100%;
}

.grid_col--pull-6-of-12, .grid_col--pull-4-of-8, .grid_col--pull-3-of-6, .grid_col--pull-2-of-4, .grid_col--pull-1-of-2 {
  margin-left: -50%;
}

.grid_col--pull-4-of-12, .grid_col--pull-2-of-6, .grid_col--pull-1-of-3 {
  margin-left: -33.3333333333%;
}

.grid_col--pull-8-of-12, .grid_col--pull-4-of-6, .grid_col--pull-2-of-3 {
  margin-left: -66.6666666667%;
}

.grid_col--pull-3-of-12, .grid_col--pull-2-of-8, .grid_col--pull-1-of-4 {
  margin-left: -25%;
}

.grid_col--pull-9-of-12, .grid_col--pull-6-of-8, .grid_col--pull-3-of-4 {
  margin-left: -75%;
}

.grid_col--1-of-5 {
  width: 20%;
}

.grid--flex .grid_col--1-of-5 {
  width: auto;
  flex-basis: 20%;
  max-width: 20%;
}

.grid_col--push-1-of-5 {
  margin-left: 20%;
}

.grid_col--pull-1-of-5 {
  margin-left: -20%;
}

.grid_col--2-of-5 {
  width: 40%;
}

.grid--flex .grid_col--2-of-5 {
  width: auto;
  flex-basis: 40%;
  max-width: 40%;
}

.grid_col--push-2-of-5 {
  margin-left: 40%;
}

.grid_col--pull-2-of-5 {
  margin-left: -40%;
}

.grid_col--3-of-5 {
  width: 60%;
}

.grid--flex .grid_col--3-of-5 {
  width: auto;
  flex-basis: 60%;
  max-width: 60%;
}

.grid_col--push-3-of-5 {
  margin-left: 60%;
}

.grid_col--pull-3-of-5 {
  margin-left: -60%;
}

.grid_col--4-of-5 {
  width: 80%;
}

.grid--flex .grid_col--4-of-5 {
  width: auto;
  flex-basis: 80%;
  max-width: 80%;
}

.grid_col--push-4-of-5 {
  margin-left: 80%;
}

.grid_col--pull-4-of-5 {
  margin-left: -80%;
}

.grid_col--1-of-6 {
  width: 16.6666666667%;
}

.grid--flex .grid_col--1-of-6 {
  width: auto;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid_col--push-1-of-6 {
  margin-left: 16.6666666667%;
}

.grid_col--pull-1-of-6 {
  margin-left: -16.6666666667%;
}

.grid_col--5-of-6 {
  width: 83.3333333333%;
}

.grid--flex .grid_col--5-of-6 {
  width: auto;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid_col--push-5-of-6 {
  margin-left: 83.3333333333%;
}

.grid_col--pull-5-of-6 {
  margin-left: -83.3333333333%;
}

.grid_col--1-of-7 {
  width: 14.2857142857%;
}

.grid--flex .grid_col--1-of-7 {
  width: auto;
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

.grid_col--push-1-of-7 {
  margin-left: 14.2857142857%;
}

.grid_col--pull-1-of-7 {
  margin-left: -14.2857142857%;
}

.grid_col--2-of-7 {
  width: 28.5714285714%;
}

.grid--flex .grid_col--2-of-7 {
  width: auto;
  flex-basis: 28.5714285714%;
  max-width: 28.5714285714%;
}

.grid_col--push-2-of-7 {
  margin-left: 28.5714285714%;
}

.grid_col--pull-2-of-7 {
  margin-left: -28.5714285714%;
}

.grid_col--3-of-7 {
  width: 42.8571428571%;
}

.grid--flex .grid_col--3-of-7 {
  width: auto;
  flex-basis: 42.8571428571%;
  max-width: 42.8571428571%;
}

.grid_col--push-3-of-7 {
  margin-left: 42.8571428571%;
}

.grid_col--pull-3-of-7 {
  margin-left: -42.8571428571%;
}

.grid_col--4-of-7 {
  width: 57.1428571429%;
}

.grid--flex .grid_col--4-of-7 {
  width: auto;
  flex-basis: 57.1428571429%;
  max-width: 57.1428571429%;
}

.grid_col--push-4-of-7 {
  margin-left: 57.1428571429%;
}

.grid_col--pull-4-of-7 {
  margin-left: -57.1428571429%;
}

.grid_col--5-of-7 {
  width: 71.4285714286%;
}

.grid--flex .grid_col--5-of-7 {
  width: auto;
  flex-basis: 71.4285714286%;
  max-width: 71.4285714286%;
}

.grid_col--push-5-of-7 {
  margin-left: 71.4285714286%;
}

.grid_col--pull-5-of-7 {
  margin-left: -71.4285714286%;
}

.grid_col--6-of-7 {
  width: 85.7142857143%;
}

.grid--flex .grid_col--6-of-7 {
  width: auto;
  flex-basis: 85.7142857143%;
  max-width: 85.7142857143%;
}

.grid_col--push-6-of-7 {
  margin-left: 85.7142857143%;
}

.grid_col--pull-6-of-7 {
  margin-left: -85.7142857143%;
}

.grid_col--1-of-8 {
  width: 12.5%;
}

.grid--flex .grid_col--1-of-8 {
  width: auto;
  flex-basis: 12.5%;
  max-width: 12.5%;
}

.grid_col--push-1-of-8 {
  margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
  margin-left: -12.5%;
}

.grid_col--3-of-8 {
  width: 37.5%;
}

.grid--flex .grid_col--3-of-8 {
  width: auto;
  flex-basis: 37.5%;
  max-width: 37.5%;
}

.grid_col--push-3-of-8 {
  margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
  margin-left: -37.5%;
}

.grid_col--5-of-8 {
  width: 62.5%;
}

.grid--flex .grid_col--5-of-8 {
  width: auto;
  flex-basis: 62.5%;
  max-width: 62.5%;
}

.grid_col--push-5-of-8 {
  margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
  margin-left: -62.5%;
}

.grid_col--7-of-8 {
  width: 87.5%;
}

.grid--flex .grid_col--7-of-8 {
  width: auto;
  flex-basis: 87.5%;
  max-width: 87.5%;
}

.grid_col--push-7-of-8 {
  margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
  margin-left: -87.5%;
}

.grid_col--1-of-12 {
  width: 8.3333333333%;
}

.grid--flex .grid_col--1-of-12 {
  width: auto;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.grid_col--push-1-of-12 {
  margin-left: 8.3333333333%;
}

.grid_col--pull-1-of-12 {
  margin-left: -8.3333333333%;
}

.grid_col--2-of-12 {
  width: 16.6666666667%;
}

.grid--flex .grid_col--2-of-12 {
  width: auto;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid_col--push-2-of-12 {
  margin-left: 16.6666666667%;
}

.grid_col--pull-2-of-12 {
  margin-left: -16.6666666667%;
}

.grid_col--5-of-12 {
  width: 41.6666666667%;
}

.grid--flex .grid_col--5-of-12 {
  width: auto;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid_col--push-5-of-12 {
  margin-left: 41.6666666667%;
}

.grid_col--pull-5-of-12 {
  margin-left: -41.6666666667%;
}

.grid_col--7-of-12 {
  width: 58.3333333333%;
}

.grid--flex .grid_col--7-of-12 {
  width: auto;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid_col--push-7-of-12 {
  margin-left: 58.3333333333%;
}

.grid_col--pull-7-of-12 {
  margin-left: -58.3333333333%;
}

.grid_col--10-of-12 {
  width: 83.3333333333%;
}

.grid--flex .grid_col--10-of-12 {
  width: auto;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid_col--push-10-of-12 {
  margin-left: 83.3333333333%;
}

.grid_col--pull-10-of-12 {
  margin-left: -83.3333333333%;
}

.grid_col--11-of-12 {
  width: 91.6666666667%;
}

.grid--flex .grid_col--11-of-12 {
  width: auto;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.grid_col--push-11-of-12 {
  margin-left: 91.6666666667%;
}

.grid_col--pull-11-of-12 {
  margin-left: -91.6666666667%;
}

.grid_col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}
@media (max-width: 480px) {
  .grid_col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .grid_col[class*=grid_col--lg-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--lg-] {
    display: block;
    margin-right: 0;
  }
  .grid_col.grid_col--lg-1-of-1 {
    width: 100%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid_col.grid_col--lg-1-of-2, .grid_col.grid_col--lg-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-2, .grid--flex .grid_col.grid_col--lg-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid_col.grid_col--lg-1-of-3 {
    width: 33.3333333333%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid_col.grid_col--lg-2-of-3 {
    width: 66.6666666667%;
  }
  .grid--flex .grid_col.grid_col--lg-2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid_col.grid_col--lg-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--lg-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid_col.grid_col--lg-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--lg-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .grid_col[class*=grid_col--lc-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--lc-] {
    display: block;
    margin-right: 0;
  }
  .grid_col.grid_col--lc-1-of-1 {
    width: 100%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid_col.grid_col--lc-1-of-2, .grid_col.grid_col--lc-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-2, .grid--flex .grid_col.grid_col--lc-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid_col.grid_col--lc-1-of-3 {
    width: 33.3333333333%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid_col.grid_col--lc-2-of-3 {
    width: 66.6666666667%;
  }
  .grid--flex .grid_col.grid_col--lc-2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid_col.grid_col--lc-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--lc-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid_col.grid_col--lc-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--lc-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .grid_col[class*=grid_col--md-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--md-] {
    display: block;
    margin-right: 0;
  }
  .grid_col.grid_col--md-1-of-1 {
    width: 100%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid_col.grid_col--md-1-of-2, .grid_col.grid_col--md-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-2, .grid--flex .grid_col.grid_col--md-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid_col.grid_col--md-1-of-3 {
    width: 33.3333333333%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid_col.grid_col--md-2-of-3 {
    width: 66.6666666667%;
  }
  .grid--flex .grid_col.grid_col--md-2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid_col.grid_col--md-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--md-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid_col.grid_col--md-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--md-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 480px) {
  .grid_col[class*=grid_col--sm-] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .grid--flex .grid_col[class*=grid_col--sm-] {
    display: block;
    margin-right: 0;
  }
  .grid_col.grid_col--sm-1-of-2, .grid_col.grid_col--sm-2-of-4 {
    width: 50%;
  }
  .grid--flex .grid_col.grid_col--sm-1-of-2, .grid--flex .grid_col.grid_col--sm-2-of-4 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
  }
  .grid_col.grid_col--sm-1-of-3 {
    width: 33.3333333333%;
  }
  .grid--flex .grid_col.grid_col--sm-1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid_col.grid_col--sm-2-of-3 {
    width: 66.6666666667%;
  }
  .grid--flex .grid_col.grid_col--sm-2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid_col.grid_col--sm-1-of-4 {
    width: 25%;
  }
  .grid--flex .grid_col.grid_col--sm-1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
  }
  .grid_col.grid_col--sm-3-of-4 {
    width: 75%;
  }
  .grid--flex .grid_col.grid_col--sm-3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
  }
  .grid--flex .grid_col {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.grid_col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid_col--d-first {
  float: left;
}
.grid--flex .grid_col--d-first {
  float: none;
  order: -1;
}

.grid_col--d-last {
  float: right;
}
.grid--flex .grid_col--d-last {
  float: none;
  order: 1;
}

.grid--no-gutter {
  margin-left: 0;
}
.grid--no-gutter .grid_col {
  padding-left: 0;
}
.grid--no-gutter .grid_col--span-all {
  margin-left: 0;
  width: 100%;
}

.grid--gutter {
  margin-left: -20px;
}
.grid--gutter .grid_col {
  padding-left: 20px;
}
.grid--gutter-40 {
  margin-left: -40px;
}
.grid--gutter-40 .grid_col {
  padding-left: 40px;
}

.grid--no-space .grid_col {
  margin-right: 0;
}

.grid_col--ab {
  vertical-align: bottom;
}

.grid_col--am {
  vertical-align: middle;
}

/* ==================================
 --------- UTILITY CLASSES --------
================================== */
.hidden:not([role=tabpanel]) {
  display: none !important;
}
.hidden[role=tabpanel] {
  display: none;
}

.disabled {
  opacity: 0.3;
  transition: none;
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.vtop {
  vertical-align: top;
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.right {
  float: right;
}

.left {
  float: left;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.heading-right .module_title {
  text-align: right;
}

.heading-left .module_title {
  text-align: left;
}

.heading-center .module_title {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.background--cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background--brand {
  background-color: #0094ff;
}

.background--alt-brand {
  background-color: #17709c;
}

.background--dark {
  background-color: #141c1f;
  color: #fafafa;
}

.background--light {
  background-color: #fafafa;
}

.background--grey {
  background-color: #aaa;
}

.background--grey-alt {
  background-color: #f7f7f7;
}

.background--success {
  background-color: #006613;
}

.background--error {
  background-color: #b72121;
}

.background--fixed {
  background-attachment: fixed;
}
@media only screen and (max-width: 1024px) {
  .background--fixed {
    background-attachment: scroll;
  }
}

.color--brand {
  color: #0094ff;
}

.color--light {
  color: #fafafa;
}

.color--dark {
  color: #141c1f;
}

.color--grey {
  color: #aaa;
}

.color--success {
  color: #006613;
}

.color--error {
  color: #b72121;
}

.dark {
  color: #fafafa;
  background-color: #141c1f;
}
.dark a {
  color: #fafafa;
}
.dark .button {
  background-color: transparent;
}
.dark .button:hover {
  background-color: #17709c;
}

.splitbox {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .splitbox {
    flex-direction: column;
    text-align: center;
  }
}
.splitbox > div {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .splitbox > div {
    width: 100%;
  }
}

.splitbox_text--left {
  padding: 85px 80px 85px 130px;
}
@media only screen and (max-width: 1024px) {
  .splitbox_text--left {
    padding: 65px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .splitbox_text--left {
    padding: 60px 13px;
  }
}

.primary-cta, .module-stock-historical .module_options-submit, .primary-cta--filled {
  transition: 0.3s ease-in-out;
  background-color: transparent;
  padding: 14px 20px;
  width: fit-content;
  display: block;
  border-radius: 50px;
  border: 2px solid #17709c;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7rem;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  color: #fafafa;
  margin: 0 auto;
}
.primary-cta:hover, .module-stock-historical .module_options-submit:hover, .primary-cta--filled:hover, .primary-cta:focus, .module-stock-historical .module_options-submit:focus, .primary-cta--filled:focus {
  background-color: #0b3041;
  border-color: #0b3041;
  color: #fafafa;
}

.module-stock-historical .module_options-submit, .primary-cta--filled {
  background-color: #17709c;
}

.secondary-cta {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: brand-color--alt;
}
.secondary-cta:hover {
  text-decoration: underline;
  color: brand-color--alt2;
}
.secondary-cta--alt {
  color: #fff;
}
.secondary-cta--alt:hover {
  color: #fff;
}

.hyperlink {
  color: #17709c;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.hyperlink:hover {
  text-decoration: underline;
  color: #0b3041;
}

.hyperlink--alt {
  color: #fff;
}
.hyperlink--alt:hover {
  color: #fff;
}

.module-stock-header_stock-price, .module-pipeline_footnotes {
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.module-news-latest-latest-overview .module_date-time, .module-news-latest-overview .module_date-time {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.module-pipeline .highcharts-subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.module-news-latest-latest .module_headline-link, .module-news-latest .module_headline-link {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  text-transform: capitalize;
}

.img-container_zoom-effect {
  overflow: hidden;
}
.img-container_zoom-effect img {
  transition: all 0.25s ease-in-out;
}
.img-container_zoom-effect:hover img {
  transform: scale(1.05);
}

.no-margin-left {
  margin-left: 0;
}

.narrow-content h2 {
  max-width: 33ch;
}
.narrow-content p {
  max-width: 75ch;
}
.narrow-content.text-center h2,
.narrow-content.text-center p {
  margin-left: auto;
  margin-right: auto;
}

/* ==================================
 --------- ACCESSIBILITY ----------
================================== */
input:focus,
select:focus,
textarea:focus,
button:focus,
[href]:focus,
[tabindex]:focus,
[contentEditable=true]:focus,
.module_add-to-calendar-reveal:focus,
a:focus,
input[type=checkbox]:focus + label::before,
input[type=radio]:focus + label::before,
.radio--btn input[type=radio]:focus + label {
  outline-width: 2px;
  outline-style: dotted;
  outline-color: inherit;
  outline-offset: 2px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

#maincontent:focus {
  outline: 0;
}

.tooltip {
  position: absolute;
  padding: 5px;
  font-family: Arial, sans-serif;
  color: black;
  background: white;
  line-height: normal;
  transform: translate(0, -50%);
  z-index: 200;
  font-size: 12px;
  white-space: nowrap;
  margin-left: 5px;
}
.tooltip[data-position=left] {
  transform: translate(-100%, -50%);
  margin-left: -5px;
}
.tooltip[aria-hidden=true] {
  display: none;
}
.tooltip[aria-hidden=false] {
  display: block;
}

/* ---------- Javascript ---------- */
.js--loading::after {
  position: relative;
  left: 50%;
  display: inline-block;
  margin: 10px 0 10px -25px;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb27";
  font-size: 5rem;
  animation: spin 0.8s infinite linear;
}
.js--hidden:not([data-accordion]) {
  display: none !important;
}
.js--hidden[data-accordion] {
  display: none;
}
.js--visible {
  display: block;
}
.js--disabled {
  opacity: 0.3;
  transition: none;
  pointer-events: none;
}
.js--invalid input[type=text],
.js--invalid select {
  border: 1px solid #b72121 !important;
}
.js--invalid input[type=checkbox] {
  border-color: #b72121 !important;
}

/* ==================================
 ----------- MODULE CSS -----------
================================== */
/* -------- All Module CSS -------- */
.module_header, .module_back-to-top, .module_anchor-target, .module_file-size, .module_file-type, .module_file-text {
  display: none;
}
.module_nav, .module_headline, .module_location, .module_speakers, .module_links, .module_body, .module_options, .module_not-found {
  margin-bottom: 10px;
}
.module_add-to-calendar-reveal {
  color: #17709c;
  cursor: pointer;
}
.module_add-to-calendar-reveal:hover {
  color: #0094ff;
}
.module_add-to-calendar-list {
  display: none;
}
.module_add-to-calendar-list::after {
  content: "Select your Calendar";
  display: block;
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: center;
}
.fancybox-container .module_add-to-calendar-list {
  padding: 0 30px;
}

.module_add-to-calendar-item {
  display: inline-block;
  margin: 0 10px;
}
.module_add-to-calendar-item--ics {
  display: none;
}
.module_add-to-calendar-link {
  font-size: 2.4rem;
}
.module_add-to-calendar.js--hidden {
  display: none;
}
.module_actions, .module_pager {
  margin-top: 20px;
}
.module_date-time {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #0094ff;
}
.module_error-container {
  display: block;
  margin-bottom: 30px;
  color: #b72121;
}
.module_error-container ul {
  padding-left: 18px;
  list-style-type: disc;
}
.module_error-container ul > li {
  line-height: 1.5;
}
.module_error-container > br {
  display: none;
}
.module_error-container > span {
  display: block;
  line-height: 1.5;
}
.module_error-container > span::before {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ec6b";
  margin-right: 5px;
}
.module_headline {
  line-height: 1.5;
}
.module_headline-link {
  color: #707171;
}
.module_headline-link:hover {
  text-decoration: underline;
  color: #17709c;
}
.module_image {
  display: inline-block;
  max-width: 30%;
  margin-bottom: 16px;
}
.module_image--right {
  float: right;
  margin-left: 32px;
}
.module_image--left {
  float: left;
  margin-right: 32px;
}
.module_introduction {
  margin-bottom: 35px;
}
.module_item {
  padding-top: 30px;
  padding-bottom: 10px;
}
.module_item ~ .module_item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.module_item_link {
  position: inline-block;
  margin: 0 15px 10px 0;
  vertical-align: middle;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.module_item_link:hover {
  text-decoration: underline;
  color: #0b3041;
}
.module_item_link > .module_item_link-text, .module_item_link > i, .module_item_link > span {
  vertical-align: middle;
}
.module_item_link[style="DISPLAY:block;"], .module_item_link[style="display: block;"] {
  display: inline-block !important;
}
.module_links > *,
.module_links li,
.module_links .module_presentation {
  display: inline;
}
@media only screen and (max-width: 480px) {
  .module_links > *,
.module_links li,
.module_links .module_presentation {
    display: block;
  }
}
.module_links.module_links--stack > *,
.module_links.module_links--stack li,
.module_links.module_links--stack .module_presentation {
  display: block;
}
.module_link-container {
  position: absolute;
  bottom: 20px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.module_link-container:hover {
  text-decoration: underline;
  color: #0b3041;
}
.module_loader {
  margin: 0;
  display: inline-block;
  animation: spin 1s linear infinite;
}
.module_message {
  display: block;
  margin: 16px 0;
}
.module_message[style$="hidden;"], .module_message:empty {
  display: none;
}
.module_message--success {
  color: #006613;
}
.module_message--success::before {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ed71";
  margin-right: 5px;
}
.module_message--error {
  color: #b72121;
}
.module_message--error::before {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ed4f";
  margin-right: 5px;
}
.module_message--validation_error {
  margin: 0;
}
.module_nav-link,
.module_nav .ModuleYearLink, .module_nav-link:visited,
.module_nav .ModuleYearLink:visited {
  display: inline-block;
  margin-right: 5px;
  padding: 15px 20px;
  border: 2px solid #0094ff;
  color: #707171;
  font-weight: normal;
}
.module_nav-link.selected, .module_nav-link.selected:visited,
.module_nav .ModuleYearLink.selected,
.module_nav .ModuleYearLink.selected:visited, .module_nav-link:visited.selected, .module_nav-link:visited.selected:visited,
.module_nav .ModuleYearLink:visited.selected,
.module_nav .ModuleYearLink:visited.selected:visited {
  background-color: #0094ff;
  color: #fafafa;
}
@media only screen and (max-width: 480px) {
  .module_nav-link,
.module_nav .ModuleYearLink, .module_nav-link:visited,
.module_nav .ModuleYearLink:visited {
    margin-bottom: 10px;
  }
}
.module_options {
  margin-bottom: 30px;
}
.module_options-label, .module_options-select {
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .module_options-label, .module_options-select, .module_options-submit {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.module_pager a {
  color: #707171;
}
.module_pager a[href] {
  color: #0094ff;
}
.module_reminder {
  margin-top: 10px;
}
.module_reminder .grid_col {
  vertical-align: inherit;
}
.module_reminder .grid_col .button {
  margin: 0;
}
.module_reminder .module_label {
  margin-right: 10px;
}
.module_reminder.js--reminded {
  display: none;
}
.module_required {
  color: #707171;
}
.module_required-text {
  font-size: 1.3rem;
  color: #707171;
}
.module_rss {
  float: right;
  margin-top: 10px;
}
.module_speakers li {
  margin-bottom: 5px;
}
.module_title {
  text-transform: capitalize;
}
.module_view-all-link {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
.module_input[type=text], .module_input[type=email], .module_input[type=file], .module_dropdown,
.module textarea.module_input {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Text area demands width */
  width: 100%;
  max-width: none;
  padding: 11px 14px;
  border: 1px solid #aaa;
  border-radius: 0;
  background-color: #fafafa;
  font-family: inherit;
  font-size: 1.2rem;
  color: #545b62;
}
.module_input[type=text]::-ms-clear, .module_input[type=email]::-ms-clear, .module_input[type=file]::-ms-clear, .module_dropdown::-ms-clear,
.module textarea.module_input::-ms-clear {
  display: none;
}
.module_input[type=text]:-ms-input-placeholder, .module_input[type=email]:-ms-input-placeholder, .module_input[type=file]:-ms-input-placeholder, .module_dropdown:-ms-input-placeholder,
.module textarea.module_input:-ms-input-placeholder {
  color: #141c1f !important;
}
.module textarea.module_input {
  resize: vertical;
  min-height: 150px;
}
.module_input[type=file], .module_dropdown {
  cursor: pointer;
}
.module_input[type=file] {
  line-height: 1;
}
.module_input--brand-alt[type=text] {
  display: inline-block;
  width: auto;
  border: 1px solid #17709c;
  background: transparent;
}
.module_dropdown {
  background: #fafafa url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 20px center;
  background-size: 14px 14px;
}
.module_dropdown::-ms-expand {
  display: none;
}
.module-details .module_date-time {
  color: #0094ff;
  margin-bottom: 15px;
}

/* - Investment Calculator Widget - */
.module-calculator p {
  font-size: 2rem;
}
.module-calculator .js--loading::after {
  left: auto;
  margin: 10px 0;
}
@media only screen and (min-width: 769px) {
  .module-calculator_fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.module-calculator_legend {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 0 17px 0;
}
@media screen and (min-width: 901px) {
  .module-calculator_legend {
    float: left;
    margin: 23px 17px 0 0;
  }
}
.module-calculator_input {
  display: inline-block;
  position: relative;
}
.module-calculator_input:not(:last-of-type) {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .module-calculator_input {
    display: block;
    text-align: left;
  }
  .module-calculator_input:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.module-calculator_input h4 {
  font-weight: normal;
  display: inline-block;
  margin: 0 25px 10px 0;
}
@media only screen and (max-width: 768px) {
  .module-calculator_input h4 {
    display: block;
  }
}
.module-calculator_input label {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  text-align: left;
}
.module-calculator_input input[type=text] {
  border: 1px solid #aaa;
  display: inline-block;
  max-width: 190px;
  color: #17709c;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .module-calculator_input input[type=text] {
    max-width: 100%;
  }
}
.module-calculator_input input[type=text].hasDatepicker {
  width: 150px;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .module-calculator_input input[type=text].hasDatepicker {
    width: 100%;
  }
}
.module-calculator_input input[type=text].module_input--autocomplete {
  display: none;
  margin: auto;
}
.module-calculator_input input[type=text].module_input--autocomplete.js--revealed {
  display: block;
}
.module-calculator_input button {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  right: 10px;
  bottom: 13px;
  color: #0094ff;
  cursor: pointer;
}
.module-calculator_input.module-calculator_reinvest-dividends {
  display: block;
}
.module-calculator_input-row {
  padding-bottom: 10px;
  margin-right: 25px;
  display: inline-block;
}
.module-calculator_input-row input[type=text] {
  margin-top: 10px;
  max-width: 300px;
}
.module-calculator_popup-container h2 {
  margin-top: 0;
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .module-calculator_popup-container {
    min-width: 920px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .module-calculator_popup-container .table thead {
    display: none;
  }
  .module-calculator_popup-container .table tbody {
    border-top: 2px solid #0094ff;
    border-bottom: 2px solid #0094ff;
  }
  .module-calculator_popup-container .table td {
    display: block;
  }
  .module-calculator_popup-container .table td::before {
    content: attr(data-heading) ": ";
    font-weight: bold;
  }
}
.module-calculator_info td:first-child::before {
  content: none;
}
.module-calculator .module_actions {
  display: flex;
  justify-content: center;
}
.module-calculator .q4-icon_calendar {
  color: #17709c;
}

/* -------- Careers Module CSS ------- */
.module-careers .module-intro p {
  font-size: 2rem;
  line-height: 3rem;
}

.pane--content .module.careers-join-us {
  padding-top: 99px;
  padding-bottom: 99px;
}
@media only screen and (max-width: 480px) {
  .pane--content .module.careers-join-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.careers-join-us {
  background-image: url('../design/banner/careers-join-us.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.careers-join-us .module_container--inner {
  display: flex;
  justify-content: flex-end;
}
.careers-join-us .join-us-container {
  background-color: #0094ff;
  padding: 48px 61px;
  max-width: 480px;
}
@media only screen and (max-width: 480px) {
  .careers-join-us .join-us-container {
    padding: 20px;
  }
}
.careers-join-us .join-us-container h2,
.careers-join-us .join-us-container .description {
  color: #fff;
}
.careers-join-us .join-us-container .description {
  margin-bottom: 30px;
}
.careers-join-us .join-us-container .cta {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  color: #fafafa;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 14px 24px;
  border: 2px solid #17709c;
  transition: 0.3s ease-in-out;
}
.careers-join-us .join-us-container .cta:hover {
  background-color: #17709c;
}

/* -------- Contacts Module CSS ------- */
.module-contact-corporate .module_container--outer, .module-contact-transfer .module_container--outer {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 14px;
}
.module-contact-corporate .q4icons_icon, .module-contact-transfer .q4icons_icon {
  margin-right: 10px;
}
.module-contact-corporate .q4icons a, .module-contact-transfer .q4icons a {
  display: inline-block;
  margin-bottom: 10px;
}
.module-contact-corporate_name, .module-contact-transfer_name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
}
.module-contact-corporate_title, .module-contact-transfer_title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.module-contact-headquarters .module_container--outer {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 24px;
}
.module-contact-headquarters .module_container--outer:last-child {
  border: none;
  padding-bottom: 0;
}
.module-contact-headquarters_address {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.module-contact-map {
  margin-top: -80px;
}
.module-contact-map .module_container--outer {
  max-width: unset !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.module-contact-map iframe {
  display: block;
}

/* - Committee Composition Widget - */
.module-committee .module_container--desktop .module_header {
  display: table-header-group;
}
@media only screen and (max-width: 768px) {
  .module-committee .module_container--desktop {
    display: none;
  }
}
.module-committee .module_container--tablet {
  display: none;
}
@media only screen and (max-width: 768px) {
  .module-committee .module_container--tablet {
    display: block;
  }
}
.module-committee .module_container--tablet .module-committee_name {
  padding: 10px 0;
  display: inline-block;
}
.module-committee .module_container--tablet .module-committee_icon {
  padding: 10px 0 10px 25px;
  display: inline-block;
  text-align: center;
}
.module-committee .module_container--tablet .module_header {
  border: 0 none;
}
.module-committee .module_container--tablet .module_items-container .grid_col {
  padding: 0;
}
.module-committee .module_header {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: normal;
  color: #141c1f;
}
.module-committee .module_item {
  padding: 0;
}
.module-committee .module_item ~ .module_item {
  border: 0;
}
.module-committee .module_item:nth-child(even) {
  background: #aaa;
}
.module-committee .module_items-container {
  padding: 15px;
  margin: 0 0 15px 0;
  background: #aaa;
}
.module-committee .grid_col {
  padding: 15px;
  text-align: center;
}
.module-committee .grid_col:first-child {
  text-align: left;
}
.module-committee_category {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.module-committee_category:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.module-committee_category .module_item:nth-child(even) {
  background: transparent;
}
.module-committee_category.js--active .module_header {
  color: #0094ff;
}
.module-committee_category.js--active .module_header .module-committee_trigger::before {
  content: "\edba";
}
.module-committee_custom-role {
  margin-left: 5px;
}
.module-committee_bio {
  padding: 0 15px 20px;
  text-align: left;
}
.module-committee_bio p {
  margin: 0;
}
.module-committee_bio p:not(:last-of-type) {
  margin-bottom: 16px;
}
.module-committee_legend-container {
  padding: 20px 15px;
}
.module-committee_legend {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 5px;
}
.module-committee_legend [class*=q4-icon_] {
  margin-right: 5px;
}

.pane--content .module_corporate-profile-1 img,
.pane--content .module_corporate-profile-2 img {
  width: 100%;
  display: block;
}
.pane--content .module.module_corporate-profile-1 {
  padding: 94px 0 100px;
}
@media screen and (max-width: 1150px) {
  .pane--content .module.module_corporate-profile-1 {
    padding: 74px 0 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pane--content .module.module_corporate-profile-1 {
    padding: 54px 0 60px;
  }
}
.pane--content .module.module_corporate-profile-2 {
  padding: 0 0 50px;
}
.pane--content .module.module_person-quotes-carousel.module_person-quotes-carousel-profile {
  padding-bottom: 100px;
}
@media screen and (max-width: 1150px) {
  .pane--content .module.module_person-quotes-carousel.module_person-quotes-carousel-profile {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .pane--content .module.module_person-quotes-carousel.module_person-quotes-carousel-profile {
    padding-bottom: 60px;
  }
}
.pane--content .full-width .module_container--outer {
  max-width: unset;
  padding-left: unset;
  padding-right: unset;
  margin-left: unset;
  margin-right: unset;
}

.module_corporate-profile-1 .grid_col:first-child {
  padding-right: 58px;
}
@media screen and (max-width: 1150px) {
  .module_corporate-profile-1 .grid_col:first-child {
    padding-right: 38px;
  }
}
@media only screen and (max-width: 1024px) {
  .module_corporate-profile-1 .grid_col:first-child {
    padding-right: 0;
  }
}

.module_corporate-profile-2 img {
  height: 100%;
  object-fit: cover;
}
.module_corporate-profile-2 .extra-padded {
  padding: 100px 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module_corporate-profile-2 .extra-padded > * {
  max-width: 50.5rem;
}
@media screen and (max-width: 1150px) {
  .module_corporate-profile-2 .extra-padded {
    padding: 80px 68px;
  }
}
@media only screen and (max-width: 1024px) {
  .module_corporate-profile-2 .extra-padded {
    padding: 30px 20px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .module_corporate-profile-2 .extra-padded {
    padding-left: 40px;
    order: -1;
  }
}
.module_corporate-profile-2 .primary-cta--filled {
  margin: 0;
}

/* -------- Media Coverage Module CSS ------- */
.module-coverage .module_options-container {
  display: inline-flex;
  flex-direction: column;
}
.module-coverage .module_options-container label {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}
.module-coverage .module_options-container .dropdown {
  border: 1px solid #c4c4c4;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-width: 200px;
}
.module-coverage .module_date-time {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.module-coverage .module_headline-link {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}

.diversity-matrix h3 {
  width: 78%;
  margin: 40px auto;
}
.diversity-matrix .bod-full {
  text-align: left;
  width: 100%;
}
.diversity-matrix .left {
  text-align: left;
  width: 30%;
}
.diversity-matrix .table tbody tr:nth-child(even),
.diversity-matrix .table tbody tr:nth-child(odd) {
  background-color: #fafafa !important;
}
.diversity-matrix table {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.diversity-matrix table thead {
  text-transform: none;
  font-size: 16px;
}
.diversity-matrix table thead th {
  color: #fafafa;
}
.diversity-matrix table thead .text-center {
  text-align: center;
}
.diversity-matrix table th {
  color: #707171;
  text-transform: inherit;
}
.diversity-matrix table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0;
}
.diversity-matrix table tr .fw {
  width: 70%;
}
.diversity-matrix table tr .qw {
  width: 17.5%;
}
.diversity-matrix table tr .bold {
  font-weight: 700;
}
.diversity-matrix table tr .bod-dark {
  background-color: #0b3041 !important;
  color: #fafafa;
}
.diversity-matrix table tr .bod-light {
  background-color: #aaa !important;
}
.diversity-matrix table tr td {
  border-bottom: 0;
}

.mobile-total {
  display: none;
}

.diversity-matrix .table--responsive td::before {
  display: none !important;
}

.gender td {
  min-height: 77px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .mobile-total {
    display: inline;
  }
  .diversity-matrix table tr .qw {
    display: none;
  }
  .diversity-matrix table tr.gender .qw {
    display: block;
    width: 100%;
    background-color: white !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .diversity-matrix table tr.gender .qw:nth-of-type(5) {
    border-bottom: 0;
  }
  .diversity-matrix .bod-full,
.diversity-matrix .left,
.diversity-matrix table tr .fw {
    width: 100%;
    text-align: center;
  }
  .gender,
.diversity-matrix table thead tr {
    flex-direction: column;
  }
  .mobile-hide {
    display: none !important;
  }
  .gender td {
    min-height: 0;
  }
}
/* ----- Download List Module ----- */
.module-downloads .module_nav {
  display: none;
}
.module-downloads .module_item {
  padding: 15px 0;
}
.module-downloads_thumbnail, .module-downloads_description, .module-downloads_date {
  display: none;
}
.module-downloads_title {
  position: relative;
}
.module-downloads_title-link {
  margin: 0 20px 0 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.module-downloads .q4icons_icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.module-downloads-card .module_container--content {
  display: flex;
  flex-wrap: wrap;
}
.module-downloads-card .module_item {
  padding: 15px 0;
  border-top: none;
  transition: all 0.2s ease-in-out;
  position: relative;
  bottom: 0;
}
.module-downloads-card .module_item:hover {
  bottom: 7px;
}
.module-downloads-card .module_item:hover .module-downloads-card_title-link {
  box-shadow: none;
}
.module-downloads-card_title {
  margin: 0 25px 10px 0;
  height: calc(100% - 35px);
}
.module-downloads-card_title-link {
  position: relative;
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 25px 10px;
  padding-left: 60px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid #17709c;
  box-shadow: 0 2px 0 #2431d8;
  display: flex;
  align-items: center;
  height: 100%;
}
.module-downloads-card_revision {
  font-size: 1.2rem;
  line-height: 2.6rem;
  color: #535456;
}
.module-downloads-card .q4icons_icon {
  position: absolute;
  color: #17709c;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.module-downloads-card .q4icons_icon::before {
  font-size: 30px;
}

/* --------- Event Module --------- */
.module-event .module_location, .module-event .module_speakers h4, .module-event .module_speakers .h4, .module-event .module_body {
  display: none;
}
.module-event .module_item {
  padding: 0;
  border: 0 none;
}
.module-event .module_item ~ .module_item {
  border-top: 0 none;
}
.module-event .module_item:not(:last-child) {
  margin-bottom: 10px;
}
.module-event .module_item-wrap {
  padding: 30px 30px 10px 30px;
}
.module-event .module_links {
  margin-bottom: 0;
}
.module-event .module_links.module_links--columns > *:not(ul) {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .module-event .module_links.module_links--columns > *:not(ul) {
    display: block;
    width: auto;
  }
}
.module-event .module_links.module_links--columns > ul li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .module-event .module_links.module_links--columns > ul li {
    display: block;
    width: auto;
  }
}
.module-event .module_links.module_links--columns-3 > *:not(ul) {
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  .module-event .module_links.module_links--columns-3 > *:not(ul) {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .module-event .module_links.module_links--columns-3 > *:not(ul) {
    width: 33.33%;
  }
}
@media only screen and (max-width: 640px) {
  .module-event .module_links.module_links--columns-3 > *:not(ul) {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .module-event .module_links.module_links--columns-3 > *:not(ul) {
    display: block;
    width: auto;
  }
}
.module-event .module_links.module_links--columns-3 > ul li {
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  .module-event .module_links.module_links--columns-3 > ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .module-event .module_links.module_links--columns-3 > ul li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 640px) {
  .module-event .module_links.module_links--columns-3 > ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .module-event .module_links.module_links--columns-3 > ul li {
    display: block;
    width: auto;
  }
}
.module-event .module_links--separator > *:not(:first-child)::before {
  content: "|";
  margin: 0 10px;
  font-size: 14px;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .module-event .module_links--separator > *:not(:first-child)::before {
    content: none;
  }
}
.module-event .module_links--separator .module_link {
  margin-right: 0;
}
.module-event .module_links--separator .module_attachments li:not(:first-child)::before,
.module-event .module_links--separator .module_financials li:not(:first-child)::before {
  content: "|";
  margin: 0 10px;
  font-size: 14px;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .module-event .module_links--separator .module_attachments li:not(:first-child)::before,
.module-event .module_links--separator .module_financials li:not(:first-child)::before {
    content: none;
  }
}
.module-event-details .module_speakers h4, .module-event-details .module_speakers .h4 {
  display: none;
}
.module-event-details .module_webcast:empty {
  display: none;
}
.module-event-details .module_links {
  margin-bottom: 0;
}
.module-event-details .module_links.module_links--columns > *:not(ul) {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .module-event-details .module_links.module_links--columns > *:not(ul) {
    display: inline;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .module-event-details .module_links.module_links--columns > *:not(ul) {
    display: block;
    width: auto;
  }
}
.module-event-details .module_links.module_links--columns > ul li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .module-event-details .module_links.module_links--columns > ul li {
    display: inline;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .module-event-details .module_links.module_links--columns > ul li {
    display: block;
    width: auto;
  }
}
.module-event-details .module_links--separator > *:not(:first-child)::before {
  content: "|";
  margin: 0 10px;
  font-size: 14px;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .module-event-details .module_links--separator > *:not(:first-child)::before {
    content: none;
  }
}
.module-event-details .module_links--separator > .js--hidden:first-child + *::before {
  content: none;
}
.module-event-details .module_links--separator .module_link {
  margin-right: 0;
}
.module-event-details .module_links--separator .module_attachments li:not(:first-child)::before,
.module-event-details .module_links--separator .module_financials li:not(:first-child)::before {
  content: "|";
  margin: 0 10px;
  font-size: 14px;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .module-event-details .module_links--separator .module_attachments li:not(:first-child)::before,
.module-event-details .module_links--separator .module_financials li:not(:first-child)::before {
    content: none;
  }
}
.module-event-details .module_links--separator .module_add-to-calendar.js--hidden + .module_webcast::before,
.module-event-details .module_links--separator .module_add-to-calendar + .module_webcast:empty + *::before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .module-event-details .module_reminder .grid_col {
    margin-bottom: 20px;
  }
}
.module-event-home {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .module-event-home {
    margin-top: 25px;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    background: #aaa;
  }
}
.module-event-home .module_container--content {
  margin-bottom: 50px;
}
.module-event-home .module_links {
  display: flex;
  flex-wrap: wrap;
}
.module-event-home .module_link {
  margin: 0 15px 0 0;
}
.module-event-home .module_link-text {
  font-weight: 600;
  vertical-align: middle;
  padding: 5px 0;
}
.module-event-home .module_date-text {
  font-size: 16px;
  font-size: 1.6rem;
}
.module-event-home .module_headline-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.8rem;
}
.module-event-home .module_item {
  padding: 0;
}
.module-event-home .module_item:not(:last-child) {
  margin-bottom: 10px;
}
.module-event-home .module_item ~ .module_item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}
.module-event-home.background--grey .module_item-wrap {
  background-color: #fafafa;
}
.module-event-home .button--cta {
  position: absolute;
  bottom: 60px;
}
.module-event-home .button {
  margin: 0;
  position: absolute;
  bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .module-event-home .button {
    position: unset;
    margin-bottom: 20px;
  }
}
.module-event-latest .module_item {
  margin: 0;
  border: none;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .module-event-latest .module_item:first-child {
    width: 100%;
  }
}
.module-event-latest .module_item-wrap {
  padding: 30px;
  background-color: #aaa;
}
.module-event-latest .module_links {
  margin: 0;
}
.module-event-latest.background--grey .module_item-wrap {
  background-color: #fafafa;
}
.module-event-upcoming .module_nav {
  display: none;
}
.module-event-upcoming .module_item:not(:last-child) {
  margin-bottom: 30px;
}
.module-event-upcoming .module_date-time {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.module-event-upcoming .module_headline-link {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.module-event-upcoming .module_links {
  font-size: 1.2rem;
  font-weight: 600;
}
.module-event-calendar {
  padding-right: calc(100% - 500px);
}
.module-event-calendar_event-container {
  margin-top: 20px;
}
.module-event-calendar_splash i {
  font-size: 4rem;
  color: #0094ff;
}
.module-event-calendar_splash p {
  font-size: 1.4rem;
  line-height: 1.2;
}
.module-event-calendar_controls {
  padding: 20px 15px;
  background-color: #0094ff;
  color: #fafafa;
  text-align: center;
  font-size: 2.4rem;
}
.module-event-calendar_controls button {
  color: inherit;
  background-color: transparent;
  border: 0;
  padding: 5px 0;
}
.module-event-calendar_previous-month, .module-event-calendar_month, .module-event-calendar_next-month {
  display: inline-block;
}
.module-event-calendar_previous-month, .module-event-calendar_next-month {
  cursor: pointer;
}
.module-event-calendar_previous-month {
  float: left;
}
.module-event-calendar_next-month {
  float: right;
}
.module-event-calendar_day-container {
  text-align: center;
  border: 1px solid #aaa;
  padding-bottom: 10px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.module-event-calendar_week {
  display: table-row;
  background-color: #aaa;
  margin-bottom: 10px;
}
.module-event-calendar_days {
  display: table-row-group;
}
.module-event-calendar_days > div[role=row] {
  display: table-row;
}
.module-event-calendar_day {
  display: inline-block;
  position: relative;
  width: 14.285%;
  margin: 0;
  padding: 15px 0;
  border: none;
  background-color: transparent;
}
@media only screen and (max-width: 480px) {
  .module-event-calendar_day {
    padding: 5px 0;
  }
}
.module-event-calendar_day > span {
  display: block;
  max-width: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0;
  text-align: center;
  border-radius: 3px;
}
.module-event-calendar_day--name {
  padding: 15px 0;
  border: none;
}
@media only screen and (max-width: 480px) {
  .module-event-calendar_day--name {
    padding: 10px 0;
  }
}
.module-event-calendar_day--today:not(.module-event-calendar_day--adjacent-month) > span {
  background-color: #17709c;
  color: #fafafa;
}
.module-event-calendar_day--event {
  cursor: pointer;
}
.module-event-calendar_day--event > span {
  background-color: #0094ff;
  color: #fafafa;
}
.module-event-calendar_day--adjacent-month {
  color: rgba(112, 113, 113, 0.1);
  pointer-events: none;
}
.module-event-calendar_day--adjacent-month::after {
  content: none;
}
@media only screen and (max-width: 480px) {
  .module-event-calendar_day {
    display: inline-block;
  }
}
.module-event-calendar .module_add-to-calendar {
  margin: 0;
}
.module-event-calendar_legend ul {
  padding: 0;
  margin: 15px 0 25px 0;
}
.module-event-calendar_legend li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 25px;
  margin-right: 30px;
}
.module-event-calendar_legend li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #0094ff;
  border-radius: 3px;
}
.module-event-calendar_legend li.module-event-calendar_legend-item--current::before {
  background-color: #17709c;
}
@media only screen and (max-width: 768px) {
  .module-event-calendar {
    display: block;
  }
  .module-event-calendar_calendar-container, .module-event-calendar_event-container {
    display: block;
    width: 100%;
  }
  .module-event-calendar_calendar-container {
    padding-right: 0;
  }
  .module-event-calendar_event-container {
    margin-top: 20px;
  }
}
.module-event-archive .module_options {
  display: flex;
}
.module-event-archive .module_options-group {
  display: flex;
  flex-direction: column;
}
.module-event-archive .module_options-label {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 28px;
}
.module-event-archive .module_options-select {
  border-color: #cfcfcf;
}
.module-event-archive .module_pager .pager_button {
  border-radius: 50%;
  color: #17709c;
  border-color: transparent;
}
.module-event-archive .module_pager .pager_button.js--active {
  color: #fafafa;
  background-color: #17709c;
}

/* ---------- FAQ Module ---------- */
.module-faq_question {
  margin-top: 0;
  cursor: pointer;
  position: relative;
}
.module-faq_question button {
  width: 100%;
  text-align: left;
}
.module-faq_answer {
  padding: 15px;
  margin: 0 0 15px 0;
  background-color: #aaa;
}
.module-faq_answer p:first-child {
  margin-top: 0;
}
.module-faq_answer p:last-child {
  margin-bottom: 0;
}
.module-faq .module_item {
  padding: 0;
  border-top: 1px solid #c4c4c4;
}
.module-faq .module_item:last-child {
  border-bottom: 1px solid #c4c4c4;
}
.module-faq .module_item > h4, .module-faq .module_item > .h4 {
  margin: 0;
  padding: 0;
  color: #17709c;
}
.module-faq .module_item > h4 button, .module-faq .module_item > .h4 button {
  color: inherit;
  width: 100%;
  padding: 20px 0;
  font-family: avenirnextprocondensed, sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  background: unset;
  border: unset;
}
.module-faq .module_item > h4 button::before, .module-faq .module_item > .h4 button::before {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\edc2";
  float: right;
  margin-left: 10px;
  color: #17709c;
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.module-faq .module_item.js--active > h4, .module-faq .module_item.js--active > .h4 {
  color: #0094ff;
}
.module-faq .module_item.js--active > h4 button::before, .module-faq .module_item.js--active > .h4 button::before {
  content: "\edba";
}
.module-faq .module_item.js--active button {
  color: #17709c;
}
.module-faq .toggle-all {
  margin-bottom: 30px;
}
.module-faq .toggle-all .button {
  letter-spacing: 1.5px;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 50px;
  background-color: #17709c;
  margin-left: 0;
}
.module-faq .toggle-all .button:hover {
  background-color: #0b3041;
}

/* --- Financial Report Modules --- */
.module-financial-year .module_options {
  text-align: left;
}
.module-financial-year .module_cover {
  margin-bottom: 15px;
}
.module-financial-year .module_cover img {
  display: inline-block;
  vertical-align: top;
}
.module-financial-year .module_item {
  padding: 0;
}
.module-financial-year .module_item ~ .module_item {
  border: none;
}
.module-financial-year .module_fiscal {
  text-transform: none;
}
.module-financial-year .module_link {
  font-weight: 600;
}
.module-financial-year .module_link .q4icons_icon {
  content: url('../design/svg/pdf-icon.svg');
  height: 16px;
  margin-right: 15px;
}
.module-financial-year-option1 .module-financial_year {
  text-align: center;
}
.module-financial-year-option1 .module-financial_annual-archive {
  position: relative;
}
.module-financial-year-option1 .module-financial_annual-archive .module_links--stack {
  margin-top: 90px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .module-financial-year-option1 .module-financial_annual-archive .module_links--stack {
    position: relative;
    margin-top: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .module-financial-year-option1 .module-financial_annual-archive .module_links--stack {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .module-financial-year-option1 .module-financial_annual-archive {
    margin-top: 25px;
  }
}
.module-financial-year-option1 .module_options {
  position: absolute;
  left: 50%;
}
@media only screen and (max-width: 480px) {
  .module-financial-year-option1 .module_options {
    position: relative;
    left: 0;
  }
}
.module-financial-year-option1 .module_options-label {
  color: #707171;
  font-size: 1.2rem;
  font-weight: 500;
}
.module-financial-year-option1 .module_options-select {
  border-color: #dfdfdf;
  min-width: 172px;
}
.module-financial-year-option1 .module_options-label, .module-financial-year-option1 .module_options-select {
  margin-left: 5px;
  display: block;
}
@media only screen and (max-width: 480px) {
  .module-financial-year-option1 .module_options-label, .module-financial-year-option1 .module_options-select {
    margin-left: 0;
  }
}
.module-financial-year-option1 .module_doc {
  margin-bottom: 18px;
}
.module-financial-year-option1 .module_doc-title {
  text-transform: none;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.module-financial-year-option1 .module_links {
  margin: 0;
}
.module-financial-year-option2 {
  background-color: #aaa;
}
.module-financial-year-option3 .module_cover {
  text-align: right;
}
.module-financial-year-option3 .module_cover img {
  width: 195px;
}
@media only screen and (max-width: 768px) {
  .module-financial-year-option3 .module_cover {
    text-align: center;
  }
  .module-financial-year-option3 .module_cover img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 940px) {
  .module-financial-year-option3 .module_cover {
    text-align: right;
    padding-left: 0;
    padding-right: 27px;
  }
}
.module-financial-year-option3 .module table {
  width: 100%;
}
.module-financial-year-option3 .module table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}
.module-financial-year-option3 .module table td.module-financial-table_item.visible-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 20px 37px;
}
.module-financial-year-option3 .module table td.module-financial-table_item.visible-track span {
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 540px) {
  .module-financial-year-option3 .module table td.module-financial-table_item.visible-track span {
    width: 50%;
    margin: 0 0 10px;
  }
}
.module-financial-year-option3 .module table .module-financial-table_column-year {
  opacity: 0;
  visibility: hidden;
  position: relative;
  transform: translateX(0);
  z-index: 1;
  transition: transform 500ms ease, opacity 600ms ease-in, visibility 600ms ease-in;
}
.module-financial-year-option3 .module table .module-financial-table_column-year.visible-track {
  opacity: 1;
  display: block;
  visibility: visible;
}
.module-financial-year-option3 .module_link {
  margin-bottom: 18px;
}
.module-financial-year-option3 .module_link-text {
  background: url('../design/svg/q4-icon_chevron-right.svg') no-repeat right center;
  vertical-align: baseline;
  padding-right: 17px;
  transition: 0.3s ease-in;
}
.module-financial-year-option3 .module_link-text:hover {
  padding-right: 22px;
}
.module-financial-year-option3 .module_link .q4icons_icon {
  height: 27px;
}
@media only screen and (max-width: 480px) {
  .module-financial-year-option3 .module_link .q4icons_icon {
    height: 20px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 940px) {
  .module-financial-year-option3 .module_links {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
  .module-financial-year-option3 .module_links {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .module-financial-year-option3 .module_links {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .module-financial-year-option3 .module_docs {
    display: inline-block;
    text-align: left;
    margin-left: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .module-financial-year-option3 .module_docs {
    margin-right: calc(50% - 65vw);
    margin-left: calc(50% - 50vw);
  }
}
.splide__loader {
  margin: auto;
  max-width: 100px;
  width: 100%;
  display: block;

}
.module-financial-year-option3 .splide__arrow--next {
  right: 0;
}
.module-financial-year-option3 .splide__arrow--prev {
  left: 0;
}
.module-financial-quarter .module_options label {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
}
.module-financial-quarter .module_options select {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.module-financial-quarter .module_item {
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.module-financial-quarter .module_item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.module-financial-quarter .module_item.js--active h3 button::before {
  content: "\edba";
}
.module-financial-quarter .module_item.js--active button::before {
  content: "\edba";
}
.module-financial-quarter .module_links {
  background-color: #aaa;
  margin: 0 0 15px 0;
  padding: 30px 15px;
}
.module-financial-quarter .module_links > .grid_col {
  display: inline-block;
  padding-right: 20px;
}
.module-financial-quarter .module_link {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.module-financial-quarter .module_link-text {
  margin-left: 0.9rem;
}
.module-financial-quarter .module-financial_year-text {
  padding: 0;
  margin: 0;
  color: #707171;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.module-financial-quarter .module-financial_year-text button {
  cursor: pointer;
  background: transparent;
  border: none;
  color: inherit;
  text-align: left;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  width: 100%;
  padding: 20px 0;
}
.module-financial-quarter .module-financial_year-text button::before {
  float: right;
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\edc2";
  color: #17709c;
}
.module-financial-table .module_container--content {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 33px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 33px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 33px -18px rgba(0, 0, 0, 0.75);
}
.module-financial-table table {
  width: 100%;
}
.module-financial-table table caption {
  caption-side: bottom;
  text-align: left;
  padding: 5px 15px;
  font-size: 1.2rem;
}
.module-financial-table table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}
.module-financial-table table td.module-financial-table_item.visible-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 20px 37px;
}
.module-financial-table table td.module-financial-table_item.visible-track span {
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 540px) {
  .module-financial-table table td.module-financial-table_item.visible-track span {
    width: 50%;
    margin: 0 0 10px;
  }
}
.module-financial-table table .module-financial-table_column-year {
  opacity: 0;
  visibility: hidden;
  position: relative;
  transform: translateX(0);
  z-index: 1;
  transition: transform 500ms ease, opacity 600ms ease-in, visibility 600ms ease-in;
}
.module-financial-table table .module-financial-table_column-year.visible-track {
  opacity: 1;
  display: block;
  visibility: visible;
}
.module-financial-table_column {
  padding: 20px 15px;
  width: 25%;
}
.module-financial-table_column:not(thead):not(th) {
  background-color: #fff;
}
.module-financial-table_column-year {
  text-align: center;
  user-select: none;
}
.module-financial-table_column-report {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #aaa;
  text-align: left;
}
.module-financial-table_column.doc:not(:last-child) {
  margin-right: 15px;
}
.module-financial-table_container-years {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.module-financial-table .doc-link--missing:hover {
  color: #17709c;
  cursor: not-allowed;
}
.module-financial-table .doc-missing {
  opacity: 0.3;
}
.module-financial-table_header {
  display: flex;
  background-color: #0b3041;
  color: #fafafa;
}
.module-financial-table_header-year {
  padding: 20px 15px;
  flex: 0 0 auto;
}
.module-financial-table_header .module-financial-table_track {
  display: inline-flex;
}
.module-financial-table_track {
  display: flex;
  will-change: transform;
  transition: transform 500ms ease;
  z-index: 1;
}
.module-financial-table_track-arrow {
  background: transparent;
  box-shadow: none;
  background-color: transparent;
  border: none;
  color: white;
  font-size: 1.6rem;
  position: absolute;
  top: 23px;
  z-index: 3;
}
.module-financial-table_track-arrow:not(.module-financial-table_track-arrow--disabled) {
  cursor: pointer;
}
.module-financial-table_track-arrow--disabled {
  opacity: 0.3;
}
.module-financial-table_track-arrow--left {
  left: 20px;
}
.module-financial-table_track-arrow--right {
  right: 20px;
}
.module-financial-table_track td {
  background-color: white;
}
@media screen and (min-width: calc(768px + 1px)) {
  .module-financial-mashup .module_options {
    margin-bottom: 0;
  }
}
.module-financial-mashup .grid_col {
  margin-right: 0;
}
.module-financial-mashup_item {
  margin-left: 0;
  padding: 20px 20px 20px 0;
  border: 1px solid #707171;
}
.module-financial-mashup_item .grid_col > :first-child {
  margin-top: 0;
}
.module-financial-mashup .module_body {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.module-financial-mashup .module_body > *:first-child, .module-financial-mashup .module_body > style + p {
  margin-top: 0;
}
.module-financial-mashup .module_body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#70ffffff", endColorstr="#ffffff", GradientType=0);
}
.module-financial-mashup h4,
.module-financial-mashup .h4 {
  margin-top: 16px;
}
.module-financial-mashup .module-financial-mashup_documents .h4 {
  margin-top: 0;
}
.module-financial-mashup .module-financial-mashup_documents .module_links + h4, .module-financial-mashup .module-financial-mashup_documents .module_links + .h4 {
  margin-top: 30px;
}
.module-financial-mashup .module-financial-mashup_documents .module_links > div {
  background-color: #aaa;
  padding: 15px;
  margin-bottom: 1px;
}
.module-financial-mashup .module-financial-mashup_documents .module_links .module_link {
  margin: 0;
  font-weight: 600;
}
.module-financial-mashup .module-financial-mashup_documents .module_links .module_link-text {
  margin-left: 0.9rem;
}
.module-financial-mashup .module-financial-mashup_documents .module_links--dark a {
  color: #707171;
}
.module-financial-mashup .module-financial-mashup_documents .module_links--dark a span:last-child {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.module-financial-mashup_news .h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
}
.module-financial-mashup_news .h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
}
.module-financial-mashup_news .module_links {
  font-weight: 600;
}
.module-financial-mashup .button {
  width: 100%;
  min-width: auto;
  border-radius: 25px 25px 0 0;
  border-bottom: 0;
  outline-offset: 2px;
}
.module-financial-mashup .button.js--selected {
  background: #0b3041;
  color: #fff;
}
@media only screen and (min-width: calc(768px + 1px)) {
  .module-financial-mashup .module_options--mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .module-financial-mashup .module_options--desktop {
    display: none;
  }
}
.module-financial-latest {
  position: relative;
  z-index: 0;
  background-image: url('../design/banner/banner-financial-latest.jpg');
}
.module-financial-latest::before {
  content: "";
  background-color: rgba(20, 28, 31, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.module-financial-latest .grid_col {
  margin-bottom: 25px;
}
.module-financial-latest .module_link {
  margin: 0;
}
.module-financial-latest .module_link .q4icons_icon::before {
  display: inline-block;
  font-size: 5rem;
  padding: 0;
  width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  background-color: rgba(250, 250, 250, 0.2);
  border-radius: 100%;
  transition: background-color 0.25s ease-in-out;
}
.module-financial-latest .module_link.module_link-presentation .q4icons_icon::before {
  content: "\e913" !important;
}
.module-financial-latest .module_link:hover .q4icons_icon::before {
  background-color: #fafafa;
}
.module-financial-latest .module_link:hover .module_link-text {
  color: #fafafa;
  text-decoration: inherit;
}
.module-financial-latest .module_link-text {
  display: block;
  margin: 15px 0 0;
  font-size: 1.8rem;
  text-transform: none;
  font-weight: 500;
}
.module-financial-latest .module-financial_type-text {
  margin-top: 10px;
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 500;
  text-align: center;
}
.module-financial-latest .module-financial_year-text {
  margin-top: 15px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.4rem;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  .module-financial-latest .module_links {
    border-left: 0;
  }
  .module-financial-latest .module_link {
    margin: 0 0 15px;
  }
  .module-financial-latest .grid_col {
    vertical-align: middle;
  }
}
.module-financial-latest .button--cta:hover {
  color: #fafafa;
  text-decoration: underline;
}
.module-financial-latest .button--dark {
  background-color: transparent;
}
.module-financial-latest .button--dark:hover, .module-financial-latest .button--dark:focus {
  background-color: #17709c;
}
@media only screen and (max-width: 768px) {
  .module-financial-latest .module_item > div:first-child {
    margin-bottom: 30px;
  }
}
.module-financial-columns_item {
  display: grid;
  grid-template-columns: repeat(auto-fill, 28rem);
  gap: 2rem;
  grid-auto-flow: row;
}
@media only screen and (max-width: 480px) {
  .module-financial-columns_item {
    grid-template-columns: 1fr;
    align-items: center;
  }
}
.module-financial-columns .module_options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.module-financial-columns .module_options label {
  display: block;
  font-size: 1.8rem;
  margin-right: 0;
  margin-bottom: 1.8rem;
  width: 18.2rem;
}
.module-financial-columns .module_options select {
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 18.2rem;
}
.module-financial-columns .module_item {
  background-color: #fff;
  width: 280px;
  margin-bottom: 3rem;
  border-radius: 5px;
  padding: 0;
  border: none;
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.077087);
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.077087);
}
.module-financial-columns .module_item:first-child .module-financial_year-text {
  color: #fff;
  width: 100%;
  background-color: #0b3041;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.module-financial-columns .module-financial_year-text {
  color: #0094ff;
  background-color: #eceff0;
  font-family: avenirnextprocondensedmedium, sans-serif;
  width: 13rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 1rem 0 1rem 2.4rem;
  margin: 0;
  border-top-left-radius: 5px;
  transition: 0.2s;
}
.module-financial-columns .module_links a {
  position: relative;
  text-transform: none;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  margin: 2.2rem 0 0 2rem;
}
.module-financial-columns .module_links a:not(:last-child)::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 195px; /* or 100px */
  left: 1.2rem;
  bottom: -1.3rem;
  border-bottom: 2px solid #efefef;
}
.module-financial-columns .module_links .module_link-text {
  margin-left: 3rem;
}

/* ------ Formbuilder Module ------ */
.module-form-request {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.module-form-request .module_actions button {
  margin: 0;
}
.module-form--custom.module {
  padding-top: 0;
}
.module-form--custom .module_container--content {
  display: none;
}
.module-form--custom .module_container--content.js--visible {
  display: block;
}
.module-form .module_container--content {
  margin-left: -20px;
}
@media only screen and (max-width: 768px) {
  .module-form .module_container--content {
    margin-left: 0;
  }
}
.module-form .module_error-container li[style="visibility: hidden;"] {
  display: none;
}
.module-form .module_required {
  margin-left: 3px;
}
.module-form .module_container--captcha > div {
  margin: 0;
  padding: 0;
}
.module-form .module_container--captcha > div .ErrorMessage {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #b72121;
}
.module-form .module_container--captcha > div .ErrorMessage[style="visibility: hidden;"] {
  display: none;
}
.module-form_item {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 20px;
  vertical-align: top;
}
.module-form_item > label,
.module-form_item legend {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.module-form_item legend {
  float: left;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.module-form_item legend ~ ul {
  clear: both;
  padding-left: 10px;
  font-size: 12px;
}
.module-form_item ul li:not(:last-of-type) {
  padding-bottom: 5px;
}
.module-form_item--document-request, .module-form_item--are-you-an-investor {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .module-form_item {
    width: 100%;
    padding-left: 0;
  }
}
.module-form_error-text {
  color: #b72121;
  margin: 0 0 15px 0;
}
.module-form_error-text[style*="visibility:hidden"], .module-form_error-text[style*="visibility: hidden"] {
  display: none;
}
.module-form .CaptchaContainer {
  display: block;
}
.module-form .CaptchaContainer input[type=text] {
  width: 100%;
}
.fancybox-slide--form .fancybox-content {
  margin: 10px auto;
  max-width: 1000px;
  width: 80% !important;
  height: calc(100% - 20px);
  overflow: visible;
}
@media only screen and (max-width: 480px) {
  .fancybox-slide--form .fancybox-content {
    width: 95% !important;
  }
}
.fancybox-slide--form_confirmation .fancybox-content {
  max-width: 700px;
}
.fancybox-slide--form .fancybox-button--close {
  display: none;
}

.module-form button[type=submit] {
  min-width: 18rem;
}

.module-form--meeting {
  padding: 0 20px !important;
  background-color: #fff;
}
.module-form--meeting .module_container--outer {
  padding: 0 !important;
}
.module-form--meeting_header {
  padding: 20px !important;
}
.module-form--meeting_header .module_container--outer {
  padding: 0 !important;
}
@media screen and (min-width: 769px) {
  .module-form--meeting_header {
    padding: 20px !important;
  }
  .module-form--meeting_header .grid {
    direction: rtl;
  }
  .module-form--meeting_header .grid .grid_col {
    direction: ltr;
  }
}
.module-form--meeting_header-intro {
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .module-form--meeting_header-intro {
    text-align: center;
  }
}
.module-form--meeting_header-intro h3,
.module-form--meeting_header-intro .h3 {
  margin: 0 0 10px 0;
  color: inherit;
  font-size: 2.6rem;
}
.module-form--meeting_header-intro p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .module-form--meeting_header-logo {
    text-align: center;
    margin-bottom: 10px;
  }
}
.module-form--meeting_header-logo span {
  font-size: 1.1rem;
  display: block;
}
.module-form--meeting_header-logo img {
  margin: 5px;
}
.module-form--meeting_footer {
  background-color: #0094ff;
  color: #fafafa;
  font-size: 1.3rem;
}
.module-form--meeting_footer img {
  margin-right: 20px;
  vertical-align: bottom;
}
.module-form--meeting .module_introduction {
  font-size: 1.3rem;
  margin: 0;
}
.module-form--meeting .module_introduction > p:first-child {
  margin-top: 0;
  padding-top: 13px;
}
.module-form--meeting .module-form_item label,
.module-form--meeting .module-form_item legend {
  line-height: 15px;
  vertical-align: top;
}
.module-form--meeting .module-form_item--namehidden .module_input {
  margin-top: 20px;
}
.module-form--meeting .module-form_item--namehidden label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
@media only screen and (min-width: 769px) {
  .module-form--meeting .module-form_item--additional-information-optional {
    width: 75%;
  }
}
.module-form--meeting .module-form_item--date-request-optional {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .module-form--meeting .module-form_item--date-request-optional {
    width: 25%;
  }
}
.module-form--meeting .module-form_item--date-request-optional::before {
  font-family: "q4-icons"; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  position: absolute;
  right: 20px;
  bottom: calc(50% - 19px);
  color: #616161;
  display: none;
}
.module-form--meeting .module-form_item--date-request-optional .ui-datepicker-trigger {
  position: absolute;
  right: 13px;
  top: 35px;
  background: transparent;
  border: none;
}
.module-form--meeting .module-form_item--current-shareholder {
  display: block;
}
.module-form--meeting .module-form_item--current-shareholder legend {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .module-form--meeting .module-form_item--current-shareholder legend {
    display: block;
    float: none;
  }
}
.module-form--meeting .module-form_item--current-shareholder ul {
  display: inline-block;
  padding-left: 20px;
}
@media only screen and (max-width: 480px) {
  .module-form--meeting .module-form_item--current-shareholder ul {
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }
}
.module-form--meeting .module-form_item--current-shareholder ul li {
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .module-form--meeting .module-form_item--current-shareholder ul li {
    padding-left: 0;
    padding-right: 20px;
  }
}
.module-form--meeting .module-form_item--consent-checkbox {
  width: 100%;
}
.module-form--meeting .module-form_item--consent-checkbox label {
  padding-left: 30px;
  position: relative;
}
.module-form--meeting .module-form_item--consent-checkbox label::before, .module-form--meeting .module-form_item--consent-checkbox label::after {
  position: absolute;
  left: 0;
  top: 50% !important;
  transform: translateY(-50%);
}
.module-form--meeting .module-form_item--consent-checkbox label::after {
  left: 3px;
}
.module-form--meeting .module-form_itemCaptcha {
  position: relative;
  padding-left: 25px;
}
.module-form--meeting .module-form_itemCaptcha input[type=text] {
  color: #707171;
}
.module-form--meeting .module_dropdown {
  color: #707171;
}
.module-form--meeting .module_input {
  color: #707171;
}
.module-form--meeting .module_required {
  display: none;
}
.module-form--meeting .module_actions {
  margin: 0 -20px;
  padding: 20px;
  background-color: #374448;
  text-align: right;
  color: #fafafa;
}
.module-form--meeting .module_actions .module_link {
  color: #fafafa;
  margin: 0 15px 0 0;
  text-decoration: none;
  text-transform: none;
  font-size: 1.4rem;
}
.module-form--meeting .module_actions [type=submit][disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.module-form--meeting .module_actions button {
  color: #fafafa;
}
.module-form--meeting .module_actions button.button-close {
  background: none;
  border: 0;
  cursor: pointer;
}
.module-form--meeting .module_actions button:focus {
  outline-color: #fafafa;
}
.module-form--meeting_confirmation {
  font-size: 1.8rem;
  text-align: center;
  max-width: 520px;
  margin: auto;
}
.module-form--meeting_confirmation .module_container--inner::before {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920";
  font-size: 4.6rem;
  color: #141c1f;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .module-form--meeting .module-form_item--namehidden .module_input {
    margin-top: 0;
  }
}

/* ------ Glossary Module ------ */
.module-glossary .module_header {
  display: block;
}
.module-glossary .module_header table {
  width: 100%;
  table-layout: fixed;
}
.module-glossary .module_header table a {
  color: #707171;
  font-weight: normal;
}
.module-glossary .module_header table a[href] {
  color: #0094ff;
}

/* ---------- HISTORY Module ---------- */
.module-history .option-1 {
  padding: 0 calc(6% + 25px);
}
.module-history .option-1 h3 {
  color: #707171;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin: 0;
}
.module-history .option-1 .module_date-time {
  color: #707171;
  font-size: 1.2rem;
  padding-top: 27px;
}
.module-history .option-1 .module_description {
  display: none;
}
.module-history .option-1 .splide__slide {
  padding: 0 20px;
}
.module-history .option-1 .splide__slide img {
  display: none;
}
.module-history .option-1 .splide__slide::before {
  content: "";
  display: block;
  background: #17709c;
  height: 18px;
  width: 18px;
  border-radius: 100px;
  z-index: 999;
  position: relative;
  right: 20px;
  top: 10px;
}
.module-history .option-1 .splide__slide::after {
  content: "";
  position: absolute;
  display: block;
  height: 48px;
  width: 1px;
  background: #17709c;
  border-radius: 100%;
  top: 22px;
  left: 8px;
  z-index: 0;
  margin: auto;
  transform: translateZ(-1px);
}
.module-history .option-1 .splide__slide.is-active {
  padding: 0 0 0 40px;
}
.module-history .option-1 .splide__slide.is-active::before {
  content: "";
  background-image: url('../design/svg/oval-active.svg');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  right: 40px;
  top: 0;
}
.module-history .option-1 .splide__slide.is-active::after {
  left: 20px;
}
.module-history .option-1 .splide__arrow {
  top: 22px;
}
.module-history .option-1::before {
  content: "";
  position: relative;
  display: block;
  height: 5px;
  background: #17709c;
  border-radius: 100px;
  top: 22px;
  z-index: 0;
  margin: auto;
  transform: translateZ(-1px);
}
.module-history .option-2 {
  padding-top: 30px;
}
.module-history .option-2 h3 {
  color: #0094ff;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin: 10px 0;
}
.module-history .option-2 .module_date-time {
  color: #17709c;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin: 10px 0;
}
.module-history .option-2 .splide__slide {
  position: relative;
}
.module-history .option-2 .splide__slide:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -18px;
  width: 1px;
  height: 85%;
  background-color: #e0e0e0;
}
.module-history .option-2 .splide__slide img {
  width: 100%;
}
.module-history .option-2 .splide__arrow {
  top: 0;
}
.module-history .option-2 .splide__arrow--prev {
  right: 64px;
  left: unset;
}
.module-history .option-2 .splide__arrow--next {
  right: 0;
}
.module-history .option-3 {
  display: flex;
}
.module-history .option-3 h3 {
  color: #0094ff;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin: 10px 0;
}
.module-history .option-3 img {
  width: 100%;
}
.module-history .option-3 .module_date-time {
  color: #17709c;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin: 10px 0;
}
.module-history .option-3 .list-left {
  margin-top: -25px;
  flex-basis: 50%;
}
.module-history .option-3 .list-left .module-item {
  text-align: right;
  position: relative;
  padding-right: 15%;
  padding-left: 15%;
}
.module-history .option-3 .list-left .module-item:not(:first-child) {
  margin-top: 40px;
}
.module-history .option-3 .list-left .module-item:nth-child(even) {
  display: none;
}
.module-history .option-3 .list-left .module-item::before {
  content: "";
  display: block;
  background: #0094ff;
  height: 18px;
  width: 18px;
  border-radius: 100px;
  z-index: 0;
  position: absolute;
  right: -11px;
  top: 10px;
}
.module-history .option-3 .list-left .module-item::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 10%;
  background: #141c1f;
  border-radius: 100%;
  right: 0;
  top: 18px;
  z-index: 0;
  margin: auto;
  transform: translateZ(-1px);
}
@media only screen and (max-width: 480px) {
  .module-history .option-3 .list-left {
    display: none;
  }
}
.module-history .option-3 .list-right {
  flex-basis: 50%;
}
.module-history .option-3 .list-right .module-item {
  position: relative;
  padding-left: 15%;
  padding-right: 15%;
}
.module-history .option-3 .list-right .module-item:not(:first-child) {
  margin-top: 40px;
}
.module-history .option-3 .list-right .module-item:nth-child(odd) {
  display: none;
}
@media only screen and (max-width: 480px) {
  .module-history .option-3 .list-right .module-item:nth-child(odd) {
    display: block;
  }
}
.module-history .option-3 .list-right .module-item:nth-child(2) {
  margin-top: 25%;
}
.module-history .option-3 .list-right .module-item::before {
  content: "";
  display: block;
  background: #0094ff;
  height: 18px;
  width: 18px;
  border-radius: 100px;
  z-index: 0;
  position: absolute;
  left: -11px;
  top: 10px;
}
.module-history .option-3 .list-right .module-item::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 10%;
  background: #141c1f;
  border-radius: 100%;
  left: 0;
  top: 18px;
  z-index: 0;
  margin: auto;
  transform: translateZ(-1px);
}
@media only screen and (max-width: 480px) {
  .module-history .option-3 .list-right {
    flex-basis: 100%;
    margin-top: -25px;
  }
}
.module-history .option-3 .list-divider {
  background-color: #0094ff;
  position: relative;
  width: 5px;
}
.module-history .option-4 {
  padding: 0 40px;
  position: relative;
}
.module-history .option-4 h3 {
  color: #545b62;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 400;
  margin: 0;
}
.module-history .option-4 .splide__track {
  margin: 0 10px;
}
.module-history .option-4 .splide__list {
  align-items: flex-end;
}
.module-history .option-4 .splide__slide {
  border: 0;
}
.module-history .option-4 .splide__slide img {
  display: none;
}
.module-history .option-4 .splide__slide .module_date-time {
  color: #fafafa;
  background-color: #17709c;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  width: fit-content;
  padding: 5px 25px;
  position: relative;
  right: 35px;
  margin-bottom: 20px;
}
.module-history .option-4 .splide__slide .module_date-time::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 0 solid transparent;
  border-top: 8px solid #17709c;
  clear: both;
}
.module-history .option-4 .splide__slide .module_description {
  display: none;
}
.module-history .option-4 .splide__slide .module_item {
  padding: 5px 25px 25px;
  margin: 25px 7px 55px;
  position: relative;
  box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.2980392157);
  background-color: #fafafa;
}
.module-history .option-4 .splide__slide .module_item ~ .module_item {
  border-top: none;
  background-color: #fafafa;
}
.module-history .option-4 .splide__slide .module_item::before {
  content: "";
  display: block;
  background: #17709c;
  height: 9px;
  width: 9px;
  border-radius: 100px;
  z-index: 999;
  position: absolute;
  bottom: -55px;
  left: 40%;
}
.module-history .option-4 .splide__slide .module_item::after {
  content: "";
  position: absolute;
  left: 42%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 38px solid transparent;
  border-top: 35px solid #fafafa;
  clear: both;
  filter: drop-shadow(-2px 4px 3px rgba(51, 51, 51, 0.2980392157));
}
.module-history .option-4 .splide__slide:focus {
  outline-offset: -2px;
}
.module-history .option-4 .splide__slide.is-active {
  border: 0;
}
.module-history .option-4 .splide__slide.is-active .module_item {
  background-color: #0b3041;
}
.module-history .option-4 .splide__slide.is-active .module_item h3 {
  color: #fafafa;
  font-weight: 700;
}
.module-history .option-4 .splide__slide.is-active .module_item .module_date-time {
  color: #17709c;
  background-color: #fafafa;
}
.module-history .option-4 .splide__slide.is-active .module_item .module_description {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: #fafafa;
}
.module-history .option-4 .splide__slide.is-active .module_item::before {
  background: #297ac5;
}
.module-history .option-4 .splide__slide.is-active .module_item::after {
  border-top: 35px solid #0b3041;
}
.module-history .option-4 .splide__arrow {
  bottom: -35px;
  top: unset;
}
.module-history .option-4::before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background: #e0e0e0;
  border-radius: 100px;
  bottom: 3px;
  width: calc(100% - 60px);
  z-index: 0;
  margin: auto;
  right: 0;
  left: 0;
}

/* ------------------ IR Overview > Why Invest ------------------- */
@media screen and (min-width: 481px) {
  .module-ir-overview-why-invest .splide__slide:not(:last-child) {
    position: relative;
  }
  .module-ir-overview-why-invest .splide__slide:not(:last-child) .module-ir-overview-why-invest_column::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -24px;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.module-ir-overview-why-invest_title {
  font-family: avenirnextprocondensedmedium, sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.21;
  color: #17709c;
}
.module-ir-overview-why-invest_detail {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.56;
}

#why-invest {
  margin-bottom: 77px;
}
@media screen and (min-width: 769px) {
  #why-invest {
    margin-bottom: 57px;
  }
  #why-invest .splide__arrow:disabled {
    opacity: 0;
  }
}
#why-invest .splide__arrows {
  position: absolute;
  bottom: -60px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
}
#why-invest .splide__arrow {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  transform: unset;
}

/* ---------- Job Modules --------- */
.module-job-details_description-container {
  margin-bottom: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.module-job-details_description {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.module-job-details_description label {
  font-weight: normal;
}
.module-job-details_description input {
  width: auto;
  max-width: none;
  padding: 0;
  border: none;
  float: right;
  font-family: avenirnextprocondensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 0;
}
@media only screen and (max-width: 480px) {
  .module-job-details_description label::after {
    content: ":";
  }
  .module-job-details_description input {
    display: block;
    float: none;
    margin-top: 5px;
  }
}
.module-job-details .grid_col {
  padding: 15px 20px;
}
.module-job-application_table {
  display: block;
  width: 100%;
  margin-left: -20px;
  font-size: 0;
}
.module-job-application_table tr {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 20px;
  vertical-align: top;
  font-size: 1.6rem;
}
.module-job-application_table tr:last-child {
  margin-bottom: 0;
}
.module-job-application_table tr.module-job-application_cover-letter-text, .module-job-application_table tr.module-job-application_resume-text {
  width: 100%;
}
.module-job-application_table tr td {
  display: block;
  position: relative;
}
.module-job-application_table tr label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .module-job-application_table {
    margin-left: 0;
  }
  .module-job-application_table tr {
    width: 100%;
    padding-left: 0;
  }
}
.module-job-application .module_required {
  font-size: 1.4rem;
}

/* ----- Miscellaneous Modules ---- */
.module-script {
  display: none;
}

.module-slideshow_ratio {
  padding-bottom: 56.25%;
  /* this should be changed with aspecRatio option in widget */
  position: relative;
}
.module-slideshow_viewer:not(.grid_col) {
  display: inline-block;
  width: 100%;
  max-width: 640px;
}
.module-slideshow_viewer:not(.grid_col):not(:last-child) {
  margin-bottom: 25px;
}
.module-slideshow_featured {
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .module-slideshow_featured {
    padding: unset;
  }
}
.module-slideshow_title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.module-slideshow_date {
  color: #0094ff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.module-slideshow .module_links > * + * {
  margin-top: 15px;
}
.module-slideshow_link {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.module-slideshow iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.module-rss p + h2 {
  margin: 40px 0 30px;
}

/* ------ Navigation Modules ------ */
.nav_close {
  display: none;
}
.nav_guide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media only screen and (max-width: 1024px) {
  .nav_guide {
    display: none;
  }
}
.nav a[tabindex="-1"]:focus {
  /* navigation needs this for accessibility purpose  */
  outline-width: 2px !important;
  outline-style: dotted !important;
  outline-color: inherit !important;
}
.nav--main {
  text-align: right;
  font-size: 1.3rem;
}
.nav--main button.submenu-trigger {
  /* removing default button styling for dropdown menu buttons */
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
}
.nav--main li {
  display: inline-block;
  position: relative;
}
.nav--main li a {
  display: block;
  padding: 10px 5px;
  color: #707171;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1200px) {
  .nav--main li a {
    text-transform: none;
    letter-spacing: 0;
  }
}
.nav--main li.selected > a, .nav--main li.expanded:not(.home) > a,
.nav--main li a:hover,
.nav--main li a:focus,
.nav--main li button:focus a {
  color: #0b3041;
}
.nav--main .level2 {
  display: inline-block;
  vertical-align: top;
}
.nav--main .level2 > li {
  padding: 10px 0;
}
.nav--main .level3 {
  display: none;
  background-color: #0094ff;
  padding: 20px 10px;
  text-align: left;
  white-space: nowrap;
  position: absolute;
  z-index: 200;
  left: calc(50% - 30px);
  top: 100%;
  min-width: 200px;
}
.nav--main .level3::before {
  content: "";
  border-bottom: 11px solid #0094ff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 15px;
}
.nav--main li:last-child > .level3 {
  right: calc(50% - 30px);
  left: auto;
}
.nav--main li:last-child > .level3::before {
  left: auto;
  right: 15px;
}

.nav--main li.sfHover > .level3 {
  display: block;
}

.nav--main .level3 li {
  display: block;
}
.nav--main .level3 li.selected > a, .nav--main .level3 li.expanded > a {
  color: #fafafa;
}
.nav--main .level3 a {
  color: #fafafa;
  padding: 10px;
  text-transform: none;
}
.nav--main .level3 a:hover, .nav--main .level3 a:focus {
  color: #fafafa;
  text-decoration: underline;
}
.nav--main .js--expanded .level3 {
  display: block;
}
.nav--secondary {
  background: #17709c;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 1px;
}
.js--sticky .nav--secondary {
  position: fixed;
  width: 100%;
  z-index: 200;
  box-shadow: rgba(20, 28, 31, 0.2) 0 2px 20px;
}

@media only screen and (max-width: 1024px) {
  .nav--secondary {
    display: none;
  }
}
.nav--secondary .level1 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .nav--secondary .level1 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.nav--secondary .level1 > li {
  display: none;
  font-size: 1.2rem;
}
.nav--secondary .level1 > li.selected, .nav--secondary .level1 > li.expanded {
  display: block;
}
.nav--secondary .level1 > li.selected > a, .nav--secondary .level1 > li.expanded > a {
  display: none;
}
.nav--secondary .level2 > li {
  display: none;
}
.nav--secondary .level2 > li.selected, .nav--secondary .level2 > li.expanded {
  display: block;
}
.nav--secondary .level2 > li.selected > a, .nav--secondary .level2 > li.expanded > a {
  display: none;
}
.nav--secondary .level2 > li.has-children:focus .level3[style*=none] {
  display: block !important;
}
.nav--secondary .level3 {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .nav--secondary .level3 {
    /* to override superfish on desktop */
    display: flex !important;
    opacity: 1 !important;
  }
}

.nav--secondary .level3 > li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
}
.nav--secondary .level3 > li a {
  background-color: #17709c;
  color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase !important;
  font-family: avenirnextprocondensedmedium, sans-serif;
  font-weight: bold;
}
.nav--secondary .level3 > li a:hover, .nav--secondary .level3 > li a:focus {
  background: #0b3041;
}
.nav--secondary .level3 > li a:focus {
  margin: 2px;
  padding: 13px 18px;
}
.nav--secondary .level3 > li.selected a {
  background: #0b3041;
}
.nav--sitemap {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.nav--sitemap a {
  display: inline-block;
  color: #17709C;
  font-size: 2rem;
  transition: all 0.3s all;
  text-transform: none !important;
}
.nav--sitemap a:hover {
  color: #0B3041;
}
.nav--sitemap .level1 > li:not(:last-of-type),
.nav--sitemap .level2 > li:not(:last-of-type) {
  margin-bottom: 35px;
}
.nav--sitemap .level1 > li > h2,
.nav--sitemap .level2 > li > h2 {
  margin-bottom: 5px;
  line-height: 2.4rem;
}
.nav--sitemap .level1 > li > h2 > a, .nav--sitemap .level1 > li > h2 > a:visited,
.nav--sitemap .level2 > li > h2 > a,
.nav--sitemap .level2 > li > h2 > a:visited {
  margin-bottom: 15px;
  font-size: 2.4rem;
  color: #141c1f;
  text-transform: uppercase;
  font-weight: normal;
}
.nav--sitemap .level2 {
  margin-top: 20px;
}
.nav--sitemap .level2 > li > h2 a {
  margin-bottom: 5px;
  color: #17709C;
}
.nav--sitemap .level2 > li > h2 a:hover {
  color: #0B3041;
}
.nav--sitemap .level3 > li {
  padding: 5px 0;
  padding-left: 15px;
}
.nav--sitemap .level3 > li > h3, .nav--sitemap .level3 > li > a {
  font-size: 2rem !important;
  font-weight: 400;
  margin: 0;
}
.nav--sitemap .level4 > li {
  padding: 5px 0;
  padding-left: 15px;
}

/* ==================================
 ---------- NEW NAV START ----------
================================== */
.nav--mobile {
  display: none;
  width: 100%;
  background-color: #0b3041;
  overflow-y: auto;
  position: fixed;
  will-change: transform;
  top: 0;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 8px 24px;
  z-index: 300;
  overflow: initial;
}
.nav--mobile.right {
  right: 0;
}
.nav--mobile.left {
  left: 0;
  transform: translateX(-100%);
}
.nav--mobile.top {
  right: 0;
  transform: translateY(-120%);
}
@media only screen and (max-width: 768px) {
  .nav--mobile.top {
    transform: translateY(-200%);
  }
}
@media only screen and (min-width: 1200px) {
  /* #nav--mobile-menu {
    top: 38px
  }
  .nav--mobile--inner_toggle_container .nav--mobile--toggle.right:has(.q4-icon_menu.close) {
    margin-top: -10px !important;
  } */
}
.js--mobile .nav--mobile {
  transform: translateY(65px);
}

@media only screen and (min-width: 1340px) {
  .nav--mobile {
    display: none;
  }
}
.nav--mobile--toggle {
  display: none;
  font-size: 1.6rem;
  color: #fafafa;
  background: transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
  outline-color: #141c1f;
  position: absolute;
  top: 27px;
  right: 20px;
}
.nav--mobile--toggle[aria-expanded=false] {
  color: #fafafa;
}
.nav--mobile--toggle [class^=q4-icon_]:focus,
.nav--mobile--toggle [class*=" q4-icon_"]:focus {
  outline: none;
}
.nav--mobile--toggle .q4-icon_menu.close {
  display: none;
}
@media only screen and (max-width: 1340px) {
  .nav--mobile--toggle {
    display: block;
  }
}
.nav--mobile--toggle.right {
  right: 20px;
}
.nav--mobile--inner_toggle_container .nav--mobile--toggle {
  position: static;
  color: #fafafa;
  float: none;
  transform: translate(-10px, -45px);
}
.nav--mobile--inner_toggle_container .nav--mobile--toggle .q4-icon_menu.close {
  position: relative;
  display: block;
  color: #0b3041;
  z-index: 9000;
}
.nav--mobile--inner_toggle_container .nav--mobile--toggle .q4-icon_menu.close::before {
  content: "\ed6d";
  font-size: 15px;
}
.nav--mobile--inner_toggle_container .nav--mobile--toggle.right {
  margin-left: auto;
  margin-right: 5px;
  margin-top: 7px;
}
.nav--mobile--inner_toggle_container .nav--mobile--toggle [class^=q4-icon_]::before,
.nav--mobile--inner_toggle_container .nav--mobile--toggle [class*=" q4-icon_"]::before {
  font-size: 2.5rem;
  content: "\ed6d";
}
.nav--mobile--search_container {
  position: absolute;
  left: 0;
  bottom: -2%;
  display: block;
  border: none;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
  background: transparent;
  color: #fafafa;
  font-size: 1.4rem;
  padding: 17px 24px;
  min-height: 73px;
  background-color: #fff;
  width: 100%;
  transform: translateY(-100%);
  z-index: 8000;
}
.nav--mobile--search_container--input {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #707171 !important;
  border: none;
  border-bottom: 1px solid;
  left: 0;
  padding: 10px 35px 10px 0;
  width: 90%;
  color: #707171 !important;
  font-size: 16px;
  line-height: 19.5px;
  font-weight: 500;
  -webkit-appearance: none;
  font-family: avenirnextprocondensed, sans-serif;
}
.nav--mobile--search_container--btn {
  position: absolute;
  right: 12px;
  font-size: 23px;
  color: #0B3041;
  background-color: transparent;
  border: none;
  padding: 10px 15px;
}
.nav--mobile--expand--topMenu--menuItem, .nav--mobile--panel--topMenu--menuItem {
  display: block;
  position: relative;
  width: fit-content;
}
.nav--mobile--expand--topMenu--menuItem:hover, .nav--mobile--panel--topMenu--menuItem:hover {
  text-decoration: underline;
}
.nav--mobile--expand--topMenu--menuItem .link,
.nav--mobile--expand--topMenu--menuItem .button, .nav--mobile--panel--topMenu--menuItem .link,
.nav--mobile--panel--topMenu--menuItem .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px !important;
  margin: 0;
  width: fit-content;
  font-weight: bold;
  font-size: 1.6rem !important;
  letter-spacing: 3%;
  background-color: transparent;
  text-transform: uppercase;
  color: #fafafa;
  font-family: avenirnextprocondenseddemi, sans-serif;
  border: none;
  min-width: auto;
  transition: 0.5s ease-in-out all;
}
.nav--mobile--expand--topMenu--menuItem .link:focus,
.nav--mobile--expand--topMenu--menuItem .button:focus, .nav--mobile--panel--topMenu--menuItem .link:focus,
.nav--mobile--panel--topMenu--menuItem .button:focus {
  outline-color: #fafafa !important;
  border-radius: 0;
}
.nav--mobile--expand--topMenu--menuItem.selected > a .icon,
.nav--mobile--expand--topMenu--menuItem.selected > a .text,
.nav--mobile--expand--topMenu--menuItem.selected > button .icon,
.nav--mobile--expand--topMenu--menuItem.selected > button .text, .nav--mobile--expand--topMenu--menuItem.expanded > a .icon,
.nav--mobile--expand--topMenu--menuItem.expanded > a .text,
.nav--mobile--expand--topMenu--menuItem.expanded > button .icon,
.nav--mobile--expand--topMenu--menuItem.expanded > button .text, .nav--mobile--panel--topMenu--menuItem.selected > a .icon,
.nav--mobile--panel--topMenu--menuItem.selected > a .text,
.nav--mobile--panel--topMenu--menuItem.selected > button .icon,
.nav--mobile--panel--topMenu--menuItem.selected > button .text, .nav--mobile--panel--topMenu--menuItem.expanded > a .icon,
.nav--mobile--panel--topMenu--menuItem.expanded > a .text,
.nav--mobile--panel--topMenu--menuItem.expanded > button .icon,
.nav--mobile--panel--topMenu--menuItem.expanded > button .text {
  font-weight: bold;
  color: #fafafa;
}
.nav--mobile--expand--topMenu--menuItem .button, .nav--mobile--panel--topMenu--menuItem .button {
  width: fit-content;
  border: none;
  font-family: avenirnextprocondenseddemi, sans-serif;
  font-size: 1.2rem;
  font-style: inherit;
  font-weight: inherit;
  min-width: auto;
  color: #fff;
}
.nav--mobile--expand--topMenu--menuItem .button .text, .nav--mobile--panel--topMenu--menuItem .button .text {
  display: inline-block;
  font-weight: bold;
}
.nav--mobile--expand--topMenu--menuItem .button .icon, .nav--mobile--panel--topMenu--menuItem .button .icon {
  margin-left: 5px;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
}
.nav--mobile--expand--topMenu--menuItem .button .icon.q4-icon_chevron-right, .nav--mobile--panel--topMenu--menuItem .button .icon.q4-icon_chevron-right {
  font-size: 8px;
  font-weight: bold;
}
.nav--mobile--expand--topMenu--menuItem.has-innerMenu > button:hover, .nav--mobile--panel--topMenu--menuItem.has-innerMenu > button:hover {
  text-decoration: underline;
}
.nav--mobile--expand--innerMenu, .nav--mobile--panel--innerMenu {
  margin-left: 25px !important;
}
.nav--mobile--panel--topMenu {
  margin-top: 90px !important;
  max-height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}
.nav--mobile--panel--topMenu--menuItem {
  position: static;
  display: block;
}
.nav--mobile--panel--innerMenu {
  margin-left: 0 !important;
  will-change: transform;
  width: 100%;
  height: calc(100% - 150px);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 !important;
  background-color: #0b3041;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav--mobile--panel--innerMenu.right {
  right: 0;
  transform: translateX(100%);
}
.nav--mobile--panel--innerMenu.left {
  left: 0;
  transform: translateX(-100%);
}
.nav--mobile--panel--innerMenu--menuItem {
  position: static;
  min-width: 197px;
  max-width: 242px;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.nav--mobile--panel--innerMenu--menuItem:hover {
  text-decoration: underline;
}
.nav--mobile--panel--innerMenu--menuItem.has-innerMenu > button:hover {
  text-decoration: underline;
}
.nav--mobile--panel--innerMenu--menuItem .link {
  padding: 24px 18px;
  justify-content: center;
  color: #0b3041;
  text-decoration: none;
}
.nav--mobile--panel--innerMenu--menuItem.selected, .nav--mobile--panel--innerMenu--menuItem.expanded {
  background-color: #F3F7F9;
}
.nav--mobile--panel--innerMenu--menuItem.selected > a,
.nav--mobile--panel--innerMenu--menuItem.selected > button, .nav--mobile--panel--innerMenu--menuItem.expanded > a,
.nav--mobile--panel--innerMenu--menuItem.expanded > button {
  padding: 10px 20px;
  text-decoration: none;
}
.nav--mobile--panel--innerMenu--menuItem.selected > a .icon,
.nav--mobile--panel--innerMenu--menuItem.selected > a .text,
.nav--mobile--panel--innerMenu--menuItem.selected > button .icon,
.nav--mobile--panel--innerMenu--menuItem.selected > button .text, .nav--mobile--panel--innerMenu--menuItem.expanded > a .icon,
.nav--mobile--panel--innerMenu--menuItem.expanded > a .text,
.nav--mobile--panel--innerMenu--menuItem.expanded > button .icon,
.nav--mobile--panel--innerMenu--menuItem.expanded > button .text {
  font-weight: bold;
}
.nav--mobile--panel--innerMenu .panel-control {
  margin-top: 13px;
  min-width: 242px;
}
.nav--mobile--panel--innerMenu .panel-control .button {
  justify-content: start;
  font-weight: 500;
}
.nav--mobile--panel--innerMenu .panel-control .button .icon {
  margin-left: 0;
  margin-right: 8px;
  height: fit-content;
}
.nav--mobile--panel--innerMenu .panel-control .button .icon::before {
  font-weight: bold;
  font-size: 10px;
  position: relative;
  top: -3px;
}
.nav--desktop {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1340px) {
  .nav--desktop {
    display: none !important;
  }
}
.nav--desktop.hoz {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 80px;
}
.nav--desktop--search_container {
  position: relative;
  font-size: 1.4rem;
  font-family: avenirnextprocondensedmedium, sans-serif;
  font-style: italic;
  color: #17709c;
}
.nav--desktop--search_container--input {
  display: none;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0) inset !important;
  -webkit-text-fill-color: #141c1f !important;
  border: 1px solid #374448;
  position: absolute;
  top: calc(100% + 19px);
  right: 0;
  padding: 10px 35px 10px 15px;
  font-family: avenirnextprocondensedmedium, sans-serif;
  font-style: italic;
}
.nav--desktop--search_container--input:focus {
  outline-color: #0094ff;
}
.nav--desktop--search_container--btn {
  position: relative;
  font-size: 15px;
  color: #fafafa;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.nav--desktop .level0 {
  outline-color: #fafafa !important;
}
.nav--desktop .level0 > .selected,
.nav--desktop .level0 > .expanded {
  background-image: linear-gradient(to right, #fafafa 100%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
.js--header-small.js--sticky .nav--desktop .level0 > .selected,
.js--header-small.js--sticky .nav--desktop .level0 > .expanded {
  background-image: linear-gradient(to right, #0b3041 100%, rgba(255, 255, 255, 0) 0%);
}
.nav--desktop--list--topMenu {
  display: flex;
  justify-content: flex-end;
  margin: 0 15px 0 !important;
  column-gap: 40px;
  width: 100%;
}
.nav--desktop--list--topMenu--menuItem {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
}
.nav--desktop--list--topMenu--menuItem:hover {
  background-image: linear-gradient(to right, #fafafa 100%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
.js--header-small.js--sticky .nav--desktop--list--topMenu--menuItem:hover {
  background-image: linear-gradient(to right, #0b3041 100%, rgba(255, 255, 255, 0) 0%);
}
.nav--desktop--list--topMenu--menuItem:hover .q4-icon_chevron-down {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav--desktop--list--topMenu--menuItem .link,
.nav--desktop--list--topMenu--menuItem .button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0 0;
  width: 100%;
  background: transparent;
  font-family: AvenirNextProCondensedDemi, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 3%;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .nav--desktop--list--topMenu--menuItem .link,
.nav--desktop--list--topMenu--menuItem .button {
    text-align: center;
    padding: 10px 5px;
    margin: 0;
    letter-spacing: 0;
  }
}
.nav--desktop--list--topMenu--menuItem .button {
  border: none;
  min-width: auto;
  transition: none;
}
.nav--desktop--list--topMenu--menuItem .button:focus {
  outline-color: #fafafa !important;
  border-radius: 0;
}
.js--header-small.js--sticky .nav--desktop--list--topMenu--menuItem .button:focus {
  outline-color: #0b3041 !important;
}
.nav--desktop--list--topMenu--menuItem .button .text {
  display: inline-block;
}
.nav--desktop--list--topMenu--menuItem .button .icon {
  margin-left: 5px;
  display: inline-block;
  font-size: 0.75rem;
}
.nav--desktop--list--innerMenu {
  display: none;
  border-width: 0 1px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(181, 176, 172, 0.4)), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(bottom, rgba(181, 176, 172, 0.4), rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(bottom, rgba(181, 176, 172, 0.4), rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(bottom, rgba(181, 176, 172, 0.4), rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to top, rgba(181, 176, 172, 0.4), rgba(0, 0, 0, 0)) 1 100%;
  border-top: none;
  background-color: #FFFFFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
  min-width: 240px;
  outline-color: #fafafa;
  position: absolute;
}
.nav--desktop--list--innerMenu--menuItem {
  position: relative;
}
.nav--desktop--list--innerMenu--menuItem.selected {
  background-color: #F3F7F9;
}
.nav--desktop--list--innerMenu .level2 {
  top: 0 !important;
  margin-left: 1px;
  border-top: 1px solid rgba(181, 176, 172, 0.4);
  z-index: 100;
}
.nav--desktop--list--innerMenu .link,
.nav--desktop--list--innerMenu .button {
  padding: 15px 18px;
  color: #141c1f;
  text-transform: uppercase;
  border-radius: 0;
  font-family: AvenirNextProCondensedDemi, sans-serif;
  font-weight: bold;
  letter-spacing: 3%;
}
.nav--desktop--list--innerMenu .link:hover,
.nav--desktop--list--innerMenu .button:hover {
  color: #141c1f;
  background-color: #f3f7f9;
}
.nav--desktop--list--innerMenu .link:focus,
.nav--desktop--list--innerMenu .button:focus {
  outline-color: #141c1f !important;
}

.js--header-small .nav--desktop .button,
.js--header-small .nav--desktop .link,
.js--sticky .nav--desktop .button,
.js--sticky .nav--desktop .link {
  color: #0b3041;
}
.js--header-small .nav--desktop .q4-icon_search::before,
.js--sticky .nav--desktop .q4-icon_search::before {
  color: #0b3041;
}

.js--header-small #header-logo > g > path {
  fill: #0b3041;
}
@media screen and (min-width: 1024px) {
  .js--header-small #header-logo > g > path {
    fill: #0b3041;
  }
}
.js--header-small .q4-icon_menu::before {
  color: #0b3041;
  z-index: 1000;
}
.js--header-small.js--sticky #header-logo > g > path {
  fill: #0b3041;
}

.js--mobile .pane--header {
  background-color: #fff;
}
.js--mobile .pane--header #header-logo > g > path {
  fill: #0b3041;
}

.has-innerMenu .panel-control .button {
  padding-bottom: 22px;
  min-width: 197px;
  width: 100%;
  font-family: avenirnextprocondenseddemi, sans-serif !important;
  border-radius: 0;
}
.has-innerMenu .panel-control .button:focus {
  border-radius: 0;
}
.has-innerMenu .panel-control .button::before {
  margin-right: 6px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}

/* ==================================
 ----------- NEW NAV END -----------
================================== */
/* -------- News Module CSS ------- */
.module-news-list {
  background-color: #aaa;
}
.module-news .module_nav,
.module-news .module_thumbnail-link,
.module-news .module_more-link,
.module-news .module_links {
  display: none;
}
@media only screen and (max-width: 768px) {
  .module-news .module_options .grid_col {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .module-news .module_rss {
    margin-top: 0;
  }
}
.module-news .module_options-container {
  display: inline-flex;
  flex-direction: column;
}
.module-news .module_options-container label {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}
.module-news .module_options-container .dropdown {
  border: 1px solid #c4c4c4;
  font-size: 1.6rem;
  line-height: 2.4rem;
  min-width: 200px;
}
.module-news .module_date-time {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333;
}
.module-news .module_headline-link {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
}
.module-news-latest {
  background-image: url('../design/banner/banner-latest-news.png');
}
.module-news-latest .module_container--content {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding: 0;
  margin-bottom: 20px;
}
.module-news-latest .module_container--content .slick-track {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.module-news-latest .module_container--content .slick-list {
  width: 100%;
}
.module-news-latest .module_date-time {
  color: #fafafa;
  margin-bottom: 15px;
}
.module-news-latest .module_headline {
  margin-bottom: 40px;
}
.module-news-latest .module_headline-link:hover {
  color: #fafafa;
}
.module-news-latest .module_item {
  align-self: stretch;
  border: none;
  margin: 0;
  padding: 0 0 20px 20px;
  position: relative;
}
.module-news-latest .module_item-wrap {
  border-bottom: 1px solid #ddd;
  height: 100%;
}
.module-news-latest .module_item hr {
  position: absolute;
  bottom: 0;
  width: 90%;
  border: none;
  border-top: 1px solid #fafafa;
}
.module-news-latest .module_link-text {
  font-weight: 600;
}
.module-news-latest .module_link-text:hover {
  color: #fafafa;
  text-decoration: underline;
}
.module-news-latest .module_link-text + .q4-icon_chevron-right {
  margin-left: 5px;
}
.module-news-latest .latest-news {
  width: 100%;
}
.module-news-latest a:hover {
  text-decoration: underline;
}
.module-news-latest.dark .button--cta:hover {
  color: #fafafa;
  text-decoration: underline;
}
.module-news-latest .slick-slide {
  float: none;
  height: auto;
}
.module-news-latest-overview {
  background-image: none;
}
.module-news-latest-overview .module_date-time {
  color: #333;
}
.module-news-latest-overview .module_item hr {
  border: none;
  border-top: 1px solid #0b3041;
}
.module-news-latest-overview .module_headline-link:hover {
  color: #17709c;
}
.module-news-latest-overview .module_link-text:hover {
  color: #17709c;
}
.module-news-latest-latest {
  background-image: url('../design/banner/banner-latest-news.png');
}
.module-news-latest-latest .module_container--content {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding: 0;
  margin-bottom: 20px;
}
.module-news-latest-latest .module_container--content .slick-track {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.module-news-latest-latest .module_container--content .slick-list {
  width: 100%;
}
.module-news-latest-latest .module_date-time {
  color: #fafafa;
  margin-bottom: 15px;
}
.module-news-latest-latest .module_headline {
  margin-bottom: 40px;
}
.module-news-latest-latest .module_headline-link:hover {
  color: #fafafa;
}
.module-news-latest-latest .module_item {
  align-self: stretch;
  border: none;
  margin: 0;
  padding: 0 0 20px 20px;
  position: relative;
}
.module-news-latest-latest .module_item-wrap {
  border-bottom: 1px solid #ddd;
  height: 100%;
}
.module-news-latest-latest .module_item hr {
  position: absolute;
  bottom: 0;
  width: 90%;
  border: none;
  border-top: 1px solid #fafafa;
}
.module-news-latest-latest .module_link-container {
  position: absolute;
  bottom: 20px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.module-news-latest-latest .module_link-text {
  font-weight: 600;
}
.module-news-latest-latest .module_link-text:hover {
  color: #fafafa;
  text-decoration: underline;
}
.module-news-latest-latest .module_link-text + .q4-icon_chevron-right {
  margin-left: 5px;
}
.module-news-latest-latest .latest-news {
  width: 100%;
}
.module-news-latest-latest a:hover {
  text-decoration: underline;
}
.module-news-latest-latest.dark .button--cta:hover {
  color: #fafafa;
  text-decoration: underline;
}
.module-news-latest-latest .slick-slide {
  float: none;
  height: auto;
}
.module-news-latest-latest-overview {
  background-image: none;
}
.module-news-latest-latest-overview .module_date-time {
  color: #333;
}
.module-news-latest-latest-overview .module_item hr {
  border: none;
  border-top: 1px solid #0b3041;
}
.module-news-latest-latest-overview .module_headline-link:hover {
  color: #17709c;
}
.module-news-latest-latest-overview .module_link-text:hover {
  color: #17709c;
}
.module-news-details .module_view-all-link {
  margin-bottom: 10px;
}
.module-news-details .module_view-all-link--bottom {
  margin-top: 25px;
  margin-bottom: 0;
}
.module-news_category {
  display: none;
}
.module-news ul {
  margin: 16px 0;
  padding-left: 32px;
  list-style-type: disc;
}
.module-news ul li {
  line-height: 1.5;
}
.module-news .module_multimedia .module_link {
  margin: 0;
  display: block;
}
.module-news .module_multimedia-caption {
  margin-bottom: 16px;
}
.module-news .module_multimedia-caption .module_file-text {
  display: block;
}
.module-news .module_multimedia-caption .module_file-resolution {
  display: none;
}
.module-news .module_multimedia-image {
  width: 100%;
  float: none;
}
.module-news .module_multimedia-size {
  margin-top: 10px;
}
.module-news .module_multimedia-size .module_file-size {
  display: inline;
}
.module-news .module_multimedia-size .module_file-resolution::before {
  content: "(";
}
.module-news .module_multimedia-size .module_file-resolution::after {
  content: ")";
}
@media only screen and (max-width: 1024px) {
  .module-news .module_multimedia-size-item {
    margin-bottom: 30px;
  }
}

.module-news--grid h2 {
  line-height: inherit;
  margin-bottom: 24px;
}
.module-news--grid .module_container--content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .module-news--grid .module_container--content {
    display: block;
  }
}
.module-news--grid .module_item {
  padding: 0;
}
.module-news--grid .module_item:first-child {
  grid-row: 1/span 2;
}
@media only screen and (max-width: 768px) {
  .module-news--grid .module_item:first-child {
    grid-row: 1;
    grid-column: 1/span 2;
  }
}
.module-news--grid .module_item:first-child img {
  height: 492px;
  object-fit: cover;
}
.module-news--grid .module_item:not(:first-child) {
  align-self: start;
}
@media only screen and (max-width: 768px) {
  .module-news--grid .module_item:not(:first-child) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.module-news--grid .module_item:not(:first-child) img {
  height: 156px;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .module-news--grid .module_item:not(:first-child) img {
    height: inherit;
    object-fit: none;
    width: inherit;
  }
}
.module-news--grid .module_item ~ .module_item {
  border-top: 0;
}
.module-news--grid .module_date-time {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 15px;
}
.module-news--grid .module_headline {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.module-news--grid .module_headline a:hover {
  text-decoration: underline;
  color: #17709c;
}
.module-news--grid img {
  display: block;
  width: 100%;
}

.module_overview-careers .overview-careers {
  background: #141c1f;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.module_overview-careers .overview-careers_content {
  padding: 7.5rem 8rem;
}
.module_overview-careers .overview-careers_content h2 {
  margin-bottom: 2.4rem;
}
.module_overview-careers .overview-careers_content p {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.module_overview-careers .overview-careers_image {
  background: url('../design/banner/overview-careers-bg.jpg') no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .module_overview-careers .module_container.module_container--outer {
    padding-left: 0;
    padding-right: 0;
  }
  .module_overview-careers .module_container.module_container--outer .overview-careers {
    grid-template-columns: 1fr;
  }
  .module_overview-careers .module_container.module_container--outer .overview-careers_content {
    display: grid;
    padding: 6rem 2rem;
    text-align: center;
    justify-items: center;
  }
  .module_overview-careers .module_container.module_container--outer .overview-careers_image {
    min-height: 375px;
  }
}

.module-our-portfolio--option-1 .section_title {
  margin-bottom: 25px;
}
.module-our-portfolio--option-1 .section_leadin {
  font-size: 2rem;
  max-width: 90%;
}
.module-our-portfolio--option-1 .splide {
  margin-top: 40px;
}
.module-our-portfolio--option-1 .splide__list {
  height: 412px;
  display: flex;
  align-items: flex-end;
}
.module-our-portfolio--option-1 .splide__arrows {
  position: absolute;
  top: -50px;
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.module-our-portfolio--option-1 .splide__arrow {
  position: relative;
  transform: unset;
  top: unset;
  left: unset;
  right: unset;
}
.module-our-portfolio--option-1_tile {
  width: 100%;
  height: 393px;
  background-size: cover;
  background-position: bottom;
  position: relative;
  overflow: hidden;
  transition: height 2s;
  transition: background-size 2s;
}
.module-our-portfolio--option-1_tile:hover, .module-our-portfolio--option-1_tile:focus-within {
  height: 410px;
}
@media screen and (min-width: 640px) {
  .module-our-portfolio--option-1_tile:hover, .module-our-portfolio--option-1_tile:focus-within {
    background-repeat: no-repeat;
  }
}
.module-our-portfolio--option-1_tile:hover .module-our-portfolio--option-1_title-wrapper, .module-our-portfolio--option-1_tile:focus-within .module-our-portfolio--option-1_title-wrapper {
  top: 0%;
  background: rgba(0, 0, 0, 0.6);
}
.module-our-portfolio--option-1_tile:hover .module-our-portfolio--option-1_description, .module-our-portfolio--option-1_tile:focus-within .module-our-portfolio--option-1_description {
  opacity: 1;
}
.module-our-portfolio--option-1_title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 62px 24px 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), #141c1f 90%);
  position: absolute;
  top: 45%;
  color: white;
  transition: top 0.2s ease-in;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .module-our-portfolio--option-1_title-wrapper {
    display: block;
    top: 60%;
  }
}
@media screen and (min-width: 820px) {
  .module-our-portfolio--option-1_title-wrapper {
    padding: 24px 32px;
  }
}
.module-our-portfolio--option-1_title {
  color: #fafafa;
  margin: 0;
  padding-bottom: 24px;
  position: relative;
  width: 100%;
  font-size: 2.6rem;
}
.module-our-portfolio--option-1_title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #17709c;
}
.module-our-portfolio--option-1_description {
  display: block;
  color: white;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 24px 0;
  opacity: 0;
}
.module-our-portfolio--option-1_link {
  color: #fafafa;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500;
}
.module-our-portfolio--option-1_link:hover {
  color: #fafafa;
}
.module-our-portfolio--option-1_link:hover .text {
  text-decoration: underline;
}
.module-our-portfolio--option-1_link:hover .q4-icon_chevron-right {
  margin-left: 8px;
  text-decoration: none !important;
}
.module-our-portfolio--option-2 {
  background-color: #aaa;
}
.module-our-portfolio--option-2 h2 {
  text-align: center;
  margin-bottom: 45px;
}
.module-our-portfolio--option-2_items {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
}
.module-our-portfolio--option-2_items::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  width: calc(100% - 24px);
  height: 1px;
  background-color: #e6eefb;
}
@media only screen and (max-width: 1024px) {
  .module-our-portfolio--option-2_items::after {
    display: none;
  }
}
.module-our-portfolio--option-2_items .grid_col {
  padding: 0 12px;
  margin-right: 0;
}
.module-our-portfolio--option-2_item {
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.module-our-portfolio--option-2_item:hover {
  border-color: #0f5ca3;
  transition: 0.3s ease-in;
}
.module-our-portfolio--option-2_item:hover img {
  height: 325px;
}
@media only screen and (max-width: 1024px) {
  .module-our-portfolio--option-2_item {
    margin: 0 auto 40px;
  }
}
.module-our-portfolio--option-2_title {
  font-size: 2.8rem;
  margin-bottom: 40px;
}
.module-our-portfolio--option-2_image {
  position: relative;
  height: 300px;
}
.module-our-portfolio--option-2_image img {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.module-our-portfolio--option-3 {
  position: relative;
  display: grid;
  justify-content: center;
  isolation: isolate;
  overflow: hidden;
  margin: 70px 0;
  padding: 0 !important;
}
.module-our-portfolio--option-3 .module_container--outer {
  max-width: unset;
  padding-left: unset;
  padding-right: unset;
  margin-left: unset;
  margin-right: unset;
}
.module-our-portfolio--option-3::after {
  content: "";
  height: 100%;
  width: 50vw;
  background-color: #aaa;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .module-our-portfolio--option-3::after {
    width: 100vw;
  }
}
.module-our-portfolio--option-3_wrapper {
  position: relative;
  display: grid;
  place-items: center;
  background-color: #aaa;
  padding-bottom: 432px;
}
@media only screen and (max-width: 1200px) {
  .module-our-portfolio--option-3_wrapper {
    padding-bottom: 112px;
  }
}
.module-our-portfolio--option-3_wrapper .row {
  display: grid;
  grid-template-columns: 344px 1fr;
  justify-content: center;
  overflow: hidden;
  padding-top: 4.2rem;
  padding-bottom: 0;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .module-our-portfolio--option-3_wrapper .row {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.module-our-portfolio--option-3_wrapper .row .column {
  display: grid;
  padding: 42px 39px;
}
.module-our-portfolio--option-3_wrapper .row .column p {
  max-width: 636px;
}
.module-our-portfolio--option-3_wrapper .row .column.title {
  padding: 42px 65px;
  border-right: 1px solid #876f42;
}
.module-our-portfolio--option-3_wrapper .row .column .primary-cta--filled {
  margin: unset;
  margin-top: 24px;
}
@media only screen and (max-width: 1200px) {
  .module-our-portfolio--option-3_wrapper .row .column {
    grid-template-rows: repeat(3, max-content);
    text-align: center;
    padding: 0;
  }
  .module-our-portfolio--option-3_wrapper .row .column.title {
    padding: unset;
    padding-top: 42px;
    border-right: none;
  }
  .module-our-portfolio--option-3_wrapper .row .column .primary-cta--filled {
    justify-self: center;
  }
}
.module-our-portfolio--option-3_slides {
  display: grid;
  position: absolute;
  bottom: 78px;
}
@media only screen and (max-width: 1200px) {
  .module-our-portfolio--option-3_slides {
    position: relative;
    bottom: unset;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .module-our-portfolio--option-3_splide {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.module-our-portfolio--option-3_item {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.module-our-portfolio--option-3_item img {
  width: 100%;
  height: 292px;
  object-fit: cover;
  transition: transform 0.2s linear;
}
.module-our-portfolio--option-3_item .label {
  display: inline-flex;
  gap: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 63px;
  width: 100%;
  align-items: center;
  padding: 0 32px;
  background-color: rgba(23, 112, 156, 0.9);
  color: #fafafa;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  transition: background-color 0.5s linear;
}
.module-our-portfolio--option-3_item .label::after {
  content: "";
  background: url('../design/svg/angle-white.svg') no-repeat center center;
  background-size: cover;
  height: 14px;
  width: 14px;
  display: inline-flex;
  transition: transform 0.6s ease;
}
.module-our-portfolio--option-3_item:hover img {
  transform: scale(104%);
}
.module-our-portfolio--option-3_item:hover .label {
  background-color: rgba(11, 48, 65, 0.9);
}
.module-our-portfolio--option-3_item:hover .label::after {
  transform: translateX(10px);
}
.module-our-portfolio--option-3 .splide__track {
  width: 150%;
  margin-left: -40px;
}
@media only screen and (max-width: 1200px) {
  .module-our-portfolio--option-3 .splide__track {
    width: unset;
    margin-left: unset;
  }
}
.module-our-portfolio--option-3 .splide__arrow--prev {
  left: calc(50% - 450px);
}
.module-our-portfolio--option-3 .splide__arrow--next {
  left: calc(50% - 385px);
}
.module-our-portfolio--option-3 .splide__arrow {
  bottom: 2em;
  transform: translateX(-50%);
  top: -150px;
}
@media only screen and (max-width: 1200px) {
  .module-our-portfolio--option-3 .splide__arrows {
    width: 100%;
    display: inline-flex;
    gap: 24px;
    justify-content: center;
    position: absolute;
    bottom: -87px;
  }
  .module-our-portfolio--option-3 .splide__arrow {
    top: unset;
    left: unset;
    right: unset;
    transform: unset;
    position: relative;
  }
  .module-our-portfolio--option-3 .splide__arrow--prev {
    left: unset;
  }
  .module-our-portfolio--option-3 .splide__arrow--next {
    left: unset;
  }
}
.module-our-portfolio_map.module--full-width .module_container--outer {
  padding: 8rem 0;
}
@media screen and (min-width: 1024px) {
  .module-our-portfolio_map.module--full-width .module_container--outer {
    padding: 11rem 0;
  }
}
.module-our-portfolio_map .module-our-portfolio_map-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.module-our-portfolio_map .module-our-portfolio_map-container > div {
  width: 100%;
}
.module-our-portfolio_map .module-our-portfolio_overview-text {
  max-width: 940px;
  margin: 0 auto;
}
.module-our-portfolio_map .module-our-portfolio_overview-text blockquote.h3,
.module-our-portfolio_map .module-our-portfolio_overview-text q.h3 {
  margin: 0;
  font-family: avenirnextprocondensed, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 28px;
  color: #0094ff;
}
@media screen and (min-width: 1024px) {
  .module-our-portfolio_map .module-our-portfolio_overview-text blockquote.h3,
.module-our-portfolio_map .module-our-portfolio_overview-text q.h3 {
    font-family: avenirnextprocondensed, sans-serif;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 38px;
  }
}
.module-our-portfolio_map .module-our-portfolio_overview-text .button {
  margin-left: 0;
}
@media only screen and (max-width: 1200px) {
  .module-our-portfolio_map .module-our-portfolio_overview-text {
    max-width: unset;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .module-our-portfolio_map .module-our-portfolio_overview-text .button {
    margin-left: 17px;
  }
}

.module_portfolio-overview-intro h2,
.module_portfolio-overview-intro h3, .module_portfolio-overview-content h2,
.module_portfolio-overview-content h3 {
  color: #585555;
}
.module_portfolio-overview .pane--content {
  padding-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .module_portfolio-overview .pane--content {
    padding-bottom: 55px;
  }
}

.pane--content .module.module_portfolio-overview-intro {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .pane--content .module.module_portfolio-overview-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pane--content .module.module_portfolio-overview-content {
  padding-top: 85px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .pane--content .module.module_portfolio-overview-content {
    padding-top: 55px;
  }
}

@media screen and (min-width: 769px) {
  .module_portfolio-overview-content .grid_col:first-child {
    padding-right: 10px;
  }
  .module_portfolio-overview-content .grid_col:last-child {
    padding-left: 30px;
  }
  .module_portfolio-overview-content .grid_col > :first-child {
    margin-top: 0;
  }
}
.module_portfolio-overview-content .grid_col > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .module_portfolio-overview-content--mobile-img-first .grid_col:last-child {
    order: -1;
  }
}
.module_portfolio-overview-content img {
  display: block;
  width: 100%;
}

/* ---------- Pager ---------- */
.pager {
  margin: 15px 0;
}
.pager_list-item {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
}
.pager_list-item:not(:last-child) button {
  margin-right: 5px;
}
.pager_dots {
  margin-right: 5px;
  appearance: none;
  border: 1px solid #0094ff;
  color: #0094ff;
  background-color: #aaa;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 35px;
  text-align: center;
  cursor: default;
}
.pager_button {
  appearance: none;
  border: none;
  color: #17709c;
  font-family: avenirnextprocondensedmedium, sans-serif;
  font-size: 1.2rem;
  background-color: transparent;
  width: 35px;
  height: 35px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  font-weight: 500;
  cursor: pointer;
  border-radius: 50%;
}
.pager_button:not(.js--disabled):hover {
  border: 1px solid #17709c;
}
.pager_button.js--active {
  color: #fafafa;
  background-color: #17709c;
}
.pager_button.js--active:focus {
  outline: 2px dotted black;
}
.pager_button.js--disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.pager_button [class^=q4-icon_],
.pager_button [class*=" q4-icon_"] {
  color: inherit;
  font-size: 1rem;
  pointer-events: none;
}
.pager_button--next, .pager_button--prev {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.pager_button--next:hover, .pager_button--prev:hover {
  color: #fafafa;
  background-color: #17709c;
}

/* ------ Person List Module ------ */
.module-person .module-person_description,
.module-person .module-person_res-photo-container,
.module-person .module_comma {
  display: none;
}
.module-person .module-person_name-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  cursor: pointer;
}
.module-person .module-person_name-container h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  color: #fafafa;
}
.module-person .module-person_name-container a {
  color: #fafafa;
}
.module-person .module-person_name {
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.module-person-list {
  margin: 0 -2.2rem;
}
@media only screen and (max-width: 480px) {
  .module-person-list {
    margin: 0;
    padding: 0;
  }
}
.module-person-list_person {
  padding: 0 2.22rem;
  margin-bottom: 9rem;
  margin-right: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font: inherit;
}
.module-person-carousel .module-person-list_person:hover h3,
.module-person-carousel .module-person-list_person:hover .h3, .module-person-carousel .module-person-list_person:focus h3,
.module-person-carousel .module-person-list_person:focus .h3 {
  color: #17709c;
}
.module-person-carousel .module-person-list_person:hover .module-person-list_person-photo, .module-person-carousel .module-person-list_person:focus .module-person-list_person-photo {
  opacity: 0.5;
}
.module-person-carousel .module-person-list_person:hover .module-person-list_photo-container::before, .module-person-carousel .module-person-list_person:focus .module-person-list_photo-container::before {
  color: white;
  background-color: #17709c;
}

@media only screen and (max-width: 480px) {
  .module-person-list_person {
    margin-bottom: 7rem;
  }
}
.module-person-list_person h3,
.module-person-list_person .h3 {
  color: #0b3041;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-top: 2.1rem;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 1024px) {
  .module-person-list_person h3,
.module-person-list_person .h3 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .module-person-list_person h3,
.module-person-list_person .h3 {
    font-size: 2.4rem;
  }
}
.module-person-list_person_title {
  color: #707171;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0;
}
.module-person-list .module-person-list_photo-container {
  text-align: center;
  position: relative;
}
.module-person-list .module-person-list_photo-container img {
  display: block;
  margin: 0 auto;
  transition: opacity 0.2s ease-out;
  width: 100%;
}
.module-person-list .module-person-list_photo-container::before {
  z-index: 100;
  font-size: 1.6rem;
  color: #17709c;
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  bottom: 0;
  right: 0;
  background-color: white;
}
.module-person-list--modal {
  padding: 0;
}
.module-person-list.js--selected img {
  border-color: #0094ff;
}
.module-person-list_person.fancybox-content {
  max-width: 102rem;
  padding: 6rem 6rem 6rem 4rem;
}
@media only screen and (max-width: 1024px) {
  .module-person-list_person.fancybox-content {
    padding: 5rem 5rem 5rem 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .module-person-list_person.fancybox-content {
    padding: 4rem 5rem 4rem 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .module-person-list_person.fancybox-content {
    padding-right: 2rem;
    padding-left: 0;
  }
}
.module-person-list_person > .fancybox-button.fancybox-close-small {
  border-radius: 50%;
  border: 2px solid #0094ff;
  opacity: 1;
  width: 2.46rem;
  height: 2.46rem;
  padding: 0;
  right: 3.23rem;
  top: 2.3rem;
  transition: background 0.2s ease-out;
}
@media only screen and (max-width: 1024px) {
  .module-person-list_person > .fancybox-button.fancybox-close-small {
    right: 2rem;
    top: 1.6rem;
  }
}
@media only screen and (max-width: 480px) {
  .module-person-list_person > .fancybox-button.fancybox-close-small {
    right: 0.7rem;
    top: 0.9rem;
  }
}
.module-person-list_person > .fancybox-button.fancybox-close-small svg {
  color: #0094ff;
  font-size: 1.36rem;
  transition: color 0.2s ease-out;
}
.module-person-list_person > .fancybox-button.fancybox-close-small:focus {
  background: #FFF;
}
.module-person-list_person > .fancybox-button.fancybox-close-small:hover {
  background-color: #0B3041;
}
.module-person-list_person > .fancybox-button.fancybox-close-small:focus svg {
  color: #0094ff;
}
.module-person-list_person > .fancybox-button.fancybox-close-small:hover svg {
  color: #FFF;
}
.module-person .module-person_suffix .module_comma {
  display: none;
}
.module-person .module-person_suffix:empty + .module-person_title .module_comma {
  display: none;
}
.module-person .module_item {
  position: relative;
  padding: 0 0 20px 20px;
  border: none;
}
.module-person .module_item:hover .module-person_name-container {
  opacity: 1;
  visibility: visible;
}
.module-person .module_item .module-person_name {
  display: block;
  font-size: 2.8rem;
}
.module-person .module_item .module-person_suffix,
.module-person .module_item .module-person_title {
  font-size: 1.6rem;
}
.module-person .module_item ~ .module_item {
  border-top: 0 none;
}
.module-person .module-person_photo-container {
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
}
.module-person .module-person_photo-container img {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  width: 100%;
}
.module-person .module-person_res-photo-container {
  display: none;
}
.module-person_suffix, .module-person_title {
  font-size: 1.3rem;
}
.fancybox-container .module-person_module_item {
  max-width: 940px;
}
.fancybox-container .module-person_photo-container, .fancybox-container .module-person_name-container {
  display: inline-block;
  vertical-align: middle;
}
.fancybox-container .module-person_name-container {
  position: static;
  background: transparent;
  opacity: 1;
  visibility: visible;
  cursor: initial;
}
.fancybox-container .module-person_name-container h3 {
  position: static;
  transform: none;
}
.fancybox-container .module-person_name-container a {
  color: #707171;
}
@media only screen and (max-width: 768px) and (min-width: 641px) {
  .fancybox-container .module-person_name-container {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .fancybox-container .module-person_name-container h3,
.fancybox-container .module-person_name-container .h3 {
    margin-top: 0;
  }
}
.fancybox-container .module-person_photo-container {
  max-width: 24.2rem;
  margin-right: 2.8rem;
}
.fancybox-container .module-person_photo-container img {
  display: block;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .fancybox-container .module-person_photo-container {
    margin-right: 15px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 641px) {
  .fancybox-container .module-person_photo-container {
    max-width: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .fancybox-container .module-person_photo-container {
    margin-right: 0;
    max-width: none;
    display: block;
  }
}
.fancybox-container .module-person_photo-container .person-social-links a {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0C19.9036 0 25.5 5.59644 25.5 12.5C25.5 19.4036 19.9036 25 13 25C6.09644 25 0.5 19.4036 0.5 12.5C0.5 5.59644 6.09644 0 13 0ZM6.70898 9.67383V18.6602H9.69531V9.67383H6.70898ZM17.0293 9.46191C15.4417 9.46191 14.733 10.3353 14.3359 10.9463V10.9756H14.3164C14.3192 10.9705 14.3234 10.9652 14.3271 10.96C14.3303 10.9555 14.3332 10.9508 14.3359 10.9463V9.67285H11.3477C11.3877 10.5169 11.3477 18.6592 11.3477 18.6592H14.3359V13.6396C14.336 13.3705 14.3561 13.1041 14.4346 12.9121C14.6512 12.3747 15.1422 11.8193 15.9678 11.8193C17.0492 11.8195 17.4804 12.6437 17.4805 13.8506V18.6592H20.4688V13.5059C20.4688 10.7463 18.9949 9.46204 17.0293 9.46191ZM8.22266 5.34082C7.20072 5.34082 6.53146 6.01129 6.53125 6.89258C6.53125 7.75535 7.18133 8.44629 8.18359 8.44629H8.20312C9.24499 8.44608 9.89258 7.75522 9.89258 6.89258C9.87256 6.01134 9.2447 5.3409 8.22266 5.34082Z' fill='%230094FF'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 25px;
  display: block;
}
.fancybox-container .module-person_title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #707171;
}
.fancybox-container .module-person_description p {
  margin-top: 0;
}

.module-person-accordion .module-person_name-container {
  color: #0094ff;
  padding: 0;
  cursor: pointer;
}
.module-person-accordion .module-person_name-container h3,
.module-person-accordion .module-person_name-container .h3 {
  margin: 0;
}
.module-person-accordion .module-person_name-container h3 button,
.module-person-accordion .module-person_name-container .h3 button {
  background: transparent;
  border: none;
  color: inherit;
  font-style: inherit;
  letter-spacing: 0.5px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin: 0;
  padding: 25px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.module-person-accordion .module-person_name-container h3 button::before,
.module-person-accordion .module-person_name-container .h3 button::before {
  font-family: "q4-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\edc2";
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.module-person-accordion .module_item {
  padding: 0;
  border-top: 1px solid #c4c4c4;
}
.module-person-accordion .module_item:first-child {
  border-top: none;
}
.module-person-accordion .module_item:last-child {
  border-bottom: 1px solid #c4c4c4;
}
.module-person-accordion .module_item.js--active h3, .module-person-accordion .module_item.js--active .h3 {
  color: #17709c;
}
.module-person-accordion .module_item.js--active h3 button::before, .module-person-accordion .module_item.js--active .h3 button::before {
  content: "\edba";
}
.module-person-accordion .module-person_name {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .module-person-accordion .module-person_name {
    display: block;
  }
}
.module-person-accordion .module-person_title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.module-person-accordion .module_comma {
  display: none;
}
.module-person-accordion .module-person_description-container {
  padding: 15px;
  margin: 0 0 15px 0;
  background-color: #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .module-person-accordion .module-person_description-container {
    flex-direction: column;
  }
}
.module-person-accordion .module-person_photo-container {
  float: left;
  margin: 0 25px 0 0;
  min-width: 198px;
  min-height: 198px;
}
@media only screen and (max-width: 768px) {
  .module-person-accordion .module-person_photo-container {
    float: none;
    margin: 0 auto 15px auto;
    text-align: center;
  }
}
.module-person-accordion .module-person_photo-container img {
  display: block;
  margin: auto;
  border-radius: 100%;
}
.module-person-accordion .module-person_description > *:first-child {
  margin-top: 0;
}
.module-person-accordion .module-person_res-photo-container > span {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .module-person-accordion .module-person_res-photo-container > span {
    display: block;
    margin: 0 0 10px 0;
  }
}
.module-person-carousel_list.slick-slider {
  padding: 0;
}
.module-person-carousel_list .slick-list {
  margin: 0 40px;
  width: auto;
}
.module-person-carousel_list .slick-slide > div {
  padding: 2px;
}
.module-person-carousel_list .slick-arrow {
  padding: 10px;
  color: #0094ff;
  border: 1px solid #0094ff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.module-person-carousel_list h3 {
  font-size: 1.8rem;
  text-align: center;
}
.module-person-carousel_list .module-person_name {
  display: block;
  margin-bottom: 5px;
}
.module-person-carousel_details.slick-slider {
  padding: 0;
}
.module-person-carousel_person {
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font: inherit;
}
@media only screen and (max-width: 480px) {
  .module-person-carousel_person {
    padding: 0;
  }
}
.module-person-carousel_person img {
  margin: 5px;
  padding: 5px;
  border: 2px solid transparent;
  border-radius: 100%;
}
.module-person-carousel_person.js--selected img {
  border-color: #0094ff;
}
.module-person-carousel .module-person_suffix .module_comma {
  display: none;
}
.module-person-carousel .module-person_suffix:empty + .module-person_title .module_comma {
  display: none;
}
.module-person-carousel .module_item .module-person_name {
  display: block;
  font-size: 2.8rem;
}
.module-person-carousel .module_item .module-person_suffix,
.module-person-carousel .module_item .module-person_title {
  font-size: 1.6rem;
}
.module-person-carousel .module_item ~ .module_item {
  border-top: 0 none;
}
.module-person-carousel .module-person_photo-container {
  text-align: center;
}
.module-person-carousel .module-person_photo-container img {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}
.module-person-carousel .module-person_res-photo-container {
  display: none;
}
.module-person-details .module_title {
  display: none;
}
.module-person-details .module_comma {
  display: none;
}
.module-person-details_photo-container, .module-person-details_name-container {
  display: inline-block;
  vertical-align: middle;
}
.module-person-details_photo-container {
  max-width: 30%;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .module-person-details_photo-container {
    margin-right: 15px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .module-person-details_photo-container {
    margin-right: 0;
    max-width: none;
  }
}
.module-person-details_name {
  display: block;
  margin-bottom: 10px;
  font-size: 3.6rem;
  color: #0094ff;
}
.module-person-details_title {
  display: block;
  font-size: 2.4rem;
}
.module-person-details_description-container {
  margin-top: 40px;
}

.pane--content .module.module_person-quotes-carousel {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pane--content .module.module_person-quotes-carousel-profile {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .pane--content .module.module_person-quotes-carousel-profile {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.module.module_person-quotes-carousel .person-carousel .split {
  display: grid;
  grid-template-columns: 46.44fr 50.86fr;
  gap: 20px 69px;
}
@media only screen and (max-width: 1024px) {
  .module.module_person-quotes-carousel .person-carousel .split {
    gap: 20px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .module.module_person-quotes-carousel .person-carousel .split {
    grid-template-columns: 1fr;
  }
}
.module.module_person-quotes-carousel .person-carousel .split .content {
  padding-bottom: 50px;
}
.module.module_person-quotes-carousel .person-carousel .split .content blockquote {
  position: relative;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 1.6rem;
}
.module.module_person-quotes-carousel .person-carousel .split .content blockquote::before {
  content: "";
  background: url('../design/svg/quote-icon.svg') no-repeat center center;
  background-size: cover;
  width: 22px;
  height: 19px;
  display: block;
  position: absolute;
  top: -36px;
}
.module.module_person-quotes-carousel .person-carousel .split .content figcaption {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
}
.module.module_person-quotes-carousel .person-carousel .split .content figcaption .title {
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 400;
}
.module.module_person-quotes-carousel .person-carousel .split .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module.module_person-quotes-carousel .splide__arrows {
  position: absolute;
  bottom: 0;
  left: 46.44%;
  margin-left: 49px;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .module.module_person-quotes-carousel .splide__arrows {
    margin-left: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .module.module_person-quotes-carousel .splide__arrows {
    left: 0;
    margin-left: 0;
  }
}
.module.module_person-quotes-carousel .splide__arrow {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  transform: unset;
  width: 40px;
  height: 40px;
  background: #fafafa;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.module.module_person-quotes-carousel .splide__arrow svg {
  fill: #17709c;
}

.module-pipeline .highcharts-container {
  height: 500px !important;
}
.module-pipeline .highcharts-root {
  position: relative;
  z-index: 10;
  font-family: avenirnextprocondensed, sans-serif !important;
  font-size: 10px !important;
  height: 500px;
}
.module-pipeline .highcharts-background {
  fill: transparent;
}
.module-pipeline .highcharts-title {
  font-size: 3.6rem !important;
  font-weight: 700;
  line-height: 4.6rem;
  margin-bottom: 30px;
  transform: translateY(10px);
  fill: #fff !important;
}
@media only screen and (max-width: 768px) {
  .module-pipeline .highcharts-title {
    font-size: 27px;
  }
}
.module-pipeline .highcharts-subtitle {
  fill: #fff !important;
}
.module-pipeline .highcharts-series {
  transform: translate(-119px, 153px) scale(1.1, 1) !important;
}
.module-pipeline .highcharts-point {
  border-top-left-radius: 0 !important;
}
.module-pipeline .highcharts-grid-line {
  stroke-dasharray: 1, 5;
  opacity: 0.6;
}
.module-pipeline .highcharts-xaxis-labels text {
  font-weight: 500;
  font-size: 1.8rem !important;
  line-height: 2.8rem;
  color: #fff;
  fill: #fff !important;
}
.module-pipeline .highcharts-data-label text {
  font-size: 1.6rem !important;
  line-height: 2.4rem;
  font-weight: 400 !important;
}
.module-pipeline .highcharts-text-outline {
  stroke-width: 0;
}
.module-pipeline_footnotes {
  text-align: center;
  margin-top: 60px;
}

.overview-pipeline_background {
  position: relative;
  background-image: url('../design/corporate_landing/overview-pipeline.png');
  background-size: cover;
}
.overview-pipeline_background::before {
  content: " s";
  background-color: #000;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.overview-pipeline_background .module-pipeline_footnotes {
  color: #fafafa;
  z-index: 0;
  position: relative;
}

/* ------ Presentation Module ------ */
.module-presentation .module_body {
  display: none;
}
.module-presentation .module_item {
  padding: 0;
  border: 0 none;
}
.module-presentation .module_item ~ .module_item {
  border-top: 0 none;
}
.module-presentation .module_item:not(:last-child) {
  margin-bottom: 10px;
}
.module-presentation .module_item-wrap {
  padding: 30px 30px 10px 30px;
}
.module-presentation-latest .module_links {
  display: flex;
  flex-wrap: wrap;
}
.module-presentation-latest .module_link {
  margin: 0 15px 0 0;
}
.module-presentation-latest .module_link-text {
  font-weight: 600;
  vertical-align: middle;
  padding: 5px 0;
}
.module-presentation-latest .module_headline-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.module-presentation-latest .module-slideshow_viewer {
  display: block;
}
.module-presentation-latest .grid_col {
  position: relative;
}
.module-presentation-latest .grid_col .button {
  margin: 0;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .module-presentation-latest .grid_col .button {
    position: unset;
    margin-bottom: 20px;
  }
}

/* ------ Q4 Preview Toolbar ------ */
body.PreviewBody {
  margin: 0;
  background-position: 0;
}
body.PreviewBody .PreviewToolBar {
  position: fixed;
  top: 100%;
  bottom: auto;
  width: 100%;
  margin: 0;
  padding: 35px 20px;
  border: 0;
  background: #141c1f;
  font-size: 0;
  text-align: left;
  color: #fafafa;
  z-index: 100;
}
body.PreviewBody .PreviewToolBar.js--open {
  top: auto;
  bottom: 0;
}
body.PreviewBody .PreviewToolBar .PreviewTrigger {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 20px;
  background: #141c1f;
  transform: translate(0, -100%);
  font-size: 2.4rem;
  cursor: pointer;
}
body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i::before {
  content: "\ed6d";
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
  display: inline-block;
  vertical-align: middle;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft::before,
body.PreviewBody .PreviewToolBar .PreviewDateControls::before {
  font-size: 1.6rem;
  margin-right: 15px;
  line-height: 50px;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
  float: none;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft::before {
  content: "Select Preview Type:";
}
body.PreviewBody .PreviewToolBar .PreviewDateControls {
  float: right;
}
body.PreviewBody .PreviewToolBar .PreviewDateControls::before {
  content: "Select Preview Date:";
}
body.PreviewBody .PreviewToolBar img {
  display: none;
}
body.PreviewBody .PreviewToolBar input[type=radio],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type=text],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type=submit] {
  display: inline-block;
  margin-right: 5px;
  font-family: avenirnextprocondensed, sans-serif !important;
  font-weight: 300;
  font-size: 1.4rem;
  text-transform: uppercase;
  vertical-align: baseline;
}
body.PreviewBody .PreviewToolBar input[type=text],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 20px;
  border: 0;
  border-radius: 0;
}
body.PreviewBody .PreviewToolBar label + input[type=radio] {
  margin-left: 15px;
}
body.PreviewBody .PreviewToolBar input[type=text] {
  min-width: 110px;
}
body.PreviewBody .PreviewToolBar select {
  padding: 15px 35px 15px 20px;
  background: #fafafa url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 10px center;
  background-size: 14px 14px;
}
body.PreviewBody .PreviewToolBar select::-ms-expand {
  display: none;
}
body.PreviewBody .PreviewToolBar input[type=submit] {
  background: #0094ff;
  color: #fafafa !important;
}
@media only screen and (max-width: 1024px) {
  body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  body.PreviewBody .PreviewToolBar .PreviewFloatLeft::before,
body.PreviewBody .PreviewToolBar .PreviewDateControls::before {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  body.PreviewBody .PreviewToolBar input[type=radio],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type=text],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type=submit] {
    margin-bottom: 5px;
  }
}

/* -------- Search Results: Accessible Datepicker -------- */
.ui-datepicker.ui-widget {
  padding: 5px;
}

/* reduce input width... */
.module-search-results .form_field--date .form_input {
  width: calc(100% - 40px);
  vertical-align: top;
  display: inline-block;
  height: 45px;
}

/* to make room for button */
.module-search-results .ui-datepicker-trigger {
  width: 40px;
  vertical-align: top;
  display: inline-block;
  height: 45px;
  background: #fafafa;
  border: 1px solid #979797;
  border-left: none;
}
_::-webkit-full-page-media,
_:future, :root .module-search-results .ui-datepicker-trigger {
  /* For Safari only */
  margin: 2px 0;
}

.module-search-results .ui-datepicker-trigger:hover {
  cursor: pointer;
}

/* button icon ('module-search-results .form_field--date:after' content copied to this style and then removed since new datepicker trigger exists) */
.q4-icon_calendar-results::before {
  content: "\e921";
  font-size: 16px;
  color: #0094ff;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 3px;
  border: 0 none;
  margin-left: 15px;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  vertical-align: top;
  display: inline-block;
  background-color: #17709C;
  outline-color: #17709C;
  color: #fafafa;
  min-width: auto;
  font-family: avenirnextprocondensed, sans-serif;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  background-color: #17709C;
  outline-color: #17709C;
  color: #fafafa;
}

.ui-datepicker .ui-widget-header {
  background: #fafafa;
}

.ui-datepicker .ui-state-active,
.ui-datepicker.ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active,
.ui-datepicker .ui-button:active,
.ui-datepicker .ui-button.ui-state-active:hover,
.ui-datepicker .ui-state-active a,
.ui-datepicker .ui-state-active a:link,
.ui-datepicker .ui-state-active a:visited {
  color: #fafafa;
  background-color: #0B3041;
}

/* -------- Search Modules -------- */
.module-search_toggle {
  margin: 0;
  font-size: 1.6rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #17709c;
  cursor: pointer;
}
.module-search_toggle.js--active {
  color: #0094ff;
}
.module-search_input[type=text] {
  opacity: 0;
  visibility: hidden;
  border-color: #0094ff;
  background-color: #0094ff;
  color: #fafafa;
  width: 100%;
  max-width: 380px;
  padding: 15px 20px;
  margin: 0;
  font-size: 1.8rem;
  text-transform: uppercase;
  position: absolute;
  top: calc(100% + 25px);
  right: 25px;
  transition: 0.3s ease-in-out;
}
.js--header-small .module-search_input[type=text] {
  top: 100%;
}

.module-search_input[type=text].js--revealed {
  opacity: 1;
  visibility: visible;
}
.module-search_button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 0;
  background: transparent url('../design/svg/q4-icon_buttons.svg');
  background-position: 0 -100%;
  background-size: 300%;
  font-size: 0;
  cursor: pointer;
}
.module-search-results {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
.module-search-results .form_fields-right input {
  width: 100%;
  border-color: z;
  color: #979797;
}
.module-search-results .form_field {
  margin-bottom: 25px;
}
.module-search-results .form_field--date {
  position: relative;
}
.module-search-results .form_field--search {
  margin-bottom: 35px;
}
.module-search-results .form_label {
  color: #545b62;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
}
.module-search-results .form_select {
  color: #979797;
  font-size: 14px;
  width: 100%;
  min-width: auto;
  border-color: #979797;
  display: block !important;
}
.module-search-results .form_select + .sbHolder {
  display: none;
}
.module-search-results .form_input {
  width: 100%;
  border: 1px solid #979797;
  color: #979797;
  padding: 13px 20px;
  margin: 0;
  display: block;
  font-family: avenirnextprocondensed, sans-serif;
  font-size: 1.4rem;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.module-search-results_link {
  text-transform: uppercase;
  color: #105ca3;
  font-size: 14px;
  text-shadow: 0 1px 0 #fff;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
}
.module-search-results_item {
  box-shadow: inset 0 1px 0 0 rgba(204, 201, 196, 0.3), inset 0 -1px 0 0 rgba(204, 201, 196, 0.3);
  padding: 30px 0;
}
.module-search-results_url, .module-search-results_result a {
  word-wrap: break-word;
}
.module-search-results_url {
  display: none;
}
.module-search-results_result::after {
  content: "";
  display: table;
  clear: both;
}
.module-search-results_description {
  color: #545b62;
  font-size: 14px;
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
  font-weight: 400;
}
.module-search-results_summary {
  color: #545b62;
  font-size: 20px;
  line-height: 21px;
  text-shadow: 1px 1px #fff;
  font-weight: 400;
  margin: 0 0 30px;
}
.module-search-results_summary span {
  color: #105ca3;
}
.module-search-results .pager_text {
  display: none;
}
.module-search-results .daterangepicker .calendar-table .prev span {
  top: 5px;
}
.module-search-results .daterangepicker .calendar-table .prev span::before {
  content: "\e90f";
  font-size: 16px;
}
.module-search-results .daterangepicker .calendar-table .next span {
  top: 5px;
}
.module-search-results .daterangepicker .calendar-table .next span::before {
  content: "\e90d";
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .module-search-results .form-fields-right .grid_col {
    padding-left: 0;
  }
  .module-search-results .form-fields--pages {
    margin-top: 25px;
    display: block;
    width: 100%;
  }
  .module-search-results .form-fields--search {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .module-search-results .form_field.form_field--date {
    overflow: visible;
  }
}

/* -------- SEC Module CSS -------- */
.module-sec .module_header-text {
  padding: 15px 8px;
  color: #fafafa;
}
.module-sec .module_table {
  width: 100%;
}
.module-sec .module_table caption {
  caption-side: bottom;
  text-align: left;
  padding: 8px 8px;
  font-size: 1.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.module-sec .module_table thead > tr > th {
  background-color: #0b3041;
  text-align: left;
}
.module-sec .module_table tr {
  border: none;
}
.module-sec .module_table tr:nth-child(odd) {
  background-color: #aaa;
}
.module-sec .module_table td {
  padding: 15px 8px;
}
@media only screen and (max-width: 480px) {
  .module-sec .module_table th,
.module-sec .module_table td {
    font-size: 1.2rem;
  }
  .module-sec .module_table th {
    padding: 10px 8px;
  }
  .module-sec .module_table td {
    padding: 8px;
  }
}
.module-sec .module_download-list-item {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .module-sec .module_download-list-item {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }
  .module-sec .module_options select {
    display: block;
    margin: 10px 0;
  }
}
.module-sec .module_link-sec {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .module-sec .module_rss {
    margin-bottom: 10px;
  }
}

.module-skip_link {
  position: absolute;
  top: -100px;
  left: 50%;
  padding: 15px 20px;
  transform: translate(-50%, 0);
  transition: 0.5s ease-in-out;
  z-index: 9999;
  width: 100%;
  text-align: center;
  background-color: #17709C;
  color: #FFFFFF;
}
.module-skip_link:focus, .module-skip_link:active {
  top: 0;
  color: #fafafa;
  background: #0B3041;
  outline-color: #0B3041;
  color: #FFF;
  font-weight: bold;
}
.module-skip_link:hover {
  text-decoration: underline;
}

/* ------ Slider ------ */
.module-slider .module_container--outer {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.module-slider .module_container--inner {
  display: table-cell;
  vertical-align: middle;
  height: 390px;
}
.module-slider .slick-slider {
  padding: 0 40px;
}
.module-slider .slick-slider .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.module-slider .slick-arrow::before {
  font-size: 30px;
}
.module-slider .module_add-to-calendar-reveal {
  color: #fafafa;
}
.module-slider .module-slider_title h1 {
  margin: 0;
}
.module-slider .module_loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.module-slider_description {
  font-size: 2.4rem;
  margin-top: 10px;
}
.module-slider_description .module_date-time {
  font-size: inherit;
}
.module-slider_description p {
  margin: 10px 0;
}
.module-slider_description p:first-child {
  margin-top: 0;
  margin-bottom: 10px;
}
.module-slider_description .module_links {
  margin-top: 10px;
  margin-bottom: 0;
}

/* ------ Stock Chart Widget ------ */
.module-stock-chart [data-highcharts-chart].js--hidden {
  display: block !important;
  max-height: 0;
  overflow: hidden;
}
.module-stock-chart .highcharts-legend {
  transform: translateY(20px);
}
.module-stock-chart .highcharts-legend > rect {
  fill: none;
}
.module-stock-chart .highcharts-legend-item text[style*="#CCC"] {
  fill: #767676 !important;
  color: #767676 !important;
}
.module-stock-chart .highcharts-legend-item text {
  font-weight: 400 !important;
}
.module-stock-chart .highcharts-legend-item rect[fill="#CCC"] {
  fill: #767676 !important;
}
.module-stock-chart .highcharts-legend-item:first-child path {
  stroke: #17709c !important;
}
.module-stock-chart .highcharts-legend-item:first-child text {
  cursor: default !important;
  color: #707171 !important;
  fill: #707171 !important;
}
.module-stock-chart .highcharts-series-0 path:first-child {
  stroke: #707171;
}
.module-stock-chart .highcharts-series-group .highcharts-series-2 path {
  stroke: #000;
  stroke-width: 2px;
}
.module-stock-chart .highcharts-navigator rect.highcharts-navigator-mask-inside {
  fill: rgba(11, 48, 65, 0.6);
}
.module-stock-chart .highcharts-navigator-handle {
  stroke: #0b3041;
  fill: #0b3041;
  cursor: ew-resize;
}
.module-stock-chart .highcharts-navigator-handle-right rect, .module-stock-chart .highcharts-navigator-handle-left rect {
  stroke-width: 0;
  fill: #0094ff;
}
.module-stock-chart .highcharts-navigator-handle-right path, .module-stock-chart .highcharts-navigator-handle-left path {
  stroke: #fafafa;
}
.module-stock-chart .highcharts-scrollbar g:first-of-type rect, .module-stock-chart .highcharts-scrollbar-thumb {
  fill: #f2f2f2;
  stroke: #f2f2f2;
}
.module-stock-chart .highcharts-range-selector {
  box-sizing: content-box;
}
.module-stock-chart .highcharts-range-input rect {
  stroke: #ccc;
  fill: #f2f2f2;
}
.module-stock-chart .highcharts-button rect, .module-stock-chart .highcharts-input-group rect {
  stroke-width: 0;
  fill: rgba(0, 0, 0, 0.05);
}
.module-stock-chart .highcharts-button text, .module-stock-chart .highcharts-input-group text {
  fill: #707171;
}
.module-stock-chart .highcharts-container > svg > .highcharts-button {
  display: none;
}
.module-stock-chart .highcharts-data-table-button, .module-stock-chart .highcharts-data-table-button button {
  text-transform: uppercase;
  text-align: left;
  color: inherit;
  width: 100%;
  border: none;
  background-color: inherit;
  cursor: pointer;
}
.module-stock-chart .highcharts-data-table thead th {
  font-size: 1.6rem;
}
.module-stock-chart .highcharts-table-caption {
  display: none;
}
.module-stock-chart .highcharts-graph {
  stroke: #141c1f !important;
}
.module-stock-chart .highcharts-label {
  font-size: 1.6rem;
}
.module-stock-chart .highcharts-label text {
  fill: #707171 !important;
}
.module-stock-chart .highcharts-axis-labels text {
  fill: #707171 !important;
}
.module-stock-chart_accessible-datepickers span,
.module-stock-chart_accessible-datepickers input {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .module-stock-chart_accessible-datepickers {
    display: none;
  }
}
.module-stock-chart .button {
  display: inline-block;
  margin: 0;
}
.module-stock-datatable_accessible-datepicker--from > span {
  margin-left: 0 !important;
}
@media screen and (max-width: 400px) {
  .module-stock-datatable_accessible-datepicker {
    display: block;
  }
  .module-stock-datatable_accessible-datepicker > span {
    margin-left: 0 !important;
  }
  .module-stock-datatable_accessible-datepicker--from {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

/* ------ Stock Header Module ----- */
.module-stock-header {
  transition: max-height 0.25s ease-in;
  padding: 5px 0;
  vertical-align: middle;
}
.module-stock-header--desktop {
  text-align: right;
  max-height: 34px;
}
.module-stock-header--mobile {
  padding: 0 20px 54px;
}
@media only screen and (max-width: 480px) {
  .module-stock-header--mobile > span {
    display: block;
  }
}
@media only screen and (max-width: 1340px) {
  .module-stock-header--desktop {
    display: none;
  }
}
.module-stock-header .module_container--outer {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #fafafa;
}
@media only screen and (max-width: 768px) {
  .module-stock-header .module_container--outer {
    max-width: none;
    min-height: auto;
    display: block;
    text-align: left;
    padding: 20px;
  }
}
.module-stock-header_link {
  font-size: 12px;
  line-height: 22px;
}
.module-stock-header_link:focus {
  outline: 2px dotted #fafafa;
}
.module-stock-header_description1 {
  display: block;
  font-size: 2.2rem;
  margin: 15px 0;
}
@media only screen and (max-width: 768px) {
  .module-stock-header_description1 {
    text-align: center;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .module-stock-header_description1 {
    text-align: left;
  }
}
.module-stock-header_stock-price {
  color: #fafafa;
}
@media only screen and (max-width: 768px) {
  .module-stock-header_stock-price {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .module-stock-header_stock-price {
    text-align: left;
  }
}
.module-stock-header_stock-price:not(last-child) {
  margin-right: 14px;
}
.module-stock-header_change, .module-stock-header_percent-change {
  display: inline-block;
  margin: 10px 0;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .module-stock-header_change, .module-stock-header_percent-change {
    margin: 0;
  }
}
.module-stock-header_percent-change::before {
  content: "(";
}
.module-stock-header_percent-change .module-stock-header_indicator {
  display: none;
}
.module-stock-header_percent-change::after {
  content: ")";
}
.module-stock-header_volume {
  display: none;
  margin-bottom: 32px;
}
.module-stock-header_volume::before {
  content: "Volume ";
  font-weight: bold;
}
.module-stock-header_description3, .module-stock-header_date {
  display: block;
  font-size: 1.2rem;
  margin: 10px 0;
}
.module-stock-header_volume-text {
  display: none;
}

.js--header-small .module-stock-header {
  transform: translateY(-100px);
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

/* ------ Stock Header Module ----- */
.module-stock-banner {
  text-align: right;
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  .module-stock-banner {
    text-align: left;
    margin: 0;
  }
}
.module-stock-banner .module_container--outer {
  display: inline-block;
  padding: 40px 25px;
  background: #17709c;
  text-align: center;
  width: 100%;
  max-width: 260px;
  min-height: 270px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-stock-banner .module_container--outer {
    max-width: none;
    min-height: auto;
    display: block;
    text-align: left;
    padding: 20px;
  }
}
.module-stock-banner_link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.module-stock-banner_link:focus {
  outline-offset: 2px;
  outline-color: #fafafa;
}
.module-stock-banner_description1 {
  display: block;
  font-size: 2.6rem;
  line-height: 34px;
  font-weight: 500;
  margin: 0 0 14px 0;
}
@media only screen and (max-width: 768px) {
  .module-stock-banner_description1 {
    text-align: center;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .module-stock-banner_description1 {
    text-align: left;
  }
}
.module-stock-banner_stock-price {
  display: block;
  font-size: 4rem;
  line-height: 49px;
  color: #fafafa;
}
.module-stock-banner_stock-price::before {
  content: "$";
}
@media only screen and (max-width: 768px) {
  .module-stock-banner_stock-price {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .module-stock-banner_stock-price {
    text-align: left;
  }
}
.module-stock-banner_change, .module-stock-banner_percent-change {
  display: inline-block;
  margin: 14px 0;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .module-stock-banner_change, .module-stock-banner_percent-change {
    margin: 0;
  }
}
.module-stock-banner_percent-change::before {
  content: "(";
}
.module-stock-banner_percent-change .module-stock-header_indicator {
  display: none;
}
.module-stock-banner_percent-change::after {
  content: ")";
}
.module-stock-banner_volume {
  display: none;
  margin-bottom: 32px;
}
.module-stock-banner_volume::before {
  content: "Volume ";
  font-weight: bold;
}
.module-stock-banner_description3, .module-stock-banner_date {
  display: block;
  font-size: 1.2rem;
  line-height: 22px;
}
.module-stock-banner_volume-text {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .module-stock-banner {
    margin-left: -70px;
  }
}

/* ------ Stock Quote Module ------ */
.module-stock_table {
  width: 100%;
  text-align: left;
}
.module-stock_table caption {
  caption-side: bottom;
  padding: 5px 15px;
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #aaa;
}
.module-stock_table th {
  background-color: #aaa;
}
.module-stock_table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.module-stock_table span {
  display: block;
  padding: 20px 15px;
}
@media only screen and (max-width: 480px) {
  .module-stock_table span {
    padding: 15px 8px;
    font-size: 14px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .module-stock.module-stock-historical .module-stock_empty {
    display: none;
  }
}
.module-stock_lookup-title {
  display: none;
}
.module-stock_up {
  color: #006613;
}
.module-stock_down {
  color: #b72121;
}
.module-stock_date {
  margin-top: 25px;
  text-align: right;
  font-style: italic;
  font-size: 1.4rem;
}
.module-stock-historical {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .module-stock-historical .module_options-label, .module-stock-historical .module_options-select, .module-stock-historical .module_options-submit {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.module-stock-historical .module_options-legend {
  line-height: 1.55;
  margin: 0 0 17px 0;
}
@media screen and (min-width: 901px) {
  .module-stock-historical .module_options-legend {
    float: left;
    margin: 18px 17px 0 0;
  }
}
.module-stock-historical .module_options-submit {
  margin: 0;
  align-self: flex-end;
}
.module-stock-historical .module_options-legend, .module-stock-historical .module_options-label, .module-stock-historical .module_options-label-date {
  font-size: 1.8rem;
  font-weight: 500;
}
.module-stock-historical .module_options-label-date {
  display: block;
  margin-top: 8px;
}
@media only screen and (min-width: 769px) {
  .module-stock-historical .module_options-fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .module-stock-historical .module_options-label {
    margin-right: 24px;
    text-align: left;
  }
  .module-stock-historical .module_options-select {
    min-width: 165px;
    margin-right: 0;
  }
}
.module-stock-historical .module_container--content {
  text-align: left;
}
.module-stock .stock-historical-range .module_options > *:not(:last-of-type) {
  margin-bottom: 20px;
}

/* - MailingList Subscribe Module - */
.module-subscribe .module_title {
  text-transform: unset;
}
.module-subscribe_table {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.module-subscribe_table label,
.module-subscribe_table span {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.module-subscribe_table tbody {
  width: 100%;
  display: block;
}
.module-subscribe_table-input .module_input {
  line-height: 2.2rem;
}
.module-subscribe .button {
  width: 215px;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 24px;
  font-weight: 600;
  letter-spacing: 1.5px;
  background: #17709c;
}
.module-subscribe .button:hover {
  background: #0b3041;
}
.module-subscribe_form {
  font-size: 0;
}
.module-subscribe_form tr {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
  vertical-align: top;
  font-size: 1.6rem;
}
.module-subscribe_form tr:nth-child(even) {
  padding-left: 10px;
}
.module-subscribe_form tr:nth-child(odd) {
  padding-right: 10px;
}
.module-subscribe_form tr.module-subscribe_notes-text {
  margin: 0;
}
.module-subscribe_form tr.module-subscribe_notes-text, .module-subscribe_form tr.module-subscribe_notes-input {
  display: block;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .module-subscribe_form tr {
    width: 100%;
  }
  .module-subscribe_form tr:nth-child(even) {
    padding-left: 0;
  }
  .module-subscribe_form tr:nth-child(odd) {
    padding-right: 0;
  }
}
.module-subscribe_form td {
  display: block;
}
.module-subscribe_form label {
  display: inline-block;
  margin-bottom: 5px;
}
.module-subscribe_mailing-list {
  font-size: 1.4rem;
  line-height: 1.1;
}
.module-subscribe_mailing-list tr.module-subscribe_list-header td {
  padding-bottom: 15px;
}
.module-subscribe_mailing-list tr table td {
  padding-bottom: 10px;
}
.module-subscribe_mailing-list tr table tr:last-child td {
  padding-bottom: 0;
}
.module-subscribe_unsubscribe {
  font-size: 1rem;
  display: none;
}
.module-subscribe .module_required {
  font-size: 1.4rem;
}
.module-subscribe .module_required-text {
  margin-top: 20px;
}
.module-subscribe .module_introduction {
  margin-bottom: 0;
}

/* MailingList Unsubscribe Module */
.module-unsubscribe .module_title {
  text-transform: capitalize;
}
.module-unsubscribe .button {
  width: 215px;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 24px;
  font-weight: 600;
  letter-spacing: 1.5px;
  background: #17709c;
}
.module-unsubscribe .button:hover {
  background: #0b3041;
}
.module-unsubscribe_table {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .module-unsubscribe_table {
    width: 100%;
  }
}
.module-unsubscribe_table td {
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .module-unsubscribe_table td {
    padding-right: 0;
  }
}
.module-unsubscribe_table label {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.2rem;
  margin-bottom: 5px;
}
.module-unsubscribe_table .module_input[type=email] {
  background-color: #fafafa;
  border: 1px solid #c4c4c4;
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.module_our-brands {
  background-color: #0094ff;
}
.module_our-brands .module_title {
  font-family: AvenirNextProCondensed;
  font-style: normal;
  font-size: 5.5rem;
  line-height: 65px;
  text-align: center;
  color: #fff;
  text-transform: none;
}
.module_our-brands .module_title strong {
  font-family: AvenirNextProCondensedBold, sans-serif;
}
.module_our-brands .module_title--subtitle {
  font-weight: normal;
  text-align: center;
  color: #fff;
  display: none;
}
@media screen and (min-width: 1024px) {
  .module_our-brands .module_title--subtitle {
    padding-top: 45px;
    margin-bottom: 45px;
    border-top: 1px solid #fff;
    display: block;
    font-family: AvenirNextProCondensedMedium;
  }
}
.module_our-brands .button {
  margin: 45px auto;
  border: none;
  background-color: #0b3041;
  display: block;
  width: fit-content;
  font-family: avenirnextprocondensedmedium, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}
.module_our-brands .button.button-cta:hover {
  background-color: #FFFFFF;
  border: none;
  color: #0B3041;
}
.module_our-brands .splide .module_item {
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .module_our-brands .splide .module_item {
    margin-right: 0 !important;
  }
}
.module_our-brands .splide .module_item:not(.is-visible.is-active) {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .module_our-brands .splide .module_item:not(.is-visible),
  .module_our-brands .splide .module_item:not(.is-visible.is-active) {
    opacity: 1;
  }
}
.module_our-brands .splide .module_item.is-visible.is-active {
  opacity: 1;
}
.module_our-brands .splide ul.splide__pagination {
  display: none;
}
.module_our-brands .splide .splide__arrow {
  top: 56%;
}
@media screen and (min-width: 1024px) {
  .module_our-brands .splide .splide__arrow {
    top: 60%;
  }
}
.module_our-brands .splide .splide__arrow--prev {
  left: 0;
}
.module_our-brands .splide .splide__arrow--next {
  right: 0;
}
.module_our-brands .splide__list {
  align-items: center;
}

/* -------- Our Brands Splide Specific ------- */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module_our-brands-items {
  opacity: 0;
  animation: fade-in 1s ease-in-out forwards;
}
#our-brands-slider {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #our-brands-slider-track {
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  #our-brands-slider-track {
    max-width: 770px;
  }  
}
#our-brands-slider .splide__arrow {
  border: 1px solid #fff;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  width: 60px;
  height: 60px;
}
#our-brands-slider .splide__arrow:hover {
  background-color: #fff;
}
#our-brands-slider .splide__arrow:hover svg {
  fill: #0094ff;
}
#our-brands-slider .splide__arrow svg {
  fill: #fff;
}
.pane--content .module.module_our-values {
  padding-bottom: 111px;
}

.module_our-values {
  position: relative;
  background-color: #aaa;
  overflow: hidden;
}
.module_our-values .grid {
  position: relative;
}
.module_our-values-items {
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .module_our-values-items {
    padding-left: 10px;
  }
}
.module_our-values-items .splide {
  left: -85px;
  width: 300%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .module_our-values-items .splide {
    left: 0;
    width: unset;
  }
}
.module_our-values-items .splide__arrows {
  position: absolute;
  bottom: -64px;
  left: 10px;
  display: flex;
  gap: 17px;
}
@media only screen and (max-width: 768px) {
  .module_our-values-items .splide__arrows {
    left: unset;
    right: 0;
  }
}
.module_our-values-items .splide__arrow {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  transform: unset;
}
.module_our-values-items .splide li {
  max-width: 295px;
  background-color: #fafafa;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .module_our-values-items .splide li {
    max-width: 100%;
  }
}
.module_our-values-text {
  padding-top: 35px;
  padding-right: 110px;
}
@media only screen and (max-width: 768px) {
  .module_our-values-text {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
}
.module_our-values::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
  z-index: 0;
  background-image: url('../design/banner/careers-our-values.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .module_our-values::after {
    left: 0;
    top: 45%;
    height: 60%;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .module_our-values::after {
    left: 0;
    top: 50%;
    height: 55%;
    width: 100%;
  }
}
.module_our-values .value-contents {
  padding: 50px 25px;
}
.module_our-values .value-contents :last-child {
  margin-bottom: 0;
}
.module_our-values p:last-child {
  margin-top: 30px;
}

/* ==================================
 ---------- SUSTAINABILITY ---------
================================== */
@media only screen and (max-width: 768px) {
  .page--sustainability .pane--banner .pane_inner {
    display: block;
    text-align: center;
  }
}
.page--sustainability .pane--banner .module-page-title {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--sustainability .pane--banner .module-page-title {
    max-width: none;
    text-align: center;
  }
}
.page--sustainability .pane--content .module_sustainability-strategy {
  padding-bottom: 37px;
}
.page--sustainability .pane--content .section-env-commit,
.page--sustainability .pane--content .section-social-commit {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 1024px) {
  .section-env-commit .section-layout {
    display: flex;
  }
  .section-env-commit .section-layout div {
    flex-basis: 50%;
  }
  .section-env-commit {
    background: url("../images/sustainability-page/sustainable_env-commitment.jpg"), #f3f7f9;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 43% auto, cover;
  }
  .section-social-commit {
    background: url("../images/sustainability-page/sustainable_social-commitment.jpg") no-repeat right center;
    background-size: 43% auto;
  }
  .section-social-commit .section-layout {
    display: flex;
  }
  .section-social-commit .section-layout .content {
    flex-basis: 50%;
  }
  .background_sustainability-social-commit {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .background_sustainability-env-commit {
    background: url("../images/sustainability-page/sustainable_env-commitment.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 20px;
    height: 400px;
  }
}
.background_sustainability-social-commit {
  background: url("../images/sustainability-page/sustainable_social-commitment.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 20px;
  height: 400px;
}

.sustainability-report {
  max-width: 250px;
}
.sustainability-report .module_link {
  margin: 25px 0 0 0;
  text-transform: none;
  font-size: 2.1rem;
  position: relative;
  padding-left: 30px;
}
.sustainability-report .q4icons [href$=".pdf"] .q4icons_icon::before,
.sustainability-report .q4icons [href$=".PDF"] .q4icons_icon::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\e910";
}
@media only screen and (max-width: 768px) {
  .sustainability-report {
    max-width: none;
    text-align: center;
    margin: 50px auto 0 auto;
  }
}
.sustainability-values {
  background-color: #0094ff;
  color: #fafafa;
  background-image: url('../design/banner/sustainability-values-banner.jpg');
  background-size: cover;
  background-position: center;
}
.sustainability-values_item:not(:first-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(226, 226, 226, 0.5);
}
.sustainability-values_grid {
  align-items: center;
}
.sustainability-values_icon {
  font-size: 5rem;
}
.sustainability-values_number {
  font-size: 3.6rem;
}
.sustainability-values_slideshow iframe {
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .sustainability-values_slideshow {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .sustainability-values_grid {
    text-align: center;
  }
  .sustainability-values_number {
    display: block;
    margin-top: 10px;
  }
}
.sustainability-commitment.module {
  padding: 0 !important;
}
.pane--content .sustainability-commitment .module_container--outer {
  max-width: none;
  padding: 0;
}

.sustainability-commitment_row {
  display: flex;
  align-items: center;
}
.sustainability-commitment_row--reverse {
  flex-direction: row-reverse;
}
.sustainability-commitment_image {
  flex: 0 0 auto;
}
.sustainability-commitment_image img {
  vertical-align: top;
}
.sustainability-commitment_content {
  flex: 1 1 auto;
  padding-left: 8vw;
  padding-right: 8vw;
}
.sustainability-commitment .button--cta {
  padding-right: 0;
}
.sustainability-commitment .button--cta::after {
  position: static;
  margin-left: 5px;
  vertical-align: top;
  transition-property: margin-left;
}
.sustainability-commitment .button--cta:hover::after, .sustainability-commitment .button--cta:focus::after {
  margin-left: 10px;
}
@media screen and (min-width: 1201px) {
  .pane--content .sustainability-commitment--social.module {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .pane--content .sustainability-commitment .module_container--outer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sustainability-commitment_image {
    flex: auto;
    flex-basis: 25%;
  }
  .sustainability-commitment_content {
    flex: auto;
    flex-basis: 75%;
    padding-left: 20px;
    padding-right: 0;
  }
  .sustainability-commitment_row--reverse .sustainability-commitment_content {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .sustainability-commitment_image {
    flex-basis: 33.33%;
  }
  .sustainability-commitment_content {
    flex-basis: 66.66%;
  }
}
@media only screen and (max-width: 768px) {
  .sustainability-commitment_row {
    display: block;
  }
  .sustainability-commitment_image {
    padding-bottom: 30px;
  }
  .sustainability-commitment_content {
    padding-left: 0;
    padding-right: 0;
  }
}
.sustainability-governance {
  background-color: #0094ff;
  color: #fafafa;
  background-image: linear-gradient(to bottom, rgba(0, 148, 255, 0.8), rgba(0, 148, 255, 0.8)), url("../images/sustainability-page/sustainable_govern-commitment.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 50px !important;
  padding-bottom: 30px !important;
}
.sustainability-governance .button--cta {
  padding-right: 0;
}
.sustainability-governance .button--cta:hover {
  color: #fafafa;
}
.sustainability-governance .button--cta::after {
  position: static;
  margin-left: 5px;
  vertical-align: top;
  transition-property: margin-left;
}
.sustainability-governance .button--cta:hover::after, .sustainability-governance .button--cta:focus::after {
  margin-left: 10px;
}
.sustainability-awards .module_title {
  word-break: break-word;
}
.sustainability-awards .module_container--widget {
  margin-bottom: 30px;
  padding: 0;
}
.sustainability-awards_image {
  padding: 20px;
  background: #fafafa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
  transition: transform 0.6s ease;
}
.sustainability-awards_image:hover {
  transform: translateY(-5px);
}
.sustainability-awards_title {
  margin-top: 30px;
}
.sustainability-awards .button--cta {
  padding-right: 0;
}
.sustainability-awards .button--cta::after {
  position: static;
  margin-left: 5px;
  vertical-align: top;
  transition-property: margin-left;
}
.sustainability-awards .button--cta:hover::after, .sustainability-awards .button--cta:focus::after {
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .sustainability-awards_item {
    margin-bottom: 30px;
  }
  .sustainability-awards_title {
    margin-top: 20px;
  }
}
.sustainability-news .module_container--widget {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding: 0;
  margin-bottom: 20px;
}
.sustainability-news .module_item {
  margin: 0;
  padding: 0 0 0 20px;
  border: none;
  display: flex;
  align-self: stretch;
}
.sustainability-news .module_item-wrap {
  border-bottom: 1px solid rgba(0, 148, 255, 0.5);
  padding-bottom: 40px;
  height: 100%;
}
.sustainability-news .module_date-time {
  color: #707171;
}
.sustainability-news .slick-arrow {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 20px;
}
.sustainability-news .slick-prev {
  transform: translateX(-100%);
}
.sustainability-news .slick-next {
  transform: translateX(100%);
}

@supports (outline-offset: -2px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 2px dotted #141c1f;
    outline-offset: -2px;
  }
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 2px dotted #141c1f;
  outline-offset: 2px;
}
.splide__arrow {
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: transparent !important;
  border: 1px solid #0b3041;
  transition: all 0.3s ease-in-out;
}
.splide__arrow svg {
  fill: #0b3041;
}
.splide__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.splide__arrow:disabled:hover {
  background-color: #fafafa;
}
.splide__arrow:disabled:hover svg {
  fill: #17709c;
}
.splide__arrow:hover {
  border: 1px solid #fff;
  background-color: #fff !important;
}
.splide__arrow:hover svg {
  fill: #0094ff;
}
.splide__arrow:focus {
  outline: 2px solid #17709c;
}
.splide__pagination__page {
  background: #fafafa;
  width: 8px;
  height: 7.87px;
  margin: 3px 5px;
  opacity: 0.4;
}
.splide__pagination__page.is-active {
  transform: unset;
  opacity: 1;
}
.splide__list .module_item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: none;
}

/* Corporate Overview Banner Slider */
.module-banner-slider .splide__pagination {
  bottom: 28px;
}
.module-banner-slider .splide.banners {
  width: 100vw;
  height: 700px;
  position: relative;
  left: calc(-50vw + 50%);
}
@media only screen and (max-width: 768px) {
  .module-banner-slider .splide.banners {
    height: 550px;
  }
}
.module-banner-slider .splide__track {
  height: 100%;
}
.module-banner-slider .splide__slide .small {
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}
.module-banner-slider .splide__slide .h1 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.module-banner-slider .splide__slide .button {
  background-color: transparent;
  border-radius: 50px;
  border-color: #17709c;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 14px;
}
.module-banner-slider .splide__slide .button:hover {
  background: #17709c;
}
.module-banner-slider .splide__overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 90%, transparent 100%);
  padding: 0 20px;
}
.module-banner-slider .splide__overlay > * {
  max-width: 960px;
}

.page--overview .layout--home .pane--banner {
  padding-top: 0;
}
.page--overview .layout--home .pane--content_inner {
  padding-top: 0;
}

/* Banners */
.layout--one-column .pane--banner {
  height: 500px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .layout--one-column .pane--banner {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .layout--one-column .pane--banner {
    height: 300px;
  }
}

.PageOverview .pane--banner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 90%, transparent 100%), url("sytsurgical2025corp/files/design/banner/hero-banner.jpg") center center;
  background-size: cover;
}
.about-banner .pane--banner, .Sectionabout-us .pane--banner, .SectionAboutHistory .pane--banner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 90%, transparent 100%), url("sytsurgical2025corp/files/design/banner/about-banner.jpg") center center;
  background-size: cover;
}
.projects-banner .pane--banner, .SectionOurProducts .pane--banner, .Sectionour-portfolio .pane--banner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 90%, transparent 100%), url("sytsurgical2025corp/files/design/banner/ourproduct-banner.jpg") center center;
  background-size: cover;
}
.PageInvestorRelations .pane--banner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 90%, transparent 100%), url("sytsurgical2025corp/files/design/banner/investor-hero-banner.jpg") center center;
  background-size: cover;
}
.PageInvestorRelationsInvestorOverview .pane--banner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 90%, transparent 100%), url("sytsurgical2025corp/files/design/banner/investor-overview-banner.jpg") center center;
  background-size: cover;
}
.Sectioninvestor-relations .pane--banner, .Sectionresources .pane--banner, .ParentSection_stock-info .pane--banner, .ParentSection_governance .pane--banner, .ParentSection_financials .pane--banner, .Sectioninvestor-news .pane--banner, .Sectionevents .pane--banner, .Sectionpresentations .pane--banner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 90%, transparent 100%), url("sytsurgical2025corp/files/design/banner/investor-inner-banner.jpg") center center;
  background-size: cover;
}
.Sectionnewsroom .pane--banner, .PageContact .pane--banner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 90%, transparent 100%), url("sytsurgical2025corp/files/design/banner/newsroom-banner.jpg") center center;
  background-size: cover;
}
.PageCareers .pane--banner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 90%, transparent 100%), url("sytsurgical2025corp/files/design/banner/careers-banner.jpg") center center;
  background-size: cover;
}
.PageSustainability .pane--banner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 90%, transparent 100%), url("sytsurgical2025corp/files/design/banner/sustainability-banner.jpg") center center;
  background-size: cover;
}
.PageTermsofUse .pane--banner, .PagePrivacyPolicy .pane--banner, .PageCookiesPolicy .pane--banner, .PageSearchResults .pane--banner, .PageSiteMap .pane--banner {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 90%, transparent 100%), url("sytsurgical2025corp/files/design/banner/hero-banner.jpg") center center;
  background-size: cover;
}

.module_link-boxes .grid_col:nth-of-type(1) .module-inner-item {
  background-image: linear-gradient(180deg, rgba(20, 28, 31, 0) 0%, rgba(20, 28, 31, 0) 27.66%, rgba(20, 28, 31, 0.9) 80.06%), url("../images/link-box/governance.jpg");
}
.module_link-boxes .grid_col:nth-of-type(2) .module-inner-item {
  background-image: linear-gradient(180deg, rgba(20, 28, 31, 0) 0%, rgba(20, 28, 31, 0) 27.66%, rgba(20, 28, 31, 0.9) 80.06%), url("../images/link-box/history.jpg");
}
.module_link-boxes .grid_col:nth-of-type(3) .module-inner-item {
  background-image: linear-gradient(180deg, rgba(20, 28, 31, 0) 0%, rgba(20, 28, 31, 0) 27.66%, rgba(20, 28, 31, 0.9) 80.06%), url("../images/link-box/our-people.jpg");
}
.module_link-boxes .module-inner-item {
  background-size: cover;
  background-position: center;
  height: 216px;
  position: relative;
  transition: 0.5s ease-in-out;
}
.module_link-boxes .module-inner-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #2431d8;
}
.module_link-boxes .module-inner-item:hover, .module_link-boxes .module-inner-item:focus-within {
  -webkit-box-shadow: -1px 7px 15px 0 rgba(0, 0, 0, 0.45);
  box-shadow: -1px 7px 15px 0 rgba(0, 0, 0, 0.45);
  transform: translateY(-20px);
}
.module_link-boxes .module-inner-item:hover .overlay, .module_link-boxes .module-inner-item:focus-within .overlay {
  opacity: 1;
}
.module_link-boxes .module-inner-item:hover .overlay-learn-more, .module_link-boxes .module-inner-item:focus-within .overlay-learn-more {
  opacity: 1;
}
.module_link-boxes .module-inner-item:hover .overlay-learn-more:hover, .module_link-boxes .module-inner-item:focus-within .overlay-learn-more:hover {
  text-decoration: underline;
}
.module_link-boxes .module-inner-item .module-slide-title {
  font-size: 28px;
  line-height: 1.2142857143;
  position: relative;
  top: 145px;
  left: 30px;
  z-index: 1;
  color: #fff;
}
.module_link-boxes .module-inner-item .overlay-learn-more {
  opacity: 0;
  transition: 0.5 ease;
  text-transform: uppercase;
  position: relative;
  top: 180px;
  font-size: 12px;
  left: 30px;
}
.module_link-boxes .module-inner-item .overlay-learn-more a {
  color: #fff;
}

/* ------------------ Why Invest Page ------------------- */
.module-key_facts {
  background-color: #aaa;
}
.module-key_facts-image-container {
  display: flex;
  justify-content: center;
}
.module-key_facts-image img {
  max-width: 575px;
  width: 100%;
  text-align: center;
}
.module-key_facts-facts {
  width: 100%;
}
.module-key_facts-facts-container {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .module-key_facts-facts-container {
    padding: 40px 0;
    text-align: center;
  }
}
.module-key_facts-fact-item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #141c1f;
}
@media only screen and (max-width: 768px) {
  .module-key_facts-fact-item {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
.module-key_facts-fact-item img {
  width: 100%;
  max-width: 52px;
}
.module-key_facts-fact_stat {
  width: 40%;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  padding: 0 20px 0 17px;
}
@media screen and (max-width: 1150px) {
  .module-key_facts-fact_stat {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .module-key_facts-fact_stat {
    max-width: 150px;
  }
}
.module-key_facts-fact_text {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .module-key_facts-fact_text {
    text-align: center;
  }
}
.module-why-win_item {
  display: flex;
  padding-bottom: 40px;
}
.module-why-win_icon {
  padding-right: 24px;
  margin-top: -25px;
}
.module-key_figures {
  position: relative;
  background-image: url('../design/banner/key-figures-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #141c1f;
}
.module-key_figures::before {
  content: "";
  background-color: rgba(20, 28, 31, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.module-key_figures-container {
  color: #fafafa;
  position: relative;
}
.module-key_figures .module-why-invest_column h3 {
  color: #fafafa;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 5.8rem;
  font-family: avenirnextprocondensedmedium, sans-serif;
  font-style: normal;
}
.module-key_figures .module-why-invest_figures {
  margin: 20px 0;
}
.module-key_figures .module-why-invest_figures .grid_col:not(:last-of-type) {
  border-right: 1px solid #2431d8;
}
@media only screen and (max-width: 1024px) {
  .module-key_figures .module-why-invest_figures .grid_col:not(:last-of-type) {
    border-right: none;
  }
  .module-key_figures .module-why-invest_figures .grid_col:first-of-type::after {
    position: absolute;
    content: "";
    background-color: #2431d8;
    height: 60%;
    width: 1px;
    margin-left: 25%;
    top: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .module-key_figures .module-why-invest_figures .grid_col:first-of-type::after {
    display: none;
  }
}
.module-world-presence .module_container--inner {
  background-color: #f3f7f9;
}
.module-world-presence-container {
  background-image: url('../design/banner/world-map-bg.svg');
  padding: 80px 50px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .module-world-presence-container {
    padding: 40px 20px;
  }
}
.module-world-presence-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .module-world-presence-cards {
    flex-direction: column;
  }
}
.module-world-presence-card {
  max-width: 320px;
  color: #fafafa;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .module-world-presence-card {
    max-width: 100%;
  }
}
.module-world-presence-card:first-child {
  background-color: #151f9f;
}
.module-world-presence-card:last-child {
  background-color: #2431d8;
}
.module-world-presence-figure {
  font-size: 6rem;
  font-weight: 700;
  line-height: 7.2rem;
  color: #fafafa;
}
.module-tabs-content-toggle-container {
  display: flex;
  list-style: none;
  padding-inline-start: 0;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .module-tabs-content-toggle-container {
    flex-direction: column;
  }
}
.module-tabs-content-toggle {
  background-color: #fafafa;
  border: 1px solid #aaa;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  position: relative;
  color: #0094ff;
  min-width: 230px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  z-index: 2;
  font-family: avenirnextprocondenseddemi, sans-serif;
}
@media only screen and (max-width: 768px) {
  .module-tabs-content-toggle {
    width: 100%;
  }
}
.module-tabs-content-toggle::after {
  transition: 0.25s ease-in-out;
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
}
@media only screen and (max-width: 768px) {
  .module-tabs-content-toggle::after {
    content: none;
  }
}
.module-tabs-content-toggle[aria-selected=true], .module-tabs-content-toggle:active, .module-tabs-content-toggle:hover, .module-tabs-content-toggle:focus {
  color: #fafafa;
  transition: 200ms ease-in-out;
}
.module-tabs-content-toggle[aria-selected=true], .module-tabs-content-toggle:active {
  background-color: #0b3041;
}
.module-tabs-content-toggle[aria-selected=true]::after, .module-tabs-content-toggle:active::after {
  border-top-color: #0b3041;
}
.module-tabs-content-toggle:hover, .module-tabs-content-toggle:focus[aria-selected=false] {
  background-color: #17709c;
}
.module-tabs-content-toggle:hover::after, .module-tabs-content-toggle:focus[aria-selected=false]::after {
  border-top-color: #17709c;
}
.module-tabs-content-toggle:focus {
  outline-color: #0094ff;
  outline-offset: 2px;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .module-tabs-content-container .grid {
    padding-left: 0;
  }
}
.module-tabs-content-container .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-quote-section .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-quote-section .img-container img {
  max-width: 592px;
  width: 100%;
}
.module-quote-section .quote-container {
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .module-quote-section .quote-container {
    margin-top: 40px;
    padding: 20px;
  }
}
.module-quote-section .quote-container .quote {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  font-style: normal;
  border: none;
  background: none;
  margin: 0;
  position: relative;
  vertical-align: center;
  display: block;
}
.module-quote-section .quote-container .quote::before {
  position: absolute;
  top: -20px;
  color: #17709c;
  content: "";
  background: url('../design/svg/quote-icon.svg') no-repeat center center;
  background-size: cover;
  width: 22px;
  height: 19px;
  display: block;
}
.module-quote-section .quote-container .quote-author-container {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.module-what-we-do .module_container--inner {
  display: flex;
}
.module-what-we-do .video_container {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding-top: 28.25%;
}
.module-what-we-do .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.module-what-we-do_content {
  width: 50%;
  padding: 100px 88px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* Footer Quicklinks Module */
@media (min-width: 768px) {
  .pane--footer .module-links.desktop--hidden {
    display: none !important;
  }
}
.pane--footer .module-links_list {
  display: flex;
  flex-wrap: wrap;
}
.pane--footer .module-links_list-item-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}
.pane--footer .module-links .QuickLinkRow,
.pane--footer .module-links .QuickLinkRowAlt {
  width: 50%;
}

/* ==================================
 ----------- LAYOUT CSS -----------
================================== */
/* ------- iframe layout CSS ------ */
.layout--iframe .pane--content .module {
  padding: 35px 0;
}
.layout--iframe .pane--content .module_container--outer {
  max-width: none;
}

/* ==================================
 ------------ BLANK CSS -----------
================================== */
/* -------- Layout Specific ------- */
.layout .layout_inner {
  position: relative;
  overflow-y: clip;
}
.layout .layout_inner[aria-hidden=true] {
  pointer-events: none;
}
.layout .layout_inner[aria-hidden=true] .nav--mobile--toggle {
  pointer-events: auto;
}
@media only screen and (max-width: 1340px) {
  .layout.js--mobile {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
}

/* --------- Pane Specific -------- */
.pane--header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 201;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.js--header-small .pane--header,
.js--sticky .pane--header, 
.js--header-small.js--sticky .pane--header{
  background-color: rgba(255, 255, 255, 1);
  box-shadow: rgba(20, 28, 31, 0.2) 0 2px 20px;
}

@media screen and (min-width:1025px) {
  /* .pane--header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0; 
  transition: opacity 0.3s ease-in-out;
  z-index: -1; 
}

.js--header-small .pane--header::before {
  opacity: 1;
} */

.js--sticky .pane--header::before {
    opacity: 0;
} 
}

.js--mobile .pane--header {
  background-color: #fff;
}

@media only screen and (max-width: 1340px) {
  .pane--header {
    padding: 0;
  }
}
.pane--header .pane_inner {
  margin: 0 85px;
  margin: 0 50px;
}
@media only screen and (max-width: calc(1340px + 158px)) and (min-width: 1340px) {
  .pane--header .pane_inner {
    margin: 0 35px;
    padding: 17px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pane--header .module-logo {
    max-width: 220px;
  }
  .pane--header .module-logo .module__container {
    display: flex;
    align-items: center;
  }
}
.pane--header .module-logo a:focus {
  outline: 2px dotted #fafafa;
}
@media only screen and (max-width: calc(1340px + 158px)) and (min-width: 1340px) {
  .pane--header .module-logo {
    padding-top: 0;
  }
}
.pane--header .module-logo img,
.pane--header .module-logo svg {
  vertical-align: top;
}
.pane--header .module-logo svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1341px) {
  .pane--header .module-logo svg {
    width: 220px;
    min-height: 80px;
  }
}
.pane--header .module,
.pane--header .nav {
  vertical-align: top;
}
.pane--header .layout_toggle {
  display: none;
  text-align: right;
}
.pane--header .layout_toggle-button {
  font-size: 3.4rem;
  color: #0094ff;
  background: transparent;
  padding: 0;
  border: 0 none;
}
.js--mobile .pane--header .layout_toggle [class^=q4-icon_]::before,
.js--mobile .pane--header .layout_toggle [class*=" q4-icon_"]::before {
  font-size: 2.5rem;
  content: "\ed6d";
}

@media only screen and (max-width: 1340px) {
  .pane--header .pane_inner {
    height: var(--header-height);
    padding-top: 15px;
    margin: 0 0 0 16px;
  }
  .pane--header .module {
    vertical-align: middle;
  }
  .pane--header .module-logo {
    padding-top: 0;
    max-width: 191px;
  }
  .pane--header .module-logo img {
    margin-bottom: 0;
  }
  .pane--header .layout_toggle {
    display: inline-block;
  }
  .pane--header .nav,
.pane--header .module-search {
    display: none;
  }
}
.pane--banner {
  color: #fff;
  padding-top: 105px;
  /* IR Home Page  banner */
}
.pane--banner .pane_inner {
  position: relative;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.pane--banner .module-page-title {
  min-height: 180px;
  height: 1px;
  /* IE11 Fix */
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.layout--home .pane--banner .module-page-title {
  height: auto;
  min-height: auto;
  text-align: left;
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .pane--banner .module-page-title {
    min-height: 105px;
  }
  .layout--home .pane--banner .module-page-title {
    margin-bottom: 50px;
  }
}
.pane--banner h1 {
  margin: 0;
  color: #FFF;
}
@media only screen and (max-width: 1024px) {
  .pane--banner h1 {
    max-width: none;
  }
}
@media only screen and (max-width: 1024px) {
  .pane--banner {
    padding-top: 65px;
  }
}
.ir-home-page .pane--banner.grid {
  margin-left: 0;
  padding-bottom: 85px;
  height: 792px;
}
@media only screen and (max-width: 1200px) {
  .ir-home-page .pane--banner.grid {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .ir-home-page .pane--banner.grid {
    padding-bottom: 0;
  }
}
.ir-home-page .pane--banner .pane_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .ir-home-page .pane--banner .pane_inner {
    display: block;
  }
}
.ir-home-page .pane--banner .module_title {
  width: 50%;
  color: #0b3041;
}

.pane--content .module {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pane--content .module_container--outer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 769px) {
  .module-container-padding .module_container--outer {
    padding-left: calc(25px + 5%);
    padding-right: calc(25px + 5%);
  }
}
.pane--content .module--thin {
  padding-top: 35px;
  padding-bottom: 35px;
}
.pane--content .module--thin-top {
  padding-top: 35px;
}
.pane--content .module--thin-bottom {
  padding-bottom: 35px;
}
.pane--content .module--thick {
  padding-top: 105px;
  padding-bottom: 105px;
}
.pane--content .module--thick-top {
  padding-top: 105px;
}
.pane--content .module--thick-bottom {
  padding-bottom: 105px;
}
.pane--content .module--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.pane--content .module--no-padding-top {
  padding-top: 0;
}
.pane--content .module--no-padding-bottom {
  padding-bottom: 0;
}
.pane--content .module--landing-page-padding {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .pane--content .module--landing-page-padding {
    padding: 6rem 0;
  }
}
.pane--content .module--full-width .module_container--outer {
  max-width: 2560px;
}
.pane--content .module-sitemap {
  padding-bottom: 35px;
}
.pane--content .module-home-esg {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 1024px) {
  .pane--content .module-home-esg {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}
.pane--footer .social_links, .pane--footer2 .social_links {
  display: inline-block;
}
.pane--footer .social_links .link, .pane--footer2 .social_links .link {
  margin: 0 6px;
  display: inline-block;
}
.pane--footer .social_links .link:last-child, .pane--footer2 .social_links .link:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1028px) {
  .pane--footer .social_links .link, .pane--footer2 .social_links .link {
    margin: 0 3px;
  }
}
.pane--footer .social_links span, .pane--footer2 .social_links span {
  font-size: 16px;
  line-height: 24px;
  color: #060606;
  border-radius: 50%;
  padding: 5px;
}
.pane--footer {
  padding: 0;
}
.pane--footer.grid {
  margin-left: 0;
}
.pane--footer .grid_col {
  margin-right: 0;
}
.pane--footer .pane_inner {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
}
.pane--footer .social {
  margin: 34px 0 38px;
}
.pane--footer .social_links span {
  background-color: rgba(250, 250, 250, 0.3);
}
@media screen and (min-width: 1025px) {
  .pane--footer .social--mobile {
    display: none;
  }
}
.pane--footer .module-logo--footer img {
  vertical-align: top;
}
.pane--footer .module-logo--footer hr {
  margin: 16px 0 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
}
.pane--footer .module_title {
  margin: 0 0 20px 0;
  color: inherit;
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 34px;
  margin-top: 0;
}
.pane--footer .module_error-container {
  color: #fafafa;
  margin-bottom: 20px;
}
.pane--footer .module_message--error {
  color: #fafafa;
}
.pane--footer .module-contact [class^=q4-icon_],
.pane--footer .module-contact [class*=" q4-icon_"] {
  margin-right: 5px;
}
.pane--footer .module-contact_name {
  margin-bottom: 0;
  margin-top: 28px;
}
.pane--footer .module-contact_title {
  font-size: 1.2rem;
  margin-top: 0;
}
.pane--footer .module-contact h2::before {
  display: inline-block;
  position: relative;
  content: "";
  margin-right: 18px;
  vertical-align: middle;
  background-image: url('../design/footer-contact-us-logo.png');
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
}
.pane--footer .module_introduction {
  display: none;
}
.pane--footer .module-links {
  text-transform: uppercase;
  font-size: 1.4rem;
}
.pane--footer .module-links li:not(:last-child) {
  margin-bottom: 10px;
}
.pane--footer .module-subscribe h3::before {
  display: inline-block;
  position: relative;
  content: "";
  margin-right: 18px;
  vertical-align: middle;
  background-image: url('../design/footer-email-logo.png');
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
}
.pane--footer .module-subscribe_list-header, .pane--footer .module-subscribe_email .module_required {
  display: none;
}
.pane--footer .module-subscribe_form {
  padding-right: 195px;
}
@media only screen and (max-width: 480px) {
  .pane--footer .module-subscribe_form {
    padding-right: 0;
  }
}
.pane--footer .module-subscribe_form tbody {
  display: block;
}
.pane--footer .module-subscribe_form tr {
  width: 100%;
  margin: 0;
  padding: 0;
}
.pane--footer .module-subscribe_table-wrap {
  position: relative;
}
.pane--footer .module-subscribe_mailing-list {
  margin: 20px 0 10px;
}
.pane--footer .module-subscribe_list > td {
  padding: 0;
}
.pane--footer .module-subscribe_list table {
  display: block;
  width: 100%;
}
.pane--footer .module-subscribe_list table tr {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .pane--footer .module-subscribe_list table tr {
    width: auto;
    display: block;
  }
}
.pane--footer .module-subscribe input[type=checkbox] + label::before {
  border-color: #fafafa;
  background-color: transparent;
  transform: translateY(0%);
}
.pane--footer .module-subscribe .module-subscribe_submit-button {
  margin: 0;
}
.pane--footer .module-subscribe input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #fafafa;
}
.pane--footer .module-subscribe input[type=text],
.pane--footer .module-subscribe input[type=email] {
  border-color: #fafafa;
}
.pane--footer .module-subscribe input[type=text]:focus,
.pane--footer .module-subscribe input[type=email]:focus {
  outline-offset: 2px;
  outline-color: #fafafa;
}
.pane--footer .module-subscribe .module_actions {
  margin: 0;
  position: absolute;
  right: 0;
  top: 15%;
  width: 100%;
  max-width: 165px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pane--footer .module-subscribe .module_actions {
    top: 10%;
  }
}
@media only screen and (max-width: 480px) {
  .pane--footer .module-subscribe .module_actions {
    position: static;
    margin-top: 20px;
  }
}
.pane--footer .module-subscribe .module_actions .button {
  width: 100%;
  border: 2px solid #0b3041;
  border-radius: 35px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 1.5px;
}
.pane--footer .module-subscribe .module_actions .button:focus {
  outline-offset: 2px;
  outline-color: #fafafa !important;
}
.pane--footer .module-subscribe_unsubscribe {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pane--footer .module-subscribe {
    width: 100%;
  }
}
.pane--footer .module-subscribe_message--success {
  color: #00cc25;
}
.pane--footer .module_message--success {
  color: #fafafa;
}
.pane--footer .module:not(.module-embed) {
  padding-bottom: 40px;
}
.pane--footer2 {
  padding: 50px 0;
  font-size: 1.2rem;
  line-height: 1.83;
}
@media screen and (max-width: 850px) {
  .pane--footer2 {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .pane--footer2 {
    padding: 16px 0 10px;
  }
}
.pane--footer2 .pane_inner {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 851px) {
  .pane--footer2 .pane_inner {
    column-gap: 20px;
  }
  .pane--footer2 .pane_inner > :nth-child(3) {
    justify-self: end;
  }
}
@media screen and (min-width: 1024px) {
  .pane--footer2 .pane_inner {
    flex-direction: row;
    justify-content: flex-start;
  }
  .pane--footer2 .pane_inner > div {
    width: fit-content;
  }
}
.pane--footer2 .module-cta {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  margin-left: 10px;
  background-color: #f1af0f;
  margin-bottom: 23px;
}
.pane--footer2 .module-cta .button--meeting {
  display: block;
  font-size: 1.3rem;
  color: #141c1f;
  font-weight: 500;
  padding: 23px 35px;
  height: auto;
  border: none;
  text-align: center;
  margin: auto;
}
.pane--footer2 .module-cta .button--meeting:hover {
  background-color: #dc9e27;
  color: #141c1f;
}
.pane--footer2 .module-cta .button--meeting:focus {
  outline-color: #f1af0f !important;
}
@media screen and (min-width:1024px) {
  .pane--footer2 .module-links {
    margin-top: unset;
    display: inline-block;
}
}
@media only screen and (max-width: 768px) {
  .pane--footer2 .module-links {
    float: none;
    text-align: center;
  }
}
.pane--footer2 .module-links_list {
  margin-bottom: 25px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 25px;
}
@media screen and (min-width: 1024px) {
  .pane--footer2 .module-links_list {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    flex-direction: row;
    row-gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pane--footer2 .module-links_list {
    justify-content: center;
  }
}
.pane--footer2 .module-links_list li {
  line-height: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .pane--footer2 .module-links_list li:not(:first-child)::before, .pane--footer2 .module-links_list li:last-child::after {
    content: "|";
    font-family: avenirnextprocondensedmedium, sans-serif;
    font-weight: bold !important;
    font-size: 1.2rem !important;
    margin: 0 20px;
  }
  .pane--footer2 .module-links_list li:last-child::after {
    margin-right: 0;
  }
}
.pane--footer2 .module-q4-credits {
  display: inline-block;
}
@media screen and (min-width:1024px) {
  .pane--footer2 .copyright {
    margin-top: 0;
    display: inline-block;
  }
}
.pane--footer2 .social {
  text-align: center;
}
.pane--footer2 .social_links span {
  background-color: #f1f2f2;
  color: #0b3041;
}
@media screen and (min-width: 1024px) {
  .pane--footer2 .social_links span {
    color: #17709c;
  }
}
@media screen and (min-width: 1024px) {
  .pane--footer2 .social {
    margin-top: 6px;
  }
}
.pane--credits .pane_inner {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1340px) {
  .js--header-small .pane--header {
    background-color: #fff;
  }
}
.layout_footer {
  background-color: #0b3041;
  color: #fafafa;
}
@media screen and (min-width: 1024px) {
  .layout_footer {
    background-color: #17709c;
  }
}
.layout_footer a,
.layout_footer .copyright {
  color: inherit;
  font-family: avenirnextprocondensedmedium, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}
.layout_footer .copyright {
  margin: 0 auto;
  margin-bottom: 26px;
}
.layout_footer .copyright:last-child {
  margin-bottom: 13px;
}
@media screen and (min-width: 1024px) {
  .layout_footer .copyright:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .layout_footer .copyright {
    margin-bottom: 0;
  }
  .layout_footer .copyright:not(.module-html)::after {
    content: "|";
    margin: 0;
    margin-left: 20px;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.layout_footer a[href]:has(#brand-icon) {
  display: none;
}
@media screen and (min-width: 1024px) {
  .layout_footer a[href]:has(#brand-icon) {
    display: inline-block;
    font-size: 1.4rem;
  }
}

.module-html.copyright .module_container--inner {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .module-html.copyright .module_container--inner {
    flex-direction: row;
  }
}

/* --------- Page Specific -------- */
.page--no-alternating .pane--content {
  padding: 35px 0;
}
.page--no-alternating .module {
  padding-top: 35px;
  padding-bottom: 35px;
}

/* -------- Module Specific ------- */
.pane.pane--banner {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.pane.pane--banner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.pane.pane--banner #hero-video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.module-banner.pane--banner {
  position: relative;
  padding-top: calc(83px + var(--sticky-header-height)) !important;
  padding-bottom: 114px;
  overflow: hidden;
}
.module-banner.pane--banner .pane--banner__text-content {
  position: relative;
  z-index: 2;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.module-banner.pane--banner .pane--banner__text-content > * {
  margin: 0;
  color: #fff;
}
.module-banner.pane--banner .pane--banner__text-content h2 {
  font-family: AvenirNextProCondensedMedium, sans-serif;
}
@media screen and (min-width: 1024px) {
  .module-banner.pane--banner .pane--banner__text-content {
    padding-left: 0;
    padding-right: 0;
  }
  .module-banner.pane--banner .pane--banner__text-content h2 {
    font-size: 5.5rem;
    line-height: 65px;
  }
}
.module-banner.pane--banner .pane--banner__text-content h3,
.module-banner.pane--banner .pane--banner__text-content h4 {
  font-weight: normal;
}
.module-banner.pane--banner .pane--banner__text-content h3 {
  font-family: AvenirNextProCondensedDemi;
  font-size: 3.6rem;
  line-height: 46px;
}
.module-banner.pane--banner .pane--banner__text-content h4 {
  font-family: AvenirNextProCondensedMedium, sans-serif;
  font-size: 2.8rem;
  line-height: 38px;
}

.module-overview,
.module-what-we-do {
  text-align: left;
}
.module-overview .button,
.module-what-we-do .button {
  margin: 0;
}
.module-overview_content h2,
.module-what-we-do_content h2 {
  margin: 0 auto;
  text-transform: none;
}
.module-what-we-do_content h2 {
  color: #0B3041;
}
.module-overview_content p,
.module-what-we-do_content p {
  font-weight: 400;
  margin: 2.4rem 0;
}
.module-what-we-do_content p .blue {
  color: #0094ff;
}
@media only screen and (max-width: 1200px) {
  .module-overview,
.module-what-we-do {
    text-align: center;
  }
  .module-overview .button,
.module-what-we-do .button {
    margin: 0 auto;
  }
}

.module-overview {
  padding: 8rem 0 !important;
  position: relative;
  background-image: url('../design/SurgeonPatient-Love.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.module-overview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.module-overview .module_container {
  display: flex;
  justify-content: space-between;
}
.module-overview_content {
  padding-right: 0 !important;
  padding-left: 2.3rem !important;
  padding-bottom: 0 !important;
  z-index: 2;
  max-width: 940px;
}
.module-overview_content > * {
  color: #fff;
}
.module-overview_content h2 {
  font-family: avenirnextprocondensed, sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .module-overview_content h2 {
    font-family: avenirnextprocondenseddemi, sans-serif;
    font-weight: bold;
  }
}
.module-overview_content p {
  font-size: 2rem;
  line-height: 3rem;
}
.module-overview_image {
  min-height: 29.8rem;
  height: 100%;
  background: url("sytsurgical2025corp/design/overview.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .module-overview .module_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .module-overview_content, .module-overview_image {
    width: 100%;
  }
  .module-overview_content {
    padding-right: 0;
    padding-bottom: 6.6rem;
    margin: 0 auto;
  }
  .module-overview_image {
    margin-left: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .module-overview_image {
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .module-overview_image {
    min-height: 18rem;
    background: url("sytsurgical2025corp/design/overview_mobile.jpg") center center no-repeat;
    background-size: cover;
  }
}

.module-what-we-do .module_container {
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-right: 0 !important;
  max-width: 940px;
}
.module-what-we-do .module_container--inner {
  display: flex;
}
.module-what-we-do_content, .module-what-we-do_video {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .module-what-we-do .video_container {
    width: 100%;
    padding-top: 56.25%;
  }
}
.module-what-we-do_content p {
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
}
.module-what-we-do_video {
  position: relative;
  overflow: hidden;
  padding-top: 28.25%;
}
.module-what-we-do_video .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media only screen and (max-width: 1200px) {
  .module-what-we-do {
    text-align: center;
  }
  .module-what-we-do .module_container {
    flex-direction: column-reverse;
  }
  .module-what-we-do_content, .module-what-we-do_video {
    width: 100%;
  }
  .module-what-we-do_content {
    padding: 8rem 4rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  .module-what-we-do_content {
    padding: 11rem 4rem;
  }
}
@media only screen and (max-width: 1200px) {
  .module-what-we-do_video {
    display: flex;
    padding-top: 56.25%;
  }
}
/* .module-what-we-do .button {
  margin-left: auto;
  margin-right: auto;
} */
.module-portfolio .grid_col h3 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 4.8rem;
  line-height: 5.809rem;
  font-weight: 500;
  font-family: avenirnextprocondensedmedium, sans-serif;
  color: #17709c;
}
.module-portfolio .grid_col h3::before {
  content: "";
  vertical-align: middle;
  padding-right: 1.6rem;
  display: inline-block;
  background-repeat: no-repeat;
  width: 73px;
  height: 80px;
}
.module-portfolio .grid_col h4,
.module-portfolio .grid_col .h4 {
  text-transform: none;
  font-weight: 500;
  margin: 0;
}
.module-portfolio .grid_col:first-of-type h3::before {
  background-image: url('../design/portfolio/portfolio_1.svg');
}
.module-portfolio .grid_col:nth-of-type(2) h3::before {
  background-image: url('../design/portfolio/portfolio_2.svg');
}
.module-portfolio .grid_col:nth-of-type(3) h3::before {
  background-image: url('../design/portfolio/portfolio_3.svg');
}
.module-portfolio .grid_col:nth-of-type(4) h3::before {
  background-image: url('../design/portfolio/portfolio_4.svg');
}
.module-portfolio_column {
  padding: 0 10px;
  text-align: center;
  position: relative;
}
.module-portfolio .grid {
  padding-bottom: 2.4rem;
}
.module-portfolio .slick-slide:not(:first-child) .module-portfolio_column,
.module-portfolio .grid_col {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .module-portfolio .grid_col:not(:first-child) .module-portfolio_column {
    border-left: 1px solid #ddd;
  }
}
.module-portfolio .slick-arrow::before {
  font-size: 20px;
  color: #0094ff;
}
@media only screen and (max-width: 1024px) {
  .module-portfolio .module-portfolio_column {
    padding-bottom: 4.8rem;
  }
  .module-portfolio .grid_col:nth-of-type(3) .module-portfolio_column {
    border-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .module-portfolio .grid {
    padding-bottom: 0;
  }
  .module-portfolio .grid_col:not(:first-child) .module-portfolio_column::before {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    right: 5%;
  }
  .module-portfolio .module-portfolio_column {
    border-left: 0;
    padding: 2.4rem 0;
  }
}

.module-dividends .table {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.module-dividends .table th {
  width: 25%;
}
.module-dividends .table th,
.module-dividends .table td {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 20px 30px;
}
@media (max-width: 620px) {
  .module-dividends .table--responsive thead {
    display: none;
  }
  .module-dividends .table--responsive tbody {
    border-top: none;
    border-bottom: none;
  }
  .module-dividends .table--responsive tr {
    display: flex;
    flex-direction: column;
  }
  .module-dividends .table--responsive td::before {
    content: attr(data-heading) ": ";
    font-weight: bold;
  }
}

/* HOME: Latest Presentation & Events */
.module-presentation-events {
  background: -moz-linear-gradient(left, #fafafa 66.66667%, #aaa 66.66667%);
  background: -webkit-linear-gradient(left, #fafafa 66.66667%, #aaa 66.66667%);
  background: linear-gradient(to right, #fafafa 66.66667%, #aaa 66.66667%);
}
@media only screen and (max-width: 1024px) {
  .module-presentation-events {
    background: transparent;
  }
}
.module-presentation-events .module_container--inner > .grid {
  background: -moz-linear-gradient(left, #fafafa 66.66667%, #aaa 66.66667%);
  background: -webkit-linear-gradient(left, #fafafa 66.66667%, #aaa 66.66667%);
  background: linear-gradient(to right, #fafafa 66.66667%, #aaa 66.66667%);
}
@media only screen and (min-width: 1025px) {
  .module-presentation-events .module_container--inner > .grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media only screen and (max-width: 1024px) {
  .module-presentation-events .module_container--inner > .grid {
    background: transparent;
  }
}
.module-presentation-events .module-presentation-latest {
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .module-presentation-events .module-presentation-latest .module_container--content {
    padding-right: 25px;
  }
  .module-presentation-events .module-presentation-latest .module_container--content > .grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .module-presentation-events .module-presentation-latest .module_container--content > .grid > .grid_col {
    position: relative;
  }
}
.module-presentation-events .module-presentation-latest .button--cta {
  position: absolute;
  bottom: 10px;
}
.module-presentation-events .module-slideshow_link-container {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .module-presentation-events .module-slideshow_link-container {
    margin-bottom: 25px;
  }
}

.module-cta [class*=q4-icon_]::before {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: sub;
}

/* Corporate landing page esg module */
.module-home-esg {
  background: rgba(0, 0, 0, 0.6) url('../design/PatientSurgery-Photo.png') center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.module-home-esg_title {
  text-transform: none;
  margin-bottom: 24px;
}
.module-home-esg .h4 {
  font-weight: 500;
  text-transform: none;
  margin: 24px 100px;
}
.module-home-esg p {
  font-size: 2rem;
  line-height: 30px;
}
.module-home-esg a {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .module-home-esg .h4 {
    margin: 24px 0;
  }
}

/* Services Page */
.module_services {
  /* OBS SERVICE SPECIFIC */
  /* ASC SERVICE SPECIFIC */
  /* REGULATORY SPECIFIC */
  /* ACCORDION OVERIDES */
  /* SEARCH PAGE */
}
.module_services .pane.pane--banner,
.PagePageNotFound  .pane.pane--banner {
  background-color: #0b3041;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='355' viewBox='0 0 1440 355' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9873_6556)'%3E%3Cpath d='M0 613C240 207 480 77.0001 720 223C960 369 1200 499 1440 613' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.98' d='M0 600.4C240 202.8 480 76.9996 720 223C960 369 1200 494.8 1440 600.4' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.96' d='M0 587.8C240 198.6 480 77 720 223C960 369 1200 490.6 1440 587.8' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.94' d='M0 575.2C240 194.4 480 77.0004 720 223C960 369 1200 486.4 1440 575.2' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.92' d='M0 562.601C240 190.2 480 77.0005 720 223.001C960 369.001 1200 482.201 1440 562.601' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.9' d='M0 550C240 186 480 76.9998 720 223C960 369 1200 478 1440 550' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.88' d='M0 537.4C240 181.8 480 76.9999 720 223C960 369 1200 473.8 1440 537.4' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.86' d='M0 524.801C240 177.601 480 77.0006 720 223.001C960 369.001 1200 469.601 1440 524.801' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.84' d='M0 512.2C240 173.4 480 76.9999 720 223C960 369 1200 465.4 1440 512.2' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.83' d='M0 499.6C240 169.2 480 76.9997 720 223C960 369 1200 461.2 1440 499.6' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.81' d='M0 487C240 165 480 77.0002 720 223C960 369 1200 457 1440 487' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.79' d='M0 474.4C240 160.8 480 76.9999 720 223C960 369 1200 452.8 1440 474.4' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.77' d='M0 461.8C240 156.6 480 77.0001 720 223C960 369 1200 448.6 1440 461.8' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.75' d='M0 449.2C240 152.4 480 76.9997 720 223C960 369 1200 444.4 1440 449.2' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.73' d='M0 436.6C240 148.2 480 77.0005 720 223C960 369 1200 440.2 1440 436.6' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.71' d='M0 424C240 144 480 76.9997 720 223C960 369 1200 436 1440 424' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.69' d='M0 411.4C240 139.8 480 76.9997 720 223C960 369 1200 431.8 1440 411.4' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.67' d='M0 398.8C240 135.6 480 77.0001 720 223C960 369 1200 427.6 1440 398.8' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.65' d='M0 386.2C240 131.4 480 77.0001 720 223C960 369 1200 423.4 1440 386.2' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.63' d='M0 373.6C240 127.2 480 76.9998 720 223C960 369 1200 419.2 1440 373.6' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.61' d='M0 361C240 123 480 77 720 223C960 369 1200 415 1440 361' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.59' d='M0 348.4C240 118.8 480 76.9999 720 223C960 369 1200 410.8 1440 348.4' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.57' d='M0 335.8C240 114.6 480 77 720 223C960 369 1200 406.6 1440 335.8' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.55' d='M0 323.2C240 110.4 480 77.0004 720 223C960 369 1200 402.4 1440 323.2' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.53' d='M0 310.6C240 106.2 480 77 720 223C960 369 1200 398.2 1440 310.6' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.52' d='M0 298C240 102 480 77 720 223C960 369 1200 394 1440 298' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.5' d='M0 285.401C240 97.8006 480 77.0006 720 223.001C960 369.001 1200 389.801 1440 285.401' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.48' d='M0 272.8C240 93.5997 480 76.9997 720 223C960 369 1200 385.6 1440 272.8' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.46' d='M0 260.2C240 89.4003 480 77.0003 720 223C960 369 1200 381.4 1440 260.2' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.44' d='M0 247.6C240 85.2003 480 77.0003 720 223C960 369 1200 377.2 1440 247.6' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.42' d='M0 235C240 80.9999 480 76.9999 720 223C960 369 1200 373 1440 235' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.4' d='M0 222.4C240 76.7998 480 76.9998 720 223C960 369 1200 368.8 1440 222.4' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.38' d='M0 209.8C240 72.6002 480 77.0002 720 223C960 369 1200 364.6 1440 209.8' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.36' d='M0 197.2C240 68.4002 480 77.0002 720 223C960 369 1200 360.4 1440 197.2' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.34' d='M0 184.6C240 64.2001 480 77.0001 720 223C960 369 1200 356.2 1440 184.6' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.32' d='M0 172.001C240 60.0005 480 77.0005 720 223.001C960 369.001 1200 352.001 1440 172.001' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.3' d='M0 159.4C240 55.8004 480 77.0004 720 223C960 369 1200 347.8 1440 159.4' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.28' d='M0 146.8C240 51.5997 480 76.9997 720 223C960 369 1200 343.6 1440 146.8' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.26' d='M0 134.2C240 47.3997 480 76.9997 720 223C960 369 1200 339.4 1440 134.2' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.24' d='M0 121.6C240 43.2003 480 77.0003 720 223C960 369 1200 335.2 1440 121.6' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.22' d='M0 109C240 39.0004 480 77.0004 720 223C960 369 1200 331 1440 109' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.21' d='M0 96.3998C240 34.7998 480 76.9998 720 223C960 369 1200 326.8 1440 96.3998' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.19' d='M0 83.8003C240 30.6003 480 77.0003 720 223C960 369 1200 322.6 1440 83.8003' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.17' d='M0 71.2005C240 26.4005 480 77.0005 720 223.001C960 369.001 1200 318.401 1440 71.2005' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.15' d='M0 58.6002C240 22.2002 480 77.0002 720 223C960 369 1200 314.2 1440 58.6002' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.13' d='M0 45.9998C240 17.9998 480 76.9998 720 223C960 369 1200 310 1440 45.9998' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.11' d='M0 33.4006C240 13.8006 480 77.0006 720 223.001C960 369.001 1200 305.801 1440 33.4006' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.09' d='M0 20.8005C240 9.60046 480 77.0005 720 223C960 369 1200 301.6 1440 20.8005' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3Cpath opacity='0.07' d='M0 8.20013C240 5.40013 480 77.0001 720 223C960 369 1200 297.4 1440 8.20013' stroke='%230094FF' stroke-opacity='0.6' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9873_6556'%3E%3Crect width='1440' height='480' fill='white' transform='translate(0 -17)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .module_services .pane.pane--banner,
  .PagePageNotFound  .pane.pane--banner {
    max-height: 355px;
  }
}
.module_services .pane.pane--banner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-color: rgba(11, 48, 65, 0.6);
  width: 100%;
  height: 100%;
}
.module_services .pane.pane--banner::after {
  background-color: transparent;
}
.module_services .module-page-title h1 {
  color: white;
}
@media screen and (min-width: 1024px) {
  .module_services .module-page-title h1 {
    margin-top: -35px;
  }
}
.module_services .module_title {
  font-family: AvenirNextProCondensedMedium;
  color: #0b3041;
}
.module_container--widget h2,
.module_services .module-services-intro h2, 
.module_services .module-services-intro .module_title {
  font-family: AvenirNextProCondensedMedium;
}
.module_services .pane--content .module.module_portfolio-overview-intro {
  padding-top: 8rem;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .module_services .pane--content .module.module_portfolio-overview-intro {
    padding-top: 11rem;
  }
}
.module_services .pane--content .module.module_portfolio-overview-intro .module_container--outer {
  max-width: 1180px;
}
.module_services .pane--content .module.module_portfolio-overview-intro .module_container--outer h2 {
  margin-bottom: 15px;
  font-family: avenirnextprocondensed, sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 46px;
  color: #0b3041;
}
.module_services .pane--content .module-slider--our-services {
  padding: 0;
}
.module_services .pane--content .module-slider--our-services .module_container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1180px;
}
.module_services .pane--content .module-slider--our-services .module_container--widget h2 {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #0b3041;
}
@media screen and (min-width: 1024px) {
  .module_services .pane--content .module-slider--our-services .module_container--widget h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.module_services .pane--content .service-overview-video {
  padding-top: 3.5rem;
  padding-bottom: 8rem;
}
.module_services .pane--content .service-overview-video #service-video {
  position: relative;
  width: 100%;
  height: auto;
}
.module_services .module-services-intro {
  padding: 8rem 0;
  padding-bottom: 0;
}
.module_services .module-services-intro {}
.module_services .module-services-intro img{
  margin: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .module_services .module-services-intro {
    padding: 11rem 0;
    padding-bottom: 0;
  }
  .module_services .module-services-intro .grid.grid--flex {
    column-gap: 50px;
  }
  .module_services .module-services-intro .grid.grid--flex > .grid_col.grid_col--6-of-12 {
    padding-left: 0;
    flex-basis: calc(50% - 25px);
  }
  .module_services .module-services-intro .grid.grid--flex > .grid_col.grid_col--12-of-12 {
    padding-left: 0;
  }
}
.module_services .module-services-intro--shade {
  background-color: #f3f7f9;
  padding: 8rem 0;
}
@media screen and (min-width: 1024px) {
  .module_services .module-services-intro--shade {
    padding: 11rem 0;
  }
}
.module_services .module-services-intro h2,
.module_services .module-services-intro .module_title {
  color: #0094ff;
}
.module_services .module-services-intro--ir h2,
.module_services .module-services-intro--ir .module-title {
  color: #0b3041;
}
.module_services .module-services-intro p {
  margin-bottom: 0;
}
.module_services #our-products-slider .splide__arrow,
.module_services #our-products-slider-desktop .splide__arrow {
  border-color: #0b3041;
}
.module_services #our-products-slider .splide__arrow svg,
.module_services #our-products-slider-desktop .splide__arrow svg {
  fill: #0b3041;
}
.module_services #our-products-slider .splide__arrow:hover,
.module_services #our-products-slider-desktop .splide__arrow:hover,
.module_services #our-properties-slider .splide__arrow:hover {
  border-color: #0094ff;
  background-color: #0094ff !important;
}
.module_services #our-products-slider .splide__arrow:hover svg,
.module_services #our-products-slider-desktop .splide__arrow:hover svg,
.module_services #our-properties-slider .splide__arrow:hover svg {
  fill: #fff;
}
.module_services--obs #our-products-slider-track,
.module_services--obs #our-products-slider-desktop-track {
  max-width: 675px;
  margin: auto;
}
.module_services--obs .pane--content .service-overview-video {
  padding-bottom: 0;
}
.module_services--obs .module-faq {
  padding-bottom: 45px;
}
.module_services--obs .module-faq .module_container--outer .module_container--inner {
  padding-bottom: 60px;
  border-bottom: 1px solid #aaa;
}
.module_services--abs .module-services-intro {
  margin-bottom: 45px;
}
.module_services--abs .module-services-intro .grid--flex {
  row-gap: 45px;
}
.module_services--abs .module-faq {
  padding-bottom: 0;
}
.module_services--abs .module-faq .module_container--outer .module_container--inner {
  padding-bottom: 0;
  border-bottom: none;
}
.module_services--abs #our-products-slider,
.module_services--abs #our-products-slider-desktop {
  padding-top: 0;
  margin-bottom: 45px;
}
.module_services--abs .module_services--bottom-content {
  padding-top: 0;
}
.module_services--reg .module_container--inner {
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 940px;
}
@media screen and (min-width: 1024px) {
  .module_services--reg .nav--desktop--container .module_container--inner {
    max-width: 100%;
  }
  .module_services--reg .module_container--inner {
    padding-left: 0;
    padding-right: 0;
  }
  .module_services--reg .module_container--inner .grid.grid--flex {
    align-items: center;
  }
  .module_services--reg .module-services-intro--shade h2 {
    margin-bottom: 0;
  }
  .module_services--reg .module-services-intro--shade img {
    padding-top: 1.5rem;
    float: right;
  }
}
.module_services--reg .module-services-intro--shade {
  background-color: #f3f7f9;
  padding: 8rem 2rem;
}
@media screen and (min-width: 1024px) {
  .module_services--reg .module-services-intro--shade {
    padding: 11rem 2rem;
  }
}
.module_services--reg .module-services-intro--shade .grid {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .module_services--reg .module-services-intro--shade .grid--flex {
    row-gap: 20px;
  }
}
.module_services--reg .module-services-intro--shade .grid--flex h3.h2 {
  font-family: AvenirNextProCondensedMedium, sans-serif;
  margin-bottom: 15px;
  color: #0b3041;
}
@media screen and (max-width: 1024px) {
  .module_services--reg .module-services-intro--shade .reg--feat-img {
    margin: 45px auto; 
  }  
}
.module_services--reg .service-overview-video {
  padding: 8rem 0 !important;
}
@media screen and (min-width: 1024px) {
  .module_services--reg .service-overview-video {
    padding: 11rem 0 8rem 0 !important;
  }
}
.module_services--reg .service-overview-video__content #service-video {
  width: 100%;
  cursor: pointer;
}
.module_services--reg .module-html:not(.copyright):not(.social) {
  padding: 8rem 0;
}
@media screen and (min-width: 1024px) {
  .module_services--reg .module-html:not(.copyright):not(.social) {
    padding: 11rem 0;
  }
}
.module_services--reg .module-html:not(.copyright):not(.social) h2 {
  font-family: AvenirNextProCondensedMedium, sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 46px;
}
.module_services--reg .module-html:not(.copyright):not(.social) p {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 30px;
  color: #0b3041;
}
.module_services--reg .module-html:not(.copyright):not(.social) ul {
  margin-top: 0;
  padding-left: 2rem;
}
.module_services--reg #our-products-slider .splide__arrow.splide__arrow--prev {
  left: -1rem;
}
.module_services--reg #our-products-slider .splide__arrow.splide__arrow--next {
  right: -1rem;
}
.module_services--reg #our-products-slider .splide__arrow,
.module_services--reg #our-products-slider-desktop .splide__arrow {
  border-color: #fff !important;
}
.module_services--reg #our-products-slider .splide__arrow,
.module_services--reg #our-products-slider-desktop .splide__arrow {
  background-color: #fff !important;
}
.module_services--reg #our-products-slider .splide__arrow svg,
.module_services--reg #our-products-slider-desktop .splide__arrow svg {
  fill: #0b3041 !important;
}
.module_services--reg #our-products-slider .splide__pagination__page.is-active,
.module_services--reg #our-products-slider-desktop .splide__pagination__page.is-active {
  background-color: #fff;
}
.module_services--blue-bg {
  background-color: #0094ff;
  padding: 8rem 0;
}
@media screen and (min-width: 1024px) {
  .module_services--blue-bg {
    padding: 11rem 0;
  }
}
.module_services--blue-bg h2 {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 0px;
  color: #fff;
  font-family: AvenirNextProCondensed, sans-serif !important;
}
.module_services--blue-bg h2 strong {
  font-family: AvenirNextProCondensedBold, sans-serif;
  font-weight: 600;
}
.module_services--bottom-content p {
  padding-top: 45px;
  border-top: 1px solid #aaa;
  font-weight: 400;
  font-size: 2rem;
  line-height: 30px;
  color: #0094ff;
}
.module_services .module-faq {
  padding-top: 45px;
}
.module_services .module-faq .module_item {
  margin-bottom: 45px;
  border-top: 1px solid #e45d13;
}
.module_services .module-faq .module_item:last-child {
  border-bottom: 0 solid #e45d13;
}
.module_services .module-faq .module_item.js--active:last-child {
  border-bottom: 1px solid #e45d13;
}
.module_services .module-faq .module_item h3 {
  color: #0b3041;
  font-size: 2rem;
  line-height: 30px;
}
.module_services .module-faq .module_item.js--active > .h4 button,
.module_services .module-faq .module_item > .h4 button {
  color: #0b3041;
  font-size: 2rem;
}
.module_services .module-faq .module_item > .h4 button small {
  font-size: 1.2rem;
}
.module_services .module-faq .module_item.js--active > .h4 button::before,
.module_services .module-faq .module_item > .h4 button::before {
  color: #E45D13;
}
.module_services .module-faq_answer {
  background-color: #fff;
  padding-inline: 0;
}
.module_services .module-faq_answer > .grid.grid--flex > .grid_col > img {
  display: block;
  margin: auto;
}
@media screen and (min-width:1024px) {
  .module_services .module-faq_answer > .grid.grid--flex {
    column-gap: 50px;
    justify-content: space-between;
  }
  .module_services .module-faq_answer > .grid.grid--flex > .grid_col--6-of-12 {
    flex-basis: calc(50% - 25px);
  }
  .module-faq_answer_feat-img {
    display: flex;
    justify-content: flex-end;
  }
}
.module_services .module-faq_answer > .grid.grid--flex > .grid_col > ul {
  padding-left: 2.5rem;
  font-size: 1.6rem;
}
.module_services .module-faq_answer > .grid.grid--flex > .grid_col > ul li strong {
  color: #0B3041;
}
.module_services .module-search-results .form_select {
  border-radius: 0;
}
.module_services .module-search-results_link {
  font-size: 2.8rem;
  line-height: 38px;
}
@media screen and (min-width: 1024px) {
  .module_services .module-search-results_link {
    font-size: 3.8rem;
    line-height: 48px;
  }
}
.module_services .module-search-results_description {
  font-size: 1.6rem;
  line-height: 20px;
}
.module_services .module-search-results_pager.pager .pager_button {
  border: 1px solid #17709c;
}
.module_services .module-search-results_pager.pager .pager_button:hover {
  background-color: #17709c;
  color: #fff;
}
.module_services .module-search-results_pager.pager .pager_button:hover span {
  color: #fff;
}

/* SURGICAL INNOVATION */
.section-company {
  /* INVESTOR PAGE */
}
.section-company .pane.pane--banner {
  background-image: url('../design/banner/company-hero.png');
}
.section-company .pane.pane--banner::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.section-company .pane--content .module-slider--our-services .module_container {
  margin: auto;
  max-width: 940px;
}
.section-company .pane--content .module-slider--our-services--ai {
  padding-left: 20px;
  padding-right: 20px;
}
.section-company .module-services-intro {
  margin-bottom: 45px;
}
.section-company .module-services-intro .grid {
  padding-bottom: 45px;
  border-bottom: 1px solid #aaa;
}
.section-company .module-services-intro .grid--flex {
  row-gap: 45px;
}
.section-company .pane--content .module-slider--our-services {
  padding-bottom: 45px;
}
.section-company .pane--content .module-slider--our-services p {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .section-company__module-services #our-products-slider .splide__slide:last-child,
  .section-company__module-services #our-products-slider-desktop .splide__slide:last-child {
    width: 100% !important;
  }
}
.section-company .module_services--bottom-content {
  padding-top: 20px;
}
.section-company .module--no-padding-bottom h2 {
  color: #0b3041;
}
.section-company .module-why-invest .grid--flex {
  align-items: flex-start;
  row-gap: 45px;
}
.section-company .module-why-invest .grid--flex .feat-img {
  margin: auto;
  display: block;
}
@media screen and (min-width:1024px) {
  .section-company .module-why-invest .extra-padding {
    margin-top: 0;
    padding-left: 85px;
  }
  .section-company .module-why-invest .extra-padding p:first-of-type {
    margin-top: 0;
  }
}
.section-company .module-why-invest h2 {
  color: #0b3041;
  font-family: avenirnextprocondensed, sans-serif;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 46px;
}
.section-company .module-the-market {
  margin-bottom: 0;
}
.section-company .module-the-market .module_container--outer {
  max-width: 1180px;
}
.section-company .module-the-market .grid {
  border-bottom: none;
  padding-bottom: 0;
}
.section-company .module-the-market .grid.grid--flex {
  column-gap: 0;
}
.section-company .module-the-market .grid h2 {
  margin-bottom: 0;
  color: #0b3041;
}
.section-company .module-the-market .card {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 15px;
  height: 100%;
}
/* @media screen and (min-width: 768px) {
  .section-company .module-the-market .card {
    min-height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .section-company .module-the-market .card {
    min-height: 227px;
  } 
  .section-company .module-the-market .card.card--small { 
    min-height: 203px;
  }
}
@media screen and (min-width: 1200px) {
  .section-company .module-the-market .card {
    min-height: 227px;
  }
  .section-company .module-the-market .card.card--small { 
    min-height: 203px;
  }
} */
.section-company .module-the-market .card h3 {
  margin: 0;
  font-family: avenirnextprocondensed, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}
.section-company .module-the-market .card p {
  margin: 0;
  font-size: 1.6rem;
}
.section-company .module-home-esg {
  background-image: url('../design/investors/invest-oppsbg.png');
}
.section-company .module-contact .module_container--outer {
  padding: 0;
}
.section-company .module-contact .text-content {
  padding: 6rem 4rem;
}
@media screen and (min-width: 1024px) {
  .section-company .module-contact .text-content {
    padding: 12rem 8.5rem 12rem 13rem;
  }
}
.section-company .module-contact .feat-img {
  background-image: url('../design/investors/contact-2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-company .module-contact .button.button-cta {
  margin: 0;
  max-width: 375px;
  font-weight: bold;
  font-family: avenirnextprocondensedmedium, sans-serif;
}
@media screen and (max-width: 1024px) {
  .section-company .module-contact .button.button-cta br {
    display: none;
  }
}
.section-company .module_services--blue-bg {
  padding: 8rem 0;
}
@media screen and (min-width: 1024px) {
  .section-company .module_services--blue-bg {
    padding: 11rem 0;
  }
}
.section-company .module_services--blue-bg h2.h1 {
  margin-bottom: 24px;
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  font-family: AvenirNextProCondensedBold, sans-serif;
}
.section-company .module_services--blue-bg--investors h2.h1 {
  font-family: AvenirNextProCondensedBold, sans-serif !important;
}
.section-company .module_services--blue-bg h2.h1 br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section-company .module_services--blue-bg h2.h1 br {
    display: block;
  }
}
.section-company .module_services--blue-bg h3.h2 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  font-family: AvenirNextProCondensedMedium;
  margin-bottom: 0;
}
.section-company .module_services--blue-bg h3.h2 br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .section-company .module_services--blue-bg h3.h2 br {
    display: block;
  }
}

/* CONTACT PAGE */
.module_services.module-contact .pane--content {
  padding: 8rem 2rem;
}
@media screen and (min-width: 1024px) {
  .module_services.module-contact .pane--content {
    padding: 11rem 2rem;
  }
}
.module_services.module-contact .pane--content .ModuleOuterContainer {
  margin: auto;
  max-width: 1180px;
}
.contact-info_p_mail-link {
  color: #0094FF;
}
@media (min-width: 1024px) {
  .module_services.module-contact .pane--content .ModuleOuterContainer .ModuleInnerContainer {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .module_services.module-contact .pane--content .ModuleOuterContainer .ModuleInnerContainer {
    grid-template-columns: 1fr 1fr;
  }
  .module_services.module-contact .pane--content .ModuleOuterContainer .ModuleInnerContainer > .ErrorContainer, 
  .module_services.module-contact .pane--content .ModuleOuterContainer .ModuleInnerContainer > .Item.ItemMessage, 
  .module_services.module-contact .pane--content .ModuleOuterContainer .ModuleInnerContainer > .RecaptchaContainer, 
  .module_services.module-contact .pane--content .ModuleOuterContainer .ModuleInnerContainer > div:last-child {
    grid-column: 1/-1;
  }
}
.module_services.module-contact .pane--content .ModuleOuterContainer .Item .Label {
  color: #0b3041;
}
.module_services.module-contact .pane--content .ModuleOuterContainer .Item .error-wrap span {
  color: red;
}
.module_services.module-contact .pane--content .ModuleOuterContainer .Item .FormTextBox,
.module_services.module-contact .pane--content .ModuleOuterContainer .Item .FormDropdown,
.module_services.module-contact .pane--content .ModuleOuterContainer .Item .FormTextArea,
.module_services.module-contact .pane--content .ModuleOuterContainer .Item .FormCheckBoxList,
.module_services.module-contact .pane--content .ModuleOuterContainer .Item .FormRadio {
  height: 44px;
  padding: 11px 14px;
  background-color: #fafafa;
  border: 1px solid #aaa;
  width: 100%;
  box-sizing: border-box;
  font-family: AvenirNextProCondensed;
}
.module_services.module-contact .pane--content .ModuleOuterContainer .ItemMessage .FormTextArea {
  min-height: 250px;
}
.module_services.module-contact .Button.SubmitButton {
  margin-right: 0;
  margin-left: auto;
  width: 158px;
  height: 45px;
  border-radius: 50px;
  padding: 14px 24px;
  padding-right: 24px;
  background-color: #0b3041;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: avenirnextprocondensedmedium, sans-serif;
  font-weight: bold;
  transition: all ease-in-out 0.3s;
}
.module_services.module-contact .Button.SubmitButton:hover {
  background-color: #0094ff;
}

/* CUSTOM SLIDE OVERWRITES */
#our-products-slider,
#our-products-slider-desktop,
#our-properties-slider {
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #our-products-slider.splide--ai .splide__arrow.splide__arrow--prev,
  #our-properties-slider.splide--ai .splide__arrow.splide__arrow--prev {
  left: -1rem;
}
#our-products-slider.splide--ai .splide__arrow.splide__arrow--next,
#our-properties-slider.splide--ai .splide__arrow.splide__arrow--next {
  right: -1rem;
}
}
.splide__card {
  padding: 32px 20px;
  background-color: #F3F7F9;  
  max-width: 240px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .splide__card {
    min-width: 320px;
    min-height: 235px;
  }
  .splide__card--wide {
    max-width: 621px;
  }
  #our-products-slider.splide--ai .splide__card--wide,
  #our-properties-slider.splide--ai .splide__card--wide {
    max-width: 661px;
    min-height: 253px;
  }
}

.splide__card__title {
  margin: 0;
  font-family: AvenirNextProCondensed, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #0B3041;
}
.splide__card__content {
  margin: 0;
  font-family: AvenirNextProCondensed, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .module_our-products-item.splide__slide:has(.splide__card) {
    display: flex;
    align-items: center;
    column-gap: 35px;
  }
  #our-products-slider-track,
  #our-products-slider-desktop-track,
  #our-properties-slider-track {
    margin: auto;
    max-width: 1030px;
  }
}
@media screen and (max-width: 1024px) {
  #our-products-slider-mobile-list {
     align-items: center;
  }  
}
#our-products-slider .splide__pagination,
#our-products-slider-mobile .splide__pagination,
#our-products-slider-mobile .splide__pagination,
#our-products-slider-desktop .splide__pagination,
#our-properties-slider .splide__pagination {
  bottom: initial;
  display: none !important;
}
@media screen and (min-width: 1024px) {
  #our-products-slider .splide__pagination,
  #our-products-slider-desktop .splide__pagination,
  #our-properties-slider .splide__pagination {
    display: flex !important;
  }
}
#our-products-slider .splide__pagination__page,
#our-products-slider-desktop .splide__pagination__page,
#our-properties-slider .splide__pagination__page {
  width: 4rem;
  height: 0.2rem;
  border-radius: 0;
  background-color: #b6c1c6;
}
#our-products-slider .splide__pagination__page.is-active,
#our-products-slider-desktop .splide__pagination__page.is-active,
#our-properties-slider .splide__pagination__page.is-active {
  background-color: #0b3041;
}

.module-person-carousel .module_container--outer {
  max-width: 1280px;
}
.module-person-carousel .module-person-list_person h3 {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 28px;
  color: #0b3041;
}
.module-person-carousel .module-person-list_person p {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 24px;
}
.module-person-carousel .module-person-list_photo-container::before {
  color: #0094ff;
}
/*OVERWRITES*/
.module.module-embed.module-person-carousel.heading-center {
  padding-bottom: 0;
}
.module.module-page-title .module_title {
  font-family: avenirnextprocondensedmedium, sans-serif;
  font-weight: normal;
  text-transform: none;
  color: #FFF;
  z-index: 2;
  position: relative;
}
.module-contact h2 {
  color: #0B3041;
}
@media screen and (min-width: 1024px) {
  .module_our-brands .splide .splide__arrow--prev {
    left: -2.5rem;
  }
  .module_our-brands .splide .splide__arrow--next {
    right: -2.5rem;
  }
}
.button.button-cta,
.module-what-we-do .button,
.module_services.module-contact .Button.SubmitButton,
.button.cm_button.cm_button--accept,
.button.button--inverted.cm_button,
.button.pref_button {
  background-color: rgba(11, 48, 65, 1);
  border: 1px solid #0B3041;
  color: #FFF;
}
.button.button-cta:hover,
.module-what-we-do .button:hover,
.module_services.module-contact .Button.SubmitButton:hover,
.button.cm_button.cm_button--accept:hover,
.button.button--inverted.cm_button:hover,
.button.pref_button:hover {
  background-color: rgba(11, 48, 65, 0);
  border: 1px solid #0B3041;
  color: #0B3041;
  text-decoration: none;
}
.splide--desktop {
  display: none;
}
@media screen and (min-width:1024px) {
  .splide--desktop {
    display: block;
  } 
  .splide--mobile {
    display: none;
  }
}
.ctas-wrapper {
  margin: auto;
  width: 100%;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
} 
.text-indent {
  padding-left: 2.5rem;
}
.text-indent ul {
  padding-left: 2.5rem !important;
}
@media screen and (min-width:768px) {
  .text-indent {
    padding-left: 5rem;
  } 
}
.heading-text {
  font-family: AvenirNextProCondensedMedium !important;
  color: #0B3041;
}
.module_container--widget h2,
.module_services .module-services-intro h2, 
.module_services .module-services-intro .module_title,
.cm_disclaimer-header.h3,
#pref_heading {
  font-family: AvenirNextProCondensedMedium, sans-serif;
}
#pref_heading,
.cm_disclaimer-header.h3 {
  color: #0B3041;
}
/*#nav--mobile-menu  {
  overflow-y: visible !important;
}*/
.MessageSent,
.ContentPaneDiv1 .ErrorMessage {
  padding: 1rem 1.2rem;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1180px;
}
.MessageSent{
  background-color: #d1e7de;
  border: 1px solid green;
  color: green;
}
.ContentPaneDiv1 > .ErrorMessage {
  background-color: #fad7da;
  border: 1px solid red;
  color: red;
}
fieldset:has(.ItemMessage) {
  display: block;
  grid-column: span 2;
}
fieldset:has(.ItemWhich) textarea {
  height: 44px;
  resize: none;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvX3R5cG9ncmFwaHkuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9fdmFyaWFibGVzLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL19nbG9iYWwvX3Jlc2V0LnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL19nbG9iYWwvX2FuaW1hdGlvbnMuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9fZGVmYXVsdC5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9fZ2xvYmFsL19taXhpbnMuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9fcTRpY29ucy5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9fZ2xvYmFsL3BsdWdpbnMvX2dyaWQuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9fdXRpbGl0eS5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9fZ2xvYmFsL19hY2Nlc3NpYmlsaXR5LnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL19nbG9iYWwvX2phdmFzY3JpcHQuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9tb2R1bGVzL19hbGwuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9tb2R1bGVzL19jYWxjdWxhdG9yLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fY2FyZWVycy5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX2NvbnRhY3Quc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9tb2R1bGVzL19jb21taXR0ZWUuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9tb2R1bGVzL19jb3Jwb3JhdGUtcHJvZmlsZS5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX2NvdmVyYWdlLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fZGl2ZXJzaXR5LW1hdHJpeC5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX2Rvd25sb2Fkcy5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX2V2ZW50LnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fZmFxLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fZmluYW5jaWFsLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fZm9ybS5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9fZ2xvYmFsL19mb3JtLW1lZXRpbmcuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9tb2R1bGVzL19nbG9zc2FyeS5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX2hpc3Rvcnkuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9tb2R1bGVzL19pci1vdmVydmlldy13aHktaW52ZXN0LnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fam9iLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fbWlzY2VsbGFuZW91cy5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX25hdmlnYXRpb24uc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9tb2R1bGVzL19uYXYtdjIuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9tb2R1bGVzL19uZXdzLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fb3ZlcnZpZXctY2FyZWVycy5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3BvcnRmb2xpby5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3BvcnRmb2xpby1vdmVydmlldy5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3BhZ2VyLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fcGVyc29uLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fcGVyc29uLXF1b3Rlcy1jYXJvdXNlbC5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3BpcGVsaW5lcy5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3ByZXNlbnRhdGlvbi5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3ByZXZpZXctdG9vbGJhci5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3NlYXJjaC5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3NlYy5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3NraXAuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9tb2R1bGVzL19zbGlkZXIuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9tb2R1bGVzL19zdG9jay1jaGFydC5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3N0b2NrLWhlYWRlci5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3N0b2NrLWJhbm5lci5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3N0b2NrLXF1b3RlLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fc3Vic2NyaWJlLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fdW5zdWJzY3JpYmUuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9tb2R1bGVzL19vdXItYnJhbmRzLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fb3VyLXZhbHVlcy5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3N1c3RhaW5hYmlsaXR5LnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fc3BsaWRlLWdsb2JhbC5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3NwbGlkZS1iYW5uZXIuc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9tb2R1bGVzL19iYW5uZXJzLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvbW9kdWxlcy9fbGluay1ib3hlcy5zY3NzIiwiZmlsZTovLy9Vc2Vycy90aGlhZ28vRG9jdW1lbnRzL3Byb2plY3RzL3E0LWJsYW5rX3RlbXBsYXRlL2Nzcy9zeXRzdXJnaWNhbDIwMjVjb3JwL21vZHVsZXMvX3doeS1pbnZlc3Quc2NzcyIsImZpbGU6Ly8vVXNlcnMvdGhpYWdvL0RvY3VtZW50cy9wcm9qZWN0cy9xNC1ibGFua190ZW1wbGF0ZS9jc3Mvc3l0c3VyZ2ljYWwyMDI1Y29ycC9tb2R1bGVzL19xdWlja2xpbmtzLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL19nbG9iYWwvbGF5b3V0cy9faWZyYW1lLnNjc3MiLCJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvX2JsYW5rLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFJRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOztBQ0NGO0VBQ0U7RUFDQTtFQUNBOztBQUNBO0VBSkY7SUFLSTtJQUNBO0FBQUE7QUFBQTs7OztBQzNCSjtBQUFBO0FBQUE7QUFJQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQXNFRTtFQUNBO0VBQ0E7RUFDQTtF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O0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7O0FFdEZGO0FBQUE7QUFBQTtBQTRCQTtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOztBQUVGO0VBQ0U7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7O0FBRUY7RUFDRTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTs7QUFFRjtFQUNFOzs7QUFLTjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTs7O0FBRUY7RUFDRTs7O0FBRUY7RUFDRTs7O0FBRUY7RUFDRTs7O0FBRUY7RUFDRTs7O0FBS0Y7RUFDRTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTtFQUNBOzs7QUFFRjtFQUNFO0VBQ0E7RUFDQTs7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTtFQUNBOzs7QUFPRjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTs7O0FBRUY7RUFDRTs7O0FBRUY7RUFDRTs7O0FBRUY7RUFDRTs7O0FBRUY7RUFDRTs7O0FBS0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBRUY7RUFDRTs7O0FBRUY7RUFDRTs7O0FBRUY7RUFDRTs7O0FBRUY7RUFDRTs7O0FBS0Y7RUFDRTs7O0FBT0U7RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUEvRU47RUFnQkk7OztBQUdKO0VBaUJJO0VBQ0E7RUFDQTs7O0FBSUY7RUFnQkk7OztBQUtKO0VBZ0JJOzs7QUFZVjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0EsY0E3UW1CO0VBOFFuQjs7QUFDQTtFQVBGO0lBUUk7SUFDQTtJQUNBO0lBQ0E7OztBQUVGO0VBQ0U7SUFDRTtJQUNBOztFQUNTO0lBQ1A7SUFDQTs7RUFHSjtJQUNFOztFQUNTO0lBQ1A7SUFDQTtJQUNBOztFQUdKO0lBQ0U7O0VBQ1M7SUFDUDtJQUNBO0lBQ0E7O0VBR0o7SUFDRTs7RUFDUztJQUNQO0lBQ0E7SUFDQTs7RUFHSjtJQUNFOztFQUNTO0lBQ1A7SUFDQTtJQUNBOztFQUdKO0lBQ0U7O0VBQ1M7SUFDUDtJQUNBO0lBQ0E7O0VBTUo7SUFDRTs7RUFDUztJQUNQO0lBQ0E7SUFDQTs7O0FBSU47RUFDRTtJQUNFO0lBQ0E7O0VBQ1M7SUFDUDtJQUNBOztFQUdKO0lBQ0U7O0VBQ1M7SUFDUDtJQUNBO0lBQ0E7O0VBR0o7SUFDRTs7RUFDUztJQUNQO0lBQ0E7SUFDQTs7RUFHSjtJQUNFOztFQUNTO0lBQ1A7SUFDQTtJQUNBOztFQUdKO0lBQ0U7O0VBQ1M7SUFDUDtJQUNBO0lBQ0E7O0VBR0o7SUFDRTs7RUFDUztJQUNQO0lBQ0E7SUFDQTs7RUFNSjtJQUNFOztFQUNTO0lBQ1A7SUFDQTtJQUNBOzs7QUFJTjtFQUNFO0lBQ0U7SUFDQTs7RUFDUztJQUNQO0lBQ0E7O0VBR0o7SUFDRTs7RUFDUztJQUNQO0lBQ0E7SUFDQTs7RUFHSjtJQUNFOztFQUNTO0lBQ1A7SUFDQTtJQUNBOztFQUdKO0lBQ0U7O0VBQ1M7SUFDUDtJQUNBO0lBQ0E7O0VBR0o7SUFDRTs7RUFDUztJQUNQO0lBQ0E7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O0VBQ0U7SUFDRTs7O0FBTU47RUFDRTs7QUFDQTtFQUZGO0lBR0k7OztBQUVGO0VBQ0U7RUFDQSxhN0RueERJOztBNkRveERKO0VBQ0UsYTdEanhETztFNkRreERQOztBQUVGO0VBQ0U7O0FBQ0E7RUFGRjtJQUdJOzs7QUFJTjtFQUNFO0VBQ0EsYTdEanlESTtFNkRreURKO0VBQ0E7O0FBQ0E7RUFDRTs7QUFDQTtFQUZGO0lBR0k7Ozs7QUFRWjtBQUVFO0VBQ0U7O0FBQ0E7RUFGRjtJQUdJOzs7QUFFRjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTtFQUNBO0VBQ0E7O0FBQ0E7RUFKRjtJQUtJOztFQUNBO0lBSUU7OztBQUtKO0VBQ0UsTzdEcnpEVTs7QTZEd3pEVjtFQUNFOztBQUdKO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFLRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBS1I7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBLGtCN0RuMURnQjtFNkRvMURoQjtFQUNBO0VBQ0E7RUFDQSxhN0R2MkRhO0U2RHcyRGI7RUFDQTs7QUFDQTtFQUNFLGtCN0QvMURROzs7QTZEbzJEZDtBQUNBO0FBQUE7RUFFRTs7QUFFRTtFQURGO0FBQUE7SUFFSTtJQUNBOzs7QUFJRjtBQUFBO0VBQ0U7RUFDQTs7QUFDQTtFQUhGO0FBQUE7SUFJSTs7O0FBRUY7QUFBQTtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0FBQUE7RUFDRSxrQjdEdjNEVTs7O0E2RCszRGxCO0VBQ0U7O0FBSUU7RUFDRTtFQUNBO0VBQ0E7RUFDQSxPN0R4NERZOztBNkQwNERkO0VBQ0U7RUFDQTtFQUNBOztBQUlGO0VBQ0UsTzdEdDVETSIsImZpbGUiOiJmaWxlOi8vL1VzZXJzL3RoaWFnby9Eb2N1bWVudHMvcHJvamVjdHMvcTQtYmxhbmtfdGVtcGxhdGUvY3NzL3N5dHN1cmdpY2FsMjAyNWNvcnAvZ2xvYmFsX21hc3Rlci5jc3MifQ== */