@charset "UTF-8";
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #fafbfc;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .95;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }
.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  position: absolute;
  bottom: -60px;
  right: 20px;
  display: flex; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  text-indent: -9999px;
  background: url("../images/icon-direction-arrow.svg") 0 0 no-repeat; }

.flex-direction-nav .flex-next {
  margin-left: 10px;
  transform: rotate(180deg); }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  position: absolute;
  bottom: -60px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #f1f1f1;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: none;
  outline: 0; }

.flex-control-paging li a:hover {
  background: #939598; }

.flex-control-paging li a.flex-active {
  background: #939598;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  border: none; }

.flickity-button:hover {
  cursor: pointer; }

.flickity-button:focus {
  outline: none; }

.flickity-button:disabled {
  opacity: 0;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  transform: translateY(-41px);
  width: 12px;
  height: 20px;
  z-index: 1; }

.flickity-prev-next-button.previous {
  background: url(../images/icon-carousel-left.svg) 0 0 no-repeat;
  left: -70px; }

.flickity-prev-next-button.next {
  background: url(../images/icon-carousel-right.svg) 0 0 no-repeat;
  right: -70px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  display: none; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2024 Schwartzco Inc.
        License 2406-KVLLRV      
*/
@font-face {
  font-family: 'Canela Web';
  src: url("../fonts/Canela-ThinItalic-Web.woff2") format("woff2"), url("../fonts/Canela-ThinItalic-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'Canela Web';
  src: url("../fonts/Canela-Thin-Web.woff2") format("woff2"), url("../fonts/Canela-Thin-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1374px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
/* For devices larger than 550px */
@media (min-width: 768px) {
  .container {
    padding: 0 30px; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
body {
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #313130;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4 {
  margin: 0;
  font-weight: 400; }

h1 {
  font-family: 'Canela Web', sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 100px;
  line-height: 1.2;
  color: #fff;
  padding: 0 0 15px 0; }

h2 {
  font-family: 'Canela Web', sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 46px;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 50px 0;
  text-decoration: none; }

h3 {
  font-size: 36px;
  line-height: 40px;
  color: #00AB97; }

h4 {
  color: #00AB97;
  padding: 5px 0 15px 0; }

p {
  margin: 0;
  padding: 0 0 15px 0; }

p:last-child {
  padding: 0 !important; }

p.footnote {
  font-size: 12px;
  line-height: 16px; }

p strong {
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal; }

p a {
  transition: all ease 0.4s;
  text-decoration: underline; }

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

.align-right {
  text-align: right; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #3E3E3E;
  text-decoration: none;
  transition: all ease 0.4s; }

a:hover {
  color: #3E3E3E; }

a.link {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  transition: color ease 0.4s; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  padding: 7px 12px 5px 12px;
  transition: all ease 0.4s;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #00AB97;
  border-radius: 10px; }
  .button.dl {
    text-align: left;
    padding: 7px 45px 5px 12px;
    background-image: url(../images/icon-download.svg);
    background-position: top 50% right 15px;
    background-repeat: no-repeat;
    background-size: 15px auto; }

.button:hover {
  color: #fff;
  background-color: #2C2276; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol, ul {
  padding-left: 20px;
  margin-top: 0;
  letter-spacing: 0; }
  ol li, ul li {
    margin-bottom: 8px; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.terms-page hr {
  margin: 0 0 12px 0;
  width: 10px;
  border-width: 0;
  border-top: 1px solid #4d4d4d; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  background: red;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px; }

.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px; }

.jspDisabled {
  background: #80808d;
  cursor: default; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px; }

.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }
  body.no-overflow {
    overflow-y: hidden; }

.page-content {
  flex: 1 0 auto;
  padding-top: 120px; }

footer {
  flex-shrink: 0;
  background: linear-gradient(160deg, #00ab97 40%, white 100%);
  padding: 30px 0;
  color: #fff; }
  footer p {
    font-weight: 500; }
    footer p a, footer p a:hover {
      color: #fff; }

#scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/icon-scroll.svg") 0 0 no-repeat;
  background-size: 100% auto; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
  height: 120px;
  border-bottom: 1px solid #d5d3e4; }
  header .inner {
    display: flex;
    width: 100%;
    padding: 0;
    height: 120px;
    justify-content: space-between;
    align-items: center; }
    header .inner .logo {
      width: 240px;
      margin-top: 15px; }
    header .inner .header-right {
      width: calc(100% - 550px);
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      header .inner .header-right .button {
        margin-right: 80px; }

a#nav-trigger {
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .5s ease;
  width: 35px;
  height: 25px;
  z-index: 120;
  margin: 0; }

a#nav-trigger .menu {
  background: #2C2276;
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  transition: background .5s ease;
  width: 35px;
  margin: 0; }

a#nav-trigger .menu:after, a#nav-trigger .menu:before {
  background: #2C2276;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: -8px;
  transition: transform .5s ease,top .3s ease,bottom .3s ease;
  width: 35px; }

a#nav-trigger .menu:after {
  bottom: -8px;
  top: auto; }

a#nav-trigger.open .menu {
  background: 0 0;
  transition: none; }

a#nav-trigger.open .menu:before {
  transform: rotate(45deg);
  width: 35px;
  top: 0;
  background: #2C2276; }

a#nav-trigger.open .menu:after {
  top: 6px;
  width: 35px;
  bottom: auto;
  transform: translateY(-5px) rotate(-45deg);
  background: #2C2276; }

#main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #fff linear-gradient(180deg, #e9e8f3 50%, rgba(233, 232, 243, 0.4976584384) 100%); }
  #main-menu .menu-holder {
    position: absolute;
    top: calc(50% + 60px);
    left: 50%;
    transform: translate(-50%, -50%); }
    #main-menu .menu-holder h2 {
      font-family: "hanken-grotesk", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 30px;
      line-height: 1.2;
      color: #2C2276;
      padding-bottom: 40px; }
    #main-menu .menu-holder .menu {
      display: flex;
      flex-direction: column;
      margin: 0;
      list-style: none;
      position: relative;
      padding: 0; }
      #main-menu .menu-holder .menu li {
        font-family: 'Canela Web', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 46px;
        line-height: 1.2;
        padding: 0 80px 20px 0;
        margin: 0 0 20px 0;
        border-bottom: 2px solid #2C2276;
        text-transform: none; }
        #main-menu .menu-holder .menu li a {
          color: #313130; }

.img-caption {
  position: absolute;
  right: calc((100vw - 1312px) / 2);
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 7px 12px 5px 12px !important;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2; }
  .img-caption:last-of-type {
    padding: 7px 12px 5px 12px !important; }

/* HOME */
.home-header {
  position: relative;
  background: #ffffff;
  height: calc(100vh - 120px); }
  .home-header .inner {
    height: 100%;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center; }
    .home-header .inner .headline {
      padding: 30px; }
      .home-header .inner .headline .content {
        display: flex;
        flex-direction: column;
        max-width: 600px;
        margin: 0; }
        .home-header .inner .headline .content h1 {
          color: #2C2276;
          padding: 0 0 40px 0;
          line-height: 1.1; }
        .home-header .inner .headline .content h2 {
          font-family: "hanken-grotesk", sans-serif;
          font-weight: 400;
          font-style: normal;
          color: #2C2276;
          font-size: 26px;
          line-height: 1.2;
          padding: 0 0 10px 0; }
        .home-header .inner .headline .content p {
          font-weight: 400;
          color: #2C2276;
          padding: 0; }
    .home-header .inner .hero-video-wrap {
      position: absolute;
      height: 120%;
      width: 50%;
      right: 0;
      top: -10%;
      overflow: hidden; }
      .home-header .inner .hero-video-wrap .bg-video {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0; }
        .home-header .inner .hero-video-wrap .bg-video video {
          object-fit: cover;
          width: 100%;
          height: 80%;
          position: absolute;
          top: 10%;
          left: 10%; }
    .home-header .inner .header-image {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: left center; }
    .home-header .inner .img-caption {
      position: absolute;
      bottom: 110px;
      right: calc((100vw - 1320px) / 2); }

.header-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.header-video video {
  object-fit: cover;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.3s; }

.block .inner {
  padding: 100px 0; }

.flex {
  display: flex; }

.highlights-block {
  position: relative; }
  .highlights-block .intro {
    max-width: 80%;
    margin: 0 0 30px 0; }
    .highlights-block .intro h2 {
      padding-bottom: 60px; }
    .highlights-block .intro p {
      font-family: 'Canela Web', sans-serif;
      font-weight: 100;
      font-style: normal;
      font-size: 38px;
      line-height: 1.2;
      color: #2C2276;
      margin: 0;
      padding: 0; }
  .highlights-block .stats {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 60px; }
    .highlights-block .stats .stat {
      width: calc(33.333333% - 15px);
      padding: 0 0 0 20px;
      margin: 0 0 40px 0;
      border-left: 2px solid #2C2276; }
      .highlights-block .stats .stat .large {
        font-family: 'Canela Web', sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 80px;
        line-height: 1;
        color: #2C2276;
        padding-bottom: 15px; }
      .highlights-block .stats .stat .copy p {
        font-weight: 400; }
        .highlights-block .stats .stat .copy p strong {
          font-size: 26px;
          line-height: 30px;
          color: #2C2276; }
      .highlights-block .stats .stat sup {
        font-size: 60%;
        top: -0.6em; }
  .highlights-block .stat-footnote {
    margin: 0 0 30px 0; }
    .highlights-block .stat-footnote strong {
      font-size: 20px;
      line-height: 24px;
      padding: 0 0 10px 0;
      color: #2C2276; }
  .highlights-block .downloads .button {
    margin-right: 30px; }

.chairs-statement-block {
  background-image: url("../images/section-bg.jpg");
  background-position: top left;
  background-size: 80%;
  background-repeat: no-repeat; }
  .chairs-statement-block .inner {
    padding-top: 40px; }
  .chairs-statement-block #content-wrap1 .intro {
    padding: 0 50px 30px 0; }
  .chairs-statement-block #content-wrap1 h3 {
    font-size: 22px;
    line-height: 1.2;
    color: #2C2276;
    padding: 0 0 20px 0; }
  .chairs-statement-block .growth-targets {
    display: flex;
    overflow: hidden;
    padding: 30px 60px 20px 0;
    margin-bottom: 50px;
    border-top: dotted 2px #d5d3e4; }
    .chairs-statement-block .growth-targets .title {
      width: 20%;
      padding: 0 20px 20px 0; }
      .chairs-statement-block .growth-targets .title h2 {
        font-family: "hanken-grotesk", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 22px;
        color: #2C2276;
        line-height: 1.2;
        padding: 0 0 20px 0; }
    .chairs-statement-block .growth-targets .target {
      padding: 0 20px;
      width: 20%;
      border-left: 2px #2C2276 solid; }
      .chairs-statement-block .growth-targets .target:first-child {
        border-left: none; }
      .chairs-statement-block .growth-targets .target h3 {
        font-family: 'Canela Web', sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 80px;
        line-height: 1;
        padding-bottom: 20px;
        color: #2C2276; }
      .chairs-statement-block .growth-targets .target p {
        font-size: 0.85em; }
        .chairs-statement-block .growth-targets .target p strong {
          font-size: 24px;
          font-weight: 400;
          color: #2C2276; }
  .chairs-statement-block .head-title {
    width: 100%;
    margin-bottom: 30px; }
  .chairs-statement-block .video-block .video {
    width: 33.33%; }

.scroll-div {
  width: 100%;
  overflow: auto;
  height: 600px; }
  .scroll-div p, .scroll-div ul, .scroll-div ol {
    color: #696969; }
  .scroll-div ol ul {
    list-style: disc;
    padding-left: 12px;
    margin: 10px 0; }
  .scroll-div h4 {
    color: #2C2276; }

#chairs-statement .flex-wrap, #financial-review .flex-wrap {
  display: flex; }
  #chairs-statement .flex-wrap .left, #financial-review .flex-wrap .left {
    width: 45%;
    padding: 60px 60px 80px calc((100vw - 1312px) / 2); }
  #chairs-statement .flex-wrap .right, #financial-review .flex-wrap .right {
    width: 55%;
    padding: 60px calc((100vw - 1312px) / 2) 0 40px; }
  #chairs-statement .flex-wrap.top, #financial-review .flex-wrap.top {
    margin-bottom: 40px; }
  #chairs-statement .flex-wrap.bottom .left, #financial-review .flex-wrap.bottom .left {
    display: flex;
    justify-content: space-between; }
    #chairs-statement .flex-wrap.bottom .left .download, #financial-review .flex-wrap.bottom .left .download {
      width: 50%; }
      #chairs-statement .flex-wrap.bottom .left .download .button, #financial-review .flex-wrap.bottom .left .download .button {
        min-width: inherit; }
    #chairs-statement .flex-wrap.bottom .left .video-play, #financial-review .flex-wrap.bottom .left .video-play {
      width: 45%; }
#chairs-statement .image-wrap .image, #financial-review .image-wrap .image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px; }
#chairs-statement .image-wrap h3, #financial-review .image-wrap h3 {
  font-family: 'Canela Web', sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #2C2276;
  padding: 0 0 30px 0; }
#chairs-statement .image-wrap .copy, #financial-review .image-wrap .copy {
  width: 85%; }
#chairs-statement .image-wrap .name-title, #financial-review .image-wrap .name-title {
  padding: 0; }
  #chairs-statement .image-wrap .name-title p.name, #financial-review .image-wrap .name-title p.name {
    color: #2C2276;
    font-weight: 400;
    padding: 0 0 5px 0;
    font-size: 26px;
    line-height: 30px; }
  #chairs-statement .image-wrap .name-title p.title, #financial-review .image-wrap .name-title p.title {
    color: #2C2276;
    font-size: 20px;
    line-height: 24px; }

.video-block {
  border-top: dotted 2px #d5d3e4;
  display: flex;
  padding: 30px 0 0 0; }
  .video-block .video {
    width: 33.33%;
    border-left: dotted 2px #d5d3e4;
    padding: 30px 30px 0 30px;
    display: flex;
    justify-content: space-between; }
    .video-block .video:first-child {
      border: none;
      padding-left: 0; }
    .video-block .video a {
      display: block;
      width: 45%;
      position: relative;
      border: 3px solid #00AB97;
      overflow: hidden;
      border-radius: 10px;
      height: fit-content; }
      .video-block .video a .thumb {
        aspect-ratio: 3 / 2;
        background-size: cover;
        background-position: center center; }
      .video-block .video a .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url("../images/icon-play-button.svg") 0 0 no-repeat;
        width: 20px;
        height: 24px; }
    .video-block .video .copy {
      width: 50%; }
      .video-block .video .copy p.title {
        font-size: 1.2em;
        font-weight: 400; }

.investment-case-block .inner {
  padding-bottom: 0; }
.investment-case-block .intro {
  max-width: 50%;
  margin: 0 0 30px 0; }
.investment-case-block .cases-wrap {
  margin: 0 0 20px 0; }
.investment-case-block .cases {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0; }
  .investment-case-block .cases .case {
    width: calc(50%);
    margin-bottom: 30px; }
    .investment-case-block .cases .case .case-inner {
      height: 100%; }
    .investment-case-block .cases .case:nth-child(1), .investment-case-block .cases .case:nth-child(3) {
      padding: 0 30px 0 0;
      position: relative; }
      .investment-case-block .cases .case:nth-child(1):after, .investment-case-block .cases .case:nth-child(3):after {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        content: '';
        width: 2px;
        height: calc(100% - 30px);
        border-right: dotted 2px #d5d3e4; }
      .investment-case-block .cases .case:nth-child(1) .case-inner, .investment-case-block .cases .case:nth-child(3) .case-inner {
        border-bottom: dotted 2px #d5d3e4;
        padding: 0 0 30px 0; }
    .investment-case-block .cases .case:nth-child(2), .investment-case-block .cases .case:nth-child(4) {
      padding: 0 0 0 30px; }
      .investment-case-block .cases .case:nth-child(2) .case-inner, .investment-case-block .cases .case:nth-child(4) .case-inner {
        border-bottom: dotted 2px #d5d3e4;
        padding: 0 0 30px 0; }
    .investment-case-block .cases .case:nth-child(3) .case-inner, .investment-case-block .cases .case:nth-child(4) .case-inner {
      border-bottom: none;
      padding: 0; }
    .investment-case-block .cases .case .image {
      position: relative;
      width: 100px; }
    .investment-case-block .cases .case .title {
      font-family: 'Canela Web', sans-serif;
      font-weight: 100;
      font-style: normal;
      font-size: 46px;
      line-height: 1.2;
      color: #2C2276;
      padding: 30px 0 15px 0; }
    .investment-case-block .cases .case .copy {
      font-size: 20px;
      line-height: 1.2;
      width: 70%; }
.investment-case-block .cases-footer {
  position: relative;
  margin: 50px 0; }
  .investment-case-block .cases-footer:before, .investment-case-block .cases-footer:after {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 50%;
    background: #2C2276; }
  .investment-case-block .cases-footer:after {
    left: auto;
    right: 0; }
  .investment-case-block .cases-footer span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #2C2276; }
  .investment-case-block .cases-footer p {
    background: #E9E8F3;
    border-radius: 10px;
    width: 60%;
    padding: 20px !important;
    color: #2C2276;
    font-family: 'Canela Web', sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    position: relative;
    margin: 0 auto; }
.investment-case-block .downloads .button {
  margin-right: 30px; }
.investment-case-block .ic-final-image {
  position: relative; }
  .investment-case-block .ic-final-image img {
    width: 70%;
    margin: auto 0 0 auto; }

.business-review-block {
  position: relative;
  background: #FFFFFF; }
  .business-review-block .intro {
    margin: 0 0 60px 0;
    max-width: 70%; }
    .business-review-block .intro h2 {
      padding-bottom: 60px; }
    .business-review-block .intro h3 {
      color: #2C2276;
      font-family: 'Canela Web', sans-serif;
      font-weight: 100;
      font-style: normal; }
  .business-review-block h3.module {
    color: #2C2276;
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
    padding: 0 0 20px 0; }
  .business-review-block .investments {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px 0; }
    .business-review-block .investments .investment {
      width: 33.33%;
      padding: 0 30px;
      border-left: dotted 2px #d5d3e4; }
      .business-review-block .investments .investment:nth-child(1) {
        border: none;
        padding-left: 0; }
      .business-review-block .investments .investment p {
        font-size: 20px;
        line-height: 1.2; }
        .business-review-block .investments .investment p.title {
          font-family: 'Canela Web', sans-serif;
          font-weight: 100;
          font-style: normal;
          font-size: 42px;
          line-height: 1.2;
          color: #2C2276;
          padding-bottom: 30px; }
      .business-review-block .investments .investment .stats {
        margin-top: 30px;
        border-top: 2px solid #2C2276; }
        .business-review-block .investments .investment .stats .stat {
          margin: 30px 0;
          border-bottom: 2px solid #2C2276;
          padding-bottom: 30px; }
        .business-review-block .investments .investment .stats .large {
          font-family: 'Canela Web', sans-serif;
          font-weight: 100;
          font-style: normal;
          font-size: 80px;
          line-height: 1;
          color: #2C2276; }
        .business-review-block .investments .investment .stats .copy {
          color: #2C2276;
          font-size: 22px;
          line-height: 1.2;
          font-weight: 400; }
      .business-review-block .investments .investment .download {
        margin: 30px 0 0 0; }
  .business-review-block .footnotes {
    margin: 60px 0 0 0; }
  .business-review-block .distributions {
    margin: 60px 0 40px 0;
    padding: 60px 0 0 0;
    border-top: dotted 2px #d5d3e4; }
    .business-review-block .distributions .wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .business-review-block .distributions .distribution {
      padding: 20px;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: baseline; }
      .business-review-block .distributions .distribution:first-child {
        width: 59%;
        background: #2C2276; }
      .business-review-block .distributions .distribution:last-child {
        width: 41%;
        background: #d5d3e4;
        text-align: right; }
      .business-review-block .distributions .distribution p {
        color: #fff;
        font-size: 22px;
        line-height: 26px;
        padding: 0; }
        .business-review-block .distributions .distribution p.title {
          font-size: 22px;
          line-height: 1.2; }
      .business-review-block .distributions .distribution .wrap {
        display: flex; }
      .business-review-block .distributions .distribution .stat {
        margin: 10px 0 0 0; }
      .business-review-block .distributions .distribution .large {
        font-family: 'Canela Web', sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 80px;
        line-height: 0.5; }
      .business-review-block .distributions .distribution .copy {
        font-weight: 400; }
  .business-review-block .downloads .button {
    margin-right: 30px;
    min-width: 180px; }

.financial-review-block {
  background: #fff; }
  .financial-review-block #content-wrap2 .intro {
    padding: 0 50px 30px 0; }
    .financial-review-block #content-wrap2 .intro h2 {
      padding: 0; }
  .financial-review-block #content-wrap2 h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px 0 20px 0;
    color: #2C2276; }
  .financial-review-block .download {
    margin: 40px 0 60px 0; }
  .financial-review-block .tablepress > :where(thead,tfoot) > tr > * {
    background-color: transparent; }

#financial-review .flex-wrap.top {
  margin-bottom: 0; }

.sustainability-block {
  position: relative;
  background: #FFFFFF; }
  .sustainability-block .top {
    display: flex; }
    .sustainability-block .top .intro {
      width: 50%;
      border-right: 2px dotted #d5d3e4;
      padding-right: 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .sustainability-block .top .intro h3 {
        color: #2C2276;
        font-family: 'Canela Web', sans-serif;
        font-weight: 100;
        font-style: normal; }
      .sustainability-block .top .intro .download {
        margin-top: 20px; }
    .sustainability-block .top .stats {
      width: 50%;
      padding: 0 0 0 40px; }
      .sustainability-block .top .stats .stat {
        padding: 0 0 0 20px;
        margin: 0 0 40px 0;
        border-left: 1px solid #2C2276; }
        .sustainability-block .top .stats .stat .large {
          font-family: 'Canela Web', sans-serif;
          font-weight: 100;
          font-style: normal;
          font-size: 80px;
          line-height: 1;
          color: #2C2276;
          padding-bottom: 15px; }
        .sustainability-block .top .stats .stat .copy p {
          font-weight: 400; }
          .sustainability-block .top .stats .stat .copy p strong {
            font-size: 26px;
            line-height: 30px;
            color: #2C2276; }
        .sustainability-block .top .stats .stat sup {
          font-size: 60%;
          top: -0.6em; }
  .sustainability-block .logo-image {
    border-top: 2px dotted #d5d3e4;
    padding: 60px 0;
    margin-top: 60px; }

#content-wrap3 .scroll_wrapper, #content-wrap3 .scroll-div, #content-wrap3 .v_wrapper {
  height: 300px; }

.downloads-block {
  background: #fff; }
  .downloads-block .intro {
    max-width: 50%;
    margin: 0 0 30px 0; }
  .downloads-block .top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px 0; }
    .downloads-block .top .col1 {
      width: calc(33.33% - 15px);
      border-right: 2px dotted #d5d3e4;
      padding-right: 30px; }
    .downloads-block .top .col2 {
      width: calc(33.33% + 30px);
      border-right: 2px dotted #d5d3e4;
      padding-right: 30px;
      padding-left: 30px; }
    .downloads-block .top .col3 {
      width: calc(33.33% - 15px);
      padding-left: 30px; }
      .downloads-block .top .col3 .downloads-footer {
        padding-left: 0;
        margin-top: 40px; }
        .downloads-block .top .col3 .downloads-footer strong {
          color: #2C2276; }
        .downloads-block .top .col3 .downloads-footer a {
          color: #313130;
          text-decoration: none; }
          .downloads-block .top .col3 .downloads-footer a:hover {
            text-decoration: underline; }
    .downloads-block .top .dl-group {
      margin: 0 0 30px 0;
      padding: 0 0 10px 0;
      border-bottom: 2px dotted #d5d3e4; }
      .downloads-block .top .dl-group p.title {
        font-size: 28px;
        line-height: 1.2;
        font-weight: 400;
        padding: 0 0 30px 0;
        color: #2C2276; }
      .downloads-block .top .dl-group p.subtitle {
        font-size: 18px;
        line-height: 1.2;
        font-weight: 400;
        padding: 10px 0 10px 0; }
      .downloads-block .top .dl-group ul {
        margin: 0 0 20px 0;
        list-style: none;
        padding: 0; }
        .downloads-block .top .dl-group ul li {
          margin: 0 0 15px 0; }
          .downloads-block .top .dl-group ul li a {
            display: inline-block;
            padding: 0 0 0 22px;
            background: url("../images/icon-dl-green.svg") left center no-repeat;
            background-size: 12px auto;
            color: #313130;
            transition: color ease 0.4s; }
            .downloads-block .top .dl-group ul li a:hover {
              color: #2C2276; }
      .downloads-block .top .dl-group:last-child {
        margin: 0;
        padding: 0;
        border: none; }
    .downloads-block .top .dl-image {
      margin: 0 0 30px 0;
      padding: 0 0 30px 0;
      border-bottom: 2px dotted #d5d3e4; }
      .downloads-block .top .dl-image:first-child .download .button.dl {
        background-color: #2C2276; }
        .downloads-block .top .dl-image:first-child .download .button.dl:hover {
          background-color: #00AB97; }
      .downloads-block .top .dl-image .image {
        margin-bottom: 30px; }
      .downloads-block .top .dl-image .download {
        text-align: right; }
        .downloads-block .top .dl-image .download .button.dl {
          display: block; }

.default {
  padding: 200px 0 60px 0;
  background: #E5EBEE; }
  .default h2 {
    font-size: 28px;
    line-height: 32px;
    padding: 10px 0 15px 0; }
  .default h3 {
    font-size: 22px;
    line-height: 26px;
    padding: 10px 0 10px 0; }

#tablepress-1 {
  font-size: 16px;
  line-height: 20px; }
  #tablepress-1 thead {
    border-bottom: 2px solid #2C2276; }
    #tablepress-1 thead th {
      background: transparent; }
  #tablepress-1 tbody {
    border-bottom: 2px solid #2C2276; }
    #tablepress-1 tbody tr td {
      border-bottom: 1px solid #2C2276; }
  #tablepress-1 thead th:nth-child(2), #tablepress-1 tbody td:nth-child(2) {
    font-weight: 400;
    text-align: right;
    background: #E9E8F3; }
  #tablepress-1 thead th:nth-child(3), #tablepress-1 tbody td:nth-child(3) {
    text-align: right; }
  #tablepress-1 thead th:nth-child(2), #tablepress-1 thead th:nth-child(3) {
    width: 120px; }
  #tablepress-1 .indent {
    padding-left: 20px; }
  #tablepress-1 strong, #tablepress-1.tablepress > :where(thead,tfoot) > * > th {
    font-weight: 400; }

p.smaller {
  font-size: 16px;
  line-height: 20px; }

#cookie-notice {
  z-index: 18 !important; }

#cn-notice-text {
  color: #fff; }

.mobile-only {
  display: none; }

@media only screen and (max-width: 1374px) {
  #chairs-statement .flex-wrap .left, #financial-review .flex-wrap .left {
    padding: 60px 60px 80px 30px; }

  #chairs-statement .flex-wrap .right, #financial-review .flex-wrap .right {
    padding: 60px 30px 0 40px; }

  .img-caption {
    right: 30px !important; } }
@media only screen and (max-width: 1280px) {
  body {
    font-size: 16px;
    line-height: 20px; }

  #chairs-statement .image-wrap .name-title p.title, #financial-review .image-wrap .name-title p.title, .business-review-block .investments .investment p {
    font-size: 18px;
    line-height: 22px; }

  .investment-case-block .cases .case .left .title, .downloads-block .top .dl-group p.title, .investment-case-block .cases .case .copy, .business-review-block .distributions .distribution p.title, .business-review-block h3.module {
    font-size: 20px;
    line-height: 24px; }

  h3, .default h2, .chairs-statement-block .growth-targets .title h2, .investment-case-block .cases-footer p, .highlights-block .stats .stat .copy p strong, .default h3, .chairs-statement-block .image-wrap .name-title p.name, .financial-review-block .image-wrap .name-title p.name, .sustainability-block .highlights .highlight .title, .chairs-statement-block .growth-targets .target p strong {
    font-size: 22px;
    line-height: 26px; }

  .highlights-block .intro p, .business-review-block .intro h3, .business-review-block .investments .investment p.title, .sustainability-block .top .intro h3, #chairs-statement .image-wrap h3, #financial-review .image-wrap h3, .investment-case-block .ic-final-image .mission-statement p {
    font-size: 32px;
    line-height: 1.2; }

  .default h1, h2 {
    font-size: 42px; }

  .highlights-block .stats .stat .large, .chairs-statement-block .growth-targets .target h3, .business-review-block .investments .investment .stats .large, .business-review-block .distributions .distribution .large {
    font-size: 55px; }

  .home-header .inner .headline .content h1 {
    font-size: 80px; }

  .investment-case-block .ic-final-image .inner {
    padding: 60px 0; } }
@media only screen and (max-width: 1024px) {
  .video-block .video {
    flex-direction: column;
    justify-content: flex-start; }

  .video-block .video a {
    width: 100%;
    margin-bottom: 20px; }

  .video-block .video .copy {
    width: 100%; }

  #sustainability .video-block .video:first-child {
    padding-left: 30px; } }
@media only screen and (max-width: 959px) {
  #chairs-statement .image-wrap .name-title p.title, #financial-review .image-wrap .name-title p.title, .business-review-block .investments .investment p, .highlights-block .stat-footnote strong {
    font-size: 17px;
    line-height: 23px; }

  .investment-case-block .cases .case .left .title, .downloads-block .top .dl-group p.title, .investment-case-block .cases .case .copy, .business-review-block .distributions .distribution p.title, .business-review-block h3.module {
    font-size: 19px;
    line-height: 23px; }

  h3, .default h2, .chairs-statement-block .growth-targets .title h2, .investment-case-block .cases-footer p, .highlights-block .stats .stat .copy p strong, .default h3, .chairs-statement-block .image-wrap .name-title p.name, .financial-review-block .image-wrap .name-title p.name, .sustainability-block .highlights .highlight .title, .chairs-statement-block .growth-targets .target p strong, .chairs-statement-block #content-wrap1 h4, .sustainability-block .top .stats .stat .copy p strong {
    font-size: 21px;
    line-height: 25px; }

  #chairs-statement .image-wrap .name-title p.name, #financial-review .image-wrap .name-title p.name {
    font-size: 24px;
    line-height: 28px; }

  .highlights-block .intro p, .business-review-block .intro h3, .business-review-block .investments .investment p.title, .sustainability-block .top .intro h3, #chairs-statement .image-wrap h3, #financial-review .image-wrap h3, .investment-case-block .ic-final-image .mission-statement p {
    font-size: 28px;
    line-height: 1.2; }

  .default h1, h2, .investment-case-block .cases .case .title {
    font-size: 38px; }

  .highlights-block .stats .stat .large, .chairs-statement-block .growth-targets .target h3, .business-review-block .investments .investment .stats .large, .business-review-block .distributions .distribution .large, .sustainability-block .top .stats .stat .large {
    font-size: 48px; }

  .home-header .inner .headline .content h1 {
    font-size: 70px; }

  header .inner .header-right {
    width: calc(100% - 400px); }

  #main-menu .menu-holder {
    width: 80%; }

  #main-menu .menu-holder .menu li {
    font-size: 28px;
    line-height: 32px;
    padding: 0 40px 20px 0;
    margin: 0 0 20px 0; }

  .block .inner {
    padding: 60px 0; }

  .investment-case-block {
    background-position: top left; }

  .investment-case-block .cases-wrap {
    width: 100%;
    margin: 0; }

  .investment-case-block .cases .case {
    width: calc(50%); }

  .investment-case-block .ic-final-image .inner {
    padding: 40px 0; }

  .highlights-block .stats {
    margin: 30px 0; }

  #chairs-statement .flex-wrap.top, #financial-review .flex-wrap.top {
    margin-bottom: 0; }

  #chairs-statement .inner {
    padding: 30px 0; }

  .chairs-statement-block .flex-wrap.top, .financial-review-block .flex-wrap.top {
    display: block; }

  .chairs-statement-block .flex-wrap .left, .financial-review-block .flex-wrap .left {
    width: 60%;
    margin-bottom: 30px; }

  .chairs-statement-block .flex-wrap .right, .financial-review-block .flex-wrap .right {
    width: 100%;
    padding: 0; }

  .chairs-statement-block #content-wrap1 .intro {
    padding: 0 50px 0 0; }

  .chairs-statement-block .growth-targets {
    padding: 30px 0 0 0;
    flex-wrap: wrap; }

  .chairs-statement-block .growth-targets .title {
    width: 100%; }

  .chairs-statement-block .growth-targets .target {
    width: 50%;
    margin-bottom: 20px; }

  .chairs-statement-block .flex-wrap .download {
    order: 1; }

  .chairs-statement-block .flex-wrap .results-summary {
    order: 0;
    margin: 0 0 40px 0; }

  .scroll_wrapper {
    padding: 0; }

  .downloads-block .top {
    flex-wrap: wrap; }

  .downloads-block .top .col1 {
    width: 50%; }

  .downloads-block .top .col2 {
    width: 50%;
    border-right: 0; }

  .downloads-block .top .col3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0; }

  .downloads-block .top .dl-image {
    width: 50%; }

  .downloads-block .top .dl-image:nth-child(1) {
    padding-right: 20px; }

  .downloads-block .top .dl-image:nth-child(2) {
    padding-left: 20px; }

  .downloads-block .top .col3 .downloads-footer {
    width: 100%;
    margin: 0; }

  .downloads-block .top .dl-image .download {
    text-align: left; } }
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 18px; }

  #chairs-statement .image-wrap .name-title p.title, #financial-review .image-wrap .name-title p.title, .business-review-block .investments .investment p, .highlights-block .stat-footnote strong, .investment-case-block .cases .case .copy {
    font-size: 16px;
    line-height: 22px; }

  .investment-case-block .cases .case .left .title, .downloads-block .top .dl-group p.title, .business-review-block .distributions .distribution p.title, .business-review-block h3.module, .chairs-statement-block #content-wrap1 h4 {
    font-size: 18px;
    line-height: 22px; }

  h3, .default h2, .chairs-statement-block .growth-targets .title h2, .investment-case-block .cases-footer p, .highlights-block .stats .stat .copy p strong, .default h3, .chairs-statement-block .image-wrap .name-title p.name, .financial-review-block .image-wrap .name-title p.name, .sustainability-block .highlights .highlight .title, .chairs-statement-block .growth-targets .target p strong {
    font-size: 20px;
    line-height: 24px; }

  #chairs-statement .image-wrap .name-title p.name, #financial-review .image-wrap .name-title p.name {
    font-size: 22px;
    line-height: 26px; }

  .highlights-block .intro p, .business-review-block .intro h3, .business-review-block .investments .investment p.title, .sustainability-block .top .intro h3, #chairs-statement .image-wrap h3, #financial-review .image-wrap h3, .investment-case-block .ic-final-image .mission-statement p {
    font-size: 26px;
    line-height: 1.2; }

  .default h1, h2, .investment-case-block .cases .case .title {
    font-size: 32px; }

  .highlights-block .stats .stat .large, .chairs-statement-block .growth-targets .target h3, .business-review-block .investments .investment .stats .large, .business-review-block .distributions .distribution .large {
    font-size: 40px; }

  .home-header .inner .headline .content h1 {
    font-size: 55px; }

  .home-header .inner .img-caption {
    bottom: 90px;
    right: 20px !important;
    max-width: calc(100% - 40px); }

  .img-caption {
    right: 20px !important; }

  .investment-case-block .ic-final-image .img-caption {
    bottom: 20px; }

  h2 {
    padding-bottom: 30px; }

  header {
    height: 80px; }

  header .inner {
    height: 80px; }

  header .inner .header-right {
    width: auto; }

  header .inner .header-right .button {
    display: none; }

  header .inner .logo {
    width: 160px; }

  .page-content {
    padding-top: 80px; }

  .mobile-only {
    display: block; }

  #main-menu .menu-holder {
    width: 80%;
    top: calc(50% + 20px);
    left: 10%;
    transform: translateY(-50%); }

  #main-menu .menu-holder .menu li {
    font-size: 24px;
    line-height: 28px;
    padding: 0 40px 20px 0;
    margin: 0 0 20px 0; }

  #main-menu .menu-holder h2 {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 20px; }

  .cta {
    text-align: center;
    margin-top: 15px; }

  .cta .button {
    margin: 0 auto;
    background-color: #fff;
    color: #00AB97; }

  .cta .button:hover {
    color: #fff;
    background-color: #0F3D47; }

  .home-header {
    height: calc(100vh - 80px); }

  .home-header .container {
    padding: 0; }

  .home-header .inner {
    display: block;
    padding-top: 30px; }

  .home-header .inner .headline {
    padding: 30px 20px; }

  .home-header .inner .headline .content {
    width: calc(75%);
    padding: 0;
    max-width: 80%; }

  .home-header .inner .hero-video-wrap {
    height: 100%;
    width: 80%;
    top: auto;
    bottom: -7%; }

  #scroll-down {
    width: 36px;
    height: 36px; }

  .block .inner {
    padding: 30px 0; }

  .page-content.default {
    padding-top: 100px; }

  .highlights-block .intro {
    max-width: 90%;
    margin: 0 0 20px 0; }

  .highlights-block .intro h2 {
    padding-bottom: 20px; }

  .highlights-block .stats {
    margin: 0 0 30px 0; }

  .highlights-block .stats .stat {
    width: calc(50% - 15px);
    padding: 0 20px;
    margin: 0 0 20px 0; }

  .highlights-block .stats .stat-footnote {
    width: calc(50% - 15px); }

  #chairs-statement .flex-wrap .left, #financial-review .flex-wrap .left {
    width: 100%;
    padding: 30px; }

  #chairs-statement .flex-wrap .left .image-wrap, #financial-review .flex-wrap .left .image-wrap {
    max-width: 320px;
    margin: 0 auto 0 auto; }

  #chairs-statement .image-wrap .copy, #financial-review .image-wrap .copy {
    width: 100%; }

  #chairs-statement .flex-wrap .right, #financial-review .flex-wrap .right {
    width: 100%;
    padding: 20px; }

  #profile-wrap1, .financial-review-block .flex-wrap .left.top {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px auto; }

  .chairs-statement-block {
    background-size: 100%; }

  .chairs-statement-block .flex-wrap .left, .chairs-statement-block .flex-wrap .right, .financial-review-block .flex-wrap .left, .financial-review-block .flex-wrap .right {
    width: 100%;
    padding: 0; }

  .chairs-statement-block .image-wrap .name-title, .financial-review-block .image-wrap .name-title {
    padding: 15px; }

  .chairs-statement-block .results-summary {
    max-width: none; }

  .chairs-statement-block .image-wrap h3 {
    padding: 15px; }

  .chairs-statement-block #content-wrap1 .intro {
    padding: 0; }

  .chairs-statement-block .growth-targets {
    display: block;
    padding: 20px 0; }

  .chairs-statement-block .growth-targets .title {
    width: 100%; }

  .chairs-statement-block .growth-targets .target {
    width: 100%;
    border-left: none;
    border-bottom: 2px #2C2276 solid;
    padding: 0 0 20px 0; }

  .chairs-statement-block .flex-wrap {
    flex-direction: column; }

  .investment-case-block .intro {
    max-width: 90%;
    margin: 0 0 20px 0; }

  .investment-case-block .cases {
    display: block; }

  .investment-case-block .cases-wrap {
    margin: 0 0 20px 0;
    width: 100%; }

  .investment-case-block .cases .case {
    display: block;
    width: 100%;
    margin: 0 0 20px 0; }

  .investment-case-block .cases .case .copy {
    width: 100%; }

  .investment-case-block .cases .case:nth-child(2), .investment-case-block .cases .case:nth-child(4) {
    padding: 0;
    margin: 0 0 20px 0; }

  .investment-case-block .cases .case:nth-child(1) .case-inner, .investment-case-block .cases .case:nth-child(2) .case-inner, .investment-case-block .cases .case:nth-child(3) {
    border-bottom: dotted 2px #d5d3e4;
    padding: 0 0 20px 0; }

  .investment-case-block .cases .case:nth-child(1):after, .investment-case-block .cases .case:nth-child(3):after {
    display: none; }

  .investment-case-block .cases-footer p {
    width: 90%; }

  .mission-statement .inner {
    padding: 20px 0; }

  .investment-case-block .ic-final-image .mission-statement p {
    max-width: 80%; }

  .investment-case-block .ic-final-image img {
    width: 100%; }

  .business-review-block .intro {
    max-width: 100%;
    margin: 0 0 40px 0; }

  .business-review-block .intro h2 {
    padding-bottom: 30px; }

  .business-review-block .investments {
    display: block; }

  .business-review-block .investments .investment {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-left: none;
    border-bottom: dotted 2px #d5d3e4 !important; }

  .business-review-block .investments .investment:last-child {
    margin: 0;
    border-bottom: none !important; }

  .business-review-block .distributions {
    margin: 0 0 30px 0;
    padding: 40px 0 0 0; }

  .business-review-block .distributions .distribution {
    display: block;
    padding: 20px 20px 25px 20px; }

  .business-review-block .distributions .distribution:last-child {
    text-align: left; }

  .business-review-block .footnotes {
    margin: 0 0 30px 0; }

  .video-block {
    flex-direction: column; }

  .chairs-statement-block .video-block .head-title {
    width: 100%;
    padding: 20px 0; }

  .video-block .video, .chairs-statement-block .video-block .video {
    width: 100%;
    border-left: none;
    border-bottom: dotted 2px #d5d3e4 !important;
    padding: 20px 0; }

  #financial-review .flex-wrap {
    display: block; }

  .financial-review-block #content-wrap2 .intro {
    padding: 0; }

  .sustainability-block .inner {
    padding-top: 0; }

  .sustainability-block .top {
    display: block; }

  .sustainability-block .top .intro {
    width: 100%;
    border-right: none;
    border-bottom: 2px dotted #d5d3e4;
    padding: 0 0 30px 0; }

  .sustainability-block .top .dl-image {
    width: 100%;
    padding: 30px 0 0 0; }

  .sustainability-block .logo-image {
    padding: 30px 0;
    margin-top: 30px; }

  #sustainability .video-block .video:first-child {
    padding-left: 0; }

  .sustainability-block .top .stats {
    padding: 30px 0 0 0;
    width: 100%; }

  .sustainability-block .top .stats .stat {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-left: none;
    border-bottom: 1px solid #2C2276; }

  .sustainability-block .top .stats .stat:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0; }

  .sustainability-block .download {
    margin-top: 30px; }

  .downloads-block .top {
    display: block; }

  .downloads-block .top .col1 {
    padding: 0;
    border-right: none; }

  .downloads-block .top .col1, .downloads-block .top .col2, .downloads-block .top .col3 {
    width: 100%;
    margin-bottom: 30px; }

  .downloads-block .top .dl-group:first-child {
    margin: 0 0 30px 0; }

  .downloads-block .top .col1 .dl-group:last-child, .downloads-block .top .col2 .dl-group:last-child {
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px dotted #d5d3e4; }

  .downloads-block .top .col2 {
    padding: 0; }

  .downloads-block .top .dl-group p.title {
    padding-bottom: 15px; }

  .downloads-block .top .col3 {
    display: block; }

  .downloads-block .top .dl-image {
    width: 100%; }

  .downloads-block .top .dl-image:nth-child(1) {
    padding: 0 0 30px 0; }

  .downloads-block .top .dl-image:nth-child(2) {
    padding: 0 0 30px 0; }

  #tablepress-1, p.smaller {
    font-size: 14px;
    line-height: 18px; }

  #tablepress-1 thead th:nth-child(2), #tablepress-1 thead th:nth-child(3) {
    width: 80px; } }
@media only screen and (max-width: 499px) {
  a#nav-trigger {
    right: 25px; }

  header .inner .logo {
    width: 130px; }

  .home-header .inner {
    padding: 0; }

  .home-header .inner .headline .content h1 {
    font-size: 50px;
    line-height: 1.1;
    padding-bottom: 20px; }

  .home-header .inner .headline .content {
    width: 100%;
    max-width: 90%; }

  .home-header .inner .hero-video-wrap {
    height: 70%; }

  .highlights-block .stats .stat {
    border-bottom: 2px solid #2C2276;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-left: none; }

  .highlights-block .intro {
    width: 100%; }

  .highlights-block .stats {
    margin: 0; }

  .chairs-statement-block .growth-targets {
    margin-bottom: 20px; }

  .investment-case-block .ic-final-image .mission-statement p {
    max-width: 100%; }

  .chairs-statement-block .flex-wrap.bottom .left {
    display: block; }

  .chairs-statement-block .flex-wrap.bottom .left .download {
    width: 80%;
    margin: 0 auto 30px auto;
    text-align: center; }

  .chairs-statement-block .flex-wrap.bottom .left .video-play {
    max-width: 220px;
    margin: 0 auto 30px auto;
    display: block;
    width: 100%; }

  .sustainability-block .video-image .dl {
    width: 140px; }

  #main-menu .menu-holder .menu li {
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0; }

  .business-review-block .distributions .distribution .icon {
    margin: 0 10px 0 0;
    width: 30px; }

  .business-review-block .distributions .distribution .stat {
    margin: 0; }

  .business-review-block .investments .investment .stats .large, .business-review-block .distributions .distribution .large {
    font-size: 30px;
    line-height: 30px; } }
@media only screen and (min-width: 959px) and (max-height: 900px) {
  #main-menu .menu-holder .menu li {
    font-size: 24px;
    line-height: 28px;
    padding: 0 70px 15px 0;
    margin: 0 0 15px 0; } }
.CookieDeclarationDialogText {
  display: none; }
