html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  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;
}
img,
iframe {
  vertical-align: bottom;
  max-width: 100%;
}
input,
textarea,
select {
  font: inherit;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  font-size: 16px;
  font-family: effra, sans-serif;
  line-height: 1.4;
  color: #252525;
}
li {
  color: #565c6a;
  margin-bottom: 0.6em;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
li:before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  height: 0.5em;
  width: 0.5em;
  margin-right: 0.6em;
  transform: translateY(-0.1em);
  background-color: #659ac8;
}
.timeline ul {
  border-left: 2px solid #c6d3ef;
  padding: 0 0 0 2em;
  transform: translateX(0.5em);
  margin-bottom: 2em;
}
.timeline ul img {
  transform: translateY(0.1em) translateX(-2.55em);
  width: 1em;
}
.timeline li img {
  transform: translateY(0.1em) translateX(-2.55em);
  width: 1em;
}
.timeline li:before {
  display: inline-block;
  content: "";
  border-radius: 0.5em;
  height: 0.5em;
  width: 0.5em;
  transform: translateY(1.5em) translateX(-2.5em);
  border: 3px solid #659ac8;
  background: #fff;
  transition: all 0.3s ease-out;
}
.timeline li:hover:before {
  background: #659ac8;
}
a {
  color: #1e5cae;
  text-decoration: none;
}
a img {
  transform: translateY(-0.3em);
  margin-left: 0.4em;
  transition: all 0.2s ease-out;
}
@media (min-width: 1680px) {
  a img {
    transform: translateY(-0.35em);
  }
}
a:hover {
  color: #252525;
}
a:hover img {
  margin-left: 0.8em;
}
a.discrete-link {
  color: #565c6a;
}
a.discrete-link:hover {
  color: #1e5cae;
}
.suggested-text {
  padding: 11%;
  background: #f2f2f2;
  width: 50%;
}
.suggested-image-parent {
  width: 50%;
  overflow: hidden;
}
.suggested-image {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-out;
}
.suggested-link:hover .suggested-image,
.suggested-link:focus .suggested-image {
  transform: scale(1.04);
}
.investor-contact-img {
  display: none;
}
@media (min-width: 1024px) {
  .investor-contact-img {
    width: 40%;
    height: auto;
    background-size: cover;
    background-position: center;
    display: block;
  }
}
.mobile-image {
  margin: 1em 0;
}
@media (min-width: 1024px) {
  .mobile-image {
    display: none;
  }
}
.blue-bg {
  padding: 5.5%;
  background: #f1f3f9;
}
@media (min-width: 768px) {
  .blue-bg {
    padding: 5.5% 11% 5.5% 5.5%;
  }
  .blue-bg.cookie-section {
    padding: 3em;
  }
}
.grey-bg {
  padding: 5.5%;
  background: #333333;
  color: #fff;
}
@media (min-width: 768px) {
  .grey-bg {
    padding: 5.5% 5.5% 5.5% 11%;
  }
}
.grey-bg h2,
.grey-bg a {
  color: #f8e253;
}
.grey-bg p,
.grey-bg h4 {
  color: #fff;
}
hr {
  margin: 2em 0;
}
.border {
  border-bottom: 2px solid #c6d3ef;
}
.border.newsitem {
  margin-bottom: 2em;
}
.back img {
  transform: rotate(180deg) translateY(0.3em) translateX(0.4em);
  margin-right: 0.1em;
}
.back:hover img {
  transform: rotate(180deg) translateY(0.3em) translateX(1.4em);
  margin-right: -0.3em;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  display: block;
  background-size: cover;
  transition: 0.3s all ease-out;
  filter: grayscale(100%);
}
.google-link .google-map {
  overflow: hidden;
}
.google-link .google-map img {
  margin-left: 0;
}
.google-link:hover img {
  transform: scale(1.04);
}
.center {
  margin: 0 auto;
}
[data-sal] {
  transition-duration: 0.2s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease);
}
[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}
[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}
[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}
[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}
[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}
[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}
[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}
[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}
[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}
[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}
[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}
[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}
[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}
[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}
[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}
[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}
[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}
[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}
[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}
[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}
[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}
[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}
[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}
[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}
[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}
[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}
[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}
[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}
[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}
[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}
[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}
[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}
[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}
[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}
[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}
[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}
[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}
[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}
[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}
[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}
[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}
[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}
[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}
[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}
[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}
[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}
[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}
[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}
[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}
[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}
[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}
[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}
[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}
[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}
[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}
[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}
[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}
[data-sal][data-sal-easing="linear"] {
  transition-timing-function: linear;
}
[data-sal][data-sal-easing="ease"] {
  transition-timing-function: ease;
}
[data-sal][data-sal-easing="ease-in"] {
  transition-timing-function: ease-in;
}
[data-sal][data-sal-easing="ease-out"] {
  transition-timing-function: ease-out;
}
[data-sal][data-sal-easing="ease-in-out"] {
  transition-timing-function: ease-in-out;
}
[data-sal][data-sal-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
[data-sal][data-sal-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-sal][data-sal-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
[data-sal][data-sal-easing="ease-in-circ"] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
[data-sal][data-sal-easing="ease-out-circ"] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
[data-sal][data-sal-easing="ease-in-out-circ"] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
[data-sal][data-sal-easing="ease-in-expo"] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
[data-sal][data-sal-easing="ease-out-expo"] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
[data-sal][data-sal-easing="ease-in-out-expo"] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
[data-sal][data-sal-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-sal][data-sal-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-sal][data-sal-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-sal][data-sal-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
[data-sal][data-sal-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-sal][data-sal-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
[data-sal][data-sal-easing="ease-in-quint"] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
[data-sal][data-sal-easing="ease-out-quint"] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
[data-sal][data-sal-easing="ease-in-out-quint"] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
[data-sal][data-sal-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-sal][data-sal-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-sal][data-sal-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-sal][data-sal-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-sal][data-sal-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-sal][data-sal-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-sal|="fade"] {
  opacity: 0;
  transition-property: opacity;
}
[data-sal|="fade"].sal-animate,
body.sal-disabled [data-sal|="fade"] {
  opacity: 1;
}
[data-sal|="slide"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-sal="slide-up"] {
  transform: translateY(20%);
}
[data-sal="slide-down"] {
  transform: translateY(-20%);
}
[data-sal="slide-left"] {
  transform: translateX(20%);
}
[data-sal="slide-right"] {
  transform: translateX(-20%);
}
[data-sal|="slide"].sal-animate,
body.sal-disabled [data-sal|="slide"] {
  opacity: 1;
  transform: none;
}
[data-sal|="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-sal="zoom-in"] {
  transform: scale(0.5);
}
[data-sal="zoom-out"] {
  transform: scale(1.1);
}
[data-sal|="zoom"].sal-animate,
body.sal-disabled [data-sal|="zoom"] {
  opacity: 1;
  transform: none;
}
[data-sal|="flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform;
}
[data-sal="flip-left"] {
  transform: perspective(2000px) rotateY(-91deg);
}
[data-sal="flip-right"] {
  transform: perspective(2000px) rotateY(91deg);
}
[data-sal="flip-up"] {
  transform: perspective(2000px) rotateX(-91deg);
}
[data-sal="flip-down"] {
  transform: perspective(2000px) rotateX(91deg);
}
[data-sal|="flip"].sal-animate,
body.sal-disabled [data-sal|="flip"] {
  transform: none;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  padding: 0.9em 5.5% 0.9em 5.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  transition:
    padding 0.3s 0.4s ease-out,
    background 0.3s ease;
  z-index: 100;
}
@media (min-width: 1024px) {
  header {
    padding: 3em 5.5% 0 5.5%;
  }
}
header svg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header nav .noselected a {
  color: #fff;
}
.reiten_logo,
.light-bg .reiten_logo {
  fill: #005286;
}
.scrollheader nav a,
.light-bg nav a {
  color: #5c89a5;
}
.scrollheader nav a:hover,
.light-bg nav a:hover {
  color: #005286;
  border-bottom: 2px solid #005286;
}
.front-header nav a {
  color: #005286;
}
.scrollheader {
  background: #fff;
  padding: 0.9em 5.5% 0.9em 5.5%;
  top: 0;
}
.scrollheader .reiten_logo,
.scrollheader .light-bg .reiten_logo {
  fill: #005286;
}
.scrollheader [aria-current]:not([aria-current="false"]) {
  color: #005286;
  border-bottom: 2px solid #005286;
}
.scrollheader nav .noselected a {
  color: #005286 !important;
}
.scrollheader nav .current-page {
  color: #005286;
  border-bottom: 2px solid #005286;
}
.logo {
  width: 13em;
}
.light-bg nav .current-page {
  color: #005286;
  border-bottom: 2px solid #005286;
}
.light-bg nav [aria-current]:not([aria-current="true"]) {
  color: #005286 !important;
  border-bottom: 2px solid #005286;
  padding-bottom: 0.16em;
}
.dark-bg nav a {
  color: white;
}
.dark-bg.scrollheader nav a {
  color: #5c89a5;
}
.dark-bg.scrollheader nav a.current-page {
  color: #005286;
}
.hamburger {
  position: relative;
}
nav {
  margin-top: 0.6em;
}
nav .main-nav {
  display: none;
}
@media (min-width: 1024px) {
  nav .main-nav {
    display: block;
  }
}
nav .inner-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 300px) {
  nav .inner-nav {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
nav a {
  display: inline;
  letter-spacing: 0.03em;
  color: #c6d3ef;
  margin-left: 2.2em;
  padding-bottom: 0.3em;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
  font-size: 18px;
}
@media (min-width: 1024px) {
  nav a {
    font-size: 22px;
  }
}
nav a:hover {
  color: #fff;
  padding-bottom: 0.16em;
  border-bottom: 2px solid #fff;
}
nav a.current-page {
  color: #fff;
  border-bottom: 2px solid #fff;
}
nav [aria-current]:not([aria-current="false"]) {
  color: #fff !important;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.16em;
}
nav .subpage a {
  color: #005286 !important;
}
@media (min-width: 1460px) {
  nav .main-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.mobile-nav {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  padding: 3% 6% 3% 6%;
  background: #333333;
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav .small-logo {
  height: 1.5em;
  margin-top: 0.4em;
  margin-left: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.mobile-nav .full-nav {
  height: 0;
  transition: height 0.3s ease-out;
}
.mobile-nav .full-nav a {
  font-size: 1.4em;
  display: none;
  color: #fff;
  opacity: 0;
}
.mobile-nav .full-nav a:nth-child(1) {
  animation-delay: 0.3s;
}
.mobile-nav .full-nav a:nth-child(2) {
  animation-delay: 0.4s;
}
.mobile-nav .full-nav a:nth-child(3) {
  animation-delay: 0.5s;
}
.mobile-nav .full-nav a:nth-child(4) {
  animation-delay: 0.6s;
}
.mobile-nav .full-nav a:nth-child(5) {
  animation-delay: 0.7s;
}
.mobile-nav .full-nav a:nth-child(6) {
  animation-delay: 0.8s;
}
.mobile-nav .full-nav a:nth-child(7) {
  animation-delay: 0.9s;
}
.mobile-nav .full-nav a:nth-child(8) {
  animation-delay: 1s;
}
.mobile-nav .full-nav a:nth-child(9) {
  animation-delay: 1.1s;
}
.mobile-nav .full-nav a.small {
  font-size: 1em;
}
.mobile-nav .full-nav.full-nav-open {
  animation-name: open-nav;
  height: 64vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1.6em;
}
.mobile-nav .full-nav.full-nav-open a {
  display: block !important;
  width: 100%;
  animation-name: nav-fade-in;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.mobile-nav nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  padding-top: 0;
}
.mobile-nav nav a {
  border-bottom: none;
  padding-bottom: 0.2em;
  margin-left: 0;
}
@media (min-width: 400px) {
  .mobile-nav nav a {
    padding-bottom: 0;
  }
}
.mobile-nav .hamburger .open {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  display: block;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s all ease-out;
}
.mobile-nav .hamburger .close-btn {
  width: 1.4em;
  height: 1.4em;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s all ease-out;
  transform: translateY(0.5em);
}
.mobile-nav .hamburger.close .open {
  opacity: 0;
  transform: translateY(0.5em);
}
.mobile-nav .hamburger.close .close-btn {
  opacity: 1;
  transform: translateY(0em);
}
.mini-nav {
  opacity: 1;
  transition: 0.2s all ease-out;
  color: #fff;
}
.mini-nav.mini-nav-hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.5em);
}
@media (min-width: 1024px) {
  .mini-nav {
    display: none;
  }
}
h1 {
  font-size: calc(36px + 2vw);
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 0.5rem;
  color: #252525;
}
@media (min-width: 1100px) {
  h1 {
    font-size: calc(48px + 2vw);
  }
}
@media (max-width: 768px) {
  h1.smaller-font {
    font-size: calc(28px + 1vw);
  }
}
h1.panel-title {
  color: white;
}
h2 {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #1e5cae;
  margin-bottom: 0.8em;
}
h3 {
  font-size: calc(28px + 1vw);
  line-height: 1.1;
  max-width: 600px;
  margin-bottom: 1em;
  color: #252525;
  font-weight: 400;
}
@media (min-width: 768px) {
  h3 {
    font-size: calc(32px + 1vw);
  }
}
@media (min-width: 1100px) {
  h3 {
    font-size: calc(36px + 1vw);
  }
}
h3 span {
  display: block;
  font-weight: 600;
  font-size: calc(16px + 1vw);
  color: #252525;
}
strong {
  font-weight: 600;
  color: #252525;
}
.no-space-bottom {
  margin-bottom: 0;
}
h4 {
  font-size: calc(18px + 1vw);
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 0.6em;
  color: #252525;
}
@media (min-width: 1100px) {
  h4 {
    font-size: calc(22px + 0.5vw);
  }
}
@inlcude breakpoint(768px) {
  h4.cookie-section-header {
    padding-right: 1em;
  }
}
h5 {
  font-weight: 600;
  line-height: 1.4;
  color: #252525;
}
h6 {
  font-size: calc(14px + 0.5vw);
  font-weight: 800;
  color: #252525;
  display: block;
  margin-bottom: 0.6em;
  line-height: 1.1;
}
p {
  color: #565c6a;
  margin-bottom: 0.8em;
  max-width: 500px;
}
a.lead {
  color: #252525;
  border-bottom: 2px solid #1e5cae;
  padding-bottom: 0.1em;
  margin-bottom: 1em;
  transition: all 0.3s ease-out;
}
a.lead:hover {
  color: #1e5cae;
  border-bottom: 2px solid #252525;
}
a.discrete-link img {
  opacity: 0;
  margin-left: 0.2em;
}
a.discrete-link:hover img {
  opacity: 1;
  margin-left: 0.6em;
}
.lead {
  font-size: calc(16px + 0.32vw);
  line-height: 137.4%;
  letter-spacing: 0.02em;
  color: #252525;
}
@media (min-width: 1100px) {
  .lead {
    font-size: calc(16px + 0.5vw);
  }
}
.lead.space-top {
  margin-top: 1.5em;
}
.spacing-large {
  margin-bottom: 4em;
}
.spacing-x-small {
  margin-bottom: 0.5rem;
}
.intro {
  padding-top: 16vh;
  padding-right: 5.5%;
  padding-left: 5.5%;
  max-width: 600px;
}
.intro.full-width {
  max-width: 88%;
}
@media (min-width: 768px) {
  .intro {
    margin-left: 11%;
    padding-right: 0;
    padding-left: 0;
  }
}
.intro h1 {
  margin-top: 0.4em;
}
.intro .spacing-small {
  margin-bottom: 0.2em;
  max-width: none;
}
.intro.intro-investment,
.intro.intro-ir {
  max-width: 100%;
  padding-right: 5.5%;
}
.intro.intro-investment .lead,
.intro.intro-investment p,
.intro.intro-ir .lead,
.intro.intro-ir p {
  max-width: 700px;
}
.intro.intro-ir p {
  font-size: calc(16px + 0.5vw);
  line-height: 137.4%;
  letter-spacing: 0.02em;
  color: #252525;
}
.quote {
  padding-left: 2rem;
  max-width: 600px;
  border-left: 1px solid #1e5cae;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.quote p {
  font-size: calc(14px + 1vw);
  line-height: 1.2;
  color: #1e5cae;
}
@media (min-width: 768px) {
  .quote p {
    font-size: calc(18px + 0.2vw);
  }
}
@media (min-width: 1100px) {
  .quote p {
    font-size: calc(22px + 0.2vw);
  }
}
.caption {
  color: #6074a4;
  font-style: italic;
  margin-top: 1em;
}
.case .intro {
  max-width: none;
  margin-right: 11%;
}
.suggested-text .lead {
  margin-bottom: 3em;
}
.timeline li {
  margin-bottom: 0.6em;
  padding-left: 0;
  text-indent: 0;
}
.spacing-small {
  margin-bottom: 0.5em;
}
.spacing-small.office {
  margin-bottom: 2.17em;
}
.case-title {
  font-size: calc(24px + 1vw);
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media (min-width: 1100px) {
  .case-title {
    font-size: calc(42px + 1vw);
  }
}
.hero .date {
  color: #565c6a;
  text-transform: none;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: normal;
  margin-left: 1em;
}
.center {
  margin: 0 auto;
}
.long-quote p {
  font-size: calc(24px + 0.5vw);
  max-width: 800px;
}
.left-standard-padding {
  padding-left: 11%;
}
.left-standard-padding.blue-bg {
  padding: 5.5% 5.5% 5.5% 11% !important;
}
.guideline-img {
  width: 35%;
  margin: 0 6% 12% 0;
}
.infographics-img {
  width: 100%;
}
@media (min-width: 768px) {
  .infographics-img {
    max-width: 25em;
  }
}
.std-space-top {
  padding: 5.5%;
}
@media (min-width: 768px) {
  .std-space-top {
    margin-top: 5.5%;
    padding: 0;
  }
}
.text-light {
  color: #6074a4;
}
.text-light .date {
  color: #005286;
}
.contact-item .caption {
  margin-top: 0;
}
.contact-item p a {
  color: #252525;
  border-bottom: 1px solid #1e5cae;
  padding-bottom: 0.1em;
  margin-bottom: 1em;
  transition: all 0.3s ease-out;
}
.contact-item p a:hover {
  color: #1e5cae;
}
body[data-aos-duration="4000"] [data-aos],
[data-aos][data-aos][data-aos-duration="4000"] {
  transition-duration: 4000ms;
}
[data-aos="fades-in"] {
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos="fades-in"].aos-animate {
  opacity: 1;
}
.fade {
  opacity: 0;
}
.fade-in-delay {
  animation-delay: 0.5s;
}
.fade-in-delay-2 {
  animation-delay: 0.3s;
}
.fade-in-delay-3 {
  animation-delay: 0.6s;
}
.fade-in-delay-4 {
  animation-delay: 0.9s;
}
.fade-in-delay-5 {
  animation-delay: 1.2s;
}
.fade-in {
  animation-name: fade;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.item {
  transition: opacity 2s linear;
  transform: translate(0);
  opacity: 1;
}
.item.hidden {
  transform: translate(9999px);
  opacity: 0;
  display: none;
}
@keyframes nav-fade-in {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
.panel.panel-type-resposibility {
  padding: 11% 11% 20% 11%;
  background-size: cover;
  background-position: top;
}
.panel.panel-type-resposibility div {
  background: #fff;
  padding: 5.5%;
}
.panel.panel-type-wide-col-grey {
  margin: 5.5%;
  padding: 5.5%;
  background: #f2f2f2;
}
.panel.panel-type-wide-col-grey.overlap {
  transform: translateY(-30vh);
  margin-bottom: calc(-30vh + 11%);
}
.panel.panel-type-wide-col-grey.overlap .row {
  margin-bottom: 0;
}
.panel.panel-type-wide-col-grey.overlap.no-space-bottom {
  margin-bottom: 0;
}
.panel.panel-type-wide-col-grey.overlap.no-space-bottom .row {
  margin-bottom: 0;
}
.panel.panel-type-wide-col-grey.panel-type-standard-col {
  margin: 5.5%;
}
@media (min-width: 768px) {
  .panel.panel-type-wide-col-grey.panel-type-standard-col {
    margin: 0 11% 5.5% 11%;
  }
}
.panel.panel-type-hero {
  width: 100%;
  background-size: cover;
  background-position: top;
  margin-bottom: 5.5%;
}
.panel.panel-type-hero .small-col {
  margin-top: 0;
}
.panel.panel-type-hero.hero-article {
  height: 90vh;
  background-position: top;
  margin-bottom: 0;
}
.panel.panel-type-hero.about-page {
  height: 80vh;
  background-position: center;
}
@media (min-width: 768px) {
  .panel.panel-type-hero.about-page {
    height: 88vh;
  }
}
@media (min-width: 1024px) {
  .panel.panel-type-hero.about-page {
    height: 110vh;
  }
}
.panel.panel-type-hero.investments {
  height: 50vh;
  background-position: top;
}
@media (min-width: 768px) {
  .panel.panel-type-hero.investments {
    height: 90vh;
  }
}
.panel.panel-type-hero.investments .intro {
  padding-top: 27vh;
}
@media (min-width: 768px) {
  .panel.panel-type-hero.investments .intro {
    padding-top: 46vh;
  }
}
@media (min-width: 1024px) {
  .panel.panel-type-hero.investments .intro {
    padding-top: 40vh;
  }
}
@media (min-width: 1300px) {
  .panel.panel-type-hero.investments .intro {
    padding-top: 55vh;
  }
}
.panel.panel-type-hero.investments h2 {
  color: #1e5cae;
}
.panel.panel-type-hero.investments p {
  color: #252525;
  max-width: 700px;
}
.panel.panel-type-hero.homepage {
  margin-bottom: 0;
  height: 100vh;
  background-position: center;
}
.panel.panel-type-hero.homepage h1 {
  font-size: calc(30px + 1vw);
  line-height: 1.1;
  color: #252525;
}
@media (min-width: 1500px) {
  .panel.panel-type-hero.homepage h1 {
    font-size: calc(36px + 1vw);
  }
}
.panel.panel-type-hero.homepage .intro {
  padding-top: 15vh;
  padding-right: 5%;
  padding-left: 5%;
}
@media (min-width: 768px) {
  .panel.panel-type-hero.homepage .intro {
    margin-left: 0;
  }
}
.panel.panel-type-hero.homepage .intro .lead p {
  color: #252525;
}
.panel.panel-type-hero h2 {
  color: #7cbaf8;
}
.panel.panel-type-hero .intro {
  max-width: 700px;
  padding-top: 25vh;
}
@media (min-width: 1024px) {
  .panel.panel-type-hero .intro {
    padding-top: 30vh;
  }
}
@media (min-width: 1300px) {
  .panel.panel-type-hero .intro {
    padding-top: 50vh;
  }
}
.panel.panel-type-hero p {
  color: white;
  font-size: calc(16px + 0.5vw);
  line-height: 137.4%;
  letter-spacing: 0.02em;
}
.panel.panel-type-standard-col {
  margin: 5.5%;
}
@media (min-width: 768px) {
  .panel.panel-type-standard-col {
    margin: 0 11% 5.5% 11%;
  }
}
.panel.panel-type-wide-col {
  margin: 5.5%;
}
@media (min-width: 768px) {
  .panel.panel-type-wide-col {
    padding: 5.5%;
  }
}
.panel.panel-type-wide-col.type-case-cover {
  margin: 5.5% 0;
  background-size: cover;
  background-position: center;
  height: 70vh;
  width: 100%;
}
.panel.panel-type-wide-col.type-case-cover.cover-bottom {
  background-position: bottom;
}
.panel.panel-type-wide-col.type-case-cover.cover-top {
  background-position: top;
}
.panel.panel-type-wide-col.type-case {
  padding: 0;
}
.panel.panel-type-wide-col.background-color {
  background: #f2f2f2;
}
.panel.panel-type-wide-col .row {
  margin-bottom: 0;
}
.panel.panel-type-suggested-link {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 750px) {
  .panel.panel-type-suggested-link {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .panel.panel-type-suggested-link .suggested-image-parent {
    width: 100%;
    height: 20rem;
  }
  .panel.panel-type-suggested-link .suggested-text {
    width: 100%;
  }
}
.panel.panel-type-suggested-link:hover .suggested-image,
.panel.panel-type-suggested-link:hover .suggested-link:focus .suggested-image {
  transform: scale(1.04);
}
.panel.panel-type-fullwidth {
  width: 100%;
}
.panel.panel-type-fullwidth .key_info_content {
  margin-bottom: 2em;
}
.panel.panel-type-fullwidth.logos {
  background: #333333;
  padding: 3rem 5.5%;
  text-align: center;
  margin-bottom: 5.5%;
}
@media (min-width: 500px) {
  .panel.panel-type-fullwidth.logos {
    padding: 2rem 5.5%;
  }
}
@media (min-width: 768px) {
  .panel.panel-type-fullwidth.logos {
    padding: 2rem 5.5%;
  }
}
@media (min-width: 1024px) {
  .panel.panel-type-fullwidth.logos {
    padding: 2% 5.5%;
  }
}
.panel.panel-type-fullwidth.logos h2,
.panel.panel-type-fullwidth.logos a {
  color: #fff;
}
.panel.panel-type-fullwidth.logos .investments-logos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0.5em auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.panel.panel-type-fullwidth.logos .investments-logos a {
  position: relative;
  height: 4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 1rem 0;
  padding: 0 calc(9% - 1em);
}
@media (min-width: 400px) {
  .panel.panel-type-fullwidth.logos .investments-logos a:after {
    content: "";
    position: absolute;
    border-right: 1px solid white;
    right: 0;
    height: 50px;
    animation-name: fade;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
  .panel.panel-type-fullwidth.logos
    .investments-logos
    a:nth-child(2n + 2):after {
    content: none;
  }
}
@media (min-width: 700px) {
  .panel.panel-type-fullwidth.logos .investments-logos a {
    padding: 0 calc(7% - 1em);
  }
  .panel.panel-type-fullwidth.logos
    .investments-logos
    a:nth-child(2n + 2):after {
    content: "";
  }
  .panel.panel-type-fullwidth.logos
    .investments-logos
    a:nth-child(3n + 3):after {
    content: none;
  }
}
@media (min-width: 1024px) {
  .panel.panel-type-fullwidth.logos .investments-logos a {
    padding: 0 calc(3% - 1em);
  }
  .panel.panel-type-fullwidth.logos
    .investments-logos
    a:nth-child(3n + 3):after {
    content: "";
  }
}
@media (min-width: 1560px) {
  .panel.panel-type-fullwidth.logos .investments-logos a {
    padding: 0 calc(6% - 1em);
  }
}
.panel.panel-type-fullwidth.logos .investments-logos a .investment-logo {
  min-width: 140px;
  max-width: 143px;
}
.panel.panel-type-fullwidth.logos .investments-logos a .investment-logo img {
  margin-left: 0;
  transform: none;
  width: 100%;
}
.panel.panel-type-fullwidth.logos .investments-logos a:last-child:after {
  content: none;
}
.panel.panel-type-image-crop .image-crop {
  height: 50vh;
  object-fit: cover;
}
.panel.panel-type-image-crop.tall {
  height: 70vh;
}
.home-news {
  padding: 5.5%;
}
@media (min-width: 768px) {
  .home-news {
    padding: 0 11% 0 0;
  }
}
.frameworks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.frameworks h2 {
  margin-bottom: 2em;
  width: 100%;
}
.frameworks .framework-logo {
  width: 44%;
  font-size: 0.8rem;
  display: inline-block;
  margin: 0 0 11% 0;
}
.frameworks .framework-logo img {
  width: 60%;
}
.frameworks .framework-logo:last-of-type {
  margin-bottom: 0;
}
.standard-col {
  margin: 0 5.5% 5.5% 5.5%;
}
.standard-col.section-col {
  margin: 0 5.5% 2em 5.5%;
  border-bottom: 2px solid #c6d3ef;
}
.standard-col.section-col.section-col-last {
  border-bottom: none;
}
@media (min-width: 768px) {
  .standard-col {
    margin: 0 11% 5.5% 11%;
  }
  .standard-col.section-col {
    margin: 0 11% 2em 11%;
  }
  .standard-col.section-col.section-col-last {
    margin-bottom: 11%;
  }
}
.full-width {
  width: 100%;
}
.half-col {
  width: 100%;
}
@media (min-width: 768px) {
  .half-col {
    width: 50%;
  }
}
.half-col-2 {
  width: 100%;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .half-col-2 {
    width: 48%;
    margin-top: 0;
  }
}
.small-col {
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .small-col {
    width: 40%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .small-col h4 {
    margin-top: -6px;
  }
}
@media (min-width: 768px) {
  .small-col.single-person {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .small-col.single-person {
    width: 40%;
  }
}
.small-col .space-top {
  display: none;
}
@media (min-width: 768px) {
  .small-col .space-top {
    margin-top: 3em;
    display: block;
  }
}
.extra-small-col {
  width: 30%;
}
.wide-col-grey {
  margin: 5.5%;
  padding: 5.5%;
  background: #f2f2f2;
}
.wide-col-grey.wide-col-small {
  margin: 2.5% 5.5% 5.5% 5.5%;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 11%;
}
.row.sub-row {
  margin-bottom: 2%;
}
.row.space-top {
  margin-top: 3em;
}
.row.space-bottom {
  margin-bottom: 4em;
}
.row.investments-row .investments-parent {
  box-sizing: border-box;
  margin: 2% 2% 0 0;
  width: calc(1 / 3 * 100% - (1 - 1 / 3) * 10px);
}
.row.investments-row > .investments-parent:nth-child(3n) {
  margin-right: 0;
}
.row.investments-row:after {
  content: "";
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.row.investments-row > .investments-parent:nth-child(-n + 3) {
  margin-top: 0;
}
.row.row-section {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.row:not(.last-row) {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.row.key-numbers {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.key-numbers .key-number {
  width: 22%;
  min-width: 265px;
}
@media (min-width: 1024px) {
  .row.key-numbers .key-number {
    min-width: auto;
  }
}
@media (min-width: 350px) {
  .row.row-contact {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .row.row-contact {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.row.last-row {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 400px) {
  .row.last-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .row.last-row {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.row .three-thirds-col {
  width: 100%;
}
@media (min-width: 768px) {
  .row .three-thirds-col {
    width: 68%;
  }
}
.row .third {
  width: 100%;
}
@media (min-width: 768px) {
  .row .third {
    width: 32%;
  }
}
.row .third .news-img-parent {
  height: 14em;
  margin-bottom: 1em;
  overflow: hidden;
}
.row .third.contact-item {
  margin-bottom: 1.5em;
  min-width: 200px;
  width: 25%;
}
@media (min-width: 768px) {
  .row .third.contact-item {
    margin-bottom: 0;
    min-width: 145px;
  }
}
.row img {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.row.flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.row.space-bottom-ir {
  margin-bottom: 0 !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fullwidth {
  width: 100%;
}
@media (min-width: 768px) {
  .wide-col {
    margin: 5.5%;
  }
}
@media (min-width: 768px) {
  .wide-col .investments-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.wide-col.margin-col {
  margin: 5.5%;
}
.wide-col.wide-col-small {
  margin: 2.5% 5.5% 5.5% 5.5%;
}
.wide-col .row:last-child {
  margin-bottom: 0;
}
.med-col {
  width: 100%;
}
@media (min-width: 768px) {
  .med-col {
    width: 42%;
  }
}
.left-standard-space {
  margin-left: 0;
  padding: 0 5%;
}
@media (min-width: 768px) {
  .left-standard-space {
    margin-left: 11%;
    padding: 0;
  }
}
.hero {
  margin-bottom: 5.5%;
  background-size: cover;
  background-position: center;
}
.accordion {
  width: 100%;
}
.accordion-item {
  width: 100%;
  color: rgba(86, 92, 106, 0);
  font-size: 0px;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #c6d3ef;
  display: block;
  cursor: pointer;
}
.accordion-item h5 {
  font-weight: 400;
  font-size: 16px;
  color: #252525;
}
.accordion-item h5 img {
  transform: translateY(-0.4em);
  margin-left: 0.8em;
  transition: all 0.3s ease-out;
}
.accordion-item p {
  transition:
    color 0.3s 0.3s ease,
    font-size 0.2s ease;
  color: rgba(86, 92, 106, 0);
  margin-bottom: 0;
  padding: 0;
}
.accordion-item.space-bottom {
  margin-bottom: 2.5rem;
}
.accordion-item.open p {
  padding-top: 0.6em;
  font-size: 16px;
  color: #565c6a;
}
.accordion-item.open h5 img {
  transform: rotate(180deg) translateY(0.4em);
}
.spacing-large {
  margin-bottom: 4em;
}
.suggested-link {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 750px) {
  .suggested-link {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .suggested-link .suggested-image-parent {
    width: 100%;
    height: 20rem;
  }
  .suggested-link .suggested-text {
    width: 100%;
  }
}
@media (min-width: 1680px) {
  body {
    font-size: 18px;
  }
  a img {
    transform: translateY(-0.35em);
  }
  .row {
    margin-bottom: 13%;
  }
}
.wide-intro p {
  max-width: 100%;
}
.justify-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
footer {
  width: 100%;
  background: #333333;
  color: #fff;
  padding: 4em 6% 30% 6%;
}
@media (min-width: 400px) {
  footer {
    padding: 4em 6% 16% 6%;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 3em 5.5% 3em 5.5%;
  }
}
footer h2 {
  color: #fff;
}
footer p {
  color: #c6d3ef;
}
footer .addresses {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .addresses div {
  margin-right: 10%;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  footer .addresses div {
    margin-right: 4em;
  }
}
footer nav {
  display: none;
}
@media (min-width: 768px) {
  footer nav.main-nav {
    margin-top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  footer nav.main-nav .main-menu-items {
    margin-bottom: 1em;
  }
}
footer nav .desktop {
  display: inline;
}
footer .row:last-child {
  margin-bottom: 0;
}
footer .some {
  width: 300px;
}
@media (min-width: 400px) {
  footer .some {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  footer .some {
    width: 180px;
  }
}
footer .some,
footer .footer-contact {
  color: #c6d3ef;
}
footer .some p a,
footer .footer-contact p a {
  color: #c6d3ef;
}
footer .some .linkedin,
footer .footer-contact .linkedin {
  position: relative;
}
footer .some .linkedin:hover,
footer .footer-contact .linkedin:hover {
  color: #fff;
  padding-bottom: 0.1em;
  border-bottom: 2px solid white;
}
footer .some .linkedin:after,
footer .footer-contact .linkedin:after {
  content: url("/img/linkedin.svg");
  position: relative;
  top: 5px;
  margin-left: 0.5em;
}
footer .footer-contact p a:hover {
  color: #fff;
  padding-bottom: 0.1em;
  border-bottom: 2px solid white;
}
.news-intro {
  padding-top: 20vh;
  margin: 0 5.5% 11% 5.5%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .news-intro {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.news-intro .suggested-image-parent {
  width: 100%;
  overflow: hidden;
  height: 50vh;
}
@media (min-width: 768px) {
  .news-intro .suggested-image-parent {
    width: 48%;
    height: auto;
  }
}
.news-intro .date {
  color: #565c6a;
  text-transform: none;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: normal;
}
.news-intro .lead {
  font-size: calc(16px + 0.5vw);
  line-height: 137.4%;
  letter-spacing: 0.02em;
  color: #252525;
  margin-bottom: 4rem;
  padding: 0;
}
.news-intro .border a {
  margin-bottom: 4rem;
  display: block;
}
.news-image {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-out;
}
.news-img-children {
  height: 20em;
  width: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 2em;
}
.news-img-children:hover .news-image {
  transform: scale(1.04);
}
.news-intro:hover .suggested-image {
  transform: scale(1.04);
}
.border.newsitem p {
  padding: 0;
}
.border.item-background {
  background: #f2f2f2;
}
.border h6,
.border p {
  padding: 0 1.4rem;
}
.newsitem.item-background {
  background: #f2f2f2;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .newsitem.item-background {
    margin-bottom: 0;
  }
}
.newsitem h6,
.newsitem p {
  padding: 0 1.4rem;
}
.newsitem .padding-spacing {
  padding-bottom: 2rem;
}
.newsitem:hover h4,
.newsitem:hover h6 {
  color: #1e5cae;
}
.newsitem:hover .news-image {
  transform: scale(1.04);
}
.archive {
  padding-top: 5.5% !important;
}
.archive.post-type-archive-case {
  padding-top: 0 !important;
}
.quart {
  width: 100%;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .quart {
    width: 24%;
  }
}
.news-archive {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 2em;
  border-bottom: 2px solid #c6d3ef;
  margin-bottom: 2em;
  width: 100%;
}
@media (min-width: 500px) {
  .news-archive {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.news-archive .date {
  min-width: 160px;
  width: 15%;
  margin-bottom: 0.3em;
}
@media (min-width: 500px) {
  .news-archive .date {
    margin-bottom: 0;
  }
}
.news-archive .date p {
  margin-bottom: 0;
}
.news-archive h6 {
  font-size: calc(16px + 0.5vw);
  font-weight: 400;
  color: #252525;
  margin-bottom: 0;
}
.company-info {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: -fit-content;
}
.spacing-links {
  margin-top: 2em;
}
.news-title:hover {
  color: #1e5cae;
}
.news-list .date {
  color: #565c6a;
  text-transform: none;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: normal;
  margin-left: 1em;
}
.single .date.no-margin {
  margin-left: 0;
}
.team-person {
  margin-bottom: 3.5em;
}
@media (min-width: 768px) {
  .team-person {
    margin-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .team-person {
    margin-bottom: 3%;
  }
}
.team-person h2 {
  font-size: 14px;
  margin-bottom: 1em;
}
.team-person a:hover .team-thumb,
.team-person a:focus .team-thumb {
  transform: scale(1.1);
}
.team-person .caption {
  margin-top: 0;
}
.team-person .team-thumb-parent {
  overflow: hidden;
  width: 100%;
  height: 20em;
  margin-bottom: 1rem;
}
@media (min-width: 400px) {
  .team-person .team-thumb-parent {
    height: 22em;
  }
}
@media (min-width: 600px) {
  .team-person .team-thumb-parent {
    height: 24em;
  }
}
@media (min-width: 700px) {
  .team-person .team-thumb-parent {
    height: 26em;
  }
}
@media (min-width: 1024px) {
  .team-person .team-thumb-parent {
    height: 14em;
  }
}
.team-person .team-thumb {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-out;
  background-repeat: no-repeat;
}
.team-person h4 {
  font-size: calc(16px + 0.5vw);
  margin-bottom: 0.5rem;
}
.team-person p {
  display: inline;
}
.team-person p:first-of-type {
  margin-right: 1em;
}
.team-person p a {
  color: #252525;
  border-bottom: 1px solid #1e5cae;
  padding-bottom: 0.1em;
  margin-bottom: 1em;
  transition: all 0.3s ease-out;
}
.team-person p a:hover {
  color: #1e5cae;
  border-bottom: 1px solid #252525;
}
.team-person.quart {
  width: 100%;
}
@media (min-width: 768px) {
  .team-person.quart {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .team-person.quart {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .team-person.quart {
    width: 24%;
  }
}
@media (max-width: 1023px) {
  .team-member {
    background-image: none !important;
  }
  .team-member .mobile-person-img {
    margin: 2% 0;
  }
}
@media (min-width: 1024px) {
  .team-member {
    height: 100vh;
    background-position: top;
  }
  .team-member .mobile-person-img {
    display: none;
  }
}
.team-member h2 {
  margin-bottom: 3em;
  margin-top: 1em;
}
.intro .lead {
  max-width: 600px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.archive tr:first-child td {
  padding: 0 0 2em 0;
  color: pink;
}
.archive td {
  padding: 2em 0;
  border-bottom: 2px solid #c6d3ef;
}
.investment-parent {
  position: relative;
  margin-bottom: 5%;
  padding: 5.5%;
  background-color: #252525;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 16em;
}
@media (min-width: 768px) {
  .investment-parent {
    width: calc(1 / 3 * 100% - (1 - 1 / 3) * 2rem);
    margin: 2rem 2rem 0 0;
  }
  .investment-parent:nth-child(3n) {
    margin-right: 0;
  }
}
.investment-parent.area-hide {
  margin-bottom: 0;
  padding: 0;
  height: 0;
}
.investment-parent svg {
  width: 100%;
  max-height: 5em;
  z-index: 2;
}
.investment-parent svg path,
.investment-parent svg polygon {
  fill: #fff !important;
}
.investment-parent img {
  z-index: 2;
  position: absolute;
  top: 50%;
  max-width: 60%;
  max-height: 60px;
  transform: translateY(-50%);
  margin-left: 0 !important;
}
.investment-parent:hover .overlay {
  opacity: 1;
  filter: grayscale(0%);
}
.realized {
  position: relative;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.realized-parent {
  padding-bottom: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #c6d3ef;
  margin-bottom: 5.5%;
  transition: all 0.5s ease-out;
}
@media (min-width: 1024px) {
  .realized-parent {
    width: 22%;
    min-width: 270px;
  }
}
.realized-parent.expanded {
  margin-bottom: 1rem;
  transition: all 0.5s ease-out;
}
@media (min-width: 1024px) {
  .realized-parent.expanded {
    margin-bottom: calc(5.5% + 240px);
  }
}
@media (min-width: 1025px) {
  .realized-parent:hover {
    cursor: pointer;
    border-bottom: #fff;
  }
  .realized-parent:hover img {
    opacity: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .realized-parent:hover .date {
    opacity: 1;
    height: auto;
    background: #fff;
    width: 22%;
    padding-bottom: 1em;
    border-bottom: 1px solid #c6d3ef;
  }
}
.realized-parent h6 {
  font-size: calc(16px + 0.5vw);
  font-weight: 400;
  margin-bottom: 0.6em;
}
.realized-parent h6 img {
  transform: translateY(-0.45em);
  opacity: 0;
  margin-left: 0.8em;
  transition: all 0.2s ease-out;
  display: none;
}
.realized-parent .date {
  position: absolute;
  overflow: hidden;
  height: 0;
  transition: all 0.2s ease-out;
  opacity: 0;
}
.realized-parent .extra-info {
  display: none;
}
.realized-parent.expanded h6 img {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  transform: rotate(180deg) translateY(0.45em);
  opacity: 1;
}
.realized-parent.expanded .extra-info {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-bottom: 1px solid #c6d3ef;
  left: 0;
  z-index: 10;
}
.realized-parent.expanded .extra-info .quart {
  margin-top: 1em;
  max-width: 250px;
}
@media (min-width: 800px) {
  .realized-parent.expanded .extra-info {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .realized-parent.expanded .extra-info .quart {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .realized-parent.expanded .extra-info {
    position: absolute;
    padding: 4em 0 2em 0;
  }
}
.investment-info img {
  max-height: 5em;
}
.investment-info p {
  margin-bottom: 0.2em;
}
.investment-info strong {
  margin-right: 0.4em;
}
.investment-info .contacts {
  margin-bottom: 2em;
}
.spacing,
.investment-info .spacing {
  margin-bottom: 2em;
}
.ir-links p:last-child {
  margin-bottom: 2em;
}
.wide-investment img {
  object-fit: cover;
  height: 50vh;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button {
  font-family: inherit;
}
button:focus {
  outline: 0;
}
#filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#filters .btn {
  width: 15%;
  min-width: 75px;
  margin-bottom: 0.5em;
  text-align: left;
  font-weight: 400;
  color: #1e5cae;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
#filters .btn.btn-filter {
  border-radius: 0;
  padding: 0;
  margin-right: 0.8rem;
}
#filters .btn span {
  padding-bottom: 3px;
  display: inline-block;
}
#filters .btn:hover span,
#filters .btn.active span {
  padding-bottom: 2px;
  border-bottom: 1px solid #1e5cae;
  color: #252525;
}
.cookie-wrapper form {
  max-width: 100px;
}
.switch {
  position: relative;
}
.switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.switch input:checked {
  z-index: 1;
}
.switch input:checked + label {
  opacity: 1;
  cursor: default;
  font-size: 18px;
  line-height: 3rem;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 6rem;
  height: 100%;
  margin: 0;
  text-align: center;
  margin-left: 6rem;
}
.switch input:not(:checked) + label:hover {
  opacity: 0.5;
}
.switch label {
  color: #565c6a;
  opacity: 0.33;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.switch .toggle-outside {
  height: 100%;
  border-radius: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  transition: 0.25s ease all;
}
.switch .toggle-inside {
  border-radius: 5rem;
  background: white;
  position: absolute;
  transition: 0.25s ease all;
}
.switch--horizontal {
  height: 2.3rem;
  font-size: 0;
  margin-bottom: 1rem;
}
.switch--horizontal input {
  height: 2.3rem;
  width: 5rem;
  left: 0;
  margin: 0;
}
.switch--horizontal .toggle-outside {
  background: #333333;
  position: absolute;
  width: 5rem;
  left: 0;
}
.switch--horizontal .toggle-inside {
  height: 1.8rem;
  width: 1.8rem;
}
.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
  left: 0.3rem;
}
.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 2.9rem;
}
.switch--horizontal input ~ input:checked ~ .toggle-outside {
  background: #005286;
}
.switch--horizontal .strictly-radio:checked ~ .toggle-outside .toggle-inside {
  left: 2.9rem;
}
.cookie-wrapper {
  margin-bottom: 1em;
}
.cookie-wrapper a._brlbs-btn-cookie-preference {
  background-color: #565c6a !important;
  border: 1px solid transparent;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 1rem;
  margin-top: 1rem;
  color: white !important;
}
.cookie-wrapper a._brlbs-btn-cookie-preference:hover {
  background-color: #005286 !important;
}
#BorlabsCookieBox ._brlbs-btn-accept-all {
  background-color: #565c6a !important;
  color: white !important;
}
#BorlabsCookieBox ._brlbs-btn-accept-all:hover {
  background-color: #005286 !important;
  color: white !important;
}
#BorlabsCookieBox a {
  color: #1e5cae !important;
}
#BorlabsCookieBox a:hover {
  color: #565c6a !important;
}
.BorlabsCookie ._brlbs-checkbox ._brlbs-checkbox-indicator {
  border-color: #565c6a !important;
}
.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider {
  background-color: #333333 !important;
}
.BorlabsCookie ._brlbs-btn-switch input:checked + ._brlbs-slider {
  background-color: #005286 !important;
}
#BorlabsCookieBox ._brlbs-btn:hover {
  background: #005286 !important;
  color: white !important;
}
#BorlabsCookieBox p {
  font-size: 1.2em !important;
}
#BorlabsCookieBox .bcac-item p {
  font-size: 1em !important;
}
._brlbs-box-advanced li:before {
  display: none;
}
.BorlabsCookie ._brlbs-checkbox {
  padding-left: 3em !important;
}
.BorlabsCookie ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator {
  background-color: #005286 !important;
  border-color: #005286 !important;
}
.BorlabsCookie ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
#BorlabsCookieBox .cookie-logo {
  max-width: 140px !important;
}
.panel.panel-type-hero.has-video-background {
  position: relative;
  overflow: hidden;
  height: 100vh !important;
}
.panel.panel-type-hero.has-video-background .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
}
.panel.panel-type-hero.has-video-background .intro {
  position: relative;
  z-index: 1;
}
.row-contact {
display: flex;
gap: 10px;
}

.row-contact:not(.last-row) {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}