@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/node_modules/slick-carousel/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/node_modules/slick-carousel/slick/fonts/slick.eot");
  src: url("/node_modules/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/node_modules/slick-carousel/slick/fonts/slick.woff") format("woff"), url("/node_modules/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("/node_modules/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide > div {
  height: 100%;
}

.slick-slide {
  height: 100%;
  overflow: hidden;
}

.slick-slide figure {
  height: 100%;
  position: relative;
}

.slick-slide figcaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
}

.slick-track .slick-slide img {
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  margin: 0 auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
  text-align: center;
  color: black;
  background-color: #505050;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #ffffff;
}

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;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  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: rgb(30, 30, 30);
  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: 0.9;
  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 0.25s ease, visibility 0s ease 0.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 0.25s ease 0s, visibility 0s ease 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;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  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: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

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

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

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

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

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

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

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  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;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  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;
}

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.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;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

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

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

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.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 {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

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

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  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;
  transform: scale3d(1.5, 1.5, 1.5);
}

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* 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 0.2s;
  -webkit-user-select: none;
  -moz-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: #ddd;
  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: rgba(0, 0, 0, 0);
  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__list {
  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 .fancybox-thumbs__list {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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__list a::before {
  border: 6px solid #ff5268;
  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__list a:focus::before {
  opacity: 0.5;
}

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only half as far down as the superscript moved up */
  bottom: -0.25em;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@font-face {
  font-family: "Mountpark Sans";
  src: url("../../fonts/MountparkSans-Regular.eot");
  src: url("../../fonts/MountparkSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/MountparkSans-Regular.woff2") format("woff2"), url("../../fonts/MountparkSans-Regular.woff") format("woff"), url("../../fonts/MountparkSans-Regular.ttf") format("truetype"), url("../../fonts/MountparkSans-Regular.svg#MountparkSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mountpark Sans Medium";
  src: url("../../fonts/MountparkSans-Medium.eot");
  src: url("../../fonts/MountparkSans-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/MountparkSans-Medium.woff2") format("woff2"), url("../../fonts/MountparkSans-Medium.woff") format("woff"), url("../../fonts/MountparkSans-Medium.ttf") format("truetype"), url("../../fonts/MountparkSans-Medium.svg#MountparkSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
}
@media (min-width: 992px) {
  body {
    height: auto;
    min-height: auto;
  }
}

html {
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
}

section {
  min-height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}
@media (min-width: 992px) {
  section {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: auto !important;
  }
}

body {
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  overflow-x: hidden;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
body.overflow-hidden {
  overflow: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: "proxima-nova", sans-serif;
}

a {
  text-decoration: none;
}

.bg-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.content {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: 100%;
}

.content-full {
  flex: 0 0 auto;
  width: 100%;
}

.full-width-image {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  font-size: 0;
}
.full-width-image img {
  width: 100%;
}

#side-nav {
  position: fixed;
  right: 0;
  /* top: 0; */
  height: 100vh;
  z-index: 20;
  display: flex;
  transition: opacity 1.4s, position 1.4s;
  z-index: 100;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  display: none;
}
@media (min-width: 992px) {
  #side-nav {
    display: flex;
  }
}
#side-nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#side-nav ul li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  justify-content: flex-start;
  background-color: #004161;
  border-top: 1px solid #F07D87;
  border-bottom: 1px solid #F07D87;
  margin-top: -1px;
  transition: width 2s, background-color 2s;
  position: relative;
}
@media (min-width: 1500px) {
  #side-nav ul li {
    width: 50px;
    height: 50px;
    padding: 0 15px;
  }
}
#side-nav ul li.active {
  background-color: #F07D87;
}
#side-nav ul li:hover {
  width: 200px;
  padding: 0 15px;
  justify-content: flex-start;
  transition: width 2s;
}
@media (min-width: 1500px) {
  #side-nav ul li:hover {
    width: 300px;
  }
}
#side-nav ul li:hover .text {
  display: block;
  letter-spacing: 3px;
}
#side-nav ul li:hover svg {
  margin-right: 15px;
}
#side-nav ul li a {
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
@media (min-width: 1500px) {
  #side-nav ul li a {
    height: 50px;
  }
}
#side-nav ul li svg {
  width: 18px;
  height: auto;
}
@media (min-width: 1500px) {
  #side-nav ul li svg {
    width: 24px;
  }
}
#side-nav ul li .text {
  letter-spacing: 3px;
  color: #FFFFFF;
  position: absolute;
  left: 50px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  font-size: 10px;
}
@media (min-width: 1500px) {
  #side-nav ul li .text {
    font-size: 12px;
    left: 70px;
  }
}
.content-large {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .content-large {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

.content-narrow {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  flex: 0 0 auto;
  width: 83.3333333333%;
}
@media (min-width: 768px) {
  .content-narrow {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .content-narrow {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .content-narrow {
    margin-left: 25%;
    flex: 0 0 auto;
    width: 50%;
  }
}

.content-small {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  flex: 0 0 auto;
  width: 83.3333333333%;
}
@media (min-width: 768px) {
  .content-small {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .content-small {
    margin-left: 29.1666666667%;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

.annotation {
  text-align: left;
  color: #000000;
}

.scroll-text {
  display: block;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 16px;
}
@media (min-width: 768px) {
  .scroll-text {
    font-size: 18px;
  }
}

p {
  font-size: 12px;
}
@media (min-width: 768px) {
  p {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  p {
    font-size: 16px;
  }
}

.down-arrow {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
@media (min-width: 1200px) {
  .down-arrow {
    height: 165px;
  }
}
.down-arrow .circle-arrow {
  z-index: 2;
}
.down-arrow .circle-arrow, .down-arrow .circle-bg {
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 1200px) {
  .down-arrow .circle-arrow, .down-arrow .circle-bg {
    width: 63px;
    height: 63px;
  }
}
.down-arrow .circle-arrow {
  z-index: 2;
}
.down-arrow .circle-bg {
  position: absolute;
  animation: rotating 4s linear infinite;
  z-index: 0;
}
.down-arrow .line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 0;
  background-color: #F07D87;
}
.down-arrow .line.blue {
  background-color: #004161;
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
section.in-view .top-line .inner-line {
  height: 100%;
  transition: height 3s;
}
section.in-view .down-arrow .line {
  height: 100%;
  transition: height 3s;
  transition-delay: 2s;
}

.top-line {
  position: relative;
  top: 0;
  width: 1px;
  flex: 1;
}
.top-line .inner-line {
  width: 1px;
  background-color: #F07D87;
  height: 0;
  position: absolute;
}

.left-top {
  background-position: left top !important;
}

.left-center {
  background-position: 22% center !important;
}

.left-bottom {
  background-position: left bottom !important;
}

.center-top {
  background-position: center top !important;
}

.center-center {
  background-position: center center !important;
}

.center-bottom {
  background-position: center bottom !important;
}

.right-top {
  background-position: right top !important;
}

.right-center {
  background-position: right center !important;
}

.right-bottom {
  background-position: right bottom !important;
}

.fancybox__backdrop {
  background: rgba(66, 68, 74, 0.85) !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #004161;
  z-index: 101;
}
@media (min-width: 992px) {
  .header {
    height: 90px;
    background-color: transparent;
    position: absolute;
  }
}
.header .container,
.header .row,
.header .header-content {
  height: 100%;
}

.header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}

.header-logo {
  display: block;
}
.header-logo img {
  display: block;
  width: auto;
  height: 35px;
}
@media (min-width: 1200px) {
  .header-logo img {
    height: 48px;
  }
}

.header-toggle {
  position: relative;
  display: block;
  width: 30px;
  height: 22px;
}
@media (min-width: 992px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle span {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #F07D87;
  transform: translateX(-50%);
}
.header-toggle span:first-of-type {
  top: 0;
}
.header-toggle span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-toggle span:last-of-type {
  bottom: 0;
}
.header-toggle.active span:first-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-toggle.active span:nth-of-type(2) {
  display: none;
}
.header-toggle.active span:last-of-type {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header-top span {
  display: block;
  width: 1px;
  height: 15px;
  margin-right: 15px;
  background-color: #9B9FA2;
}

.header-contact {
  position: relative;
  margin-right: 10px;
  color: #919191;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.header-icon {
  display: block;
  margin-right: 5px;
}
.header-icon:last-of-type {
  margin-right: 0;
}
.header-icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.header-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.header-bottom ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header-bottom li {
  margin-left: 40px;
}
.header-bottom li:first-of-type {
  margin-left: 0;
}
@media (min-width: 992px) {
  .header-bottom li {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .header-bottom li {
    margin-left: 40px;
  }
}
.header-bottom li.current-menu-item a {
  color: #F07D87;
}
.header-bottom li a {
  display: block;
  color: #004161;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s;
}
.header-bottom li a:hover {
  color: #F07D87;
}

.header-nav {
  display: none;
}
@media (min-width: 992px) {
  .header-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}

.header-main {
  display: block;
}

.mobile-top-wrapper {
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.close-mobile-nav {
  position: absolute;
  top: 30px;
  width: 31px;
  height: 23px;
  overflow: hidden;
}
.close-mobile-nav:after, .close-mobile-nav:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 2px;
  background-color: #F07D87;
  transform: translate(-50%, -50%);
}
.close-mobile-nav:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-mobile-nav:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #004161;
  z-index: 100;
  transform: translateY(-100%);
  transition: transform 0.5s;
  padding: 0 15px;
  height: 100%;
  z-index: 102;
}
@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav.active {
  transform: translateY(0);
}
.mobile-nav li {
  border-top: 1px solid #F07D87;
}
.mobile-nav li:last-of-type {
  border-bottom: 1px solid #F07D87;
}
.mobile-nav li a {
  display: flex;
  padding: 15px 0px;
  text-align: left;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: space-between;
}
.mobile-nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mobile-nav ul li {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  justify-content: flex-start;
  margin-bottom: 1px;
  transition: width 2s;
  position: relative;
}
.mobile-nav ul li a {
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.mobile-nav ul li svg {
  width: 24px;
  height: auto;
}
.mobile-nav ul li .text {
  letter-spacing: 3px;
  color: #FFFFFF;
  position: absolute;
  left: 70px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  font-size: 12px;
}

.mobile-nav-social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0px;
}

.mobile-nav-icon {
  display: block;
  margin-right: 10px;
}
.mobile-nav-icon:last-of-type {
  margin-right: 0;
}
.mobile-nav-icon img {
  display: block;
  width: 20px;
  height: 20px;
}

footer {
  position: relative;
  padding: 25px 0;
  background-color: #004161;
  z-index: 99;
}
@media (min-width: 768px) {
  footer {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 50px 0;
  }
}

.footer-logos {
  display: flex;
  gap: 30px;
}
.footer-logos img {
  height: 26px;
}

.footer-content {
  display: block;
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .footer-content {
    padding: 0px;
  }
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .footer-top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-top .logo {
  position: relative;
  display: block;
  width: 150px;
  height: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer-top .logo {
    width: 200px;
  }
}
.footer-top img.logo-mp,
.footer-top svg.logo-mp {
  max-width: 100%;
}
.footer-top nav {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  z-index: 1;
}
@media (min-width: 992px) {
  .footer-top nav {
    align-items: flex-end;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer-top nav ul {
    display: flex;
    flex-direction: row;
  }
}
.footer-top nav li {
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 992px) {
  .footer-top nav li {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .footer-top nav li {
    margin-right: 60px;
  }
}
.footer-top nav li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer-top nav li:last-of-type {
    margin-right: 0;
  }
}
.footer-top nav li a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-bottom {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 0 15px;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer-bottom {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.footer-sub-nav {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .footer-sub-nav {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .footer-sub-nav {
    flex-shrink: 0;
    order: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer-sub-nav address {
  display: block;
  margin-top: 20px;
  color: #4E8EB8;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}
.footer-other-links {
  order: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .footer-other-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .footer-other-links {
    order: 0;
    width: 100%;
    justify-content: flex-end;
  }
}
.footer-other-links li {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .footer-other-links li {
    margin-top: 0;
  }
}
.footer-other-links li:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
.footer-other-links a {
  color: #FFFFFF;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.footer-gdpr {
  color: #4E8EB8;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
  text-align: justify;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .footer-gdpr {
    flex: 460px 0 1;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .footer-gdpr.mobile {
    display: none;
  }
}
.footer-gdpr.desktop {
  display: none;
}
@media (min-width: 992px) {
  .footer-gdpr.desktop {
    display: block;
  }
}

.slider-outer {
  position: relative;
  width: 100%;
  min-height: 70vh;
}

.play {
  position: absolute;
  width: 54px !important;
  height: 54px !important;
  cursor: pointer;
  background-image: url("../../img/misc/play.png");
  background-size: cover;
}

.stopfade {
  opacity: 1;
}

.main-slider {
  width: 100%;
  margin-left: auto;
  height: 400px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .main-slider {
    width: 100%;
    height: 90vh;
  }
}
.main-slider .text-wrapper {
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 200;
  padding: 0 20px;
}
.main-slider .text-wrapper .slick-list,
.main-slider .text-wrapper .slick-slider,
.main-slider .text-wrapper .slick-track {
  height: auto;
  padding: 0;
}
@media (min-width: 992px) {
  .main-slider .text-wrapper {
    padding: 0 50px;
  }
}
.main-slider .slider-text-content {
  width: 100%;
}
.main-slider .home-image-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-slider .home-image-slider .slick-list,
.main-slider .home-image-slider .slick-slider,
.main-slider .home-image-slider .slick-track {
  height: 100%;
  padding: 0;
}
.main-slider .background-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  position: relative;
}
@media (min-width: 992px) {
  .main-slider .background-image {
    padding: 0 50px;
    height: 100%;
  }
}
.main-slider .home-slide {
  height: 100%;
  width: 100%;
}
.main-slider .slider-nav {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  bottom: 20px;
  right: 20px;
  z-index: 90;
}
@media (min-width: 992px) {
  .main-slider .slider-nav {
    padding: 0;
    bottom: 50px;
    right: 50px;
  }
}
.main-slider .next,
.main-slider .prev {
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .main-slider .next,
  .main-slider .prev {
    height: 36px;
    width: 36px;
  }
}
.main-slider .prev {
  background-image: url("../../img/icons/prev.svg");
  background-color: transparent;
  background-position: left center;
  text-indent: -99999px;
  padding: 0;
  margin-right: 10px;
}
.main-slider .next {
  background-image: url("../../img/icons/next.svg");
  background-color: transparent;
  background-position: left center;
  text-indent: -99999px;
  padding: 0;
}
.main-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  left: 0;
  width: 100%;
  padding: 0px;
  list-style: none;
  text-align: center;
  z-index: 100;
}
@media (min-width: 992px) {
  .main-slider .slick-dots {
    bottom: -60px;
    text-align: center;
    padding: 0px;
    margin: 0;
  }
}
.main-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.main-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border: 1px solid #FFFFFF;
}
.main-slider .slick-dots li button:focus,
.main-slider .slick-dots li button:hover {
  outline: none;
  background: #FFFFFF;
}
.main-slider .slick-dots li button:focus:before,
.main-slider .slick-dots li button:hover:before {
  opacity: 1;
}
.main-slider .slick-dots li button:before {
  display: none;
}
.main-slider .slick-dots li.slick-active button {
  opacity: 1;
  background: #FFFFFF;
}

.top-intro {
  width: 100%;
  margin-left: auto;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #302E2B;
  background-size: cover;
  background-position: center;
  background-color: #004161;
}
@media (min-width: 992px) {
  .top-intro {
    align-items: flex-end;
    justify-content: center;
    height: 100vh;
  }
}
@media (min-width: 1500px) {
  .top-intro {
    width: 100%;
  }
}
.top-intro.in-view .background-image {
  transform: scale(1);
  transition: transform 2s;
}
.top-intro.in-view .text-content .elevation {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.top-intro.in-view .text-content .mobile-logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.top-intro.in-view .text-content h1 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 1s;
}
.top-intro.in-view .powered-by-legacy {
  transition: min-width 1s;
  transition-delay: 2s;
  min-width: 90%;
}
@media (min-width: 992px) {
  .top-intro.in-view .powered-by-legacy {
    min-width: 960px;
  }
}
@media (min-width: 1200px) {
  .top-intro.in-view .powered-by-legacy {
    min-width: 1170px;
  }
}
@media (min-width: 1500px) {
  .top-intro.in-view .powered-by-legacy {
    min-width: 1470px;
  }
}
@media screen and (min-height: 1000px) {
  .top-intro.in-view .powered-by-legacy {
    min-width: 2000px;
  }
}
.top-intro .powered-by-legacy {
  min-width: 200%;
  position: absolute;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  font-size: 25px;
  overflow: hidden;
  height: 100%;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .top-intro .powered-by-legacy {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .top-intro .powered-by-legacy {
    align-items: center;
    padding-bottom: 0px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .top-intro .powered-by-legacy {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .top-intro .powered-by-legacy {
    font-size: 50px;
  }
}
.top-intro .powered-by-legacy .powered {
  position: absolute;
  left: 15px;
  letter-spacing: 4px;
  font-weight: 700;
}
.top-intro .powered-by-legacy .legacy {
  position: absolute;
  letter-spacing: 4px;
  right: 0;
  font-style: italic;
  font-weight: 300;
}
.top-intro .text-content {
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .top-intro .text-content {
    padding: 0 0 60px;
  }
}
@media (min-width: 1500px) {
  .top-intro .text-content {
    padding: 0 0 100px;
  }
}
.top-intro .text-content .intro-text.desktop {
  display: none;
}
@media (min-width: 992px) {
  .top-intro .text-content .intro-text.desktop {
    display: block;
  }
}
@media (min-width: 992px) {
  .top-intro .text-content .intro-text.mobile {
    display: none;
  }
}
.top-intro .text-content h1 {
  color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: "proxima-nova", sans-serif;
}
.top-intro .text-content h1 strong {
  font-weight: 700;
}
.top-intro .text-content h1 strong.pink {
  color: #F07D87;
}
@media (min-width: 992px) {
  .top-intro .text-content h1 {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .top-intro .text-content h1 {
    font-size: 20px;
  }
}
.top-intro .background-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  transform: scale(1.4);
  position: absolute;
}
@media (min-width: 992px) {
  .top-intro .background-image {
    padding: 0 50px;
  }
}

.blue-section {
  width: 100%;
  margin-left: auto;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  flex-direction: column;
  background: #004161;
  background: linear-gradient(180deg, #004161, #0F648C);
}
@media (min-width: 768px) {
  .blue-section {
    min-height: 70vh;
  }
}
@media (min-width: 992px) {
  .blue-section {
    min-height: 100vh;
    padding: 0 80px;
    width: 100%;
  }
}
.blue-section.in-view .text-content h2 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 0s;
}
.blue-section.in-view .text-content p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 0.5s;
}
.blue-section.in-view .text-content a {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 0.5s;
}
.blue-section.intro-mobile {
  background: #004161;
}
.blue-section.intro-mobile .text-content .inner-text h1 {
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.blue-section.intro-mobile .text-content .inner-text h1 strong {
  font-weight: 800;
  color: #FFFFFF;
  font-style: normal;
}
.blue-section.intro-mobile .text-content .inner-text p {
  text-transform: uppercase;
  font-size: 22px;
}
@media (min-width: 768px) {
  .blue-section.intro-mobile .text-content .inner-text p {
    font-size: 22px;
  }
}
.blue-section.intro-mobile .text-content .inner-text p strong {
  font-weight: 700;
}
.blue-section.intro-mobile .text-content .inner-text p strong.pink {
  color: #F07D87;
}
.blue-section.intro-mobile.in-view .text-content h1 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 0s;
}
@media (min-width: 992px) {
  .blue-section.intro-mobile {
    display: none;
  }
}
.blue-section .text-content {
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 1;
  padding: 100px 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media (min-width: 768px) {
  .blue-section .text-content {
    padding: 60px 60px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .blue-section .text-content {
    padding: 0 50px;
    margin: 0;
  }
}
.blue-section .text-content h2 {
  color: #F07D87;
  text-align: center;
  font-size: 30px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.blue-section .text-content h2 strong {
  font-weight: 800;
  color: #FFFFFF;
  font-style: normal;
}
@media (min-width: 992px) {
  .blue-section .text-content h2 {
    font-size: 38px;
  }
}
@media (min-width: 1500px) {
  .blue-section .text-content h2 {
    font-size: 55px;
  }
}
.blue-section .text-content p {
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
.blue-section .text-content p strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  .blue-section .text-content p {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .blue-section .text-content p {
    width: 40%;
  }
}
@media (min-width: 1500px) {
  .blue-section .text-content p {
    width: 40%;
  }
}
.blue-section .text-content .logos {
  width: 100%;
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
.blue-section .text-content .logos img {
  height: 80px;
  width: auto;
  margin: 0 20px;
}
@media (min-width: 992px) {
  .blue-section .text-content .logos img {
    height: 60px;
    width: auto;
  }
}
@media (min-width: 1500px) {
  .blue-section .text-content .logos img {
    height: 80px;
    width: auto;
  }
}

.brochure-button {
  margin-top: 40px;
  padding: 10px 15px;
  background-color: #F07D87;
  color: #FFFFFF;
  font-size: 14px;
  display: inline-flex;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
@media (min-width: 1500px) {
  .brochure-button {
    font-size: 18px;
    padding: 15px 20px;
  }
}
.brochure-button.desktop {
  display: none;
}
@media (min-width: 992px) {
  .brochure-button.desktop {
    display: inline-flex;
  }
}
.brochure-button.mobile {
  opacity: 1;
  transform: translateY(0px);
  width: 100%;
  margin-top: 0;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 101;
}
@media (min-width: 992px) {
  .brochure-button.mobile {
    display: none;
  }
}

.video {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 992px) {
  .video {
    min-height: 100vh;
  }
}

.video-control {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.video-control img {
  width: 56px;
  height: 56px;
}
@media (min-width: 992px) {
  .video-control img {
    width: 97px;
    height: 97px;
  }
}

.video-control:not(.playing) .video-control-pause,
.video-control.playing .video-control-play {
  display: none;
}

.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 200px;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .banner-video {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .banner-video {
    height: 100%;
  }
}
.banner-video.desktop {
  display: none;
}
@media (min-width: 992px) {
  .banner-video.desktop {
    display: block;
  }
}
@media (min-width: 992px) {
  .banner-video.mobile {
    display: none;
  }
}
.banner-video .play {
  position: absolute;
  width: 54px !important;
  height: 54px !important;
  cursor: pointer;
  background-image: url("../../img/misc/play.png");
  background-size: cover;
}

.full-screen-image {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  min-height: auto;
  position: sticky;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  z-index: -1;
}
@media (min-width: 992px) {
  .full-screen-image {
    width: 100%;
    min-height: 100vh;
    position: sticky;
  }
}
.full-screen-image.in-view .background-image {
  transform: scale(1);
  transition: transform 2s;
}
.full-screen-image .background-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  transform: scale(1.4);
  position: absolute;
}
.full-screen-image .annotation {
  color: #FFFFFF;
  position: absolute;
  font-size: 10px;
  bottom: 20px;
  left: 20px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .full-screen-image .annotation {
    font-size: 12px;
    bottom: 40px;
    left: 40px;
  }
}

.location {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: block;
  overflow: hidden;
  max-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  min-height: auto;
  font-size: 0;
  position: sticky;
  z-index: -1;
}
@media (min-width: 992px) {
  .location {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: fill-available;
    width: 100%;
    min-height: auto;
    display: block;
    position: sticky;
    overflow: hidden;
  }
}
.location .down-arrow {
  position: absolute;
}
.location .contain {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}
.location .main-map {
  width: 100%;
  height: auto;
}
.location .map.desktop,
.location .pin.desktop {
  display: none;
}
@media (min-width: 768px) {
  .location .map.desktop,
  .location .pin.desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .location .map.mobile,
  .location .pin.mobile {
    display: none;
  }
}
.location .overlay {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.location .overlay.active {
  opacity: 1;
  transition: opacity 2s;
}
.location .gradient {
  z-index: 0;
  position: absolute;
  height: 200px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%);
}
.location .pin-round {
  cursor: pointer;
}
.location .active-overlay {
  opacity: 0;
  visibility: hidden;
}
.location .active-overlay.active {
  opacity: 1;
  transition: opacity 2s;
  visibility: visible;
}
.location .pin {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.location .pin svg {
  width: 100%;
  height: auto;
}
.location.in-view .background-image {
  transform: scale(1);
  transition: transform 2s;
}
.location .background-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  transform: scale(1.4);
  position: absolute;
}
.location .annotation {
  color: #FFFFFF;
  position: absolute;
  font-size: 10px;
  bottom: 20px;
  left: 20px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .location .annotation {
    font-size: 12px;
    bottom: 40px;
    left: 40px;
  }
}

.fancybox__toolbar {
  padding: 16px;
  position: relative !important;
}

.fancybox__nav,
.fancybox__toolbar {
  --f-button-border-radius: 50%;
  --f-button-bg: rgb(91 78 76 / 64%);
  --f-button-hover-bg: rgb(91 78 76 / 74%);
  --f-button-active-bg: rgb(91 78 76 / 84%);
}

.fancybox__nav {
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
}

.fancybox__thumbs.is-classic {
  --f-thumb-width: 48px;
  --f-thumb-height: 48px;
  --f-thumb-gap: 16px;
  --f-thumb-border-radius: 6px;
  --f-thumb-outline: 0;
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.f-button {
  background-color: #302E2B;
}

.gallery-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.gallery-slider {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding-bottom: 0;
  padding-top: 40px;
  overflow: hidden;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  /* the parent */
}
@media (min-width: 992px) {
  .gallery-slider {
    justify-content: space-between;
    padding-bottom: 0;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: fill-available;
  }
}
@media (min-width: 1500px) {
  .gallery-slider {
    padding-top: 90px;
  }
}
.gallery-slider .down-arrow {
  position: relative;
  height: 180px;
}
.gallery-slider .slider-wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 10;
}
.gallery-slider .pagination {
  width: 100%;
  padding: 18px 40px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .gallery-slider .pagination {
    justify-content: flex-end;
    padding: 30px 0;
  }
}
.gallery-slider .pagination .next-btn,
.gallery-slider .pagination .prev-btn {
  width: 57px;
  height: 20px;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .gallery-slider .pagination .next-btn,
  .gallery-slider .pagination .prev-btn {
    margin-left: 15px;
    margin-right: 0;
  }
}
.gallery-slider .gallery-image-slider {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  .gallery-slider .gallery-image-slider {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .gallery-slider .gallery-image-slider {
    height: 300px;
    padding: 0;
  }
}
@media (min-width: 1500px) {
  .gallery-slider .gallery-image-slider {
    height: 400px;
  }
}
@media screen and (min-width: 769px) and (min-height: 1000px) {
  .gallery-slider .gallery-image-slider {
    height: 700px;
  }
}
.gallery-slider .slick-next,
.gallery-slider .slick-prev {
  position: absolute;
  display: block;
  height: 11px;
  width: 36px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(100% + 30px);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  border: none;
  outline: none;
}
@media (min-width: 992px) {
  .gallery-slider .slick-next,
  .gallery-slider .slick-prev {
    top: 50%;
    height: 46px;
    width: 46px;
    margin-top: -23px;
  }
}
.gallery-slider .slick-next:focus, .gallery-slider .slick-next:hover,
.gallery-slider .slick-prev:focus,
.gallery-slider .slick-prev:hover {
  outline: none;
}
.gallery-slider .slick-next:before,
.gallery-slider .slick-prev:before {
  display: none;
}
.gallery-slider .slick-prev {
  left: 26px;
  background-image: url("../../img/misc/left.svg");
  background-position: left center;
  left: calc(50% - 25px);
  display: none;
  opacity: 0;
}
.gallery-slider .slick-prev:before {
  display: none;
}
@media (min-width: 992px) {
  .gallery-slider .slick-prev {
    left: -23px;
    display: block;
    opacity: 1;
  }
}
.gallery-slider .slick-next {
  background-image: url("../../img/misc/next-mobile.svg");
  background-position: right center;
  left: 40px;
}
@media (min-width: 992px) {
  .gallery-slider .slick-next {
    background-image: url("../../img/misc/right.svg");
    right: -23px;
    left: auto;
  }
}
.gallery-slider .home-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gallery-slider .home-slide .enlarge {
  width: 21px;
  height: 21px;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  z-index: 12;
}
.gallery-slider .home-slide .enlarge img {
  width: 21px;
  height: 21px;
}
.gallery-slider .overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #000000;
  z-index: 10;
  opacity: 0.7;
  transition: all 2s ease;
}
.gallery-slider .slick-disabled {
  display: none !important;
}
.gallery-slider .slick-center {
  transition: all 1s ease;
  opacity: 1;
}
.gallery-slider .slick-center .overlay {
  opacity: 0;
  transition: all 2s ease;
}
.gallery-slider .slick-list,
.gallery-slider .slick-track {
  height: 100%;
}
.gallery-slider .background-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: 60%;
  display: flex;
  align-items: center 80%;
  padding: 0 30px;
  position: relative;
}
@media (min-width: 992px) {
  .gallery-slider .background-image {
    padding: 0 50px;
    height: 100%;
    background-position: center;
  }
}
.gallery-slider .slick-list {
  overflow: unset;
}
@media (min-width: 992px) {
  .gallery-slider .slick-list {
    overflow: hidden;
  }
}
.gallery-slider .slick-slide {
  margin: 0 6px;
  overflow: unset;
}
@media (min-width: 768px) {
  .gallery-slider .slick-slide {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .gallery-slider .slick-slide {
    margin: 0 20px;
    overflow: hidden;
  }
}
.gallery-slider .slick-list {
  margin: 0 -6px;
}
@media (min-width: 768px) {
  .gallery-slider .slick-list {
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .gallery-slider .slick-list {
    margin: 0 -20px;
  }
}
.gallery-slider .slick-list,
.gallery-slider .slick-slider,
.gallery-slider .slick-track {
  padding: 0;
}
.gallery-slider .slick-list {
  padding: 0;
}
.gallery-slider .slider-nav {
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  z-index: 90;
  order: 1;
}
@media (min-width: 992px) {
  .gallery-slider .slider-nav {
    justify-content: flex-start;
    order: unset;
    padding: 30px 0 0;
  }
}
.gallery-slider .slider-nav .nav-wrapper {
  display: flex;
}
.gallery-slider .next,
.gallery-slider .prev {
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 31px;
  width: 31px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .gallery-slider .next,
  .gallery-slider .prev {
    height: 61px;
    width: 61px;
  }
}
.gallery-slider .prev {
  background-image: url("../../img/misc/left-arrow-white.svg");
  background-color: transparent;
  background-position: left center;
  text-indent: -99999px;
  padding: 0;
  margin-right: 10px;
}
.gallery-slider .next {
  background-image: url("../../img/misc/right-arrow-white.svg");
  background-color: transparent;
  background-position: left center;
  text-indent: -99999px;
  padding: 0;
}
.gallery-slider .slick-dots {
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 100;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .gallery-slider .slick-dots {
    margin-top: 30px;
  }
}
.gallery-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 2px;
  padding: 0;
  cursor: pointer;
}
.gallery-slider .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .gallery-slider .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 6px;
  }
}
.gallery-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 7px;
  height: 7px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  outline: none;
  background: transparent;
}
@media (min-width: 992px) {
  .gallery-slider .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 2px solid #FFFFFF;
  }
}
.gallery-slider .slick-dots li button:focus,
.gallery-slider .slick-dots li button:hover {
  outline: none;
  border: 2px solid #FFFFFF;
  background: white;
}
.gallery-slider .slick-dots li button:focus:before,
.gallery-slider .slick-dots li button:hover:before {
  opacity: 1;
}
.gallery-slider .slick-dots li button:before {
  display: none;
}
.gallery-slider .slick-dots li.slick-active button {
  outline: none;
  background: white;
  border: 2px solid #FFFFFF;
}
.gallery-slider .slick-dots li.slick-active button:after {
  content: "";
}

.gallery {
  position: relative;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .gallery {
    padding: 80px 0;
  }
}

.gallery-heading {
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}
@media (min-width: 768px) {
  .gallery-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
  }
}
@media (min-width: 1500px) {
  .gallery-heading {
    margin-bottom: 80px;
  }
}
.gallery-heading h2 {
  color: #004161;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .gallery-heading h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .gallery-heading h2 {
    text-align: left;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .gallery-heading h2 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .gallery-heading-text {
    width: 40%;
  }
}

.gallery-heading-options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .gallery-heading-options {
    justify-content: flex-start;
    margin-top: 0;
  }
}

.snapshot-navigator {
  position: relative;
  width: 100% !important;
  height: 600px !important;
  margin-top: 30px;
  padding-bottom: 0 !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .snapshot-navigator {
    margin-top: 40px;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .snapshot-navigator {
    margin-top: 50px;
    padding-bottom: 0 !important;
    height: 600px !important;
  }
}
.snapshot-navigator iframe {
  position: absolute;
  top: 60px;
  left: 0;
  width: 98%;
  height: 98%;
}

.gallery-camera-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .gallery-camera-item {
    width: 49%;
    margin-top: 40px;
  }
}
.gallery-camera-item--wide {
  width: 100% !important;
}

.project-alert {
  display: none !important;
}

.gallery-camera-iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 10px;
}
.gallery-camera-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gallery-option {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gallery-option {
    margin-left: 40px;
  }
}
.gallery-option:first-of-type {
  margin-left: 0;
}
.gallery-option.active .gallery-option-icon:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: #F07D87;
}

.galler-option-icon-wrap {
  display: block;
}

.gallery-option-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #F07D87;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .gallery-option-icon {
    width: 24px;
    height: 24px;
  }
}

.gallery-option-name {
  display: block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #004161;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .gallery-option-name {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .gallery-option-name {
    font-size: 18px;
  }
}

.gallery-wrap {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.gallery-wrap.active {
  display: flex;
}

.gallery-item {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
}

.gallery-item--img {
  width: 50%;
}
@media (min-width: 992px) {
  .gallery-item--img {
    width: 33.3334%;
  }
}
.gallery-item--img:first-of-type, .gallery-item--img:nth-of-type(2) {
  margin-top: 0;
}
@media (min-width: 992px) {
  .gallery-item--img:nth-of-type(3) {
    margin-top: 0;
  }
}
.gallery-item--img .gallery-item-inner:hover .gallery-item-hover {
  opacity: 1;
}

.gallery-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background-color: rgba(0, 65, 97, 0.9);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 992px) {
  .gallery-item-hover {
    padding: 0 30px;
  }
}
.gallery-item-hover p {
  color: #FFFFFF;
  font-size: 14px;
}
@media (min-width: 992px) {
  .gallery-item-hover p {
    font-size: 16px;
  }
}

.gallery-item--video:first-of-type {
  margin-top: 0;
}
.gallery-item--video .gallery-item-inner {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  .gallery-item--video .gallery-item-inner {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .gallery-item--video .gallery-item-inner {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .gallery-item--video .gallery-item-inner {
    height: 550px;
  }
}

.gallery-item-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .gallery-item-inner {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .gallery-item-inner {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .gallery-item-inner {
    height: 350px;
  }
}

.gallery-item--video {
  position: relative;
}
.gallery-item--video:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.gallery-item--video img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
  z-index: 1;
}
@media (min-width: 768px) {
  .gallery-item--video img {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1500px) {
  .gallery-item--video img {
    width: 100px;
    height: 100px;
  }
}

.gallery-item--camera {
  display: block;
  width: 100%;
  height: 250px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .gallery-item--camera {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .gallery-item--camera {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .gallery-item--camera {
    height: 600px;
  }
}
@media (min-width: 1500px) {
  .gallery-item--camera {
    height: 700px;
  }
}
.gallery-item--camera:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.gallery-item--camera img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
  z-index: 1;
}
@media (min-width: 768px) {
  .gallery-item--camera img {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1500px) {
  .gallery-item--camera img {
    width: 100px;
    height: 100px;
  }
}

.gallery-item--camera-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-camera-wrap {
  width: 100%;
  margin-top: 40px;
  padding: 0 15px;
  text-align: left;
}
.gallery-camera-wrap .inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .gallery-camera-wrap .inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.gallery-camera-wrap:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery-camera-wrap {
    margin-top: 80px;
  }
}
.gallery-camera-wrap:first-of-type {
  margin-top: 0;
}
.gallery-camera-wrap h3 {
  color: #F07D87;
  font-size: 18px;
}
@media (min-width: 768px) {
  .gallery-camera-wrap h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .gallery-camera-wrap h3 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .gallery-camera-wrap h3 {
    font-size: 34px;
  }
}
.gallery-camera-wrap .fullstop {
  color: #004161;
}

.gallery-camera-image {
  width: 100%;
}

.contact {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding: 60px 0;
  min-height: auto;
}
@media (min-width: 992px) {
  .contact {
    padding: 100px 0;
  }
}
.contact .contact-heading-text {
  margin-bottom: 40px;
}
.contact .contact-heading-text h2 {
  color: #004161;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contact .contact-heading-text h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .contact .contact-heading-text h2 {
    font-size: 40px;
  }
}
.contact .left-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .contact .left-column {
    width: 30%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 1500px) {
  .contact .left-column {
    width: 40%;
  }
}
.contact .left-column .agent-details {
  width: 100%;
  margin-top: 20px;
}
.contact .left-column .footer-logo img {
  width: 325px;
  height: auto;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .contact .left-column .footer-logo {
    margin-bottom: 0;
  }
}
.contact .right-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .contact .right-column {
    width: 70%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
  }
}
@media (min-width: 1500px) {
  .contact .right-column {
    width: 40%;
  }
}
.contact .right-column .contact-details {
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .contact .right-column .contact-details {
    margin-top: 0;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .contact .right-column .contact-details .logos {
    display: flex;
    flex-direction: row;
  }
}
.contact .right-column .contact-details .logos img {
  height: 53px;
  width: auto;
}
.contact .right-column .contact-details .logos img:first-of-type {
  margin-right: 30px;
}
.contact .right-column .contact-details img {
  width: 124px;
  height: 73px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contact .right-column .contact-details img {
    margin-bottom: 0;
  }
}
.contact .right-column .contact-details .agent-details {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contact .right-column .contact-details .agent-details {
    margin-top: 30px;
  }
}
.contact .right-column .contact-details strong {
  font-weight: 600;
}

.contact-content {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .contact-content {
    padding: 0;
  }
}

.contact-inner {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contact-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 0;
  }
}
.contact-inner .contact-details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 992px) {
  .contact-inner .contact-details {
    justify-content: flex-start;
  }
}
.contact-inner .contact-details h2 {
  color: #004161;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 992px) {
  .contact-inner .contact-details h2 {
    display: block;
  }
}
.contact-inner .contact-details a,
.contact-inner .contact-details p {
  color: #004161;
  font-size: 11px;
}
.contact-inner .contact-details a strong,
.contact-inner .contact-details p strong {
  letter-spacing: 3px;
  text-transform: uppercase;
}
.contact-inner .contact-details .split {
  order: 2;
  margin-top: 30px;
}
.contact-inner .contact-details .split:first-of-type {
  margin-left: 0;
}
@media (min-width: 992px) {
  .contact-inner .contact-details .split {
    order: 1;
    display: block;
    margin-left: 30px;
    margin-top: 0;
    text-align: left;
  }
}

.contact-logo {
  display: block;
}
.contact-logo img {
  display: block;
  width: 200px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contact-logo img {
    margin-top: 0;
    width: 200px;
  }
}
@media (min-width: 1500px) {
  .contact-logo img {
    width: 305px;
  }
}

.agent-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .agent-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .agent-wrap {
    flex-direction: row;
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.agents {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .agents {
    align-items: flex-start;
    margin-top: 0;
  }
}
.agents p {
  margin-bottom: 10px;
}

.agent {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .agent {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .agent {
    margin-top: 0;
  }
}
.agent .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.agent img {
  display: block;
  height: 90px;
  width: auto;
  margin-bottom: 30px;
}
.agent a,
.agent p {
  color: #302E2B;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.agent a strong,
.agent p strong {
  color: #004161;
}
@media (min-width: 1500px) {
  .agent a,
  .agent p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .agent:first-of-type {
    margin-right: 60px;
  }
}

.wellbeing {
  width: 100%;
  margin-left: auto;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
  /*
  * Created with https://www.css-gradient.com
  * Gradient link: https://www.css-gradient.com/?c1=e222b2&c2=10648c&gt=l&gd=dbb
  */
  background: #004161;
  background: linear-gradient(180deg, #004161, #0F648C);
}
@media (min-width: 992px) {
  .wellbeing {
    width: 100%;
  }
}
.wellbeing.in-view .text-content h2 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 0s;
}
.wellbeing.in-view .text-content p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 0.5s;
}
.wellbeing.in-view .text-content a {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 0.5s;
}
.wellbeing .text-content {
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .wellbeing .text-content {
    padding: 0 50px;
  }
}
.wellbeing .text-content h2 {
  color: #F07D87;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.wellbeing .text-content h2 strong {
  font-weight: 800;
  color: #FFFFFF;
  font-style: normal;
}
@media (min-width: 992px) {
  .wellbeing .text-content h2 {
    font-size: 55px;
  }
}
.wellbeing .text-content p {
  color: #FFFFFF;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
}
.wellbeing .text-content p strong {
  font-weight: 700;
}
.wellbeing .background-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  transform: scale(1.4);
  position: absolute;
}
@media (min-width: 992px) {
  .wellbeing .background-image {
    padding: 0 50px;
  }
}
