@charset "UTF-8";
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: #fff;
  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: 1;
  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: 1;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  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); } }
/*! Flickity v2.3.0
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;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

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

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

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

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

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

/* 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 {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- 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; }

/* ====================================================================================================================
 * 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; }

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

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

.flexslider-container,
.flexslider .slides,
.flex-viewport {
  height: 100%; }

.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.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 {
  margin: 0;
  position: relative;
  zoom: 1;
  height: 100%; }

.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; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100px;
  display: flex;
  justify-content: space-between; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a.flex-next {
  background: url("../images/icon-arrow-right.svg") 0 0 no-repeat;
  right: 0; }

.flex-direction-nav a.flex-prev {
  background: url("../images/icon-arrow-left.svg") 0 0 no-repeat;
  left: 0; }

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

.flex-control-nav {
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 10; }

.flex-control-nav li {
  margin: 0 12px; }

.flex-control-paging li a {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.5s ease; }
  .flex-control-paging li a:before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #dc3755;
    left: -5px;
    top: -5px;
    border-radius: 18px;
    opacity: 0;
    transition: opacity ease 0.4s; }

.flex-control-paging li a:hover:before, .flex-control-paging li a.flex-active:before {
  opacity: 1; }

/* ====================================================================================================================
 * 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; } }
/*! 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;
  line-height: 1.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; }

.container {
  position: relative;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box; }

/* For devices larger than 400px */
.row {
  width: 100%;
  display: flex; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

@media (max-width: 1024px) {
  .container {
    padding: 0 32px;
    width: 100%; } }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #555;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
::-webkit-input-placeholder, header.dark.off-top ::-webkit-input-placeholder, header.dark .overlay-open ::-webkit-input-placeholder {
  color: #AAAAAA; }

:-moz-placeholder, header.dark.off-top :-moz-placeholder, header.dark .overlay-open :-moz-placeholder {
  color: #AAAAAA; }

::-moz-placeholder, header.dark.off-top ::-moz-placeholder, header.dark .overlay-open ::-moz-placeholder {
  color: #AAAAAA; }

:-ms-input-placeholder, header.dark.off-top :-ms-input-placeholder, header.dark .overlay-open :-ms-input-placeholder {
  color: #AAAAAA; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  margin: 0;
  padding: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

/* 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;
  border-bottom: 1px solid #E1E1E1; }

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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

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

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 20px;
  line-height: 30px;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.no-overflow {
    overflow-y: hidden !important;
    height: 100% !important; }

* {
  box-sizing: border-box; }

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

em {
  font-style: italic; }

strong {
  font-weight: 700; }

h1, .h1-style {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.01em;
  font-weight: 800; }

h2, .h2-style, .quote p {
  font-size: 34px;
  line-height: 42px;
  letter-spacing: -0.01em;
  padding-bottom: 30px;
  font-weight: 800; }

h3, .h3-style {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 30px;
  font-weight: 800; }

p {
  margin: 0;
  padding-bottom: 20px; }

.quote-style {
  font-size: 75px;
  line-height: 90px; }

.subtitle {
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 10px; }

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

blockquote {
  margin: 0 0 30px 0;
  padding: 0; }
  blockquote p {
    font-style: italic;
    font-size: 42px;
    line-height: 50px; }

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

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #373232;
  text-decoration: none; }

a:hover {
  color: #373232; }

h2 a {
  color: #FFA224;
  text-decoration: underline; }

p a {
  transition: color ease 0.4s;
  color: #222222;
  text-decoration: none; }
  p a:hover {
    color: #1CA087; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  display: inline-flex;
  position: relative;
  line-height: 1;
  align-items: center;
  transition: all ease 0.4s;
  color: #373232;
  font-size: 22px;
  text-decoration: none;
  width: fit-content;
  padding: 8px 16px;
  border: 1px solid #373232;
  border-radius: 60px;
  height: fit-content;
  margin: 0 25px 0 0; }
  .button:hover, .button.active {
    color: #F4FFFB;
    background: #373232; }

.img-hover {
  display: block;
  overflow: hidden; }
  .img-hover img, .img-hover .bg-image {
    transition: transform ease-in-out 1s; }
  .img-hover:hover img, .img-hover:hover .bg-image {
    transform: scale(1.04); }

.copy ul, .text-block ul {
  list-style: disc;
  padding-left: 15px; }
  .copy ul li, .text-block ul li {
    margin-bottom: 10px; }
    .copy ul li:last-child, .text-block ul li:last-child {
      margin: 0; }

.main-carousel .flickity-button {
  border: none; }
.main-carousel .flickity-prev-next-button {
  top: 50%;
  right: auto;
  bottom: auto;
  width: 18px;
  height: 32px;
  transform: translateY(-50%);
  padding: 0;
  background: transparent;
  transition: all ease 0.4s; }
  .main-carousel .flickity-prev-next-button:before, .main-carousel .flickity-prev-next-button:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 32px;
    content: '';
    transition: all ease 0.4s; }
  .main-carousel .flickity-prev-next-button:before {
    opacity: 1; }
  .main-carousel .flickity-prev-next-button:after {
    opacity: 0; }
  .main-carousel .flickity-prev-next-button.previous {
    left: 0; }
    .main-carousel .flickity-prev-next-button.previous:before {
      background: url("../images/icon-car-arrow-left.svg") center center no-repeat; }
  .main-carousel .flickity-prev-next-button.next {
    left: auto;
    right: 0; }
    .main-carousel .flickity-prev-next-button.next:before {
      background: url("../images/icon-car-arrow-right.svg") center center no-repeat; }
  .main-carousel .flickity-prev-next-button:hover:before {
    opacity: 0.7; }
.main-carousel .flickity-prev-next-button .flickity-button-icon {
  display: none; }
.main-carousel .flickity-button:focus {
  border: 0;
  box-shadow: none; }
.main-carousel .flickity-button:disabled {
  opacity: 0.7; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

.flex {
  display: flex;
  width: 100%; }

.media-wrap, .image-wrap {
  position: relative; }

.bg-video, .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .bg-video video, .bg-image video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.video-bg-auto video {
  width: auto;
  height: 100vh; }

.bg-image {
  background-size: cover;
  background-position: center center; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all ease 0.5s;
  background: linear-gradient(180deg, rgba(136, 132, 132, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
  header.moveoff, header.reduced {
    background: #F4FFFB; }
    header.moveoff .inner .logo img.logo-dark, header.reduced .inner .logo img.logo-dark {
      opacity: 1; }
    header.moveoff .inner .logo img.logo-light, header.reduced .inner .logo img.logo-light {
      opacity: 0; }
    header.moveoff #nav-trigger:before, header.reduced #nav-trigger:before {
      background: url("../images/icon-menu-black.svg") 0 0 no-repeat; }
    header.moveoff #nav-trigger:after, header.reduced #nav-trigger:after {
      background: url("../images/icon-menu-hover-black.svg") 0 0 no-repeat; }
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 80px;
    max-width: 1920px;
    margin: 0 auto;
    padding: 25px 40px 0 40px;
    transition: height ease 0.4s; }
    header .inner .logo {
      position: relative;
      display: block;
      width: 228px;
      height: 38px;
      transition: width ease 0.4s; }
      header .inner .logo img {
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity ease 0.4s; }
        header .inner .logo img.logo-dark {
          opacity: 0; }
        header .inner .logo img.logo-light {
          opacity: 1; }
  header.light .inner .logo img.logo-dark {
    opacity: 0; }
  header.light .inner .logo img.logo-light {
    opacity: 1; }
  header.light #nav-trigger {
    color: #a5e6d7; }
    header.light #nav-trigger span {
      color: #fff; }

#nav-trigger {
  display: block;
  position: relative;
  width: 34px;
  height: 27px;
  text-indent: -9999px;
  overflow: hidden; }
  #nav-trigger:before, #nav-trigger:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 27px;
    display: block;
    content: '';
    transition: opacity 0.5s ease; }
  #nav-trigger:before {
    opacity: 1;
    background: url("../images/icon-menu.svg") 0 0 no-repeat; }
  #nav-trigger:after {
    opacity: 0;
    background: url("../images/icon-menu-hover.svg") 0 0 no-repeat; }
  #nav-trigger:hover:before {
    opacity: 0; }
  #nav-trigger:hover:after {
    opacity: 1; }

#menu-bg, #overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease 0.4s; }
  #menu-bg.menu-open, #overlay-bg.menu-open {
    opacity: 1;
    pointer-events: auto; }

#main-menu .inner .logo {
  display: none; }

#main-menu {
  position: fixed;
  top: 0;
  right: -640px;
  bottom: 0;
  width: 640px;
  z-index: 1100;
  background: #E7F8F2;
  transition: right ease 0.4s; }
  #main-menu.menu-open {
    right: 0; }
  #main-menu .inner {
    padding: 150px 60px 60px 42px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    #main-menu .inner .menu {
      position: relative;
      list-style: none;
      padding: 0;
      margin: 0; }
      #main-menu .inner .menu li {
        margin-top: 20px;
        margin-left: 18px; }
        #main-menu .inner .menu li a {
          font-size: 44px;
          line-height: 1;
          letter-spacing: 0.04em;
          font-weight: 600;
          color: #222222;
          transition: all ease 0.4s; }
          #main-menu .inner .menu li a:hover {
            font-weight: 800; }
        #main-menu .inner .menu li.current_page_item a {
          font-weight: 800; }
        #main-menu .inner .menu li:first-child {
          margin-top: 0; }
        #main-menu .inner .menu li:last-child {
          margin-left: 0;
          margin-top: 6px; }
          #main-menu .inner .menu li:last-child a {
            display: inline-flex;
            position: relative;
            padding: 14px 18px;
            border-radius: 40px;
            transition: font-weight 0.4s ease; }
            #main-menu .inner .menu li:last-child a:after {
              content: '';
              display: block;
              position: absolute;
              bottom: -20px;
              right: 20px;
              width: 42px;
              height: 29px;
              opacity: 0;
              background: url("../images/chat-mark-black.svg") 0 0 no-repeat; }
            #main-menu .inner .menu li:last-child a:hover {
              background: #000000;
              color: #FFFFFF; }
              #main-menu .inner .menu li:last-child a:hover:after {
                opacity: 1; }
    #main-menu .inner .social-wrap h3 {
      font-size: 24px;
      padding-bottom: 10px;
      font-weight: 700; }
    #main-menu .inner .social-wrap .socials a.social-instagram {
      background: url("../images/icon-social-instagram-black.svg") 0 0 no-repeat; }
    #main-menu .inner .social-wrap .socials a.social-linkedin {
      background: url("../images/icon-social-linkedin-black.svg") 0 0 no-repeat; }

.menu-close, .overlay-close {
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
  height: 30px; }
  .menu-close:before, .menu-close:after, .overlay-close:before, .overlay-close:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '';
    display: block;
    transition: opacity ease 0.4s; }
  .menu-close:before, .overlay-close:before {
    background: url("../images/icon-close.svg") 0 0 no-repeat;
    background-size: 100% auto;
    opacity: 1; }
  .menu-close:after, .overlay-close:after {
    background: url("../images/icon-close-hover.svg") 0 0 no-repeat;
    background-size: 100% auto;
    opacity: 0; }
  .menu-close:hover:before, .overlay-close:hover:before {
    opacity: 0; }
  .menu-close:hover:after, .overlay-close:hover:after {
    opacity: 1; }

footer {
  background: #222222;
  color: #F4F4F4; }
  footer .top {
    padding: 50px 0;
    font-size: 14px;
    line-height: 18px; }
    footer .top h2 {
      font-size: 44px;
      line-height: 51px;
      font-weight: 500;
      max-width: 560px;
      padding-bottom: 20px; }
    footer .top h3 {
      font-size: 16px;
      line-height: 24px;
      padding: 0 0 10px 0; }
    footer .top p a {
      text-decoration: none; }
    footer .top .inner .left {
      width: 50%;
      padding: 0 50px 0 0; }
      footer .top .inner .left .copy {
        max-width: 580px; }
        footer .top .inner .left .copy p {
          padding-bottom: 5px; }
        footer .top .inner .left .copy p a {
          font-weight: 700; }
        footer .top .inner .left .copy .button {
          border-color: #F4F4F4;
          color: #F4F4F4;
          font-size: 14px;
          padding: 8px 16px;
          margin: 20px 0 25px 0;
          font-weight: 600;
          position: relative; }
          footer .top .inner .left .copy .button:after {
            content: '';
            display: block;
            position: absolute;
            bottom: -8px;
            right: 10px;
            width: 12px;
            height: 10px;
            opacity: 0;
            background: url("../images/chat-mark.svg") 0 0 no-repeat;
            transition: opacity 0.2s ease; }
          footer .top .inner .left .copy .button:hover {
            opacity: 1;
            background: #F4F4F4;
            color: #222222; }
            footer .top .inner .left .copy .button:hover:after {
              opacity: 1; }
    footer .top .inner .right {
      width: 50%;
      padding: 0; }
      footer .top .inner .right .col-wrap {
        justify-content: space-between; }
        footer .top .inner .right .col-wrap .col {
          width: 25%; }
          footer .top .inner .right .col-wrap .col:nth-child(1) {
            width: 20%; }
          footer .top .inner .right .col-wrap .col:nth-child(2) {
            width: 30%; }
      footer .top .inner .right .location a {
        display: block;
        padding-left: 30px;
        background: url("../images/icon-location.svg") 0 center no-repeat;
        font-weight: 800;
        margin-bottom: 10px;
        line-height: 24px; }
      footer .top .inner .right .location p {
        padding-left: 30px; }
        footer .top .inner .right .location p.location-link {
          padding-left: 0; }
      footer .top .inner .right ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        footer .top .inner .right ul li {
          margin-bottom: 15px; }
        footer .top .inner .right ul a {
          color: #E3E3E3;
          transition: color ease 0.4s; }
          footer .top .inner .right ul a:hover {
            color: #FFA324; }
  footer .bottom {
    background: rgba(111, 111, 111, 0.4);
    text-align: center;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300; }
  footer a {
    color: #fff;
    transition: color ease 0.4s; }
    footer a:hover {
      color: #FFA224; }

.socials {
  display: flex; }
  .socials a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    transition: opacity ease 0.4s; }
    .socials a:hover {
      opacity: 0.7; }
  .socials a.social-instagram {
    background: url("../images/icon-social-instagram.svg") 0 0 no-repeat;
    margin: 0 15px 0 0; }
  .socials a.social-linkedin {
    background: url("../images/icon-social-linkedin.svg") 0 0 no-repeat; }

.page-content {
  overflow: hidden; }
  .page-content.no-h {
    padding-top: 0; }

.full-h {
  position: relative;
  min-height: 100dvh; }

.full-h-minus {
  min-height: calc(100vh - 100px); }

.block {
  position: relative; }
  .block.no-p-bottom {
    padding-bottom: 0; }
  .block.p-top {
    padding-bottom: 0; }
  .block.p-bottom {
    padding-top: 0; }
  .block.p-none {
    padding-bottom: 0;
    padding-top: 0; }

.hero-block {
  background: #000000; }
  .hero-block .inner {
    position: relative; }
    .hero-block .inner .gradient {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 25vh;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
    .hero-block .inner a.scroll-down {
      position: absolute;
      display: inline-block;
      color: #fff;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 10;
      font-size: 16px;
      line-height: 1;
      transition: all ease 0.4s; }
      .hero-block .inner a.scroll-down:before, .hero-block .inner a.scroll-down:after {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        display: block;
        width: 31px;
        height: 17px;
        transition: height ease 0.4s, opacity ease 0.4s; }
      .hero-block .inner a.scroll-down:before {
        background: url("../images/icon-scroll-down-start.svg") bottom center no-repeat;
        transition: height ease 0.4s; }
      .hero-block .inner a.scroll-down:after {
        background: url("../images/icon-scroll-down.svg") bottom center no-repeat;
        opacity: 0;
        transition: all ease 0.4s; }
      .hero-block .inner a.scroll-down:hover {
        font-weight: 800; }
        .hero-block .inner a.scroll-down:hover:before, .hero-block .inner a.scroll-down:hover:after {
          height: 40px; }
        .hero-block .inner a.scroll-down:hover:after {
          opacity: 1; }

.intro-block {
  background: #E7F8F2;
  padding: 80px 0; }
  .intro-block h1 {
    padding-bottom: 30px; }
    .intro-block h1:last-child {
      padding: 0; }

#t02 .intro-block, #t03 .intro-block {
  padding-bottom: 60px; }
#t02 .grid-block, #t03 .grid-block {
  background: #E7F8F2; }
  #t02 .grid-block .filter-wrap, #t03 .grid-block .filter-wrap {
    padding: 0 0 80px 0; }
    #t02 .grid-block .filter-wrap a, #t03 .grid-block .filter-wrap a {
      font-weight: 700; }

#t02-single .hero-block {
  background: #000000; }
  #t02-single .hero-block .inner {
    position: relative;
    height: calc(100dvh - 320px); }
#t02-single .intro-block {
  min-height: 320px;
  background: #E7F8F2;
  padding: 90px 0; }
  #t02-single .intro-block h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    padding: 0 0 10px 0; }
  #t02-single .intro-block h2 {
    padding: 0; }
#t02-single .testimonial-award-wrap .left {
  background: #8AE8C7;
  padding-top: 100px;
  padding-right: 10%; }
  #t02-single .testimonial-award-wrap .left .quote {
    margin-bottom: 40px; }
#t02-single .copy-media-wrap h2 {
  color: #1CA087;
  padding-bottom: 15px; }
#t02-single .copy-media-wrap p, #t02-single .copy-media-wrap ul {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500; }

p.name, p.company {
  font-size: 14px;
  line-height: 20px;
  padding: 0; }

.block {
  display: flex;
  min-height: 540px; }
  .block .left, .block .right {
    width: 50%; }
  .block .image-wrap {
    height: 100%; }
  .block .left {
    padding: 50px 50px 50px calc((100vw - 1520px) / 2); }
  .block.copy-right .left {
    padding: 50px calc((100vw - 1520px) / 2) 50px 50px;
    order: 1; }
  .block.copy-right .right {
    order: 0; }

.image-wrap {
  position: relative;
  background-position: center center;
  background-size: cover;
  transition: transform ease 0.4s; }
  .image-wrap:before {
    padding-bottom: 56.25%;
    /* Minimum aspect ratio */
    content: '';
    float: left; }
  .image-wrap:after {
    display: table;
    content: '';
    clear: both; }

.grid-block .grid-wrap {
  display: flex;
  flex-wrap: wrap; }
  .grid-block .grid-wrap .grid-item {
    display: block;
    margin: 0;
    position: relative;
    overflow: hidden;
    width: calc(50%); }
    .grid-block .grid-wrap .grid-item .image-wrap {
      position: relative;
      background-position: center center;
      background-size: cover;
      transition: transform ease 0.4s;
      height: 100%; }
      .grid-block .grid-wrap .grid-item .image-wrap:before {
        padding-bottom: 56.25%;
        /* Minimum aspect ratio */
        content: '';
        float: left; }
      .grid-block .grid-wrap .grid-item .image-wrap:after {
        display: table;
        content: '';
        clear: both; }
    .grid-block .grid-wrap .grid-item .cover {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(34, 34, 34, 0.35);
      opacity: 0;
      transition: opacity ease 0.4s; }
    .grid-block .grid-wrap .grid-item .copy-wrap {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 35px 40px 35px calc((100vw - 1520px) / 2);
      color: #fff;
      opacity: 0;
      transition: opacity ease 0.4s;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .grid-block .grid-wrap .grid-item .copy-wrap h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        padding-bottom: 10px; }
      .grid-block .grid-wrap .grid-item .copy-wrap p {
        font-size: 34px;
        font-weight: 800;
        line-height: 41px; }
    .grid-block .grid-wrap .grid-item:hover .image-wrap {
      transform: scale(1.1);
      transform-origin: center center; }
    .grid-block .grid-wrap .grid-item:hover .cover, .grid-block .grid-wrap .grid-item:hover .copy-wrap {
      opacity: 1; }
    .grid-block .grid-wrap .grid-item:nth-child(even) .copy-wrap {
      padding: 35px calc((100vw - 1520px) / 2) 35px 40px; }
  .grid-block .grid-wrap.layout-3 .grid-item {
    width: calc(33.33%); }
    .grid-block .grid-wrap.layout-3 .grid-item .image-wrap:before {
      padding-bottom: 86.53%;
      /* Minimum aspect ratio */ }
    .grid-block .grid-wrap.layout-3 .grid-item:nth-child(even) .copy-wrap, .grid-block .grid-wrap.layout-3 .grid-item:nth-child(even) .testimonial-wrap {
      padding: 35px 40px; }
    .grid-block .grid-wrap.layout-3 .grid-item:nth-child(3) .copy-wrap, .grid-block .grid-wrap.layout-3 .grid-item:nth-child(3) .testimonial-wrap {
      padding: 35px calc((100vw - 1520px) / 2) 35px 40px; }
  .grid-block .grid-wrap .testimonial-wrap {
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 35px 40px 35px calc((100vw - 1520px) / 2);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: url("../images/testimonial-bg.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: center center; }
    .grid-block .grid-wrap .testimonial-wrap p.title {
      padding-bottom: 10px;
      font-size: 18px;
      line-height: 22px;
      font-weight: 600; }
    .grid-block .grid-wrap .testimonial-wrap .quote {
      border-bottom: 2px solid #fff;
      padding-bottom: 15px;
      margin-bottom: 15px; }

.load-more-wrap {
  background: #222222; }
  .load-more-wrap .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    position: relative; }
    .load-more-wrap .inner .more-button span {
      position: relative;
      display: inline-flex;
      border-radius: 60px;
      font-size: 22px;
      line-height: 1;
      border: 1px solid #FFFFFF;
      color: #FFFFFF;
      background: #222222;
      z-index: 1;
      padding: 8px 16px; }
    .load-more-wrap .inner .more-button:before {
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      background: #FFFFFF;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 0;
      transition: width ease 0.4s; }
    .load-more-wrap .inner .more-button:hover span {
      background: #8BE8C7;
      border-color: #8BE8C7;
      color: #222222; }
    .load-more-wrap .inner .more-button:hover:before {
      width: 0; }

#t04 ul {
  list-style: disc;
  margin: 0 0 0 0;
  padding: 0 0 0 20px; }
  #t04 ul li {
    margin-bottom: 14px; }
    #t04 ul li::marker {
      color: #FFA224; }
#t04 h2 {
  padding-bottom: 15px; }
#t04 .intro-wrap {
  background: #E7F8F2;
  padding: 80px 0 70px 0; }
  #t04 .intro-wrap p, #t04 .intro-wrap ul {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500; }
  #t04 .intro-wrap .left {
    padding: 0 10% 0 calc((100vw - 1520px) / 2); }
  #t04 .intro-wrap .right {
    padding: 0 calc((100vw - 1520px) / 2) 0 40px; }
#t04 .team-wrap p, #t04 .team-wrap ul {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500; }
#t04 .team-wrap .left {
  background: #222222;
  padding-right: 11%; }
  #t04 .team-wrap .left h2 {
    color: #8AE8C7; }
  #t04 .team-wrap .left p, #t04 .team-wrap .left ul {
    color: #F4FFFB; }
  #t04 .team-wrap .left a.button {
    margin-top: 40px;
    border-color: #FFFFFF;
    color: #FFFFFF; }
    #t04 .team-wrap .left a.button:hover {
      color: #222222;
      border-color: #8BE8C7;
      background: #8BE8C7; }
#t04 .testimonials-wrap {
  background: #8BE8C7; }
  #t04 .testimonials-wrap .main-carousel, #t04 .testimonials-wrap .flickity-viewport, #t04 .testimonials-wrap .flickity-slider {
    height: 100% !important; }
  #t04 .testimonials-wrap .carousel-cell {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    #t04 .testimonials-wrap .carousel-cell .testimonial-wrap {
      padding: 60px; }
      #t04 .testimonials-wrap .carousel-cell .testimonial-wrap .quote {
        margin-bottom: 40px; }
#t04 .awards-wrap h2 {
  padding-bottom: 50px; }
#t04 .awards-wrap p, #t04 .awards-wrap ul {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500; }
#t04 .awards-wrap .copy-wrap .number {
  font-size: 175px;
  line-height: 1;
  color: #1CA087;
  margin-right: 30px;
  font-weight: 200; }

#t04-single .hero-block {
  background: #000000; }
  #t04-single .hero-block .inner {
    position: relative;
    height: calc(100dvh - 320px); }
#t04-single .intro-block {
  min-height: 320px;
  background: #E7F8F2;
  padding: 90px 0; }
  #t04-single .intro-block p.cat {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    padding: 0 0 10px 0; }
  #t04-single .intro-block h1 {
    padding: 0; }
#t04-single .copy-block {
  padding: 60px 0; }
  #t04-single .copy-block .left {
    width: 50%;
    padding-right: 10%; }
    #t04-single .copy-block .left .quote {
      margin-bottom: 60px; }
    #t04-single .copy-block .left .author-wrap {
      display: flex;
      justify-content: space-between; }
      #t04-single .copy-block .left .author-wrap .image-wrap {
        position: relative;
        width: 310px;
        aspect-ratio: 310 / 260; }
      #t04-single .copy-block .left .author-wrap .copy {
        width: 100%; }
        #t04-single .copy-block .left .author-wrap .copy p.name {
          font-size: 24px;
          line-height: 30px;
          font-weight: 800;
          padding: 0; }
        #t04-single .copy-block .left .author-wrap .copy p.title {
          font-size: 18px;
          line-height: 26px;
          font-weight: 400;
          padding: 0; }
      #t04-single .copy-block .left .author-wrap.with-image .copy {
        width: calc(100% - 330px); }
  #t04-single .copy-block .copy-wrap {
    width: 50%;
    padding-left: 50px; }
    #t04-single .copy-block .copy-wrap h2 {
      font-size: 24px;
      line-height: 30px;
      color: #1DA087;
      padding: 10px 0 10px 0; }
    #t04-single .copy-block .copy-wrap h3 {
      font-size: 16px;
      line-height: 22px;
      color: #1DA087;
      padding: 10px 0 10px 0; }
    #t04-single .copy-block .copy-wrap p, #t04-single .copy-block .copy-wrap ul {
      font-size: 16px;
      line-height: 22px;
      font-weight: 500; }
    #t04-single .copy-block .copy-wrap h6 {
      margin: 0;
      padding: 0 0 20px 0; }
    #t04-single .copy-block .copy-wrap ul {
      list-style: disc;
      margin: 0 0 0 0;
      padding: 0 0 0 20px; }
      #t04-single .copy-block .copy-wrap ul li {
        margin-bottom: 14px; }
        #t04-single .copy-block .copy-wrap ul li::marker {
          color: #FFA224; }

#t05 .team-block .inner {
  flex-wrap: wrap; }
  #t05 .team-block .inner .profile-item {
    display: block;
    position: relative;
    width: 33.33%;
    aspect-ratio: 1; }
    #t05 .team-block .inner .profile-item .copy-wrap {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 30px 10% 30px calc((100vw - 1520px) / 2);
      z-index: 10;
      color: #fff;
      height: 100%;
      opacity: 0;
      transition: opacity 0.4s ease; }
      #t05 .team-block .inner .profile-item .copy-wrap p, #t05 .team-block .inner .profile-item .copy-wrap .button {
        font-size: 18px;
        line-height: 26px; }
      #t05 .team-block .inner .profile-item .copy-wrap .button {
        background: #E7F8F2;
        border: none;
        font-weight: 600; }
    #t05 .team-block .inner .profile-item:hover .copy-wrap {
      opacity: 1; }
      #t05 .team-block .inner .profile-item:hover .copy-wrap .button {
        background: #8AE8C7;
        color: #222222; }

.profile-overlay {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 750px;
  z-index: 1100;
  background: #E7F8F2; }
  .profile-overlay .flex .image-wrap {
    width: 750px;
    position: relative;
    aspect-ratio: 1; }
  .profile-overlay .flex .copy-wrap {
    width: 750px;
    padding: 50px 10% 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .profile-overlay .flex .copy-wrap h2 {
      color: #1CA087;
      padding-bottom: 10px; }
    .profile-overlay .flex .copy-wrap h3 {
      font-size: 24px;
      line-height: 30px;
      padding-bottom: 10px; }
    .profile-overlay .flex .copy-wrap p.email, .profile-overlay .flex .copy-wrap .copy {
      font-size: 16px;
      line-height: 22px; }
    .profile-overlay .flex .copy-wrap p.email a {
      color: #222222;
      text-decoration: none;
      transition: color ease 0.4s; }
      .profile-overlay .flex .copy-wrap p.email a:hover {
        color: #1CA087; }
    .profile-overlay .flex .copy-wrap .copy h3 {
      color: #1CA087;
      font-weight: 400; }

#t06 p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500; }
#t06 h3 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 10px;
  color: #1CA087; }
#t06 h4 {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: 700;
  padding: 0; }
#t06 .contact-wrap .left {
  background: #F4FFFB; }
  #t06 .contact-wrap .left table {
    margin-bottom: 40px; }
  #t06 .contact-wrap .left td {
    padding-top: 0;
    border: none; }
#t06 .location-wrap h2 {
  padding-bottom: 20px; }
#t06 .location-wrap h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400; }
#t06 .location-wrap .location {
  margin: 30px 0 0 0; }
  #t06 .location-wrap .location strong {
    position: relative;
    font-weight: 700; }
    #t06 .location-wrap .location strong:after {
      display: block;
      position: absolute;
      left: -30px;
      top: 0;
      content: '';
      width: 17px;
      height: 24px;
      background: url("../images/icon-location-black.svg") center center no-repeat; }
  #t06 .location-wrap .location p {
    padding-left: 30px;
    font-weight: 400; }
#t06 .map-wrap {
  height: 100%;
  position: relative; }
  #t06 .map-wrap iframe {
    width: 100%;
    height: 100%; }
#t06 .map-block .acf-map {
  width: 100%;
  min-height: 540px; }
#t06 .map-block .acf-map img {
  max-width: inherit !important; }

#default .intro-wrap {
  background: #8AE8C7; }
  #default .intro-wrap h1 {
    padding: 185px 0 50px 0; }
#default .block {
  min-height: 300px; }
#default .content-wrap {
  background: #fff; }
#default .text-block {
  background: #fff;
  padding: 60px 0 110px 0; }
  #default .text-block h2 {
    padding: 10px 0;
    color: #1CA087;
    font-size: 24px;
    line-height: 32px; }
  #default .text-block h3 {
    padding: 10px 0; }
  #default .text-block p {
    padding-bottom: 20px; }
  #default .text-block p, #default .text-block li {
    font-size: 16px;
    line-height: 22px; }
  #default .text-block ul {
    list-style: disc;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px; }
    #default .text-block ul li {
      margin-bottom: 10px; }
  #default .text-block ol {
    list-style: none;
    counter-reset: item;
    margin: 0 0 30px 0;
    padding: 0; }
    #default .text-block ol li {
      counter-increment: item;
      margin: 0 0 15px 0;
      position: relative;
      padding-left: 30px; }
      #default .text-block ol li:before {
        content: counter(item) ".";
        position: absolute;
        top: 0;
        left: 0; }
#default .search-results {
  background: #fff; }
  #default .search-results p.no-results {
    padding: 100px 0 !important; }
  #default .search-results .results {
    list-style: none;
    margin: 0;
    padding: 0; }
    #default .search-results .results li {
      padding: 30px 40% 30px 0;
      border-bottom: 1px solid #373232; }
      #default .search-results .results li h3 {
        padding: 0 0 20px 0; }
      #default .search-results .results li a.link {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        color: #373232;
        padding-right: 40px;
        background: url("../images/icon-arrow-right-solo-grey.svg") center right no-repeat; }

/* Form Fields */
.form-row {
  display: flex;
  justify-content: space-between; }
  .form-row .half {
    width: calc(50% - 10px);
    margin: 0 0 20px 0; }
  .form-row .full {
    width: calc(100%);
    margin: 0 0 20px 0; }
    .form-row .full p {
      padding: 0;
      line-height: 0; }
    .form-row .full.actions {
      text-align: center; }

.form-content {
  /*select{
    background-image:url(../images/icon-arrow-down.svg);
  	  background-position: 96% / 15%;
  	background-repeat: no-repeat;
  	background-size: 8px 4px; 
  }*/
  /*div.wpcf7-response-output {
  	margin: 0 0 30px 0!important;
  	padding: 0!important;
  	border: none!important;
  	font-size: 12px;
    line-height: 12px;
  	color: #F41F22;
  	text-transform: uppercase;
  }
  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  	border: none!important;
  	margin-bottom: 20px!important;
  }
  span.wpcf7-not-valid-tip{
  	display: none!important;
  }
  .wpcf7-not-valid{
  	background:rgba(241,215,215,1.00)!important;
  }*/ }
  .form-content input[type="email"],
  .form-content input[type="text"],
  .form-content input[type="date"],
  .form-content select, .form-content textarea {
    padding: 12px 10px;
    background-color: transparent;
    border: 1px solid #fff;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 16px; }
  .form-content textarea {
    resize: none; }
  .form-content select::-ms-expand {
    display: none;
    /* remove default arrow on ie10 and ie11 */ }
  .form-content input[type="submit"] {
    border: none;
    padding: 9px 35px 7px 35px;
    background: #373232;
    border-radius: 17px;
    color: #373232;
    font-size: 11px;
    font-weight: 600;
    font-family: "Josefin Sans", serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: all ease 0.4s;
    margin: 20px 0 0 0; }
    .form-content input[type="submit"]:hover {
      background-color: #fff; }
  .form-content form button {
    -webkit-appearance: none;
    outline: none;
    border: none; }
  .form-content .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px; }
  .form-content .wpcf7 form.invalid .wpcf7-response-output, .form-content .wpcf7 form.unaccepted .wpcf7-response-output, .form-content .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff; }

form .wpcf7-list-item,
form label {
  display: flex;
  align-items: center; }

form .wpcf7-list-item {
  margin: 0; }

form .wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px; }

form label {
  cursor: pointer;
  margin: 0;
  color: #fff; }

form [type="checkbox"] {
  position: absolute;
  left: -9999px; }

form [type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

label, legend {
  font-weight: 400; }

form [type="checkbox"] + .wpcf7-list-item-label::before,
form [type="checkbox"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box; }

form [type="checkbox"] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fff; }

form [type="checkbox"] + .wpcf7-list-item-label::after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  transition: all 0.2s; }

form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01); }

form [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1); }

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 30px 0;
  padding: 0.2em 1em;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff; }

#terms {
  padding: 170px 0 140px 0; }
  #terms h1 {
    font-size: 32px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 60px 0;
    letter-spacing: 0.15em; }
  #terms h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    padding: 20px 0 10px 0;
    letter-spacing: 0.02em;
    text-transform: none; }
  #terms h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    padding: 20px 0 10px 0;
    letter-spacing: 0.02em; }
  #terms p {
    padding-bottom: 30px; }
  #terms ul {
    list-style: disc;
    margin: 0 0 30px 0;
    padding: 0 0 0 20px; }
    #terms ul li {
      margin-bottom: 15px; }
  #terms ol {
    margin: 0 0 30px 0;
    padding: 0; }
    #terms ol li {
      margin-bottom: 15px; }

#field_1_5 {
  text-align: right; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

input::-webkit-input-placeholder {
  color: #363636; }

input:-moz-placeholder {
  color: #363636; }

input::-moz-placeholder {
  color: #363636; }

input:-ms-input-placeholder {
  color: #363636; }

.mobile-only, .sdgs-wrap-mobile {
  display: none; }

.desktop-only {
  display: block; }

.desktop-only-flex {
  display: flex; }

#mobile-nav {
  display: none; }

@supports (max-height: 100dvh) {
  .full-h {
    min-height: 100dvh; }

  .full-h-minus {
    min-height: calc(100dvh - 114px); } }
@media only screen and (max-width: 1640px) {
  #t04 .intro-wrap .left, .block .left, #t05 .team-block .inner .profile-item .copy-wrap {
    padding-left: 60px; }

  #t04 .intro-wrap .right, .block.copy-right .left {
    padding-right: 60px; }

  .grid-block .grid-wrap .grid-item .copy-wrap, .grid-block .grid-wrap .testimonial-wrap {
    padding-left: 60px; }

  .grid-block .grid-wrap .grid-item:nth-child(even) .copy-wrap, .grid-block .grid-wrap .grid-item:nth-child(even) .testimonial-wrap {
    padding-right: 60px; }

  .grid-block .grid-wrap .testimonial-wrap {
    position: relative; }

  .grid-block .grid-wrap.layout-3 .grid-item:nth-child(3) .copy-wrap, .grid-block .grid-wrap.layout-3 .grid-item:nth-child(3) .testimonial-wrap {
    padding-right: 60px; }

  footer .top .inner .right .col-wrap .col {
    width: 30%; }

  footer .top .inner .right .col-wrap .col:nth-child(2) {
    width: 25%; }

  footer .top .inner .right .col-wrap .col:nth-child(2) {
    width: 45%;
    padding-right: 20px; }

  .profile-overlay {
    width: 90vw;
    max-width: 1500px;
    height: 500px; }

  .profile-overlay .flex {
    height: 100%; }

  .profile-overlay .flex .image-wrap, .profile-overlay .flex .copy-wrap {
    width: 50%;
    height: 100%; }

  .profile-overlay .flex .copy-wrap {
    overflow-y: auto;
    display: block; }

  .profile-overlay .flex .copy-wrap {
    padding: 30px 10% 30px 30px; } }
@media only screen and (max-width: 1499px) {
  body, #t04-single .copy-block .left .author-wrap .copy p.name {
    font-size: 18px;
    line-height: 28px; }

  h1, .h1-style {
    font-size: 40px;
    line-height: 50px; }

  h2, .h2-style, .quote p, .grid-block .grid-wrap .grid-item .copy-wrap p {
    font-size: 28px;
    line-height: 34px; }

  #t06 h4, #t04-single .intro-block p.cat, #t02-single .intro-block h1, #default .text-block h2 {
    font-size: 20px;
    line-height: 26px; }

  .grid-block .grid-wrap .grid-item .copy-wrap p, #main-menu .inner .social-wrap h3, #t04-single .copy-block .copy-wrap h2 {
    font-size: 20px;
    line-height: 24px; }

  .grid-block .grid-wrap .grid-item .copy-wrap h2, .grid-block .grid-wrap .testimonial-wrap p.title, footer .top .inner .right .location p, #t04-single .copy-block .left .author-wrap .copy p.title, #t05 .team-block .inner .profile-item .copy-wrap p, #t05 .team-block .inner .profile-item .copy-wrap .button {
    font-size: 16px;
    line-height: 22px; }

  p.name, p.company, footer .bottom {
    font-size: 13px;
    line-height: 17px; }

  #t06 .location-wrap h3 {
    font-size: 34px;
    line-height: 42px; }

  .button {
    font-size: 17px;
    padding: 10px 14px 8px 14px; }

  .intro-block {
    padding: 60px 0; }

  #t04 .awards-wrap .copy-wrap .number {
    font-size: 120px; } }
@media only screen and (max-width: 1299px) {
  #main-menu .column-wrap {
    flex-wrap: wrap; }

  #main-menu .column-wrap .col-2 {
    width: 50%; } }
@media only screen and (max-width: 1199px) {
  footer .top .inner .right .col-wrap {
    flex-wrap: wrap; }

  footer .top .inner .right .col-wrap .col {
    width: 50%; }

  footer .top .inner .right .col-wrap .col:nth-child(1), footer .top .inner .right .col-wrap .col:nth-child(2) {
    width: 50%;
    padding: 0;
    margin-bottom: 20px; }

  footer .top .inner .right ul li {
    margin: 0 0 5px 0; } }
@media only screen and (max-width: 1024px) {
  body, #t04-single .copy-block .left .author-wrap .copy p.name {
    font-size: 16px;
    line-height: 22px; }

  h1, .h1-style {
    font-size: 24px;
    line-height: 28px; }

  h2, .h2-style, .quote p {
    font-size: 22px;
    line-height: 26px; }

  #t06 h4, #t04-single .intro-block p.cat, #t02-single .intro-block h1, #default .text-block h2 {
    font-size: 18px;
    line-height: 24px; }

  .grid-block .grid-wrap .grid-item .copy-wrap p, #main-menu .inner .social-wrap h3, #t04-single .copy-block .copy-wrap h2 {
    font-size: 18px;
    line-height: 22px; }

  .grid-block .grid-wrap .grid-item .copy-wrap h2, .grid-block .grid-wrap .testimonial-wrap p.title, footer .top .inner .right .location p, #t04-single .copy-block .left .author-wrap .copy p.title, #t05 .team-block .inner .profile-item .copy-wrap p, #t05 .team-block .inner .profile-item .copy-wrap .button {
    font-size: 12px;
    line-height: 18px; }

  p.name, p.company, footer .bottom {
    font-size: 11px;
    line-height: 14px; }

  #t06 .location-wrap h3 {
    font-size: 26px;
    line-height: 35px; }

  .button {
    font-size: 16px;
    padding: 8px 12px 6px 12px; }

  header .inner {
    height: 80px;
    padding: 26px 32px; }

  header .inner .logo {
    width: 173px;
    height: 28px; }

  #nav-trigger, #nav-trigger:before, #nav-trigger:after {
    width: 26px;
    height: 21px;
    background-size: 100% auto; }

  header.moveoff #nav-trigger:before, header.reduced #nav-trigger:before {
    background-size: 100% auto; }

  footer .top {
    padding: 24px 0 14px 0; }

  footer .flex {
    flex-direction: column; }

  footer .top .inner .left {
    width: 100%;
    padding-bottom: 20px; }

  footer .top h2 {
    padding-bottom: 10px; }

  footer .top .inner .left .copy .button {
    margin: 10px 0 15px 0; }

  footer .top .inner .right, footer .top .inner .right .col-wrap .col:nth-child(1), footer .top .inner .right .col-wrap .col:nth-child(2), footer .top .inner .right .col-wrap .col {
    width: 100%; }

  footer .socials {
    margin-bottom: 20px; }

  footer .location-link {
    padding-bottom: 0; }

  footer .top .inner .right .location p {
    margin-bottom: 0; }

  footer .top .inner .right ul {
    display: flex;
    flex-wrap: wrap; }

  footer .top .inner .right ul li {
    margin: 0 10px 0 0; }

  #menu-footer-menu-2 li {
    margin-bottom: 10px; }

  #menu-main-menu-1 {
    margin-bottom: 20px; }

  #main-menu {
    width: 100vw;
    right: -100vw; }

  #main-menu .inner .logo {
    display: block; }

  #main-menu .inner {
    padding: 150px 32px 60px 32px; }

  #main-menu .inner .menu {
    margin-left: 32px; }

  #main-menu .inner .menu li {
    margin-bottom: 30px; }

  #main-menu .inner .menu li a {
    font-size: 32px; }

  #main-menu .socials a {
    width: 36px;
    height: 36px; }

  #main-menu .inner .social-wrap .socials a.social-instagram, #main-menu .inner .social-wrap .socials a.social-linkedin {
    background-size: 100%; }

  #main-menu .logo {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 173px;
    height: 28px; }

  .menu-close, .overlay-close {
    width: 20px;
    height: 20px;
    top: 32px;
    right: 32px; }

  .menu-close:before, .menu-close:after, .overlay-close:before, .overlay-close:after {
    width: 20px;
    height: 20px; }

  .intro-block {
    padding: 30px 0; }

  .grid-block .grid-wrap {
    flex-direction: column; }

  .grid-block .grid-wrap .grid-item, .grid-block .grid-wrap.layout-3 .grid-item {
    width: 100%; }

  .grid-block .grid-wrap.layout-3 .grid-item .image-wrap:before {
    padding-bottom: 56.25%; }

  .grid-block .grid-wrap .grid-item .copy-wrap, .grid-block .grid-wrap .testimonial-wrap, .grid-block .grid-wrap.layout-3 .grid-item:nth-child(3) .copy-wrap, .grid-block .grid-wrap.layout-3 .grid-item:nth-child(3) .testimonial-wrap {
    padding: 24px 32px; }

  .grid-block .grid-wrap.layout-3 .grid-item.test {
    padding-bottom: 0; }

  .grid-block .grid-wrap .testimonial-wrap {
    position: relative; }

  #t02 .intro-block, #t03 .intro-block {
    padding-bottom: 20px; }

  #t02 .grid-block .filter-wrap, #t03 .grid-block .filter-wrap {
    padding-bottom: 20px; }

  #t02 .grid-block .filter-wrap a, #t03 .grid-block .filter-wrap a {
    margin: 10px 10px 10px 0; }

  #t02-single .intro-block {
    padding: 30px 0;
    min-height: inherit; }

  #t02-single .hero-block .inner {
    height: 400px; }

  #t02-single .block {
    min-height: inherit;
    flex-direction: column; }

  #t02-single .testimonial-award-wrap .left {
    width: 100%;
    order: 1;
    padding: 30px 32px; }

  #t02-single .testimonial-award-wrap .right {
    width: 100%;
    order: 0;
    padding: 0; }

  #t02-single .copy-media-wrap .right, #t02-single .copy-media-wrap.copy-right .right {
    width: 100%;
    order: 0;
    padding: 0; }

  #t02-single .copy-media-wrap .left, #t02-single .copy-media-wrap.copy-right .left {
    width: 100%;
    order: 1;
    padding: 30px 32px; }

  #t02-single .testimonial-award-wrap .left .quote {
    margin-bottom: 20px; }

  #t04 .intro-wrap {
    padding: 30px 0;
    flex-direction: column; }

  #t04 .intro-wrap .left {
    padding: 0 32px 30px 32px; }

  .block .left, .block .right {
    width: 100%; }

  #t04 .intro-wrap .right {
    padding: 0 32px; }

  #t04 ul li {
    margin-bottom: 7px; }

  #t04 .team-wrap, #t04 .testimonials-wrap {
    flex-direction: column; }

  #t04 .team-wrap .left {
    padding: 30px 32px;
    order: 1; }

  #t04 .team-wrap .right {
    order: 0; }

  #t04 .team-wrap .left a.button {
    margin-top: 0; }

  #t04 .block {
    min-height: inherit; }

  .block .left, .block.copy-right .left {
    padding: 30px 32px; }

  #t04 .testimonials-wrap .main-carousel, #t04 .testimonials-wrap .flickity-viewport, #t04 .testimonials-wrap .flickity-slider {
    height: 300px !important; }

  #t04-single .hero-block .inner {
    height: 400px; }

  #t04-single .intro-block {
    min-height: inherit;
    padding: 30px 0; }

  #t04-single .copy-block {
    padding: 30px 0; }

  #t04-single .copy-block .flex {
    flex-direction: column; }

  #t04-single .copy-block .left {
    width: 100%;
    padding-bottom: 30px; }

  #t04-single .copy-block .left .quote {
    margin: 0; }

  #t04-single .copy-block .left .author-wrap {
    margin-top: 30px; }

  #t04-single .copy-block .copy-wrap {
    width: 100%;
    padding: 0; }

  #t04 .awards-wrap {
    flex-direction: column; }

  #t04 .awards-wrap .right {
    order: 0; }

  #t04 .awards-wrap .left {
    order: 1; }

  #t04 .awards-wrap h2 {
    padding-bottom: 20px; }

  #t04 .awards-wrap .copy-wrap .number {
    font-size: 75px; }

  #t05 .team-block .inner .profile-item .copy-wrap {
    padding: 30px 32px !important; }

  #t05 .team-block .inner .profile-item .copy-wrap h2 {
    padding-bottom: 10px; }

  #t05 .team-block .inner .profile-item .copy-wrap p {
    padding-bottom: 5px; }

  #t06 .contact-wrap, #t06 .location-wrap {
    flex-direction: column; }

  #t06 .location-wrap .right {
    order: 1 !important; }

  #t06 .location-wrap .left {
    order: 0 !important; }

  #t06 .map-wrap {
    height: 300px; }

  #t06 .map-block .acf-map {
    min-height: 300px; }

  #t06 .location-wrap h3 br {
    display: none; }

  #t06 .location-wrap .location {
    margin: 10px 0 0 0; }

  #t06 .contact-wrap .left td {
    display: block;
    width: 100%;
    padding: 0 0 20px 0; }

  #t06 .contact-wrap .left table {
    margin-bottom: 20px; }

  #default .intro-wrap h1 {
    padding: 120px 0 30px 0; }

  #default .text-block {
    padding: 30px 0 60px 0; } }
@media only screen and (max-width: 767px) {
  .tablet-desktop-only {
    display: none; }

  .mobile-only {
    display: block; }

  footer .top .inner .left {
    padding: 0 0 20px 0; }

  .hero-block .inner {
    min-height: 360px; }

  #t05 .team-block .inner {
    flex-wrap: wrap; }

  #t05 .team-block .inner .profile-item {
    width: 100%; }

  .profile-overlay {
    width: 90vw;
    top: 100px;
    height: calc(100dvh - 120px);
    left: 5vw;
    transform: none; }

  .profile-overlay .flex {
    height: 100%;
    flex-direction: column; }

  .profile-overlay .flex .copy-wrap {
    width: 100%;
    padding: 30px 20px; }

  .profile-overlay .flex .image-wrap {
    width: 200px;
    height: 200px; }

  .profile-overlay .flex .copy-wrap {
    height: calc(100% - 200px);
    display: block; }

  .overlay-close {
    top: 20px;
    right: 20px; } }
@media only screen and (max-width: 499px) {
  .hero-block .inner {
    min-height: 280px; } }
