@font-face {
  font-family: "GT-Walsheim-Light";
  src: url("webfonts/GT-Walsheim-Light.eot");
  src: url("webfonts/GT-Walsheim-Light.eot?#iefix") format("embedded-opentype"), url("webfonts/GT-Walsheim-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Ultra-Light";
  src: url("webfonts/GT-Walsheim-Ultra-Light-Fullstop.eot");
  src: url("webfonts/GT-Walsheim-Ultra-Light-Fullstop.eot?#iefix") format("embedded-opentype"), url("webfonts/GT-Walsheim-Ultra-Light-Fullstop.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Medium";
  src: url("webfonts/GT-Walsheim-Medium.eot");
  src: url("webfonts/GT-Walsheim-Medium.eot?#iefix") format("embedded-opentype"), url("webfonts/GT-Walsheim-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Regular";
  src: url("webfonts/GT-Walsheim-Regular.eot");
  src: url("webfonts/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("webfonts/GT-Walsheim-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Thin";
  src: url("webfonts/GT-Walsheim-Thin.eot");
  src: url("webfonts/GT-Walsheim-Thin.eot?#iefix") format("embedded-opentype"), url("webfonts/GT-Walsheim-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.titleFF {
  font-family: "GT-Walsheim-Regular";
  font-size: 25px;
  line-height: 28px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .titleFF {
      font-size: 16px;
      line-height: 20px;
  }
}
.svg-anim-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media print {
  .svg-anim-wrapper {
      display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .svg-anim-wrapper {
      display: none;
  }
}
.svg-anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.svg-anim svg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.svg-anim svg.ie {
  width: 100%;
  height: 100%;
}
.svg-anim svg.vertical {
  height: 100%;
  width: auto !important;
  opacity: 1;
  left: 50%;
}
.svg-anim svg.horizontal {
  width: 100%;
  height: auto !important;
  opacity: 1;
  top: 50%;
}
.number-grid-row {
  display: flex;
}
.number-grid-header {
  padding-right: 12px;
}
.data-table {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .data-table {
      font-size: 14px;
      line-height: 25px;
  }
}
.data-table:not(.flex-based) .data-table-header {
  zoom: 1;
}
.data-table:not(.flex-based) .data-table-header:before,
.data-table:not(.flex-based) .data-table-header:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.data-table:not(.flex-based) .data-table-header:after {
  clear: both;
}
.data-table.flex-based .data-table-header {
  display: flex;
  justify-content: space-between;
}
.data-table .data-table-header {
  font-family: "GT-Walsheim-Medium";
  color: #1f204a;
  margin-bottom: 15px;
}
.data-table .data-table-item {
  transition: all 250ms ease-out;
  font-family: "GT-Walsheim-Regular";
  position: relative;
  width: 100%;
  margin: 0 auto 10px auto;
  padding: 6px 20px;
  background: rgba(31, 32, 74, 0.02);
  line-height: 18px;
  display: flex;
}
@media (min-width: 370px) {
  .data-table .data-table-item {
      font-size: 14px;
      padding: 10px 20px;
  }
}
.data-table .data-table-item--blue-bg {
  background-color: rgba(143, 215, 232, 0.1);
}
@media only screen and (min-width: 768px) {
  .data-table .data-table-item-col--half {
      flex-basis: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .data-table .data-table-item-col--half {
      flex-basis: 75%;
  }
}
.data-table .data-table-item-col--half.body_indent:not(.number) {
  padding-left: 1em;
}
.data-table .data-table-item-col--half.body_indent.number {
  padding-right: 1em;
}
.data-table .data-table-item-col--half.download-icons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.data-table .data-table-item-col--half.download-icons .icon-pdf {
  margin-right: 0;
}
.data-table .data-table-item-col--half:last-child {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .data-table .data-table-item-col--half:last-child {
      flex-basis: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .data-table .data-table-item-col--half:last-child {
      flex-basis: 25%;
  }
}
.data-table .data-table-item-col--third {
  flex-basis: 40%;
}
.data-table .data-table-item-col--third:last-child {
  flex-basis: 20%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .data-table .data-table-item-col--half,
  .data-table .data-table-item-col--third {
      line-height: 1.1em;
  }
  .data-table .data-table-item-col--half:not(:last-child),
  .data-table .data-table-item-col--third:not(:last-child) {
      padding-right: 15px;
  }
}
.data-table .data-table-item-col--flex {
  flex: 1 1 0px;
  padding-right: 7px;
}
.data-table .data-table-item-col--flex:last-child {
  padding-right: 0px;
}
.data-table.reverse .data-table-item {
  background: white;
}
.data-table .icon-pdf,
.data-table .icon-clipboard,
.data-table .icon-excel {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center right;
  display: inline-block;
  margin-left: 15px;
}
@supports (-ms-ime-align: auto) {
  .data-table .icon-pdf,
  .data-table .icon-clipboard,
  .data-table .icon-excel {
      background-size: 100% 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .data-table .icon-pdf,
  .data-table .icon-clipboard,
  .data-table .icon-excel {
      background-size: 26px 26px;
  }
}
@media only screen and (max-width: 767px) {
  .data-table .icon-pdf,
  .data-table .icon-clipboard,
  .data-table .icon-excel {
      margin-left: 0px;
  }
}
.data-table .icon-pdf {
  background-image: url("images/icon-pdf.svg");
  margin-right: 10px;
  width: 35px;
  height: 26px;
}
.data-table .icon-excel {
  background-image: url("images/icon-excel.svg");
  margin-right: 0px;
  width: 35px;
  height: 26px;
}
.data-table .icon-clipboard {
  background-image: url("images/icon-clipboard.png");
  width: 35px;
  height: 26px;
}
.data-table:not(.ui-accordion-content) {
  hyphens: auto;
}
@media (min-width: 600px) {
  .data-table:not(.ui-accordion-content) {
      margin-left: 0;
      margin-right: 0;
      hyphens: none;
  }
}
.document-copied {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  transition: all 250ms ease-out;
  position: absolute;
  top: 17px;
  right: 130px;
  opacity: 0;
}
.document-copied.active {
  opacity: 0.5;
}
html {
  margin: 0 !important;
  padding: 0 !important;
  overflow-y: scroll !important;
}
body {
  font-family: "GT-Walsheim-Regular";
  padding: 0px;
  margin: 0px;
  background: #fff;
  color: #1f204a;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0 0 1em 0;
}
p:last-child {
  padding-bottom: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
a img {
  border: none;
}
strong {
  font-family: "GT-Walsheim-Medium";
  font-weight: normal;
}
.displace,
.hide {
  position: absolute;
  left: -10000px;
  top: -10000px;
}
.fake-table {
  display: table;
  width: 100%;
  height: 100%;
}
.fake-cell {
  display: table-cell;
  vertical-align: middle;
}
.overlay {
  transition: opacity 250ms ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
}
.overlay.active {
  z-index: 10000;
  opacity: 1;
  pointer-events: all;
}
.overlay .overlay-interior {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.overlay .overlay-interior {
  overflow-y: hidden;
}
.overlay .overlay-interior:not(.transitioning) {
  overflow-y: auto !important;
}
.overlay .overlay-interior::-webkit-scrollbar {
  width: 4px;
}
.overlay .overlay-interior::-webkit-scrollbar-track {
  background-color: rgba(31, 32, 74, 0.2);
}
.overlay .overlay-interior::-webkit-scrollbar-thumb {
  background-color: rgba(31, 32, 74, 0.5);
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .overlay .overlay-interior {
      padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .overlay .overlay-interior {
      padding: 0;
  }
}
.overlay .overlay-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.overlay .overlay-content {
  padding: 60px;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .overlay .overlay-content {
      padding: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .overlay .overlay-content {
      padding: 30px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .overlay .overlay-content {
      max-width: 1300px;
      width: 90%;
  }
}
.overlay .overlay-close {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  background-image: url("images/overlay-x.svg");
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 3;
  height: 22px;
  width: 22px;
  padding: 0;
  background-size: 22px auto;
  cursor: pointer;
}
@supports (-ms-ime-align: auto) {
  .overlay .overlay-close {
      background-size: 100% 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .overlay .overlay-close {
      top: 48px;
      right: 48px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .overlay .overlay-close {
      right: 20px;
  }
}
@media print {
  .overlay .overlay-close {
      top: 20px;
      right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .overlay .overlay-close {
      top: 20px;
      right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .overlay .overlay-close {
      width: 18px;
      height: 18px;
      background-size: 18px auto;
  }
}
.overlay.tiny .overlay-content {
  max-width: 928px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .overlay.tiny .overlay-content {
      padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .overlay.tiny .overlay-interior {
      padding: 30px;
  }
}
.overlay.tiny .overlay-close {
  right: 30px;
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .overlay.tiny .overlay-close {
      right: 0;
      top: 0;
      width: 52px;
      height: 52px;
      background-image: url("images/overlay-x-sm.svg");
      background-size: 11px auto;
  }
}
.overlay.tiny.tiny-wide .overlay-content {
  max-width: 928px;
}
@media only screen and (max-width: 767px) {
  .overlay:not(.tiny) .overlay-content {
      position: initial;
  }
}
@media only screen and (max-width: 767px) {
  .overlay:not(.tiny) .overlay-bg {
      background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .overlay:not(.tiny) .fake-table,
  .overlay:not(.tiny) .fake-cell {
      display: block;
      height: auto;
  }
}
.accordion .data-table {
  padding-bottom: 1.8em;
}
.accordion-header {
  font-size: 25px;
  display: flex;
  justify-content: space-between;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  cursor: pointer;
}
.accordion-header:not(:first-child) {
  border-top: 1px solid #dedede;
}
.accordion-header:focus,
.accordion-header:active {
  outline: none;
}
.accordion-header-icon {
  padding-right: 0.5em;
  margin-top: -3px;
}
.accordion-header-icon svg {
  vertical-align: middle;
}
.accordion-icon-plus {
  display: inline-block;
}
.accordion-icon-minus {
  display: none;
}
.ui-accordion-header-active {
  border-bottom: none;
}
.ui-accordion-header-active .accordion-icon-plus {
  display: none;
}
.ui-accordion-header-active .accordion-icon-minus {
  display: inline-block;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.background-video.vertical {
  height: 100%;
  width: auto;
  opacity: 1;
  left: 50%;
}
.background-video.horizontal {
  width: 100%;
  height: auto;
  opacity: 1;
  top: 50%;
}
#container {
  position: relative;
  overflow: hidden;
}
#container:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 32, 74, 0.39);
  z-index: 1001;
  pointer-events: none;
}
#container:after {
  transition: all 250ms ease-out;
  background-color: rgba(0, 0, 0, 0);
}
#container.fixed {
  transition: top 120ms ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#container.fixed:after {
  background-color: rgba(0, 0, 0, 0.8);
}
#container.fixed .cookie-bar .cookie-bar-interior .arrow-down {
  display: none !important;
}
.page-template-page-home .header:not(.fixed),
.page-template-page-team .header:not(.fixed),
.page-template-page-why .header:not(.fixed),
.page-template-page-about .header:not(.fixed),
.page-template-page-contact .header:not(.fixed),
.page-template-page-press .header:not(.fixed),
.page-template-page-managers-funds .header:not(.fixed),
.page-template-page-how-to .header:not(.fixed),
.page-template-page-careers .header:not(.fixed),
.page-template-page-esg .header:not(.fixed),
.fund-template-default .header:not(.fixed),
.post-template-default .header:not(.fixed) {
  color: #fff;
}
.page-template-page-home .header:not(.fixed) .logo a,
.page-template-page-team .header:not(.fixed) .logo a,
.page-template-page-why .header:not(.fixed) .logo a,
.page-template-page-about .header:not(.fixed) .logo a,
.page-template-page-contact .header:not(.fixed) .logo a,
.page-template-page-press .header:not(.fixed) .logo a,
.page-template-page-managers-funds .header:not(.fixed) .logo a,
.page-template-page-how-to .header:not(.fixed) .logo a,
.page-template-page-careers .header:not(.fixed) .logo a,
.page-template-page-esg .header:not(.fixed) .logo a,
.fund-template-default .header:not(.fixed) .logo a,
.post-template-default .header:not(.fixed) .logo a {
  background-image: url("images/logo-white.svg");
}
@media only screen and (min-width: 1025px) {
  .page-template-page-home .header:not(.fixed).with-current-menu-item .header-interior,
  .page-template-page-team .header:not(.fixed).with-current-menu-item .header-interior,
  .page-template-page-why .header:not(.fixed).with-current-menu-item .header-interior,
  .page-template-page-about .header:not(.fixed).with-current-menu-item .header-interior,
  .page-template-page-contact .header:not(.fixed).with-current-menu-item .header-interior,
  .page-template-page-press .header:not(.fixed).with-current-menu-item .header-interior,
  .page-template-page-managers-funds .header:not(.fixed).with-current-menu-item .header-interior,
  .page-template-page-how-to .header:not(.fixed).with-current-menu-item .header-interior,
  .page-template-page-careers .header:not(.fixed).with-current-menu-item .header-interior,
  .page-template-page-esg .header:not(.fixed).with-current-menu-item .header-interior,
  .fund-template-default .header:not(.fixed).with-current-menu-item .header-interior,
  .post-template-default .header:not(.fixed).with-current-menu-item .header-interior {
      border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
}
.page-template-page-home .header:not(.fixed) .header-interior,
.page-template-page-team .header:not(.fixed) .header-interior,
.page-template-page-why .header:not(.fixed) .header-interior,
.page-template-page-about .header:not(.fixed) .header-interior,
.page-template-page-contact .header:not(.fixed) .header-interior,
.page-template-page-press .header:not(.fixed) .header-interior,
.page-template-page-managers-funds .header:not(.fixed) .header-interior,
.page-template-page-how-to .header:not(.fixed) .header-interior,
.page-template-page-careers .header:not(.fixed) .header-interior,
.page-template-page-esg .header:not(.fixed) .header-interior,
.fund-template-default .header:not(.fixed) .header-interior,
.post-template-default .header:not(.fixed) .header-interior {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.page-template-page-home .header:not(.fixed) .hamburger:not(.active),
.page-template-page-team .header:not(.fixed) .hamburger:not(.active),
.page-template-page-why .header:not(.fixed) .hamburger:not(.active),
.page-template-page-about .header:not(.fixed) .hamburger:not(.active),
.page-template-page-contact .header:not(.fixed) .hamburger:not(.active),
.page-template-page-press .header:not(.fixed) .hamburger:not(.active),
.page-template-page-managers-funds .header:not(.fixed) .hamburger:not(.active),
.page-template-page-how-to .header:not(.fixed) .hamburger:not(.active),
.page-template-page-careers .header:not(.fixed) .hamburger:not(.active),
.page-template-page-esg .header:not(.fixed) .hamburger:not(.active),
.fund-template-default .header:not(.fixed) .hamburger:not(.active),
.post-template-default .header:not(.fixed) .hamburger:not(.active) {
  background-image: url("images/hamburger-white.svg");
}
@media only screen and (min-width: 1025px) {
  .page-template-page-home .header:not(.fixed) .main-nav .nav .menu-item.current-menu-item:after,
  .page-template-page-home .header:not(.fixed) .main-nav .nav .menu-item.current-page-ancestor:after,
  .page-template-page-team .header:not(.fixed) .main-nav .nav .menu-item.current-menu-item:after,
  .page-template-page-team .header:not(.fixed) .main-nav .nav .menu-item.current-page-ancestor:after,
  .page-template-page-why .header:not(.fixed) .main-nav .nav .menu-item.current-menu-item:after,
  .page-template-page-why .header:not(.fixed) .main-nav .nav .menu-item.current-page-ancestor:after,
  .page-template-page-about .header:not(.fixed) .main-nav .nav .menu-item.current-menu-item:after,
  .page-template-page-about .header:not(.fixed) .main-nav .nav .menu-item.current-page-ancestor:after,
  .page-template-page-contact .header:not(.fixed) .main-nav .nav .menu-item.current-menu-item:after,
  .page-template-page-contact .header:not(.fixed) .main-nav .nav .menu-item.current-page-ancestor:after,
  .page-template-page-press .header:not(.fixed) .main-nav .nav .menu-item.current-menu-item:after,
  .page-template-page-press .header:not(.fixed) .main-nav .nav .menu-item.current-page-ancestor:after,
  .page-template-page-managers-funds .header:not(.fixed) .main-nav .nav .menu-item.current-menu-item:after,
  .page-template-page-managers-funds .header:not(.fixed) .main-nav .nav .menu-item.current-page-ancestor:after,
  .page-template-page-how-to .header:not(.fixed) .main-nav .nav .menu-item.current-menu-item:after,
  .page-template-page-how-to .header:not(.fixed) .main-nav .nav .menu-item.current-page-ancestor:after,
  .page-template-page-careers .header:not(.fixed) .main-nav .nav .menu-item.current-menu-item:after,
  .page-template-page-careers .header:not(.fixed) .main-nav .nav .menu-item.current-page-ancestor:after,
  .page-template-page-esg .header:not(.fixed) .main-nav .nav .menu-item.current-menu-item:after,
  .page-template-page-esg .header:not(.fixed) .main-nav .nav .menu-item.current-page-ancestor:after,
  .fund-template-default .header:not(.fixed) .main-nav .nav .menu-item.current-menu-item:after,
  .fund-template-default .header:not(.fixed) .main-nav .nav .menu-item.current-page-ancestor:after,
  .post-template-default .header:not(.fixed) .main-nav .nav .menu-item.current-menu-item:after,
  .post-template-default .header:not(.fixed) .main-nav .nav .menu-item.current-page-ancestor:after {
      background: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .page-template-page-home .header:not(.fixed) .geo-info .geo-selected-label,
  .page-template-page-team .header:not(.fixed) .geo-info .geo-selected-label,
  .page-template-page-why .header:not(.fixed) .geo-info .geo-selected-label,
  .page-template-page-about .header:not(.fixed) .geo-info .geo-selected-label,
  .page-template-page-contact .header:not(.fixed) .geo-info .geo-selected-label,
  .page-template-page-press .header:not(.fixed) .geo-info .geo-selected-label,
  .page-template-page-managers-funds .header:not(.fixed) .geo-info .geo-selected-label,
  .page-template-page-how-to .header:not(.fixed) .geo-info .geo-selected-label,
  .page-template-page-careers .header:not(.fixed) .geo-info .geo-selected-label,
  .page-template-page-esg .header:not(.fixed) .geo-info .geo-selected-label,
  .fund-template-default .header:not(.fixed) .geo-info .geo-selected-label,
  .post-template-default .header:not(.fixed) .geo-info .geo-selected-label {
      background-image: url("images/icon-globe.svg");
  }
}
.page-template-page-home .header:not(.fixed) .geo-selected-label:after,
.page-template-page-home .header:not(.fixed) .lang-selected-label:after,
.page-template-page-team .header:not(.fixed) .geo-selected-label:after,
.page-template-page-team .header:not(.fixed) .lang-selected-label:after,
.page-template-page-why .header:not(.fixed) .geo-selected-label:after,
.page-template-page-why .header:not(.fixed) .lang-selected-label:after,
.page-template-page-about .header:not(.fixed) .geo-selected-label:after,
.page-template-page-about .header:not(.fixed) .lang-selected-label:after,
.page-template-page-contact .header:not(.fixed) .geo-selected-label:after,
.page-template-page-contact .header:not(.fixed) .lang-selected-label:after,
.page-template-page-press .header:not(.fixed) .geo-selected-label:after,
.page-template-page-press .header:not(.fixed) .lang-selected-label:after,
.page-template-page-managers-funds .header:not(.fixed) .geo-selected-label:after,
.page-template-page-managers-funds .header:not(.fixed) .lang-selected-label:after,
.page-template-page-how-to .header:not(.fixed) .geo-selected-label:after,
.page-template-page-how-to .header:not(.fixed) .lang-selected-label:after,
.page-template-page-careers .header:not(.fixed) .geo-selected-label:after,
.page-template-page-careers .header:not(.fixed) .lang-selected-label:after,
.page-template-page-esg .header:not(.fixed) .geo-selected-label:after,
.page-template-page-esg .header:not(.fixed) .lang-selected-label:after,
.fund-template-default .header:not(.fixed) .geo-selected-label:after,
.fund-template-default .header:not(.fixed) .lang-selected-label:after,
.post-template-default .header:not(.fixed) .geo-selected-label:after,
.post-template-default .header:not(.fixed) .lang-selected-label:after {
  background-image: url("images/utility-selector-w.svg");
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 1000;
}
.header .logo a {
  background-image: url("images/logo.svg");
}
@media only screen and (min-width: 1024px) {
  .header.fixed {
      height: 60px;
  }
}
@media print {
  .header.with-menu-open .logo a {
      background-image: url("images/logo-white.svg");
  }
}
@media only screen and (max-width: 1024px) {
  .header.with-menu-open .logo a {
      background-image: url("images/logo-white.svg");
  }
}
.header .header-interior {
  border-bottom: 1px solid #f8f8fa;
}
@media only screen and (min-width: 1025px) {
  .header .header-interior {
      background-color: #ffff;
  }
}
.header .hamburger:not(.active) {
  background-image: url("images/hamburger.svg");
}
@media only screen and (min-width: 1025px) {
  .header .main-nav .nav .menu-item.current-menu-item:after,
  .header .main-nav .nav .menu-item.current-page-ancestor:after {
      background: #1f204a;
  }
}
@media only screen and (min-width: 1025px) {
  .header .geo-info .geo-selected-label {
      background-image: url("images/icon-globe-b.svg");
  }
}
@media only screen and (min-width: 1025px) {
  .header .geo-selected-label:after,
  .header .lang-selected-label:after {
      background-image: url("images/utility-selector-b.svg");
  }
}
@media print {
  .header {
      height: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
      height: 90px;
  }
}
.header.fixed .logo a {
  background-image: url("images/logo.svg");
}
@media print {
  .header.fixed.with-menu-open .logo a {
      background-image: url("images/logo-white.svg");
  }
}
@media only screen and (max-width: 1024px) {
  .header.fixed.with-menu-open .logo a {
      background-image: url("images/logo-white.svg");
  }
}
.header.fixed .header-interior {
  border-bottom: 1px solid #f8f8fa;
}
@media only screen and (min-width: 1025px) {
  .header.fixed .header-interior {
      background-color: #ffff;
  }
}
.header.fixed .hamburger:not(.active) {
  background-image: url("images/hamburger.svg");
}
@media only screen and (min-width: 1025px) {
  .header.fixed .main-nav .nav .menu-item.current-menu-item:after,
  .header.fixed .main-nav .nav .menu-item.current-page-ancestor:after {
      background: #1f204a;
  }
}
@media only screen and (min-width: 1025px) {
  .header.fixed .geo-info .geo-selected-label {
      background-image: url("images/icon-globe-b.svg");
  }
}
@media only screen and (min-width: 1025px) {
  .header.fixed .geo-selected-label:after,
  .header.fixed .lang-selected-label:after {
      background-image: url("images/utility-selector-b.svg");
  }
}
.header.fixed .header-interior {
  background-color: #fff;
  border-color: #f0f1f5;
}
@media print {
  .header.with-menu-open {
      z-index: 1002;
  }
}
@media only screen and (max-width: 1024px) {
  .header.with-menu-open {
      z-index: 1002;
  }
}
.header .header-interior {
  transition: border-color 250ms ease-out, background-color 250ms ease-out;
  padding: 0 60px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .header .header-interior {
      padding: 0 48px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .header .header-interior {
      padding: 0 20px;
  }
}
@media print {
  .header .header-interior {
      padding: 0 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-interior {
      padding: 0 30px;
  }
}
.header .logo {
  display: block;
  float: left;
  width: 150px;
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .header .logo {
      width: 120px;
  }
}
@media print {
  .header .logo {
      width: 40%;
      z-index: 1000;
      position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .header .logo {
      width: 40%;
      z-index: 1000;
      position: relative;
  }
}
.header .logo a {
  background-size: 145px 60px;
  background-position: center left;
  background-repeat: no-repeat;
  display: block;
  height: 110px;
}
@media only screen and (min-width: 1024px) {
  .header.fixed .logo a {
      height: 60px;
      background-size: 97px 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .header .logo a {
      background-size: 97px 40px;
  }
}
@media print {
  .header .logo a {
      height: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .logo a {
      height: 90px;
  }
}
@media only screen and (min-width: 1025px) {
  .header .nav-wrapper {
      display: block;
      float: left;
      width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .header .nav-wrapper {
      width: calc(100% - 120px);
  }
}
@media print {
  .header .nav-wrapper {
      transition: right 250ms ease-out;
      background: #1f204a;
      color: #fff;
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100%;
      z-index: 999;
  }
  .header .nav-wrapper.active {
      right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .header .nav-wrapper {
      transition: right 250ms ease-out;
      background: #1f204a;
      color: #fff;
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100%;
      z-index: 999;
  }
  .header .nav-wrapper.active {
      right: 0;
  }
}
.header .main-nav {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .header .main-nav {
      font-family: "GT-Walsheim-Medium";
      font-size: 25px;
      line-height: 28px;
      font-size: 16px;
      display: block;
      float: left;
      width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .header .main-nav {
      font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .header .main-nav {
      //width: calc(100% - 100px);
      text-align: right;
  }
}
@media print {
  .header .main-nav {
      font-family: "GT-Walsheim-Thin";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 50px;
      z-index: 999;
  }
}
@media only screen and (max-width: 1024px) {
  .header .main-nav {
      font-family: "GT-Walsheim-Thin";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 50px;
      z-index: 999;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .header .main-nav {
      font-size: 24px;
      height: calc(100% - 75px);
  }
}
.header .main-nav .nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1025px) {
  .header .main-nav .nav {
      display: flex;
      justify-content: center;
  }
}
.header .main-nav .nav li {
  flex-shrink: 0;
}
.header .main-nav .nav li a {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .header .main-nav .nav.lang-fr .menu-item a {
      padding-left: 10px;
      padding-right: 10px;
  }
}
.header .main-nav .nav .menu-item {
  position: relative;
}
@media print {
  .header .main-nav .nav .menu-item {
      display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .header .main-nav .nav .menu-item {
      display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .header .main-nav .nav .menu-item.current-menu-item:after,
  .header .main-nav .nav .menu-item.current-page-ancestor:after {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 20px;
      width: calc(100% - 40px);
      height: 1px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .header .main-nav .nav .menu-item.current-menu-item:after,
  .header .main-nav .nav .menu-item.current-page-ancestor:after {
      left: 10px;
      width: calc(100% - 20px);
  }
}
.header .main-nav .nav .menu-item a {
  padding: 40px 20px 0;
}
@media only screen and (min-width: 1024px) {
  .header.fixed .main-nav .nav .menu-item a {
      padding-top: 16px;
  }
}
@media only screen and (max-width: 1440px) {
  .header .main-nav .nav .menu-item a {
      padding-left: 15px;
      padding-right: 15px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .header .main-nav .nav .menu-item a {
      padding-left: 10px;
      padding-right: 10px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .header .main-nav .nav .menu-item a {
      padding-left: 6px;
      padding-right: 6px;
  }
}
@media only screen and (min-width: 1025px) {
  .header .main-nav .nav .menu-item a {
      height: 110px;
  }
}
@media only screen and (min-width: 1024px) {
  .header.fixed .main-nav .nav .menu-item a {
      height: 60px;
  }
}
@media print {
  .header .main-nav .nav .menu-item a {
      padding: 12px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .main-nav .nav .menu-item a {
      padding: 12px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .header .utility-nav {
      text-align: right;
  }
}
@media only screen and (min-width: 1025px) {
  .header .utility-nav {
      display: block;
      float: left;
      padding-top: 44px;
      width: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .header.fixed .utility-nav {
      padding-top: 20px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .header .utility-nav {
      //width: 100px;
  }
}
@media print {
  .header .utility-nav {
      z-index: 1000;
      position: absolute;
      background-color: #1f204a;
  }
}
@media only screen and (max-width: 1024px) {
  .header .utility-nav {
      z-index: 1000;
      position: absolute;
      background-color: #1f204a;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header .utility-nav {
      width: 50%;
      right: 80px;
      top: 0;
      padding-top: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .header .utility-nav {
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 27px;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      text-align: center;
  }
  .header .utility-nav:before {
      transition: all 250ms ease-out;
      content: "";
      background-color: #1f204a;
      opacity: 0;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      pointer-events: none;
  }
  .header .utility-nav.with-expansion:before {
      opacity: 0.68;
      pointer-events: all;
  }
}
.header .hamburger {
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 30px;
  height: 90px;
  width: 24px;
  display: block;
  z-index: 1000;
}
.header .hamburger.active {
  background-image: url("images/hamburger-close.svg");
  background-size: 18px auto;
}
@media only screen and (min-width: 1025px) {
  .header .hamburger {
      display: none;
  }
}
.header .lang {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 12px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header .lang {
      display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .header .lang {
      padding-bottom: 21px;
  }
}
@media only screen and (min-width: 768px) {
  .header .lang {
      margin-left: 36px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .header .lang {
      margin-left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .header .lang {
      margin-top: 15px;
  }
}
.header .lang .lang-selected-label {
  padding: 0 18px 0 22px;
  cursor: pointer;
  position: relative;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .header .lang .lang-selected-label {
      display: inline-block;
  }
}
.header .lang .lang-selected-label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 22px;
  background-size: 9px auto;
  background-position: center right;
  background-repeat: no-repeat;
}
.header .lang .lang-selected-label .flag {
  background-size: 13px auto;
  background-position: center left;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  width: 14px;
  height: 20px;
}
.header .lang .lang-selects {
  padding: 20px 18px;
  min-width: 124px;
}
@media only screen and (min-width: 1025px) {
  .header .lang .lang-selects {
      font-family: "GT-Walsheim-Light";
      color: #1f204a;
  }
}
@media only screen and (min-width: 768px) {
  .header .lang .lang-selects {
      transition: top 250ms ease-out, opacity 250ms ease-out;
      position: absolute;
      top: calc(100% - 10px);
      left: 0;
      width: calc(100% - 10px);
      background-color: #fff;
      opacity: 0;
      box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.1);
      pointer-events: none;
      text-align: left;
  }
  .header .lang .lang-selects.active {
      opacity: 1;
      pointer-events: all;
      top: 100%;
  }
  .header .lang .lang-selects:before {
      content: "";
      position: absolute;
      top: -6px;
      left: 20px;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 6px solid #fff;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header .lang .lang-selects {
      background-color: transparent;
      color: #fff;
      padding: 12px 0 12px 22px;
      box-shadow: none;
  }
  .header .lang .lang-selects:before {
      content: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .lang .lang-selects {
      transition: opacity 250ms ease-out, height 250ms ease-out;
      margin-top: 0;
      height: 0;
      overflow: hidden;
      opacity: 0;
      padding: 0;
  }
  .header .lang .lang-selects.active {
      opacity: 1;
  }
  .header .lang .lang-selects .expand-area-interior {
      padding: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .header .lang .lang-selects {
      left: -24px !important;
  }
}
@media print {
  .header .lang .lang-selects {
      padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .header .lang .lang-selects {
      padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .lang .lang-selects .expand-area-interior {
      padding-left: 0;
      padding-bottom: 0;
  }
}
.header .lang .lang-selects .lang-select {
  display: block;
  margin-bottom: 16px;
}
.header .lang .lang-selects .lang-select:last-child {
  margin-bottom: 0;
}
.header .lang .lang-selects .lang-select .flag {
  background-size: 13px auto;
  background-position: center left;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  width: 14px;
  height: 20px;
}
.header .geo-info {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 12px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header .geo-info {
      display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .header .geo-info {
      padding-bottom: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .header .geo-info {
      padding-bottom: 0;
  }
}
.header .geo-info .geo-selected-label {
  background-size: 13px 13px;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 0 18px 0 22px;
  cursor: pointer;
  position: relative;
}
@media print {
  .header .geo-info .geo-selected-label {
      background-image: url("images/icon-globe.svg");
  }
}
@media only screen and (max-width: 1024px) {
  .header .geo-info .geo-selected-label {
      background-image: url("images/icon-globe.svg");
  }
}
@media only screen and (max-width: 767px) {
  .header .geo-info .geo-selected-label {
      display: inline-block;
  }
}
.header .geo-info .geo-selected-label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 22px;
  background-size: 9px auto;
  background-position: center right;
  background-repeat: no-repeat;
}
.header .geo-info .geo-selects {
  padding: 20px 18px;
  min-width: 124px;
  min-width: 90px;
}
@media only screen and (min-width: 1025px) {
  .header .geo-info .geo-selects {
      font-family: "GT-Walsheim-Light";
      color: #1f204a;
  }
}
@media only screen and (min-width: 768px) {
  .header .geo-info .geo-selects {
      transition: top 250ms ease-out, opacity 250ms ease-out;
      position: absolute;
      top: calc(100% - 10px);
      left: 0;
      width: calc(100% - 10px);
      background-color: #fff;
      opacity: 0;
      box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.1);
      pointer-events: none;
      text-align: left;
  }
  .header .geo-info .geo-selects.active {
      opacity: 1;
      pointer-events: all;
      top: 100%;
  }
  .header .geo-info .geo-selects:before {
      content: "";
      position: absolute;
      top: -6px;
      left: 20px;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 6px solid #fff;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header .geo-info .geo-selects {
      background-color: transparent;
      color: #fff;
      padding: 12px 0 12px 22px;
      box-shadow: none;
  }
  .header .geo-info .geo-selects:before {
      content: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .geo-info .geo-selects {
      transition: opacity 250ms ease-out, height 250ms ease-out;
      margin-top: 0;
      height: 0;
      overflow: hidden;
      opacity: 0;
      padding: 0;
  }
  .header .geo-info .geo-selects.active {
      opacity: 1;
  }
  .header .geo-info .geo-selects .expand-area-interior {
      padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .geo-info .geo-selects .expand-area-interior {
      padding-bottom: 24px;
      text-align: center;
  }
}
.header .geo-info .geo-selects .geo-select {
  display: block;
  margin-bottom: 16px;
}
.header .geo-info .geo-selects .geo-select:last-child {
  margin-bottom: 0;
}
.footnote {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #808098;
}
.footnote strong {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  line-height: 1.2em;
  color: #4c4d6e;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .footnote strong {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .footnote strong {
      font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .footnote:not(.relative) {
      max-width: 50%;
  }
}
.footnote-static {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #808098;
  padding-top: 20px;
}
.footnote-static strong {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  line-height: 1.2em;
  color: #4c4d6e;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .footnote-static strong {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .footnote-static strong {
      font-size: 18px;
  }
}
sup {
  line-height: 0;
}
.wpml-ls-legacy-dropdown-click {
  width: auto;
  display: inline-block;
}
.wpml-ls-legacy-dropdown-click > ul {
  padding-bottom: 12px;
}
.wpml-ls-legacy-dropdown-click a {
  color: inherit;
  background: none;
  border: none;
  padding: none;
  line-height: inherit;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  background-size: 9px auto;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 0 18px 0 0;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: none;
}
.wpml-ls-legacy-dropdown-click a:hover {
  color: inherit;
  background: inherit;
  background-size: 9px auto;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 0 18px 0 0;
}
.wpml-ls-legacy-dropdown-click a:hover:after {
  content: none;
}
.wpml-ls-legacy-dropdown-click a:focus {
  color: inherit;
  background: inherit;
  background-size: 9px auto;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 0 18px 0 0;
}
.wpml-ls-legacy-dropdown-click a:focus:after {
  content: none;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
  color: inherit;
  background: inherit;
  background-size: 9px auto;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 0 18px 0 0;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a:after {
  content: none;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-slot-lang_selector {
  display: block;
  margin-bottom: 12px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-slot-lang_selector:last-child {
  margin-bottom: 0;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  width: 13px;
  height: 13px;
  margin-top: 2px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag + span {
  margin-left: 10px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: none;
  text-align: left;
  padding: 20px 18px;
  min-width: 124px;
}
@media only screen and (min-width: 1025px) {
  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
      font-family: "GT-Walsheim-Light";
      color: #1f204a;
  }
}
@media only screen and (min-width: 768px) {
  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
      transition: top 250ms ease-out, opacity 250ms ease-out;
      position: absolute;
      top: calc(100% - 10px);
      left: 0;
      width: calc(100% - 10px);
      background-color: #fff;
      opacity: 0;
      box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.1);
      pointer-events: none;
      opacity: 1;
      left: -18px;
      top: 100%;
  }
  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu.active {
      opacity: 1;
      pointer-events: all;
      top: 100%;
  }
  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before {
      content: "";
      position: absolute;
      top: -6px;
      left: 20px;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 6px solid #fff;
  }
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  border: none;
  padding: 0;
}
@keyframes arrowDownfadeIn {
  0% {
      opacity: 0;
      transform: translate3d(0, -50%, 0);
  }
  10% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
  }
  80% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
  }
  100% {
      opacity: 0;
      transform: translate3d(0, 50%, 0);
  }
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module {
      padding: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .modules-newsletter .module {
      padding: 48px;
  }
}
.modules-newsletter .module .module-block {
  padding: 0 60px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .modules-newsletter .module .module-block {
      padding: 0 48px;
  }
}
@media print {
  .modules-newsletter .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .modules-newsletter .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .modules-newsletter .module .module-block {
      padding: 30px 30px;
  }
}
.modules-newsletter .module .module-block.module-block-text ul {
  padding: 0;
  margin-left: 1.02em;
}
.modules-newsletter .module .module-block.module-block-text ul li {
  padding-bottom: 40px;
}
.modules-newsletter .module .module-block.module-block-text ul li:last-child {
  padding: 0;
}
.modules-newsletter .module .module-block.module-block-text .module-block-interior {
  max-width: 900px;
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module .module-block.module-block-1 {
      padding-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module .module-block .module-block-interior.with-footnote {
      padding-bottom: 100px;
  }
  .modules-newsletter .module .module-block .module-block-interior.with-footnote.with-footnote-longer {
      padding-bottom: 150px;
  }
  .modules-newsletter .module .module-block .module-block-interior.with-footnote.with-footnote-longest {
      padding-bottom: 240px;
  }
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module .module-block .footnote:not(.relative) {
      position: absolute;
      padding: 60px;
      bottom: 0;
      left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .modules-newsletter .module .module-block .footnote:not(.relative) {
      padding: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module .module-block .footnote.relative {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .modules-newsletter .module .module-block .footnote.relative {
      padding-top: 48px;
  }
}
@media print {
  .modules-newsletter .module .module-block .footnote {
      padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .modules-newsletter .module .module-block .footnote {
      padding-top: 30px;
  }
}
.modules-newsletter .module .block-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.modules-newsletter .module-newsletter {
  background-color: #8fd7e8;
  color: #fff;
}
@media print {
  .modules-newsletter .module-newsletter {
      min-height: calc(100vh - 90px);
      padding: 60px;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .modules-newsletter .module-newsletter {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .modules-newsletter .module-newsletter {
      min-height: calc(100vh - 90px);
      padding: 60px;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .modules-newsletter .module-newsletter {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 767px) {
  .modules-newsletter .module-newsletter {
      padding: 30px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form.big .form-cols {
      margin-right: -60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form.big .form-cols {
      margin-right: -48px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  .modules-newsletter .module-newsletter form.big .form-cols {
      margin-right: -30px;
  }
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form.big .form-cols:first-child .form-col {
      padding-top: 0;
  }
  .modules-newsletter .module-newsletter form.big .form-cols .form-col {
      display: block;
      float: left;
      padding-right: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form.big .form-cols .form-col {
      padding-right: 48px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  .modules-newsletter .module-newsletter form.big .form-cols .form-col {
      padding-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form.big .form-cols.size-2 .form-col {
      width: 50%;
  }
  .modules-newsletter .module-newsletter form.big .form-cols.size-3 .form-col {
      width: 33.333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .modules-newsletter .module-newsletter form:not(.big) .form-cols {
      margin-right: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form:not(.big) .form-cols {
      margin-right: -48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modules-newsletter .module-newsletter form:not(.big) .form-cols {
      margin-right: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .modules-newsletter .module-newsletter form:not(.big) .form-cols:first-child .form-col {
      padding-top: 0;
  }
  .modules-newsletter .module-newsletter form:not(.big) .form-cols .form-col {
      display: block;
      float: left;
      padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form:not(.big) .form-cols .form-col {
      padding-right: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modules-newsletter .module-newsletter form:not(.big) .form-cols .form-col {
      padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .modules-newsletter .module-newsletter form:not(.big) .form-cols.size-2 .form-col {
      width: 50%;
  }
  .modules-newsletter .module-newsletter form:not(.big) .form-cols.size-3 .form-col {
      width: 33.333333333%;
  }
}
.modules-newsletter .module-newsletter form .form-cols:first-child .form-col:first-child {
  padding-top: 0;
}
.modules-newsletter .module-newsletter form .form-col {
  position: relative;
}
.modules-newsletter .module-newsletter form .form-col .error {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: red;
  display: block;
  padding-top: 6px;
}
.modules-newsletter .module-newsletter form input {
  width: 100%;
}
.modules-newsletter .module-newsletter form .form-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .modules-newsletter .module-newsletter form .form-title.mobile___hide {
      display: none;
  }
}
.modules-newsletter .module-newsletter form .form-intro {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modules-newsletter .module-newsletter form .form-intro.mobile___hide {
      display: none;
  }
}
.modules-newsletter .module-newsletter form .form-options {
  position: relative;
  margin-top: 20px;
}
.modules-newsletter .module-newsletter form .form-options a {
  border-bottom: 1px solid #1f204a;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form .form-footer {
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form .form-footer {
      padding-top: 48px;
  }
}
@media print {
  .modules-newsletter .module-newsletter form .form-footer {
      text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .modules-newsletter .module-newsletter form .form-footer {
      text-align: center;
  }
}
@media print {
  .modules-newsletter .module-newsletter form .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .modules-newsletter .module-newsletter form .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form .form-footer .form-footer-col.skip {
      order: -1;
  }
}
.modules-newsletter .module-newsletter form .form-footer .form-exit-link {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  margin: 0 36px;
  display: inline-block;
  border-bottom: 1px solid #1f204a;
}
.modules-newsletter .module-newsletter form label {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  line-height: 1em;
  margin-bottom: -2px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .modules-newsletter .module-newsletter form label {
      margin-bottom: 0;
  }
}
.modules-newsletter .module-newsletter form .form-cols .form-col {
  width: 100%;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .modules-newsletter .module-newsletter form .form-cols .form-col {
      padding-top: 42px;
  }
}
.modules-newsletter .module-newsletter form .form-cols .form-col.disabled {
  display: none;
}
.modules-newsletter .module-newsletter form .checkbox-group {
  display: flex;
  align-items: center;
}
.modules-newsletter .module-newsletter form input[type="checkbox"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #1f204a;
  border-color: #fff;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
  background-size: 10px auto;
}
.modules-newsletter .module-newsletter form input[type="checkbox"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modules-newsletter .module-newsletter form input[type="checkbox"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modules-newsletter .module-newsletter form input[type="checkbox"].input-error {
  border-color: red;
  color: red;
}
.modules-newsletter .module-newsletter form input[type="checkbox"].input-error::-moz-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form input[type="checkbox"].input-error::-webkit-input-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form input[type="checkbox"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.modules-newsletter .module-newsletter form input[type="checkbox"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@supports (-ms-ime-align: auto) {
  .modules-newsletter .module-newsletter form input[type="checkbox"] {
      background-size: 100% 100%;
  }
}
.modules-newsletter .module-newsletter form input[type="checkbox"] + span {
  padding-bottom: 0.1em;
  line-height: 18px;
  padding-left: 12px;
}
@supports (-ms-ime-align: auto) {
  .modules-newsletter .module-newsletter form input[type="checkbox"] {
      background-size: 10px 10px;
  }
}
.modules-newsletter .module-newsletter form input[type="checkbox"]:checked {
  background-image: url("images/checkbox-checked.svg");
}
.modules-newsletter .module-newsletter form input[type="radio"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #000;
  border-radius: 0;
  color: #1f204a;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #1f204a;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
.modules-newsletter .module-newsletter form input[type="radio"]::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.modules-newsletter .module-newsletter form input[type="radio"]::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.modules-newsletter .module-newsletter form input[type="radio"].input-error {
  border-color: red;
  color: red;
}
.modules-newsletter .module-newsletter form input[type="radio"].input-error::-moz-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form input[type="radio"].input-error::-webkit-input-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form input[type="radio"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.modules-newsletter .module-newsletter form input[type="radio"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@supports (-ms-ime-align: auto) {
  .modules-newsletter .module-newsletter form input[type="radio"] {
      background-size: 100% 100%;
  }
}
.modules-newsletter .module-newsletter form input[type="radio"] + span {
  padding-bottom: 0.1em;
  line-height: 18px;
  padding-left: 12px;
}
.modules-newsletter .module-newsletter form input[type="radio"].checked:after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 2px;
  left: 2px;
}
.modules-newsletter .module-newsletter form input[type="email"],
.modules-newsletter .module-newsletter form input[type="password"],
.modules-newsletter .module-newsletter form input[type="tel"],
.modules-newsletter .module-newsletter form input[type="text"],
.modules-newsletter .module-newsletter form input[type="zip"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  height: 60px;
  border-bottom: 1px solid #fff;
  padding: 0;
  width: 100%;
  padding-bottom: 0;
}
.modules-newsletter .module-newsletter form input[type="email"]::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="password"]::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="tel"]::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="text"]::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="zip"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modules-newsletter .module-newsletter form input[type="email"]::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="password"]::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="tel"]::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="text"]::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="zip"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modules-newsletter .module-newsletter form input[type="email"].input-error,
.modules-newsletter .module-newsletter form input[type="password"].input-error,
.modules-newsletter .module-newsletter form input[type="tel"].input-error,
.modules-newsletter .module-newsletter form input[type="text"].input-error,
.modules-newsletter .module-newsletter form input[type="zip"].input-error {
  border-color: red;
  color: red;
}
.modules-newsletter .module-newsletter form input[type="email"].input-error::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="password"].input-error::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="tel"].input-error::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="text"].input-error::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="zip"].input-error::-moz-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form input[type="email"].input-error::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="password"].input-error::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="tel"].input-error::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="text"].input-error::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="zip"].input-error::-webkit-input-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form input[type="email"]:focus::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="password"]:focus::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="tel"]:focus::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="text"]:focus::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="zip"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.modules-newsletter .module-newsletter form input[type="email"]:focus::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="password"]:focus::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="tel"]:focus::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="text"]:focus::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="zip"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .modules-newsletter .module-newsletter form input[type="email"],
  .modules-newsletter .module-newsletter form input[type="password"],
  .modules-newsletter .module-newsletter form input[type="tel"],
  .modules-newsletter .module-newsletter form input[type="text"],
  .modules-newsletter .module-newsletter form input[type="zip"] {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .modules-newsletter .module-newsletter form input[type="email"],
  .modules-newsletter .module-newsletter form input[type="password"],
  .modules-newsletter .module-newsletter form input[type="tel"],
  .modules-newsletter .module-newsletter form input[type="text"],
  .modules-newsletter .module-newsletter form input[type="zip"] {
      line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modules-newsletter .module-newsletter form input[type="email"],
  .modules-newsletter .module-newsletter form input[type="password"],
  .modules-newsletter .module-newsletter form input[type="tel"],
  .modules-newsletter .module-newsletter form input[type="text"],
  .modules-newsletter .module-newsletter form input[type="zip"] {
      height: 50px;
  }
}
.modules-newsletter .module-newsletter form input[type="button"],
.modules-newsletter .module-newsletter form input[type="submit"],
.modules-newsletter .module-newsletter form button {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  background-color: #fff;
  color: #1f204a;
  border: 1px solid rgba(31, 32, 74, 0.48);
  line-height: 1em;
  text-align: center;
  height: 48px;
}
.modules-newsletter .module-newsletter form input[type="button"]::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="submit"]::-moz-placeholder,
.modules-newsletter .module-newsletter form button::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modules-newsletter .module-newsletter form input[type="button"]::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="submit"]::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form button::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modules-newsletter .module-newsletter form input[type="button"].input-error,
.modules-newsletter .module-newsletter form input[type="submit"].input-error,
.modules-newsletter .module-newsletter form button.input-error {
  border-color: red;
  color: red;
}
.modules-newsletter .module-newsletter form input[type="button"].input-error::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="submit"].input-error::-moz-placeholder,
.modules-newsletter .module-newsletter form button.input-error::-moz-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form input[type="button"].input-error::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="submit"].input-error::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form button.input-error::-webkit-input-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form input[type="button"]:focus::-moz-placeholder,
.modules-newsletter .module-newsletter form input[type="submit"]:focus::-moz-placeholder,
.modules-newsletter .module-newsletter form button:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.modules-newsletter .module-newsletter form input[type="button"]:focus::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form input[type="submit"]:focus::-webkit-input-placeholder,
.modules-newsletter .module-newsletter form button:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .modules-newsletter .module-newsletter form input[type="button"],
  .modules-newsletter .module-newsletter form input[type="submit"],
  .modules-newsletter .module-newsletter form button {
      height: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form input[type="button"],
  .modules-newsletter .module-newsletter form input[type="submit"],
  .modules-newsletter .module-newsletter form button {
      width: 282px;
      display: inline-block;
  }
}
.modules-newsletter .module-newsletter form .link-btn {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  background-color: #fff;
  color: #1f204a;
  border: 1px solid rgba(31, 32, 74, 0.48);
  line-height: 1em;
  text-align: center;
  height: 48px;
  display: block;
  line-height: 48px;
}
.modules-newsletter .module-newsletter form .link-btn::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modules-newsletter .module-newsletter form .link-btn::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modules-newsletter .module-newsletter form .link-btn.input-error {
  border-color: red;
  color: red;
}
.modules-newsletter .module-newsletter form .link-btn.input-error::-moz-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form .link-btn.input-error::-webkit-input-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form .link-btn:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.modules-newsletter .module-newsletter form .link-btn:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .modules-newsletter .module-newsletter form .link-btn {
      height: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form .link-btn {
      width: 282px;
      display: inline-block;
  }
}
.modules-newsletter .module-newsletter form textarea {
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  border: 1px solid #1f204a;
  width: 100%;
  height: 158px;
  margin-top: 16px;
  color: #000;
  padding: 16px 20px 20px 20px;
}
.modules-newsletter .module-newsletter form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modules-newsletter .module-newsletter form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modules-newsletter .module-newsletter form textarea.input-error {
  border-color: red;
  color: red;
}
.modules-newsletter .module-newsletter form textarea.input-error::-moz-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form textarea.input-error::-webkit-input-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.modules-newsletter .module-newsletter form textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-button {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  height: 60px;
  border-bottom: 1px solid #fff;
  padding: 0;
  width: 100%;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-button::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modules-newsletter .module-newsletter form .ui-selectmenu-button::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modules-newsletter .module-newsletter form .ui-selectmenu-button.input-error {
  border-color: red;
  color: red;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-button.input-error::-moz-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-button.input-error::-webkit-input-placeholder {
  color: red;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-button:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-button:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .modules-newsletter .module-newsletter form .ui-selectmenu-button {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .modules-newsletter .module-newsletter form .ui-selectmenu-button {
      line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .modules-newsletter .module-newsletter form .ui-selectmenu-button {
      height: 50px;
  }
}
.modules-newsletter .module-newsletter form .ui-selectmenu-button.ui-selectmenu-button-open {
  border-bottom: none;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-button .ui-selectmenu-text {
  margin: 0;
  padding-top: 10px;
  padding-right: 30px;
  color: #fff;
  padding-top: 10px;
  height: 100%;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-button .ui-selectmenu-text.placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modules-newsletter .module-newsletter form .ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  float: none;
  right: 0px;
  top: 0px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  width: 30px;
  height: 100%;
  background-color: transparent;
  color: transparent;
  background-image: url("images/select-drop-w.svg");
}
@supports (-ms-ime-align: auto) {
  .modules-newsletter .module-newsletter form .ui-selectmenu-button .ui-selectmenu-icon {
      background-size: 100% 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .modules-newsletter .module-newsletter form .ui-selectmenu-button .ui-selectmenu-icon {
      background-size: 24px auto;
  }
}
@media only screen and (max-width: 767px) {
  .modules-newsletter .module-newsletter form .ui-selectmenu-button .ui-selectmenu-icon {
      width: 24px;
      background-size: 18px auto;
  }
}
.modules-newsletter .module-newsletter form .ui-selectmenu-menu {
  transition: opacity 250ms ease-out;
  background: #8fd7e8;
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.1);
  border: none;
  display: block;
  pointer-events: none;
  opacity: 0;
  max-height: 300px;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-menu {
  overflow-y: hidden;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-menu:not(.transitioning) {
  overflow-y: auto !important;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-menu::-webkit-scrollbar {
  width: 4px;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-menu::-webkit-scrollbar-track {
  background-color: rgba(31, 32, 74, 0.2);
}
.modules-newsletter .module-newsletter form .ui-selectmenu-menu::-webkit-scrollbar-thumb {
  background-color: rgba(31, 32, 74, 0.5);
}
.modules-newsletter .module-newsletter form .ui-selectmenu-menu .ui-menu-item {
  font-family: "GT-Walsheim-Medium";
  font-size: 20px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  color: #fff;
  min-height: 0;
  height: auto;
  line-height: 82px;
  border-bottom: 1px solid #f4f4f7;
  border-color: #fff;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-menu .ui-menu-item.ui-state-disabled {
  display: none;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
  min-height: 82px;
  padding: 0;
  padding-left: 20px;
  display: block;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper:focus {
  outline: none;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  padding: 0;
  margin: 0;
  background-color: #a3dfed;
  padding-left: 20px;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-menu .ui-menu-item:last-child {
  border: none;
}
.modules-newsletter .module-newsletter form .ui-selectmenu-menu.ui-selectmenu-open {
  opacity: 1;
  pointer-events: all;
}
.modules-newsletter .module-newsletter form .mc4wp-ajax-loader {
  display: none !important;
}
.modules-newsletter .module-newsletter form input[type="submit"] {
  border: none;
  font-family: "GT-Walsheim-Light";
}
.modules-newsletter .module-newsletter form .form-footer {
  justify-content: flex-start;
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form .form-footer .form-footer-col.skip {
      order: 0;
  }
}
@media print {
  .modules-newsletter .module-newsletter form .form-footer .form-footer-col.skip {
      padding-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .modules-newsletter .module-newsletter form .form-footer .form-footer-col.skip {
      padding-top: 20px;
  }
}
.modules-newsletter .module-newsletter form .form-footer .form-footer-col.skip a {
  margin-bottom: 3px;
}
.modules-newsletter .module-newsletter form .form-footer:not(.with-gdpr) .gdpr {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module-newsletter form .form-footer .form-footer-col.gdpr {
      flex-basis: 50%;
  }
}
@media print {
  .modules-newsletter .module-newsletter form .form-footer .form-footer-col.gdpr {
      text-align: left;
      padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .modules-newsletter .module-newsletter form .form-footer .form-footer-col.gdpr {
      text-align: left;
      padding-bottom: 30px;
  }
}
.modules-newsletter .module-newsletter form .form-footer .form-footer-col.gdpr .gdpr-intro {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  max-width: 33em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .modules-newsletter .module-newsletter form .form-footer .form-footer-col.gdpr .gdpr-intro {
      font-size: 14px;
      line-height: 25px;
  }
}
.modules-newsletter .module-newsletter form .form-footer .form-footer-col.gdpr .gdpr-options {
  margin-top: 20px;
}
.modules-newsletter .module-newsletter form .form-footer .form-footer-col.gdpr .gdpr-options label input[type="checkbox"] + span {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
  margin-bottom: 18px;
}
.modules-newsletter .module-newsletter form .form-footer .form-footer-col.gdpr .gdpr-disclaimer {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  padding-top: 18px;
  max-width: 36em;
}
.modules-newsletter .module-newsletter .mc4wp-success {
  display: none !important;
}
.modules-newsletter .module-newsletter .newsletter-form-header {
  padding-bottom: 54px;
}
.modules-newsletter .module-newsletter .newsletter-form-header .newsletter-form-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.modules-newsletter .module-newsletter .newsletter-form-header .newsletter-form-intro {
  padding-top: 21px;
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .modules-newsletter .module-newsletter .newsletter-form-header .newsletter-form-intro {
      font-size: 40px;
      line-height: 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module-newsletter .newsletter-form-header .newsletter-form-intro {
      max-width: 75vw;
  }
}
@media only screen and (max-width: 767px) {
  .modules-newsletter .module-newsletter .newsletter-form-header {
      padding-bottom: 30px;
  }
}
.modules-newsletter .module-newsletter .form-body-wrapper .gdpr-intro {
  padding-bottom: 1em;
  line-height: 1.2em;
}
.modules-newsletter .module-newsletter .form-body-wrapper .gdpr-disclaimer {
  padding-top: 20px;
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
}
.modules-newsletter .module-newsletter .form-body-wrapper .gdpr {
  text-align: left;
}
.modules-newsletter .module-newsletter .form-body-wrapper .gdpr-options label:not(:last-child) {
  padding-bottom: 12px;
}
.modules-newsletter .module-newsletter .form-body-wrapper .form-button-bottom {
  padding-top: 60px;
}
@media print {
  .modules-newsletter .module-newsletter .form-body-wrapper .form-button-bottom {
      padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .modules-newsletter .module-newsletter .form-body-wrapper .form-button-bottom {
      padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .modules-newsletter .module-newsletter .form-body-wrapper .form-button-bottom {
      padding-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .modules-newsletter .module-newsletter .form-body-wrapper {
      display: flex;
      flex-wrap: wrap;
  }
  .modules-newsletter .module-newsletter .form-body-wrapper .form-body,
  .modules-newsletter .module-newsletter .form-body-wrapper .form-footer {
      flex: 0 0 50%;
  }
  .modules-newsletter .module-newsletter .form-body-wrapper .form-button-bottom {
      flex: 0 0 100%;
  }
  .modules-newsletter .module-newsletter .form-body-wrapper .form-footer {
      justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .modules-newsletter .module-newsletter .form-body-wrapper .gdpr {
      padding-left: 90px;
      max-width: 528px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .modules-newsletter .module-newsletter .form-body-wrapper .gdpr {
      padding-left: 78px;
  }
}
.home-container .page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffb700;
  text-align: center;
  color: #fff;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}
.home-container .page-header.default-bg {
  background-image: url("images/home-header-burst.svg");
  background-position: center right;
}
.home-container .page-header:not(.default-bg).center_right {
  background-position: center right;
}
.home-container .page-header:not(.default-bg).center_left {
  background-position: center left;
}
.home-container .page-header .page-header-content {
  padding: 140px 0;
}
@media only screen and (max-width: 767px) {
  .home-container .page-header .page-header-content {
      padding: 21px 0;
  }
}
.home-container .page-header .page-title {
  max-width: 15em;
  margin: 0 auto;
}
.home-container .page-header .page-subtitle {
  font-family: "GT-Walsheim-Regular";
  font-size: 24px;
  line-height: 1.25em;
  max-width: 33em;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .home-container .page-header .page-subtitle {
      font-size: 18px;
      line-height: 26px;
  }
}
@media print {
  .home-container .page-header .page-subtitle {
      //max-width: 18em;
      margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .page-header .page-subtitle {
      //max-width: 18em;
      margin-top: 24px;
  }
}
.home-container .page-header .fake-table {
  position: relative;
}
.home-container .page-header .fake-table {
  min-height: 100vh;
}
.home-container .page-header .page-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 90px;
  line-height: 0.96em;
}
@media only screen and (max-width: 1366px) {
  .home-container .page-header .page-title {
      font-size: 68px;
      line-height: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .page-header .page-title {
      font-size: 35px;
      line-height: 35px;
  }
}
.home-container .page-header .arrow-down {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 50%;
  width: 20px;
  height: 26px;
  margin-left: -10px;
  opacity: 1;
  background-image: url("images/arrow-down.svg");
  cursor: pointer;
  position: fixed;
  bottom: 38px;
}
@supports (-ms-ime-align: auto) {
  .home-container .page-header .arrow-down {
      background-size: 100% 100%;
  }
}
.home-container .page-header .arrow-down:not(.scrolled) {
  animation: arrowDownfadeIn 3s ease-in both infinite;
}
.home-container .page-header .arrow-down.scrolled {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .home-container .page-header .arrow-down {
      right: 30px;
      left: auto;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .home-container .page-header .arrow-down {
      bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .page-header .arrow-down {
      bottom: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module {
      padding: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .modules .module {
      padding: 48px;
  }
}
.home-container .modules .module .module-block {
  padding: 0 60px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .modules .module .module-block {
      padding: 0 48px;
  }
}
@media print {
  .home-container .modules .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module .module-block {
      padding: 30px 30px;
  }
}
.home-container .modules .module .module-block.module-block-text ul {
  padding: 0;
  margin-left: 1.02em;
}
.home-container .modules .module .module-block.module-block-text ul li {
  padding-bottom: 40px;
}
.home-container .modules .module .module-block.module-block-text ul li:last-child {
  padding: 0;
}
.home-container .modules .module .module-block.module-block-text .module-block-interior {
  max-width: 900px;
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module .module-block.module-block-1 {
      padding-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module .module-block .module-block-interior.with-footnote {
      padding-bottom: 100px;
  }
  .home-container .modules .module .module-block .module-block-interior.with-footnote.with-footnote-longer {
      padding-bottom: 150px;
  }
  .home-container .modules .module .module-block .module-block-interior.with-footnote.with-footnote-longest {
      padding-bottom: 240px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module .module-block .footnote:not(.relative) {
      position: absolute;
      padding: 60px;
      bottom: 0;
      left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .modules .module .module-block .footnote:not(.relative) {
      padding: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module .module-block .footnote.relative {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .modules .module .module-block .footnote.relative {
      padding-top: 48px;
  }
}
@media print {
  .home-container .modules .module .module-block .footnote {
      padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module .module-block .footnote {
      padding-top: 30px;
  }
}
.home-container .modules .module .block-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.home-container .modules .module.module-default {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-default .module-block {
      display: block;
      float: left;
      width: 50%;
  }
}
@media print {
  .home-container .modules .module.module-default .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-default .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media print {
  .home-container .modules .module.module-default .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-default .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-default .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-default .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-default .module-block.module-block-1.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      background-color: #8fd7e8;
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-default .module-block.module-block-1.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-default .module-block.module-block-2 .footnote:not(.relative) {
      left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-default .module-block.module-block-2.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-default .module-block.module-block-2.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media print {
  .home-container .modules .module.module-default .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-default .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-default .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-default .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-default:nth-child(odd) .module-block.module-block-1:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
  }
}
@media print {
  .home-container .modules .module.module-default:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-default:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-default:nth-child(even) .module-block.module-block-2:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
  }
}
.home-container .modules .module.module-color_blocks {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-color_blocks .module-block {
      display: block;
      float: left;
      width: 50%;
  }
}
@media print {
  .home-container .modules .module.module-color_blocks .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-color_blocks .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media print {
  .home-container .modules .module.module-color_blocks .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-color_blocks .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-color_blocks .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-color_blocks .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-color_blocks .module-block.module-block-1.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      background-color: #8fd7e8;
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-color_blocks .module-block.module-block-1.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-color_blocks .module-block.module-block-2 .footnote:not(.relative) {
      left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-color_blocks .module-block.module-block-2.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-color_blocks .module-block.module-block-2.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media print {
  .home-container .modules .module.module-color_blocks .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-color_blocks .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-color_blocks .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-color_blocks .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-color_blocks:nth-child(odd) .module-block.module-block-1:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
  }
}
@media print {
  .home-container .modules .module.module-color_blocks:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-color_blocks:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-color_blocks:nth-child(even) .module-block.module-block-2:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
  }
}
.home-container .modules .module.module-color_blocks .module-block {
  color: #fff;
}
.home-container .modules .module.module-color_blocks .module-block .block-text {
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
  margin-top: 52px;
  max-width: 10em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .home-container .modules .module.module-color_blocks .module-block .block-text {
      font-size: 40px;
      line-height: 45px;
  }
}
.home-container .modules .module.module-color_blocks .module-block .block-text p a,
.home-container .modules .module.module-color_blocks .module-block .block-text ul:not(.social-contacts) a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.home-container .modules .module.module-color_blocks .module-block .block-text strong,
.home-container .modules .module.module-color_blocks .module-block .block-text b {
  font-family: "GT-Walsheim-Medium";
  font-weight: normal;
}
.home-container .modules .module.module-three_text_col {
  background-color: rgba(31, 32, 74, 0.02);
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-three_text_col {
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-wide-x-b.svg");
      padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .home-container .modules .module.module-three_text_col {
      padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-three_text_col {
      padding: 30px 30px 100px;
  }
}
.home-container .modules .module.module-three_text_col .module-text {
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
  max-width: 21em;
  margin-top: 52px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .home-container .modules .module.module-three_text_col .module-text {
      font-size: 40px;
      line-height: 45px;
  }
}
.home-container .modules .module.module-three_text_col .module-block {
  margin-top: 72px;
  padding: 0 60px 0 0;
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-three_text_col .module-block {
      display: block;
      float: left;
      width: 32%;
  }
  .home-container .modules .module.module-three_text_col .module-block:not(.module-block-3) {
      margin-right: 2%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .modules .module.module-three_text_col .module-block {
      padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-three_text_col .module-block {
      padding-right: 0;
  }
}
.home-container .modules .module.module-three_text_col .module-block .block-title {
  font-family: "GT-Walsheim-Regular";
  font-size: 25px;
  line-height: 28px;
  font-family: "GT-Walsheim-Medium";
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .home-container .modules .module.module-three_text_col .module-block .block-title {
      font-size: 16px;
      line-height: 20px;
  }
}
.home-container .modules .module.module-three_text_col .module-block .block-subtitle {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
  font-family: "GT-Walsheim-Light";
  margin-top: 4px;
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-three_text_col .module-block .block-subtitle {
      height: 3em;
      max-width: 12em;
  }
  .home-container .modules .module.module-three_text_col .module-block .block-subtitle.three_lines {
      height: 4em;
  }
  .home-container .modules .module.module-three_text_col .module-block .block-subtitle.four_lines {
      height: 5em;
  }
}
@media print {
  .home-container .modules .module.module-three_text_col .module-block .block-subtitle {
      margin-top: 6px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-three_text_col .module-block .block-subtitle {
      margin-top: 6px;
  }
}
.home-container .modules .module.module-three_text_col .module-block .block-text {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .home-container .modules .module.module-three_text_col .module-block .block-text {
      font-size: 14px;
      line-height: 25px;
  }
}
.home-container .modules .module.module-three_text_col .module-block .block-text p a,
.home-container .modules .module.module-three_text_col .module-block .block-text ul:not(.social-contacts) a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.home-container .modules .module.module-three_text_col .module-block .block-text strong,
.home-container .modules .module.module-three_text_col .module-block .block-text b {
  font-family: "GT-Walsheim-Medium";
  font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-three_text_col .module-block .block-text {
      max-width: 27em;
  }
}
@media print {
  .home-container .modules .module.module-three_text_col .module-block .block-text {
      margin-top: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-three_text_col .module-block .block-text {
      margin-top: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-three_text_col .module-block .block-text {
      transition: opacity 250ms ease-out, height 250ms ease-out;
      margin-top: 0;
      height: 0;
      overflow: hidden;
      opacity: 0;
  }
  .home-container .modules .module.module-three_text_col .module-block .block-text.active {
      opacity: 1;
  }
  .home-container .modules .module.module-three_text_col .module-block .block-text .expand-area-interior {
      padding-top: 18px;
  }
}
.home-container .modules .module.module-three_text_col .module-block .expand-title {
  display: inline-block;
  border-bottom: 1px solid #1f204a;
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .home-container .modules .module.module-three_text_col .module-block .expand-title {
      display: none;
  }
}
.home-container .modules .module.module-newsletter {
  background-color: #8fd7e8;
  color: #fff;
}
@media print {
  .home-container .modules .module.module-newsletter {
      min-height: calc(100vh - 90px);
      padding: 60px;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-newsletter {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-newsletter {
      min-height: calc(100vh - 90px);
      padding: 60px;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .home-container .modules .module.module-newsletter {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-newsletter {
      padding: 30px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form.big .form-cols {
      margin-right: -60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form.big .form-cols {
      margin-right: -48px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  .home-container .modules .module.module-newsletter form.big .form-cols {
      margin-right: -30px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form.big .form-cols:first-child .form-col {
      padding-top: 0;
  }
  .home-container .modules .module.module-newsletter form.big .form-cols .form-col {
      display: block;
      float: left;
      padding-right: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form.big .form-cols .form-col {
      padding-right: 48px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  .home-container .modules .module.module-newsletter form.big .form-cols .form-col {
      padding-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form.big .form-cols.size-2 .form-col {
      width: 50%;
  }
  .home-container .modules .module.module-newsletter form.big .form-cols.size-3 .form-col {
      width: 33.333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .home-container .modules .module.module-newsletter form:not(.big) .form-cols {
      margin-right: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form:not(.big) .form-cols {
      margin-right: -48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home-container .modules .module.module-newsletter form:not(.big) .form-cols {
      margin-right: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .home-container .modules .module.module-newsletter form:not(.big) .form-cols:first-child .form-col {
      padding-top: 0;
  }
  .home-container .modules .module.module-newsletter form:not(.big) .form-cols .form-col {
      display: block;
      float: left;
      padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form:not(.big) .form-cols .form-col {
      padding-right: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home-container .modules .module.module-newsletter form:not(.big) .form-cols .form-col {
      padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home-container .modules .module.module-newsletter form:not(.big) .form-cols.size-2 .form-col {
      width: 50%;
  }
  .home-container .modules .module.module-newsletter form:not(.big) .form-cols.size-3 .form-col {
      width: 33.333333333%;
  }
}
.home-container .modules .module.module-newsletter form .form-cols:first-child .form-col:first-child {
  padding-top: 0;
}
.home-container .modules .module.module-newsletter form .form-col {
  position: relative;
}
.home-container .modules .module.module-newsletter form .form-col .error {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: red;
  display: block;
  padding-top: 6px;
}
.home-container .modules .module.module-newsletter form input {
  width: 100%;
}
.home-container .modules .module.module-newsletter form .form-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-newsletter form .form-title.mobile___hide {
      display: none;
  }
}
.home-container .modules .module.module-newsletter form .form-intro {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-newsletter form .form-intro.mobile___hide {
      display: none;
  }
}
.home-container .modules .module.module-newsletter form .form-options {
  position: relative;
  margin-top: 20px;
}
.home-container .modules .module.module-newsletter form .form-options a {
  border-bottom: 1px solid #1f204a;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form .form-footer {
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form .form-footer {
      padding-top: 48px;
  }
}
@media print {
  .home-container .modules .module.module-newsletter form .form-footer {
      text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-newsletter form .form-footer {
      text-align: center;
  }
}
@media print {
  .home-container .modules .module.module-newsletter form .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-newsletter form .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form .form-footer .form-footer-col.skip {
      order: -1;
  }
}
.home-container .modules .module.module-newsletter form .form-footer .form-exit-link {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  margin: 0 36px;
  display: inline-block;
  border-bottom: 1px solid #1f204a;
}
.home-container .modules .module.module-newsletter form label {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  line-height: 1em;
  margin-bottom: -2px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-newsletter form label {
      margin-bottom: 0;
  }
}
.home-container .modules .module.module-newsletter form .form-cols .form-col {
  width: 100%;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-newsletter form .form-cols .form-col {
      padding-top: 42px;
  }
}
.home-container .modules .module.module-newsletter form .form-cols .form-col.disabled {
  display: none;
}
.home-container .modules .module.module-newsletter form .checkbox-group {
  display: flex;
  align-items: center;
}
.home-container .modules .module.module-newsletter form input[type="checkbox"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #1f204a;
  border-color: #fff;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
  background-size: 10px auto;
}
.home-container .modules .module.module-newsletter form input[type="checkbox"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-container .modules .module.module-newsletter form input[type="checkbox"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-container .modules .module.module-newsletter form input[type="checkbox"].input-error {
  border-color: red;
  color: red;
}
.home-container .modules .module.module-newsletter form input[type="checkbox"].input-error::-moz-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form input[type="checkbox"].input-error::-webkit-input-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form input[type="checkbox"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.home-container .modules .module.module-newsletter form input[type="checkbox"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@supports (-ms-ime-align: auto) {
  .home-container .modules .module.module-newsletter form input[type="checkbox"] {
      background-size: 100% 100%;
  }
}
.home-container .modules .module.module-newsletter form input[type="checkbox"] + span {
  padding-bottom: 0.1em;
  line-height: 18px;
  padding-left: 12px;
}
@supports (-ms-ime-align: auto) {
  .home-container .modules .module.module-newsletter form input[type="checkbox"] {
      background-size: 10px 10px;
  }
}
.home-container .modules .module.module-newsletter form input[type="checkbox"]:checked {
  background-image: url("images/checkbox-checked.svg");
}
.home-container .modules .module.module-newsletter form input[type="radio"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #000;
  border-radius: 0;
  color: #1f204a;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #1f204a;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
.home-container .modules .module.module-newsletter form input[type="radio"]::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.home-container .modules .module.module-newsletter form input[type="radio"]::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.home-container .modules .module.module-newsletter form input[type="radio"].input-error {
  border-color: red;
  color: red;
}
.home-container .modules .module.module-newsletter form input[type="radio"].input-error::-moz-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form input[type="radio"].input-error::-webkit-input-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form input[type="radio"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.home-container .modules .module.module-newsletter form input[type="radio"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@supports (-ms-ime-align: auto) {
  .home-container .modules .module.module-newsletter form input[type="radio"] {
      background-size: 100% 100%;
  }
}
.home-container .modules .module.module-newsletter form input[type="radio"] + span {
  padding-bottom: 0.1em;
  line-height: 18px;
  padding-left: 12px;
}
.home-container .modules .module.module-newsletter form input[type="radio"].checked:after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 2px;
  left: 2px;
}
.home-container .modules .module.module-newsletter form input[type="email"],
.home-container .modules .module.module-newsletter form input[type="password"],
.home-container .modules .module.module-newsletter form input[type="tel"],
.home-container .modules .module.module-newsletter form input[type="text"],
.home-container .modules .module.module-newsletter form input[type="zip"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  height: 60px;
  border-bottom: 1px solid #fff;
  padding: 0;
  width: 100%;
  padding-bottom: 0;
}
.home-container .modules .module.module-newsletter form input[type="email"]::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="password"]::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="tel"]::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="text"]::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="zip"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-container .modules .module.module-newsletter form input[type="email"]::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="password"]::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="tel"]::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="text"]::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="zip"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-container .modules .module.module-newsletter form input[type="email"].input-error,
.home-container .modules .module.module-newsletter form input[type="password"].input-error,
.home-container .modules .module.module-newsletter form input[type="tel"].input-error,
.home-container .modules .module.module-newsletter form input[type="text"].input-error,
.home-container .modules .module.module-newsletter form input[type="zip"].input-error {
  border-color: red;
  color: red;
}
.home-container .modules .module.module-newsletter form input[type="email"].input-error::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="password"].input-error::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="tel"].input-error::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="text"].input-error::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="zip"].input-error::-moz-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form input[type="email"].input-error::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="password"].input-error::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="tel"].input-error::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="text"].input-error::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="zip"].input-error::-webkit-input-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form input[type="email"]:focus::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="password"]:focus::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="tel"]:focus::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="text"]:focus::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="zip"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.home-container .modules .module.module-newsletter form input[type="email"]:focus::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="password"]:focus::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="tel"]:focus::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="text"]:focus::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="zip"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .home-container .modules .module.module-newsletter form input[type="email"],
  .home-container .modules .module.module-newsletter form input[type="password"],
  .home-container .modules .module.module-newsletter form input[type="tel"],
  .home-container .modules .module.module-newsletter form input[type="text"],
  .home-container .modules .module.module-newsletter form input[type="zip"] {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .home-container .modules .module.module-newsletter form input[type="email"],
  .home-container .modules .module.module-newsletter form input[type="password"],
  .home-container .modules .module.module-newsletter form input[type="tel"],
  .home-container .modules .module.module-newsletter form input[type="text"],
  .home-container .modules .module.module-newsletter form input[type="zip"] {
      line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-newsletter form input[type="email"],
  .home-container .modules .module.module-newsletter form input[type="password"],
  .home-container .modules .module.module-newsletter form input[type="tel"],
  .home-container .modules .module.module-newsletter form input[type="text"],
  .home-container .modules .module.module-newsletter form input[type="zip"] {
      height: 50px;
  }
}
.home-container .modules .module.module-newsletter form input[type="button"],
.home-container .modules .module.module-newsletter form input[type="submit"],
.home-container .modules .module.module-newsletter form button {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  background-color: #fff;
  color: #1f204a;
  border: 1px solid rgba(31, 32, 74, 0.48);
  line-height: 1em;
  text-align: center;
  height: 48px;
}
.home-container .modules .module.module-newsletter form input[type="button"]::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="submit"]::-moz-placeholder,
.home-container .modules .module.module-newsletter form button::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-container .modules .module.module-newsletter form input[type="button"]::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="submit"]::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form button::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-container .modules .module.module-newsletter form input[type="button"].input-error,
.home-container .modules .module.module-newsletter form input[type="submit"].input-error,
.home-container .modules .module.module-newsletter form button.input-error {
  border-color: red;
  color: red;
}
.home-container .modules .module.module-newsletter form input[type="button"].input-error::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="submit"].input-error::-moz-placeholder,
.home-container .modules .module.module-newsletter form button.input-error::-moz-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form input[type="button"].input-error::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="submit"].input-error::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form button.input-error::-webkit-input-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form input[type="button"]:focus::-moz-placeholder,
.home-container .modules .module.module-newsletter form input[type="submit"]:focus::-moz-placeholder,
.home-container .modules .module.module-newsletter form button:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.home-container .modules .module.module-newsletter form input[type="button"]:focus::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form input[type="submit"]:focus::-webkit-input-placeholder,
.home-container .modules .module.module-newsletter form button:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-newsletter form input[type="button"],
  .home-container .modules .module.module-newsletter form input[type="submit"],
  .home-container .modules .module.module-newsletter form button {
      height: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form input[type="button"],
  .home-container .modules .module.module-newsletter form input[type="submit"],
  .home-container .modules .module.module-newsletter form button {
      width: 282px;
      display: inline-block;
  }
}
.home-container .modules .module.module-newsletter form .link-btn {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  background-color: #fff;
  color: #1f204a;
  border: 1px solid rgba(31, 32, 74, 0.48);
  line-height: 1em;
  text-align: center;
  height: 48px;
  display: block;
  line-height: 48px;
}
.home-container .modules .module.module-newsletter form .link-btn::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-container .modules .module.module-newsletter form .link-btn::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-container .modules .module.module-newsletter form .link-btn.input-error {
  border-color: red;
  color: red;
}
.home-container .modules .module.module-newsletter form .link-btn.input-error::-moz-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form .link-btn.input-error::-webkit-input-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form .link-btn:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.home-container .modules .module.module-newsletter form .link-btn:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-newsletter form .link-btn {
      height: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form .link-btn {
      width: 282px;
      display: inline-block;
  }
}
.home-container .modules .module.module-newsletter form textarea {
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  border: 1px solid #1f204a;
  width: 100%;
  height: 158px;
  margin-top: 16px;
  color: #000;
  padding: 16px 20px 20px 20px;
}
.home-container .modules .module.module-newsletter form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-container .modules .module.module-newsletter form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-container .modules .module.module-newsletter form textarea.input-error {
  border-color: red;
  color: red;
}
.home-container .modules .module.module-newsletter form textarea.input-error::-moz-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form textarea.input-error::-webkit-input-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.home-container .modules .module.module-newsletter form textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-button {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  height: 60px;
  border-bottom: 1px solid #fff;
  padding: 0;
  width: 100%;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-button::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-button::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-button.input-error {
  border-color: red;
  color: red;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-button.input-error::-moz-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-button.input-error::-webkit-input-placeholder {
  color: red;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-button:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-button:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .home-container .modules .module.module-newsletter form .ui-selectmenu-button {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .home-container .modules .module.module-newsletter form .ui-selectmenu-button {
      line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-newsletter form .ui-selectmenu-button {
      height: 50px;
  }
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-button.ui-selectmenu-button-open {
  border-bottom: none;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-button .ui-selectmenu-text {
  margin: 0;
  padding-top: 10px;
  padding-right: 30px;
  color: #fff;
  padding-top: 10px;
  height: 100%;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-button .ui-selectmenu-text.placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  float: none;
  right: 0px;
  top: 0px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  width: 30px;
  height: 100%;
  background-color: transparent;
  color: transparent;
  background-image: url("images/select-drop-w.svg");
}
@supports (-ms-ime-align: auto) {
  .home-container .modules .module.module-newsletter form .ui-selectmenu-button .ui-selectmenu-icon {
      background-size: 100% 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .home-container .modules .module.module-newsletter form .ui-selectmenu-button .ui-selectmenu-icon {
      background-size: 24px auto;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-newsletter form .ui-selectmenu-button .ui-selectmenu-icon {
      width: 24px;
      background-size: 18px auto;
  }
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-menu {
  transition: opacity 250ms ease-out;
  background: #8fd7e8;
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.1);
  border: none;
  display: block;
  pointer-events: none;
  opacity: 0;
  max-height: 300px;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-menu {
  overflow-y: hidden;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-menu:not(.transitioning) {
  overflow-y: auto !important;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-menu::-webkit-scrollbar {
  width: 4px;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-menu::-webkit-scrollbar-track {
  background-color: rgba(31, 32, 74, 0.2);
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-menu::-webkit-scrollbar-thumb {
  background-color: rgba(31, 32, 74, 0.5);
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-menu .ui-menu-item {
  font-family: "GT-Walsheim-Medium";
  font-size: 20px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  color: #fff;
  min-height: 0;
  height: auto;
  line-height: 82px;
  border-bottom: 1px solid #f4f4f7;
  border-color: #fff;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-menu .ui-menu-item.ui-state-disabled {
  display: none;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
  min-height: 82px;
  padding: 0;
  padding-left: 20px;
  display: block;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper:focus {
  outline: none;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  padding: 0;
  margin: 0;
  background-color: #a3dfed;
  padding-left: 20px;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-menu .ui-menu-item:last-child {
  border: none;
}
.home-container .modules .module.module-newsletter form .ui-selectmenu-menu.ui-selectmenu-open {
  opacity: 1;
  pointer-events: all;
}
.home-container .modules .module.module-newsletter form .mc4wp-ajax-loader {
  display: none !important;
}
.home-container .modules .module.module-newsletter form input[type="submit"] {
  border: none;
  font-family: "GT-Walsheim-Light";
}
.home-container .modules .module.module-newsletter form .form-footer {
  justify-content: flex-start;
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form .form-footer .form-footer-col.skip {
      order: 0;
  }
}
@media print {
  .home-container .modules .module.module-newsletter form .form-footer .form-footer-col.skip {
      padding-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-newsletter form .form-footer .form-footer-col.skip {
      padding-top: 20px;
  }
}
.home-container .modules .module.module-newsletter form .form-footer .form-footer-col.skip a {
  margin-bottom: 3px;
}
.home-container .modules .module.module-newsletter form .form-footer:not(.with-gdpr) .gdpr {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter form .form-footer .form-footer-col.gdpr {
      flex-basis: 50%;
  }
}
@media print {
  .home-container .modules .module.module-newsletter form .form-footer .form-footer-col.gdpr {
      text-align: left;
      padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-newsletter form .form-footer .form-footer-col.gdpr {
      text-align: left;
      padding-bottom: 30px;
  }
}
.home-container .modules .module.module-newsletter form .form-footer .form-footer-col.gdpr .gdpr-intro {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  max-width: 33em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .home-container .modules .module.module-newsletter form .form-footer .form-footer-col.gdpr .gdpr-intro {
      font-size: 14px;
      line-height: 25px;
  }
}
.home-container .modules .module.module-newsletter form .form-footer .form-footer-col.gdpr .gdpr-options {
  margin-top: 20px;
}
.home-container .modules .module.module-newsletter form .form-footer .form-footer-col.gdpr .gdpr-options label input[type="checkbox"] + span {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
  margin-bottom: 18px;
}
.home-container .modules .module.module-newsletter form .form-footer .form-footer-col.gdpr .gdpr-disclaimer {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  padding-top: 18px;
  max-width: 36em;
}
.home-container .modules .module.module-newsletter .mc4wp-success {
  display: none !important;
}
.home-container .modules .module.module-newsletter .newsletter-form-header {
  padding-bottom: 54px;
}
.home-container .modules .module.module-newsletter .newsletter-form-header .newsletter-form-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.home-container .modules .module.module-newsletter .newsletter-form-header .newsletter-form-intro {
  padding-top: 21px;
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .home-container .modules .module.module-newsletter .newsletter-form-header .newsletter-form-intro {
      font-size: 40px;
      line-height: 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter .newsletter-form-header .newsletter-form-intro {
      max-width: 75vw;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-newsletter .newsletter-form-header {
      padding-bottom: 30px;
  }
}
.home-container .modules .module.module-newsletter .form-body-wrapper .gdpr-intro {
  padding-bottom: 1em;
  line-height: 1.2em;
}
.home-container .modules .module.module-newsletter .form-body-wrapper .gdpr-disclaimer {
  padding-top: 20px;
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
}
.home-container .modules .module.module-newsletter .form-body-wrapper .gdpr {
  text-align: left;
}
.home-container .modules .module.module-newsletter .form-body-wrapper .gdpr-options label:not(:last-child) {
  padding-bottom: 12px;
}
.home-container .modules .module.module-newsletter .form-body-wrapper .form-button-bottom {
  padding-top: 60px;
}
@media print {
  .home-container .modules .module.module-newsletter .form-body-wrapper .form-button-bottom {
      padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-container .modules .module.module-newsletter .form-body-wrapper .form-button-bottom {
      padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module.module-newsletter .form-body-wrapper .form-button-bottom {
      padding-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter .form-body-wrapper {
      display: flex;
      flex-wrap: wrap;
  }
  .home-container .modules .module.module-newsletter .form-body-wrapper .form-body,
  .home-container .modules .module.module-newsletter .form-body-wrapper .form-footer {
      flex: 0 0 50%;
  }
  .home-container .modules .module.module-newsletter .form-body-wrapper .form-button-bottom {
      flex: 0 0 100%;
  }
  .home-container .modules .module.module-newsletter .form-body-wrapper .form-footer {
      justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter .form-body-wrapper .gdpr {
      padding-left: 90px;
      max-width: 528px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .modules .module.module-newsletter .form-body-wrapper .gdpr {
      padding-left: 78px;
  }
}
.home-container .modules .module .module-block.module-block-lead_text .block-text {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 55px;
  max-width: 23em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .home-container .modules .module .module-block.module-block-lead_text .block-text {
      font-size: 18px;
      line-height: 27px;
  }
}
.home-container .modules .module .module-block.module-block-lead_text .block-text p a,
.home-container .modules .module .module-block.module-block-lead_text .block-text ul:not(.social-contacts) a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.home-container .modules .module .module-block.module-block-lead_text .block-text strong,
.home-container .modules .module .module-block.module-block-lead_text .block-text b {
  font-family: "GT-Walsheim-Medium";
  font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module .module-block.module-block-lead_text .block-text {
      margin-top: -0.22em;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .modules .module .module-block.module-block-lead_text .block-text {
      margin-top: -0.1em;
  }
}
.home-container .modules .module .module-block.module-block-text .block-text {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  margin-top: 33px;
  max-width: 45em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .home-container .modules .module .module-block.module-block-text .block-text {
      font-size: 14px;
      line-height: 25px;
  }
}
.home-container .modules .module .module-block.module-block-text .block-text p a,
.home-container .modules .module .module-block.module-block-text .block-text ul:not(.social-contacts) a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.home-container .modules .module .module-block.module-block-text .block-text strong,
.home-container .modules .module .module-block.module-block-text .block-text b {
  font-family: "GT-Walsheim-Medium";
  font-weight: normal;
}
.home-container .modules .module .module-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.home-container .modules .module .block-subtitle {
  display: block;
}
.home-container .modules .module .perc-block {
  margin-top: 72px;
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module .perc-block {
      margin-top: 48px;
      padding-bottom: 0px;
  }
  .home-container .modules .module .perc-block:last-child {
      padding-bottom: 90px;
  }
}
.home-container .modules .module .perc-block .perc-block-number {
  font-family: "GT-Walsheim-Ultra-Light";
  font-size: 130px;
  line-height: 40px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .modules .module .perc-block .perc-block-number {
      font-size: 100px;
      line-height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module .perc-block .perc-block-number {
      font-size: 100px;
      line-height: 90px;
  }
}
.home-container .modules .module .perc-block .perc-block-number .perc {
  font-family: "GT-Walsheim-Thin";
  font-size: 0.6em;
}
.home-container .modules .module .perc-block .perc-block-caption {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
  margin-top: 15px;
  max-width: 20em;
}
@media only screen and (min-width: 1025px) {
  .home-container .modules .module .perc-block .perc-block-caption {
      font-size: 18px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .modules .module .perc-block .perc-block-caption {
      margin-top: -10px;
  }
}
.home-container .team-blocks:not(:first-child) {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .home-container .team-blocks:not(:first-child) {
      margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .team-blocks:not(:first-child) {
      margin-top: 27px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .team-block:not(:last-child) {
      margin-bottom: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .team-block {
      padding-bottom: 72px;
  }
  .home-container .team-block:last-child {
      padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1367px), (max-width: 1024px) and (min-width: 768px) {
  .home-container .team-block .team-block-leader {
      display: block;
      float: left;
      width: 280px;
  }
}
@media only screen and (min-width: 1367px), (max-width: 1024px) and (min-width: 768px) {
  .home-container .team-block .team-block-info {
      display: block;
      float: left;
      width: calc(100% - 280px);
      padding-left: 30px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .team-block .team-block-info {
      padding-left: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .team-block .team-block-info {
      margin-top: 21px;
  }
}
.home-container .team-block .team-block-image-group {
  display: block;
  float: left;
  width: 94px;
}
.home-container .team-block .team-block-title-group {
  display: block;
  float: left;
  width: calc(100% - 94px);
  padding-left: 20px;
}
.home-container .team-block .team-block-title-group .team-block-name {
  font-family: "GT-Walsheim-Regular";
  font-size: 25px;
  line-height: 28px;
  font-family: "GT-Walsheim-Light";
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .home-container .team-block .team-block-title-group .team-block-name {
      font-size: 16px;
      line-height: 20px;
  }
}
.home-container .team-block .team-block-title-group .team-block-position {
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  display: block;
}
@media only screen and (min-width: 768px) {
  .home-container .team-block .team-block-title-group .team-block-position {
      margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .team-block .team-block-title-group .team-block-position {
      font-size: 14px;
      line-height: 1.4em;
  }
}
.home-container .team-block .team-block-image {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 100%;
  display: block;
}
.home-container .team-block .team-block-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.home-container .team-block .team-block-image > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-container .team-block .team-block-image.team-block-type-aperture {
  background-image: url("images/logo-mark.svg");
}
.home-container .team-block .team-socials {
  margin-top: 10px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .team-block .team-socials {
      padding-bottom: 12px;
  }
}
.home-container .team-block .team-socials .team-block-socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-container .team-block .team-socials .team-block-socials li {
  display: inline-block;
}
.home-container .team-block .team-socials .team-block-socials li a {
  display: block;
}
.home-container .team-block .team-socials .team-social,
.home-container .team-block .team-socials .menu-item {
  display: inline-block;
  margin-right: 5px;
}
.home-container .team-block .team-socials .team-social a,
.home-container .team-block .team-socials .menu-item a {
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  height: 36px;
  display: block;
}
@supports (-ms-ime-align: auto) {
  .home-container .team-block .team-socials .team-social a,
  .home-container .team-block .team-socials .menu-item a {
      background-size: 100% 100%;
  }
}
.home-container .team-block .team-socials .team-social.social-fb a,
.home-container .team-block .team-socials .menu-item.social-fb a {
  background-image: url("images/social-fb-dark.svg");
}
.home-container .team-block .team-socials .team-social.social-tw a,
.home-container .team-block .team-socials .menu-item.social-tw a {
  background-image: url("images/social-tw-dark.svg");
}
.home-container .team-block .team-socials .team-social.social-li a,
.home-container .team-block .team-socials .menu-item.social-li a {
  background-image: url("images/social-li-dark.svg");
}
.home-container .team-block .team-socials .team-social.social-in a,
.home-container .team-block .team-socials .menu-item.social-in a {
  background-image: url("images/social-in-dark.svg");
}
.home-container .team-block .team-socials .team-social.social-mail a,
.home-container .team-block .team-socials .menu-item.social-mail a {
  background-image: url("images/social-email.svg");
}
.home-container .team-block .team-socials .team-social a,
.home-container .team-block .team-socials .menu-item a {
  width: 28px;
  height: 28px;
  background-size: 28px auto;
}
@supports (-ms-ime-align: auto) {
  .home-container .team-block .team-socials .team-social a,
  .home-container .team-block .team-socials .menu-item a {
      background-size: 28px 28px;
  }
}
.home-container .team-block .team-block-content {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  max-width: 19em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .home-container .team-block .team-block-content {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .home-container .team-block .team-block-content {
      max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .home-container .team-block .team-block-content {
      max-width: 100%;
  }
}
.home-container .team-block .team-block-ctas {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  margin-top: 21px;
}
.home-container .team-block .team-block-ctas .cta {
  display: inline-block;
  border-bottom: 1px solid #1f204a;
  margin-right: 40px;
}
@media only screen and (min-width: 1367px), (max-width: 1024px) and (min-width: 768px) {
  .home-container .team-block {
      min-height: 256px;
  }
}
.why-container .page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffb700;
  text-align: center;
  color: #fff;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}
.why-container .page-header.default-bg {
  background-image: url("images/home-header-burst.svg");
  background-position: center right;
}
.why-container .page-header:not(.default-bg).center_right {
  background-position: center right;
}
.why-container .page-header:not(.default-bg).center_left {
  background-position: center left;
}
.why-container .page-header .page-header-content {
  padding: 140px 0;
}
@media only screen and (max-width: 767px) {
  .why-container .page-header .page-header-content {
      padding: 21px 0;
  }
}
.why-container .page-header .page-title {
  max-width: 15em;
  margin: 0 auto;
}
.why-container .page-header .page-subtitle {
  font-family: "GT-Walsheim-Regular";
  font-size: 28px;
  line-height: 42px;
  max-width: 33em;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .why-container .page-header .page-subtitle {
      font-size: 18px;
      line-height: 26px;
  }
}
@media print {
  .why-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
.why-container .page-header .fake-table {
  position: relative;
}
@media print {
  .why-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .why-container .page-header {
      padding: 0 30px;
  }
}
.why-container .page-header .page-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .why-container .page-header .page-title {
      font-size: 40px;
      line-height: 45px;
  }
}
@media print {
  .why-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .why-container .page-header .page-title {
      margin: 0 auto 0 0;
  }
}
@media print {
  .why-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
.why-container .page-header .page-header-visibility {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  min-height: 58vh;
}
@media print {
  .why-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .why-container .page-header .page-header-visibility {
      min-height: 40vh;
  }
}
.why-container .page-header .fake-table {
  min-height: 54vh;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .why-container .page-header .fake-table {
      min-height: 66vw;
  }
}
@media only screen and (max-width: 767px) {
  .why-container .page-header .fake-table {
      min-height: 74vw;
  }
}
@media print {
  .why-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .why-container .page-header .fake-cell {
      padding-top: 90px;
  }
}
@media only screen and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module {
      padding: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module {
      padding: 48px;
  }
}
.why-container .modules:not(.outro-modules) .module .module-block {
  padding: 0 60px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module .module-block {
      padding: 0 48px;
  }
}
@media print {
  .why-container .modules:not(.outro-modules) .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .modules:not(.outro-modules) .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .why-container .modules:not(.outro-modules) .module .module-block {
      padding: 30px 30px;
  }
}
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text ul {
  padding: 0;
  margin-left: 1.02em;
}
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text ul li {
  padding-bottom: 40px;
}
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text ul li:last-child {
  padding: 0;
}
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .module-block-interior {
  max-width: 900px;
}
@media only screen and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-1 {
      padding-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module .module-block .module-block-interior.with-footnote {
      padding-bottom: 100px;
  }
  .why-container .modules:not(.outro-modules) .module .module-block .module-block-interior.with-footnote.with-footnote-longer {
      padding-bottom: 150px;
  }
  .why-container .modules:not(.outro-modules) .module .module-block .module-block-interior.with-footnote.with-footnote-longest {
      padding-bottom: 240px;
  }
}
@media only screen and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module .module-block .footnote:not(.relative) {
      position: absolute;
      padding: 60px;
      bottom: 0;
      left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module .module-block .footnote:not(.relative) {
      padding: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module .module-block .footnote.relative {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module .module-block .footnote.relative {
      padding-top: 48px;
  }
}
@media print {
  .why-container .modules:not(.outro-modules) .module .module-block .footnote {
      padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .modules:not(.outro-modules) .module .module-block .footnote {
      padding-top: 30px;
  }
}
.why-container .modules:not(.outro-modules) .module .block-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.why-container .modules:not(.outro-modules) .module {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module .module-block {
      display: block;
      float: left;
      width: 50%;
  }
}
@media print {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media print {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .why-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .why-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      background-color: #8fd7e8;
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .why-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-2 .footnote:not(.relative) {
      left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .why-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media print {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .why-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .why-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module:nth-child(odd) .module-block.module-block-1:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
  }
}
@media print {
  .why-container .modules:not(.outro-modules) .module:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .modules:not(.outro-modules) .module:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module:nth-child(even) .module-block.module-block-2:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
  }
}
.why-container .modules:not(.outro-modules) .module .block-title {
  padding-bottom: 18px;
}
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 55px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text {
      font-size: 18px;
      line-height: 27px;
  }
}
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text p a,
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text ul:not(.social-contacts) a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text strong,
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text b {
  font-family: "GT-Walsheim-Medium";
  font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text {
      padding-right: 60px;
  }
}
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 {
  margin-top: 45px;
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
}
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2:first-child {
  margin-top: 0;
}
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 p a,
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 ul:not(.social-contacts) a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 strong,
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 b {
  font-family: "GT-Walsheim-Medium";
  font-weight: normal;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 {
      padding-right: 60px;
  }
}
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 p:not(:last-child) {
  padding-bottom: 45px;
}
.why-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-title + .block-text-2 {
  margin-top: 0;
}
.why-container .fund-picker .ui-selectmenu-button {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #1f204a;
  border-radius: 0;
  color: #1f204a;
  font-family: "GT-Walsheim-Regular";
  font-size: 25px;
  line-height: 28px;
  font-family: "GT-Walsheim-Thin";
  line-height: 0.5em;
  height: 40px;
  border-bottom: 1px solid #1f204a;
  padding: 0;
  width: 100%;
}
.why-container .fund-picker .ui-selectmenu-button::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.why-container .fund-picker .ui-selectmenu-button::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.why-container .fund-picker .ui-selectmenu-button.input-error {
  border-color: red;
  color: red;
}
.why-container .fund-picker .ui-selectmenu-button.input-error::-moz-placeholder {
  color: red;
}
.why-container .fund-picker .ui-selectmenu-button.input-error::-webkit-input-placeholder {
  color: red;
}
.why-container .fund-picker .ui-selectmenu-button:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.why-container .fund-picker .ui-selectmenu-button:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .why-container .fund-picker .ui-selectmenu-button {
      font-size: 16px;
      line-height: 20px;
  }
}
.why-container .fund-picker .ui-selectmenu-button.ui-selectmenu-button-open {
  border-bottom: none;
}
.why-container .fund-picker .ui-selectmenu-button .ui-selectmenu-text {
  margin: 0;
  padding-top: 10px;
  padding-right: 30px;
  color: #1f204a;
  height: 100%;
}
.why-container .fund-picker .ui-selectmenu-button .ui-selectmenu-text.placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.why-container .fund-picker .ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  float: none;
  right: 0px;
  top: 0px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  width: 30px;
  height: 100%;
  background-color: transparent;
  color: transparent;
  background-image: url("images/select-drop-b.svg");
  width: 24px;
  background-size: 18px auto;
}
@supports (-ms-ime-align: auto) {
  .why-container .fund-picker .ui-selectmenu-button .ui-selectmenu-icon {
      background-size: 100% 100%;
  }
}
.why-container .fund-picker .ui-selectmenu-menu {
  transition: opacity 250ms ease-out;
  background: #fff;
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.1);
  border: none;
  display: block;
  pointer-events: none;
  opacity: 0;
  max-height: 300px;
}
.why-container .fund-picker .ui-selectmenu-menu {
  overflow-y: hidden;
}
.why-container .fund-picker .ui-selectmenu-menu:not(.transitioning) {
  overflow-y: auto !important;
}
.why-container .fund-picker .ui-selectmenu-menu::-webkit-scrollbar {
  width: 4px;
}
.why-container .fund-picker .ui-selectmenu-menu::-webkit-scrollbar-track {
  background-color: rgba(31, 32, 74, 0.2);
}
.why-container .fund-picker .ui-selectmenu-menu::-webkit-scrollbar-thumb {
  background-color: rgba(31, 32, 74, 0.5);
}
.why-container .fund-picker .ui-selectmenu-menu .ui-menu-item {
  font-family: "GT-Walsheim-Medium";
  font-size: 20px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  color: #1f204a;
  min-height: 0;
  height: auto;
  line-height: 82px;
  line-height: 40px;
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #f4f4f7;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .why-container .fund-picker .ui-selectmenu-menu .ui-menu-item {
      font-size: 14px;
      line-height: 25px;
  }
}
.why-container .fund-picker .ui-selectmenu-menu .ui-menu-item.ui-state-disabled {
  display: none;
}
.why-container .fund-picker .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
  min-height: 82px;
  padding: 0;
  padding-left: 20px;
  display: block;
  min-height: 40px;
  padding: 5px 5px 5px 20px;
}
.why-container .fund-picker .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper:focus {
  outline: none;
}
.why-container .fund-picker .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  padding: 0;
  margin: 0;
  background-color: rgba(31, 32, 74, 0.02);
  padding-left: 20px;
  padding: 5px 5px 5px 20px;
}
@media only screen and (max-width: 767px) {
  .why-container .fund-picker .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
      padding-top: 7px;
  }
}
.why-container .fund-picker .ui-selectmenu-menu .ui-menu-item:last-child {
  border: none;
}
.why-container .fund-picker .ui-selectmenu-menu.ui-selectmenu-open {
  opacity: 1;
  pointer-events: all;
}
.why-container .module-block-peformance_payout .block-title {
  max-width: 18em;
}
.why-container .second-level-equations {
  margin-top: 150px;
}
@media print {
  .why-container .second-level-equations {
      margin-top: 78px;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .second-level-equations {
      margin-top: 78px;
  }
}
.why-container .second-level-equations .eq-level-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.why-container .second-level-equations .eq-block {
  margin-bottom: 45px;
}
@media print {
  .why-container .second-level-equations .eq-block {
      margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .second-level-equations .eq-block {
      margin-bottom: 40px;
  }
}
.why-container .second-level-equations .eq-block .eq-block-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 20px;
  line-height: 25px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: "GT-Walsheim-Regular";
}
.why-container .second-level-equations .eq-block .eq-footnote {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
}
.why-container .equation-row .eq-n {
  display: block;
  float: left;
  position: relative;
  position: relative;
}
.why-container .equation-row .eq-n:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.why-container .equation-row .eq-n > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.why-container .equation-row .eq-n-interior {
  padding: 1.04167vw;
}
@media print {
  .why-container .equation-row .eq-n-interior {
      padding: 1.8vw;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .equation-row .eq-n-interior {
      padding: 1.8vw;
  }
}
.why-container .equation-row .eq-n-interior .eq-number {
  font-family: "GT-Walsheim-Ultra-Light";
  font-size: 3.5vw;
  margin-top: -0.9vw;
  display: inline-block;
  vertical-align: middle;
}
@media print {
  .why-container .equation-row .eq-n-interior .eq-number {
      font-size: 10.286458333333333vw;
      margin-top: -1.3vw;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .equation-row .eq-n-interior .eq-number {
      font-size: 7.286458333333333vw;
      margin-top: -1.3vw;
  }
}
.why-container .equation-row .eq-n-interior .eq-number .perc {
  font-size: 2.5vw;
  font-family: "GT-Walsheim-Thin";
}
@media print {
  .why-container .equation-row .eq-n-interior .eq-number .perc {
      font-size: 6.119791666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .equation-row .eq-n-interior .eq-number .perc {
      font-size: 4.119791666666667vw;
  }
}
.why-container .equation-row .eq-n-interior .caption {
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  font-family: "GT-Walsheim-Regular";
  position: absolute;
  bottom: 1.04167vw;
  left: 1.04167vw;
  line-height: 1.1em;
  font-size: 0.833333333333333vw;
  padding-right: 3em;
}
@media print {
  .why-container .equation-row .eq-n-interior .caption {
      font-size: 1.5vw;
      bottom: 1.8vw;
      left: 1.8vw;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .equation-row .eq-n-interior .caption {
      font-size: 1.5vw;
      bottom: 1.8vw;
      left: 1.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .why-container .equation-row .eq-n-interior .caption {
      font-size: 2.083333333333333vw;
  }
}
.why-container .equation-row .eq-n-interior .math-symbol {
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  width: 1.40625vw;
  height: 1.041666666666667vw;
  font-size: 1.03125vw;
  display: inline-block;
  vertical-align: middle;
}
@supports (-ms-ime-align: auto) {
  .why-container .equation-row .eq-n-interior .math-symbol {
      background-size: 100% 100%;
  }
}
.why-container .equation-row.size-3 .eq-n {
  width: 33.333333%;
}
.why-container .equation-row.size-3 .eq-n:nth-child(1) {
  background-color: #d3ecf3;
}
.why-container .equation-row.size-3 .eq-n:nth-child(2) {
  background-color: #c3e7f0;
}
.why-container .equation-row.size-3 .eq-n:nth-child(2) .math-symbol {
  background-image: url("images/eq-x.svg");
  background-size: 100% auto;
  width: 1.03125vw;
  height: 1.066666666666667vw;
}
@media print {
  .why-container .equation-row.size-3 .eq-n:nth-child(2) .math-symbol {
      width: 2.0546875vw;
      height: 2.125vw;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .equation-row.size-3 .eq-n:nth-child(2) .math-symbol {
      width: 2.0546875vw;
      height: 2.125vw;
  }
}
.why-container .equation-row.size-3 .eq-n:nth-child(3) {
  background-color: #8fd7e8;
}
.why-container .equation-row.size-3 .eq-n:nth-child(3) .math-symbol {
  background-image: url("images/eq-equal.svg");
  background-size: 100% auto;
  width: 1.40625vw;
  height: 0.8vw;
}
@media print {
  .why-container .equation-row.size-3 .eq-n:nth-child(3) .math-symbol {
      width: 2.6vw;
      height: 1.4vw;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .equation-row.size-3 .eq-n:nth-child(3) .math-symbol {
      width: 2.6vw;
      height: 1.4vw;
  }
}
.why-container .equation-row.size-4 .eq-n {
  width: 25%;
  background-color: #e8f3f7;
  overflow: hidden;
}
.why-container .equation-row.size-4 .eq-n .content {
  z-index: 1;
}
.why-container .equation-row.size-4 .eq-n:after {
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 500ms ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
}
.why-container .equation-row.size-4 .eq-n.animate:after {
  opacity: 0;
}
.why-container .equation-row.size-4 .eq-n.graphic-up {
  background-color: #96d9e9;
}
.why-container .equation-row.size-4 .eq-n.graphic-up:after {
  background-image: url("images/eq-up.svg");
}
.why-container .equation-row.size-4 .eq-n.graphic-up.animate:after {
  top: 100%;
}
.why-container .equation-row.size-4 .eq-n.graphic-down {
  background-color: #d32665;
}
.why-container .equation-row.size-4 .eq-n.graphic-down:after {
  background-image: url("images/eq-down.svg");
}
.why-container .equation-row.size-4 .eq-n.graphic-down.animate:after {
  top: -100%;
}
.why-container .equation-row.size-4 .eq-n .math-symbol {
  background-image: url("images/eq-plus.svg");
  background-size: 100% auto;
  width: 1.5vw;
  height: 1.5vw;
}
@media print {
  .why-container .equation-row.size-4 .eq-n .math-symbol {
      width: 2.14vw;
      height: 2.14vw;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .equation-row.size-4 .eq-n .math-symbol {
      width: 2.14vw;
      height: 2.14vw;
  }
}
.why-container .equation-row.size-4 .eq-n:nth-child(4) {
  background-color: #d4ecf3;
}
.why-container .equation-row.size-4 .eq-n:nth-child(4) .math-symbol {
  background-image: url("images/eq-equal.svg");
  background-size: 100% auto;
  width: 1.40625vw;
  height: 0.8vw;
}
@media print {
  .why-container .equation-row.size-4 .eq-n:nth-child(4) .math-symbol {
      width: 2.6vw;
      height: 1.4vw;
  }
}
@media only screen and (max-width: 1024px) {
  .why-container .equation-row.size-4 .eq-n:nth-child(4) .math-symbol {
      width: 2.6vw;
      height: 1.4vw;
  }
}
.about-container .page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffb700;
  text-align: center;
  color: #fff;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}
.about-container .page-header.default-bg {
  background-image: url("images/home-header-burst.svg");
  background-position: center right;
}
.about-container .page-header:not(.default-bg).center_right {
  background-position: center right;
}
.about-container .page-header:not(.default-bg).center_left {
  background-position: center left;
}
.about-container .page-header .page-header-content {
  padding: 140px 0;
}
@media only screen and (max-width: 767px) {
  .about-container .page-header .page-header-content {
      padding: 21px 0;
  }
}
.about-container .page-header .page-title {
  max-width: 15em;
  margin: 0 auto;
}
.about-container .page-header .page-subtitle {
  font-family: "GT-Walsheim-Regular";
  font-size: 28px;
  line-height: 42px;
  max-width: 33em;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .about-container .page-header .page-subtitle {
      font-size: 18px;
      line-height: 26px;
  }
}
@media print {
  .about-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
.about-container .page-header .fake-table {
  position: relative;
}
@media print {
  .about-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-container .page-header {
      padding: 0 30px;
  }
}
.about-container .page-header .page-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .about-container .page-header .page-title {
      font-size: 40px;
      line-height: 45px;
  }
}
@media print {
  .about-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .about-container .page-header .page-title {
      margin: 0 auto 0 0;
  }
}
@media print {
  .about-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
.about-container .page-header .page-header-visibility {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  min-height: 58vh;
}
@media print {
  .about-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .about-container .page-header .page-header-visibility {
      min-height: 40vh;
  }
}
.about-container .page-header .fake-table {
  min-height: 54vh;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .about-container .page-header .fake-table {
      min-height: 66vw;
  }
}
@media only screen and (max-width: 767px) {
  .about-container .page-header .fake-table {
      min-height: 74vw;
  }
}
@media print {
  .about-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .about-container .page-header .fake-cell {
      padding-top: 90px;
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module {
      padding: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module {
      padding: 48px;
  }
}
.about-container .modules:not(.outro-modules) .module .module-block {
  padding: 0 60px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block {
      padding: 0 48px;
  }
}
@media print {
  .about-container .modules:not(.outro-modules) .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .modules:not(.outro-modules) .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-container .modules:not(.outro-modules) .module .module-block {
      padding: 30px 30px;
  }
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text ul {
  padding: 0;
  margin-left: 1.02em;
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text ul li {
  padding-bottom: 40px;
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text ul li:last-child {
  padding: 0;
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .module-block-interior {
  max-width: 900px;
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-1 {
      padding-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block .module-block-interior.with-footnote {
      padding-bottom: 100px;
  }
  .about-container .modules:not(.outro-modules) .module .module-block .module-block-interior.with-footnote.with-footnote-longer {
      padding-bottom: 150px;
  }
  .about-container .modules:not(.outro-modules) .module .module-block .module-block-interior.with-footnote.with-footnote-longest {
      padding-bottom: 240px;
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block .footnote:not(.relative) {
      position: absolute;
      padding: 60px;
      bottom: 0;
      left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block .footnote:not(.relative) {
      padding: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block .footnote.relative {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block .footnote.relative {
      padding-top: 48px;
  }
}
@media print {
  .about-container .modules:not(.outro-modules) .module .module-block .footnote {
      padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .modules:not(.outro-modules) .module .module-block .footnote {
      padding-top: 30px;
  }
}
.about-container .modules:not(.outro-modules) .module .block-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.about-container .modules:not(.outro-modules) .module {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block {
      display: block;
      float: left;
      width: 50%;
  }
}
@media print {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media print {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .about-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .about-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      background-color: #8fd7e8;
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .about-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-2 .footnote:not(.relative) {
      left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .about-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media print {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .about-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .about-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module:nth-child(odd) .module-block.module-block-1:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
  }
}
@media print {
  .about-container .modules:not(.outro-modules) .module:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .modules:not(.outro-modules) .module:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module:nth-child(even) .module-block.module-block-2:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
  }
}
.about-container .modules:not(.outro-modules) .module .block-title {
  padding-bottom: 18px;
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 55px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text {
      font-size: 18px;
      line-height: 27px;
  }
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text p a,
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text ul:not(.social-contacts) a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text strong,
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text b {
  font-family: "GT-Walsheim-Medium";
  font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text {
      padding-right: 60px;
  }
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 {
  margin-top: 45px;
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2:first-child {
  margin-top: 0;
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 p a,
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 ul:not(.social-contacts) a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 strong,
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 b {
  font-family: "GT-Walsheim-Medium";
  font-weight: normal;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 {
      padding-right: 60px;
  }
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text-2 p:not(:last-child) {
  padding-bottom: 45px;
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-title + .block-text-2 {
  margin-top: 0;
}
@media print {
  .about-container .modules:not(.outro-modules) .module:nth-child(odd) {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .modules:not(.outro-modules) .module:nth-child(odd) {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module:nth-child(odd) .footnote:not(.relative) {
      left: 0px !important;
      padding-right: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module:nth-child(odd) .module-block.module-block-image .module-block-image-container {
      left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module:nth-child(odd) .module-block.module-block-text {
      padding-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module:nth-child(even) .module-block.module-block-text {
      float: none;
      margin-left: 50%;
  }
}
@media print {
  .about-container .modules:not(.outro-modules) .module .module-block {
      background-color: transparent !important;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .modules:not(.outro-modules) .module .module-block {
      background-color: transparent !important;
  }
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-image {
  padding-bottom: 0;
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-image .module-block-interior {
  padding-bottom: 0;
}
.about-container .modules:not(.outro-modules) .module .module-block.module-block-image .module-block-image-container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1025px) {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-image .module-block-image-container {
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      height: 100%;
  }
}
@media print {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-image .module-block-image-container {
      position: relative;
  }
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-image .module-block-image-container:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%;
  }
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-image .module-block-image-container > .content {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-image .module-block-image-container {
      position: relative;
  }
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-image .module-block-image-container:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%;
  }
  .about-container .modules:not(.outro-modules) .module .module-block.module-block-image .module-block-image-container > .content {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
}
.about-container .module-team .module-interior {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}
.about-container .module-team .module-interior:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 46.875%;
}
.about-container .module-team .module-interior > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media print {
  .about-container .module-team .module-interior {
      position: relative;
  }
  .about-container .module-team .module-interior:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 59.63542%;
  }
  .about-container .module-team .module-interior > .content {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .module-team .module-interior {
      position: relative;
  }
  .about-container .module-team .module-interior:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 59.63542%;
  }
  .about-container .module-team .module-interior > .content {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
}
@media print {
  .about-container .module-team .module-interior .fake-table,
  .about-container .module-team .module-interior .fake-cell {
      display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .module-team .module-interior .fake-table,
  .about-container .module-team .module-interior .fake-cell {
      display: block;
  }
}
.about-container .module-team .module-interior .module-block {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .about-container .module-team .module-interior .module-block {
      text-align: center;
  }
}
@media print {
  .about-container .module-team .module-interior .module-block {
      padding: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .module-team .module-interior .module-block {
      padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-container .module-team .module-interior .module-block {
      padding: 30px 30px;
  }
}
.about-container .module-team .module-interior .module-block .block-title {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .about-container .module-team .module-interior .module-block .block-title {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .about-container .module-team .module-interior .module-block .block-title {
      line-height: 30px;
  }
}
.about-container .module-team .module-interior .module-block .cta {
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  font-family: "GT-Walsheim-Regular";
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-top: 18px;
}
@media print {
  .about-container .module-team .module-interior .module-block .cta {
      margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container .module-team .module-interior .module-block .cta {
      margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about-container .module-team .module-interior .module-block .cta {
      margin-top: 0px;
  }
}
.team-container .page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffb700;
  text-align: center;
  color: #fff;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}
.team-container .page-header.default-bg {
  background-image: url("images/home-header-burst.svg");
  background-position: center right;
}
.team-container .page-header:not(.default-bg).center_right {
  background-position: center right;
}
.team-container .page-header:not(.default-bg).center_left {
  background-position: center left;
}
.team-container .page-header .page-header-content {
  padding: 140px 0;
}
@media only screen and (max-width: 767px) {
  .team-container .page-header .page-header-content {
      padding: 21px 0;
  }
}
.team-container .page-header .page-title {
  max-width: 15em;
  margin: 0 auto;
}
.team-container .page-header .page-subtitle {
  font-family: "GT-Walsheim-Regular";
  font-size: 28px;
  line-height: 42px;
  max-width: 33em;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .team-container .page-header .page-subtitle {
      font-size: 18px;
      line-height: 26px;
  }
}
@media print {
  .team-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .team-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
.team-container .page-header .fake-table {
  position: relative;
}
@media print {
  .team-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .team-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .team-container .page-header {
      padding: 0 30px;
  }
}
.team-container .page-header .page-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .team-container .page-header .page-title {
      font-size: 40px;
      line-height: 45px;
  }
}
@media print {
  .team-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .team-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .team-container .page-header .page-title {
      margin: 0 auto 0 0;
  }
}
@media print {
  .team-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .team-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
.team-container .page-header .page-header-visibility {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  min-height: 58vh;
}
@media print {
  .team-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 1024px) {
  .team-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .team-container .page-header .page-header-visibility {
      min-height: 40vh;
  }
}
.team-container .page-header .fake-table {
  min-height: 54vh;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .team-container .page-header .fake-table {
      min-height: 66vw;
  }
}
@media only screen and (max-width: 767px) {
  .team-container .page-header .fake-table {
      min-height: 74vw;
  }
}
@media print {
  .team-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 1024px) {
  .team-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .team-container .page-header .fake-cell {
      padding-top: 90px;
  }
}
.team-container .team-members {
  padding: 130px 5%;
}
@media only screen and (max-width: 1366px) {
  .team-container .team-members {
      padding: 90px 8%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .team-container .team-members {
      padding: 60px 6%;
  }
}
@media only screen and (max-width: 767px) {
  .team-container .team-members {
      padding: 30px 15px;
  }
}
.team-container .team-member {
  display: block;
  float: left;
  width: 33.333333%;
  padding: 0 5% 90px;
}
@media only screen and (max-width: 1366px) {
  .team-container .team-member {
      width: 50%;
      padding: 0 8% 70px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .team-container .team-member {
      padding: 0 6% 60px;
  }
}
@media only screen and (max-width: 767px) {
  .team-container .team-member {
      padding: 0 15px 45px;
  }
}
.team-container .team-image {
  position: relative;
}
.team-container .team-image:after {
  border-radius: 50%;
}
.team-container .team-image .team-image-interior {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.team-container .team-image .team-image-interior:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.team-container .team-image .team-image-interior > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.team-container .team-info {
  height: 82px;
  text-align: center;
  padding-top: 21px;
}
@media only screen and (max-width: 767px) {
  .team-container .team-info {
      height: 110px;
  }
}
.team-container .team-info .team-title {
  font-family: "GT-Walsheim-Regular";
  font-size: 25px;
  line-height: 28px;
  font-family: "GT-Walsheim-Regular";
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .team-container .team-info .team-title {
      font-size: 16px;
      line-height: 20px;
  }
}
.team-container .team-info .team-subtitle {
  font-family: "GT-Walsheim-Light";
  font-size: 20px;
  line-height: 25px;
  max-width: 16em;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .team-container .team-info .team-subtitle {
      font-size: 14px;
      line-height: 18px;
  }
}
.team-container .team-info .team-cta {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  border-bottom: 1px solid #1f204a;
  margin-top: 5px;
}
@media only screen and (min-width: 1025px) {
  .team-single-overlay .overlay-interior {
      padding: 60px;
  }
}
.team-single-overlay .overlay-content {
  padding: 0;
}
.team-single .team-single-image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1025px) {
  .team-single .team-single-image {
      width: 50%;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
  }
}
@media print {
  .team-single .team-single-image {
      position: relative;
  }
  .team-single .team-single-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 62.87425%;
  }
  .team-single .team-single-image > .content {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .team-single .team-single-image {
      position: relative;
  }
  .team-single .team-single-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 62.87425%;
  }
  .team-single .team-single-image > .content {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .team-single .team-single-content {
      margin-left: 50%;
      max-height: calc(100vh - 120px);
      min-height: 510px;
  }
  .team-single .team-single-content {
      overflow-y: hidden;
  }
  .team-single .team-single-content:not(.transitioning) {
      overflow-y: auto !important;
  }
  .team-single .team-single-content::-webkit-scrollbar {
      width: 4px;
  }
  .team-single .team-single-content::-webkit-scrollbar-track {
      background-color: rgba(31, 32, 74, 0.2);
  }
  .team-single .team-single-content::-webkit-scrollbar-thumb {
      background-color: rgba(31, 32, 74, 0.5);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .team-single .team-single-content {
      min-height: 310px;
  }
}
@media only screen and (min-width: 1025px) {
  .team-single .team-single-content .team-single-content-interior {
      padding: 60px 100px 60px 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .team-single .team-single-content .team-single-content-interior {
      padding: 48px 100px 48px 48px;
  }
}
@media print {
  .team-single .team-single-content .team-single-content-interior {
      padding: 30px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .team-single .team-single-content .team-single-content-interior {
      padding: 30px 30px;
  }
}
.team-single .module-share {
  margin-top: 3px;
}
.team-single .team-single-title {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .team-single .team-single-title {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .team-single .team-single-title {
      line-height: 30px;
  }
}
.team-single .team-single-position {
  font-family: "GT-Walsheim-Light";
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .team-single .team-single-position {
      font-size: 14px;
      line-height: 18px;
  }
}
.team-single .team-single-bio {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  margin-top: 42px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .team-single .team-single-bio {
      font-size: 14px;
      line-height: 25px;
  }
}
.team-single .team-socials {
  margin-top: 18px;
}
.team-single .team-socials .team-social {
  display: inline-block;
  margin-right: 5px;
}
.team-single .team-socials .team-social a {
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  height: 36px;
  display: block;
}
@supports (-ms-ime-align: auto) {
  .team-single .team-socials .team-social a {
      background-size: 100% 100%;
  }
}
.team-single .team-socials .team-social.social-fb a {
  background-image: url("images/social-fb-dark.svg");
}
.team-single .team-socials .team-social.social-tw a {
  background-image: url("images/social-tw-dark.svg");
}
.team-single .team-socials .team-social.social-li a {
  background-image: url("images/social-li-dark.svg");
}
.team-single .team-socials .team-social.social-in a {
  background-image: url("images/social-in-dark.svg");
}
.team-single .team-socials .team-social.social-mail a {
  background-image: url("images/social-email.svg");
}
.team-single .team-socials .team-social a {
  width: 28px;
  height: 28px;
  background-size: 28px auto;
}
@supports (-ms-ime-align: auto) {
  .team-single .team-socials .team-social a {
      background-size: 28px 28px;
  }
}
.team-single .pagination {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  padding-top: 100px;
}
@media print {
  .team-single .pagination {
      padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .team-single .pagination {
      padding-top: 80px;
  }
}
.team-single .pagination .pagi-post {
  display: block;
}
@media print {
  .team-single .pagination .pagi-post {
      padding-bottom: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .team-single .pagination .pagi-post {
      padding-bottom: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .team-single .pagination .pagi-post {
      padding-bottom: 21px;
  }
}
.team-single .pagination .pagi-post.previous-post .name {
  background-image: url("images/pagi-prev.svg");
}
@media only screen and (min-width: 1025px) {
  .team-single .pagination .pagi-post.previous-post {
      padding-bottom: 5px;
  }
}
.team-single .pagination .pagi-post.next-post .name {
  background-image: url("images/pagi-next.svg");
}
.team-single .pagination .name {
  background-size: 13px 10px;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 24px;
  display: inline-block;
}
.team-single .pagination .title {
  font-family: "GT-Walsheim-Light";
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .team-single .pagination .title {
      display: block;
      padding-left: 24px;
  }
}
.contact-container .page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffb700;
  text-align: center;
  color: #fff;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}
.contact-container .page-header.default-bg {
  background-image: url("images/home-header-burst.svg");
  background-position: center right;
}
.contact-container .page-header:not(.default-bg).center_right {
  background-position: center right;
}
.contact-container .page-header:not(.default-bg).center_left {
  background-position: center left;
}
.contact-container .page-header .page-header-content {
  padding: 140px 0;
}
@media only screen and (max-width: 767px) {
  .contact-container .page-header .page-header-content {
      padding: 21px 0;
  }
}
.contact-container .page-header .page-title {
  max-width: 15em;
  margin: 0 auto;
}
.contact-container .page-header .page-subtitle {
  font-family: "GT-Walsheim-Regular";
  font-size: 28px;
  line-height: 42px;
  max-width: 33em;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .contact-container .page-header .page-subtitle {
      font-size: 18px;
      line-height: 26px;
  }
}
@media print {
  .contact-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
.contact-container .page-header .fake-table {
  position: relative;
}
@media print {
  .contact-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-container .page-header {
      padding: 0 30px;
  }
}
.contact-container .page-header .page-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .contact-container .page-header .page-title {
      font-size: 40px;
      line-height: 45px;
  }
}
@media print {
  .contact-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .contact-container .page-header .page-title {
      margin: 0 auto 0 0;
  }
}
@media print {
  .contact-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
.contact-container .page-header .page-header-visibility {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  min-height: 58vh;
}
@media print {
  .contact-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-container .page-header .page-header-visibility {
      min-height: 40vh;
  }
}
.contact-container .page-header .fake-table {
  min-height: 54vh;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .contact-container .page-header .fake-table {
      min-height: 66vw;
  }
}
@media only screen and (max-width: 767px) {
  .contact-container .page-header .fake-table {
      min-height: 74vw;
  }
}
@media print {
  .contact-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .contact-container .page-header .fake-cell {
      padding-top: 90px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-container .modules .module {
      padding: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .contact-container .modules .module {
      padding: 48px;
  }
}
.contact-container .modules .module .module-block {
  padding: 0 60px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .contact-container .modules .module .module-block {
      padding: 0 48px;
  }
}
@media print {
  .contact-container .modules .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .modules .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-container .modules .module .module-block {
      padding: 30px 30px;
  }
}
.contact-container .modules .module .module-block.module-block-text ul {
  padding: 0;
  margin-left: 1.02em;
}
.contact-container .modules .module .module-block.module-block-text ul li {
  padding-bottom: 40px;
}
.contact-container .modules .module .module-block.module-block-text ul li:last-child {
  padding: 0;
}
.contact-container .modules .module .module-block.module-block-text .module-block-interior {
  max-width: 900px;
}
@media only screen and (min-width: 1025px) {
  .contact-container .modules .module .module-block.module-block-1 {
      padding-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-container .modules .module .module-block .module-block-interior.with-footnote {
      padding-bottom: 100px;
  }
  .contact-container .modules .module .module-block .module-block-interior.with-footnote.with-footnote-longer {
      padding-bottom: 150px;
  }
  .contact-container .modules .module .module-block .module-block-interior.with-footnote.with-footnote-longest {
      padding-bottom: 240px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-container .modules .module .module-block .footnote:not(.relative) {
      position: absolute;
      padding: 60px;
      bottom: 0;
      left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .contact-container .modules .module .module-block .footnote:not(.relative) {
      padding: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-container .modules .module .module-block .footnote.relative {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .contact-container .modules .module .module-block .footnote.relative {
      padding-top: 48px;
  }
}
@media print {
  .contact-container .modules .module .module-block .footnote {
      padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .modules .module .module-block .footnote {
      padding-top: 30px;
  }
}
.contact-container .modules .module .block-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.contact-container .modules .module {
  background-color: rgba(31, 32, 74, 0.02);
  position: relative;
}
@media print {
  .contact-container .modules .module {
      padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .modules .module {
      padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-container .modules .module .module-block {
      display: block;
      float: left;
      width: 50%;
      min-height: 40vh;
  }
}
@media print {
  .contact-container .modules .module .module-block:last-child {
      padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .modules .module .module-block:last-child {
      padding: 0;
  }
}
.contact-container .modules .module .module-block .block-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 20px;
  line-height: 25px;
  max-width: 18em;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .contact-container .modules .module .module-block .block-title {
      max-width: 16em;
      padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-container .modules .module .module-block .block-title {
      padding-bottom: 2px;
      font-size: 16px;
  }
}
.contact-container .modules .module .module-block .block-text {
  font-family: "GT-Walsheim-Regular";
  font-size: 28px;
  line-height: 42px;
  font-family: "GT-Walsheim-Thin";
}
@media only screen and (max-width: 767px) {
  .contact-container .modules .module .module-block .block-text {
      font-size: 18px;
      line-height: 26px;
  }
}
.contact-container .modules .module .module-block .block-text p a,
.contact-container .modules .module .module-block .block-text ul:not(.social-contacts) a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.contact-container .modules .module .module-block .block-text strong,
.contact-container .modules .module .module-block .block-text b {
  font-family: "GT-Walsheim-Medium";
  font-weight: normal;
}
.contact-container .modules .module .module-block .block-text .social-contacts {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-container .modules .module .module-block .block-text .social-contacts li {
  display: inline-block;
}
.contact-container .modules .module .module-block .block-text .social-contacts li a {
  display: block;
}
@media print {
  .contact-container .modules .module .module-block .block-text .social-contacts {
      padding-top: 6px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .modules .module .module-block .block-text .social-contacts {
      padding-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-container .modules .module .module-block .block-text .social-contacts {
      padding-top: 9px;
  }
}
.contact-container .modules .module .module-block .block-text .social-contacts .menu-item {
  display: block;
  padding-bottom: 27px;
}
.contact-container .modules .module .module-block .block-text .social-contacts .menu-item a {
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  height: 36px;
  display: block;
}
@supports (-ms-ime-align: auto) {
  .contact-container .modules .module .module-block .block-text .social-contacts .menu-item a {
      background-size: 100% 100%;
  }
}
.contact-container .modules .module .module-block .block-text .social-contacts .menu-item.social-fb a {
  background-image: url("images/social-fb-dark.svg");
}
.contact-container .modules .module .module-block .block-text .social-contacts .menu-item.social-tw a {
  background-image: url("images/social-tw-dark.svg");
}
.contact-container .modules .module .module-block .block-text .social-contacts .menu-item.social-li a {
  background-image: url("images/social-li-dark.svg");
}
.contact-container .modules .module .module-block .block-text .social-contacts .menu-item.social-in a {
  background-image: url("images/social-in-dark.svg");
}
.contact-container .modules .module .module-block .block-text .social-contacts .menu-item.social-mail a {
  background-image: url("images/social-email.svg");
}
@media print {
  .contact-container .modules .module .module-block .block-text .social-contacts .menu-item {
      padding-bottom: 20px;
      line-height: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .modules .module .module-block .block-text .social-contacts .menu-item {
      padding-bottom: 20px;
      line-height: 36px;
  }
}
.contact-container .modules .module .module-block .block-text .social-contacts .menu-item a {
  padding-left: 50px;
}
.contact-container .modules .module .module-block.module-block-image .module-block-image-container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1025px) {
  .contact-container .modules .module .module-block.module-block-image .module-block-image-container {
      position: absolute;
      left: 50%;
      top: 0;
      width: 50%;
      height: 100%;
  }
}
@media print {
  .contact-container .modules .module .module-block.module-block-image .module-block-image-container {
      position: relative;
  }
  .contact-container .modules .module .module-block.module-block-image .module-block-image-container:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.95906%;
  }
  .contact-container .modules .module .module-block.module-block-image .module-block-image-container > .content {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-container .modules .module .module-block.module-block-image .module-block-image-container {
      position: relative;
  }
  .contact-container .modules .module .module-block.module-block-image .module-block-image-container:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.95906%;
  }
  .contact-container .modules .module .module-block.module-block-image .module-block-image-container > .content {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
}
@media only screen and (min-width: 1367px), (max-width: 1024px) and (min-width: 768px) {
  .contact-col {
      display: block;
      float: left;
      width: 50%;
  }
}
@media only screen and (min-width: 1367px) {
  .contact-col {
      float: right;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-col:first-child {
      padding-right: 0;
  }
}
@media only screen and (min-width: 1367px) {
  .contact-col:first-child {
      padding-left: 15px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .contact-col:first-child {
      width: 57%;
      padding-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .contact-col:last-child {
      padding-left: 0;
  }
}
@media only screen and (min-width: 1367px) {
  .contact-col:last-child {
      padding-right: 15px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .contact-col:last-child {
      width: 43%;
      padding-left: 0px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .contact-col:last-child {
      padding-top: 45px;
  }
}
.contact-col .contact-block {
  margin-bottom: 40px;
}
.contact-col .contact-block:last-child {
  margin-bottom: 0;
}
.contact-col .contact-block .block-text {
  word-wrap: break-word;
}
@media print {
  .contact-col .contact-block {
      margin-bottom: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-col .contact-block {
      margin-bottom: 36px;
  }
}
.contact-col .contact-block a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.funds-container .page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffb700;
  text-align: center;
  color: #fff;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}
.funds-container .page-header.default-bg {
  background-image: url("images/home-header-burst.svg");
  background-position: center right;
}
.funds-container .page-header:not(.default-bg).center_right {
  background-position: center right;
}
.funds-container .page-header:not(.default-bg).center_left {
  background-position: center left;
}
.funds-container .page-header .page-header-content {
  padding: 140px 0;
}
@media only screen and (max-width: 767px) {
  .funds-container .page-header .page-header-content {
      padding: 21px 0;
  }
}
.funds-container .page-header .page-title {
  max-width: 15em;
  margin: 0 auto;
}
.funds-container .page-header .page-subtitle {
  font-family: "GT-Walsheim-Regular";
  font-size: 28px;
  line-height: 42px;
  max-width: 33em;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .funds-container .page-header .page-subtitle {
      font-size: 18px;
      line-height: 26px;
  }
}
@media print {
  .funds-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .funds-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
.funds-container .page-header .fake-table {
  position: relative;
}
@media print {
  .funds-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .funds-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .funds-container .page-header {
      padding: 0 30px;
  }
}
.funds-container .page-header .page-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .funds-container .page-header .page-title {
      font-size: 40px;
      line-height: 45px;
  }
}
@media print {
  .funds-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .funds-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .funds-container .page-header .page-title {
      margin: 0 auto 0 0;
  }
}
@media print {
  .funds-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .funds-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
.funds-container .page-header .page-header-visibility {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  min-height: 58vh;
}
@media print {
  .funds-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 1024px) {
  .funds-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .funds-container .page-header .page-header-visibility {
      min-height: 40vh;
  }
}
.funds-container .page-header .fake-table {
  min-height: 54vh;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .funds-container .page-header .fake-table {
      min-height: 66vw;
  }
}
@media only screen and (max-width: 767px) {
  .funds-container .page-header .fake-table {
      min-height: 74vw;
  }
}
@media print {
  .funds-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 1024px) {
  .funds-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .funds-container .page-header .fake-cell {
      padding-top: 90px;
  }
}
@media print {
  .funds-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .funds-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .funds-container .page-header {
      padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .funds-container .page-header .page-title {
      max-width: none;
  }
}
@media print {
  .funds-container .page-header .page-header-content {
      padding: 60px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .funds-container .page-header .page-header-content {
      padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .funds-container .page-header .page-header-content {
      padding: 30px 0;
  }
}
.funds-container .question {
  position: relative;
}
.funds-container .question .expand-title {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.funds-container .question .expand-title:after {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-left: 9px;
  width: 15px;
  height: 1em;
  max-height: 14px;
  margin-top: -4px;
  background-image: url("images/question.svg");
}
@supports (-ms-ime-align: auto) {
  .funds-container .question .expand-title:after {
      background-size: 100% 100%;
  }
}
.funds-container .question .expand-area {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  transition: top 250ms ease-out, opacity 250ms ease-out;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  width: calc(100% - 10px);
  background-color: #fff;
  opacity: 0;
  box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  min-width: 90px;
  z-index: 10;
}
.funds-container .question .expand-area.active {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
.funds-container .question .expand-area:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 6px solid #fff;
}
.funds-container .question .expand-area.active {
  top: calc(100% + 10px);
}
.funds-container .question .expand-area .expand-area-interior {
  padding: 14px;
}
.funds-container .question .expand-area .expand-area-interior .tooltip-content h4 {
  font-weight: bold;
  margin: 0;
}
.funds-container .question .expand-area .expand-area-interior ul {
  margin-bottom: 0;
  padding-left: 16px;
}
.funds-container .footnote-wrapper {
  background-color: #f5f5f5;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .funds-container .footnote-wrapper {
      padding: 30px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .funds-container .footnote-wrapper .footnote {
      column-count: 2;
      column-gap: 5.6%;
      max-width: 1175px;
  }
}
.funds-container .footnote-wrapper .footnote p {
  padding: 0;
  margin-bottom: 1em;
}
.funds-list .fund {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 150px;
}
.funds-list .fund:hover .fund-arrow-link,
.funds-list .fund:focus .fund-arrow-link {
  border: 1px solid #1f204a;
  background-color: #1f204a;
}
.funds-list .fund:hover .fund-arrow-link svg .st0,
.funds-list .fund:focus .fund-arrow-link svg .st0 {
  stroke: white;
}
@media only screen and (min-width: 1025px) {
  .funds-list .fund {
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .funds-list .fund {
      padding: 30px 30px;
  }
}
.funds-list .fund:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.funds-list .fund:nth-child(even) {
  background-color: #f5fbfd;
}
.funds-list .fund .fund-stats {
  display: inline-block;
}
@media only screen and (min-width: 1281px) {
  .funds-list .fund .fund-stats {
      padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .funds-list .fund .fund-stats.with-as-of .fund-stat:first-child {
      padding-bottom: 20px;
  }
}
.funds-list .fund .fund-stat {
  display: inline-block;
  word-break: keep-all;
  position: relative;
  vertical-align: top;
  margin-right: 37px;
  margin-bottom: 22px;
  min-width: 240px;
}
.funds-list .fund .fund-stat h4 {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .funds-list .fund .fund-stat h4 {
      font-size: 12px !important;
  }
}
.funds-list .fund .fund-stat .overview-value {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  font-family: "GT-Walsheim-Thin";
  display: block;
  line-height: 1.28em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .funds-list .fund .fund-stat .overview-value {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .funds-list .fund .fund-stat .overview-value {
      line-height: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .funds-list .fund .fund-stat .overview-value {
      padding-right: 1.5em;
      margin-top: 2px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .funds-list .fund .fund-stat .overview-value {
      padding-right: 12px;
      font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .funds-list .fund .fund-stat .overview-value {
      line-height: 1.2em;
  }
}
.funds-list .fund .fund-stat .overview-value .as-of {
  display: block;
  color: #ccccd7;
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
}
@media only screen and (min-width: 768px) {
  .funds-list .fund .fund-stat .overview-value .as-of {
      position: absolute;
      height: 20px;
      overflow: visible;
      left: 0;
      bottom: 0;
      width: 100%;
  }
}
@media (min-width: 420px) {
  .funds-list .fund .fund-stat {
      min-width: 180px;
  }
}
@media only screen and (min-width: 1025px) {
  .funds-list .fund .fund-stat {
      margin-right: 0px;
      margin-bottom: 0px;
  }
}
.funds-list .fund .fund-stat .overview-value {
  font-family: "GT-Walsheim-Light";
  font-size: 25px;
}
@media only screen and (max-width: 1366px) {
  .funds-list .fund .fund-stat .overview-value {
      font-size: 18px !important;
  }
}
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .funds-list .fund .fund-stat .overview-value {
      font-size: 20px;
  }
}
.funds-list .fund .fund-stat .overview-value .as-of {
  position: relative;
}
.funds-list .fund .fund-stat .overview-value.triangle-up,
.funds-list .fund .fund-stat .overview-value.triangle-down {
  position: relative;
}
.funds-list .fund .fund-stat .overview-value.triangle-up:before,
.funds-list .fund .fund-stat .overview-value.triangle-down:before {
  content: "\25b2";
  display: inline;
  font-size: 12px;
  transform: scaleX(1.5);
  transform-origin: center;
}
.funds-list .fund .fund-stat .overview-value.triangle-up .as-of,
.funds-list .fund .fund-stat .overview-value.triangle-down .as-of {
  margin-top: -5px;
}
.funds-list .fund .fund-stat .overview-value.triangle-down:before {
  content: "\25bc";
}
.funds-list .fund .fund-list__header {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.funds-list .fund .fund-list__header h2 {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  .funds-list .fund .fund-list__header {
      width: 36vw;
      margin-bottom: 0;
  }
}
.funds-list .fund .fund-header-img {
  background-size: cover;
  background-position: center center;
  border-radius: 999px;
  display: inline-block;
  height: 127px;
  width: 127px;
  min-width: 127px;
  margin-right: 2em;
  vertical-align: middle;
}
@media only screen and (max-width: 1366px) {
  .funds-list .fund .fund-header-img {
      height: 72px;
      width: 72px;
      min-width: 72px;
  }
}
.funds-list .fund .fund-stats-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .funds-list .fund .fund-stats-container {
      flex-direction: row;
  }
}
.funds-list .fund .fund-stats-container > div:last-child {
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .funds-list .fund .fund-stats-container > div:last-child {
      justify-content: space-between;
      flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1025px) {
  .funds-list .fund .fund-stats-container .fund-stats:nth-child(2) {
      order: 3;
  }
}
.funds-list .fund .fund-name {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  font-family: "GT-Walsheim-Regular";
  line-height: 1.25em !important;
  max-width: 10em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .funds-list .fund .fund-name {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .funds-list .fund .fund-name {
      line-height: 30px;
  }
}
@media print {
  .funds-list .fund .fund-name {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .funds-list .fund .fund-name {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .funds-list .fund .fund-name .fund-col-interior {
      padding-right: 30px;
  }
}
.funds-list .fund .fund-manager-thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-right: 4px;
}
.funds-list .fund .fund-manager-thumb:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .funds-list .fund .fund-manager-thumb:not(:first-child) {
      margin-left: 10px;
  }
}
@media print {
  .funds-list .fund .fund-manager-thumb:not(:first-child) {
      margin-left: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .funds-list .fund .fund-manager-thumb:not(:first-child) {
      margin-left: 8px;
  }
}
.funds-list .fund .fund-arrow-link {
  border: 1px solid #efefef;
  border-radius: 100%;
  height: 42px;
  position: absolute;
  right: 60px;
  width: 42px;
  text-align: center;
}
.funds-list .fund .fund-arrow-link svg {
  margin-top: 13px;
  margin-left: -1px;
}
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .funds-list .fund .fund-arrow-link {
      right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .funds-list .fund .fund-arrow-link {
      top: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .funds-list .fund .fund-arrow-link {
      bottom: 30px;
      right: 30px;
  }
}
.fund-overlay-link {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
.fund-stat--category {
  width: 16vw;
}
.fund-stat--managers {
  width: 20vw;
}
.fund-stat--nav {
  width: 14vw;
}
@media (max-width: 480px) {
  .funds-list .fund .fund-stat.fund-stat--nav {
      margin-right: 0;
  }
}
.fund-container .fund-stats {
  justify-content: space-between;
}
.fund-container .page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffb700;
  text-align: center;
  color: #fff;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}
.fund-container .page-header.default-bg {
  background-image: url("images/home-header-burst.svg");
  background-position: center right;
}
.fund-container .page-header:not(.default-bg).center_right {
  background-position: center right;
}
.fund-container .page-header:not(.default-bg).center_left {
  background-position: center left;
}
.fund-container .page-header .page-header-content {
  padding: 140px 0;
}
@media only screen and (max-width: 767px) {
  .fund-container .page-header .page-header-content {
      padding: 21px 0;
  }
}
.fund-container .page-header .page-title {
  max-width: 15em;
  margin: 0 auto;
}
.fund-container .page-header .page-subtitle {
  font-family: "GT-Walsheim-Regular";
  font-size: 28px;
  line-height: 42px;
  max-width: 33em;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .fund-container .page-header .page-subtitle {
      font-size: 18px;
      line-height: 26px;
  }
}
@media print {
  .fund-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
.fund-container .page-header .fake-table {
  position: relative;
}
@media print {
  .fund-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .page-header {
      padding: 0 30px;
  }
}
.fund-container .page-header .page-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .fund-container .page-header .page-title {
      font-size: 40px;
      line-height: 45px;
  }
}
@media print {
  .fund-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .page-header .page-title {
      margin: 0 auto 0 0;
  }
}
@media print {
  .fund-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
.fund-container .page-header .page-header-visibility {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  min-height: 58vh;
}
@media print {
  .fund-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .page-header .page-header-visibility {
      min-height: 40vh;
  }
}
.fund-container .page-header .fake-table {
  min-height: 54vh;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fund-container .page-header .fake-table {
      min-height: 66vw;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .page-header .fake-table {
      min-height: 74vw;
  }
}
@media print {
  .fund-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .page-header .fake-cell {
      padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .page-header {
      padding: 0;
      text-align: left;
  }
  .fund-container .page-header .page-title {
      margin: 0;
      padding: 0 30px;
  }
}
.fund-container .question {
  position: relative;
}
.fund-container .question .expand-title {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.fund-container .question .expand-title:after {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-left: 9px;
  width: 15px;
  height: 1em;
  max-height: 14px;
  margin-top: -4px;
  background-image: url("images/question.svg");
}
@supports (-ms-ime-align: auto) {
  .fund-container .question .expand-title:after {
      background-size: 100% 100%;
  }
}
.fund-container .question .expand-area {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  transition: top 250ms ease-out, opacity 250ms ease-out;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  width: calc(100% - 10px);
  background-color: #fff;
  opacity: 0;
  box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  min-width: 90px;
  z-index: 10;
}
.fund-container .question .expand-area.active {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
.fund-container .question .expand-area:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 6px solid #fff;
}
.fund-container .question .expand-area.active {
  top: calc(100% + 10px);
}
.fund-container .question .expand-area .expand-area-interior {
  padding: 14px;
}
.fund-container .question .expand-area .expand-area-interior .tooltip-content h4 {
  font-weight: bold;
  margin: 0;
}
.fund-container .question .expand-area .expand-area-interior ul {
  margin-bottom: 0;
  padding-left: 16px;
}
.fund-container .question .expand-title {
  padding-right: 18px;
}
.fund-container .modules:not(.outro-modules) {
  position: relative;
  padding-top: 60px;
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module {
      padding: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module {
      padding: 48px;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block {
  padding: 0 60px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block {
      padding: 0 48px;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block {
      padding: 30px 30px;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text ul {
  padding: 0;
  margin-left: 1.02em;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text ul li {
  padding-bottom: 40px;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text ul li:last-child {
  padding: 0;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .module-block-interior {
  max-width: 900px;
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-1 {
      padding-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block .module-block-interior.with-footnote {
      padding-bottom: 100px;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block .module-block-interior.with-footnote.with-footnote-longer {
      padding-bottom: 150px;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block .module-block-interior.with-footnote.with-footnote-longest {
      padding-bottom: 240px;
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block .footnote:not(.relative) {
      position: absolute;
      padding: 60px;
      bottom: 0;
      left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block .footnote:not(.relative) {
      padding: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block .footnote.relative {
      padding-top: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block .footnote.relative {
      padding-top: 0px;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .module-block .footnote {
      padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .module-block .footnote {
      padding-top: 30px;
  }
}
.fund-container .modules:not(.outro-modules) .module .block-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-button {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #1f204a;
  border-radius: 0;
  color: #1f204a;
  font-family: "GT-Walsheim-Regular";
  font-size: 25px;
  line-height: 28px;
  font-family: "GT-Walsheim-Thin";
  line-height: 0.5em;
  height: 40px;
  border-bottom: 1px solid #1f204a;
  padding: 0;
  width: 100%;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-button::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-button::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-button.input-error {
  border-color: red;
  color: red;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-button.input-error::-moz-placeholder {
  color: red;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-button.input-error::-webkit-input-placeholder {
  color: red;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-button:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-button:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .ui-selectmenu-button {
      font-size: 16px;
      line-height: 20px;
  }
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-button.ui-selectmenu-button-open {
  border-bottom: none;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-button .ui-selectmenu-text {
  margin: 0;
  padding-top: 10px;
  padding-right: 30px;
  color: #1f204a;
  height: 100%;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-button .ui-selectmenu-text.placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  float: none;
  right: 0px;
  top: 0px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  width: 30px;
  height: 100%;
  background-color: transparent;
  color: transparent;
  background-image: url("images/select-drop-b.svg");
  width: 24px;
  background-size: 18px auto;
}
@supports (-ms-ime-align: auto) {
  .fund-container .modules:not(.outro-modules) .ui-selectmenu-button .ui-selectmenu-icon {
      background-size: 100% 100%;
  }
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-menu {
  transition: opacity 250ms ease-out;
  background: #fff;
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.1);
  border: none;
  display: block;
  pointer-events: none;
  opacity: 0;
  max-height: 300px;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-menu {
  overflow-y: hidden;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-menu:not(.transitioning) {
  overflow-y: auto !important;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-menu::-webkit-scrollbar {
  width: 4px;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-menu::-webkit-scrollbar-track {
  background-color: rgba(31, 32, 74, 0.2);
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-menu::-webkit-scrollbar-thumb {
  background-color: rgba(31, 32, 74, 0.5);
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-menu .ui-menu-item {
  font-family: "GT-Walsheim-Medium";
  font-size: 20px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  color: #1f204a;
  min-height: 0;
  height: auto;
  line-height: 82px;
  line-height: 40px;
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #f4f4f7;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .ui-selectmenu-menu .ui-menu-item {
      font-size: 14px;
      line-height: 25px;
  }
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-menu .ui-menu-item.ui-state-disabled {
  display: none;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
  min-height: 82px;
  padding: 0;
  padding-left: 20px;
  display: block;
  min-height: 40px;
  padding: 5px 5px 5px 20px;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper:focus {
  outline: none;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  padding: 0;
  margin: 0;
  background-color: rgba(31, 32, 74, 0.02);
  padding-left: 20px;
  padding: 5px 5px 5px 20px;
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
      padding-top: 7px;
  }
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-menu .ui-menu-item:last-child {
  border: none;
}
.fund-container .modules:not(.outro-modules) .ui-selectmenu-menu.ui-selectmenu-open {
  opacity: 1;
  pointer-events: all;
}
.fund-container .modules:not(.outro-modules) .module-nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #8fd7e8;
}
@media print {
  .fund-container .modules:not(.outro-modules) .module-nav {
      font-family: "GT-Walsheim-Medium";
      font-size: 20px;
      line-height: 25px;
      display: block;
      color: #fff;
      pointer-events: all;
  }
  .fund-container .modules:not(.outro-modules) .module-nav:after {
      content: "";
      position: absolute;
      right: 40px;
      top: 0;
      width: 18px;
      height: 60px;
      background-size: 18px auto;
      background-position: 0 33px;
      background-repeat: no-repeat;
      background-image: url("images/select-drop-w.svg");
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module-nav {
      font-family: "GT-Walsheim-Medium";
      font-size: 20px;
      line-height: 25px;
      display: block;
      color: #fff;
  }
  .fund-container .modules:not(.outro-modules) .module-nav:after {
      content: "";
      position: absolute;
      right: 40px;
      top: 0;
      width: 18px;
      height: 60px;
      background-size: 18px auto;
      background-position: 0 33px;
      background-repeat: no-repeat;
      background-image: url("images/select-drop-w.svg");
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module-nav:after {
      right: 30px;
  }
}
.fund-container .modules:not(.outro-modules) .module-nav.fixed {
  position: fixed;
  top: 110px;
  width: 100%;
  z-index: 11;
}
@media only screen and (min-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module-nav.fixed {
      top: 60px;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module-nav.fixed {
      top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module-nav.fixed {
      top: 90px;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module-nav.active {
      z-index: 10;
  }
  .fund-container .modules:not(.outro-modules) .module-nav.active:after {
      background-image: url("images/select-drop-up-w.svg");
  }
  .fund-container .modules:not(.outro-modules) .module-nav.active .module-nav-display {
      opacity: 0;
      pointer-events: none;
  }
  .fund-container .modules:not(.outro-modules) .module-nav.active .module-nav-items {
      opacity: 1;
      pointer-events: all;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module-nav.active {
      z-index: 10;
  }
  .fund-container .modules:not(.outro-modules) .module-nav.active:after {
      background-image: url("images/select-drop-up-w.svg");
  }
  .fund-container .modules:not(.outro-modules) .module-nav.active .module-nav-display {
      opacity: 0;
      pointer-events: none;
  }
  .fund-container .modules:not(.outro-modules) .module-nav.active .module-nav-items {
      opacity: 1;
      pointer-events: all;
  }
}
.fund-container .modules:not(.outro-modules) .module-nav .module-nav-display {
  transition: all 250ms ease-out;
  opacity: 1;
  pointer-events: all;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-display {
      display: none;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-display {
      padding-left: 40px;
      padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-display {
      padding-left: 30px;
      padding-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-items {
      display: flex;
      justify-content: center;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-items {
      transition: all 250ms ease-out;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      pointer-events: none;
      background-color: #8fd7e8;
      padding-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-items {
      transition: all 250ms ease-out;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      pointer-events: none;
      background-color: #8fd7e8;
      padding-top: 24px;
  }
}
.fund-container .modules:not(.outro-modules) .module-nav .module-nav-item {
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-item {
      transition: background-color 250ms ease-out;
      font-family: "GT-Walsheim-Medium";
      font-size: 25px;
      line-height: 28px;
      font-size: 16px;
      height: 60px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-item {
      font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-item {
      line-height: 16px;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-item {
      padding-bottom: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-item {
      padding-bottom: 24px;
      padding-top: 20px;
      margin-top: -20px;
  }
}
.fund-container .modules:not(.outro-modules) .module-nav .module-nav-item .module-nav-item-inner {
  transition: opacity 600ms ease-out;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-item .module-nav-item-inner {
      padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-item .module-nav-item-inner {
      padding-left: 40px;
      padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-item .module-nav-item-inner {
      padding-left: 30px;
      padding-right: 30px;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-item .module-nav-item-inner {
      text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-item .module-nav-item-inner {
      text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-item.active {
      background-color: #1f204a;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-item.active .module-nav-item-inner {
      opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module-nav .module-nav-item.active .module-nav-item-inner {
      opacity: 1;
  }
}
.fund-container .modules:not(.outro-modules) .module-nav .module-nav-scrollbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.fund-container .modules:not(.outro-modules) .module-nav .module-nav-scrollbar .module-nav-scrollbar-inner {
  transition: width 150ms ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ca054d;
}
.fund-container .modules:not(.outro-modules) .fund-stats {
  display: flex;
  padding: 40px 60px;
  background-color: rgba(31, 32, 74, 0.02);
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .fund-stats {
      padding: 35px 60px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .fund-stats {
      justify-content: space-between;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .fund-stats {
      flex-wrap: wrap;
      padding: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .fund-stats {
      flex-wrap: wrap;
      padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .fund-stats {
      display: block;
      padding: 30px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .fund-stats.with-as-of .fund-stat {
      padding-bottom: 16px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .fund-stats.with-as-of .fund-stat {
      padding-bottom: 20px;
  }
}
.fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class {
  flex: 1.66667;
  padding-right: 100px;
}
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class {
      flex: none;
  }
}
.fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class h4 {
  margin-bottom: 0;
}
@media print {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class {
      flex: 0 0 100%;
      padding-right: calc(50% + 40px);
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class {
      flex: 0 0 100%;
      padding-right: calc(50% + 40px);
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class {
      width: 100%;
      margin-bottom: 30px;
      padding-right: 0;
  }
}
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class .ui-selectmenu-button {
      height: 48px;
      display: inline-block;
      position: relative;
  }
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class .ui-selectmenu-button .ui-selectmenu-icon {
      top: 8px;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class .ui-selectmenu-text {
      font-family: "GT-Walsheim-Light";
      font-size: 35px;
      line-height: 40px;
      font-family: "GT-Walsheim-Thin";
      padding-top: 0;
  }
}
@media print and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class .ui-selectmenu-text {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class .ui-selectmenu-text {
      font-family: "GT-Walsheim-Light";
      font-size: 35px;
      line-height: 40px;
      font-family: "GT-Walsheim-Thin";
      padding-top: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1025px) and (max-width: 1366px), only screen and (max-width: 1024px) and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class .ui-selectmenu-text {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class .ui-selectmenu-text {
      line-height: 30px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-share-class .ui-selectmenu-text {
      line-height: 40px;
      font-size: 33px;
  }
}
.fund-container .modules:not(.outro-modules) .fund-stats .fund-stat {
  position: relative;
  flex: 1;
  padding-right: 40px;
}
.fund-container .modules:not(.outro-modules) .fund-stats .fund-stat h4 {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat h4 {
      font-size: 12px !important;
  }
}
.fund-container .modules:not(.outro-modules) .fund-stats .fund-stat .overview-value {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  font-family: "GT-Walsheim-Thin";
  display: block;
  line-height: 1.28em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat .overview-value {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat .overview-value {
      line-height: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat .overview-value {
      padding-right: 1.5em;
      margin-top: 2px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat .overview-value {
      padding-right: 12px;
      font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat .overview-value {
      line-height: 1.2em;
  }
}
.fund-container .modules:not(.outro-modules) .fund-stats .fund-stat .overview-value .as-of {
  display: block;
  color: #ccccd7;
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
}
@media only screen and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat .overview-value .as-of {
      position: absolute;
      height: 20px;
      overflow: visible;
      left: 0;
      bottom: 0;
      width: 100%;
  }
}
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat {
      flex: none;
      padding-right: 10px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat {
      padding-right: 10px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat {
      padding-right: 30px;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat {
      flex: 0 0 auto;
      margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat {
      flex: 0 0 auto;
      margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat {
      flex: 0 0 40%;
      width: 100%;
      margin-top: 20px;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat:first-child {
      flex: 0 0 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat:first-child {
      flex: 0 0 60%;
  }
}
.fund-container .modules:not(.outro-modules) .fund-stats .fund-stat .overview-value {
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .fund-stats .fund-stat .overview-value {
      font-size: 33px;
  }
}
.fund-container .modules:not(.outro-modules) .fund-intro {
  padding: 60px;
  display: flex;
  border-bottom: 1px solid #ebebef;
}
@media print {
  .fund-container .modules:not(.outro-modules) .fund-intro {
      flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .fund-intro {
      flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .fund-intro {
      padding: 30px 30px;
  }
}
.fund-container .modules:not(.outro-modules) .fund-intro .fund-intro-col {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 55px;
  flex: 1;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .fund-intro .fund-intro-col {
      font-size: 18px;
      line-height: 27px;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .fund-intro .fund-intro-col {
      flex: 0 0 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .fund-intro .fund-intro-col {
      flex: 0 0 100%;
  }
}
.fund-container .modules:not(.outro-modules) .fund-intro .fund-intro-col.fund-intro-col--video {
  text-align: right;
}
.fund-container .modules:not(.outro-modules) .fund-intro .fund-intro-col.fund-intro-col--video iframe {
  position: relative;
  width: calc(100% - 60px);
}
@media print {
  .fund-container .modules:not(.outro-modules) .fund-intro .fund-intro-col.fund-intro-col--video iframe {
      width: 100%;
      margin-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .fund-intro .fund-intro-col.fund-intro-col--video iframe {
      width: 100%;
      margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .fund-intro .fund-intro-col.fund-intro-col--video iframe {
      margin-top: 30px;
  }
}
.careers-container .careers-col.careers-col--video {
  text-align: center;
}
.careers-container .modules:not(.outro-modules) .careers-col.careers-col--video iframe {
  position: relative;
  width: 100%;
}
@media print {
  .careers-container .modules:not(.outro-modules) .careers-col.careers-col--video iframe {
      width: 100%;
      margin-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .modules:not(.outro-modules) .careers-col.careers-col--video iframe {
      width: 100%;
      margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules:not(.outro-modules) .careers-col.careers-col--video iframe {
      margin-top: 30px;
  }
}
.fund-container .modules:not(.outro-modules) .module {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block {
      display: block;
      float: left;
      width: 50%;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .fund-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .fund-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      background-color: #8fd7e8;
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .fund-container .modules:not(.outro-modules) .module .module-block.module-block-1.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-2 .footnote:not(.relative) {
      left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .fund-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .fund-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .fund-container .modules:not(.outro-modules) .module .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module:nth-child(odd) .module-block.module-block-1:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module:nth-child(even) .module-block.module-block-2:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-2 {
      padding-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block .module-block-interior.with-footnote.with-footnote-longest {
      padding-bottom: 260px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block .module-block-interior.with-footnote.with-footnote-longest {
      padding-bottom: 320px;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-lead_text .block-title-outer {
  margin-bottom: 70px;
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-lead_text .block-title-outer {
      margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-lead_text .block-title-outer {
      margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-lead_text .block-title-outer {
      margin-bottom: 45px;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-lead_text .block-text {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 55px;
  max-width: 23em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-lead_text .block-text {
      font-size: 18px;
      line-height: 27px;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-lead_text .block-text p a,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-lead_text .block-text ul:not(.social-contacts) a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-lead_text .block-text strong,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-lead_text .block-text b {
  font-family: "GT-Walsheim-Medium";
  font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-lead_text .block-text {
      margin-top: -0.22em;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-lead_text .block-text {
      margin-top: -0.1em;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block .block-timestamp {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  opacity: 0.33;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  margin-top: 70px;
  max-width: 45em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text {
      font-size: 14px;
      line-height: 25px;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text p a,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text ul:not(.social-contacts) a,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text p a,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text ul:not(.social-contacts) a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text strong,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text b,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text strong,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text b {
  font-family: "GT-Walsheim-Medium";
  font-weight: normal;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text[data-js="expand-drawers"],
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text[data-js="expand-drawers"] {
  max-width: none;
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text {
      margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text {
      margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text {
      margin-top: 45px;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text h4,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text h4 {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text h4,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text h4 {
      margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text h4,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text h4 {
      margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text h4,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text h4 {
      font-family: "GT-Walsheim-Light";
      font-size: 15px;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text h4:first-of-type,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text h4:first-of-type {
  margin-top: 0;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text h5,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text h5 {
  font-family: "GT-Walsheim-Medium";
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 7px;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text p,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text p {
  margin-bottom: 40px;
  padding-bottom: 0;
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text p,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text p {
      margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text p,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text p {
      margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text p,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text p {
      font-family: "GT-Walsheim-Light";
      font-size: 35px;
      line-height: 55px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1366px), only screen and (max-width: 767px) and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text p,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text p {
      font-size: 18px;
      line-height: 27px;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text .overview-value,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text .overview-value {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  font-family: "GT-Walsheim-Thin";
  display: block;
  margin-top: -18px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text .overview-value,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text .overview-value {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text .overview-value,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text .overview-value {
      line-height: 30px;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text .overview-value.margin-bottom,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text .overview-value.margin-bottom {
  margin-bottom: 0;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-text .block-text .cta-small,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-fund_overview .block-text .cta-small {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
  display: inline-block;
  border-bottom: 1px solid #1f204a;
  opacity: 0.5;
  display: inline-block;
  margin-top: -18px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-managers:not(.size-1) {
      display: flex;
      flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info:only-child {
      display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info:not(:only-child):not(:first-child) {
      padding-top: 52px;
  }
}
@media only screen and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info:not(:only-child) {
      flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info:not(:only-child) .portfolio-manager-name {
      margin-bottom: 10px !important;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info:not(:only-child) .portfolio-manager-thumb {
  max-width: 99px;
}
@media only screen and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info:not(:only-child) .portfolio-manager-info-right {
      padding-top: 24px;
      padding-right: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info {
      display: block;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info .portfolio-manager-info-left {
  flex: 0 0 40%;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info .portfolio-manager-info-left {
      width: 100%;
      margin-bottom: 20px;
      padding-right: 0;
      flex: none;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info .portfolio-manager-info-left:after {
      content: "";
      display: block;
      clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info .portfolio-manager-info-left .portfolio-manager-title-name {
      float: right;
      width: 70%;
      padding-left: 30px;
      height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container
      .modules:not(.outro-modules)
      .module
      .module-block.module-block-portfolio_manager
      .portfolio-manager
      .portfolio-manager-info
      .portfolio-manager-info-left
      .portfolio-manager-title-name
      .portfolio-manager-title-name-inner {
      vertical-align: middle;
  }
}
.fund-container
  .modules:not(.outro-modules)
  .module
  .module-block.module-block-portfolio_manager
  .portfolio-manager
  .portfolio-manager-info
  .portfolio-manager-info-left
  .portfolio-manager-title-name
  .portfolio-manager-title-name-inner
  .portfolio-manager-title {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fund-container
      .modules:not(.outro-modules)
      .module
      .module-block.module-block-portfolio_manager
      .portfolio-manager
      .portfolio-manager-info
      .portfolio-manager-info-left
      .portfolio-manager-title-name
      .portfolio-manager-title-name-inner
      .portfolio-manager-title {
      margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container
      .modules:not(.outro-modules)
      .module
      .module-block.module-block-portfolio_manager
      .portfolio-manager
      .portfolio-manager-info
      .portfolio-manager-info-left
      .portfolio-manager-title-name
      .portfolio-manager-title-name-inner
      .portfolio-manager-title {
      margin-top: 10px;
  }
}
.fund-container
  .modules:not(.outro-modules)
  .module
  .module-block.module-block-portfolio_manager
  .portfolio-manager
  .portfolio-manager-info
  .portfolio-manager-info-left
  .portfolio-manager-title-name
  .portfolio-manager-title-name-inner
  .portfolio-manager-name {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  font-family: "GT-Walsheim-Thin";
  margin-bottom: 20px;
  line-height: 1.2em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .fund-container
      .modules:not(.outro-modules)
      .module
      .module-block.module-block-portfolio_manager
      .portfolio-manager
      .portfolio-manager-info
      .portfolio-manager-info-left
      .portfolio-manager-title-name
      .portfolio-manager-title-name-inner
      .portfolio-manager-name {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .fund-container
      .modules:not(.outro-modules)
      .module
      .module-block.module-block-portfolio_manager
      .portfolio-manager
      .portfolio-manager-info
      .portfolio-manager-info-left
      .portfolio-manager-title-name
      .portfolio-manager-title-name-inner
      .portfolio-manager-name {
      line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container
      .modules:not(.outro-modules)
      .module
      .module-block.module-block-portfolio_manager
      .portfolio-manager
      .portfolio-manager-info
      .portfolio-manager-info-left
      .portfolio-manager-title-name
      .portfolio-manager-title-name-inner
      .portfolio-manager-name {
      margin-bottom: 0;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info .portfolio-manager-info-left .portfolio-manager-thumb {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  width: 66.666%;
  border-radius: 50%;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info .portfolio-manager-info-left .portfolio-manager-thumb:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info .portfolio-manager-info-left .portfolio-manager-thumb > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info .portfolio-manager-info-right .portfolio-manager-blurb {
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  margin-bottom: 30px;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-info .portfolio-manager-info-right .cta {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  border-bottom: 1px solid #1f204a;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed {
      margin-top: 50px;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .button-full-width {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .button-full-width {
      display: none;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-outer {
      max-height: 200px;
      overflow-y: hidden;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-outer.footnote,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-outer.cut-off-full {
      max-height: 0;
      padding-top: 0;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-outer.cut-off-complete {
      max-height: 10000px;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-outer.active {
      max-height: 10000px;
      padding-top: 30px;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-outer.active.cut-off-complete {
      padding-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-outer {
      max-height: 200px;
      overflow-y: hidden;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-outer.footnote,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-outer.cut-off-full {
      max-height: 0;
      padding-top: 0;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-outer.cut-off-complete {
      max-height: 10000px;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-outer.active {
      max-height: 10000px;
      padding-top: 30px;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-outer.active.cut-off-complete {
      padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-outer.cut-off-complete {
      max-height: 0;
      padding-top: 0;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-author {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets {
      zoom: 1;
      margin: 0 -10px 20px -10px;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets:before,
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets:after {
      content: "\0020";
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets:after {
      clear: both;
  }
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets:not(.masonried) {
      opacity: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets .tweet-outer {
      display: block;
      float: left;
      width: 50%;
      padding: 0 10px 20px;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets .tweet-outer {
      padding: 0 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets .tweet-outer {
      padding: 0 0 20px;
  }
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets .tweet-outer.init {
  opacity: 0;
  pointer-events: none;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets .tweet-outer .tweet {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  display: block;
  background-color: #f8f8fa;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets .tweet-outer .tweet .tweet-asset {
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets .tweet-outer .tweet .tweet-asset:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets .tweet-outer .tweet .tweet-asset > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets .tweet-outer .tweet .tweet-content {
  padding: 20px;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets .tweet-outer .tweet .tweet-content .highlight {
  color: #ffb700;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets .tweet-outer .tweet-outro {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  padding: 0 20px 20px 20px;
  color: #8c8da4;
  background-color: #f8f8fa;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets .tweet-outer .tweet-outro .tweet-name,
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets .tweet-outer .tweet-outro .tweet-date {
  display: inline;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweet-ctas {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-portfolio_manager .portfolio-manager .portfolio-manager-feed .tweets-cta {
  display: inline-block;
  border-bottom: 1px solid #1f204a;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-documents .data-table {
  margin-top: 40px;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-disclosures .fund-disclosures {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  color: #808098;
  margin-top: 30px;
}
.fund-container .modules:not(.outro-modules) .module .module-block.module-block-disclosures .fund-disclosures strong {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  line-height: 1.2em;
  color: #4c4d6e;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-disclosures .fund-disclosures strong {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-disclosures .fund-disclosures strong {
      font-size: 18px;
  }
}
@media only screen and (min-width: 1367px) {
  .fund-container .modules:not(.outro-modules) .module .module-block.module-block-disclosures .fund-disclosures {
      columns: 2;
      column-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module *[data-js="expand-drawers"] .drawer .drawer-title {
      cursor: pointer;
      border-top: 1px solid rgba(31, 32, 74, 0.08);
      padding-top: 25px;
  }
  .fund-container .modules:not(.outro-modules) .module *[data-js="expand-drawers"] .drawer .drawer-title h4 {
      position: relative;
      padding-right: 30px;
      margin-bottom: 25px;
  }
  .fund-container .modules:not(.outro-modules) .module *[data-js="expand-drawers"] .drawer .drawer-title h4:after {
      content: "";
      background-size: auto 7px;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/caret-down.svg");
      background-position: top right !important;
      position: absolute;
      right: 0;
      top: 8px;
      width: 30px;
      height: 7px;
  }
  @supports (-ms-ime-align: auto) {
      .fund-container .modules:not(.outro-modules) .module *[data-js="expand-drawers"] .drawer .drawer-title h4:after {
          background-size: 7px 4px;
      }
  }
  .fund-container .modules:not(.outro-modules) .module *[data-js="expand-drawers"] .drawer .drawer-inner {
      transition: all 250ms ease-out;
      position: relative;
      z-index: 0;
      pointer-events: none;
      max-height: 0;
      opacity: 0;
      overflow-y: hidden;
      padding-right: 30px;
  }
  .fund-container .modules:not(.outro-modules) .module *[data-js="expand-drawers"] .drawer.active .drawer-title h4:after {
      background-image: url("images/caret-up.svg");
  }
  .fund-container .modules:not(.outro-modules) .module *[data-js="expand-drawers"] .drawer.active .drawer-inner {
      position: relative;
      z-index: 1;
      pointer-events: initial;
      max-height: 10000px;
      opacity: 1;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module *[data-target="cut-off"] {
      max-height: 200px;
      overflow-y: hidden;
  }
  .fund-container .modules:not(.outro-modules) .module *[data-target="cut-off"].footnote,
  .fund-container .modules:not(.outro-modules) .module *[data-target="cut-off"].cut-off-full {
      max-height: 0;
      padding-top: 0;
  }
  .fund-container .modules:not(.outro-modules) .module *[data-target="cut-off"].cut-off-complete {
      max-height: 10000px;
  }
  .fund-container .modules:not(.outro-modules) .module *[data-target="cut-off"].active {
      max-height: 10000px;
      padding-top: 30px;
  }
  .fund-container .modules:not(.outro-modules) .module *[data-target="cut-off"].active.cut-off-complete {
      padding-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module *[data-target="cut-off"] {
      max-height: 200px;
      overflow-y: hidden;
  }
  .fund-container .modules:not(.outro-modules) .module *[data-target="cut-off"].footnote,
  .fund-container .modules:not(.outro-modules) .module *[data-target="cut-off"].cut-off-full {
      max-height: 0;
      padding-top: 0;
  }
  .fund-container .modules:not(.outro-modules) .module *[data-target="cut-off"].cut-off-complete {
      max-height: 10000px;
  }
  .fund-container .modules:not(.outro-modules) .module *[data-target="cut-off"].active {
      max-height: 10000px;
      padding-top: 30px;
  }
  .fund-container .modules:not(.outro-modules) .module *[data-target="cut-off"].active.cut-off-complete {
      padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module *[data-target="cut-off"].cut-off-complete {
      max-height: 0;
      padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .module .mobile-only {
      display: none !important;
  }
}
.fund-container .modules:not(.outro-modules) .module .accordion .data-table .data-table-item {
  background-color: rgba(255, 255, 255, 0);
  color: rgba(31, 32, 74, 0.61);
  padding: 0;
}
.fund-container .modules:not(.outro-modules) .module .cut-off-cta {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  border-bottom: 1px solid #1f204a;
  background-size: auto 7px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("images/caret-down.svg");
  margin-top: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .cut-off-cta {
      display: none;
  }
}
@supports (-ms-ime-align: auto) {
  .fund-container .modules:not(.outro-modules) .module .cut-off-cta {
      background-size: 7px 4px;
  }
}
.fund-container .modules:not(.outro-modules) .module .cut-off-cta.active {
  background-image: url("images/caret-up.svg");
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .team-block:not(:last-child) {
      margin-bottom: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .team-block {
      padding-bottom: 72px;
  }
  .fund-container .modules:not(.outro-modules) .module .team-block:last-child {
      padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1367px), (max-width: 1024px) and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .module .team-block .team-block-leader {
      display: block;
      float: left;
      width: 280px;
  }
}
@media only screen and (min-width: 1367px), (max-width: 1024px) and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .module .team-block .team-block-info {
      display: block;
      float: left;
      width: calc(100% - 280px);
      padding-left: 30px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .team-block .team-block-info {
      padding-left: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .team-block .team-block-info {
      margin-top: 21px;
  }
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-block-image-group {
  display: block;
  float: left;
  width: 94px;
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-block-title-group {
  display: block;
  float: left;
  width: calc(100% - 94px);
  padding-left: 20px;
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-block-title-group .team-block-name {
  font-family: "GT-Walsheim-Regular";
  font-size: 25px;
  line-height: 28px;
  font-family: "GT-Walsheim-Light";
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .team-block .team-block-title-group .team-block-name {
      font-size: 16px;
      line-height: 20px;
  }
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-block-title-group .team-block-position {
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  display: block;
}
@media only screen and (min-width: 768px) {
  .fund-container .modules:not(.outro-modules) .module .team-block .team-block-title-group .team-block-position {
      margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .team-block .team-block-title-group .team-block-position {
      font-size: 14px;
      line-height: 1.4em;
  }
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-block-image {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 100%;
  display: block;
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-block-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-block-image > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-block-image.team-block-type-aperture {
  background-image: url("images/logo-mark.svg");
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials {
  margin-top: 10px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .team-block .team-socials {
      padding-bottom: 12px;
  }
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .team-block-socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .team-block-socials li {
  display: inline-block;
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .team-block-socials li a {
  display: block;
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .team-social,
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .menu-item {
  display: inline-block;
  margin-right: 5px;
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .team-social a,
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .menu-item a {
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  height: 36px;
  display: block;
}
@supports (-ms-ime-align: auto) {
  .fund-container .modules:not(.outro-modules) .module .team-block .team-socials .team-social a,
  .fund-container .modules:not(.outro-modules) .module .team-block .team-socials .menu-item a {
      background-size: 100% 100%;
  }
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .team-social.social-fb a,
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .menu-item.social-fb a {
  background-image: url("images/social-fb-dark.svg");
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .team-social.social-tw a,
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .menu-item.social-tw a {
  background-image: url("images/social-tw-dark.svg");
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .team-social.social-li a,
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .menu-item.social-li a {
  background-image: url("images/social-li-dark.svg");
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .team-social.social-in a,
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .menu-item.social-in a {
  background-image: url("images/social-in-dark.svg");
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .team-social.social-mail a,
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .menu-item.social-mail a {
  background-image: url("images/social-email.svg");
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .team-social a,
.fund-container .modules:not(.outro-modules) .module .team-block .team-socials .menu-item a {
  width: 28px;
  height: 28px;
  background-size: 28px auto;
}
@supports (-ms-ime-align: auto) {
  .fund-container .modules:not(.outro-modules) .module .team-block .team-socials .team-social a,
  .fund-container .modules:not(.outro-modules) .module .team-block .team-socials .menu-item a {
      background-size: 28px 28px;
  }
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-block-content {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  max-width: 19em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .team-block .team-block-content {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .team-block .team-block-content {
      max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .team-block .team-block-content {
      max-width: 100%;
  }
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-block-ctas {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  margin-top: 21px;
}
.fund-container .modules:not(.outro-modules) .module .team-block .team-block-ctas .cta {
  display: inline-block;
  border-bottom: 1px solid #1f204a;
  margin-right: 40px;
}
@media only screen and (min-width: 1367px) {
  .fund-container .modules:not(.outro-modules) .module .team-block {
      margin-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .team-block {
      padding-bottom: 0;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .team-block:not(:last-child) {
      margin-bottom: 54px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .team-block:not(:last-child) {
      margin-bottom: 54px;
  }
}
.fund-container .modules:not(.outro-modules) .module .data-block .block-timestamp {
  padding-bottom: 20px;
}
.fund-container .modules:not(.outro-modules) .module .data-block:last-child .chart-wrapper.hideable.active {
  margin-bottom: 0;
}
.fund-container .modules:not(.outro-modules) .module .chart-wrapper {
  position: relative;
  margin-bottom: 60px;
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .chart-wrapper {
      margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .chart-wrapper {
      margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .chart-wrapper {
      margin-bottom: 45px;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .chart-wrapper.hideable {
      transition: max-height 250ms ease-out, opacity 250ms ease-out;
      max-height: 0;
      overflow-y: hidden;
      opacity: 0;
      margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .chart-wrapper.hideable {
      transition: max-height 250ms ease-out, opacity 250ms ease-out;
      max-height: 0;
      overflow-y: hidden;
      opacity: 0;
      margin-bottom: 0;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .chart-wrapper.hideable:not(.active) {
      min-height: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .chart-wrapper.hideable:not(.active) {
      min-height: 0 !important;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .chart-wrapper.hideable.active {
      max-height: 10000px;
      opacity: 1;
      margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .chart-wrapper.hideable.active {
      max-height: 10000px;
      opacity: 1;
      margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .chart-wrapper.hideable.active {
      margin-bottom: 45px;
  }
}
.fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-header {
      margin-bottom: 30px;
  }
}
.fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
  color: #ffb700;
}
.fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-title + .data-table {
  margin-top: 24px;
}
.fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-timestamp {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  opacity: 0.33;
  position: absolute;
  top: 28px;
}
.fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 600px) {
  .fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-tabs {
      margin-left: 0;
      margin-right: 0;
  }
}
.fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-tabs .chart-tab {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  flex: 0 0 50%;
  padding: 20px;
  height: 76px;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-tabs .chart-tab {
      font-size: 12px;
  }
}
.fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-tabs .chart-tab:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dedede;
}
.fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-tabs .chart-tab.active {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: 1px solid #1f204a;
}
.fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-tabs .chart-tab.active:after {
  content: none;
}
.fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-tabs .chart-tab .as-of {
  color: #ccccd7;
}
.fund-container .modules:not(.outro-modules) .module .chart-wrapper .chart-containers .chart-tab-container.inactive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.fund-container .modules:not(.outro-modules) .module .number-standalone {
  margin-top: -10px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .fund-container .modules:not(.outro-modules) .module .number-standalone {
      margin-top: 0;
      margin-bottom: 30px;
  }
}
.fund-container .modules:not(.outro-modules) .module .number-grid.twelvemonth {
  border-bottom: 1px solid #dedede;
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .number-grid.twelvemonth.hideable {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .number-grid.twelvemonth.hideable {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
  }
}
@media print {
  .fund-container .modules:not(.outro-modules) .module .number-grid.twelvemonth.hideable.active {
      max-height: 100000000px;
      opacity: 1;
      margin-bottom: 30px;
      overflow: visible;
  }
}
@media only screen and (max-width: 1024px) {
  .fund-container .modules:not(.outro-modules) .module .number-grid.twelvemonth.hideable.active {
      max-height: 100000000px;
      opacity: 1;
      margin-bottom: 30px;
      overflow: visible;
  }
}
.fund-container .modules:not(.outro-modules) .module .number-grid.twelvemonth .number-grid-row {
  border-top: 1px solid #dedede;
  padding: 12px 0 18px;
}
.fund-container .modules:not(.outro-modules) .module .number-grid.twelvemonth .number-small-header {
  color: #ccccd7;
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding-bottom: 8px;
}
.fund-container .modules:not(.outro-modules) .module .number-grid.twelvemonth .number-grid-item,
.fund-container .modules:not(.outro-modules) .module .number-grid.twelvemonth .number-grid-header {
  flex: 1 1 0;
}
.fund-container .modules:not(.outro-modules) .module .number-grid.twelvemonth .number-grid-item:not(:first-child) .number-grid-interior,
.fund-container .modules:not(.outro-modules) .module .number-grid.twelvemonth .number-grid-header:not(:first-child) .number-grid-interior {
  padding-left: 10px;
}
.fund-container .modules:not(.outro-modules) .module .number-grid.twelvemonth .number-grid-item {
  padding-bottom: 0;
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
  font-family: "GT-Walsheim-Light";
  line-height: 1.7em;
  line-height: 1em;
}
.fund-container .modules:not(.outro-modules) .module .number-grid.nav-number-grid {
  justify-content: flex-start;
}
.fund-container .modules:not(.outro-modules) .module .number-grid.nav-number-grid .number-grid-item {
  padding-top: 0px;
}
.fund-container .modules:not(.outro-modules) .module .number-grid .number-grid-header {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 12px;
  word-wrap: break-word;
  flex: 1 0 0;
}
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fund-container .modules:not(.outro-modules) .module .number-grid .number-grid-header {
      flex: 1 0 0;
      padding-right: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .fund-container .modules:not(.outro-modules) .module .number-grid .number-grid-header .expand-title {
      word-break: break-all;
  }
  .fund-container .modules:not(.outro-modules) .module .number-grid .number-grid-header .expand-area {
      width: 270px;
  }
  .fund-container .modules:not(.outro-modules) .module .number-grid .number-grid-header:not(:first-child) .expand-area {
      left: -120px;
  }
  .fund-container .modules:not(.outro-modules) .module .number-grid .number-grid-header:not(:first-child) .expand-area:before {
      left: 120px;
  }
  .fund-container .modules:not(.outro-modules) .module .number-grid .number-grid-header:nth-child(3) .expand-area {
      left: -160px;
  }
  .fund-container .modules:not(.outro-modules) .module .number-grid .number-grid-header:nth-child(3) .expand-area:before {
      left: 160px;
  }
}
.fund-container .modules:not(.outro-modules) .module .number-grid .number-grid-header .number-grid-interior {
  position: relative;
}
.fund-container .modules:not(.outro-modules) .module .number-grid .number-grid-item {
  flex: 1 1 0;
}
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fund-container .modules:not(.outro-modules) .module .number-grid .number-grid-item {
      flex: 0 0 30%;
      padding-right: 10px;
  }
}
.fund-container .modules:not(.outro-modules) .module .number-grid .number-grid-item .number-title {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
  display: block;
  display: block;
}
.fund-container .modules:not(.outro-modules) .module .number-grid .number-grid-item .number-title--blue {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Medium";
  color: #8fd7e8;
  display: block;
}
.fund-container .modules:not(.outro-modules) .module .button-full-width {
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  display: inline-block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  border: 1px solid #1f204a;
  text-align: center;
}
.fund-container .modules:not(.outro-modules) .module .button-full-width.purple {
  border: none;
  color: white;
  background-color: #babbc7;
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module .button-full-width[data-click="hideable"] {
      display: none;
  }
}
.fund-container .modules:not(.outro-modules) .module .button-full-width[data-click="hideable"].active {
  margin-bottom: 40px;
}
.fund-container .modules:not(.outro-modules) .module .button-full-width[data-click="hideable"].active .caret {
  background-image: url("images/caret-up.svg");
}
.fund-container .modules:not(.outro-modules) .module .button-full-width .caret {
  background-size: auto 7px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("images/caret-down.svg");
  padding: 0 20px;
}
@supports (-ms-ime-align: auto) {
  .fund-container .modules:not(.outro-modules) .module .button-full-width .caret {
      background-size: 7px 4px;
  }
}
@media only screen and (min-width: 1367px) {
  .fund-container .modules:not(.outro-modules) .module .footnote {
      columns: 1;
      column-gap: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module:nth-child(odd) .module-block.module-block-1:not(.module-block-color_block):before {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x.svg");
  }
  @supports (-ms-ime-align: auto) {
      .fund-container .modules:not(.outro-modules) .module:nth-child(odd) .module-block.module-block-1:not(.module-block-color_block):before {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .fund-container .modules:not(.outro-modules) .module:nth-child(even) .module-block.module-block-2:not(.module-block-color_block):before {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x.svg");
  }
}
.fund-video-carousel .video-player {
  margin-top: 1em;
}
.fund-video-carousel .video-player iframe {
  width: 100%;
}
.fund-video-carousel .video-thumbs {
  margin-top: 20px;
  margin-left: -20px;
  display: flex;
  width: calc(100% + 20px);
}
@media only screen and (max-width: 767px) {
  .fund-video-carousel .video-thumbs {
      width: calc(100% + 12px);
      margin-top: 12px;
      margin-left: -12px;
  }
}
.fund-video-carousel .video-thumbs .video-thumb {
  transition: opacity 250ms ease-out;
  display: block;
  opacity: 0.4;
  flex: 0 0 20%;
  padding-left: 20px;
}
.fund-video-carousel .video-thumbs .video-thumb.active {
  opacity: 1;
}
.fund-video-carousel .video-thumbs .video-thumb .video-thumb-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fund-video-carousel .video-thumbs .video-thumb .video-thumb-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 53.94737%;
}
.fund-video-carousel .video-thumbs .video-thumb .video-thumb-image > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .fund-video-carousel .video-thumbs .video-thumb {
      padding-left: 12px;
  }
}
.fund-video-carousel .video-thumbs .video-thumb-date {
  margin-top: 0.5em;
  margin-bottom: 3em;
}
.fund-video-carousel .video-pagis {
  padding-top: 9px;
}
.fund-video-carousel .video-pagi {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
  display: block;
  background-size: 13px 11px;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 23px;
}
.fund-video-carousel .video-pagi.video-pagi-next {
  background-image: url("images/pagi-next.svg");
}
.fund-video-carousel .video-pagi.video-pagi-prev {
  background-image: url("images/pagi-prev.svg");
}
.careers-container .page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffb700;
  text-align: center;
  color: #fff;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}
.careers-container .page-header.default-bg {
  background-image: url("images/home-header-burst.svg");
  background-position: center right;
}
.careers-container .page-header:not(.default-bg).center_right {
  background-position: center right;
}
.careers-container .page-header:not(.default-bg).center_left {
  background-position: center left;
}
.careers-container .page-header .page-header-content {
  padding: 140px 0;
}
@media only screen and (max-width: 767px) {
  .careers-container .page-header .page-header-content {
      padding: 21px 0;
  }
}
.careers-container .page-header .page-title {
  max-width: 15em;
  margin: 0 auto;
}
.careers-container .page-header .page-subtitle {
  font-family: "GT-Walsheim-Regular";
  font-size: 28px;
  line-height: 42px;
  max-width: 33em;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .careers-container .page-header .page-subtitle {
      font-size: 18px;
      line-height: 26px;
  }
}
@media print {
  .careers-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
.careers-container .page-header .fake-table {
  position: relative;
}
@media print {
  .careers-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .page-header {
      padding: 0 30px;
  }
}
.careers-container .page-header .page-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .careers-container .page-header .page-title {
      font-size: 40px;
      line-height: 45px;
  }
}
@media print {
  .careers-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .page-header .page-title {
      margin: 0 auto 0 0;
  }
}
@media print {
  .careers-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
.careers-container .page-header .page-header-visibility {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  min-height: 58vh;
}
@media print {
  .careers-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .page-header .page-header-visibility {
      min-height: 40vh;
  }
}
.careers-container .page-header .fake-table {
  min-height: 54vh;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .careers-container .page-header .fake-table {
      min-height: 66vw;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .page-header .fake-table {
      min-height: 74vw;
  }
}
@media print {
  .careers-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .page-header .fake-cell {
      padding-top: 90px;
  }
}
@media print {
  .careers-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .page-header {
      padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .page-header .page-title {
      max-width: none;
  }
}
@media print {
  .careers-container .page-header .page-header-content {
      padding: 60px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .page-header .page-header-content {
      padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .page-header .page-header-content {
      padding: 30px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .careers-container .modules .module {
      padding: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .careers-container .modules .module {
      padding: 48px;
  }
}
.careers-container .modules .module .module-block {
  padding: 0 60px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .careers-container .modules .module .module-block {
      padding: 0 48px;
  }
}
@media print {
  .careers-container .modules .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .modules .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .module-block {
      padding: 30px 30px;
  }
}
.careers-container .modules .module .module-block.module-block-text ul {
  padding: 0;
  margin-left: 1.02em;
}
.careers-container .modules .module .module-block.module-block-text ul li {
  padding-bottom: 40px;
}
.careers-container .modules .module .module-block.module-block-text ul li:last-child {
  padding: 0;
}
.careers-container .modules .module .module-block.module-block-text .module-block-interior {
  max-width: 900px;
}
@media only screen and (min-width: 1025px) {
  .careers-container .modules .module .module-block.module-block-1,
  .careers-container .modules .module .module-block.module-block-repeating_text {
      padding-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .careers-container .modules .module .module-block .module-block-interior.with-footnote {
      padding-bottom: 100px;
  }
  .careers-container .modules .module .module-block .module-block-interior.with-footnote.with-footnote-longer {
      padding-bottom: 150px;
  }
  .careers-container .modules .module .module-block .module-block-interior.with-footnote.with-footnote-longest {
      padding-bottom: 240px;
  }
}
@media only screen and (min-width: 1025px) {
  .careers-container .modules .module .module-block .footnote:not(.relative) {
      position: absolute;
      padding: 60px;
      bottom: 0;
      left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .careers-container .modules .module .module-block .footnote:not(.relative) {
      padding: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .careers-container .modules .module .module-block .footnote.relative {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .careers-container .modules .module .module-block .footnote.relative {
      padding-top: 48px;
  }
}
@media print {
  .careers-container .modules .module .module-block .footnote {
      padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .modules .module .module-block .footnote {
      padding-top: 30px;
  }
}
.careers-container .modules .module .block-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.careers-container .modules .module {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .careers-container .modules .module .module-block {
      display: block;
      float: left;
      width: 50%;
  }
}
@media print {
  .careers-container .modules .module .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .modules .module .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media print {
  .careers-container .modules .module .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .careers-container .modules .module .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .modules .module .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .careers-container .modules .module .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .careers-container .modules .module .module-block.module-block-1.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      background-color: #8fd7e8;
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .careers-container .modules .module .module-block.module-block-1.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .careers-container .modules .module .module-block.module-block-2 .footnote:not(.relative) {
      left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .careers-container .modules .module .module-block.module-block-2.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .careers-container .modules .module .module-block.module-block-2.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media print {
  .careers-container .modules .module .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .careers-container .modules .module .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .modules .module .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .careers-container .modules .module .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .careers-container .modules .module:nth-child(odd) .module-block.module-block-1:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
  }
}
@media print {
  .careers-container .modules .module:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .modules .module:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (min-width: 1025px) {
  .careers-container .modules .module:nth-child(even) .module-block.module-block-2:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
  }
}
.careers-container .modules .module .module-block-1 .module-block-interior {
  padding-right: 60px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .careers-container .modules .module .module-block-1 .module-block-interior {
      padding-right: 0;
  }
}
.careers-container .modules .module .module-block.module-block-team_members {
  padding-right: 0;
}
.careers-container .modules .module .module-block-double_text_lead .block-text {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .careers-container .modules .module .module-block-double_text_lead .block-text {
      font-family: "GT-Walsheim-Medium";
      font-size: 25px;
      line-height: 28px;
      font-family: "GT-Walsheim-Light";
      line-height: 1.7em;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .module-block-double_text_lead .block-text {
      font-family: "GT-Walsheim-Light";
      font-size: 35px;
      line-height: 55px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1366px), only screen and (max-width: 767px) and (max-width: 767px) {
  .careers-container .modules .module .module-block-double_text_lead .block-text {
      font-size: 18px;
      line-height: 27px;
  }
}
.careers-container .modules .module .module-block-double_text_lead .block-additional-text {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .careers-container .modules .module .module-block-double_text_lead .block-additional-text {
      font-size: 14px;
      line-height: 25px;
  }
}
.careers-container .modules .module .module-block-double_text_secondary .block-text {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .careers-container .modules .module .module-block-double_text_secondary .block-text {
      font-family: "GT-Walsheim-Medium";
      font-size: 25px;
      line-height: 28px;
      font-family: "GT-Walsheim-Light";
      line-height: 1.7em;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .module-block-double_text_secondary .block-text {
      font-family: "GT-Walsheim-Light";
      font-size: 35px;
      line-height: 55px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1366px), only screen and (max-width: 767px) and (max-width: 767px) {
  .careers-container .modules .module .module-block-double_text_secondary .block-text {
      font-size: 18px;
      line-height: 27px;
  }
}
.careers-container .modules .module .module-block-double_text_secondary .block-additional-text {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .careers-container .modules .module .module-block-double_text_secondary .block-additional-text {
      font-size: 14px;
      line-height: 25px;
  }
}
.careers-container .modules .module .module-block-formatted_text .block-text {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .careers-container .modules .module .module-block-formatted_text .block-text {
      font-family: "GT-Walsheim-Medium";
      font-size: 25px;
      line-height: 28px;
      font-family: "GT-Walsheim-Light";
      line-height: 1.7em;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .module-block-formatted_text .block-text {
      font-family: "GT-Walsheim-Light";
      font-size: 18px;
      line-height: 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1366px), only screen and (max-width: 767px) and (max-width: 767px) {
  .careers-container .modules .module .module-block-formatted_text .block-text {
      font-size: 14px;
      line-height: 25px;
  }
}
.careers-container .modules .module .module-block-formatted_text .block-formatted-text {
  line-height: 1.7em;
}
@media only screen and (min-width: 768px) {
  .careers-container .modules .module .module-block-formatted_text .block-formatted-text {
      font-family: "GT-Walsheim-Light";
      font-size: 20px;
      line-height: 25px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) and (max-width: 1366px), only screen and (min-width: 768px) and (max-width: 767px) {
  .careers-container .modules .module .module-block-formatted_text .block-formatted-text {
      font-size: 14px;
      line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .module-block-formatted_text .block-formatted-text {
      font-family: "GT-Walsheim-Light";
      font-size: 18px;
      line-height: 30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1366px), only screen and (max-width: 767px) and (max-width: 767px) {
  .careers-container .modules .module .module-block-formatted_text .block-formatted-text {
      font-size: 14px;
      line-height: 25px;
  }
}
.careers-container .modules .module .module-block-formatted_text .block-formatted-text strong {
  font-family: "GT-Walsheim-Medium";
}
.careers-container .modules .module .module-block-repeating_text .block-repeating-text .text-block {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .careers-container .modules .module .module-block-repeating_text .block-repeating-text .text-block {
      font-size: 14px;
      line-height: 25px;
  }
}
.careers-container .modules .module .module-block-repeating_text .block-repeating-text .text-block h5 {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Medium";
  margin-bottom: 10px;
}
.careers-container .modules .module .module-block-background_image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}
@media print {
  .careers-container .modules .module .module-block-background_image {
      position: relative;
      left: 0;
      width: calc(100% - 120px);
      height: 400px;
      margin: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .careers-container .modules .module .module-block-background_image {
      position: relative;
      left: 0;
      width: calc(100% - 120px);
      height: 400px;
      margin: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .module-block-background_image {
      width: calc(100% - 60px);
      height: 300px;
      margin: 30px;
  }
}
.careers-container .modules .module .module-block-background_image .block-background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.careers-container .modules .module .module-block-open_positions {
  padding-right: 0;
}
.careers-container .modules .module .module-block-open_positions .open-positions-title {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  font-family: "GT-Walsheim-Medium";
  margin-bottom: 10px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .careers-container .modules .module .module-block-open_positions .open-positions-title {
      font-size: 14px;
      line-height: 25px;
  }
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 50px;
  line-height: 65px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-title {
      font-size: 30px;
      line-height: 55px;
  }
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-title:after {
  content: "";
  background-size: auto 7px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("images/caret-down.svg");
  display: inline-block;
  width: 40px;
  height: 24px;
  background-size: 20px auto;
}
@supports (-ms-ime-align: auto) {
  .careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-title:after {
      background-size: 7px 4px;
  }
}
@supports (-ms-ime-align: auto) {
  .careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-title:after {
      background-size: 20px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-title:after {
      height: 14px;
      width: 30px;
      background-size: 18px auto;
  }
  @supports (-ms-ime-align: auto) {
      .careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-title:after {
          background-size: 18px auto;
      }
  }
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
  transition: all 250ms ease-out;
  max-height: 0;
  opacity: 0;
  overflow-y: scroll;
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner {
  margin: 45px 0 40px 0;
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner h5 {
  font-family: "GT-Walsheim-Medium";
  margin-bottom: 10px;
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner ul {
  padding-left: 0;
  margin-left: 9px;
  margin-top: 0;
  list-style-position: outside;
  margin-left: 15px;
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner a {
  display: inline-block;
  border-bottom: 1px solid #1f204a;
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner .job-share {
  position: relative;
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner .job-share span {
  font-family: "GT-Walsheim-Medium";
  display: block;
  margin-bottom: 10px;
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner .job-share .social-link,
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner .job-share .social-email {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-bottom: none;
}
@supports (-ms-ime-align: auto) {
  .careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner .job-share .social-link,
  .careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner .job-share .social-email {
      background-size: 100% 100%;
  }
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner .job-share .social-link {
  background-image: url("images/social-link.svg");
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner .job-share .social-email {
  background-image: url("images/social-email.svg");
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner .job-share .document-copied {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  transition: all 250ms ease-out;
  position: absolute;
  top: 17px;
  right: 130px;
  opacity: 0;
  position: relative;
  top: initial;
  left: 0;
  margin-top: 10px;
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position .job-description .job-description-inner .job-share .document-copied.active {
  opacity: 0.5;
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position.active .job-title:after {
  background-image: url("images/caret-up.svg");
}
.careers-container .modules .module .module-block-open_positions .open-positions .open-position.active .job-description {
  max-height: 1000px;
  opacity: 1;
}
.careers-container .modules .module .team-block {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .careers-container .modules .module .team-block:not(:last-child) {
      margin-bottom: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .team-block {
      padding-bottom: 72px;
  }
  .careers-container .modules .module .team-block:last-child {
      padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1367px), (max-width: 1024px) and (min-width: 768px) {
  .careers-container .modules .module .team-block .team-block-leader {
      display: block;
      float: left;
      width: 280px;
  }
}
@media only screen and (min-width: 1367px), (max-width: 1024px) and (min-width: 768px) {
  .careers-container .modules .module .team-block .team-block-info {
      display: block;
      float: left;
      width: calc(100% - 280px);
      padding-left: 30px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .careers-container .modules .module .team-block .team-block-info {
      padding-left: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .team-block .team-block-info {
      margin-top: 21px;
  }
}
.careers-container .modules .module .team-block .team-block-image-group {
  display: block;
  float: left;
  width: 94px;
}
.careers-container .modules .module .team-block .team-block-title-group {
  display: block;
  float: left;
  width: calc(100% - 94px);
  padding-left: 20px;
}
.careers-container .modules .module .team-block .team-block-title-group .team-block-name {
  font-family: "GT-Walsheim-Regular";
  font-size: 25px;
  line-height: 28px;
  font-family: "GT-Walsheim-Light";
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .careers-container .modules .module .team-block .team-block-title-group .team-block-name {
      font-size: 16px;
      line-height: 20px;
  }
}
.careers-container .modules .module .team-block .team-block-title-group .team-block-position {
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  display: block;
}
@media only screen and (min-width: 768px) {
  .careers-container .modules .module .team-block .team-block-title-group .team-block-position {
      margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .team-block .team-block-title-group .team-block-position {
      font-size: 14px;
      line-height: 1.4em;
  }
}
.careers-container .modules .module .team-block .team-block-image {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 100%;
  display: block;
}
.careers-container .modules .module .team-block .team-block-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.careers-container .modules .module .team-block .team-block-image > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.careers-container .modules .module .team-block .team-block-image.team-block-type-aperture {
  background-image: url("images/logo-mark.svg");
}
.careers-container .modules .module .team-block .team-socials {
  margin-top: 10px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .careers-container .modules .module .team-block .team-socials {
      padding-bottom: 12px;
  }
}
.careers-container .modules .module .team-block .team-socials .team-block-socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
.careers-container .modules .module .team-block .team-socials .team-block-socials li {
  display: inline-block;
}
.careers-container .modules .module .team-block .team-socials .team-block-socials li a {
  display: block;
}
.careers-container .modules .module .team-block .team-socials .team-social,
.careers-container .modules .module .team-block .team-socials .menu-item {
  display: inline-block;
  margin-right: 5px;
}
.careers-container .modules .module .team-block .team-socials .team-social a,
.careers-container .modules .module .team-block .team-socials .menu-item a {
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  height: 36px;
  display: block;
}
@supports (-ms-ime-align: auto) {
  .careers-container .modules .module .team-block .team-socials .team-social a,
  .careers-container .modules .module .team-block .team-socials .menu-item a {
      background-size: 100% 100%;
  }
}
.careers-container .modules .module .team-block .team-socials .team-social.social-fb a,
.careers-container .modules .module .team-block .team-socials .menu-item.social-fb a {
  background-image: url("images/social-fb-dark.svg");
}
.careers-container .modules .module .team-block .team-socials .team-social.social-tw a,
.careers-container .modules .module .team-block .team-socials .menu-item.social-tw a {
  background-image: url("images/social-tw-dark.svg");
}
.careers-container .modules .module .team-block .team-socials .team-social.social-li a,
.careers-container .modules .module .team-block .team-socials .menu-item.social-li a {
  background-image: url("images/social-li-dark.svg");
}
.careers-container .modules .module .team-block .team-socials .team-social.social-in a,
.careers-container .modules .module .team-block .team-socials .menu-item.social-in a {
  background-image: url("images/social-in-dark.svg");
}
.careers-container .modules .module .team-block .team-socials .team-social.social-mail a,
.careers-container .modules .module .team-block .team-socials .menu-item.social-mail a {
  background-image: url("images/social-email.svg");
}
.careers-container .modules .module .team-block .team-socials .team-social a,
.careers-container .modules .module .team-block .team-socials .menu-item a {
  width: 28px;
  height: 28px;
  background-size: 28px auto;
}
@supports (-ms-ime-align: auto) {
  .careers-container .modules .module .team-block .team-socials .team-social a,
  .careers-container .modules .module .team-block .team-socials .menu-item a {
      background-size: 28px 28px;
  }
}
.careers-container .modules .module .team-block .team-block-content {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  max-width: 19em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .careers-container .modules .module .team-block .team-block-content {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .careers-container .modules .module .team-block .team-block-content {
      max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .team-block .team-block-content {
      max-width: 100%;
  }
}
.careers-container .modules .module .team-block .team-block-ctas {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  margin-top: 21px;
}
.careers-container .modules .module .team-block .team-block-ctas .cta {
  display: inline-block;
  border-bottom: 1px solid #1f204a;
  margin-right: 40px;
}
@media only screen and (min-width: 1441px) {
  .careers-container .modules .module .team-block {
      display: flex;
      flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .team-block {
      margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .careers-container .modules .module .team-block {
      min-height: 150px;
  }
}
.careers-container .modules .module .team-block .team-member {
  display: flex;
  padding-top: 40px;
}
.careers-container .modules .module .team-block .team-member:first-child {
  padding-top: 0px;
}
@media only screen and (min-width: 1441px) {
  .careers-container .modules .module .team-block .team-member {
      flex-basis: 50%;
  }
  .careers-container .modules .module .team-block .team-member:nth-child(2) {
      padding-top: 0px;
  }
  .careers-container .modules .module .team-block .team-member:nth-child(even) {
      padding-left: 20px;
  }
  .careers-container .modules .module .team-block .team-member:nth-child(odd) {
      padding-right: 20px;
  }
}
.careers-container .modules .module .team-block .team-member .team-block-image {
  width: 100px;
  height: 100px;
}
.careers-container .modules .module .team-block .team-member .team-block-info {
  flex: 1;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .careers-container .modules .module .team-block .team-member .team-block-info {
      padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .team-block .team-member .team-block-info {
      margin-top: 0;
  }
}
.careers-container .modules .module .team-block .team-member .team-block-info .team-block-name {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
  font-family: "GT-Walsheim-Light";
  line-height: 1.7em;
  line-height: 1.1em;
}
.careers-container .modules .module .team-block .team-member .team-block-info .team-block-position {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
}
.careers-container .modules .module .block-cta {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  padding-right: 30px;
  background-image: url("images/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px auto;
}
.how-to-container .page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffb700;
  text-align: center;
  color: #fff;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}
.how-to-container .page-header.default-bg {
  background-image: url("images/home-header-burst.svg");
  background-position: center right;
}
.how-to-container .page-header:not(.default-bg).center_right {
  background-position: center right;
}
.how-to-container .page-header:not(.default-bg).center_left {
  background-position: center left;
}
.how-to-container .page-header .page-header-content {
  padding: 140px 0;
}
@media only screen and (max-width: 767px) {
  .how-to-container .page-header .page-header-content {
      padding: 21px 0;
  }
}
.how-to-container .page-header .page-title {
  max-width: 15em;
  margin: 0 auto;
}
.how-to-container .page-header .page-subtitle {
  font-family: "GT-Walsheim-Regular";
  font-size: 28px;
  line-height: 42px;
  max-width: 33em;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .how-to-container .page-header .page-subtitle {
      font-size: 18px;
      line-height: 26px;
  }
}
@media print {
  .how-to-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
.how-to-container .page-header .fake-table {
  position: relative;
}
@media print {
  .how-to-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .page-header {
      padding: 0 30px;
  }
}
.how-to-container .page-header .page-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .how-to-container .page-header .page-title {
      font-size: 40px;
      line-height: 45px;
  }
}
@media print {
  .how-to-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .page-header .page-title {
      margin: 0 auto 0 0;
  }
}
@media print {
  .how-to-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
.how-to-container .page-header .page-header-visibility {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  min-height: 58vh;
}
@media print {
  .how-to-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .page-header .page-header-visibility {
      min-height: 40vh;
  }
}
.how-to-container .page-header .fake-table {
  min-height: 54vh;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .how-to-container .page-header .fake-table {
      min-height: 66vw;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .page-header .fake-table {
      min-height: 74vw;
  }
}
@media print {
  .how-to-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .page-header .fake-cell {
      padding-top: 90px;
  }
}
@media print {
  .how-to-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .page-header {
      padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .page-header .page-title {
      max-width: none;
  }
}
@media print {
  .how-to-container .page-header .page-header-content {
      padding: 60px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .page-header .page-header-content {
      padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .page-header .page-header-content {
      padding: 30px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .how-to-container .modules .module {
      padding: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .how-to-container .modules .module {
      padding: 48px;
  }
}
.how-to-container .modules .module .module-block {
  padding: 0 60px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .how-to-container .modules .module .module-block {
      padding: 0 48px;
  }
}
@media print {
  .how-to-container .modules .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .modules .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .modules .module .module-block {
      padding: 30px 30px;
  }
}
.how-to-container .modules .module .module-block.module-block-text ul {
  padding: 0;
  margin-left: 1.02em;
}
.how-to-container .modules .module .module-block.module-block-text ul li {
  padding-bottom: 40px;
}
.how-to-container .modules .module .module-block.module-block-text ul li:last-child {
  padding: 0;
}
.how-to-container .modules .module .module-block.module-block-text .module-block-interior {
  max-width: 900px;
}
@media only screen and (min-width: 1025px) {
  .how-to-container .modules .module .module-block.module-block-1 {
      padding-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .how-to-container .modules .module .module-block .module-block-interior.with-footnote {
      padding-bottom: 100px;
  }
  .how-to-container .modules .module .module-block .module-block-interior.with-footnote.with-footnote-longer {
      padding-bottom: 150px;
  }
  .how-to-container .modules .module .module-block .module-block-interior.with-footnote.with-footnote-longest {
      padding-bottom: 240px;
  }
}
@media only screen and (min-width: 1025px) {
  .how-to-container .modules .module .module-block .footnote:not(.relative) {
      position: absolute;
      padding: 60px;
      bottom: 0;
      left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .how-to-container .modules .module .module-block .footnote:not(.relative) {
      padding: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .how-to-container .modules .module .module-block .footnote.relative {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .how-to-container .modules .module .module-block .footnote.relative {
      padding-top: 48px;
  }
}
@media print {
  .how-to-container .modules .module .module-block .footnote {
      padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .modules .module .module-block .footnote {
      padding-top: 30px;
  }
}
.how-to-container .modules .module .block-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.how-to-container .modules .module {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .how-to-container .modules .module .module-block {
      display: block;
      float: left;
      width: 50%;
  }
}
@media print {
  .how-to-container .modules .module .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .modules .module .module-block.module-block-1 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media print {
  .how-to-container .modules .module .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .how-to-container .modules .module .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .modules .module .module-block.module-block-1.module-block-color_block {
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
      background-color: #8fd7e8;
  }
  @supports (-ms-ime-align: auto) {
      .how-to-container .modules .module .module-block.module-block-1.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .how-to-container .modules .module .module-block.module-block-1.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      background-color: #8fd7e8;
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-left-x-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .how-to-container .modules .module .module-block.module-block-1.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .how-to-container .modules .module .module-block.module-block-2 .footnote:not(.relative) {
      left: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .how-to-container .modules .module .module-block.module-block-2.module-block-color_block:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .how-to-container .modules .module .module-block.module-block-2.module-block-color_block:before {
          background-size: 100% 100%;
      }
  }
}
@media print {
  .how-to-container .modules .module .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .how-to-container .modules .module .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .modules .module .module-block.module-block-2.module-block-color_block {
      background-color: #ffb700;
      background-size: contain;
      background-position: center right;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-right-grid-w.svg");
  }
  @supports (-ms-ime-align: auto) {
      .how-to-container .modules .module .module-block.module-block-2.module-block-color_block {
          background-size: 100% 100%;
      }
  }
}
@media only screen and (min-width: 1025px) {
  .how-to-container .modules .module:nth-child(odd) .module-block.module-block-1:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
  }
}
@media print {
  .how-to-container .modules .module:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (max-width: 1024px) {
  .how-to-container .modules .module:nth-child(even) .module-block.module-block-2.module-block-lead_text {
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-image: url("images/svg-bgs/bg-bottom-curves-b.svg");
  }
}
@media only screen and (min-width: 1025px) {
  .how-to-container .modules .module:nth-child(even) .module-block.module-block-2:not(.module-block-color_block):before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
  }
}
.how-to-container .modules .module .module-block-1 .how-to-content {
  max-width: 720px;
}
.how-to-container .modules .module .module-block-1 .how-to-content a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.how-to-container .modules .module .module-block-1 .how-to-content .lead-text {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 55px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .how-to-container .modules .module .module-block-1 .how-to-content .lead-text {
      font-size: 18px;
      line-height: 27px;
  }
}
.how-to-container .modules .module .module-block-1 .how-to-content .lead-text strong {
  font-family: "GT-Walsheim-Regular";
}
.how-to-container .modules .module .module-block-1 .how-to-content .lead-text-2 {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .how-to-container .modules .module .module-block-1 .how-to-content .lead-text-2 {
      font-size: 14px;
      line-height: 25px;
  }
}
.how-to-container .modules .module .module-block-1 .how-to-content .lead-text-2 strong {
  font-family: "GT-Walsheim-Medium";
}
@media only screen and (max-width: 767px) {
  .how-to-container .modules .module .module-block-1 .how-to-content {
      word-break: break-word;
  }
}
.how-to-container .modules .module .how-to-instructions .how-to-instruction {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 40px;
}
.how-to-container .modules .module .how-to-instructions .how-to-intermediaries {
  display: flex;
  margin: 0 -30px 80px -30px;
}
@media only screen and (max-width: 767px) {
  .how-to-container .modules .module .how-to-instructions .how-to-intermediaries {
      display: block;
      margin: 0 0 60px 0;
  }
}
.how-to-container .modules .module .how-to-instructions .how-to-intermediaries .how-to-intermediary {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  flex: 1;
  height: 40px;
  margin: 0 30px;
}
@supports (-ms-ime-align: auto) {
  .how-to-container .modules .module .how-to-instructions .how-to-intermediaries .how-to-intermediary {
      background-size: 100% 100%;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .modules .module .how-to-instructions .how-to-intermediaries .how-to-intermediary {
      display: block;
      width: 100%;
      margin: 0 0 40px 0;
      max-width: 200px;
      background-position: left center;
  }
}
.how-to-container .modules .module .how-to-instructions .how-to-text {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .how-to-container .modules .module .how-to-instructions .how-to-text {
      font-size: 14px;
      line-height: 25px;
  }
}
.how-to-container .modules .module .how-to-instructions .how-to-text ul,
.how-to-container .modules .module .how-to-instructions .how-to-text li {
  padding-left: 0;
  margin-left: 9px;
  margin-top: 0;
  list-style-position: outside;
}
.how-to-container .modules .module .how-to-instructions .how-to-text ul {
  margin-bottom: 1.666666666666667em;
}
.how-to-container .modules .module .how-to-instructions .how-to-text strong {
  font-family: "GT-Walsheim-Medium";
}
.how-to-container .modules .module .how-to-instructions .how-to-documents {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents {
      font-size: 14px;
      line-height: 25px;
  }
}
.how-to-container .modules .module .how-to-instructions .how-to-documents:not(.flex-based) .data-table-header {
  zoom: 1;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents:not(.flex-based) .data-table-header:before,
.how-to-container .modules .module .how-to-instructions .how-to-documents:not(.flex-based) .data-table-header:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents:not(.flex-based) .data-table-header:after {
  clear: both;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents.flex-based .data-table-header {
  display: flex;
  justify-content: space-between;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-header {
  font-family: "GT-Walsheim-Medium";
  color: #1f204a;
  margin-bottom: 15px;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item {
  transition: all 250ms ease-out;
  font-family: "GT-Walsheim-Regular";
  position: relative;
  width: 100%;
  margin: 0 auto 10px auto;
  padding: 6px 20px;
  background: rgba(31, 32, 74, 0.02);
  line-height: 18px;
  cursor: pointer;
  display: flex;
}
@media (min-width: 370px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item {
      font-size: 14px;
      padding: 10px 20px;
  }
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item--blue-bg {
  background-color: rgba(143, 215, 232, 0.1);
}
@media only screen and (min-width: 768px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--half {
      flex-basis: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--half {
      flex-basis: 75%;
  }
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--half.body_indent:not(.number) {
  padding-left: 1em;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--half.body_indent.number {
  padding-right: 1em;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--half.download-icons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--half.download-icons .icon-pdf {
  margin-right: 0;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--half:last-child {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--half:last-child {
      flex-basis: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--half:last-child {
      flex-basis: 25%;
  }
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--third {
  flex-basis: 40%;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--third:last-child {
  flex-basis: 20%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--half,
  .how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--third {
      line-height: 1.1em;
  }
  .how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--half:not(:last-child),
  .how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--third:not(:last-child) {
      padding-right: 15px;
  }
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--flex {
  flex: 1 1 0px;
  padding-right: 7px;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .data-table-item-col--flex:last-child {
  padding-right: 0px;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents.reverse .data-table-item {
  background: white;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .icon-pdf,
.how-to-container .modules .module .how-to-instructions .how-to-documents .icon-clipboard,
.how-to-container .modules .module .how-to-instructions .how-to-documents .icon-excel {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center right;
  display: inline-block;
  margin-left: 15px;
}
@supports (-ms-ime-align: auto) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .icon-pdf,
  .how-to-container .modules .module .how-to-instructions .how-to-documents .icon-clipboard,
  .how-to-container .modules .module .how-to-instructions .how-to-documents .icon-excel {
      background-size: 100% 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .icon-pdf,
  .how-to-container .modules .module .how-to-instructions .how-to-documents .icon-clipboard,
  .how-to-container .modules .module .how-to-instructions .how-to-documents .icon-excel {
      background-size: 26px 26px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .icon-pdf,
  .how-to-container .modules .module .how-to-instructions .how-to-documents .icon-clipboard,
  .how-to-container .modules .module .how-to-instructions .how-to-documents .icon-excel {
      margin-left: 0px;
  }
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .icon-pdf {
  background-image: url("images/icon-pdf.svg");
  margin-right: 10px;
  width: 35px;
  height: 26px;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .icon-excel {
  background-image: url("images/icon-excel.svg");
  margin-right: 0px;
  width: 35px;
  height: 26px;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .icon-clipboard {
  background-image: url("images/icon-clipboard.png");
  width: 35px;
  height: 26px;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .doc-group {
  border-top: 1px solid #eaeaea;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .doc-group .doc-group-subtitle {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  display: block;
  padding-bottom: 18px;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .doc-group .doc-group-footnote {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  color: #808098;
  padding-top: 30px;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .doc-group .doc-group-footnote strong {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  line-height: 1.2em;
  color: #4c4d6e;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .doc-group .doc-group-footnote strong {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .doc-group .doc-group-footnote strong {
      font-size: 18px;
  }
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .doc-group .data-table-item {
  background: none;
  padding: 8px 0;
  line-height: 1.2em;
  color: #808098;
  margin: 0;
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  font-family: "GT-Walsheim-Regular";
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .doc-group .data-table-item {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .doc-group .data-table-item {
      padding: 4px 0;
  }
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .doc-group .data-table-item .icon-pdf,
.how-to-container .modules .module .how-to-instructions .how-to-documents .doc-group .data-table-item .icon-excel {
  width: 25px;
  background-size: 20px 26px;
  margin-left: 8px;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .doc-group .data-table-item .icon-clipboard {
  width: 25px;
  opacity: 0.5;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .expand-title {
  padding: 15px 50px 15px 0;
  background-size: 10px 10px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("images/expand-plus.svg");
  cursor: pointer;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .expand-title.active {
  background-size: 10px 2px;
  background-image: url("images/expand-minus.svg");
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .expand-area {
  transition: height 250ms ease-out;
  height: 0;
  overflow: hidden;
}
.how-to-container .modules .module .how-to-instructions .how-to-documents .expand-area .expand-area-interior {
  padding: 0 0 60px;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .expand-area .expand-area-interior {
      padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .expand-area .expand-area-interior {
      padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-container .modules .module .how-to-instructions .how-to-documents .expand-area .expand-area-interior {
      padding-bottom: 24px;
  }
}
.chart-wrapper.twelvemonth-data-grid .as-of {
  color: #ccccd7;
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
}
.careers-container .modules .module .careers-documents {
  font-family: GT-Walsheim-Light;
  font-size: 18px;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .careers-container .modules .module .careers-documents {
      font-size: 14px;
      line-height: 25px;
  }
}
.careers-container .modules .module .careers-documents:not(.flex-based) .data-table-header {
  zoom: 1;
}
.careers-container .modules .module .careers-documents:not(.flex-based) .data-table-header:after,
.careers-container .modules .module .careers-documents:not(.flex-based) .data-table-header:before {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.careers-container .modules .module .careers-documents:not(.flex-based) .data-table-header:after {
  clear: both;
}
.careers-container .modules .module .careers-documents.flex-based .data-table-header {
  display: flex;
  justify-content: space-between;
}
.careers-container .modules .module .careers-documents .data-table-header {
  font-family: GT-Walsheim-Medium;
  color: #1f204a;
  margin-bottom: 15px;
}
.careers-container .modules .module .careers-documents .data-table-item {
  transition: all 250ms ease-out;
  font-family: GT-Walsheim-Regular;
  position: relative;
  width: 100%;
  margin: 0 auto 10px auto;
  padding: 6px 20px;
  background: rgba(31, 32, 74, 0.02);
  line-height: 18px;
  cursor: pointer;
  display: flex;
}
@media (min-width: 370px) {
  .careers-container .modules .module .careers-documents .data-table-item {
      font-size: 14px;
      padding: 10px 20px;
  }
}
.careers-container .modules .module .careers-documents .data-table-item--blue-bg {
  background-color: rgba(143, 215, 232, 0.1);
}
@media only screen and (min-width: 768px) {
  .careers-container .modules .module .careers-documents .data-table-item-col--half {
      flex-basis: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .careers-documents .data-table-item-col--half {
      flex-basis: 75%;
  }
}
.careers-container .modules .module .careers-documents .data-table-item-col--half.body_indent:not(.number) {
  padding-left: 1em;
}
.careers-container .modules .module .careers-documents .data-table-item-col--half.body_indent.number {
  padding-right: 1em;
}
.careers-container .modules .module .careers-documents .data-table-item-col--half.download-icons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.careers-container .modules .module .careers-documents .data-table-item-col--half.download-icons .icon-pdf {
  margin-right: 0;
}
.careers-container .modules .module .careers-documents .data-table-item-col--half:last-child {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .careers-container .modules .module .careers-documents .data-table-item-col--half:last-child {
      flex-basis: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .careers-documents .data-table-item-col--half:last-child {
      flex-basis: 25%;
  }
}
.careers-container .modules .module .careers-documents .data-table-item-col--third {
  flex-basis: 40%;
}
.careers-container .modules .module .careers-documents .data-table-item-col--third:last-child {
  flex-basis: 20%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .careers-documents .data-table-item-col--half,
  .careers-container .modules .module .careers-documents .data-table-item-col--third {
      line-height: 1.1em;
  }
  .careers-container .modules .module .careers-documents .data-table-item-col--half:not(:last-child),
  .careers-container .modules .module .careers-documents .data-table-item-col--third:not(:last-child) {
      padding-right: 15px;
  }
}
.careers-container .modules .module .careers-documents .data-table-item-col--flex {
  flex: 1 1 0px;
  padding-right: 7px;
}
.careers-container .modules .module .careers-documents .data-table-item-col--flex:last-child {
  padding-right: 0;
}
.careers-container .modules .module .careers-documents.reverse .data-table-item {
  background: #fff;
}
.careers-container .modules .module .careers-documents .icon-clipboard,
.careers-container .modules .module .careers-documents .icon-excel,
.careers-container .modules .module .careers-documents .icon-pdf {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center right;
  display: inline-block;
  margin-left: 15px;
}
@supports (-ms-ime-align: auto) {
  .careers-container .modules .module .careers-documents .icon-clipboard,
  .careers-container .modules .module .careers-documents .icon-excel,
  .careers-container .modules .module .careers-documents .icon-pdf {
      background-size: 100% 100%;
  }
}
@supports (-ms-ime-align: auto) {
  .careers-container .modules .module .careers-documents .icon-clipboard,
  .careers-container .modules .module .careers-documents .icon-excel,
  .careers-container .modules .module .careers-documents .icon-pdf {
      background-size: 26px 26px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .careers-documents .icon-clipboard,
  .careers-container .modules .module .careers-documents .icon-excel,
  .careers-container .modules .module .careers-documents .icon-pdf {
      margin-left: 0;
  }
}
.careers-container .modules .module .careers-documents .icon-pdf {
  background-image: url(images/icon-pdf.svg);
  margin-right: 10px;
  width: 35px;
  height: 26px;
}
.careers-container .modules .module .careers-documents .icon-excel {
  background-image: url(images/icon-excel.svg);
  margin-right: 0;
  width: 35px;
  height: 26px;
}
.careers-container .modules .module .careers-documents .icon-clipboard {
  background-image: url(images/icon-clipboard.png);
  width: 35px;
  height: 26px;
}
.careers-container .modules .module .careers-documents .doc-group {
  border-top: 1px solid #eaeaea;
}
.careers-container .modules .module .careers-documents .doc-group .doc-group-subtitle {
  font-family: GT-Walsheim-Regular;
  font-size: 12px;
  line-height: 20px;
  display: block;
  padding-bottom: 18px;
}
.careers-container .modules .module .careers-documents .doc-group .doc-group-footnote {
  font-family: GT-Walsheim-Regular;
  font-size: 12px;
  line-height: 20px;
  color: #808098;
  padding-top: 30px;
}
.careers-container .modules .module .careers-documents .doc-group .doc-group-footnote strong {
  font-family: GT-Walsheim-Light;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  line-height: 1.2em;
  color: #4c4d6e;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .careers-container .modules .module .careers-documents .doc-group .doc-group-footnote strong {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .careers-container .modules .module .careers-documents .doc-group .doc-group-footnote strong {
      font-size: 18px;
  }
}
.careers-container .modules .module .careers-documents .doc-group .data-table-item {
  background: 0 0;
  padding: 8px 0;
  line-height: 1.2em;
  color: #808098;
  margin: 0;
  font-family: GT-Walsheim-Light;
  font-size: 18px;
  line-height: 30px;
  font-family: GT-Walsheim-Regular;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .careers-container .modules .module .careers-documents .doc-group .data-table-item {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .careers-container .modules .module .careers-documents .doc-group .data-table-item {
      padding: 4px 0;
  }
}
.careers-container .modules .module .careers-documents .doc-group .data-table-item .icon-excel,
.careers-container .modules .module .careers-documents .doc-group .data-table-item .icon-pdf {
  width: 25px;
  background-size: 20px 26px;
  margin-left: 8px;
}
.careers-container .modules .module .careers-documents .doc-group .data-table-item .icon-clipboard {
  width: 25px;
  opacity: 0.5;
}
.careers-container .modules .module .careers-documents .expand-title {
  padding: 15px 50px 15px 0;
  background-size: 10px 10px;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(images/expand-plus.svg);
  cursor: pointer;
}
.careers-container .modules .module .careers-documents .expand-title.active {
  background-size: 10px 2px;
  background-image: url(images/expand-minus.svg);
}
.esg-container .modules .module .careers-documents .expand-title {
    padding: 15px 50px 15px 0;
    background-size: 10px 10px;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(images/expand-plus-white.svg) !important;
    cursor: pointer;
}
.esg-container .modules .module .careers-documents .expand-title.active {
background-size: 10px 2px;
background-image: url(images/expand-minus-white.svg) !important;
}
.careers-container .modules .module .careers-documents .expand-area {
  transition: height 250ms ease-out;
  height: 0;
  overflow: hidden;
}
.careers-container .modules .module .careers-documents .expand-area .expand-area-interior {
  padding: 0 0 60px;
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .careers-container .modules .module .careers-documents .expand-area .expand-area-interior {
      padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .careers-container .modules .module .careers-documents .expand-area .expand-area-interior {
      padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .careers-container .modules .module .careers-documents .expand-area .expand-area-interior {
      padding-bottom: 24px;
  }
}
.chart-wrapper.twelvemonth-data-grid .as-of {
  color: #ccccd7;
  font-family: GT-Walsheim-Regular;
  font-size: 14px;
  line-height: 20px;
}
.press-container .page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffb700;
  text-align: center;
  color: #fff;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
}
.press-container .page-header.default-bg {
  background-image: url("images/home-header-burst.svg");
  background-position: center right;
}
.press-container .page-header:not(.default-bg).center_right {
  background-position: center right;
}
.press-container .page-header:not(.default-bg).center_left {
  background-position: center left;
}
.press-container .page-header .page-header-content {
  padding: 140px 0;
}
@media only screen and (max-width: 767px) {
  .press-container .page-header .page-header-content {
      padding: 21px 0;
  }
}
.press-container .page-header .page-title {
  max-width: 15em;
  margin: 0 auto;
}
.press-container .page-header .page-subtitle {
  font-family: "GT-Walsheim-Regular";
  font-size: 28px;
  line-height: 42px;
  max-width: 33em;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .press-container .page-header .page-subtitle {
      font-size: 18px;
      line-height: 26px;
  }
}
@media print {
  .press-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .press-container .page-header .page-subtitle {
      max-width: 18em;
      margin-top: 24px;
  }
}
.press-container .page-header .fake-table {
  position: relative;
}
@media print {
  .press-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .press-container .page-header {
      padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .press-container .page-header {
      padding: 0 30px;
  }
}
.press-container .page-header .page-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
  text-align: center;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .press-container .page-header .page-title {
      font-size: 40px;
      line-height: 45px;
  }
}
@media print {
  .press-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .press-container .page-header .page-title {
      text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .press-container .page-header .page-title {
      margin: 0 auto 0 0;
  }
}
@media print {
  .press-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .press-container .page-header .page-subtitle {
      text-align: left;
      margin-left: 0;
  }
}
.press-container .page-header .page-header-visibility {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  min-height: 58vh;
}
@media print {
  .press-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 1024px) {
  .press-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .press-container .page-header .page-header-visibility {
      min-height: 40vh;
  }
}
.press-container .page-header .fake-table {
  min-height: 54vh;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .press-container .page-header .fake-table {
      min-height: 66vw;
  }
}
@media only screen and (max-width: 767px) {
  .press-container .page-header .fake-table {
      min-height: 74vw;
  }
}
@media print {
  .press-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 1024px) {
  .press-container .page-header .fake-cell {
      vertical-align: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .press-container .page-header .fake-cell {
      padding-top: 90px;
  }
}
.press-container .page-header .page-subtitle a {
  display: inline-block;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
}
@media only screen and (max-width: 767px) {
  .press-container .page-header {
      padding: 0;
      text-align: left;
  }
  .press-container .page-header .page-title {
      margin: 0;
      padding: 0 30px 30px;
  }
  .press-container .page-header .page-subtitle {
      margin-bottom: 20px;
      padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .press-container .press-entries {
      display: flex;
      flex-wrap: wrap;
  }
}
.press-container .press-entries .press-entry {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
}
@media only screen and (min-width: 1025px) {
  .press-container .press-entries .press-entry {
      flex-basis: 33.333333%;
  }
}
@media only screen and (max-width: 1280px) {
  .press-container .press-entries .press-entry {
      flex-basis: 50%;
  }
}
@media only screen and (min-width: 1281px) {
  .press-container .press-entries .press-entry:nth-child(even) {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .press-container .press-entries .press-entry:nth-child(4n-1),
  .press-container .press-entries .press-entry:nth-child(4n-2) {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media only screen and (max-width: 767px) {
  .press-container .press-entries .press-entry:nth-child(odd) {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
.press-container .press-entries .press-entry .press-entry-inner {
  padding: 120px;
}
@media only screen and (max-width: 1366px) {
  .press-container .press-entries .press-entry .press-entry-inner {
      padding: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .press-container .press-entries .press-entry .press-entry-inner {
      padding: 120px;
  }
}
@media print {
  .press-container .press-entries .press-entry .press-entry-inner {
      padding: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .press-container .press-entries .press-entry .press-entry-inner {
      padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .press-container .press-entries .press-entry .press-entry-inner {
      padding: 30px;
  }
}
.press-container .press-entries .press-entry .press-entry-inner .press-entry-thumb {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: left center;
  height: 40px;
  width: auto;
  max-width: 100%;
  margin-bottom: 15px;
}
@supports (-ms-ime-align: auto) {
  .press-container .press-entries .press-entry .press-entry-inner .press-entry-thumb {
      background-size: 100% 100%;
  }
}
.press-container .press-entries .press-entry .press-entry-inner .press-entry-publication {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .press-container .press-entries .press-entry .press-entry-inner .press-entry-publication {
      font-size: 14px;
      line-height: 25px;
  }
}
.press-container .press-entries .press-entry .press-entry-inner .press-entry-title {
  font-family: "GT-Walsheim-Regular";
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .press-container .press-entries .press-entry .press-entry-inner .press-entry-title {
      font-size: 16px;
      line-height: 20px;
  }
}
.press-container .press-entries .press-entry .press-entry-inner .press-entry-date {
  display: block;
  margin-bottom: 15px;
}
.press-container .press-entries .press-entry .press-entry-inner .press-entry-content {
  margin-bottom: 25px;
}
.press-container .press-entries .press-entry .press-entry-inner .press-entry-cta {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  border-bottom: 1px solid #1f204a;
}
.press-container .load-more {
  transition: all 500ms ease-out;
  max-height: 169px;
  opacity: 1;
  overflow-y: hidden;
  cursor: pointer;
}
.press-container .load-more.disabled {
  max-height: 0;
  opacity: 0;
}
.press-container .load-more .load-more-inner {
  padding: 60px;
  text-align: center;
  border-top: 1px solid #eaeaea;
}
@media print {
  .press-container .load-more .load-more-inner {
      padding: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .press-container .load-more .load-more-inner {
      padding: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .press-container .load-more .load-more-inner {
      padding: 30px 30px;
  }
}
.press-container .load-more .load-more-inner .load-more-arrow {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  animation: arrowDownfadeIn 3s ease-in both infinite;
  background-image: url("images/arrow-down-black.svg");
}
@supports (-ms-ime-align: auto) {
  .press-container .load-more .load-more-inner .load-more-arrow {
      background-size: 100% 100%;
  }
}
.press-container .load-more .load-more-inner .load-more-arrow:after {
  content: "\0020";
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.press-container .load-more .load-more-inner .load-more-cta {
  display: block;
}
@keyframes ellipsis {
  to {
      width: 1.25em;
  }
}
@-webkit-keyframes ellipsis {
  to {
      width: 1.25em;
  }
}
.press-container .load-more.loading .load-more-inner .load-more-arrow {
  background-image: none;
  animation: initial;
}
.press-container .load-more.loading .load-more-inner .load-more-arrow:after {
  content: "\2026";
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  width: 0px;
}
.blog-landing-container {
  margin-top: 110px;
}
@media print {
  .blog-landing-container {
      margin-top: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container {
      margin-top: 90px;
  }
}
.blog-landing-container.filtered .blog-aside-post,
.blog-landing-container.filtered .blog-aside-contact {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container.filtered .blog-landing-split aside.blog-landing-split-left {
      height: 100vh;
  }
}
.blog-landing-container .blog-landing-split {
  position: relative;
}
.blog-landing-container .blog-landing-split .blog-landing-split-inner {
  position: relative;
  padding: 60px;
  z-index: 1;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-inner {
      padding: 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-inner {
      padding: 30px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left {
      position: fixed;
      width: 50%;
      top: 110px;
      left: 0;
  }
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left.absolute {
      position: absolute;
      top: initial;
      bottom: 0;
  }
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left.no-sticky {
      position: absolute;
      top: 0;
  }
}
@media print {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left {
      position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left {
      position: relative;
  }
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-landing-split-left-visibility {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
}
@media print {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-landing-split-left-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-landing-split-left-visibility {
      top: -90px;
  }
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 110px);
  color: white;
}
@media print {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post {
      min-height: 70vh;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post {
      min-height: 70vh;
  }
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-tags {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Medium";
  margin-bottom: 15px;
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
  display: inline-block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-title {
      font-size: 40px;
      line-height: 45px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-title {
      font-size: 40px;
      line-height: 1.3em;
  }
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-author-outer {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
  margin-bottom: 15px;
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-author-outer .blog-landing-author-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 40px;
  border-radius: 40px;
  //margin-right: 10px;
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-author-outer span:not(:last-of-type) {
  margin-right: -15px;
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-author-outer .blog-landing-author-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-author-outer .blog-landing-author-image > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-author-outer .blog-landing-author-date {
  flex: 1;
  margin-top: 5px;
  margin-left: 10px;
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-author-outer .blog-landing-author-date .blog-landing-author {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  display: block;
  line-height: 1.1em;
  opacity: 1;
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-author-outer .blog-landing-author-date .blog-landing-date {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  opacity: 1;
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-excerpt {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  width: 60%;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-excerpt {
      font-size: 14px;
      line-height: 25px;
  }
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .blog-aside-background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 0;
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-aside-post .block-click {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay {
  background-color: #8fd7e8;
  color: white;
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay {
      height: 100%;
      z-index: 2;
  }
}
@media print {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay {
      position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay {
      position: relative;
  }
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-inner {
  padding: 60px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-inner {
      padding-top: 30px;
      padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-inner {
      padding: 30px;
  }
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-title {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Medium";
  display: block;
  margin-bottom: 20px;
}
@media print {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-title {
      display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-title {
      display: none;
  }
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items {
  margin-bottom: 60px;
}
@media print {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items {
      display: flex;
      margin-bottom: 0;
      flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items {
      display: flex;
      margin-bottom: 0;
      flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items .blog-filters-overlay-item {
      font-family: "GT-Walsheim-Thin";
      font-size: 80px;
      line-height: 88px;
      display: flex;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1366px), only screen and (min-width: 1025px) and (max-width: 767px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items .blog-filters-overlay-item {
      font-size: 40px;
      line-height: 45px;
  }
}
@media print {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items .blog-filters-overlay-item {
      font-family: "GT-Walsheim-Light";
      font-size: 18px;
      line-height: 30px;
      padding-right: 24px;
  }
}
@media print and (max-width: 767px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items .blog-filters-overlay-item {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items .blog-filters-overlay-item {
      font-family: "GT-Walsheim-Light";
      font-size: 18px;
      line-height: 30px;
      padding-right: 24px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1025px) and (max-width: 1366px), only screen and (max-width: 1024px) and (max-width: 767px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items .blog-filters-overlay-item {
      font-size: 14px;
      line-height: 25px;
  }
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items .blog-filters-overlay-item span {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20em;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items .blog-filters-overlay-item span {
      padding-right: 40px;
  }
}
@media print {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items .blog-filters-overlay-item span {
      padding-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items .blog-filters-overlay-item span {
      padding-left: 15px;
  }
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items .blog-filters-overlay-item span:after {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  top: 0.15em;
  height: calc(100% - 0.15em);
  background-image: url("images/overlay-x-sm-white.svg");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px auto;
}
@media print {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items .blog-filters-overlay-item span:after {
      background-size: 6px auto;
      background-position: center left;
      width: 15px;
      right: auto;
      left: 0;
      top: 0.09em;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-items .blog-filters-overlay-item span:after {
      background-size: 6px auto;
      background-position: center left;
      width: 15px;
      right: auto;
      left: 0;
      top: 0.09em;
  }
}
.blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-clear {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
@media print {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-clear {
      display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split aside.blog-landing-split-left .blog-filters-overlay .blog-filters-overlay-clear {
      display: none;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right {
  background-color: rgba(31, 32, 74, 0.02);
  min-height: 50vh;
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right {
      margin-left: 50%;
      width: 50%;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav {
  transition: opacity 250ms ease-out;
  position: relative;
  width: 100%;
  padding: 40px 60px;
  background-color: white;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
@media print {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav {
      position: absolute;
  }
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav.fixed {
      position: fixed;
      top: 90px;
      left: 0;
      width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav {
      position: absolute;
  }
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav.fixed {
      position: fixed;
      top: 90px;
      left: 0;
      width: 100%;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav.active {
  opacity: 1;
  pointer-events: initial;
}
@media only screen and (max-width: 1366px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav {
      padding: 20px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav {
      padding: 20px 30px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer {
  display: inline-block;
  margin-right: 45px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer {
      position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer {
      margin-right: 27px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer.active .blog-landing-nav-list {
  pointer-events: all;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-item {
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  position: relative;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-item:after {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 1px;
  right: -18px;
  width: 10px;
  height: calc(100% - 1px);
  background-image: url("images/caret-down.svg");
}
@supports (-ms-ime-align: auto) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-item:after {
      background-size: 100% 100%;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list {
  transition: all 250ms ease-out;
  position: absolute;
  width: 315px;
  left: 0;
  top: 40px;
  background-color: white;
  max-height: 0;
  opacity: 0;
  overflow-y: hidden;
  pointer-events: none;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list {
  overflow-y: hidden;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list:not(.transitioning) {
  overflow-y: auto !important;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list::-webkit-scrollbar {
  width: 4px;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list::-webkit-scrollbar-track {
  background-color: rgba(31, 32, 74, 0.2);
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list::-webkit-scrollbar-thumb {
  background-color: rgba(31, 32, 74, 0.5);
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list {
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list {
      width: 100%;
      top: 65px;
      display: flex;
      flex-wrap: wrap;
      padding: 0 30px 30px;
      box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.2);
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list .blog-landing-nav-list-item {
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list .blog-landing-nav-list-item {
      flex-basis: 50%;
      border: none;
      padding: 0 15px 10px 0;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list .blog-landing-nav-list-item span {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-left: 40px;
  display: block;
  line-height: 1.3em !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list .blog-landing-nav-list-item span {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list .blog-landing-nav-list-item span {
      padding-left: 24px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list .blog-landing-nav-list-item span:before {
  transition: all 250ms ease-out;
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 12px;
  height: 12px;
  background-color: rgba(31, 32, 74, 0.04);
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list .blog-landing-nav-list-item span:before {
      left: 0;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list .blog-landing-nav-list-item.active span:before {
  background-color: #1f204a;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list .blog-landing-nav-list-submit {
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  padding: 15px;
  color: white;
  background-color: #1f204a;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer .blog-landing-nav-list .blog-landing-nav-list-submit {
      flex-basis: 100%;
      margin-top: 10px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer.active:after {
  background-image: url("images/caret-up.svg");
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer.active .blog-landing-nav-list {
  max-height: 600px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-nav .blog-landing-nav-item-outer.active .blog-landing-nav-list {
      max-height: 450px;
  }
}
@media print {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-posts {
      margin-top: 65px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-posts {
      margin-top: 65px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  padding: 60px 0;
  position: relative;
  justify-content: space-between;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post:last-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post {
      flex-direction: column-reverse;
      padding: 35px 0 45px 0;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post:first-child {
  padding-top: 0;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info {
  padding-right: 55px;
}
@media only screen and (max-width: 1366px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info {
      padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info {
      padding-right: 0;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-tags {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Medium";
  margin-bottom: 5px;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-title {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  font-family: "GT-Walsheim-Thin";
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-title {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-title {
      line-height: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-title {
      line-height: 1.5em;
  }
}
@media print {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-title {
      line-height: 1.1em;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-title {
      line-height: 1.1em;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-author-outer {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-author-outer .blog-landing-author-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 40px;
  border-radius: 40px;
  //margin-right: 10px;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-author-outer span:not(:last-of-type) {
  margin-right: -15px;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-author-outer .blog-landing-author-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-author-outer .blog-landing-author-image > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-author-outer .blog-landing-author-date {
  flex: 1;
  margin-top: 5px;
  margin-left: 10px;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-author-outer .blog-landing-author-date .blog-landing-author {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  display: block;
  line-height: 1.1em;
  opacity: 0.5;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-author-outer .blog-landing-author-date .blog-landing-date {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  opacity: 0.5;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-excerpt {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-info .blog-landing-excerpt {
      font-size: 14px;
      line-height: 25px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-image {
  flex: 0 0 220px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-image {
      flex: 0 0 110px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-image {
      width: 100%;
      margin-bottom: 20px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-image .blog-landing-post-thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-image .blog-landing-post-thumb:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-image .blog-landing-post-thumb > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .blog-landing-post-image .blog-landing-post-thumb {
      margin-top: 30px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-post .block-click {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item {
      border-bottom: none;
      flex-basis: calc(33.333333% - 40px);
      justify-content: flex-end;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item {
      flex-basis: calc(33.333333% - 26px);
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item:first-child {
      padding-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item:last-child {
      padding-bottom: 0;
      border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item:after {
      content: "";
      position: absolute;
      width: calc(100% + 60px);
      height: 1px;
      left: 0;
      bottom: 0;
      background-color: #eaeaea;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item:nth-child(3n):after {
      width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item:nth-child(3n + 1):nth-last-child(-n + 3) ~ *,
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item:nth-child(3n + 1):nth-last-child(-n + 3) {
      padding-bottom: 0;
  }
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item:nth-child(3n + 1):nth-last-child(-n + 3) ~ *:after,
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item:nth-child(3n + 1):nth-last-child(-n + 3):after {
      content: none;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item:first-child {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item .blog-landing-post-image {
      width: 100%;
      margin-bottom: 20px;
      flex: none;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item .blog-landing-post-image .blog-landing-post-thumb {
      margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item .blog-landing-post-info {
      padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item .blog-landing-post-info .blog-landing-title {
      font-family: "GT-Walsheim-Medium";
      font-size: 20px;
      line-height: 25px;
      font-family: "GT-Walsheim-Light";
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item .blog-landing-post-info .blog-landing-title {
      font-size: 14px;
      line-height: 1.3em;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item .blog-landing-post-info .blog-landing-author-outer {
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item .blog-landing-post-info .blog-landing-author-outer {
      margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item .blog-landing-post-info .blog-landing-author-outer .blog-landing-author-image {
    display: none;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item .blog-landing-post-info .blog-landing-author-outer .blog-landing-author-image {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item .blog-landing-post-info .blog-landing-author-outer .blog-landing-author-date {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item .blog-landing-post-info .blog-landing-author-outer .blog-landing-author-date {
      margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-landing-grid .blog-landing-grid-item .blog-landing-post-info .blog-landing-excerpt {
      display: none;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination {
  position: relative;
  border-top: 1px solid #eaeaea;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  padding: 60px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner {
      padding: 30px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-prev,
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-next {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 68px;
}
@supports (-ms-ime-align: auto) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-prev,
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-next {
      background-size: 100% 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-prev,
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-next {
      top: 35px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-prev {
  left: 60px;
  background-image: url("images/arrow-left-black.svg");
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-prev {
      left: 30px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-next {
  right: 60px;
  background-image: url("images/arrow-right-black.svg");
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-next {
      right: 30px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-list {
  display: flex;
  padding: 0 30px;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-list .pag-list-cell {
  position: relative;
  flex: 0 0 16.666667%;
  text-align: center;
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-list .pag-list-cell.current:before {
  content: "";
  position: absolute;
  top: -61px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1f204a;
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .blog-pagination .blog-pagination-inner .pag-list .pag-list-cell.current:before {
      top: -31px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .not-found .not-found-blurb {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 55px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-landing-split-right .not-found .not-found-blurb {
      font-size: 18px;
      line-height: 27px;
  }
}
.blog-landing-container .blog-landing-split .blog-landing-split-right .not-found .not-found-clear {
  margin-top: 30px;
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  border-bottom: 1px solid #1f204a;
}
.blog-landing-container .blog-landing-split .blog-aside-contact {
  min-height: calc(100vh - 110px);
  padding: 60px;
  color: white;
  background-color: #ca054d;
}
.blog-landing-container .blog-landing-split .blog-aside-contact .mc4wp-success {
  display: none !important;
}
.blog-landing-container .blog-landing-split .blog-aside-contact .newsletter-form-header {
  padding-bottom: 54px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact .newsletter-form-header .newsletter-form-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact .newsletter-form-header .newsletter-form-intro {
  padding-top: 21px;
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact .newsletter-form-header .newsletter-form-intro {
      font-size: 40px;
      line-height: 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact .newsletter-form-header .newsletter-form-intro {
      max-width: 75vw;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact .newsletter-form-header {
      padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact .newsletter-form-intro {
      font-size: 35px !important;
      line-height: 1.114285714285714em !important;
  }
}
@media print {
  .blog-landing-container .blog-landing-split .blog-aside-contact {
      min-height: calc(100vh - 90px);
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact {
      min-height: calc(100vh - 90px);
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact {
      padding: 30px 30px;
  }
}
@media print {
  .blog-landing-container .blog-landing-split .blog-aside-contact:not(.blog-aside-contact--device) {
      display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact:not(.blog-aside-contact--device) {
      display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact.blog-aside-contact--device {
      display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form.big .form-cols {
      margin-right: -60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form.big .form-cols {
      margin-right: -48px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form.big .form-cols {
      margin-right: -30px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form.big .form-cols:first-child .form-col {
      padding-top: 0;
  }
  .blog-landing-container .blog-landing-split .blog-aside-contact form.big .form-cols .form-col {
      display: block;
      float: left;
      padding-right: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form.big .form-cols .form-col {
      padding-right: 48px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form.big .form-cols .form-col {
      padding-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form.big .form-cols.size-2 .form-col {
      width: 50%;
  }
  .blog-landing-container .blog-landing-split .blog-aside-contact form.big .form-cols.size-3 .form-col {
      width: 33.333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form:not(.big) .form-cols {
      margin-right: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form:not(.big) .form-cols {
      margin-right: -48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form:not(.big) .form-cols {
      margin-right: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form:not(.big) .form-cols:first-child .form-col {
      padding-top: 0;
  }
  .blog-landing-container .blog-landing-split .blog-aside-contact form:not(.big) .form-cols .form-col {
      display: block;
      float: left;
      padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form:not(.big) .form-cols .form-col {
      padding-right: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form:not(.big) .form-cols .form-col {
      padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form:not(.big) .form-cols.size-2 .form-col {
      width: 50%;
  }
  .blog-landing-container .blog-landing-split .blog-aside-contact form:not(.big) .form-cols.size-3 .form-col {
      width: 33.333333333%;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-cols:first-child .form-col:first-child {
  padding-top: 0;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-col {
  position: relative;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-col .error {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: red;
  display: block;
  padding-top: 6px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input {
  width: 100%;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-title.mobile___hide {
      display: none;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-intro {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-intro.mobile___hide {
      display: none;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-options {
  position: relative;
  margin-top: 20px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-options a {
  border-bottom: 1px solid #1f204a;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer {
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer {
      padding-top: 48px;
  }
}
@media print {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer {
      text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer {
      text-align: center;
  }
}
@media print {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col.skip {
      order: -1;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-exit-link {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  margin: 0 36px;
  display: inline-block;
  border-bottom: 1px solid #1f204a;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form label {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  line-height: 1em;
  margin-bottom: -2px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form label {
      margin-bottom: 0;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-cols .form-col {
  width: 100%;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-cols .form-col {
      padding-top: 42px;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-cols .form-col.disabled {
  display: none;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .checkbox-group {
  display: flex;
  align-items: center;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="checkbox"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #1f204a;
  border-color: #fff;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
  background-size: 10px auto;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="checkbox"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="checkbox"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="checkbox"].input-error {
  border-color: red;
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="checkbox"].input-error::-moz-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="checkbox"].input-error::-webkit-input-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="checkbox"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="checkbox"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@supports (-ms-ime-align: auto) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="checkbox"] {
      background-size: 100% 100%;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="checkbox"] + span {
  padding-bottom: 0.1em;
  line-height: 18px;
  padding-left: 12px;
}
@supports (-ms-ime-align: auto) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="checkbox"] {
      background-size: 10px 10px;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="checkbox"]:checked {
  background-image: url("images/checkbox-checked.svg");
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="radio"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #000;
  border-radius: 0;
  color: #1f204a;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #1f204a;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="radio"]::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="radio"]::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="radio"].input-error {
  border-color: red;
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="radio"].input-error::-moz-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="radio"].input-error::-webkit-input-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="radio"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="radio"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@supports (-ms-ime-align: auto) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="radio"] {
      background-size: 100% 100%;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="radio"] + span {
  padding-bottom: 0.1em;
  line-height: 18px;
  padding-left: 12px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="radio"].checked:after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 2px;
  left: 2px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="email"],
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="password"],
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="tel"],
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="text"],
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="zip"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  height: 60px;
  border-bottom: 1px solid #fff;
  padding: 0;
  width: 100%;
  padding-bottom: 0;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="email"]::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="password"]::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="tel"]::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="text"]::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="zip"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="email"]::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="password"]::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="tel"]::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="text"]::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="zip"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="email"].input-error,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="password"].input-error,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="tel"].input-error,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="text"].input-error,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="zip"].input-error {
  border-color: red;
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="email"].input-error::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="password"].input-error::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="tel"].input-error::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="text"].input-error::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="zip"].input-error::-moz-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="email"].input-error::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="password"].input-error::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="tel"].input-error::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="text"].input-error::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="zip"].input-error::-webkit-input-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="email"]:focus::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="password"]:focus::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="tel"]:focus::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="text"]:focus::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="zip"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="email"]:focus::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="password"]:focus::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="tel"]:focus::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="text"]:focus::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="zip"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="email"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="password"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="tel"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="text"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="zip"] {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="email"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="password"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="tel"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="text"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="zip"] {
      line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="email"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="password"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="tel"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="text"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="zip"] {
      height: 50px;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="button"],
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="submit"],
.blog-landing-container .blog-landing-split .blog-aside-contact form button {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  background-color: #fff;
  color: #1f204a;
  border: 1px solid rgba(31, 32, 74, 0.48);
  line-height: 1em;
  text-align: center;
  height: 48px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="button"]::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="submit"]::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form button::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="button"]::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="submit"]::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form button::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="button"].input-error,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="submit"].input-error,
.blog-landing-container .blog-landing-split .blog-aside-contact form button.input-error {
  border-color: red;
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="button"].input-error::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="submit"].input-error::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form button.input-error::-moz-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="button"].input-error::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="submit"].input-error::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form button.input-error::-webkit-input-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="button"]:focus::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="submit"]:focus::-moz-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form button:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="button"]:focus::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="submit"]:focus::-webkit-input-placeholder,
.blog-landing-container .blog-landing-split .blog-aside-contact form button:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="button"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="submit"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form button {
      height: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="button"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form input[type="submit"],
  .blog-landing-container .blog-landing-split .blog-aside-contact form button {
      width: 282px;
      display: inline-block;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .link-btn {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  background-color: #fff;
  color: #1f204a;
  border: 1px solid rgba(31, 32, 74, 0.48);
  line-height: 1em;
  text-align: center;
  height: 48px;
  display: block;
  line-height: 48px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .link-btn::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .link-btn::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .link-btn.input-error {
  border-color: red;
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .link-btn.input-error::-moz-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .link-btn.input-error::-webkit-input-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .link-btn:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .link-btn:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .link-btn {
      height: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .link-btn {
      width: 282px;
      display: inline-block;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form textarea {
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  border: 1px solid #1f204a;
  width: 100%;
  height: 158px;
  margin-top: 16px;
  color: #000;
  padding: 16px 20px 20px 20px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form textarea.input-error {
  border-color: red;
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form textarea.input-error::-moz-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form textarea.input-error::-webkit-input-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  height: 60px;
  border-bottom: 1px solid #fff;
  padding: 0;
  width: 100%;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button.input-error {
  border-color: red;
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button.input-error::-moz-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button.input-error::-webkit-input-placeholder {
  color: red;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button {
      line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button {
      height: 50px;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button.ui-selectmenu-button-open {
  border-bottom: none;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button .ui-selectmenu-text {
  margin: 0;
  padding-top: 10px;
  padding-right: 30px;
  color: #fff;
  padding-top: 10px;
  height: 100%;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button .ui-selectmenu-text.placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  float: none;
  right: 0px;
  top: 0px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  width: 30px;
  height: 100%;
  background-color: transparent;
  color: transparent;
  background-image: url("images/select-drop-w.svg");
}
@supports (-ms-ime-align: auto) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button .ui-selectmenu-icon {
      background-size: 100% 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button .ui-selectmenu-icon {
      background-size: 24px auto;
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-button .ui-selectmenu-icon {
      width: 24px;
      background-size: 18px auto;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu {
  transition: opacity 250ms ease-out;
  background: #ca054d;
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.1);
  border: none;
  display: block;
  pointer-events: none;
  opacity: 0;
  max-height: 300px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu {
  overflow-y: hidden;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu:not(.transitioning) {
  overflow-y: auto !important;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu::-webkit-scrollbar {
  width: 4px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu::-webkit-scrollbar-track {
  background-color: rgba(31, 32, 74, 0.2);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu::-webkit-scrollbar-thumb {
  background-color: rgba(31, 32, 74, 0.5);
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu .ui-menu-item {
  font-family: "GT-Walsheim-Medium";
  font-size: 20px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  color: #fff;
  min-height: 0;
  height: auto;
  line-height: 82px;
  border-bottom: 1px solid #f4f4f7;
  border-color: #fff;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu .ui-menu-item.ui-state-disabled {
  display: none;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
  min-height: 82px;
  padding: 0;
  padding-left: 20px;
  display: block;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper:focus {
  outline: none;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  padding: 0;
  margin: 0;
  background-color: #d84e7d;
  padding-left: 20px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu .ui-menu-item:last-child {
  border: none;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu.ui-selectmenu-open {
  opacity: 1;
  pointer-events: all;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .mc4wp-ajax-loader {
  display: none !important;
}
@media only screen and (min-width: 1367px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu {
      width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu {
      width: calc(100% - 48px);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu {
      width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu {
      width: calc(100%);
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu .ui-menu {
  width: 100% !important;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .ui-selectmenu-menu .ui-menu-item-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px !important;
}
@media print {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer-col {
      padding-left: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer-col {
      padding-left: 0 !important;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form input[type="submit"] {
  border: none;
  font-family: "GT-Walsheim-Light";
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer {
  justify-content: flex-start;
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col.skip {
      order: 0;
  }
}
@media print {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col.skip {
      padding-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col.skip {
      padding-top: 20px;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col.skip a {
  margin-bottom: 3px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer:not(.with-gdpr) .gdpr {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col.gdpr {
      flex-basis: 50%;
  }
}
@media print {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col.gdpr {
      text-align: left;
      padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col.gdpr {
      text-align: left;
      padding-bottom: 30px;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col.gdpr .gdpr-intro {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  max-width: 33em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col.gdpr .gdpr-intro {
      font-size: 14px;
      line-height: 25px;
  }
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col.gdpr .gdpr-options {
  margin-top: 20px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col.gdpr .gdpr-options label input[type="checkbox"] + span {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
  margin-bottom: 18px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col.gdpr .gdpr-disclaimer {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  padding-top: 18px;
  max-width: 36em;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col {
  flex-basis: 50%;
  padding-left: 30px;
}
.blog-landing-container .blog-landing-split .blog-aside-contact form .form-footer .form-footer-col input[type="submit"] {
  width: 100%;
  display: block;
}
.module-share {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
}
.module-share .cta {
  display: inline-block;
  border-bottom: 1px solid #1f204a;
}
.module-share.active .cta {
  border-color: transparent !important;
}
.module-share.active .share-option-list {
  opacity: 1;
  pointer-events: all;
}
.module-share .share-option-list {
  transition: all 250ms ease-out;
  list-style: none;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  margin-top: 6px;
}
.module-share .share-option-list.absolute {
  position: absolute;
}
.module-share .share-option-list .share-option {
  display: inline-block;
  margin-right: 5px;
}
.module-share .share-option-list .share-option a {
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  height: 36px;
  display: block;
}
@supports (-ms-ime-align: auto) {
  .module-share .share-option-list .share-option a {
      background-size: 100% 100%;
  }
}
.module-share .share-option-list .share-option.social-fb a {
  background-image: url("images/social-fb-dark.svg");
}
.module-share .share-option-list .share-option.social-tw a {
  background-image: url("images/social-tw-dark.svg");
}
.module-share .share-option-list .share-option.social-li a {
  background-image: url("images/social-li-dark.svg");
}
.module-share .share-option-list .share-option.social-in a {
  background-image: url("images/social-in-dark.svg");
}
.module-share .share-option-list .share-option.social-mail a {
  background-image: url("images/social-email.svg");
}
.module-share .share-option-list .share-option a {
  width: 28px;
  height: 28px;
  background-size: 28px auto;
}
@supports (-ms-ime-align: auto) {
  .module-share .share-option-list .share-option a {
      background-size: 28px 28px;
  }
}
.blog-container {
  position: relative;
}
.blog-container .page-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #ffb700;
  text-align: left;
  color: #fff;
  padding: 0 8%;
  position: relative;
  overflow: hidden;
  min-height: 39vw;
}
.blog-container .page-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
@media print {
  .blog-container .page-header {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .page-header {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .page-header {
      min-height: 90vw;
  }
}
.blog-container .page-header .page-tags-title {
  position: absolute;
  padding: 60px;
  width: 50%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .blog-container .page-header .page-tags-title {
      min-width: 42em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .blog-container .page-header .page-tags-title {
      position: relative;
      padding: 0;
      width: 100%;
      left: initial;
      bottom: initial;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .page-header .page-tags-title {
      width: 100%;
      padding: 30px;
  }
}
.blog-container .page-header .page-tags-title .page-date {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  font-family: "GT-Walsheim-Regular";
  margin-top: 20px;
  text-align: left;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-container .page-header .page-tags-title .page-date {
      font-size: 14px;
      line-height: 25px;
  }
}
.blog-container .page-header .page-tags-title .page-date h3 {
  display: inline;
}
.blog-container .page-header .page-tags-title .page-tags {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  font-family: "GT-Walsheim-Regular";
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-container .page-header .page-tags-title .page-tags {
      font-size: 14px;
      line-height: 25px;
  }
}
.blog-container .page-header .page-tags-title .page-tags h3 {
  display: inline;
}
.blog-container .page-header .page-tags-title .page-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 50px;
  line-height: 65px;
  line-height: 1.1em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .blog-container .page-header .page-tags-title .page-title {
      font-size: 30px;
      line-height: 55px;
  }
}
@media print {
  .blog-container .page-header .page-tags-title .page-title {
      text-align: left;
      max-width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .page-header .page-tags-title .page-title {
      text-align: left;
      max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .page-header .page-tags-title .page-title {
      line-height: 1.1em;
  }
}
.blog-container .page-header .page-header-visibility {
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
}
@media print {
  .blog-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .page-header .page-header-visibility {
      top: -90px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module {
      padding: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-container .modules .module {
      padding: 48px;
  }
}
.blog-container .modules .module .module-block {
  padding: 0 60px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-container .modules .module .module-block {
      padding: 0 48px;
  }
}
@media print {
  .blog-container .modules .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .modules .module .module-block {
      padding-top: 60px;
      padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module .module-block {
      padding: 30px 30px;
  }
}
.blog-container .modules .module .module-block.module-block-text ul {
  padding: 0;
  margin-left: 1.02em;
}
.blog-container .modules .module .module-block.module-block-text ul li {
  padding-bottom: 40px;
}
.blog-container .modules .module .module-block.module-block-text ul li:last-child {
  padding: 0;
}
.blog-container .modules .module .module-block.module-block-text .module-block-interior {
  max-width: 900px;
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module .module-block.module-block-1 {
      padding-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module .module-block .module-block-interior.with-footnote {
      padding-bottom: 100px;
  }
  .blog-container .modules .module .module-block .module-block-interior.with-footnote.with-footnote-longer {
      padding-bottom: 150px;
  }
  .blog-container .modules .module .module-block .module-block-interior.with-footnote.with-footnote-longest {
      padding-bottom: 240px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module .module-block .footnote:not(.relative) {
      position: absolute;
      padding: 60px;
      bottom: 0;
      left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .blog-container .modules .module .module-block .footnote:not(.relative) {
      padding: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module .module-block .footnote.relative {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .blog-container .modules .module .module-block .footnote.relative {
      padding-top: 48px;
  }
}
@media print {
  .blog-container .modules .module .module-block .footnote {
      padding-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .modules .module .module-block .footnote {
      padding-top: 30px;
  }
}
.blog-container .modules .module .block-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.blog-container .modules .module {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module {
      padding-bottom: 165px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module .module-block {
      display: block;
      float: left;
      width: 50%;
  }
}
@media print {
  .blog-container .modules .module .module-block {
      padding: 30px 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .modules .module .module-block {
      padding: 30px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module .module-block {
      padding: 30px;
  }
}
.blog-container .modules .module .module-block iframe {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module .module-block.module-block-2:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: rgba(31, 32, 74, 0.02);
      z-index: -1;
      left: 50%;
  }
  .blog-container .modules .module .module-block.module-block-2.fixed:before {
      position: fixed;
  }
}
@media print {
  .blog-container .modules .module .module-block.module-block-2 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .modules .module .module-block.module-block-2 {
      background-color: rgba(31, 32, 74, 0.02);
  }
}
.blog-container .modules .module .team-block {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-container .modules .module .team-block:not(:last-child) {
      margin-bottom: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module .team-block {
      padding-bottom: 72px;
  }
  .blog-container .modules .module .team-block:last-child {
      padding-bottom: 30px;
  }
}
.blog-container .modules .module .team-block .team-block-leader .author-block:not(:first-child) {
  margin-top: 18px;
}
.blog-container .modules .module .team-block .team-block-info {
  display: block;
  float: left;
  width: calc(100% - 280px);
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module .team-block .team-block-info {
      padding-left: 30px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .blog-container .modules .module .team-block .team-block-info {
      padding-left: 30px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .blog-container .modules .module .team-block .team-block-info {
      width: 100%;
      padding-left: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module .team-block .team-block-info {
      margin-top: 21px;
      width: 100%;
  }
}
.blog-container .modules .module .team-block .team-block-info .author-block:not(:first-child) {
  margin-top: 18px;
}
.blog-container .modules .module .team-block .team-block-image-group {
  display: block;
  float: left;
  width: 94px;
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module .team-block .team-block-image-group {
      width: 60px;
  }
}
.blog-container .modules .module .team-block .team-block-title-group {
  display: block;
  float: left;
  width: calc(280px - 94px);
  padding-left: 20px;
}
.blog-container .modules .module .team-block .team-block-title-group .team-block-name {
  font-family: "GT-Walsheim-Regular";
  font-size: 25px;
  line-height: 28px;
  font-family: "GT-Walsheim-Light";
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-container .modules .module .team-block .team-block-title-group .team-block-name {
      font-size: 16px;
      line-height: 20px;
  }
}
.blog-container .modules .module .team-block .team-block-title-group .team-block-position {
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  display: block;
}
@media only screen and (min-width: 768px) {
  .blog-container .modules .module .team-block .team-block-title-group .team-block-position {
      margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module .team-block .team-block-title-group .team-block-position {
      font-size: 14px;
      line-height: 1.4em;
  }
}
.blog-container .modules .module .team-block .team-block-image {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 100%;
  display: block;
}
.blog-container .modules .module .team-block .team-block-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.blog-container .modules .module .team-block .team-block-image > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-container .modules .module .team-block .team-block-image.team-block-type-aperture {
  background-image: url("images/logo-mark.svg");
}
.blog-container .modules .module .team-block .team-socials {
  margin-top: 10px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-container .modules .module .team-block .team-socials {
      padding-bottom: 12px;
  }
}
.blog-container .modules .module .team-block .team-socials .team-block-socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-container .modules .module .team-block .team-socials .team-block-socials li {
  display: inline-block;
}
.blog-container .modules .module .team-block .team-socials .team-block-socials li a {
  display: block;
}
.blog-container .modules .module .team-block .team-socials .team-social,
.blog-container .modules .module .team-block .team-socials .menu-item {
  display: inline-block;
  margin-right: 5px;
}
.blog-container .modules .module .team-block .team-socials .team-social a,
.blog-container .modules .module .team-block .team-socials .menu-item a {
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  height: 36px;
  display: block;
}
@supports (-ms-ime-align: auto) {
  .blog-container .modules .module .team-block .team-socials .team-social a,
  .blog-container .modules .module .team-block .team-socials .menu-item a {
      background-size: 100% 100%;
  }
}
.blog-container .modules .module .team-block .team-socials .team-social.social-fb a,
.blog-container .modules .module .team-block .team-socials .menu-item.social-fb a {
  background-image: url("images/social-fb-dark.svg");
}
.blog-container .modules .module .team-block .team-socials .team-social.social-tw a,
.blog-container .modules .module .team-block .team-socials .menu-item.social-tw a {
  background-image: url("images/social-tw-dark.svg");
}
.blog-container .modules .module .team-block .team-socials .team-social.social-li a,
.blog-container .modules .module .team-block .team-socials .menu-item.social-li a {
  background-image: url("images/social-li-dark.svg");
}
.blog-container .modules .module .team-block .team-socials .team-social.social-in a,
.blog-container .modules .module .team-block .team-socials .menu-item.social-in a {
  background-image: url("images/social-in-dark.svg");
}
.blog-container .modules .module .team-block .team-socials .team-social.social-mail a,
.blog-container .modules .module .team-block .team-socials .menu-item.social-mail a {
  background-image: url("images/social-email.svg");
}
.blog-container .modules .module .team-block .team-socials .team-social a,
.blog-container .modules .module .team-block .team-socials .menu-item a {
  width: 28px;
  height: 28px;
  background-size: 28px auto;
}
@supports (-ms-ime-align: auto) {
  .blog-container .modules .module .team-block .team-socials .team-social a,
  .blog-container .modules .module .team-block .team-socials .menu-item a {
      background-size: 28px 28px;
  }
}
.blog-container .modules .module .team-block .team-block-content {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  max-width: 19em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-container .modules .module .team-block .team-block-content {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-container .modules .module .team-block .team-block-content {
      max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module .team-block .team-block-content {
      max-width: 100%;
  }
}
.blog-container .modules .module .team-block .team-block-ctas {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  //line-height: 20px;
  margin-top: 20px;
}
.blog-container .modules .module .team-block .team-block-ctas .module-share {
  line-height: 0px !important;
}
.blog-container .modules .module .team-block .team-block-ctas .cta {
  display: inline-block;
  border-bottom: 1px solid #1f204a;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module .team-block {
      padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .blog-container .modules .module .team-block:not(:last-child) {
      margin-bottom: 40px;
  }
}
.blog-container .modules .module .team-block .team-block-title-group .team-block-name {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
}
.blog-container .modules .module .team-block .team-block-title-group .team-block-position {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .blog-container .modules .module .team-block .team-block-title-group .team-block-position {
      margin-top: 0;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .blog-container .modules .module .team-block .team-block-info {
      margin-top: 30px;
      padding-left: 0;
  }
}
.blog-container .modules .module .team-block .team-socials {
  margin-top: 0;
}
.blog-container .modules .module .team-block .team-socials .socials-blurb {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
}
.blog-container .modules .module .article-detail-date-ctas {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog-container .modules .module .article-detail-date-ctas .team-block-ctas {
  padding-left: 0;
  margin-top: 0px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .blog-container .modules .module .article-detail-date-ctas .team-block-ctas {
      flex: 0 0 calc(100% - 280px);
  }
}
.blog-container .modules .module .article-detail-date-ctas .team-block-ctas .cta {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
  margin-right: 20px;
}
.blog-container .modules .module .article-detail-date-ctas .blog-date {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
}
@media only screen and (min-width: 768px) {
  .blog-container .modules .module .article-detail-date-ctas .blog-date {
      flex: 0 0 280px;
  }
}
.blog-container .modules .module .article-detail-date-ctas .blog-author {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
  flex: 0 0 calc(100% - 80px);
}
.blog-container .modules .module .blog-attribution {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}
.blog-container .modules .module .blog-content {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-container .modules .module .blog-content {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module .blog-content {
    margin-bottom: 50px;
  }
}
.blog-container .modules .module .blog-content p {
  max-width: 80%;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-container .modules .module .blog-content p {
      max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module .blog-content p {
      max-width: none;
  }
}
.blog-container .modules .module .blog-content img {
  margin: 30px 0;
  width: 100%;
  height: auto;
  max-width: 85%;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-container .modules .module .blog-content img {
      max-width: 90%;
  }
}
.blog-container .modules .module .blog-content .wp-caption {
  width: 100% !important;
}
.blog-container .modules .module .blog-content .wp-caption img {
  margin-bottom: 0;
}
.blog-container .modules .module .blog-content .wp-caption .image-caption-outer {
  display: flex;
  max-width: 85%;
  margin-bottom: 30px;
}
.blog-container .modules .module .blog-content .wp-caption .image-caption-outer .image-caption {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  flex: 0 0 70%;
}
.blog-container .modules .module .blog-content .wp-caption .image-caption-outer .image-source {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  flex: 0 0 30%;
  text-align: right;
  opacity: 0.5;
}
.blog-container .modules .module aside.module-block {
  transition: opacity 200ms ease-out;
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module aside.module-block.fixed {
      position: fixed;
      padding: 60px;
      top: 110px;
      right: 0;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-container .modules .module aside.module-block.fixed {
      padding: 48px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module aside.module-block.hidden {
      opacity: 0;
  }
}
.blog-container .modules .module aside.module-block .blog-related-memo {
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .blog-container .modules .module aside.module-block .blog-related-memo {
      margin-bottom: 30px;
      max-width: 63%;
  }
}
@media only screen and (min-width: 768px) {
  .blog-container .modules .module aside.module-block .blog-related-memo {
      font-family: "GT-Walsheim-Regular";
      font-size: 14px;
      line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module aside.module-block .blog-related-memo {
      margin-bottom: 0px;
      margin-top: -8px;
      font-family: "GT-Walsheim-Light";
      font-size: 35px;
      line-height: 55px;
      font-family: "GT-Walsheim-Medium";
  }
}
@media only screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1366px), only screen and (max-width: 767px) and (max-width: 767px) {
  .blog-container .modules .module aside.module-block .blog-related-memo {
      font-size: 18px;
      line-height: 27px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module aside.module-block .blog-related-posts {
      max-width: 350px;
  }
}
@media print {
  .blog-container .modules .module aside.module-block .blog-related-posts {
      zoom: 1;
      margin: 0 -15px;
  }
  .blog-container .modules .module aside.module-block .blog-related-posts:before,
  .blog-container .modules .module aside.module-block .blog-related-posts:after {
      content: "\0020";
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
  }
  .blog-container .modules .module aside.module-block .blog-related-posts:after {
      clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .modules .module aside.module-block .blog-related-posts {
      zoom: 1;
      margin: 0 -15px;
  }
  .blog-container .modules .module aside.module-block .blog-related-posts:before,
  .blog-container .modules .module aside.module-block .blog-related-posts:after {
      content: "\0020";
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
  }
  .blog-container .modules .module aside.module-block .blog-related-posts:after {
      clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module aside.module-block .blog-related-posts {
      margin: 0;
  }
}
.blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post {
  padding: 20px 0;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post {
      border-bottom: 1px solid #eaeaea;
  }
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post:nth-child(n + 4) {
      display: none;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post {
      display: block;
      float: left;
      width: 50%;
      padding: 0 15px;
  }
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post:nth-child(n + 3) {
      display: none;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post {
      display: block;
      float: left;
      width: 100%;
  }
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post:nth-child(n + 4) {
      display: none;
  }
}
.blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-image > .content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-image {
      display: none;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-image {
      margin-bottom: 10px;
  }
}
.blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-tags {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Medium";
  margin-bottom: 5px;
}
.blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-title {
  font-family: "GT-Walsheim-Light";
  font-size: 20px;
  line-height: 25px;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-title {
      font-size: 14px;
      line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-title {
      display: inline-block;
      margin-bottom: 0;
      max-width: 90%;
      font-family: "GT-Walsheim-Thin";
      font-size: 20px;
      line-height: 1.2em;
  }
}
.blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-author {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  display: block;
  line-height: 1.1em;
  opacity: 0.5;
}
.blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-date {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  opacity: 0.5;
}
@media print {
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-author,
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-date {
      display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-author,
  .blog-container .modules .module aside.module-block .blog-related-posts .blog-related-post .blog-related-date {
      display: none;
  }
}
.blog-container .pagination {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  padding-top: 100px;
  padding: 60px;
}
@media print {
  .blog-container .pagination {
      padding-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .pagination {
      padding-top: 80px;
  }
}
.blog-container .pagination .pagi-post {
  display: block;
}
@media print {
  .blog-container .pagination .pagi-post {
      padding-bottom: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .pagination .pagi-post {
      padding-bottom: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .pagination .pagi-post {
      padding-bottom: 21px;
  }
}
.blog-container .pagination .pagi-post.previous-post .name {
  background-image: url("images/pagi-prev.svg");
}
@media only screen and (min-width: 1025px) {
  .blog-container .pagination .pagi-post.previous-post {
      padding-bottom: 5px;
  }
}
.blog-container .pagination .pagi-post.next-post .name {
  background-image: url("images/pagi-next.svg");
}
.blog-container .pagination .name {
  background-size: 13px 10px;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 24px;
  display: inline-block;
}
.blog-container .pagination .title {
  font-family: "GT-Walsheim-Light";
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .blog-container .pagination .title {
      display: block;
      padding-left: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .blog-container .pagination {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 165px;
  }
}
@media print {
  .blog-container .pagination {
      padding: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .pagination {
      padding: 30px;
  }
}
@media print {
  .blog-container .pagination:not(.pagination--device) {
      display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .pagination:not(.pagination--device) {
      display: none;
  }
}
.blog-container .pagination.pagination--device {
  padding: 80px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .blog-container .pagination.pagination--device {
      display: none;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .pagination.pagination--device {
      display: none;
  }
}
@media print {
  .blog-container .pagination.pagination--device .pagi-post {
      padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .pagination.pagination--device .pagi-post {
      padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-container .pagination.pagination--device .pagi-post {
      padding-bottom: 10px;
  }
}
@media print {
  .blog-container .pagination.pagination--device .pagi-post.next-post {
      padding-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-container .pagination.pagination--device .pagi-post.next-post {
      padding-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .terms-container {
      width: 50%;
      margin: 0 auto;
      padding-top: 110px;
      padding-bottom: 110px;
  }
}
@media print {
  .terms-container {
      padding: 90px 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .terms-container {
      padding: 90px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .terms-container {
      padding-left: 30px;
      padding-right: 30px;
  }
}
.terms-container .terms-title {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  margin-top: 81px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .terms-container .terms-title {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .terms-container .terms-title {
      line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .terms-container .terms-title {
      margin-top: 40px;
  }
}
.terms-container .terms-content {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  margin-top: 110px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .terms-container .terms-content {
      font-size: 14px;
      line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .terms-container .terms-content {
      margin-top: 30px;
  }
}
.terms-container .terms-content h3 {
  font-family: "GT-Walsheim-Medium";
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .terms-container .terms-content h3 {
      margin-top: 21px;
  }
}
.terms-container .terms-content ul {
  list-style: none;
}
@media only screen and (min-width: 1025px) {
  .terms-container .terms-content ul {
      padding-left: 40px;
      padding-right: 40px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .terms-container .terms-content ul {
      padding-left: 30px;
      padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .terms-container .terms-content ul {
      padding: 0;
  }
}
.terms-container .terms-content h4 {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  font-family: "GT-Walsheim-Medium";
  margin-top: 18px;
}
#overlay-view-distributions .overlay-interior > .fake-table {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  #overlay-view-distributions .overlay-content {
      padding-top: 0;
  }
}
#overlay-view-distributions #distributions-template .overlay-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
  font-family: "GT-Walsheim-Light";
  line-height: 1.7em;
}
#overlay-view-distributions #distributions-template .overlay-subtitle {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
  font-family: "GT-Walsheim-Thin";
  margin-bottom: 20px;
}
#overlay-view-distributions #distributions-template .table-outer {
  overflow-x: scroll;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
@media print {
  #overlay-view-distributions #distributions-template .table-outer {
      max-width: calc(100vw - 244px);
  }
}
@media only screen and (max-width: 1024px) {
  #overlay-view-distributions #distributions-template .table-outer {
      max-width: calc(100vw - 244px);
  }
}
@media only screen and (max-width: 767px) {
  #overlay-view-distributions #distributions-template .table-outer {
      max-width: calc(100vw - 64px);
  }
}
#overlay-view-distributions #distributions-template table {
  width: 100%;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
#overlay-view-distributions #distributions-template table th,
#overlay-view-distributions #distributions-template table td {
  position: relative;
  vertical-align: top;
}
#overlay-view-distributions #distributions-template table thead th {
  text-align: left;
}
#overlay-view-distributions #distributions-template table thead tr th {
  border-left: 1px solid #92c7d0;
  padding: 20px;
  background-color: #8fd7e8;
}
@media print {
  #overlay-view-distributions #distributions-template table thead tr th {
      width: 200px;
  }
  #overlay-view-distributions #distributions-template table thead tr th:nth-child(1) {
      position: absolute;
      z-index: 2;
      border-right: 1px solid #92c7d0;
  }
  #overlay-view-distributions #distributions-template table thead tr th:nth-child(2) {
      padding-left: 220px;
      width: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  #overlay-view-distributions #distributions-template table thead tr th {
      width: 200px;
  }
  #overlay-view-distributions #distributions-template table thead tr th:nth-child(1) {
      position: absolute;
      z-index: 2;
      border-right: 1px solid #92c7d0;
  }
  #overlay-view-distributions #distributions-template table thead tr th:nth-child(2) {
      padding-left: 220px;
      width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #overlay-view-distributions #distributions-template table thead tr th {
      width: 150px;
  }
  #overlay-view-distributions #distributions-template table thead tr th:nth-child(2) {
      padding-left: 170px;
      width: 300px;
  }
}
#overlay-view-distributions #distributions-template table thead tr th .expand-title {
  color: white;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
}
#overlay-view-distributions #distributions-template table thead tr th .expand-area {
  font-weight: normal;
}
#overlay-view-distributions #distributions-template table tbody tr td {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  border-left: 1px solid #eaeaea;
  padding: 20px;
  background-color: white;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  #overlay-view-distributions #distributions-template table tbody tr td {
      font-size: 14px;
      line-height: 25px;
  }
}
@media print {
  #overlay-view-distributions #distributions-template table tbody tr td {
      width: 200px;
  }
  #overlay-view-distributions #distributions-template table tbody tr td:nth-child(1) {
      position: absolute;
      z-index: 2;
      border-right: 1px solid #eaeaea;
  }
  #overlay-view-distributions #distributions-template table tbody tr td:nth-child(2) {
      padding-left: 220px;
      width: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  #overlay-view-distributions #distributions-template table tbody tr td {
      width: 200px;
  }
  #overlay-view-distributions #distributions-template table tbody tr td:nth-child(1) {
      position: absolute;
      z-index: 2;
      border-right: 1px solid #eaeaea;
  }
  #overlay-view-distributions #distributions-template table tbody tr td:nth-child(2) {
      padding-left: 220px;
      width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #overlay-view-distributions #distributions-template table tbody tr td {
      width: 150px;
  }
  #overlay-view-distributions #distributions-template table tbody tr td:nth-child(2) {
      padding-left: 170px;
      width: 300px;
  }
}
#overlay-view-distributions #distributions-template table tbody tr:nth-child(2n-1) td {
  background-color: #f7f7f7;
}
#overlay-view-distributions #distributions-template .question {
  position: relative;
}
#overlay-view-distributions #distributions-template .question .expand-title {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#overlay-view-distributions #distributions-template .question .expand-title:after {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-left: 9px;
  width: 15px;
  height: 1em;
  max-height: 14px;
  margin-top: -4px;
  background-image: url("images/question.svg");
}
@supports (-ms-ime-align: auto) {
  #overlay-view-distributions #distributions-template .question .expand-title:after {
      background-size: 100% 100%;
  }
}
#overlay-view-distributions #distributions-template .question .expand-area {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  transition: top 250ms ease-out, opacity 250ms ease-out;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  width: calc(100% - 10px);
  background-color: #fff;
  opacity: 0;
  box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  min-width: 90px;
  z-index: 10;
}
#overlay-view-distributions #distributions-template .question .expand-area.active {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
#overlay-view-distributions #distributions-template .question .expand-area:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 6px solid #fff;
}
#overlay-view-distributions #distributions-template .question .expand-area.active {
  top: calc(100% + 10px);
}
#overlay-view-distributions #distributions-template .question .expand-area .expand-area-interior {
  padding: 14px;
}
#overlay-view-distributions #distributions-template .question .expand-area .expand-area-interior .tooltip-content h4 {
  font-weight: bold;
  margin: 0;
}
#overlay-view-distributions #distributions-template .question .expand-area .expand-area-interior ul {
  margin-bottom: 0;
  padding-left: 16px;
}
.direct-invest-overlay {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
}
.direct-invest-overlay .overlay-content {
  max-width: 515px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .direct-invest-overlay .overlay-content {
      padding: 30px;
  }
}
.direct-invest-overlay .form-content .mc4wp-success {
  display: none !important;
}
.direct-invest-overlay .form-content .newsletter-form-header {
  padding-bottom: 54px;
}
.direct-invest-overlay .form-content .newsletter-form-header .newsletter-form-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.direct-invest-overlay .form-content .newsletter-form-header .newsletter-form-intro {
  padding-top: 21px;
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .direct-invest-overlay .form-content .newsletter-form-header .newsletter-form-intro {
      font-size: 40px;
      line-height: 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .direct-invest-overlay .form-content .newsletter-form-header .newsletter-form-intro {
      max-width: 75vw;
  }
}
@media only screen and (max-width: 767px) {
  .direct-invest-overlay .form-content .newsletter-form-header {
      padding-bottom: 30px;
  }
}
.direct-invest-overlay .form-content .newsletter-form-title {
  padding-bottom: 30px;
}
@media print {
  .direct-invest-overlay .form-content .newsletter-form-title {
      padding-bottom: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .direct-invest-overlay .form-content .newsletter-form-title {
      padding-bottom: 27px;
  }
}
.direct-invest-overlay .form-content .form-intro {
  margin-bottom: 0;
  max-width: 17em;
}
.direct-invest-overlay .form-content .form-intro.success {
  max-width: 24em;
}
.direct-invest-overlay .form-content .form-outro {
  font-family: "GT-Walsheim-Light";
  padding-top: 9px;
}
.direct-invest-overlay .form-content .form-outro p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.direct-invest-overlay .form-content .form-outro p a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.direct-invest-overlay .form-content form .checkbox-group {
  display: flex;
  align-items: center;
}
.direct-invest-overlay .form-content form input[type="checkbox"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #000;
  border-radius: 0;
  color: #1f204a;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #1f204a;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
  background-size: 10px auto;
}
.direct-invest-overlay .form-content form input[type="checkbox"]::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.direct-invest-overlay .form-content form input[type="checkbox"]::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.direct-invest-overlay .form-content form input[type="checkbox"].input-error {
  border-color: red;
  color: red;
}
.direct-invest-overlay .form-content form input[type="checkbox"].input-error::-moz-placeholder {
  color: red;
}
.direct-invest-overlay .form-content form input[type="checkbox"].input-error::-webkit-input-placeholder {
  color: red;
}
.direct-invest-overlay .form-content form input[type="checkbox"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.direct-invest-overlay .form-content form input[type="checkbox"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@supports (-ms-ime-align: auto) {
  .direct-invest-overlay .form-content form input[type="checkbox"] {
      background-size: 100% 100%;
  }
}
.direct-invest-overlay .form-content form input[type="checkbox"] + span {
  padding-bottom: 0.1em;
  line-height: 18px;
  padding-left: 12px;
}
@supports (-ms-ime-align: auto) {
  .direct-invest-overlay .form-content form input[type="checkbox"] {
      background-size: 10px 10px;
  }
}
.direct-invest-overlay .form-content form input[type="checkbox"]:checked {
  background-color: #1f204a;
  background-image: url("images/checkbox-checked.svg");
}
.direct-invest-overlay .form-content form input[type="radio"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #000;
  border-radius: 0;
  color: #1f204a;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #1f204a;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
.direct-invest-overlay .form-content form input[type="radio"]::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.direct-invest-overlay .form-content form input[type="radio"]::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.direct-invest-overlay .form-content form input[type="radio"].input-error {
  border-color: red;
  color: red;
}
.direct-invest-overlay .form-content form input[type="radio"].input-error::-moz-placeholder {
  color: red;
}
.direct-invest-overlay .form-content form input[type="radio"].input-error::-webkit-input-placeholder {
  color: red;
}
.direct-invest-overlay .form-content form input[type="radio"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.direct-invest-overlay .form-content form input[type="radio"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@supports (-ms-ime-align: auto) {
  .direct-invest-overlay .form-content form input[type="radio"] {
      background-size: 100% 100%;
  }
}
.direct-invest-overlay .form-content form input[type="radio"] + span {
  padding-bottom: 0.1em;
  line-height: 18px;
  padding-left: 12px;
}
.direct-invest-overlay .form-content form input[type="radio"].checked:after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 2px;
  left: 2px;
}
.direct-invest-overlay .form-content form input[type="email"],
.direct-invest-overlay .form-content form input[type="password"],
.direct-invest-overlay .form-content form input[type="tel"],
.direct-invest-overlay .form-content form input[type="text"],
.direct-invest-overlay .form-content form input[type="zip"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #1f204a;
  border-radius: 0;
  color: #1f204a;
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  height: 60px;
  border-bottom: 1px solid #1f204a;
  padding: 0;
  width: 100%;
  padding-bottom: 0;
}
.direct-invest-overlay .form-content form input[type="email"]::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="password"]::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="tel"]::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="text"]::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="zip"]::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.direct-invest-overlay .form-content form input[type="email"]::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="password"]::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="tel"]::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="text"]::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="zip"]::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.direct-invest-overlay .form-content form input[type="email"].input-error,
.direct-invest-overlay .form-content form input[type="password"].input-error,
.direct-invest-overlay .form-content form input[type="tel"].input-error,
.direct-invest-overlay .form-content form input[type="text"].input-error,
.direct-invest-overlay .form-content form input[type="zip"].input-error {
  border-color: red;
  color: red;
}
.direct-invest-overlay .form-content form input[type="email"].input-error::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="password"].input-error::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="tel"].input-error::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="text"].input-error::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="zip"].input-error::-moz-placeholder {
  color: red;
}
.direct-invest-overlay .form-content form input[type="email"].input-error::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="password"].input-error::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="tel"].input-error::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="text"].input-error::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="zip"].input-error::-webkit-input-placeholder {
  color: red;
}
.direct-invest-overlay .form-content form input[type="email"]:focus::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="password"]:focus::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="tel"]:focus::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="text"]:focus::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="zip"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.direct-invest-overlay .form-content form input[type="email"]:focus::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="password"]:focus::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="tel"]:focus::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="text"]:focus::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="zip"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .direct-invest-overlay .form-content form input[type="email"],
  .direct-invest-overlay .form-content form input[type="password"],
  .direct-invest-overlay .form-content form input[type="tel"],
  .direct-invest-overlay .form-content form input[type="text"],
  .direct-invest-overlay .form-content form input[type="zip"] {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .direct-invest-overlay .form-content form input[type="email"],
  .direct-invest-overlay .form-content form input[type="password"],
  .direct-invest-overlay .form-content form input[type="tel"],
  .direct-invest-overlay .form-content form input[type="text"],
  .direct-invest-overlay .form-content form input[type="zip"] {
      line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .direct-invest-overlay .form-content form input[type="email"],
  .direct-invest-overlay .form-content form input[type="password"],
  .direct-invest-overlay .form-content form input[type="tel"],
  .direct-invest-overlay .form-content form input[type="text"],
  .direct-invest-overlay .form-content form input[type="zip"] {
      height: 50px;
  }
}
.direct-invest-overlay .form-content form input[type="button"],
.direct-invest-overlay .form-content form input[type="submit"],
.direct-invest-overlay .form-content form button {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #1f204a;
  border-radius: 0;
  color: #1f204a;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  background-color: #1f204a;
  color: #fff;
  border: 1px solid #1f204a;
  line-height: 1em;
  text-align: center;
  height: 48px;
}
.direct-invest-overlay .form-content form input[type="button"]::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="submit"]::-moz-placeholder,
.direct-invest-overlay .form-content form button::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.direct-invest-overlay .form-content form input[type="button"]::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="submit"]::-webkit-input-placeholder,
.direct-invest-overlay .form-content form button::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.direct-invest-overlay .form-content form input[type="button"].input-error,
.direct-invest-overlay .form-content form input[type="submit"].input-error,
.direct-invest-overlay .form-content form button.input-error {
  border-color: red;
  color: red;
}
.direct-invest-overlay .form-content form input[type="button"].input-error::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="submit"].input-error::-moz-placeholder,
.direct-invest-overlay .form-content form button.input-error::-moz-placeholder {
  color: red;
}
.direct-invest-overlay .form-content form input[type="button"].input-error::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="submit"].input-error::-webkit-input-placeholder,
.direct-invest-overlay .form-content form button.input-error::-webkit-input-placeholder {
  color: red;
}
.direct-invest-overlay .form-content form input[type="button"]:focus::-moz-placeholder,
.direct-invest-overlay .form-content form input[type="submit"]:focus::-moz-placeholder,
.direct-invest-overlay .form-content form button:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.direct-invest-overlay .form-content form input[type="button"]:focus::-webkit-input-placeholder,
.direct-invest-overlay .form-content form input[type="submit"]:focus::-webkit-input-placeholder,
.direct-invest-overlay .form-content form button:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .direct-invest-overlay .form-content form input[type="button"],
  .direct-invest-overlay .form-content form input[type="submit"],
  .direct-invest-overlay .form-content form button {
      height: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .direct-invest-overlay .form-content form input[type="button"],
  .direct-invest-overlay .form-content form input[type="submit"],
  .direct-invest-overlay .form-content form button {
      width: 282px;
      display: inline-block;
  }
}
.direct-invest-overlay .form-content form .link-btn {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #1f204a;
  border-radius: 0;
  color: #1f204a;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  background-color: #1f204a;
  color: #fff;
  border: 1px solid #1f204a;
  line-height: 1em;
  text-align: center;
  height: 48px;
  display: block;
  line-height: 48px;
}
.direct-invest-overlay .form-content form .link-btn::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.direct-invest-overlay .form-content form .link-btn::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.direct-invest-overlay .form-content form .link-btn.input-error {
  border-color: red;
  color: red;
}
.direct-invest-overlay .form-content form .link-btn.input-error::-moz-placeholder {
  color: red;
}
.direct-invest-overlay .form-content form .link-btn.input-error::-webkit-input-placeholder {
  color: red;
}
.direct-invest-overlay .form-content form .link-btn:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.direct-invest-overlay .form-content form .link-btn:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .direct-invest-overlay .form-content form .link-btn {
      height: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .direct-invest-overlay .form-content form .link-btn {
      width: 282px;
      display: inline-block;
  }
}
.direct-invest-overlay .form-content form textarea {
  border-color: #1f204a;
  border-radius: 0;
  color: #1f204a;
  border: 1px solid #1f204a;
  width: 100%;
  height: 158px;
  margin-top: 16px;
  color: #000;
  padding: 16px 20px 20px 20px;
}
.direct-invest-overlay .form-content form textarea::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.direct-invest-overlay .form-content form textarea::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.direct-invest-overlay .form-content form textarea.input-error {
  border-color: red;
  color: red;
}
.direct-invest-overlay .form-content form textarea.input-error::-moz-placeholder {
  color: red;
}
.direct-invest-overlay .form-content form textarea.input-error::-webkit-input-placeholder {
  color: red;
}
.direct-invest-overlay .form-content form textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.direct-invest-overlay .form-content form textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.direct-invest-overlay .form-content form label {
  display: none;
}
.direct-invest-overlay .form-content form .form-footer {
  padding-top: 18px;
}
.direct-invest-overlay .form-content form .form-footer .gdpr {
  padding-top: 7px;
  font-size: 10px;
  line-height: 16px;
  font-family: "GT-Walsheim-Light";
}
.direct-invest-overlay .form-content form .form-footer .gdpr .gdpr-intro {
  margin-bottom: 18px;
}
.direct-invest-overlay .form-content form .form-footer .gdpr .gdpr-options {
  margin-top: 20px;
}
.direct-invest-overlay .form-content form .form-footer .gdpr .gdpr-options label {
  display: block;
}
.direct-invest-overlay .form-content form .form-footer .gdpr .gdpr-options label input[type="checkbox"] + span {
  padding-top: 2px;
  margin-bottom: 14px;
}
.direct-invest-overlay .form-content form .form-footer .gdpr .gdpr-disclaimer {
  padding-bottom: 30px;
}
.direct-invest-overlay .form-content form .form-footer-newsletter {
  font-family: "GT-Walsheim-Light";
  padding-bottom: 18px;
}
.direct-invest-overlay .form-content form .form-footer-newsletter input[type="checkbox"] + span {
  padding-top: 2px;
}
.direct-invest-overlay .form-content form .form-footer-btn input[type="submit"] {
  width: 100% !important;
  display: block;
}
.newsletter-overlay .overlay-content {
  max-width: 1300px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .newsletter-overlay .overlay-content {
      padding: 30px;
  }
}
.newsletter-form-content .mc4wp-success {
  display: none !important;
}
.newsletter-form-content .newsletter-form-header {
  padding-bottom: 54px;
}
.newsletter-form-content .newsletter-form-header .newsletter-form-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
}
.newsletter-form-content .newsletter-form-header .newsletter-form-intro {
  padding-top: 21px;
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .newsletter-form-content .newsletter-form-header .newsletter-form-intro {
      font-size: 40px;
      line-height: 45px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content .newsletter-form-header .newsletter-form-intro {
      max-width: 75vw;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-form-content .newsletter-form-header {
      padding-bottom: 30px;
  }
}
.newsletter-form-content .form-body-wrapper .gdpr-intro {
  padding-bottom: 1em;
  line-height: 1.2em;
}
.newsletter-form-content .form-body-wrapper .gdpr-disclaimer {
  padding-top: 20px;
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
}
.newsletter-form-content .form-body-wrapper .gdpr {
  text-align: left;
}
.newsletter-form-content .form-body-wrapper .gdpr-options label:not(:last-child) {
  padding-bottom: 12px;
}
.newsletter-form-content .form-body-wrapper .form-button-bottom {
  padding-top: 60px;
}
@media print {
  .newsletter-form-content .form-body-wrapper .form-button-bottom {
      padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter-form-content .form-body-wrapper .form-button-bottom {
      padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-form-content .form-body-wrapper .form-button-bottom {
      padding-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content .form-body-wrapper {
      display: flex;
      flex-wrap: wrap;
  }
  .newsletter-form-content .form-body-wrapper .form-body,
  .newsletter-form-content .form-body-wrapper .form-footer {
      flex: 0 0 50%;
  }
  .newsletter-form-content .form-body-wrapper .form-button-bottom {
      flex: 0 0 100%;
  }
  .newsletter-form-content .form-body-wrapper .form-footer {
      justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .newsletter-form-content .form-body-wrapper .gdpr {
      padding-left: 90px;
      max-width: 528px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .newsletter-form-content .form-body-wrapper .gdpr {
      padding-left: 78px;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter-form-content .newsletter-form-intro {
      font-size: 35px !important;
      line-height: 1.114285714285714em !important;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content form.big .form-cols {
      margin-right: -60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .newsletter-form-content form.big .form-cols {
      margin-right: -48px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  .newsletter-form-content form.big .form-cols {
      margin-right: -30px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content form.big .form-cols:first-child .form-col {
      padding-top: 0;
  }
  .newsletter-form-content form.big .form-cols .form-col {
      display: block;
      float: left;
      padding-right: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) and (min-width: 1025px) {
  .newsletter-form-content form.big .form-cols .form-col {
      padding-right: 48px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  .newsletter-form-content form.big .form-cols .form-col {
      padding-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content form.big .form-cols.size-2 .form-col {
      width: 50%;
  }
  .newsletter-form-content form.big .form-cols.size-3 .form-col {
      width: 33.333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter-form-content form:not(.big) .form-cols {
      margin-right: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (min-width: 1025px) {
  .newsletter-form-content form:not(.big) .form-cols {
      margin-right: -48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newsletter-form-content form:not(.big) .form-cols {
      margin-right: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter-form-content form:not(.big) .form-cols:first-child .form-col {
      padding-top: 0;
  }
  .newsletter-form-content form:not(.big) .form-cols .form-col {
      display: block;
      float: left;
      padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (min-width: 1025px) {
  .newsletter-form-content form:not(.big) .form-cols .form-col {
      padding-right: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newsletter-form-content form:not(.big) .form-cols .form-col {
      padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter-form-content form:not(.big) .form-cols.size-2 .form-col {
      width: 50%;
  }
  .newsletter-form-content form:not(.big) .form-cols.size-3 .form-col {
      width: 33.333333333%;
  }
}
.newsletter-form-content form .form-cols:first-child .form-col:first-child {
  padding-top: 0;
}
.newsletter-form-content form .form-col {
  position: relative;
}
.newsletter-form-content form .form-col .error {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: red;
  display: block;
  padding-top: 6px;
}
.newsletter-form-content form input {
  width: 100%;
}
.newsletter-form-content form .form-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-content form .form-title.mobile___hide {
      display: none;
  }
}
.newsletter-form-content form .form-intro {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-content form .form-intro.mobile___hide {
      display: none;
  }
}
.newsletter-form-content form .form-options {
  position: relative;
  margin-top: 20px;
}
.newsletter-form-content form .form-options a {
  border-bottom: 1px solid #1f204a;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content form .form-footer {
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content form .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .newsletter-form-content form .form-footer {
      padding-top: 48px;
  }
}
@media print {
  .newsletter-form-content form .form-footer {
      text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter-form-content form .form-footer {
      text-align: center;
  }
}
@media print {
  .newsletter-form-content form .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter-form-content form .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content form .form-footer .form-footer-col.skip {
      order: -1;
  }
}
.newsletter-form-content form .form-footer .form-exit-link {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  margin: 0 36px 13px 0;
  display: inline-block;
  border-bottom: 1px solid #1f204a;
}
@media only screen and (max-width: 1025px) {
  .newsletter-form-content form .form-footer .form-exit-link {
    margin: 0 36px 15px;
  }
}
.newsletter-form-content form label {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  line-height: 1em;
  margin-bottom: -2px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-content form label {
      margin-bottom: 0;
  }
}
.newsletter-form-content form .form-cols .form-col {
  width: 100%;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-content form .form-cols .form-col {
      padding-top: 42px;
  }
}
.newsletter-form-content form .form-cols .form-col.disabled {
  display: none;
}
.newsletter-form-content form .checkbox-group {
  display: flex;
  align-items: center;
}
.newsletter-form-content form input[type="checkbox"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #000;
  border-radius: 0;
  color: #1f204a;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #1f204a;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
  background-size: 10px auto;
}
.newsletter-form-content form input[type="checkbox"]::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form input[type="checkbox"]::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form input[type="checkbox"].input-error {
  border-color: red;
  color: red;
}
.newsletter-form-content form input[type="checkbox"].input-error::-moz-placeholder {
  color: red;
}
.newsletter-form-content form input[type="checkbox"].input-error::-webkit-input-placeholder {
  color: red;
}
.newsletter-form-content form input[type="checkbox"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.newsletter-form-content form input[type="checkbox"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@supports (-ms-ime-align: auto) {
  .newsletter-form-content form input[type="checkbox"] {
      background-size: 100% 100%;
  }
}
.newsletter-form-content form input[type="checkbox"] + span {
  padding-bottom: 0.1em;
  line-height: 18px;
  padding-left: 12px;
}
@supports (-ms-ime-align: auto) {
  .newsletter-form-content form input[type="checkbox"] {
      background-size: 10px 10px;
  }
}
.newsletter-form-content form input[type="checkbox"]:checked {
  background-color: #1f204a;
  background-image: url("images/checkbox-checked.svg");
}
.newsletter-form-content form input[type="radio"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #000;
  border-radius: 0;
  color: #1f204a;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #1f204a;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
.newsletter-form-content form input[type="radio"]::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form input[type="radio"]::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form input[type="radio"].input-error {
  border-color: red;
  color: red;
}
.newsletter-form-content form input[type="radio"].input-error::-moz-placeholder {
  color: red;
}
.newsletter-form-content form input[type="radio"].input-error::-webkit-input-placeholder {
  color: red;
}
.newsletter-form-content form input[type="radio"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.newsletter-form-content form input[type="radio"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@supports (-ms-ime-align: auto) {
  .newsletter-form-content form input[type="radio"] {
      background-size: 100% 100%;
  }
}
.newsletter-form-content form input[type="radio"] + span {
  padding-bottom: 0.1em;
  line-height: 18px;
  padding-left: 12px;
}
.newsletter-form-content form input[type="radio"].checked:after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 2px;
  left: 2px;
}
.newsletter-form-content form input[type="email"],
.newsletter-form-content form input[type="password"],
.newsletter-form-content form input[type="tel"],
.newsletter-form-content form input[type="text"],
.newsletter-form-content form input[type="zip"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #1f204a;
  border-radius: 0;
  color: #1f204a;
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  height: 60px;
  border-bottom: 1px solid #1f204a;
  padding: 0;
  width: 100%;
  padding-bottom: 0;
}
.newsletter-form-content form input[type="email"]::-moz-placeholder,
.newsletter-form-content form input[type="password"]::-moz-placeholder,
.newsletter-form-content form input[type="tel"]::-moz-placeholder,
.newsletter-form-content form input[type="text"]::-moz-placeholder,
.newsletter-form-content form input[type="zip"]::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form input[type="email"]::-webkit-input-placeholder,
.newsletter-form-content form input[type="password"]::-webkit-input-placeholder,
.newsletter-form-content form input[type="tel"]::-webkit-input-placeholder,
.newsletter-form-content form input[type="text"]::-webkit-input-placeholder,
.newsletter-form-content form input[type="zip"]::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form input[type="email"].input-error,
.newsletter-form-content form input[type="password"].input-error,
.newsletter-form-content form input[type="tel"].input-error,
.newsletter-form-content form input[type="text"].input-error,
.newsletter-form-content form input[type="zip"].input-error {
  border-color: red;
  color: red;
}
.newsletter-form-content form input[type="email"].input-error::-moz-placeholder,
.newsletter-form-content form input[type="password"].input-error::-moz-placeholder,
.newsletter-form-content form input[type="tel"].input-error::-moz-placeholder,
.newsletter-form-content form input[type="text"].input-error::-moz-placeholder,
.newsletter-form-content form input[type="zip"].input-error::-moz-placeholder {
  color: red;
}
.newsletter-form-content form input[type="email"].input-error::-webkit-input-placeholder,
.newsletter-form-content form input[type="password"].input-error::-webkit-input-placeholder,
.newsletter-form-content form input[type="tel"].input-error::-webkit-input-placeholder,
.newsletter-form-content form input[type="text"].input-error::-webkit-input-placeholder,
.newsletter-form-content form input[type="zip"].input-error::-webkit-input-placeholder {
  color: red;
}
.newsletter-form-content form input[type="email"]:focus::-moz-placeholder,
.newsletter-form-content form input[type="password"]:focus::-moz-placeholder,
.newsletter-form-content form input[type="tel"]:focus::-moz-placeholder,
.newsletter-form-content form input[type="text"]:focus::-moz-placeholder,
.newsletter-form-content form input[type="zip"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.newsletter-form-content form input[type="email"]:focus::-webkit-input-placeholder,
.newsletter-form-content form input[type="password"]:focus::-webkit-input-placeholder,
.newsletter-form-content form input[type="tel"]:focus::-webkit-input-placeholder,
.newsletter-form-content form input[type="text"]:focus::-webkit-input-placeholder,
.newsletter-form-content form input[type="zip"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .newsletter-form-content form input[type="email"],
  .newsletter-form-content form input[type="password"],
  .newsletter-form-content form input[type="tel"],
  .newsletter-form-content form input[type="text"],
  .newsletter-form-content form input[type="zip"] {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .newsletter-form-content form input[type="email"],
  .newsletter-form-content form input[type="password"],
  .newsletter-form-content form input[type="tel"],
  .newsletter-form-content form input[type="text"],
  .newsletter-form-content form input[type="zip"] {
      line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-form-content form input[type="email"],
  .newsletter-form-content form input[type="password"],
  .newsletter-form-content form input[type="tel"],
  .newsletter-form-content form input[type="text"],
  .newsletter-form-content form input[type="zip"] {
      height: 50px;
  }
}
.newsletter-form-content form input[type="button"],
.newsletter-form-content form input[type="submit"],
.newsletter-form-content form button {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #1f204a;
  border-radius: 0;
  color: #1f204a;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  background-color: #1f204a;
  color: #fff;
  border: 1px solid #1f204a;
  line-height: 1em;
  text-align: center;
  height: 48px;
}
.newsletter-form-content form input[type="button"]::-moz-placeholder,
.newsletter-form-content form input[type="submit"]::-moz-placeholder,
.newsletter-form-content form button::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form input[type="button"]::-webkit-input-placeholder,
.newsletter-form-content form input[type="submit"]::-webkit-input-placeholder,
.newsletter-form-content form button::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form input[type="button"].input-error,
.newsletter-form-content form input[type="submit"].input-error,
.newsletter-form-content form button.input-error {
  border-color: red;
  color: red;
}
.newsletter-form-content form input[type="button"].input-error::-moz-placeholder,
.newsletter-form-content form input[type="submit"].input-error::-moz-placeholder,
.newsletter-form-content form button.input-error::-moz-placeholder {
  color: red;
}
.newsletter-form-content form input[type="button"].input-error::-webkit-input-placeholder,
.newsletter-form-content form input[type="submit"].input-error::-webkit-input-placeholder,
.newsletter-form-content form button.input-error::-webkit-input-placeholder {
  color: red;
}
.newsletter-form-content form input[type="button"]:focus::-moz-placeholder,
.newsletter-form-content form input[type="submit"]:focus::-moz-placeholder,
.newsletter-form-content form button:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.newsletter-form-content form input[type="button"]:focus::-webkit-input-placeholder,
.newsletter-form-content form input[type="submit"]:focus::-webkit-input-placeholder,
.newsletter-form-content form button:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-content form input[type="button"],
  .newsletter-form-content form input[type="submit"],
  .newsletter-form-content form button {
      height: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content form input[type="button"],
  .newsletter-form-content form input[type="submit"],
  .newsletter-form-content form button {
      width: 282px;
      display: inline-block;
  }
}
.newsletter-form-content form .link-btn {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #1f204a;
  border-radius: 0;
  color: #1f204a;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  background-color: #1f204a;
  color: #fff;
  border: 1px solid #1f204a;
  line-height: 1em;
  text-align: center;
  height: 48px;
  display: block;
  line-height: 48px;
}
.newsletter-form-content form .link-btn::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form .link-btn::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form .link-btn.input-error {
  border-color: red;
  color: red;
}
.newsletter-form-content form .link-btn.input-error::-moz-placeholder {
  color: red;
}
.newsletter-form-content form .link-btn.input-error::-webkit-input-placeholder {
  color: red;
}
.newsletter-form-content form .link-btn:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.newsletter-form-content form .link-btn:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-content form .link-btn {
      height: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content form .link-btn {
      width: 282px;
      display: inline-block;
  }
}
.newsletter-form-content form textarea {
  border-color: #1f204a;
  border-radius: 0;
  color: #1f204a;
  border: 1px solid #1f204a;
  width: 100%;
  height: 158px;
  margin-top: 16px;
  color: #000;
  padding: 16px 20px 20px 20px;
}
.newsletter-form-content form textarea::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form textarea::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form textarea.input-error {
  border-color: red;
  color: red;
}
.newsletter-form-content form textarea.input-error::-moz-placeholder {
  color: red;
}
.newsletter-form-content form textarea.input-error::-webkit-input-placeholder {
  color: red;
}
.newsletter-form-content form textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.newsletter-form-content form textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.newsletter-form-content form .ui-selectmenu-button {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #1f204a;
  border-radius: 0;
  color: #1f204a;
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 40px;
  height: 60px;
  border-bottom: 1px solid #1f204a;
  padding: 0;
  width: 100%;
}
.newsletter-form-content form .ui-selectmenu-button::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form .ui-selectmenu-button::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form .ui-selectmenu-button.input-error {
  border-color: red;
  color: red;
}
.newsletter-form-content form .ui-selectmenu-button.input-error::-moz-placeholder {
  color: red;
}
.newsletter-form-content form .ui-selectmenu-button.input-error::-webkit-input-placeholder {
  color: red;
}
.newsletter-form-content form .ui-selectmenu-button:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.newsletter-form-content form .ui-selectmenu-button:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .newsletter-form-content form .ui-selectmenu-button {
      font-size: 25px;
      line-height: 42px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .newsletter-form-content form .ui-selectmenu-button {
      line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-form-content form .ui-selectmenu-button {
      height: 50px;
  }
}
.newsletter-form-content form .ui-selectmenu-button.ui-selectmenu-button-open {
  border-bottom: none;
}
.newsletter-form-content form .ui-selectmenu-button .ui-selectmenu-text {
  margin: 0;
  padding-top: 10px;
  padding-right: 30px;
  color: #1f204a;
  padding-top: 10px;
  height: 100%;
}
.newsletter-form-content form .ui-selectmenu-button .ui-selectmenu-text.placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content form .ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  float: none;
  right: 0px;
  top: 0px;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  width: 30px;
  height: 100%;
  background-color: transparent;
  color: transparent;
  background-image: url("images/select-drop-b.svg");
}
@supports (-ms-ime-align: auto) {
  .newsletter-form-content form .ui-selectmenu-button .ui-selectmenu-icon {
      background-size: 100% 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .newsletter-form-content form .ui-selectmenu-button .ui-selectmenu-icon {
      background-size: 24px auto;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-form-content form .ui-selectmenu-button .ui-selectmenu-icon {
      width: 24px;
      background-size: 18px auto;
  }
}
.newsletter-form-content form .ui-selectmenu-menu {
  transition: opacity 250ms ease-out;
  background: #fff;
  box-shadow: 0px 4px 12px 3px rgba(0, 0, 0, 0.1);
  border: none;
  display: block;
  pointer-events: none;
  opacity: 0;
  max-height: 300px;
}
.newsletter-form-content form .ui-selectmenu-menu {
  overflow-y: hidden;
}
.newsletter-form-content form .ui-selectmenu-menu:not(.transitioning) {
  overflow-y: auto !important;
}
.newsletter-form-content form .ui-selectmenu-menu::-webkit-scrollbar {
  width: 4px;
}
.newsletter-form-content form .ui-selectmenu-menu::-webkit-scrollbar-track {
  background-color: rgba(31, 32, 74, 0.2);
}
.newsletter-form-content form .ui-selectmenu-menu::-webkit-scrollbar-thumb {
  background-color: rgba(31, 32, 74, 0.5);
}
.newsletter-form-content form .ui-selectmenu-menu .ui-menu-item {
  font-family: "GT-Walsheim-Medium";
  font-size: 20px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  color: #1f204a;
  min-height: 0;
  height: auto;
  line-height: 82px;
  border-bottom: 1px solid #f4f4f7;
}
.newsletter-form-content form .ui-selectmenu-menu .ui-menu-item.ui-state-disabled {
  display: none;
}
.newsletter-form-content form .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
  min-height: 82px;
  padding: 0;
  padding-left: 20px;
  display: block;
}
.newsletter-form-content form .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper:focus {
  outline: none;
}
.newsletter-form-content form .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  padding: 0;
  margin: 0;
  background-color: rgba(31, 32, 74, 0.02);
  padding-left: 20px;
}
.newsletter-form-content form .ui-selectmenu-menu .ui-menu-item:last-child {
  border: none;
}
.newsletter-form-content form .ui-selectmenu-menu.ui-selectmenu-open {
  opacity: 1;
  pointer-events: all;
}
.newsletter-form-content form .mc4wp-ajax-loader {
  display: none !important;
}
.newsletter-form-content form .form-footer {
  justify-content: flex-start;
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content form .form-footer .form-footer-col.skip {
      order: 0;
  }
}
@media print {
  .newsletter-form-content form .form-footer .form-footer-col.skip {
      padding-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter-form-content form .form-footer .form-footer-col.skip {
      padding-top: 20px;
  }
}
.newsletter-form-content form .form-footer .form-footer-col.skip a {
  margin-bottom: 0;
  margin-left: 36px;
}
.newsletter-form-content form .form-footer:not(.with-gdpr) .gdpr {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content form .form-footer .form-footer-col.gdpr {
      flex-basis: 50%;
  }
}
@media print {
  .newsletter-form-content form .form-footer .form-footer-col.gdpr {
      text-align: left;
      padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter-form-content form .form-footer .form-footer-col.gdpr {
      text-align: left;
      padding-bottom: 30px;
  }
}
.newsletter-form-content form .form-footer .form-footer-col.gdpr .gdpr-intro {
  font-family: "GT-Walsheim-Light";
  font-size: 18px;
  line-height: 30px;
  max-width: 33em;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .newsletter-form-content form .form-footer .form-footer-col.gdpr .gdpr-intro {
      font-size: 14px;
      line-height: 25px;
  }
}
.newsletter-form-content form .form-footer .form-footer-col.gdpr .gdpr-options {
  margin-top: 20px;
}
.newsletter-form-content form .form-footer .form-footer-col.gdpr .gdpr-options label input[type="checkbox"] + span {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
  margin-bottom: 18px;
}
.newsletter-form-content form .form-footer .form-footer-col.gdpr .gdpr-disclaimer {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  padding-top: 18px;
  max-width: 36em;
}
.newsletter-form-content.step-3 .newsletter-form-title {
  padding-bottom: 0;
}
.newsletter-form-content.step-3 .fake-close {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #1f204a;
  border-radius: 0;
  color: #1f204a;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  background-color: #1f204a;
  color: #fff;
  border: 1px solid #1f204a;
  line-height: 1em;
  text-align: center;
  height: 48px;
  display: block;
  line-height: 48px;
}
.newsletter-form-content.step-3 .fake-close::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content.step-3 .fake-close::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.newsletter-form-content.step-3 .fake-close.input-error {
  border-color: red;
  color: red;
}
.newsletter-form-content.step-3 .fake-close.input-error::-moz-placeholder {
  color: red;
}
.newsletter-form-content.step-3 .fake-close.input-error::-webkit-input-placeholder {
  color: red;
}
.newsletter-form-content.step-3 .fake-close:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.newsletter-form-content.step-3 .fake-close:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-form-content.step-3 .fake-close {
      height: 52px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content.step-3 .fake-close {
      width: 282px;
      display: inline-block;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content.step-3 .form-footer {
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content.step-3 .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .newsletter-form-content.step-3 .form-footer {
      padding-top: 48px;
  }
}
@media print {
  .newsletter-form-content.step-3 .form-footer {
      text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter-form-content.step-3 .form-footer {
      text-align: center;
  }
}
@media print {
  .newsletter-form-content.step-3 .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .newsletter-form-content.step-3 .form-footer {
      padding-top: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .newsletter-form-content.step-3 .form-footer .form-footer-col.skip {
      order: -1;
  }
}
.newsletter-form-content.step-3 .form-footer .form-exit-link {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  margin: 0 36px;
  display: inline-block;
  border-bottom: 1px solid #1f204a;
}
.newsletter-form-content .final-step-message {
  color: #b4b4c2;
  margin-top: 33px;
  max-width: 24em;
}
.newsletter-form-content .final-step-message:not(.download-again) {
  font-family: "GT-Walsheim-Light";
  font-size: 35px;
  line-height: 55px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .newsletter-form-content .final-step-message:not(.download-again) {
      font-size: 18px;
      line-height: 27px;
  }
}
.newsletter-form-content .final-step-message a {
  border-bottom: 1px solid #b4b4c2;
}
.newsletter-form-content .final-step-message.download-again {
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  color: #1f204a;
}
.newsletter-form-content .final-step-message.download-again a {
  border-color: #1f204a;
}
.newsletter-form-content .social-bucket {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .newsletter-form-content .social-bucket {
      margin-top: 50px;
  }
}
.newsletter-form-content .social-bucket .social-bucket-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 20px;
  line-height: 25px;
  font-family: "GT-Walsheim-Regular";
}
.newsletter-form-content .social-bucket .social-thankyou {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 8px;
}
.newsletter-form-content .social-bucket .social-thankyou li {
  display: inline-block;
}
.newsletter-form-content .social-bucket .social-thankyou li a {
  display: block;
}
.newsletter-form-content .social-bucket .social-thankyou .menu-item {
  display: inline-block;
  margin-right: 5px;
}
.newsletter-form-content .social-bucket .social-thankyou .menu-item a {
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  height: 36px;
  display: block;
}
@supports (-ms-ime-align: auto) {
  .newsletter-form-content .social-bucket .social-thankyou .menu-item a {
      background-size: 100% 100%;
  }
}
.newsletter-form-content .social-bucket .social-thankyou .menu-item.social-fb a {
  background-image: url("images/social-fb-dark.svg");
}
.newsletter-form-content .social-bucket .social-thankyou .menu-item.social-tw a {
  background-image: url("images/social-tw-dark.svg");
}
.newsletter-form-content .social-bucket .social-thankyou .menu-item.social-li a {
  background-image: url("images/social-li-dark.svg");
}
.newsletter-form-content .social-bucket .social-thankyou .menu-item.social-in a {
  background-image: url("images/social-in-dark.svg");
}
.newsletter-form-content .social-bucket .social-thankyou .menu-item.social-mail a {
  background-image: url("images/social-email.svg");
}
.newsletter-form-content .social-bucket .social-thankyou .menu-item a {
  width: 28px;
  height: 28px;
  background-size: 28px auto;
}
@supports (-ms-ime-align: auto) {
  .newsletter-form-content .social-bucket .social-thankyou .menu-item a {
      background-size: 28px 28px;
  }
}
.spinner-wrapper {
  height: 90px;
}
.spinner-absolute {
  opacity: 1;
}
.spinner-absolute.inactive {
  opacity: 0;
}
.spinner-absolute .spinner {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("images/loader_white.gif");
  position: fixed;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  margin-left: -32px;
  margin-top: -32px;
}
@supports (-ms-ime-align: auto) {
  .spinner-absolute .spinner {
      background-size: 100% 100%;
  }
}
.page-not-found {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("images/not-found-bg.svg");
}
.page-not-found .page-not-found-interior {
  text-align: center;
  padding: 60px;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .page-not-found .page-not-found-interior {
      max-width: 1024px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .page-not-found .page-not-found-interior {
      padding: 48px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .page-not-found .page-not-found-interior {
      max-width: 740px;
  }
}
@media only screen and (max-width: 767px) {
  .page-not-found .page-not-found-interior {
      padding: 30px 30px;
      text-align: left;
  }
}
.page-not-found .fake-table {
  min-height: 100vh;
}
.page-not-found .not-found-title {
  font-family: "GT-Walsheim-Thin";
  font-size: 80px;
  line-height: 88px;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .page-not-found .not-found-title {
      font-size: 40px;
      line-height: 45px;
  }
}
.page-not-found .not-found-text {
  font-family: "GT-Walsheim-Regular";
  font-size: 28px;
  line-height: 42px;
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .page-not-found .not-found-text {
      font-size: 18px;
      line-height: 26px;
  }
}
.page-not-found .not-found-code {
  font-family: "GT-Walsheim-Regular";
  font-size: 28px;
  line-height: 42px;
  margin-top: 48px;
  color: #8fd7e8;
}
@media only screen and (max-width: 767px) {
  .page-not-found .not-found-code {
      font-size: 18px;
      line-height: 26px;
  }
}
.cookie-bar {
  transition: bottom 250ms ease-out;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10001;
}
.cookie-bar.init {
  bottom: -400px;
}
.cookie-bar.close {
  bottom: -200px;
}
.cookie-bar .cookie-bar-interior {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  padding: 30px 60px;
  position: relative;
  border-top: 1px solid #f8f8fa;
}
@media only screen and (max-width: 767px) {
  .cookie-bar .cookie-bar-interior {
      padding-left: 30px;
      padding-right: 30px;
  }
}
.cookie-bar .cookie-bar-interior .arrow-down {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 50%;
  width: 20px;
  height: 26px;
  margin-left: -10px;
  opacity: 1;
  background-image: url("images/arrow-down.svg");
  cursor: pointer;
  position: absolute;
  bottom: calc(100% + 40px);
}
@supports (-ms-ime-align: auto) {
  .cookie-bar .cookie-bar-interior .arrow-down {
      background-size: 100% 100%;
  }
}
.cookie-bar .cookie-bar-interior .arrow-down:not(.scrolled) {
  animation: arrowDownfadeIn 3s ease-in both infinite;
}
.cookie-bar .cookie-bar-interior .arrow-down.scrolled {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .cookie-bar .cookie-bar-interior .arrow-down {
      right: 30px;
      left: auto;
  }
}
@media print {
  .cookie-bar .cookie-bar-interior .arrow-down {
      bottom: calc(100% + 30px);
  }
}
@media only screen and (max-width: 1024px) {
  .cookie-bar .cookie-bar-interior .arrow-down {
      bottom: calc(100% + 30px);
  }
}
.cookie-bar .cookie-bar-interior .cookie-bar-text {
  padding-right: 50px;
}
.cookie-bar .cookie-bar-interior .cookie-bar-text a {
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.cookie-bar .cookie-bar-interior .cookie-bar-text-one {
  margin-bottom: 0.8em;
}
.cookie-bar .cookie-bar-interior .cookie-bar-close {
  background-size: 12px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("images/x-close-cookiebar.svg");
  display: block;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 0;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .cookie-bar .cookie-bar-interior .cookie-bar-close {
      right: 0;
  }
}
.tiny-pop .tiny-pop-intro {
  font-family: "GT-Walsheim-Light";
  font-size: 20px;
  line-height: 25px;
  font-family: "GT-Walsheim-Light";
  margin-bottom: 21px;
/*     max-width: 20em; */
}
@media only screen and (min-width: 1025px) and (max-width: 1366px), (max-width: 767px) {
  .tiny-pop .tiny-pop-intro {
      font-size: 14px;
      line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .tiny-pop .tiny-pop-intro {
      max-width: 14em;
  }
}
.tiny-pop .tiny-pop-intro.fund-not-avail-intro {
  max-width: 36em;
}
.tiny-pop .tiny-pop-select {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .tiny-pop .tiny-pop-select {
      margin-bottom: 12px;
  }
}
.tiny-pop .tiny-pop-select:last-child {
  margin-bottom: 0;
}
.tiny-pop .tiny-pop-select.selected {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #1f204a;
  border-radius: 0;
  color: #1f204a;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  background-color: #1f204a;
  color: #fff;
  border: 1px solid #1f204a;
  line-height: 1em;
  text-align: center;
  height: 48px;
  display: block;
  line-height: 48px;
}
.tiny-pop .tiny-pop-select.selected::-moz-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.tiny-pop .tiny-pop-select.selected::-webkit-input-placeholder {
  color: rgba(31, 32, 74, 0.35);
}
.tiny-pop .tiny-pop-select.selected.input-error {
  border-color: red;
  color: red;
}
.tiny-pop .tiny-pop-select.selected.input-error::-moz-placeholder {
  color: red;
}
.tiny-pop .tiny-pop-select.selected.input-error::-webkit-input-placeholder {
  color: red;
}
.tiny-pop .tiny-pop-select.selected:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.tiny-pop .tiny-pop-select.selected:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .tiny-pop .tiny-pop-select.selected {
      height: 52px;
  }
}
.tiny-pop .tiny-pop-select:not(.selected) {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-family: "GT-Walsheim-Medium";
  font-size: 16px;
  line-height: 25px;
  background-color: #fff;
  color: #1f204a;
  border: 1px solid rgba(31, 32, 74, 0.48);
  line-height: 1em;
  text-align: center;
  height: 48px;
  display: block;
  line-height: 48px;
}
.tiny-pop .tiny-pop-select:not(.selected)::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.tiny-pop .tiny-pop-select:not(.selected)::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.tiny-pop .tiny-pop-select:not(.selected).input-error {
  border-color: red;
  color: red;
}
.tiny-pop .tiny-pop-select:not(.selected).input-error::-moz-placeholder {
  color: red;
}
.tiny-pop .tiny-pop-select:not(.selected).input-error::-webkit-input-placeholder {
  color: red;
}
.tiny-pop .tiny-pop-select:not(.selected):focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.tiny-pop .tiny-pop-select:not(.selected):focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .tiny-pop .tiny-pop-select:not(.selected) {
      height: 52px;
  }
}
.tiny-pop .tiny-pop-select.geo-pop-select {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .tiny-pop .tiny-pop-select.geo-pop-select {
      flex: 0 0 calc(25% - 10px);
      overflow: hidden;
      white-space: nowrap;
      margin-left: 10px;
      padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (-ms-high-contrast: none), only screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .tiny-pop .tiny-pop-select.geo-pop-select {
      flex: 0 0 22%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tiny-pop .tiny-pop-select.geo-pop-select {
      flex: 0 0 calc(33.33% - 10px);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (-ms-high-contrast: none), only screen and (max-width: 1024px) and (min-width: 768px) and (-ms-high-contrast: active) {
  .tiny-pop .tiny-pop-select.geo-pop-select {
      flex: 0 0 30%;
  }
}
.tiny-pop.geo-pop .geo-pop-selects {
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .tiny-pop.geo-pop .geo-pop-selects {
      display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
  }
}
.tiny-pop.fund-not-avail .newsletter-form-title {
  display: none !important;
}
.tiny-pop.fund-not-avail .trigger-geo-pop {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  font-family: "GT-Walsheim-Light";
  margin-bottom: 30px;
  display: inline-block;
  border-bottom: 1px solid rgba(31, 32, 74, 0.35);
}
.overlay-close-fund-pop {
  display: none !important;
  pointer-events: none !important;
}
.roko-instabot-widget-button.roko-instabot-widget-button.roko-instabot-widget-button.roko-instabot-widget-button {
  background-color: #ffb700;
  border-radius: 1000px;
  background-size: 22px;
  width: 50px;
  height: 50px;
  background-image: url("images/chat.png");
}
.footer .footer-interior {
  background-color: #1f204a;
  color: #fff;
}
.footer .footer-interior .footer-section {
  padding: 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .footer .footer-interior .footer-section {
      padding: 0 48px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .footer .footer-interior .footer-section {
      padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-interior .footer-section {
      padding: 30px 30px 40px;
  }
}
.footer .footer-interior .footer-section:last-child {
  border: none;
}
@media only screen and (min-width: 768px) {
  .footer .footer-interior .footer-section.footer-section-nav {
      padding: 42px 60px 38px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .footer .footer-interior .footer-section.footer-section-nav {
      padding-right: 48px;
      padding-left: 48px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .footer .footer-interior .footer-section.footer-section-nav {
      padding-right: 20px;
      padding-left: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-nav-wrapper {
      display: block;
      float: left;
      width: calc(100% - 200px);
      margin-top: 8px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer .footer-interior .footer-section.footer-section-nav .social-nav-wrapper {
      display: block;
      float: left;
      width: 200px;
      text-align: right;
  }
}
.footer .footer-interior .footer-section.footer-section-nav .footer-nav {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-interior .footer-section.footer-section-nav .footer-nav li {
  display: inline-block;
}
.footer .footer-interior .footer-section.footer-section-nav .footer-nav li a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-nav .menu-item {
      display: block;
  }
}
.footer .footer-interior .footer-section.footer-section-nav .footer-nav .menu-item a {
  padding: 0px 15px;
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-nav .menu-item a {
      padding-left: 10px;
      padding-right: 10px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-nav .menu-item a {
      padding: 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-nav .menu-item a {
      padding: 10px 0;
  }
}
.footer .footer-interior .footer-section.footer-section-nav .footer-nav .menu-item:first-child a {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-nav {
      display: inline-block;
  }
}
.footer .footer-interior .footer-section.footer-section-nav .footer-subscribe {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-subscribe {
      display: inline-block;
      padding-left: 34px;
      margin-left: 18px;
      border-left: 1px solid rgba(255, 255, 255, 0.35);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-subscribe {
      padding-left: 12px;
      margin-left: 12px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-subscribe {
      padding-left: 20px;
      margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-subscribe {
      padding-top: 6px;
  }
}
.footer .footer-interior .footer-section.footer-section-nav .footer-subscribe .footer-subscribe-label {
  display: inline-block;
}
.footer .footer-interior .footer-section.footer-section-nav .footer-subscribe .textwidget {
  display: inline-block;
  margin-left: 24px;
  position: relative;
  min-width: 220px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-subscribe .textwidget {
      margin-left: 15px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-subscribe .textwidget {
      min-width: 180px;
      margin-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-subscribe .textwidget {
      min-width: 186px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 320px) {
  .footer .footer-interior .footer-section.footer-section-nav .footer-subscribe .textwidget {
      min-width: 158px;
      margin-left: 8px;
  }
}
.footer .footer-interior .footer-section.footer-section-nav .footer-subscribe input[type="email"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  height: 24px;
  line-height: 24px;
  max-width: calc(100% - 64px);
}
.footer .footer-interior .footer-section.footer-section-nav .footer-subscribe input[type="email"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-interior .footer-section.footer-section-nav .footer-subscribe input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-interior .footer-section.footer-section-nav .footer-subscribe input[type="email"].input-error {
  border-color: red;
  color: red;
}
.footer .footer-interior .footer-section.footer-section-nav .footer-subscribe input[type="email"].input-error::-moz-placeholder {
  color: red;
}
.footer .footer-interior .footer-section.footer-section-nav .footer-subscribe input[type="email"].input-error::-webkit-input-placeholder {
  color: red;
}
.footer .footer-interior .footer-section.footer-section-nav .footer-subscribe input[type="email"]:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.footer .footer-interior .footer-section.footer-section-nav .footer-subscribe input[type="email"]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.footer .footer-interior .footer-section.footer-section-nav .footer-subscribe input[type="button"] {
  background: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 24px;
  line-height: 24px;
  padding: 0;
}
.footer .footer-interior .footer-section.footer-section-nav .footer-subscribe .mc4wp-success {
  color: rgba(255, 255, 255, 0.35);
}
@media only screen and (min-width: 768px) {
  .footer .footer-interior .footer-section.footer-section-blurb {
      padding: 40px 60px 95px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .footer .footer-interior .footer-section.footer-section-blurb {
      padding-left: 48px;
      padding-right: 48px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .footer .footer-interior .footer-section.footer-section-blurb {
      padding-left: 20px;
      padding-right: 20px;
  }
}
.footer .footer-interior .footer-section.footer-section-blurb .footer-disclaimer {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  margin-top: 20px;
  max-width: 81em;
}
.footer .footer-interior .footer-section.footer-section-blurb .footer-bottom-nav {
  font-family: "GT-Walsheim-Regular";
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0.63;
}
.footer .footer-interior .footer-section.footer-section-blurb .footer-bottom-nav li {
  display: inline-block;
}
.footer .footer-interior .footer-section.footer-section-blurb .footer-bottom-nav li a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer .footer-interior .footer-section.footer-section-blurb .footer-bottom-nav .menu-item {
      display: block;
  }
}
.footer .footer-interior .footer-section.footer-section-blurb .footer-bottom-nav .menu-item a {
  padding: 0px 15px;
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .footer .footer-interior .footer-section.footer-section-blurb .footer-bottom-nav .menu-item a {
      padding-left: 10px;
      padding-right: 10px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .footer .footer-interior .footer-section.footer-section-blurb .footer-bottom-nav .menu-item a {
      padding: 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-interior .footer-section.footer-section-blurb .footer-bottom-nav .menu-item a {
      padding: 10px 0;
  }
}
.footer .footer-interior .footer-section.footer-section-blurb .footer-bottom-nav .menu-item:first-child a {
  padding-left: 0;
}
.footer .footer-interior .footer-section.footer-section-blurb .footer-blurb {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  max-width: 1175px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-interior .footer-section.footer-section-blurb .footer-blurb strong,
.footer .footer-interior .footer-section.footer-section-blurb .footer-blurb b {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.75);
}
.footer .footer-interior .footer-section.footer-section-blurb .footer-blurb strong a,
.footer .footer-interior .footer-section.footer-section-blurb .footer-blurb b a {
  border-color: rgba(255, 255, 255, 0.75);
}
.footer .footer-interior .footer-section.footer-section-blurb .footer-blurb p {
  padding: 0;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1025px) {
  .footer .footer-interior .footer-section.footer-section-blurb .footer-blurb {
      column-count: 2;
      column-gap: 5.6%;
  }
}
.footer .footer-interior .footer-section.footer-section-blurb .footer-blurb a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  .footer .footer-interior .footer-section.footer-section-copyright {
      padding: 30px 60px 36px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .footer .footer-interior .footer-section.footer-section-copyright {
      padding-right: 48px;
      padding-left: 48px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .footer .footer-interior .footer-section.footer-section-copyright {
      padding-right: 20px;
      padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-interior .footer-section.footer-section-copyright .footer-generali {
      display: block;
      float: left;
      width: 50%;
  }
}
.footer .footer-interior .footer-section.footer-section-copyright .footer-generali .footer-generali-badge {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  color: #6f708b;
  width: 136px;
}
.footer .footer-interior .footer-section.footer-section-copyright .footer-generali .footer-generali-badge .badge {
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url("images/logo_generali_investments_white.svg");
  display: block;
  height: 42px;
}
.footer .footer-interior .footer-section.footer-section-copyright .footer-copyright {
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 20px;
  padding-top: 24px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-interior .footer-section.footer-section-copyright .footer-copyright {
      display: block;
      float: left;
      width: 50%;
      text-align: right;
  }
}
.page-template-page-blog-landing .footer {
  position: relative;
  /* z-index: 3; */
}
.social-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-nav li {
  display: inline-block;
}
.social-nav li a {
  display: block;
}
@media print {
  .social-nav {
      margin-top: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .social-nav {
      margin-top: 27px;
  }
}
.social-nav .menu-item {
  width: 36px;
  height: 36px;
}
@media only screen and (min-width: 1025px) {
  .social-nav .menu-item {
      margin-left: 8px;
  }
}
@media print {
  .social-nav .menu-item {
      margin-right: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .social-nav .menu-item {
      margin-right: 8px;
  }
}
.social-nav .menu-item a {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.53;
}
@supports (-ms-ime-align: auto) {
  .social-nav .menu-item a {
      background-size: 100% 100%;
  }
}
.social-nav .menu-item.social-fb a {
  background-image: url("images/social-fb.svg");
}
.social-nav .menu-item.social-tw a {
  background-image: url("images/social-tw.svg");
}
.social-nav .menu-item.social-li a {
  background-image: url("images/social-li.svg");
}
.social-nav .menu-item.social-in a {
  background-image: url("images/social-in.svg");
}
.social-nav .menu-item.social-mail a {
  background-image: url("images/social-email.svg");
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
  margin-bottom: 40px;
}
@media print {
  .portfolio-grid {
      margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .portfolio-grid {
      margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-grid {
      grid-template-columns: 1fr;
      gap: 20px;
  }
}
.portfolio-title {
  font-family: "GT-Walsheim-Medium";
  font-size: 25px;
  line-height: 28px;
  display: inline-block;
  color: #ffb700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .portfolio-title {
      font-size: 18px;
      margin-bottom: 0;
  }
}
.portfolio-value {
  display: block;
  position: relative;
  font-size: 14px;
  font-family: "GT-Walsheim-Regular";
}
.number-value {
  display: block;
  position: relative;
  font-size: 14px;
  font-family: "GT-Walsheim-Regular";
}
.number-grid-item {
  position: relative;
  font-size: 14px;
  font-family: "GT-Walsheim-Regular";
}
.number-grid-item .data-test {
  bottom: 0;
  top: auto;
}
.data-test {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  line-height: 10px;
  background: red;
  color: white;
  font-size: 10px;
  text-transform: none;
}
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.tt-dropdown-menu:after,
.tt-dataset-images .tt-suggestions:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after,
.tt-dropdown-menu:after,
.tt-dataset-images .tt-suggestions:after {
  clear: both;
}
.row,
.clearfix,
.tt-dropdown-menu,
.tt-dataset-images .tt-suggestions {
  zoom: 1;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.single-epkb_post_type_1 .header,
.single-epkb_post_type_1 .footer {
  display: none !important;
}
.align-items-center {
  align-items: center !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-block {
  display: inline-block !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.text-right {
  text-align: right !important;
}
.uppercase {
  text-transform: uppercase !important;
}



/*# ESG Page */

.page-template-page-esg .modules-newsletter {
  display: none;
}
.page-template-page-esg .esg-modules .module:last-child {
display: none;
}

@media only screen and (min-width: 1500px) {
.esg-expand-area.active .careers-col--video div {
  padding-bottom: calc(45.25% + 160px) !important;
}
}

@media only screen and (min-width: 1025px) {

.page-template-page-esg .careers-container .modules .module .module-block-double_text_lead .block-text {
margin-bottom: 30px !important;
}
.page-template-page-esg .careers-container .modules .module .module-block {
padding: 0 60px 0 0;
}
.page-template-page-esg .careers-container .modules .module:nth-child(even) .module-block.module-block-background_image {
 left: 0;
}
.page-template-page-esg .careers-container .modules .module:nth-child(even) .module-block.module-block-double_text_lead {
  float: right;
  padding: 0 0px 0 60px;
}

.page-template-page-esg .esg-module-block {
  width: 100% !important;
  padding: 0 !important;
}

.page-template-page-esg .block-additional-text {
  padding-bottom: 30%;
}

.page-template-page-esg .esg-library-title {
  font-size: 2.5em !important;
  font-weight: bold !important;
  text-align: center !important;
}
.page-template-page-esg .esg-library {
  border: 0px !important;
  padding-bottom: calc(25vw - 120px) !important
}
.page-template-page-esg .esg-expand-area-interior {
  display: flex !important;
}
.page-template-page-esg .esg-expand-title {
  float:right;
  text-align: left;
  font-weight: bold;
  width: 30%;
}
.page-template-page-esg .careers-documents .doc-group:not(:first-child) .esg-expand-title {
  border-top: 1px solid #eaeaea;
}
.page-template-page-esg .careers-documents .doc-group:last-child .esg-expand-title:not(.active) {
  border-bottom: 1px solid #eaeaea;
}
.page-template-page-esg .esg-expand-title.active {
  pointer-events: none;
}
.page-template-page-esg .esg-library-video {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.page-template-page-esg .esg-expand-area.active .careers-col--video {
width: calc(70% - 120px);
height: 100%;
top: 160px;
position: absolute;
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}
.page-template-page-esg .esg-expand-area.active .careers-col--video div {
position: relative;
padding-bottom: inherit;
/* padding-top: 30px; */
padding-bottom: calc(35.25% + 160px);
height: 0;
-webkit-overflow-scrolling: touch;
}
.page-template-page-esg .esg-expand-area.active .careers-col--video iframe {
position: absolute !important;
 top: 0 !important;
 left: 0 !important;
 width: 100% !important;
 height: 100% !important;
 margin: 0 !important;
}
.page-template-page-esg .esg-library-description {
  width: 30% !important;
}
.page-template-page-esg .esg-library-description span {
  text-align: left !important;
  font-family: 'GT-Walsheim-Light' !important;
  font-size: 18px !important;
  line-height: 30px !important;
}

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
.page-template-page-esg .esg-expand-area.active .careers-col--video {
  top: 15% !important;
  margin-right: 120px !important;
  }
  .page-template-page-esg .esg-expand-area.active .careers-col--video div {
    padding-bottom: calc(38% + 160px) !important;
  }
  .page-template-page-esg .esg-library-description span {
    font-size: 18px !important;
    line-height: 30px !important;
  }
}

@media only screen and (max-width: 1024px) {

.page-template-page-esg .module:not(.esg-library-module) .module-block-repeating_text {
  display: none;
}

.page-template-page-esg .esg-library-title {
  font-size: 1.5em !important;
  font-weight: bold !important;
  text-align: left !important;

  padding-top: 20px !important;
  padding-bottom: 60% !important;
}
.page-template-page-esg .esg-expand-title.active {
    pointer-events: none;
  }
.careers-documents .doc-group:not(:first-child) .esg-expand-title {
  border-top: 1px solid #eaeaea;
}
.page-template-page-esg .esg-library-description span {
  text-align: left !important;
}
.page-template-page-esg .esg-library-video {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .page-template-page-esg .esg-expand-area.active .careers-col--video {
    width: -webkit-fill-available;
    /* height: 100%; */
    top: 10%;
    margin-right: 60px;

  position: absolute;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.page-template-page-esg .esg-expand-area.active .careers-col--video div {
  position: relative;
  padding-bottom: inherit;
  /* padding-top: 30px; */
  padding-bottom: calc(36% + 160px);
  height: 0;
  -webkit-overflow-scrolling: touch;
}
.page-template-page-esg .esg-expand-area.active .careers-col--video iframe {
  position: absolute !important;
   top: 0 !important;
   left: 0 !important;
   width: 100% !important;
   height: 100% !important;
   margin: 0 !important;
  }

}


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