@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

:root {
  --primary: #002677;
  --secondary: #0088a5;
  --tritary: #17181d;
  --line-color: #0088a5;
}

[hidden] {
  display: none;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track-piece {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--primary);
}

body,
html {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
}

*,
:after,
:before,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  color: var(--tritary);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

a * {
  text-decoration: none !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 1em;
}

strong {
  font-weight: 600;
}

hr {
  border: 0;
  height: 1px;
  margin: 1em 0;
  background: #ececec;
}

table {
  width: 100%;
}

body {
  font: 100 100%/2em Montserrat, sans-serif;
  color: var(--tritary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.2em;
  line-height: 1.333;
}

.h1,
h1 {
  font-size: 1.25em;
  font-weight: 600;
}

@media (min-width: 460px) {

  .h1,
  h1 {
    font-size: 1.75em;
  }
}

@media (min-width: 600px) {

  .h1,
  h1 {
    font-size: 2.25em;
  }
}

@media (min-width: 1024px) {

  .h1,
  h1 {
    font-size: 3em;
  }
}

.h2,
h2 {
  font-size: 1.5em;
  font-weight: 600;
}

@media (min-width: 600px) {

  .h2,
  h2 {
    font-size: 1.875em;
  }
}

@media (min-width: 1024px) {

  .h2,
  h2 {
    font-size: 2.25em;
  }
}

#tinymce blockquote,
.h3,
.pullquote,
.single-publication .hero-banner__page-title,
.the-content blockquote,
h3 {
  font-size: 1.25em;
  font-weight: 400;
}

@media (min-width: 600px) {

  #tinymce blockquote,
  .h3,
  .pullquote,
  .single-publication .hero-banner__page-title,
  .the-content blockquote,
  h3 {
    font-size: 1.5em;
  }
}

.h4,
h4 {
  font-size: 1em;
  font-weight: 700;
}

@media (min-width: 600px) {

  .h4,
  h4 {
    font-size: 1.25em;
  }
}

.arrow-link,
.h5,
h5 {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
  color: rgba(23, 24, 29, 0.5);
}

.global-presence-map__location-continent,
.h6,
h6 {
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin: 0 0 1em;
  font-size: 0.875em;
}

@media (min-width: 600px) {
  p {
    font-size: 0.9375em;
  }
}

@media (min-width: 1024px) {
  p {
    font-size: 1em;
  }
}

.lede {
  margin-bottom: 2em;
  font-size: 1em;
  font-weight: 400;
}

blockquote {
  margin: 0;
  padding: 0;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

input:not([type="submit"]) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input {
  margin: 0;
  padding: 0.4em 1em;
  border-radius: 0.2em;
}

input[type="email"],
input[type="text"],
textarea {
  border: 1px solid #d8d8d8;
}

input[type="button"] {
  display: inline-block;
  padding: 1em;
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
  background-color: var(--secondary);
}

.no-widows {
  white-space: nowrap;
}

.u--center {
  text-align: center;
}

.u--highlight {
  color: var(--secondary);
}

@media (min-width: 1024px) {
  .u--css-cols {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.u--fl {
  float: left;
  margin-right: 1em;
}

.u--fade {
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}

.u--fade:not(.show) {
  opacity: 0;
}

.u--no-transitions {
  transition: 0s 0s !important;
  -webkit-transition: 0s 0s !important;
  -moz-transition: 0s 0s !important;
  -ms-transition: 0s 0s !important;
  -o-transition: 0s 0s !important;
}

.u--no-transitions *,
.u--no-transitions :after,
.u--no-transitions :before {
  transition: 0s 0s !important;
  -webkit-transition: 0s 0s !important;
  -moz-transition: 0s 0s !important;
  -ms-transition: 0s 0s !important;
  -o-transition: 0s 0s !important;
}

.content-block {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-block-alt {
  padding: 40px 0;
}

.content-block-lg {
  padding: 40px 0;
}

@media (min-width: 600px) {
  .content-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-block-lg {
    padding: 60px 0;
  }
}

@media (min-width: 1024px) {
  .content-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-block-lg {
    padding: 120px 0;
  }
}

#container {
  max-width: 2200px;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.site-content {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px !important;
}

@media (min-width: 600px) {
  .site-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 600px) {
  .site-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .site-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* body.single .site-content > .container {
  position: relative;
} */

.site-header {
  width: 100%;
  position: fixed;
  z-index: 19;
  top: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

._show-mobile-menu {
  overflow: hidden;
}

@media (max-height: 500px) {
  .site-header {
    position: absolute;
  }

  ._show-mobile-menu .site-header {
    position: fixed;
  }
}

.site-header.sticky {
  background-color: #ffffff;
}

.site-header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transform: scaleY(0);
  transition: transform 0.4s cubic-bezier(0.6, 0.4, 0, 1);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -moz-transition: transform 0.4s cubic-bezier(0.6, 0.4, 0, 1), -webkit-transform 0.4s cubic-bezier(0.6, 0.4, 0, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.6, 0.4, 0, 1), -webkit-transform 0.4s cubic-bezier(0.6, 0.4, 0, 1);
  -o-transition: transform 0.4s cubic-bezier(0.6, 0.4, 0, 1), -webkit-transform 0.4s cubic-bezier(0.6, 0.4, 0, 1);
}

.site-header.sticky .site-header:before {
  background-color: #ffffff;
}

.site-header>.container {
  position: relative;
  z-index: 5;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  transition: padding-top 0.2s;
  -moz-transition: padding-top 0.2s;
  -ms-transition: padding-top 0.2s;
  -o-transition: padding-top 0.2s;
}

@media (min-width: 600px) {
  .site-header>.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1023px) {
  ._show-mobile-menu .site-header>.container {
    background-color: var(--primary);
  }
}

@media (min-width: 600px) {
  .site-header>.container {
    padding-top: 40px;
  }

  .site-header.sticky>.container {
    padding-top: 10px;
  }
}

.site-header>.container:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  bottom: 0px;
  border-bottom: 1px solid #fff;
}

.site-header.sticky>.container:after {
  bottom: 0;
}

.site-header .menu-item {
  font-weight: 400;
}

.site-header a,
.site-header {
  color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.site-header.sticky a,
.site-header.sticky {
  color: var(--tritary);
}

.site-header__logo {
  display: block;
  margin-bottom: 10px;
  /* width: 124px; */
}

.site-header.sticky .site-header__logo_white {
  display: none;
}

.site-header.sticky .site-header__logo_blue {
  display: block;
}

.site-header__logo_blue {
  display: none;
}

@media (max-width: 1023px) {
  .site-header__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.site-header__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .site-header__primary-navigation {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 100%;
    left: 0;
    z-index: -1;
    overflow-y: auto;
  }
}

.site-header--on-white:before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
}

@media (min-width: 600px) {
  .site-header--on-white .container {
    padding-top: 10px;
  }
}

.site-header--on-white a {
  color: #000;
}

.site-header--on-white .site-header__hamburger,
.site-header--on-white .site-header__search-toggle {
  top: 18px;
}

.site-header.sticky .site-header__hamburger i {
  background-color: #000;
}

._show-mobile-menu .site-header--on-white .site-header__hamburger i {
  background-color: #fff;
}

.site-header--on-white .site-header__logo svg>g {
  fill: var(--primary) !important;
}

._show-mobile-menu .site-header--on-white .site-header__logo svg>g {
  fill: #fff !important;
}

.site-header--on-white .site-header__logo_white {
  display: none;
}

.site-header--on-white .site-header__logo_blue {
  display: block;
}

@media (max-width: 599px) {
  .site-header--on-white .site-header__search-toggle #Mask {
    fill: #000 !important;
  }

  ._show-mobile-menu .site-header--on-white .site-header__search-toggle #Mask {
    fill: #fff !important;
  }
}

.site-footer {
  position: relative;
  z-index: 2;
}

@media (min-width: 600px) {
  .site-footer {
    text-align: left;
  }
}

.site-footer a {
  display: inline-block;
  line-height: 1.4em;
  color: var(--secondary);
}

.site-footer a:hover {
  color: #004359;
}

.site-footer__link-columns {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

@media (min-width: 600px) {
  .site-footer__link-columns {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.site-footer__link-columns .container {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .site-footer__link-columns .container {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .site-footer__link-columns .container>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .site-footer__link-columns .container> :last-child {
    max-width: 12em;
  }
}

@media (min-width: 1200px) {
  .site-footer__link-columns .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) and (min-width: 600px) {
  .site-footer__link-columns .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .site-footer__column {
    width: 28%;
    float: left;
    margin-left: 6%;
  }

  .site-footer__column:first-child {
    margin-left: 0;
  }
}

.site-footer__column {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.site-footer__column-heading {
  margin-bottom: 0;
  color: var(--tritary);
  opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__column-heading::after {
  content: "";
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
  display: flex;
  transition: all 0.2s ease-in-out;
}

.site-footer__column-heading.active:after {
  transform: rotate(-180deg);
}

.site-footer__disclaimer-footer {
  background: var(--primary);
}

.site-footer__copyright-footer {
  background-color: #fff;
}

.site-footer__post-footer {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.panel {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.panel.expand {
  margin-top: 20px;
}

@media (min-width: 600px) {
  .site-footer__column {
    margin-bottom: 2em;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.25);
  }

  .site-footer__column-heading {
    margin-bottom: 2em;
  }

  .site-footer__post-footer {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    padding-bottom: 20px;
  }

  .site-footer__column-heading::after {
    content: none;
  }

  .panel {
    max-height: fit-content;
    overflow: visible;
    padding: 0 0px;
  }
}

@media (min-width: 1024px) {
  .site-footer__post-footer {
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .site-footer__post-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1023px) {
  .single .site-footer__post-footer {
    padding-bottom: 60px;
  }
}

@media (max-width: 1023px) {
  .site-footer__logos {
    margin: 0 auto;
  }
}

@media (min-width: 600px) {
  .site-footer__logos {
    width: 100%;
    max-width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-footer__logos>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .no-flexbox .site-footer__logos {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .site-footer__logos {
    max-width: 520px;
  }
}

.site-footer__logos li {
  margin: 0 1em 1.4em;
}

@media (min-width: 1024px) {
  .site-footer__logos li {
    margin-bottom: 0 !important;
  }

  .site-footer__logos li:first-child {
    margin-left: 0;
  }
}

.site-footer__disclaimer {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

@media (min-width: 600px) {
  .site-footer__disclaimer {
    padding-top: 1em;
  }
}

.site-footer__copyright-legal {
  width: 100%;
}

.site-footer__copyright-legal {
  display: flex;
  justify-content: space-between;
  padding-top: 1em;
  width: 100%;
}

@media (max-width: 599px) {
  .site-footer__copyright-legal {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 0;
  }

  .site-footer__legal-menu {
    margin-bottom: 40px;
  }
}

.site-footer__copyright {
  display: inline-block;
  margin: 0 1em 1em 0;
  color: var(--tritary);
  font-size: 0.875em;
}

@media (min-width: 600px) {
  .site-footer__copyright {
    font-size: 1em;
  }
}

.site-footer__legal-menu ul {
  display: inline-block;
}

.site-footer__legal-menu ul li {
  display: inline-block;
  margin: 0 0.5em;
}

.site-footer__legal-menu ul li:last-child {
  margin-right: 0;
}

.site-footer__legal-menu ul li a {
  font-size: 0.875em;
}

@media (min-width: 600px) {
  .site-footer__legal-menu ul li a {
    font-size: 1em;
  }
}

@media (max-width: 599px) {
  .site-footer__legal-menu ul {
    display: block;
  }

  .site-footer__legal-menu ul li {
    display: block;
    margin: 0 0;
  }
}

.the-content {
  min-height: 300px;
  padding: 4em 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #4d4d4f;
}

.the-content> :first-child {
  margin-top: 0;
}

#tinymce,
.the-content {
  max-width: 880px;
  margin: 0 auto;
}

#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
#tinymce p,
#tinymce blockquote,
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6,
.the-content p,
.the-content blockquote {
  max-width: 650px;
}

#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin: 2em 0 1.2em;
  font-weight: 600;
}

#tinymce h1,
.the-content h1 {
  line-height: 1.2em;
}

#tinymce h2,
#tinymce h3,
#tinymce h4,
.the-content h2,
.the-content h3,
.the-content h4 {
  color: var(--tritary);
  line-height: 1.2em;
}

#tinymce h5,
.the-content h5 {
  margin-bottom: 0.2em;
  color: var(--tritary);
  font-weight: 600;
}

#tinymce ul,
.the-content ul {
  margin-bottom: 1em;
  list-style: disc;
  padding-left: 1.2em;
}

#tinymce p,
.the-content p {
  margin-bottom: 2em;
}

#tinymce a,
.the-content a {
  font-weight: 600;
  color: var(--secondary);
  text-decoration: none;
}

#tinymce a:hover,
.the-content a:hover {
  text-decoration: underline;
}

#tinymce .alignnone,
.the-content .alignnone {
  margin: 2em auto;
}

#tinymce .alignnone img,
.the-content .alignnone img {
  width: 100% !important;
  height: auto !important;
}

#tinymce .wp-caption,
.the-content .wp-caption {
  margin: 2em auto;
  width: 100% !important;
}

@media (min-width: 1024px) {

  #tinymce .wp-caption,
  .the-content .wp-caption {
    margin-top: 4em;
    width: 120% !important;
    margin-left: -10%;
  }
}

#tinymce .infographic,
.the-content .infographic {
  margin: 2em auto;
}

#tinymce .infographic img,
.the-content .infographic img {
  display: block;
}

#tinymce .mceTemp .wp-caption,
.the-content .mceTemp .wp-caption {
  margin-left: 0;
}

.highlighted-section {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #4d4d4f;
  background: #f5f5f5;
  padding: 16px;
  display: inline-block;
  margin-right: auto;
}

.highlighted-section p {
  margin-bottom: 6px;
}

.highlighted-section h1,
.highlighted-section h2,
.highlighted-section h3,
.highlighted-section h4,
.highlighted-section h5,
.highlighted-section h6 {
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 600;
}

.highlighted-section h1 a,
.highlighted-section h2 a,
.highlighted-section h3 a,
.highlighted-section h4 a,
.highlighted-section h5 a,
.highlighted-section h6 a {
  color: #4d4d4f;
}

.highlighted-section h1 a:hover,
.highlighted-section h2 a:hover,
.highlighted-section h3 a:hover,
.highlighted-section h4 a:hover,
.highlighted-section h5 a:hover,
.highlighted-section h6 a:hover {
  color: var(--secondary);
  text-decoration: none;
}

.arrow-link {
  color: var(--secondary);
  text-decoration: none;
}

.arrow-link:before {
  content: "\203A";
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 0.5em;
  font-size: 1.6em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.arrow-link:hover:before {
  -webkit-transform: translateX(30%);
  -ms-transform: translateX(30%);
  transform: translateX(30%);
}

.block-title {
  padding: 2em 0;
}

.carousel {
  position: relative;
  z-index: 2;
}

.carousel:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.carousel__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50px;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 11;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel__nav li {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 24px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__nav li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel__nav li:first-child:before {
  background: url(../images/icons/icon-arrow-up.svg) no-repeat center 48%;
  background-size: 18px;
}

.carousel__nav li:first-child:hover:before {
  -webkit-transform: scale(1.1) translateY(-1%);
  -ms-transform: scale(1.1) translateY(-1%);
  transform: scale(1.1) translateY(-1%);
}

.carousel__nav li:last-child:before {
  background: url(../images/icons/icon-arrow-down.svg) no-repeat center 52%;
  background-size: 18px;
}

.carousel__nav li:last-child:hover:before {
  -webkit-transform: scale(1.1) translateY(1%);
  -ms-transform: scale(1.1) translateY(1%);
  transform: scale(1.1) translateY(1%);
}

.carousel__nav li.hover,
.carousel__nav li:hover {
  cursor: pointer;
}

.carousel__nav li.hover circle._2,
.carousel__nav li:hover circle._2 {
  stroke-dashoffset: 0;
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
}

.carousel__nav a {
  display: block;
  width: 50px;
  height: 50px;
}

.carousel__nav svg {
  display: block;
  width: 100%;
  height: 50px;
}

.carousel__nav svg circle {
  fill: transparent;
  stroke: #000;
  stroke-width: 1px;
}

.carousel__nav svg circle._2 {
  stroke: var(--primary);
  stroke-width: 4px;
  stroke-dasharray: 145;
  stroke-dashoffset: 145;
}

.carousel .container {
  position: relative;
}

.carousel__item {
  position: absolute;
  opacity: 0;
}

.carousel__item.current {
  position: relative;
  opacity: 1;
}

.custom-select-container {
  max-width: 380px;
  margin-bottom: 1em;
  position: relative;
  z-index: 9;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-select-container.is-open {
  z-index: 10;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.custom-select-container.is-disabled {
  opacity: 0.333;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-opener {
  padding: 0.5em;
  display: block;
  cursor: pointer;
  width: 100%;
  color: #fff;
  font-weight: 600;
  border-radius: 0em;
  background-color: var(--secondary);
}

.custom-select-opener:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  position: absolute;
  top: 15px;
  right: 1em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-open .custom-select-opener:after {
  top: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.custom-select-opener span {
  display: block;
  max-width: 85%;
  overflow: hidden;
}

.custom-select-panel {
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.is-open .custom-select-panel {
  max-height: 16em;
  overflow-y: auto;
}

.custom-select-option {
  padding: 0.5em;
  cursor: pointer;
}

.custom-select-option.has-focus {
  background-color: #f5f5f5;
}

.custom-select-option[data-value="clear"] {
  opacity: 0.3;
  border-top: 2px solid #d8d8d8;
}

.custom-select-optgroup>.custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

.download-link {
  margin-top: 4em;
}

.download-link a {
  padding-left: 2em;
  color: var(--secondary);
  font-weight: 400;
  text-decoration: none;
  background: url(../images/icons/icon-download.svg) no-repeat left center;
}

.abt-citation sup {
  font-weight: 700;
  color: var(--secondary);
}

.abt-bibliography {
  margin-top: 4em;
  padding-top: 4em;
}

.hamburger {
  width: 18px;
  display: block;
  -webkit-transition: top 0.2s, -webkit-transform 0.1s;
  transition: top 0.2s, -webkit-transform 0.1s;
  transition: transform 0.1s, top 0.2s;
  transition: transform 0.1s, top 0.2s, -webkit-transform 0.1s;
  margin: auto;
  margin-bottom: 24px;
}

@media (min-width: 600px) {
  .hamburger {
    width: 46px;
    height: 31px;
  }
}

@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.hamburger i {
  width: 100%;
  height: 3px;
  display: block;
  margin: 0 0 4px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
}

.hamburger i:first-child {
  -webkit-animation: burger-top-open 0.5s linear normal;
  animation: burger-top-open 0.5s linear normal;
}

.hamburger i:nth-child(2) {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.hamburger i:last-child {
  -webkit-animation: burger-bottom-open 0.5s linear normal;
  animation: burger-bottom-open 0.5s linear normal;
}

@media (min-width: 600px) {
  .hamburger i {
    height: 5px;
    margin: 0 0 7px;
  }
}

._show-mobile-menu .hamburger i:first-child {
  -webkit-animation: burger-top-close 0.5s linear normal;
  animation: burger-top-close 0.5s linear normal;
}

._show-mobile-menu .hamburger i:nth-child(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

._show-mobile-menu .hamburger i:last-child {
  -webkit-animation: burger-bottom-close 0.5s linear normal;
  animation: burger-bottom-close 0.5s linear normal;
}

@-webkit-keyframes burger-top-close {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: translateY(233%) rotate(0);
    transform: translateY(233%) rotate(0);
  }

  70% {
    -webkit-transform: translateY(233%) rotate(0);
    transform: translateY(233%) rotate(0);
  }

  100% {
    -webkit-transform: translateY(233%) rotate(-45deg);
    transform: translateY(233%) rotate(-45deg);
  }
}

@keyframes burger-top-close {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: translateY(233%) rotate(0);
    transform: translateY(233%) rotate(0);
  }

  70% {
    -webkit-transform: translateY(233%) rotate(0);
    transform: translateY(233%) rotate(0);
  }

  100% {
    -webkit-transform: translateY(233%) rotate(-45deg);
    transform: translateY(233%) rotate(-45deg);
  }
}

@-webkit-keyframes burger-bottom-close {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: translateY(-233%) rotate(0);
    transform: translateY(-233%) rotate(0);
  }

  70% {
    -webkit-transform: translateY(-233%) rotate(0);
    transform: translateY(-233%) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-233%) rotate(45deg);
    transform: translateY(-233%) rotate(45deg);
  }
}

@keyframes burger-bottom-close {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: translateY(-233%) rotate(0);
    transform: translateY(-233%) rotate(0);
  }

  70% {
    -webkit-transform: translateY(-233%) rotate(0);
    transform: translateY(-233%) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-233%) rotate(45deg);
    transform: translateY(-233%) rotate(45deg);
  }
}

@-webkit-keyframes burger-top-open {
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  70% {
    -webkit-transform: translateY(233%) rotate(0);
    transform: translateY(233%) rotate(0);
  }

  50% {
    -webkit-transform: translateY(233%) rotate(0);
    transform: translateY(233%) rotate(0);
  }

  0% {
    -webkit-transform: translateY(233%) rotate(-45deg);
    transform: translateY(233%) rotate(-45deg);
  }
}

@keyframes burger-top-open {
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  70% {
    -webkit-transform: translateY(233%) rotate(0);
    transform: translateY(233%) rotate(0);
  }

  50% {
    -webkit-transform: translateY(233%) rotate(0);
    transform: translateY(233%) rotate(0);
  }

  0% {
    -webkit-transform: translateY(233%) rotate(-45deg);
    transform: translateY(233%) rotate(-45deg);
  }
}

@-webkit-keyframes burger-bottom-open {
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  70% {
    -webkit-transform: translateY(-233%) rotate(0);
    transform: translateY(-233%) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-233%) rotate(0);
    transform: translateY(-233%) rotate(0);
  }

  0% {
    -webkit-transform: translateY(-233%) rotate(45deg);
    transform: translateY(-233%) rotate(45deg);
  }
}

@keyframes burger-bottom-open {
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  70% {
    -webkit-transform: translateY(-233%) rotate(0);
    transform: translateY(-233%) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-233%) rotate(0);
    transform: translateY(-233%) rotate(0);
  }

  0% {
    -webkit-transform: translateY(-233%) rotate(45deg);
    transform: translateY(-233%) rotate(45deg);
  }
}

.menu a {
  text-decoration: none;
}

.page-intro {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 640px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .page-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .page-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page-intro.u--css-cols {
  max-width: 1200px;
}

.page-intro a {
  font-weight: 600;
  color: var(--secondary);
  text-decoration: none;
}

.page-intro a:hover {
  text-decoration: underline;
}

.pagination {
  max-width: 420px;
  margin: 4em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.pagination a {
  text-decoration: none;
}

.pagination .page-numbers.current {
  color: var(--secondary);
}

.primary-navigation {
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

@media (max-width: 1023px) {
  .primary-navigation {
    padding: 100px 20px;
    text-align: left;
    background: var(--primary);
    overflow-y: auto;
    display: flex;
  }

  ._show-mobile-menu .primary-navigation {
    z-index: 4;
    bottom: 0;
  }

  ._show-mobile-menu .primary-navigation:before {
    content: "";
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--primary);
  }

  ._show-mobile-menu .site-header.sticky a,
  ._show-mobile-menu .site-header.sticky {
    color: #fff;
  }

  ._show-mobile-menu .site-header.sticky .site-header__hamburger i {
    background-color: #fff;
  }

  ._show-mobile-menu .site-header.sticky .site-header__logo_blue {
    display: none;
  }

  ._show-mobile-menu .site-header.sticky .site-header__logo_white {
    display: block;
  }

  .primary-navigation #menu-primary-navigation>li {
    margin-bottom: 1.4em;
  }

  .primary-navigation #menu-primary-navigation>li>a {
    font-size: 1.2em;
    font-weight: 600;
  }

  .menu {
    margin: auto 0;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .primary-navigation {
    padding: 160px 40px;
  }
}

@media (min-width: 1024px) {
  .primary-navigation .menu>li {
    position: relative;
  }

  .primary-navigation .menu>li>a {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100%;
  }

  .primary-navigation .menu>li>a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    top: auto;
    bottom: -1px;
    height: 4px;
    background-color: var(--primary);
    opacity: 0;
    -webkit-transform: translateY(-10px) scaleY(0);
    -ms-transform: translateY(-10px) scaleY(0);
    transform: translateY(-10px) scaleY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 9;
  }

  .site-header--on-white .primary-navigation .menu>li>a:after {
    background-color: var(--primary);
  }

  .primary-navigation .menu>li>a:hover:after,
  .primary-navigation .menu>li.current-menu-item>a:after,
  .primary-navigation .menu>li.current-menu-item>a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }

  .primary-navigation .menu>li.current-menu-ancestor>a:after,
  .primary-navigation .menu>li.current-menu-item>a:after {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }

  .primary-navigation .menu>li.current-menu-ancestor>a:after {
    opacity: 0;
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }

  .primary-navigation .menu>li.menu-item-has-children:hover>a:after {
    width: 0;
    border-top: 0;
    transform: translateX(-50%);
    left: 50%;
    border-bottom: solid 4px #fff;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    background-color: transparent;
    opacity: 1;
  }

  .primary-navigation #menu-primary-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    align-items: center;
    margin: auto initial;
  }

  .primary-navigation #menu-primary-navigation>* {
    margin: 0 0.75em;
    height: 100%;
  }

  .no-flexbox .primary-navigation #menu-primary-navigation {
    width: 580px;
    display: block;
    overflow: hidden;
  }

  .no-flexbox .primary-navigation #menu-primary-navigation>* {
    width: auto;
    float: left;
    margin-left: 1em;
    margin-right: 1em;
  }
}

/* .primary-navigation .menu > li.menu-item-has-children > a:after {
  opacity: 0;
} */
@media (min-width: 1200px) {
  .primary-navigation {
    right: 50%;
    margin-right: -36%;
  }
}

@media (min-width: 1400px) {

  /* .primary-navigation {
    margin-right: -520px;
  } */
  .primary-navigation #menu-primary-navigation>* {
    margin: 0 1.2em;
  }
}

.menu-item-has-children {
  cursor: default;
}

.menu li {
  position: relative;
}

.menu-item-has-children .sub-menu a {
  cursor: pointer;
}

.sub-menu {
  display: none;
  flex-direction: column;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 42px;
  text-align: left;
  color: var(--tritary);
  position: absolute;
  top: 100%;
  left: -2rem;
  background-color: #fff;
  z-index: 999;
}

.parent-link {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #ffffff;
  padding: 30px 0;
  margin: 0 40px;
}

.parent-link a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.parent-link a::before {
  content: "";
  background-image: url(../images/icons/icon-arrow-left-white.svg);
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}

/* .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  margin-top: -2px;
  transform: translateY(-50%);
  width: 0;
  z-index: 9;
  height: 0;
  border-bottom: solid 4px #fff;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
} */
/* .sub-menu::after {
  content: "";
  position: fixed;
  left: 0;
  top: 102px;
  z-index: -1;
  backdrop-filter: blur(2px);
  --webkit-backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
} */

.menu-overlay {
  position: fixed;
  left: 0;
  top: 102px;
  z-index: 2;
  backdrop-filter: blur(2px);
  --webkit-backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  display: none;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.menu-overlay.show {
  display: block;
}

.sticky .menu-overlay {
  top: 73px;
}

.sub-menu li {
  color: var(--tritary);
  padding: 10px 40px;
  white-space: nowrap;
  background-color: #ffffff;
  width: 100%;
  display: block;
  transition: all 0.2s ease-in-out;
}

.sub-menu a {
  color: var(--tritary);
  display: block;
}

.sub-menu li:hover {
  background-color: var(--primary);
  color: #fff;
}

.sub-menu li:hover a {
  color: #fff;
}

.sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: var(--primary);
}

.sub-menu .sub-menu::before {
  content: none;
}

.sub-menu .sub-menu li {
  background-color: var(--primary);
  color: #fff;
}

.sub-menu .sub-menu li a {
  color: #fff;
}

.sub-menu .sub-menu li:hover {
  background-color: #ffffff;
  color: var(--primary);
}

.sub-menu .sub-menu li:hover a {
  color: var(--primary);
}

@media (min-width:1024px) {
  .menu li:hover>.sub-menu {
    display: flex;
  }
}

@media (max-width: 1023px) {
  .menu li {
    position: unset;
  }

  .sub-menu {
    top: 100px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: var(--primary);
    color: #ffffff;
  }

  .sub-menu li {
    color: #ffffff;
    white-space: initial;
    background-color: var(--primary);
    width: auto;
  }

  .sub-menu a {
    color: #ffffff;
  }

  .sub-menu li:hover {
    background-color: #ffffff;
    color: var(--primary);
  }

  .sub-menu li:hover a {
    background-color: #fff;
    color: var(--primary);
  }

  .sub-menu .sub-menu {
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background-color: var(--primary);
    color: #ffffff;
    position: fixed;
  }

  .sub-menu .sub-menu::before,
  .sub-menu .sub-menu::after,
  .sub-menu::before,
  .sub-menu::after {
    content: none;
  }

  .sub-menu a {
    display: flex;
  }

  .sub-menu .sub-menu li {
    background-color: var(--primary);
    color: #fff;
  }

  .sub-menu .sub-menu li a {
    background-color: var(--primary);
    color: #fff;
  }

  .sub-menu .sub-menu li:hover {
    background-color: #ffffff;
    color: var(--primary);
  }

  .sub-menu .sub-menu li:hover a {
    background-color: #ffffff;
    color: var(--primary);
  }

  .nav-sub-menu-expand>.sub-menu {
    display: flex;
  }
}

.publication-authors {
  margin-bottom: 4em;
  font-size: 12px;
  line-height: 1.4em !important;
  color: var(--tritary);
  font-weight: 400;
}

.publication-details {
  margin: 2em 0 4em;
  padding: 0.2em 0 0.2em 1em;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #4d4d4f;
  border-left: 6px solid var(--primary);
  border-spacing: 0;
  border-collapse: separate;
}

.publication-details strong {
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  text-align: left;
  color: #4d4d4f;
}


.publication-details ol,
.publication-details ul {
  padding-left: 16px;
}

@media (min-width: 600px) {
  .publication-details {
    padding-left: 2em;
  }
}

.publication-details tr:last-child td {
  padding-bottom: 0;
}

.publication-details td {
  vertical-align: top;
  padding: 0.6em 0.2em;
}

.publication-details td:first-child {
  min-width: 6em;
}

.publication-details a {
  display: block;
  color: var(--secondary);
  text-decoration: none;
}

.publication-details tr {
  display: flex;
  flex-direction: column;
}

@media (max-width: 500px) {
  .publication-details tr {
    display: block;
    padding-bottom: 1em;
  }

  .publication-details tr:first-child {
    padding-top: 1em;
  }

  .publication-details tr:last-child {
    padding-bottom: 0;
  }

  .publication-details td {
    display: block;
    padding: 0;
  }
}

#tinymce blockquote,
.pullquote,
.the-content blockquote {
  margin: 2em 0;
  padding-left: 1.6em;
  font-weight: 600;
  border-left: 6px solid var(--secondary);
}

.search-form {
  width: 100%;
  position: absolute;
  z-index: 8;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

._show-search-form .search-form {
  max-height: 105px;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.search-form .container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  .search-form .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 600px) {
  .search-form .container {
    padding-top: 31px;
    padding-bottom: 31px;
  }
}

.search-form form {
  max-width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.search-form form>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.search-form form .search-form__spyglass {
  margin: 5px 20px;
  flex: 0 0 auto;
}

.search-form input {
  outline: 0;
  color: var(--secondary);
  background: 0 0;
}

.search-form input[type="text"] {
  padding-left: 0;
  border: 0;
  color: var(--primary);

  font-weight: 200;
}

@media (min-width: 600px) {
  .search-form input[type="text"] {
    font-size: 1.375em;
    line-height: 1em;
  }
}

.search-form input[type="text"]::-webkit-input-placeholder {
  color: #aaa;
}

.search-form input[type="text"]::-moz-placeholder {
  color: #aaa;
}

.search-form input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}

.search-form input[type="text"]:-moz-placeholder {
  color: #aaa;
}

.search-form input[type="submit"] {
  max-width: 81px;
  color: #fff;
  border: 1px solid #fff;
  background: var(--primary);
  display: none;
}

.search-form__toggle {
  text-decoration: none;
  line-height: 1em;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0.625rem 0.625rem;
  border-radius: 1.8em;
  background-color: var(--primary);
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

.site-header.sticky .search-form__toggle {
  color: #ffffff;
  margin-bottom: 10px;
}

._show-search-form .search-form__toggle {
  opacity: 0.5;
  pointer-events: none;
}

.search-form__toggle svg {
  display: block;
}

.search-form__toggle span {
  display: none;
}

@media (min-width: 600px) {
  ._show-search-form .search-form__toggle {
    background-color: #ccc;
  }
}

@media (min-width: 1025px) {
  .search-form__toggle span {
    display: flex;
  }
}

.search-form__close {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -14px;
}

@media (min-width: 600px) {
  .search-form__close {
    right: 40px;
  }
}

input.search-form__input {
  background-color: transparent;
  border: 0px;
  border-radius: 0;
  outline: 0;
  flex: 1 1 auto;
  min-width: 304px;
}

.search-form__spyglass {
  /* float: left; */
  /* margin: 5px 20px; */

}

.custom-search {
  border-bottom: 1px solid rgba(23, 24, 29, 0.3);
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  position: relative;
  z-index: 9;
}



/* @media (min-width: 600px) {
  .search-form__spyglass {
    margin-top: 12px;
  }
} */

.smallprint {
  margin-bottom: 2em;
  font-size: 12px;
  line-height: 1.4em !important;
  color: #9b9b9b;
}

.smallprint strong {
  font-weight: 600;
}

div.video {
  position: relative;
  height: 0;
  padding-top: 56.5%;
}

div.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#cn-notice-text {
  max-width: 640px;
  margin: 0 auto 20px;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

#cn-notice-text h5 {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}

#cookie-notice {
  background: #333 !important;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 1030;
  top: 0;
  font-size: 13px;
  line-height: 20px;
  left: 0;
  text-align: center;
}

#cookie-notice .cookie-notice-container {
  padding: 10px;
  text-align: center;
}

#cookie-notice .cookie-notice-container .clear {
  clear: both;
}

#cookie-notice .cookie-notice-container #cookie-settings-link {
  color: #fff;
  text-decoration: underline;
}

#cookie-notice .cookie-notice-container .cookie-settings {
  display: none;
  font-size: 12px;
}

#cookie-notice .cookie-notice-container .cookie-settings .col {
  text-align: justify;
}

#cookie-notice .cookie-notice-container .cookie-settings .col-left {
  float: left;
  width: 45%;
  padding: 10px;
}

#cookie-notice .cookie-notice-container .cookie-settings .col-right {
  float: right;
  width: 45%;
  padding: 10px;
}

#cookie-notice .cn-button {
  background-color: transparent;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px;
  font-weight: 700;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: var(--secondary);
  opacity: 0.5;
}

#cookie-notice .cn-button:first-of-type {
  opacity: 1;
}

#cookie-notice .cn-button:hover {
  opacity: 1;
}

.gdpr * {
  font-family: Montserrat, Arial, sans-serif !important;
  font-weight: 700 !important;
}

.cookie-container .cookie-section {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  height: 4.5rem;
}

.cookie-container .cookie-section p {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.cookie-container .cookie-section p .cn-button {
  background: 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
  color: var(--secondary);
  text-shadow: 0 0 0;
  font-size: 1rem;
  line-height: normal;
  text-transform: lowercase;
  font-weight: 600;
}

.cookie-container .cookie-section:first-child {
  border-top: 1px solid #e5e5e5;
}

.cookie-container .cookie-section h4 {
  margin: 0;
  line-height: 4.5rem;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  padding-right: 3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cookie-container .cookie-section h4:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid var(--secondary);
  position: absolute;
  right: 1rem;
  top: 2rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.cookie-container .cookie-section.active {
  height: auto;
}

.cookie-container .cookie-section.active p {
  opacity: 1;
}

.cookie-container .cookie-section.active h4:after {
  border-top: 0 solid var(--secondary);
  border-bottom: 0.5rem solid var(--secondary);
}

.cookie-container .cookie-section table {
  font-size: 0.8rem;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #f6f6f6;
  margin-bottom: 1rem;
  margin-top: 1rem;
  max-width: 100%;
  width: 100%;
  height: auto !important;
}

@media (max-width: 800px) {
  .cookie-container .cookie-section table {
    display: inline-block;
  }
}

.cookie-container .cookie-section table tbody {
  width: 100%;
}

@media (max-width: 800px) {
  .cookie-container .cookie-section table tbody {
    display: inline-block;
  }
}

.cookie-container .cookie-section table tr {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 800px) {
  .cookie-container .cookie-section table tr {
    display: inline-block;
  }
}

.cookie-container .cookie-section table tr td {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.5rem;
  font-size: 0.6rem;
  line-height: normal;
  vertical-align: top;
}

.cookie-container .cookie-section table tr td p {
  margin: 0;
}

.cookie-container .cookie-section table tr:last-child td {
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5em;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% (0.5em * 2));
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - (0.5em * 2));
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5em * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5em * 2));
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  color: null;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.25);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em 1em;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
}

.modal-header .close {
  padding: 1em 1em;
  margin: -1em -1em -1em auto;
}

.modal-title {
  margin-bottom: 0;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 4em;
}

.modal-group>* {
  margin: 0.25em;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 600px) {
  .modal-dialog {
    max-width: 450px;
    margin: 1.75em auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - (1.75em * 2));
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - (1.75em * 2));
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75em * 2));
  }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75em * 2));
  }

  .modal-content {
    -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: var(--secondary);
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 1.1em;
  font-weight: 600;
  padding: 1em 2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2em rgba(0, 143, 191, 0.25);
  box-shadow: 0 0 0 0.2em rgba(0, 143, 191, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2em rgba(0, 143, 191, 0.25),
    inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 0.2em rgba(0, 143, 191, 0.25),
    inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-outline {
  color: var(--secondary);
  border-color: var(--secondary);
  background-color: transparent;
}

.btn-outline:hover {
  color: var(--secondary);
}

.btn-link {
  color: var(--secondary);
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
  color: var(--tritary);
  pointer-events: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5em;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.article>a {
  text-decoration: none !important;
}

.article__image {
  display: block;
  position: relative;
  z-index: 2;
  height: 454px;
  background: rgba(0, 0, 0, 0.02);
}

.article__image img {

  width: 100%;
  height: 454px;
  object-fit: cover;
  object-position: center;
}

.article__details {
  position: relative;
  z-index: 2;
  padding: 1.25em 0;
}

.article__icon {
  width: 70px;
  height: 70px;
  margin: -50px auto 0;
  border-radius: 50%;
  background-color: var(--secondary);
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 599px) {
  .article__icon {
    display: none;
  }
}

.article--page .article__icon {
  background-image: url(../images/icons/icon-article.svg);
}

.article--news .article__icon {
  background-image: url(../images/icons/icon-news.svg);
}

.article--research .article__icon {
  background-image: url(../images/icons/icon-article.svg);
}

.article--publication .article__icon {
  background-image: url(../images/icons/icon-publication.svg);
}

.article--publication.video .article__icon {
  background-image: url(../images/icons/icon-video.svg);
}

.article--publication.infographic .article__icon {
  background-image: url(../images/icons/icon-infographic.svg);
}

.article__post-type {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  background-color: var(--secondary);
  color: #ffffff;
  padding: 0px 10px;
  position: absolute;
  top: 14px;
  left: 8px;
}


.article__post-date {
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  color: #4d4d4f;
  opacity: 0.5;
  margin-bottom: 16px;
}

.article__headline {
  color: var(--tritary);
}

.article__headline a {
  text-decoration: none;
}

.article__view-all {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: var(--primary);
  box-shadow: 0px 3px 10px rgba(0, 22, 137, 0.01);
  padding: 10px 24px;
}

.article__view-all:hover {
  background-color: var(--secondary);
  color: #fff;
}

/* .article__title {
  max-width: 14em;
} */

.article__date {
  margin-bottom: 0.2em;
  color: #9b9b9b;
  font-weight: 400;
}

/* @media (max-height: 860px) and (min-width: 600px) {
  .article.grid-item .article__image {
    height: 240px;
    background-color: transparent;
  }

  .article.grid-item .article__image img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -48px;
  }

  .article.grid-item .article__details {
    min-height: 280px;
  }

  .article.grid-item .article__post-type {
    margin: 0.5em auto;
  }
} */

/* .article.grid-item .article__date {
  font-size: 10px;
} */

/* @media (max-width: 599px) {
  .article.grid-item {
    border-top: 1px solid #ccc;
  }

  .article.grid-item .article__image {
    width: 56px;
    height: 56px;
    min-height: 50px;
    max-height: 350px;
    float: right;
    margin: 2em 0 2em 2em;
  }

  .article.grid-item .article__details {
    padding: 0;
  }

  .article.grid-item .article__headline {
    font-size: 0.75em;
  }
}

@media (min-width: 600px) {
  .article.grid-item {
    text-align: center;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.25);
    background: #fff;
  }
} */

@media (min-width: 1024px) {
  .article.grid-item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .article.grid-item:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    /* -webkit-box-shadow: 0 2px 60px rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 60px rgba(0, 0, 0, 0.45); */
  }
}

/* 
.article--news.article--featured {
  position: relative;
}

@media (max-width: 599px) {
  .article--news.article--featured {
    background: 0 0 !important;
  }
}

@media (min-width: 600px) {
  .article--news.article--featured {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .article--news.article--featured {
    width: calc(66.666% - 30px);
  }
}

@media (min-width: 1200px) {
  .article--news.article--featured {
    width: calc(50% - 30px);
  }
} */

/* .article--news .article__image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.065);
  -webkit-transition: 0.4s;
  transition: 0.4s;
} */

/* .article--news .article__image img {
  position: relative;
  z-index: 1;
} */

/* .article--news:hover .article__image:after {
  background: rgba(0, 0, 0, 0);
} */

/* .article--news:hover .article__image img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-box-shadow: 0 2px 60px rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 60px rgba(0, 0, 0, 0.45);
} */



.people-slider-container .custom-nav {
  position: relative;
  width: 100%;
  z-index: 99;
}

.people-slider-container .custom-nav .owl-controls {
  padding: 0 220px;
}

.people-slider-container .custom-nav .owl-nav {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
  position: relative;
}

.people-slider-container .custom-nav .owl-nav [class*="owl-"] {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
}

.people-slider-container .custom-nav button {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 24px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.people-slider-container .custom-nav button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.people-slider-container .custom-nav button:first-child:before {
  background: url(../images/icons/icon-arrow-left-black.svg) no-repeat center;
  background-size: 20px 12px;
}

.people-slider-container .custom-nav button:first-child:hover:before {
  -webkit-transform: scale(1.1) translateY(-1%);
  -ms-transform: scale(1.1) translateY(-1%);
  transform: scale(1.1) translateY(-1%);
}

.people-slider-container .custom-nav button:last-child:before {
  background: url(../images/icons/icon-arrow-right-black.svg) no-repeat center;
  background-size: 20px 12px;
}

.people-slider-container .custom-nav button:last-child:hover:before {
  -webkit-transform: scale(1.1) translateY(1%);
  -ms-transform: scale(1.1) translateY(1%);
  transform: scale(1.1) translateY(1%);
}

.people-slider-container .custom-nav button.hover,
.people-slider-container .custom-nav button:hover {
  cursor: pointer;
}

.people-slider-container .custom-nav button.hover circle._2,
.people-slider-container .custom-nav button:hover circle._2 {
  stroke-dashoffset: 0;
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
}

.people-slider-container .custom-nav a {
  display: block;
  width: 50px;
  height: 50px;
}

.people-slider-container .custom-nav svg {
  display: block;
  width: 100%;
  height: 50px;
}

.people-slider-container .custom-nav svg circle {
  fill: transparent;
  stroke: #000;
  stroke-width: 1px;
}

.people-slider-container .custom-nav svg circle._2 {
  stroke: var(--primary);
  stroke-width: 4px;
  stroke-dasharray: 145;
  stroke-dashoffset: 145;
}

.people-slider-container .hero-banner__container {
  padding-left: 116px;
}

.people-slider-container .custom-dots {
  position: absolute;
  bottom: 20px;
  z-index: 9;
  width: 100%;
}

.people-slider-container .custom-dots .owl-dots {
  padding: 0 25px;
  padding-left: calc(116px + 50px);
  display: flex;
  gap: 20px;
}

.people-slider-container .custom-dots .owl-dots .owl-dot {
  width: 90px;
  height: 4px;
  background-color: #4d4d4f;
  border: 0;
  outline: 0;
  transition: all 0.2s ease-in-out;
}

.people-slider-container .custom-dots .owl-dots .owl-dot:hover,
.people-slider-container .custom-dots .owl-dots .owl-dot.active {
  background-color: var(--primary);
}

@media (max-width:768px) {
  .people-slider-container .custom-dots {
    bottom: 100px;
  }
}

@media (max-width: 599px) {
  .people-slider-container .custom-nav {
    display: none;
  }

  .people-slider-container .hero-banner__container {
    padding-left: 0px;
  }

  .people-slider-container .custom-dots {
    display: none;
  }
}

.people-slider-container .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.people-slider-container .custom-nav svg circle._1 {
  stroke: #4d4d4f;
}

@media (min-width: 1024px) {
  .article--person .person__image img {
    display: block;
    margin-bottom: 18px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    position: relative;
    z-index: 1;
  }

  .article--person .person__job-title,
  .article--person .person__name {
    position: relative;
    z-index: 2;
  }

  .article--person:hover .person__image img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-box-shadow: 0 2px 60px rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 60px rgba(0, 0, 0, 0.45);
  }
}

.articles-list {
  clear: both;
}

.articles-list .container {
  position: relative;
}

.articles-list__posts-count {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 1.5em;
}

@media (min-width: 600px) {
  .articles-list__posts-count {
    position: absolute;
    top: -5em;
    left: 0;
  }
}

.articles-list__list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

.articles-list__list-container>* {
  width: 100%;
}

.latest-category-posts .articles-list__list-container {
  display: flex;
}

.latest-category-posts .articles-list__list-container>* {
  width: auto;
}

@media (min-width: 600px) {
  .articles-list__list-container>* {
    width: calc(50% - 15px);
  }

  .latest-category-posts .articles-list__list-container>* {
    width: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .articles-list__list-container>* {
    width: calc(33.333% - 30px);
  }

  .latest-category-posts .articles-list__list-container>* {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .articles-list__list-container>* {
    width: calc(25% - 30px);
  }

  .latest-category-posts .articles-list__list-container>* {
    width: auto;
  }
}


.contact-list .article__headline {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--tritary);
}

.contact-list .article__desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: var(--tritary);
  margin-top: 18px;
  margin-bottom: 48px;
}

.contact-list .article__desc p {
  margin-bottom: 0.5rem;
}

.view-map-link {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: var(--secondary);
  opacity: 0.8;
  display: flex;
  gap: 12px;
  text-decoration: none;
  align-items: center;
}

.view-map-link:hover {
  color: var(--primary);
}

.view-map-link .icon {
  font-size: 12px;
}

.contact-list .article__image {
  height: 328px;
}

.contact-list .article__image img {
  height: 328px;
}

.contact-form__section {
  margin-top: 50px;
}

@media (min-width: 600px) {
  .articles-list article {
    margin-bottom: 2em;
  }
}

.ajax-loading .articles-list article {
  opacity: 0;
}

.ajax-animate-in .articles-list article {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.ajax-animate-in .articles-list article:nth-child(1) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

.ajax-animate-in .articles-list article:nth-child(2) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.ajax-animate-in .articles-list article:nth-child(3) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.ajax-animate-in .articles-list article:nth-child(4) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}

.ajax-animate-in .articles-list article:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.ajax-animate-in .articles-list article:nth-child(6) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

.ajax-animate-in .articles-list article:nth-child(7) {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}

.ajax-animate-in .articles-list article:nth-child(8) {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}

.ajax-animate-in .articles-list article:nth-child(9) {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}

.ajax-animate-in .articles-list article:nth-child(10) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.ajax-animate-in .articles-list article:nth-child(11) {
  -webkit-transition-delay: 0.88s;
  transition-delay: 0.88s;
}

.ajax-animate-in .articles-list article:nth-child(12) {
  -webkit-transition-delay: 0.96s;
  transition-delay: 0.96s;
}

/* .articles-list .article__image {
  margin-bottom: 1em;
}

.articles-list--layout-news article {
  margin-bottom: 4em;
} */

/* .articles-list--layout-news .article__headline {
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.334em;
} */

@media (min-width: 1024px) {

  .articles-list--layout-grid .articles-list__list-container,
  .articles-list--layout-people .articles-list__list-container {
    margin-left: -30px;
  }

  .articles-list--layout-grid .articles-list__list-container:after,
  .articles-list--layout-people .articles-list__list-container:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .articles-list--layout-grid .articles-list__list-container>*,
  .articles-list--layout-people .articles-list__list-container>* {
    margin-left: 30px;
  }
}

/* @media (min-width: 600px) {

  .articles-list--layout-grid .article__image,
  .articles-list--layout-people .article__image {
    overflow: hidden;
  }

  .articles-list--layout-grid .article__details,
  .articles-list--layout-people .article__details {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
} */

/* @media (min-width: 1540px) {

  .articles-list--layout-grid .article__details,
  .articles-list--layout-people .article__details {
    min-height: 330px;
  }
} */

@media (min-width: 600px) {
  .articles-list--layout-people .person {
    margin-bottom: 4em;
  }
}

.articles-list-ajax-container--grid-layout {
  position: relative;
}

.articles-list-ajax-container--grid-layout:before {
  content: "";
  width: 100%;
  height: calc(100% - 6em);
  position: absolute;
  top: 0;
  left: calc(100% - 18em + 0px);
  z-index: -1;
  background-color: #f5f5f5;
}

@media (min-width: 600px) {
  .articles-list-ajax-container--grid-layout:before {
    left: calc(25% - 1.25em + 20px);
  }
}

@media (min-width: 1024px) {
  .articles-list-ajax-container--grid-layout:before {
    left: calc(16.5% - 1.25em + 20px);
  }
}

@media (min-width: 1200px) {
  .articles-list-ajax-container--grid-layout:before {
    left: calc(10% - 1.25em + (20px * 2));
  }
}

@media (min-width: 1400px) {
  .articles-list-ajax-container--grid-layout:before {
    left: 50%;
    margin-left: -520px;
  }
}


.latest-category-posts .articles-list-ajax-container--grid-layout:before {
  content: none;
}


.about-block__layout {
  position: relative;
  padding: 6px 0;
}

.about-block__layout:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -16px;
  left: 32px;
  z-index: -1;
  background-color: var(--about-block-before);
}

@media (min-width: 600px) {
  .about-block__layout:before {
    left: 56px;
  }

  .about-title {
    margin-right: 60px;
  }

  .about-desc {
    margin-right: 60px;
  }

  .about-block__content .learn-more-btn {
    margin-right: 60px;
  }
}

@media (min-width: 992px) {
  .about-block__layout {
    position: relative;
    padding: 80px 0;
  }

  .about-block__layout:before {
    top: 0;
  }
}

@media (min-width: 1024px) {
  .about-block__layout:before {
    left: calc(16.5% - 1.25em + 20px);
  }
}

@media (min-width: 1200px) {
  .about-block__layout:before {
    left: calc(10% - 1.25em + (20px * 2));
  }
}

@media (min-width: 1400px) {
  .about-block__layout:before {
    left: 50%;
    margin-left: -550px;
  }
}

.about-block__content {
  display: flex;
  gap: 130px;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #4d4d4f;
}

.about-block__content.right {
  flex-direction: row-reverse;
  padding-left: 550px;

}

.about-block__content.left {
  flex-direction: row;
}

.about-block__img {
  flex: 0 0 auto;
  margin-left: auto;
  justify-content: end;
}

.about-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
  margin-top: 32px;
  color: #17181d;
  margin-right: 30px;
}

.about-desc {
  margin-right: 30px;
}



.learn-more-btn {
  background-color: var(--primary);
  box-shadow: 0px 3px 10px rgba(0, 22, 137, 0.01);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding: 10px 24px;
  text-decoration: none;

  display: flex;
  width: max-content;
  align-items: center;

}

.learn-more-btn:hover {
  background-color: var(--secondary);
  color: #fff;
}

.about-block__content .learn-more-btn {
  margin-right: 30px;
  margin-top: 40px;
  margin-left: auto;
}

@media (max-width: 1400px) {

  .about-block__content.right,
  .about-block__content.left {
    padding-left: 280px;
  }

}

@media (max-width: 1199px) {

  .about-block__content.right,
  .about-block__content.left {
    flex-direction: column;

  }

}

@media (max-width: 991px) {

  .about-block__content.right,
  .about-block__content.left {
    padding-left: 118px;
  }

}

@media (max-width: 570px) {

  .about-block__content.right,
  .about-block__content.left {
    padding-left: 70px;
  }

}


.component-block__layout {
  position: relative;
  padding: 80px 0;
}

.component-block__layout:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;

  z-index: -1;
  background-color: var(--component-block-before);
}

.component-block__layout.left:before {
  left: 0;
}

.component-block__layout.right:before {
  right: 0;
}

@media (min-width: 600px) {


  .about-title {
    margin-right: 60px;
  }

  .about-desc {
    margin-right: 60px;
  }

  .about-block__content .learn-more-btn {
    margin-right: 60px;
  }
}

/* @media (min-width: 1024px) {
  .component-block__layout.left:before {
    left: calc(16.5% - 1.25em + 20px);
  }

  .component-block__layout.right:before {
    right: calc(16.5% - 1.25em + 20px);
  }
} */

@media (min-width: 1200px) {
  .component-block__layout.left:before {
    left: calc(10% - 1.25em + (20px * 2));
  }

  .component-block__layout.right:before {
    right: calc(10% - 1.25em + (20px * 2));
  }
}

@media (min-width: 1400px) {
  .component-block__layout.left:before {
    left: 50%;
    margin-left: -450px;
  }

  .component-block__layout.right:before {
    right: 50%;
    margin-right: -450px;
  }
}

.component-block__content {
  display: flex;
  gap: 130px;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #4d4d4f;
  align-items: center;
}

.component-block__content.right {
  flex-direction: row-reverse;
  padding-left: 115px;

}

.component-block__content.left {
  flex-direction: row;
}

.component-block__img {
  flex: 0 0 auto;
}

@media (max-width: 1400px) {


  .component-block__content.left {
    padding-left: 280px;
  }

  .component-block__content.right {
    padding-left: 70px;
  }

}

@media (max-width: 1199px) {

  .component-block__content.right,
  .component-block__content.left {
    flex-direction: column;

  }

  .component-block__content.right,
  .component-block__content.left {
    padding-left: 50px;
    padding-right: 50px;
  }

  .component-block__content {
    gap: 80px;
  }

  .component-block__layout {
    padding-top: 0;
  }

  .component-block__img {
    position: relative;
    width: 100%;
  }

  .component-block__img::before {
    content: "";
    background: var(--component-block-before);
    background: linear-gradient(0deg, var(--component-block-before) 0%, var(--component-block-before) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: -1px;
    left: -50px;
    right: -50px;
    height: 100%;
    z-index: -1;
  }
}

@media (max-width: 768px) {

  .component-block__content.right,
  .component-block__content.left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .component-block__img::before {
    left: -30px;
    right: -30px;
  }
}


.component-block__heading {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
}

.component-block__description {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-top: 34px;
  margin-bottom: 42px;
}

.component-block__link {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 12px 0;
  border-bottom: 4px solid var(--component-link-color);
  text-decoration: none;
  color: var(--component-link-color);
}

.component-block__link:hover {
  color: var(--primary);
  border-bottom: 4px solid var(--primary);
}


.key-fact__layout {
  position: relative;
  padding: 0;
  margin-top: 54px;
}

.key-fact__layout:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: var(--key-fact-before);
}

.key-fact__layout.left:before {
  right: 0;
}

.key-fact__layout.right:before {
  left: 0;
}



@media (min-width: 1200px) {
  .key-fact__layout.left:before {
    right: calc(10% - 1.25em + (20px * 2));
  }

  .key-fact__layout.right:before {
    left: calc(10% - 1.25em + (20px * 2));
  }
}

@media (min-width: 1400px) {
  .key-fact__layout.left:before {
    right: 50%;
    margin-right: -680px;
  }

  .key-fact__layout.right:before {
    left: 50%;
    margin-left: -680px;
  }
}

.key-fact__content {
  display: flex;
  gap: 130px;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #4d4d4f;
  align-items: center;
}

.key-fact__content.right {
  flex-direction: row-reverse;
  padding-left: 115px;

}

.key-fact__content.left {
  flex-direction: row;
}

.key-fact__content.left .text-content {
  padding-right: 350px;
}

.key-fact__content.right .text-content {
  padding-left: 350px;
}

.key-fact__img {
  flex: 0 0 auto;
  margin-top: -54px;
}

@media (max-width: 1400px) {


  .key-fact__content.left {
    padding-right: 70px;
  }

  .key-fact__content.right {
    padding-left: 70px;
  }

}

@media (max-width: 1199px) {

  .key-fact__content.right,
  .key-fact__content.left {
    flex-direction: column;

  }

  .key-fact__content.right,
  .key-fact__content.left {
    padding-left: 50px;
    padding-right: 50px;
  }

  .key-fact__content {
    gap: 80px;
  }

  .key-fact__layout {
    padding-top: 0;
  }

  .key-fact__img {
    position: relative;
    width: 100%;

  }

  .key-fact__img::before {
    content: "";
    background: var(--key-fact-before);
    background: linear-gradient(0deg, var(--key-fact-before) 0%, var(--key-fact-before) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: -1px;
    left: -50px;
    right: -50px;
    height: 100%;
    z-index: -1;
  }

  .key-fact__content.left .text-content {
    padding-right: 150px;
  }

  .key-fact__content.right .text-content {
    padding-left: 150px;
  }
}

@media (max-width: 768px) {

  .key-fact__content.right,
  .key-fact__content.left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .key-fact__img::before {
    left: -30px;
    right: -30px;
  }

  .key-fact__content.left .text-content {
    padding-right: 30px;
  }

  .key-fact__content.right .text-content {
    padding-left: 30px;
  }
}

.key-fact__fig {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 22px;
  margin: 60px 0;
}

.key-fact__fig-item {
  border-top: 6px solid var(--key-fact-highlight);
  padding: 24px 0;
  width: calc(33.33% - 22px);
}

.key-fact__counter {
  font-weight: bold;
  font-size: 64px;
  line-height: 36px;
  margin-bottom: 5px;
}

.key-fact__header {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
}

.key-fact__heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
}

.key-fact__description {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #4d4d4f;
}

@media (max-width: 1400px) {
  .key-fact__content {
    gap: 60px;
  }

  .key-fact__content.left .text-content {
    padding-right: 120px;
  }

  .key-fact__content.right .text-content {
    padding-left: 120px;
  }
}

@media (max-width:1199px) {
  .key-fact__fig-item {

    width: calc(50% - 22px);
  }
}

@media (max-width:991px) {
  .key-fact__fig-item {

    width: calc(100% - 22px);
  }
}

.key-expert__header {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #4d4d4f;
  margin-bottom: 32px;
}


.key-expert__layout {
  position: relative;
  padding: 20px 0;
}

.key-expert__layout:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: var(--key-expert-before);
}

.key-expert__layout:before {
  left: 0;
}




@media (min-width: 1200px) {
  .key-expert__layout:before {
    left: calc(5% - 1.25em + (20px * 2));
  }


}

@media (min-width: 1400px) {
  .key-expert__layout:before {
    left: 50%;
    margin-left: -370px;
  }


}

.key-expert__content {
  display: flex;
  gap: 60px;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #4d4d4f;
  align-items: center;
}



.key-expert__content {
  flex-direction: row;
}

.key-expert__img {
  flex: 0 0 auto;
  max-width: 164px;
}



@media (max-width: 1199px) {

  .key-expert__content {
    flex-direction: column;
  }


  .key-expert__content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .key-expert__content {
    gap: 30px;
  }

  .key-expert__layout {
    padding-top: 0;
  }

  .key-expert__img {
    position: relative;
    width: 100%;
    max-width: none;
  }

  .key-expert__img::before {
    content: "";
    background: var(--key-expert-before);
    background: linear-gradient(0deg, var(--key-expert-before) 0%, var(--key-expert-before) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: -1px;
    left: -50px;
    right: -50px;
    height: 100%;
    z-index: -1;
  }
}

@media (max-width: 768px) {

  .key-expert__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .key-expert__img::before {
    left: -30px;
    right: -30px;
  }
}


.key-expert__heading {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.01em;
  color: var(--secondary);
  margin-bottom: 0px;
}

.key-expert__sub-heading {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #4d4d4f;
  margin-bottom: 0px;
}

.key-expert__description {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: left;
  color: #757575;
  margin: 24px 0;
}

.view-all-link {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: var(--secondary);
  opacity: 0.8;
  display: flex;
  gap: 12px;
  text-decoration: none;
  align-items: center;

}

.view-all-link .icon {
  font-size: 12px;
}

.view-all-link:hover {
  color: var(--primary);
}

.line-link {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-align: left;
  color: var(--tritary);
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 4px solid var(--tritary);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.line-link:hover {
  color: var(--secondary);
  border-bottom: 4px solid var(--secondary);
}

.full-block__layout {
  position: relative;
  padding: 10px 0;
}

.full-block__layout:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  z-index: -1;
  background-color: var(--full-block-before);
}

.full-block__layout:before {
  left: 0;
}

.full-block__img {
  display: flex;
  justify-content: center;
  margin-left: 30px;
}

.full-block__desc {
  max-width: 690px;
  margin: 30px auto;
  padding: 0 30px;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #4d4d4f;
}

@media (min-width: 1200px) {
  .full-block__layout:before {
    left: calc(10% - 1.25em + (20px * 2));
  }

  .full-block__img {
    margin-left: 130px;
  }

  .full-block__desc {
    margin: 80px auto;
  }
}

@media (min-width: 1400px) {
  .full-block__layout:before {
    left: 50%;
    margin-left: -450px;
  }

}

@media (min-width: 1024px) {
  .categories-menu {
    background-image: -webkit-gradient(linear,
        left top,
        right top,
        color-stop(70%, #f5f5f5),
        color-stop(70%, var(--primary)));
    background-image: linear-gradient(90deg, #f5f5f5 70%, var(--primary) 70%);
  }
}

.categories-menu__inner-wrap {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .categories-menu__inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .categories-menu__inner-wrap>.categories-menu__list-wrap {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .categories-menu__inner-wrap>.categories-menu__list-wrap .categories-menu__block-title {
    position: absolute;
    top: 100px;
  }

  .categories-menu__inner-wrap>.categories-menu__list-1-wrap {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }

  .categories-menu__inner-wrap>.categories-menu__list-2-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.categories-menu__block-title {
  margin-bottom: 2em;
}

.home .categories-menu__list-2-wrap {
  background-color: var(--primary);
}

.home .categories-menu__list-2-wrap *,
.home .categories-menu__list-2-wrap a {
  color: #fff !important;
}

.categories-menu__list-1-wrap,
.categories-menu__list-2-wrap {
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 600px) {

  .categories-menu__list-1-wrap,
  .categories-menu__list-2-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.categories-menu__list-1-title,
.categories-menu__list-2-title {
  margin-bottom: 1em;
  font-weight: 600;
}

.categories-menu__list-1-title a,
.categories-menu__list-2-title a {
  font-weight: 600;
}

.categories-menu__list-1-title {
  color: var(--secondary);
}

.categories-menu__list-1-wrap {
  background-color: #f5f5f5;
}

.categories-menu__list-1-categories li:first-child a {
  color: var(--primary);
}

@media (min-width: 600px) {
  .categories-menu__list-1-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .categories-menu__list-1-categories>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}

.categories-menu__list-2-categories .arrow-link:before {
  color: var(--secondary);
}

.categories-menu li {
  margin-bottom: 1em;
}

.cta-banner {
  position: relative;
  color: #fff;
  background-color: #9b9b9b;
  background-size: cover;
  background-position: center center;
}

.cta-banner a {
  color: #fff;
  text-decoration: none;
}

.cta-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 599px) {
  .cta-banner:before {
    content: none;
  }
}

.cta-banner .container {
  position: relative;
  padding: 8em 20px;
}

@media (max-width: 599px) {
  .cta-banner .container {
    overflow: hidden;
  }

  .cta-banner .container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 1024px) {
  .cta-banner .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

@media (min-width: 1200px) {
  .cta-banner .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.cta-banner>a {
  text-decoration: none !important;
}

.cta-banner__headline {
  max-width: 14em;
  margin-bottom: 24px;
}

.cta-banner__description {
  max-width: 36em;
}

@media (max-width: 599px) {
  .cta-banner__description {
    padding-top: 1em;
  }
}

.cta-banner__description * {
  font-size: 1em;
}

@media (min-width: 600px) {
  .cta-banner__description * {
    font-weight: 600;
  }
}

.cta-banner__cta {
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.cta-banner__cta:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -7px;
  border-bottom: 4px solid #fff;
}

.cta-banner:nth-of-type(3n-1) {
  background-color: #9b9b9b;
}

.cta-banner:nth-of-type(3n-2) {
  background-color: rgba(0, 22, 137, 0.3);
}

.cta-banner:nth-of-type(3n-3) {
  background-color: rgba(0, 143, 191, 0.3);
}

@media (max-width: 599px) {
  .cta-banner .container {
    padding-bottom: 0;
  }
}

.cta-banner .article__details--mobile-only {
  display: none;
  color: var(--tritary);
  background-color: #fff;
}

.cta-banner .article__details--mobile-only a {
  color: var(--secondary);
}

@media (max-width: 599px) {
  .cta-banner .article__details--mobile-only {
    display: block;
    padding: 0 20px 40px;
  }
}

.cta-banner .article__details {
  max-width: 640px;
}

@media (max-width: 599px) {
  .cta-banner .article__details {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-banner .article__details .cta-banner__cta,
  .cta-banner .article__details .cta-banner__description {
    display: none;
  }
}

@media (min-width: 1024px) {
  .featured-articles .cta-banner:nth-of-type(even) .article__details {
    margin-left: auto;
  }
}

.featured-articles .article__details {
  max-width: 640px;
}

.global-presence-map {
  background-color: #f5f5f5;
}

.global-presence-map .container {
  max-width: 825px;
  margin: 0 auto;
  display: block;
  position: relative;
}

@media (min-width: 1200px) {
  .global-presence-map .container {
    max-width: 1440px;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .global-presence-map .container>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .global-presence-map .container> :first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .global-presence-map .container> :last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.global-presence-map__content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  .global-presence-map__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .global-presence-map__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 600px) {
  .global-presence-map__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 800px) {
  .global-presence-map__content {
    padding-top: 0;
  }
}

.global-presence-map__block-title {
  color: var(--secondary);
  margin-bottom: 0.6em;
}

.global-presence-map__map {
  position: relative;
  margin: 0;
  padding: 0;
}

.global-presence-map__map figure {
  position: relative;
  margin: 0;
}

@media (min-width: 1200px) {
  .global-presence-map__map figure {
    width: 825px;
    height: 472px;
  }
}

.global-presence-map__map figcaption {
  display: none;
  padding: 1em;
  text-align: center;
  line-height: 1.2em;
  font-weight: 600;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s 1s;
  transition: 0.5s 1s;
}

.is-loading .global-presence-map__map figcaption,
.is-outside-viewport .global-presence-map__map figcaption {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

@media (min-width: 800px) {
  .global-presence-map__map figcaption {
    width: 100%;
    position: absolute;
    top: -1em;
  }
}

.global-presence-map__locations {
  counter-reset: locations;
}

@media (min-width: 800px) {
  .global-presence-map__locations {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.global-presence-map__location {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  padding: 1em;
}

.global-presence-map__location>a {
  display: block;
  text-decoration: none;
}

.global-presence-map__location-continent {
  text-transform: uppercase;
  font-size: 0.6em;
  margin-bottom: 0;
  color: var(--secondary);
}

.global-presence-map__location-city {
  font-weight: 400;
}

.global-presence-map__location span {
  display: block;
  line-height: 1.4em;
}

@media (max-width: 799px) {
  .global-presence-map__location {
    position: relative;
    border-top: 1px solid #e4e4e4;
    padding-left: 60px;
  }

  .global-presence-map__location:last-child {
    border-bottom: 1px solid #e4e4e4;
  }

  .global-presence-map__location:before {
    counter-increment: locations;
    content: counter(locations);
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: -10px;
    position: absolute;
    top: 2.1em;
    left: 20px;
    border-radius: 50%;
    background-color: var(--secondary);
  }

  .global-presence-map__location a:after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    display: block;
    border-top: 3px solid var(--secondary);
    border-right: 3px solid var(--secondary);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }

  .global-presence-map__location a:hover:after {
    -webkit-transform: rotate(45deg) scale(1.2);
    -ms-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2);
  }

  .global-presence-map__location__address {
    max-height: 0;
    overflow: hidden;
  }

  .global-presence-map__location__address a:after {
    content: none !important;
  }

  li.hover .global-presence-map__location__address,
  li:hover .global-presence-map__location__address {
    max-height: 40em;
  }
}

@media (min-width: 800px) {
  .global-presence-map__location {
    width: 145px;
    height: 145px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
  }

  .global-presence-map__location a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .global-presence-map__location .bubble {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .global-presence-map__location .bubble:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: var(--secondary);
    opacity: 0.75;
  }

  .global-presence-map__location .bubble span {
    position: relative;
    z-index: 2;
  }

  .global-presence-map__location .bubble:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .global-presence-map__location-city,
  .global-presence-map__location-continent {
    color: #fff;
  }

  .global-presence-map__location__address {
    overflow: hidden;
    width: 0;
    height: 0;
    visibility: hidden;
  }

  li:hover .global-presence-map__location__address {
    height: auto;
    width: auto;
    visibility: visible;
  }

  .global-presence-map__location__address>div {
    width: 200px;
    max-height: 300px;
    position: absolute;
    z-index: 0;
    left: 50%;
    bottom: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #a0a0a0;
    background: #252525;
    padding: 1em 1em 0.2em;
    opacity: 0;
    -webkit-transform: translate(-50%, 15px);
    -ms-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  li:hover .global-presence-map__location__address>div {
    opacity: 1;
    -webkit-transform: translate(-50%, -5px);
    -ms-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
  }

  .global-presence-map__location__address>div:after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #252525;
    margin-left: -10px;
    position: absolute;
    top: 99%;
    left: 50%;
  }

  .global-presence-map__location__address>div a {
    position: relative;
    display: inline-block;
    color: #a0a0a0;
  }

  .global-presence-map__location:before {
    content: "";
    height: 1px;
    width: 38px;
    background: 0 0;
    display: inline-block;
    position: absolute;
    border-bottom: 1px dotted #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .global-presence-map__location:after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: var(--secondary);
    -webkit-transition: 0.2s 0.2s;
    transition: 0.2s 0.2s;
  }

  .global-presence-map__location:hover .bubble:before {
    opacity: 1;
  }

  .global-presence-map__location:hover:after,
  .global-presence-map__location:hover:before {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .global-presence-map__location:hover:after {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    border-width: 2px;
  }

  .global-presence-map__location.usa {
    margin: -20.6% 0 0 -43.3%;
  }

  .global-presence-map__location.usa:before {
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    transform: rotate(19deg);
    width: 29px;
    top: 102px;
    right: -22px;
  }

  .global-presence-map__location.usa:after {
    bottom: 33px;
    right: -24px;
  }

  .global-presence-map__location.brazil {
    margin: 5.3% 0 0 -40%;
  }

  .global-presence-map__location.brazil:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 40px;
    top: 73px;
    right: -40px;
  }

  .global-presence-map__location.brazil:after {
    top: 69px;
    right: -50px;
  }

  .global-presence-map__location.uk {
    width: 130px;
    height: 130px;
    margin: -11% 0 0 -19.1%;
  }

  .global-presence-map__location.uk:before {
    -webkit-transform: rotate(-53deg);
    -ms-transform: rotate(-53deg);
    transform: rotate(-53deg);
    width: 21px;
    top: 8px;
    left: 106px;
  }

  .global-presence-map__location.uk:after {
    top: -8px;
    left: 120px;
  }

  .global-presence-map__location.netherlands {
    margin: -21.1% 0 0 1.2%;
  }

  .global-presence-map__location.netherlands:before {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    width: 24px;
    top: 83px;
    left: -23px;
  }

  .global-presence-map__location.netherlands:after {
    bottom: 54px;
    left: -29px;
  }

  .global-presence-map__location.india {
    width: 116px;
    height: 116px;
    margin: 2.9% 0 0 6.3%;
  }

  .global-presence-map__location.india .bubble {
    padding-top: 24%;
  }

  .global-presence-map__location.india:before {
    -webkit-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
    transform: rotate(125deg);
    width: 34px;
    left: 77px;
    top: -8px;
  }

  .global-presence-map__location.india:after {
    bottom: 135px;
    left: 100px;
  }

  .global-presence-map__location.shanghai-china {
    width: 116px;
    height: 116px;
    margin: -7.9% 0 0 34.7%;
  }

  .global-presence-map__location.shanghai-china:before {
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    width: 31px;
    bottom: 77px;
    left: -28px;
  }

  .global-presence-map__location.shanghai-china:after {
    bottom: 79px;
    left: -32px;
  }

  .global-presence-map__location.wuxi-china {
    width: 108px;
    height: 108px;
    margin: -23.9% 0 0 27.3%;
  }

  .global-presence-map__location.wuxi-china:before {
    -webkit-transform: rotate(110deg);
    -ms-transform: rotate(110deg);
    transform: rotate(110deg);
    width: 38px;
    bottom: -17px;
    left: 16px;
  }

  .global-presence-map__location.wuxi-china:after {
    bottom: -44px;
    left: 22px;
  }

  .global-presence-map__location.singapore {
    width: 108px;
    height: 108px;
    margin: 7.4% 0 0 15.2%;
  }

  .global-presence-map__location.singapore:before {
    -webkit-transform: rotate(-51deg);
    -ms-transform: rotate(-51deg);
    transform: rotate(-51deg);
    width: 28px;
    left: 82px;
    top: 1px;
  }

  .global-presence-map__location.singapore:after {
    left: 100px;
    bottom: 112px;
  }

  .is-loading .global-presence-map__location .bubble,
  .is-outside-viewport .global-presence-map__location .bubble {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .is-loading .global-presence-map__location:after,
  .is-loading .global-presence-map__location:before,
  .is-outside-viewport .global-presence-map__location:after,
  .is-outside-viewport .global-presence-map__location:before {
    opacity: 0;
    -webkit-transition: 0s 0s !important;
    transition: 0s 0s !important;
  }

  .global-presence-map__location:nth-child(1) .bubble {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
  }

  .global-presence-map__location:nth-child(1):after,
  .global-presence-map__location:nth-child(1):before {
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s;
  }

  .global-presence-map__location:nth-child(2) .bubble {
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s;
  }

  .global-presence-map__location:nth-child(2):after,
  .global-presence-map__location:nth-child(2):before {
    -webkit-transition-delay: 0.56s;
    transition-delay: 0.56s;
  }

  .global-presence-map__location:nth-child(3) .bubble {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
  }

  .global-presence-map__location:nth-child(3):after,
  .global-presence-map__location:nth-child(3):before {
    -webkit-transition-delay: 0.64s;
    transition-delay: 0.64s;
  }

  .global-presence-map__location:nth-child(4) .bubble {
    -webkit-transition-delay: 0.32s;
    transition-delay: 0.32s;
  }

  .global-presence-map__location:nth-child(4):after,
  .global-presence-map__location:nth-child(4):before {
    -webkit-transition-delay: 0.72s;
    transition-delay: 0.72s;
  }

  .global-presence-map__location:nth-child(5) .bubble {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .global-presence-map__location:nth-child(5):after,
  .global-presence-map__location:nth-child(5):before {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }

  .global-presence-map__location:nth-child(6) .bubble {
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s;
  }

  .global-presence-map__location:nth-child(6):after,
  .global-presence-map__location:nth-child(6):before {
    -webkit-transition-delay: 0.88s;
    transition-delay: 0.88s;
  }

  .global-presence-map__location:nth-child(7) .bubble {
    -webkit-transition-delay: 0.56s;
    transition-delay: 0.56s;
  }

  .global-presence-map__location:nth-child(7):after,
  .global-presence-map__location:nth-child(7):before {
    -webkit-transition-delay: 0.96s;
    transition-delay: 0.96s;
  }
}

.global-presence-map .image-wrap {
  position: relative;
}

.global-presence-map__mobile-location-dots {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  counter-reset: locations;
}

@media (min-width: 800px) {
  .global-presence-map__mobile-location-dots {
    display: none;
  }
}

.global-presence-map__mobile-location-dots li {
  height: 18px;
  width: 18px;
  position: absolute;
  margin: -9px 0 0 -9px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--secondary);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.global-presence-map__mobile-location-dots li:before {
  counter-increment: locations;
  content: counter(locations);
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.global-presence-map__mobile-location-dots li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.global-presence-map__mobile-location-dots li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.global-presence-map__mobile-location-dots li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.global-presence-map__mobile-location-dots li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.global-presence-map__mobile-location-dots li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.global-presence-map__mobile-location-dots li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.global-presence-map__mobile-location-dots li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.global-presence-map__mobile-location-dots li.usa {
  top: 36.7%;
  left: 26.6%;
}

.global-presence-map__mobile-location-dots li.brazil {
  top: 75%;
  left: 33%;
}

.global-presence-map__mobile-location-dots li.uk {
  top: 30%;
  left: 45.5%;
}

.global-presence-map__mobile-location-dots li.netherlands {
  top: 31.3%;
  left: 48.3%;
}

.global-presence-map__mobile-location-dots li.india {
  top: 50%;
  left: 69%;
}

.global-presence-map__mobile-location-dots li.shanghai-china {
  top: 41%;
  left: 82%;
}

.global-presence-map__mobile-location-dots li.wuxi-china {
  top: 39%;
  left: 78.5%;
}

.global-presence-map__mobile-location-dots li.singapore {
  top: 60%;
  left: 78%;
}

.is-outside-viewport .global-presence-map__mobile-location-dots li {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.hero-banner {
  position: relative;
  z-index: 2;
  padding: 14em 0 10em;
  color: #fff;
  /* text-align: center; */
  background-color: #444;
  background-size: cover;
  background-position: center center;
}

.hero-banner a {
  color: #fff;
  text-decoration: none;
}

.hero-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-banner .container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  .hero-banner .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.home .hero-banner {
  text-align: left;
  padding-top: 12em;
  padding-bottom: 12em;
}

@media (min-width: 600px) {
  .home .hero-banner {
    padding-top: 14.8em;
    padding-bottom: 14.8em;
  }
}

.hero-banner>* {
  position: relative;
  z-index: 2;
}

.hero-banner__bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
}

.home .active .hero-banner__bg-image {
  -webkit-animation: zoom 11s;
  animation: zoom 11s;
}

@-webkit-keyframes zoom {
  from {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }

  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }

  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

.hero-banner__headline {
  max-width: 14em;
}

.hero-banner__cta {
  width: 80%;
  max-width: 16em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1em;
  font-weight: 600;
  text-align: center;
  background-color: var(--primary);
}

@media (min-width: 600px) {
  .hero-banner__cta {
    left: auto;
    right: 40px;
  }
}

@media (min-width: 1480px) {
  .hero-banner__cta {
    right: 50%;
    margin-right: -640px;
  }
}

.hero-banner__cta:hover {
  background-color: #001ebc;
}

.brand-nr .hero-banner__cta {
  background-color: var(--primary);
}

.brand-nr .hero-banner__cta:hover {
  background-color: #001ebc;
}

.brand-eln .hero-banner__cta {
  background-color: #3db5e6;
}

.brand-eln .hero-banner__cta:hover {
  background-color: #6ac6ec;
}

.brand-amn .hero-banner__cta {
  background-color: #9f7cd4;
}

.brand-amn .hero-banner__cta:hover {
  background-color: #bba2e1;
}

.main-hero-slider {
  position: relative;
}

.main-hero-slider .owl-carousel .owl-stage {
  display: flex;
}

.main-hero-slider .owl-carousel .owl-stage .item {
  height: 100%;
}

.main-hero-slider .owl-carousel .owl-stage .hero-banner {
  height: 100%;
}

.main-hero-slider .custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}

.main-hero-slider .custom-nav .owl-controls {
  padding: 0 20px;
}

.main-hero-slider .custom-nav .owl-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
  position: relative;
}

.main-hero-slider .custom-nav .owl-nav [class*="owl-"] {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
}

.main-hero-slider .custom-nav button {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 24px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-hero-slider .custom-nav button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-hero-slider .custom-nav button:first-child:before {
  background: url(../images/icons/icon-arrow-up-white.svg) no-repeat center 48%;
  background-size: 18px;
}

.main-hero-slider .custom-nav button:first-child:hover:before {
  -webkit-transform: scale(1.1) translateY(-1%);
  -ms-transform: scale(1.1) translateY(-1%);
  transform: scale(1.1) translateY(-1%);
}

.main-hero-slider .custom-nav button:last-child:before {
  background: url(../images/icons/icon-arrow-down-white.svg) no-repeat center 52%;
  background-size: 18px;
}

.main-hero-slider .custom-nav button:last-child:hover:before {
  -webkit-transform: scale(1.1) translateY(1%);
  -ms-transform: scale(1.1) translateY(1%);
  transform: scale(1.1) translateY(1%);
}

.main-hero-slider .custom-nav button.hover,
.main-hero-slider .custom-nav button:hover {
  cursor: pointer;
}

.main-hero-slider .custom-nav button.hover circle._2,
.main-hero-slider .custom-nav button:hover circle._2 {
  stroke-dashoffset: 0;
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
}

.main-hero-slider .custom-nav a {
  display: block;
  width: 50px;
  height: 50px;
}

.main-hero-slider .custom-nav svg {
  display: block;
  width: 100%;
  height: 50px;
}

.main-hero-slider .custom-nav svg circle {
  fill: transparent;
  stroke: #000;
  stroke-width: 1px;
}

.main-hero-slider .custom-nav svg circle._2 {
  stroke: var(--primary);
  stroke-width: 4px;
  stroke-dasharray: 145;
  stroke-dashoffset: 145;
}

.main-hero-slider .hero-banner__container {
  padding-left: 116px;
}

.main-hero-slider .custom-dots {
  position: absolute;
  bottom: 20px;
  z-index: 9;
  width: 100%;
}

.main-hero-slider .custom-dots .owl-dots {
  padding: 0 25px;
  padding-left: calc(116px + 50px);
  display: flex;
  gap: 20px;
}

.main-hero-slider .custom-dots .owl-dots .owl-dot {
  width: 90px;
  height: 4px;
  background-color: #fff;
  border: 0;
  outline: 0;
  transition: all 0.2s ease-in-out;
}

.main-hero-slider .custom-dots .owl-dots .owl-dot:hover,
.main-hero-slider .custom-dots .owl-dots .owl-dot.active {
  background-color: var(--primary);
}

@media (max-width:768px) {
  .main-hero-slider .custom-dots {
    bottom: 100px;
  }
}

@media (max-width: 599px) {
  .main-hero-slider .custom-nav {
    display: none;
  }

  .main-hero-slider .hero-banner__container {
    padding-left: 0px;
  }

  .main-hero-slider .custom-dots {
    display: none;
  }
}

.main-hero-slider .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.main-hero-slider .custom-nav svg circle._1 {
  stroke: #fff;
}

.main-slider__nav-prev {
  left: 20px;
}

.main-slider__nav-prev:before {
  background-image: url(../images/icons/icon-arrow-left-blue.svg) !important;
}

.main-slider__nav-next {
  right: 20px;
}

.main-slider__nav-next:before {
  background-image: url(../images/icons/icon-arrow-right-blue.svg) !important;
}

.hero-banner__page-title {
  /* max-width: 22em; */
  margin-left: auto;
  margin-right: auto;
}

.single-publication .hero-banner__page-title {
  max-width: 32em;
  margin-left: 0;
  margin-right: auto;
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
}

.hero-banner__sub-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

.hero-carousel .carousel__nav {
  right: auto;
  left: 15px;
  display: none;
}

@media (min-width: 1450px) {
  .hero-carousel .carousel__nav {
    left: 50%;
    margin-left: -702px;
  }
}

.hero-carousel .carousel__nav svg circle._1 {
  stroke: #fff;
}

.hero-carousel .carousel__nav li:first-child:before {
  background-image: url(../images/icons/icon-arrow-up-white.svg);
}

.hero-carousel .carousel__nav li:last-child:before {
  background-image: url(../images/icons/icon-arrow-down-white.svg);
}

.hero-carousel .carousel__items {
  position: relative;
  overflow: hidden;
}

.hero-carousel .carousel__item {
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

.hero-carousel .carousel__item.current {
  position: relative;
  opacity: 1;
}

@media (min-width: 760px) {

  .hero-carousel .hero-banner__headline,
  .hero-carousel .hero-banner__small-text {
    margin-left: 80px;
  }
}

.key-experts .carousel__nav {
  top: calc(50vw - 20px);
  right: 30px;
}

@media (min-width: 600px) {
  .key-experts .carousel__nav {
    top: 320px;
  }
}

@media (min-width: 1024px) {
  .key-experts .carousel__nav {
    right: 0;
    top: 25vw;
  }
}

@media (min-width: 1200px) {
  .key-experts .carousel__nav {
    top: 320px;
  }
}

.key-expert {
  margin-top: 2em;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .key-expert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .key-expert>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .key-expert>.person__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .key-expert>.key-expert__details {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 1em 3em 1em 1em;
  }

  .key-expert>.key-expert__details .person__job-title,
  .key-expert>.key-expert__details blockquote {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .key-expert__details {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 599px) and (min-width: 600px) {
  .key-expert__details {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.key-expert h6 {
  margin: 1em 0;
  color: var(--secondary);
  text-transform: capitalize;
}

.key-expert .person__image {
  max-width: 640px;
}

@media (max-width: 599px) {
  .key-expert .person__image {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 1023px) {
  .key-expert .person__image {
    margin: 0 auto;
  }
}

.key-expert .person__name {
  color: var(--secondary);
}

.key-expert__details {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .key-expert__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.key-expert .arrow-link {
  display: block;
  margin-top: 3em;
}

.latest-category-posts {
  padding-top: 20px;
  padding-bottom: 60px;
}

.latest-category-posts__block-title {
  max-width: 14em;
  position: relative;
  margin: 0 0 4em 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  .latest-category-posts__block-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 600px) {
  .latest-category-posts__block-title {
    margin-bottom: 3em;
  }
}

@media (min-width: 1024px) {
  .latest-category-posts__block-title {
    margin-bottom: 2.5em;
  }
}

.latest-category-posts__block-title:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  left: -10%;
  bottom: -1.5em;
  background-color: var(--line-color);
  z-index: 9;
}

@media (min-width: 600px) {
  .latest-category-posts__block-title:after {
    width: 60%;
  }
}

.latest-category-posts__block-title+.articles-list.empty {
  position: relative;
  top: 3em;
}

.latest-category-posts .articles-list {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  .latest-category-posts .articles-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.latest-category-posts .articles-list:before {
  content: "";
  height: calc(100% + 70px);
  position: absolute;
  left: 32px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f5f5f5;
}

/* 
@media (min-width: 600px) {
  .latest-category-posts .articles-list:before {
    width: 85%;
  }
} */

@media (min-width: 1024px) {
  .latest-category-posts .articles-list:before {
    left: calc(16.5% - 1.25em + 20px);
  }
}

@media (min-width: 1200px) {
  .latest-category-posts .articles-list:before {
    left: calc(10% - 1.25em + (20px * 2));
  }
}

@media (min-width: 1400px) {
  .latest-category-posts .articles-list:before {
    left: 50%;
    margin-left: -550px;
  }
}

.latest-category-posts .articles-list__list-container {
  padding-bottom: 3em;
}

@media (min-width: 1024px) {
  .latest-category-posts .articles-list__list-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }


}

@media (min-width: 1300px) {
  .latest-category-posts .articles-list__list-container>* {
    max-width: 320px;
    margin-left: 30px;
  }
}

.latest-category-posts .articles-list__list-container:after {
  content: none;
}

.latest-category-posts .articles-list__list-container .articles-list__posts-count {
  display: none;
}

.latest-category-posts article {
  width: 100%;
  position: relative;
}

@media (min-width: 600px) {
  .latest-category-posts article {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }

  .latest-category-posts .articles-list__list-container article {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .latest-category-posts article {
    width: calc(33.333% - 30px);
  }

  .latest-category-posts .articles-list__list-container article {
    width: auto;
  }
}

.latest-category-posts .articles-list__list-container .owl-stage {
  display: flex;
  gap: 30px;
  padding-left: 30px;
}

.owl-carousel.off {
  display: block;
}

.owl-nav.disabled {
  display: none;
}

.latest-news .u--center {
  max-width: 1440px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 600px) {
  .latest-news .u--center {
    padding-bottom: 4em;
  }
}

@media (min-width: 1024px) {
  .latest-news .u--center {
    padding-top: 0;
  }
}

@media (min-width: 600px) and (max-width: 1199px) {
  .latest-news__view-all {
    float: right;
  }
}

@media (min-width: 1024px) {
  .latest-news__view-all {
    position: absolute;
    top: 0.4em;
    right: 2em;
  }
}

.latest-news .articles-list-ajax-container--grid-layout:before {
  content: none;
}

.people-slider {
  width: 100%;
  position: relative;
  z-index: 3;
  height: auto;
  /* background-color: #f5f5f5; */
}

/* @media (max-width: 699px) {
  .people-slider:before {
    content: "";
    width: 3em;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(245, 245, 245, 0.6);
    pointer-events: none;
  }
} */

@media (min-width:1300px) {
  .people-slider {
    /* height: 612px; */
    cursor: move;
  }
}

.people-slider__container {
  outline: 0 !important;
}

.people-slider__nav {
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: 9;
}

.people-slider__nav li {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 24px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.people-slider__nav li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.people-slider__nav li:first-child:before {
  background: url(../images/icons/icon-arrow-up.svg) no-repeat center 48%;
  background-size: 18px;
}

.people-slider__nav li:first-child:hover:before {
  -webkit-transform: scale(1.1) translateY(-1%);
  -ms-transform: scale(1.1) translateY(-1%);
  transform: scale(1.1) translateY(-1%);
}

.people-slider__nav li:last-child:before {
  background: url(../images/icons/icon-arrow-down.svg) no-repeat center 52%;
  background-size: 18px;
}

.people-slider__nav li:last-child:hover:before {
  -webkit-transform: scale(1.1) translateY(1%);
  -ms-transform: scale(1.1) translateY(1%);
  transform: scale(1.1) translateY(1%);
}

.people-slider__nav li.hover,
.people-slider__nav li:hover {
  cursor: pointer;
}

.people-slider__nav li.hover circle._2,
.people-slider__nav li:hover circle._2 {
  stroke-dashoffset: 0;
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
}

.people-slider__nav a {
  display: block;
  width: 50px;
  height: 50px;
}

.people-slider__nav svg {
  display: block;
  width: 100%;
  height: 50px;
}

.people-slider__nav svg circle {
  fill: transparent;
  stroke: #000;
  stroke-width: 1px;
}

.people-slider__nav svg circle._2 {
  stroke: var(--primary);
  stroke-width: 4px;
  stroke-dasharray: 145;
  stroke-dashoffset: 145;
}

@media (max-width: 599px) {
  .people-slider__nav {
    display: none;
  }
}

.people-slider__nav li {
  position: absolute;
  top: 280px;
}

.people-slider__nav svg circle._1 {
  stroke: #fff;
}

.people-slider__nav-prev {
  left: 20px;
}

.people-slider__nav-prev:before {
  background-image: url(../images/icons/icon-arrow-left-blue.svg) !important;
}

.people-slider__nav-next {
  right: 20px;
}

.people-slider__nav-next:before {
  background-image: url(../images/icons/icon-arrow-right-blue.svg) !important;
}

.people-slider .person {
  width: 344px;
  position: relative;
  margin-bottom: 0;
  cursor: move;
}

.people-slider .person.is-selected {
  z-index: 2;
}

.people-slider .person__image {
  position: relative;
  z-index: 2;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
  height: 612px;
}

.people-slider .person__image img,
.people-slider .person__image picture {
  display: block;
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  height: 612px;
}

.people-slider .person__details {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
}

.people-slider .person__details__inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1.5em;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.people-slider .person__details__inner .btn {
  width: max-content;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 10px 24px;

}

.owl-stage {
  display: flex;
}

.people-slider .owl-item {
  overflow: visible;
  z-index: 1;
}

.people-slider .owl-item:hover {
  z-index: 2;
}



.related-category-post .custom-nav-alt {
  position: relative;
  width: 100%;
  z-index: 99;
  margin-left: 60px;
}

.related-category-post .people-slider .owl-stage {
  padding: 80px 0;
}

.related-category-post .about-block__layout {
  padding: 80px 0;
  padding-top: 20px;
}


@media (min-width:992px) {
  .related-category-post .custom-nav-alt {
    margin-left: 120px;
  }

  .related-category-post .people-slider .owl-stage {}

}

@media (min-width: 1200px) {
  .related-category-post .custom-nav-alt {
    margin-left: 160px;
  }

  .related-category-post .people-slider__container {
    padding-left: 260px;
  }
}

@media (min-width: 1600px) {
  .related-category-post .people-slider__container {
    padding-left: 550px;
  }
}



.related-category-post .custom-nav-alt .owl-controls {
  padding: 0 150px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.related-category-post .custom-nav-alt .owl-controls p {
  margin-bottom: 0;
}

.related-category-post .custom-nav-alt .owl-nav {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
  position: relative;
}

.related-category-post .custom-nav-alt .owl-nav [class*="owl-"] {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
}

.related-category-post .custom-nav-alt button {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 24px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.related-category-post .custom-nav-alt button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.related-category-post .custom-nav-alt button:first-child:before {
  background: url(../images/icons/icon-arrow-left-black.svg) no-repeat center;
  background-size: 20px 12px;
}

.related-category-post .custom-nav-alt button:first-child:hover:before {
  -webkit-transform: scale(1.1) translateY(-1%);
  -ms-transform: scale(1.1) translateY(-1%);
  transform: scale(1.1) translateY(-1%);
}

.related-category-post .custom-nav-alt button:last-child:before {
  background: url(../images/icons/icon-arrow-right-black.svg) no-repeat center;
  background-size: 20px 12px;
}

.related-category-post .custom-nav-alt button:last-child:hover:before {
  -webkit-transform: scale(1.1) translateY(1%);
  -ms-transform: scale(1.1) translateY(1%);
  transform: scale(1.1) translateY(1%);
}

.related-category-post .custom-nav-alt button.hover,
.related-category-post .custom-nav-alt button:hover {
  cursor: pointer;
}

.related-category-post .custom-nav-alt button.hover circle._2,
.related-category-post .custom-nav-alt button:hover circle._2 {
  stroke-dashoffset: 0;
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
}

.related-category-post .custom-nav-alt a {
  display: block;
  width: 50px;
  height: 50px;
}

.related-category-post .custom-nav-alt svg {
  display: block;
  width: 100%;
  height: 50px;
}

.related-category-post .custom-nav-alt svg circle {
  fill: transparent;
  stroke: #000;
  stroke-width: 1px;
}

.related-category-post .custom-nav-alt svg circle._2 {
  stroke: var(--primary);
  stroke-width: 4px;
  stroke-dasharray: 145;
  stroke-dashoffset: 145;
}



.related-category-post .custom-dots-alt {
  position: absolute;
  bottom: 20px;
  z-index: 9;
  width: 100%;
}

.related-category-post .custom-dots-alt .owl-dots {
  padding: 0 25px;
  padding-left: calc(116px + 50px);
  display: flex;
  gap: 20px;
}

.related-category-post .custom-dots-alt .owl-dots .owl-dot {
  width: 90px;
  height: 4px;
  background-color: #4d4d4f;
  border: 0;
  outline: 0;
  transition: all 0.2s ease-in-out;
}

.related-category-post .custom-dots-alt .owl-dots .owl-dot:hover,
.related-category-post .custom-dots-alt .owl-dots .owl-dot.active {
  background-color: var(--primary);
}

.related-category-post .article__post-type {
  display: block;
  text-transform: none;
  width: 100%;
  color: #ffffff;
  padding: 36px 40px;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 144px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 42%, rgba(0, 0, 0, 0.37) 100%);
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

@media (max-width:1200px) {

  .related-category-post .custom-nav-alt .owl-controls {
    padding: 0 70px;
  }
}

@media (min-width: 600px) {
  .people-slider .person__details__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 700px) {
  .people-slider .person__details__inner {
    width: 70%;
    margin: 0 auto;
    padding: 5em 0;
  }

}


@media (max-width: 699px) {
  .people-slider .person {
    width: 100%;
  }

  .people-slider .person__details__inner {

    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .people-slider .person__details {

    padding-bottom: 30px;
  }

  .people-slider .person__details.clone {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-right: 3.5em;
  }
}

@media (min-width: 700px) {
  .people-slider .person__details {
    width: calc(94vw - 344px);
    max-width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  @media (max-width: 599px) {
    .related-category-post .custom-nav-alt {
      display: none;
    }
  }

  .related-category-post .custom-nav-alt svg circle._1 {
    stroke: #4d4d4f;
  }

  .people-slider .person__details.clone {
    display: none;
  }

  .people-slider .person.is-selected .person__details {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(344px);
    -webkit-transform: translateX(344px);
    -moz-transform: translateX(344px);
    -ms-transform: translateX(344px);
    -o-transform: translateX(344px);
  }
}

@media (min-width:992px) {
  .people-slider .owl-stage {
    padding-bottom: 80px;

  }

}

@media (min-width: 1200px) {
  .people-slider .person__details {
    opacity: 0;
    pointer-events: none;
  }

  .people-slider .person.is-selected .person__details {
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .people-slider .person~.person {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }

  .people-slider .person .person__image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }

  .people-slider .person .person__image:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    box-shadow: 0px 3px 50px rgba(1, 10, 54, 0.25);
  }

  .people-slider .person:hover {
    z-index: 4;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }

  .people-slider .person:hover .person__details {
    transform: translateX(344px);
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(344px);
    -moz-transform: translateX(344px);
    -ms-transform: translateX(344px);
    -o-transform: translateX(344px);
  }
}

@media (max-width: 1199px) {
  .people-slider .person {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .people-slider .person__details {
    width: 100%;
    position: unset;
    opacity: 1;
    flex: 1 1 auto;
    pointer-events: all;
  }
}

.person__details::-webkit-scrollbar-thumb {
  background: #fff;
}

.person {
  margin-bottom: 2em;
}

.person p {
  margin-bottom: 0;
}

.person__job-title,
.person__name {
  font-weight: 400;
}

.person__name {
  font-size: 1.5em;

}

.person__title,
.person__sub-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: var(--tritary);
  margin-bottom: 0;
}

.person__sub-title {
  color: var(--secondary);
}

.person__description {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #4d4d4f;
  margin-top: 24px;
}

/* .person .learn-more-btn {
  margin-top: auto;
} */

.person__job-title.person__job-title {
  margin-bottom: 1em;
  color: var(--secondary);
  line-height: 1.4em;
}

.person__institution {
  font-weight: 400;
}

.person__excerpt {
  margin-bottom: 3em;
}

.person__icon-link {
  display: flex;
  flex-direction: column;
  margin: 48px 0;
  gap: 22px;
}

.person__icon-item {
  display: flex;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  align-items: center;
}

.person__icon-item img {
  width: 20px !important;
  height: 20px;
  flex: 0 0 auto;
}

.person__icon-item a {
  color: var(--secondary);
  text-decoration: none;
}

.person__icon-item a:hover {
  color: var(--primary);
}

@media (max-width: 699px) {
  .person__excerpt {
    margin-bottom: 2em;
  }
}

.person__quote {
  margin: 1em 0 2em;
  font-weight: 400;
  font-size: 1em;
}

@media (min-width: 600px) {
  .person__quote {
    font-size: 1.5em;
  }
}

.related-categories {
  position: relative;
  z-index: 0;
  background-color: #fff;
}

@media (max-width: 599px) {
  .related-categories {
    padding-top: 2em;
  }
}

@media (min-width: 600px) {
  .related-categories {
    margin-left: 30px;
  }
}

.related-categories:before {
  content: "";
  width: calc(100% + 6em);
  height: calc(100% + 6em);
  position: absolute;
  top: -3em;
  left: -3em;
  z-index: -1;
  background-color: #fff;
  width: 140vw;
}

.related-categories__heading {
  margin-left: 13px;
  margin-bottom: 1.5em;
}

@media (min-width: 600px) {
  .related-categories__heading {
    margin-top: 1em;
  }
}

.related-categories li {
  margin-bottom: 1em;
}

.related_content {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.related_content .grid-item {
  position: relative;
  z-index: 2;
}

@media (max-width: 599px) {
  .related_content {
    background-color: #f5f5f5;
  }

  .related_content>.container.container {
    padding-bottom: 0;
  }

  .related_content .related-categories {
    padding: 2em 0;
    position: relative;
    z-index: 1;
  }

  .related_content .related-categories:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #fff;
    width: 100vw;
    left: -20px;
  }

  .related_content .related-categories>* {
    position: relative;
    z-index: 1;
  }
}

.related_content:before {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f5f5f5;
}

@media (max-width: 599px) {
  .related_content:before {
    width: 75%;
  }
}

@media (min-width: 600px) {
  .related_content:before {
    width: 28%;
  }
}

@media (min-width: 1024px) {
  .related_content:before {
    width: 25%;
  }
}

.related_content>.container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 2em;
}

@media (min-width: 600px) {
  .related_content>.container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.related_content>.container:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f5f5f5;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .related_content>.container:before {
    width: 75%;
    height: 50%;
  }
}

@media (min-width: 1024px) {
  .related_content>.container:before {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .related_content>.container:before {
    width: 62%;
  }
}

.related_content__block-title {
  text-transform: capitalize;
}

.responsive-image img,
.responsive-image picture {
  display: block;
  margin: 0 auto;
}

.content-row {
  display: flex;
  position: relative;
}

ul.share {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

@media (max-width: 959px) {
  ul.share {
    /* width: 100%;
    position: fixed;
    left: 0;
    bottom: 0; */
    z-index: 3;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #stick-here,
  #stick-end {
    display: none;
  }

  ul.share>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  ul.share .print {
    display: none;
  }

  ul.share a {
    display: block;
    padding: 0.8em;
  }

  ul.share svg {
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 960px) {
  ul.share {
    width: 36px;
    position: absolute;
    top: 0rem;
    z-index: 99;
    margin-top: 4rem;
    margin-left: 1rem;
    transition: all 0.2s ease-in-out;
  }

  ul.share:before {
    content: "Share";
    display: block;
    width: 36px;
    text-align: center;
    font-size: 10px;
    color: #9b9b9b;
  }

  ul.share li {
    margin: 0 0 1em;
  }
}

ul.share a {
  white-space: nowrap;
}

ul.share a:hover svg path {
  fill: var(--secondary);
}

ul.share.sticky-top-ie {
  position: fixed;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .sticky-top-ie {
    position: fixed;
    max-width: 36px;
    width: 100%;
    z-index: 999;
    padding-right: 0;
  }
}

@media (max-width: 959px) {
  body.single .site-footer {
    margin-bottom: 30px;
  }
}

.sort-filter {
  width: 100%;
  max-width: 400px;
  float: right;
  margin-top: 5em;
  position: relative;


}

/* .sort-filter:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
} */

@media (min-width: 600px) {
  .sort-filter {
    margin-bottom: 0em;
  }
}

@media (min-width: 1200px) {
  .sort-filter {
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 40px;
  }

  /* .post-type-archive-news .sort-filter {
    margin-right: 2em;
  } */

  .sort-filter>* {
    margin-left: 30px;
    width: calc(33.33% - 30px);

  }
}

/* .sort-filter select {
  visibility: hidden;
} */

.sort-filter .custom-select-container {
  width: 100%;
  clear: both;
  float: right;
  white-space: nowrap;
}

.page-template-page-iframe {
  margin-top: 53px;
}

@media (min-width: 600px) {
  .page-template-page-iframe {
    margin-top: 75px;
  }
}

.embed-iframe::before {
  padding-top: 75%;
}

@media (min-width: 600px) {
  .embed-iframe::before {
    padding-top: 56.25%;
  }
}

@media (min-width: 1024px) {
  .embed-iframe::before {
    padding-top: 42.8571428571%;
  }
}

.loadmore {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-align: center;
  color: #fff;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  box-shadow: 0px 3px 10px rgba(0, 22, 137, 0.01);
  padding: 12px 24px;
  width: fit-content;
  cursor: pointer;
}

.loadmore:hover {
  background: var(--secondary);
  color: #fff;
}

.accordion {
  margin-left: 410px;
}

.accordion-item {
  border-bottom: 0;
  margin-bottom: 10px;
}

.accordion-button {
  padding: 50px 100px;
  background: #f5f5f5;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  text-align: left;
  color: var(--tritary);
}

.accordion-button:not(.collapsed) {
  background: #f5f5f5;
  color: var(--tritary);
}

.accordion-button:focus {
  border-color: #f5f5f5;
  outline: 0;
  box-shadow: none;
}

.accordion-button::after {
  background: url(../images/icons/icon-arrow-down.svg) no-repeat center;
  background-size: 14px 14px;
  height: 32px;
  width: 32px;
}

.accordion-button:not(.collapsed)::after {
  background: url(../images/icons/icon-arrow-down.svg) no-repeat center;
  background-size: 14px 14px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordion-body {
  padding: 50px 0;
  background: #f5f5f5;
  position: relative;
}

/* .accordion-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 90px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
} */

.accordion-body::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 9;
  background: rgb(255, 255, 255);
  background: linear-gradient(280deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.accordion-body .slick-carousel {
  padding-left: 130px;
  margin-bottom: 100px;
}

.accordion-body .custom-nav {
  position: relative;
  width: 100%;
  z-index: 99;
}

.accordion-body .custom-nav .owl-controls {
  padding: 0 150px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.accordion-body .custom-nav .owl-controls p {
  margin-bottom: 0;
}

.accordion-body .custom-nav .nav-btn {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0;
  position: relative;
}

.accordion-body .custom-nav .nav-btn {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
}

.accordion-body .custom-nav button {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 24px;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-body .custom-nav button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.accordion-body .custom-nav button:first-child:before {
  background: url(../images/icons/icon-arrow-left-black.svg) no-repeat center;
  background-size: 20px 12px;
}

.accordion-body .custom-nav button:first-child:hover:before {
  -webkit-transform: scale(1.1) translateY(-1%);
  -ms-transform: scale(1.1) translateY(-1%);
  transform: scale(1.1) translateY(-1%);
}

.accordion-body .custom-nav button:last-child:before {
  background: url(../images/icons/icon-arrow-right-black.svg) no-repeat center;
  background-size: 20px 12px;
}

.accordion-body .custom-nav button:last-child:hover:before {
  -webkit-transform: scale(1.1) translateY(1%);
  -ms-transform: scale(1.1) translateY(1%);
  transform: scale(1.1) translateY(1%);
}

.accordion-body .custom-nav button.hover,
.accordion-body .custom-nav button:hover {
  cursor: pointer;
}

.accordion-body .custom-nav button.hover circle._2,
.accordion-body .custom-nav button:hover circle._2 {
  stroke-dashoffset: 0;
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
}

.accordion-body .custom-nav a {
  display: block;
  width: 50px;
  height: 50px;
}

.accordion-body .custom-nav svg {
  display: block;
  width: 100%;
  height: 50px;
}

.accordion-body .custom-nav svg circle {
  fill: transparent;
  stroke: #000;
  stroke-width: 1px;
}

.accordion-body .custom-nav svg circle._2 {
  stroke: var(--primary);
  stroke-width: 4px;
  stroke-dasharray: 145;
  stroke-dashoffset: 145;
}

.accordion-body .hero-banner__container {
  padding-left: 116px;
}

.time-item {
  display: flex;
  align-items: center;
}

.time-dot {
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  border: 2px solid #d8d8d8;
  border-radius: 100%;
  flex: 0 0 auto;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  cursor: pointer;
}

.time-line {
  width: 100%;
  height: 2px;
  flex: 1 1 auto;
  background-color: #d8d8d8;
}

.slick-current .time-dot {
  background-color: #002677;
  border: 2px solid #002677;
}

@media (max-width:1400px) {
  .accordion {
    margin-left: 156px;
  }
}

@media (max-width:1200px) {
  .accordion {
    margin-left: 170px;
  }

  .accordion-button {
    padding: 50px;
  }

  .accordion-body .slick-carousel {
    padding-left: 50px;
    margin-bottom: 100px;
  }

  .accordion-body .custom-nav .owl-controls {
    padding: 0 70px;
  }
}

@media (max-width:768px) {


  .accordion {
    margin-left: 30px;
  }
}

@media (max-width: 599px) {
  .accordion-body .custom-nav {
    display: none;
  }

  .accordion-body .hero-banner__container {
    padding-left: 0px;
  }


}

.accordion-body .custom-nav .nav-btn:hover {
  background: transparent;
}

.accordion-body .custom-nav svg circle._1 {
  stroke: #4d4d4f;
}

.accord-year {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #4d4d4f;
  padding: 38px 0;
}

.accord-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #4d4d4f;
  margin-bottom: 16px;
  min-height: 50px;
}

.accord-desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #4d4d4f;
  opacity: 0.8;
}

.form-control,
.form-select {
  background-color: #f5f5f5;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #4d4d4f;
  padding: 14px;
  outline: 0;
}

.form-btn {
  border-radius: 2px 2px 0px 0px;
  background: #4a59aa;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  width: 100%;
  gap: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  position: relative;
  border: 0;
  outline: 0;
}

.form-btn:hover {
  background-color: var(--primary);
}

.form-btn::before {
  content: "\f054";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}