@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: #FBFBFC;
  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); } }
/* ====================================================================================================================
 * 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:hover .flex-direction-nav a {
    opacity: 1; }

.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;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 10;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 35px;
  height: 35px;
  margin: 0;
  border-radius: 35px;
  overflow: hidden;
  opacity: 0;
  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: #FBFBFC url("../images/icon-flex-right.svg") center center no-repeat;
  right: 0; }

.flex-direction-nav a.flex-prev {
  background: #FBFBFC url("../images/icon-flex-left.svg") center center no-repeat;
  background-size: 8px auto;
  left: 0; }

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

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center;
  z-index: 10; }

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

.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-indent: -9999px;
  transition: all 0.5s ease; }

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
  background: black; }

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

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*! Flickity v2.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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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; }

/*! 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: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  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: 1019px) {
  .container {
    padding: 0 25px;
    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; }

.visually-hidden, .screen-reader-text, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

/* 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: 18px;
  line-height: 28px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #122224;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FBFBFC; }
  body.no-overflow {
    overflow-y: hidden !important;
    height: 100% !important; }

* {
  box-sizing: border-box; }

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

em {
  font-style: italic; }

strong {
  font-weight: 700; }

h1 {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  /* 100% */
  letter-spacing: -0.03em;
  padding-bottom: 30px; }
  h1.smaller {
    font-size: 36px;
    line-height: 40px; }
  h1 em {
    color: #9D9D9D; }

h2, .quote, .h2-style, .block-text h1 {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.03em;
  padding-bottom: 30px; }
  h2 em, .quote em, .h2-style em, .block-text h1 em {
    color: #9D9D9D; }

.quote p, .h2-style p {
  letter-spacing: -0.03em; }

h3 {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 30px; }

p {
  margin: 0;
  padding-bottom: 24px;
  letter-spacing: 0.02em; }
  p strong {
    font-weight: 700; }
  p.overline, p.date {
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
  p.client, p.jt {
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    letter-spacing: 0; }
  p.jt {
    font-style: italic;
    color: #fff; }
  p.figure {
    /*font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0.02em;*/ }

h2.sans-serif {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em; }

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

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

.bg-black {
  background: #122224;
  color: #fff; }

.copy-wrap ul {
  list-style: disc;
  margin-bottom: 30px;
  padding-left: 20px; }
  .copy-wrap ul li {
    margin-bottom: 10px; }

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

a:hover {
  color: #000; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  background: #fff;
  padding: 26px 50px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  text-transform: uppercase;
  transition: all ease 0.4s; }
  .button:after {
    display: block;
    content: '';
    width: 16px;
    height: 8px;
    background: url("../images/icon-button-arrow-right.svg") 0 0 no-repeat;
    background-size: 100% auto;
    margin-left: 30px; }
  .button:hover {
    background: #82CFF5; }
  .button.border {
    background: transparent;
    border: 1px solid #122224; }
    .button.border:hover {
      background: #82CFF5;
      border-color: #82CFF5; }
  .button.black {
    background: #122224;
    color: #fff; }
    .button.black:after {
      background: url("../images/icon-button-arrow-right-white.svg") 0 0 no-repeat;
      background-size: 100% auto; }
    .button.black:hover {
      background: #82CFF5;
      color: #122224; }
      .button.black:hover:after {
        background: url("../images/icon-button-arrow-right.svg") 0 0 no-repeat;
        background-size: 100% auto; }
  .button.white {
    background: #FBFBFC;
    color: #122224; }
    .button.white:hover {
      background: #82CFF5; }
  .button.blue {
    background: #82CFF5; }
    .button.blue:hover {
      background: #FBFBFC; }

.button-secondary {
  display: inline-flex;
  flex-direction: column;
  letter-spacing: 0.1em;
  font-size: 13px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0;
  transition: all ease 0.4s; }
  .button-secondary:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #122224;
    transition: all ease 0.4s; }
  .button-secondary:hover {
    color: #82CFF5; }
    .button-secondary:hover:after {
      background: #82CFF5; }

.button-small-circle {
  padding: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase; }
  .button-small-circle:after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: #122224 url("../images/icon-button-arrow-right-white-short.svg") center center no-repeat;
    background-size: 9px auto;
    border-radius: 30px;
    margin-left: 16px;
    transition: all ease 0.4s; }
  .button-small-circle:hover:after {
    background-color: #82CFF5;
    margin-left: 21px; }
  .button-small-circle.download:after {
    background: #122224 url("../images/icon-button-arrow-down-white-short.svg") center center no-repeat;
    transform: rotate(90deg); }
  .button-small-circle.download:hover:after {
    background-color: #82CFF5;
    margin: 5px 0 0 16px; }
  .button-small-circle.white {
    color: #FBFBFC; }
    .button-small-circle.white:after {
      background: #FBFBFC url("../images/icon-button-arrow-right-black-short.svg") center center no-repeat; }

.button-play {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  background: url("../images/icon-play.svg") center center no-repeat;
  z-index: 10; }

.out-grid {
  width: calc(100% + 66px) !important;
  margin-left: -33px; }

#share {
  list-style: none;
  display: inline-flex;
  margin: 0;
  padding: 0; }
  #share li {
    padding: 0 15px; }
    #share li a {
      display: block;
      overflow: hidden;
      text-indent: -9999px;
      width: 30px;
      height: 30px; }
      #share li a.whatsapp {
        background: url("../images/icon-share-whatsapp.svg") center center no-repeat; }
      #share li a.facebook {
        background: url("../images/icon-share-facebook.svg") center center no-repeat; }
      #share li a.linkedin {
        background: url("../images/icon-share-linkedin.svg") center center no-repeat; }
      #share li a.email {
        width: 38px;
        background: url("../images/icon-share-email.svg") center center no-repeat; }

.bg-blue {
  background-color: #82CFF5; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

.flex {
  display: flex;
  width: 100%; }
  .flex.jc-sb {
    justify-content: space-between; }

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 100;
  transition: top ease 0.4s; }
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative; }
    header .inner .btn-wrap {
      justify-content: flex-start; }
    header .inner .nav-wrap {
      justify-content: flex-end; }
    header .inner .logo {
      width: 191px;
      height: 70px;
      position: relative;
      background: #82CFF5;
      display: block;
      padding: 20px; }
    header .inner .contact-btn {
      height: 70px;
      background: #82CFF5;
      padding: 28px 50px;
      font-size: 13px;
      line-height: 1;
      letter-spacing: 0.15em;
      font-weight: 800;
      margin-left: 20px;
      text-transform: uppercase;
      transition: all ease 0.4s; }
      header .inner .contact-btn:hover {
        background: #fff; }
    header .inner #menu-header-menu {
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none;
      background: #fff;
      padding: 0 35px 0 25px; }
      header .inner #menu-header-menu li {
        margin: 0 25px;
        line-height: 13px;
        font-size: 13px;
        line-height: 1;
        letter-spacing: 0.1em;
        font-weight: 700;
        height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-transform: uppercase; }
        header .inner #menu-header-menu li a {
          position: relative;
          color: #122224;
          transition: color ease 0.4s;
          white-space: nowrap; }
          header .inner #menu-header-menu li a:hover {
            color: #82CFF5; }
        header .inner #menu-header-menu li.current_page_item a, header .inner #menu-header-menu li.current-page-ancestor a {
          color: #82CFF5; }

#nav-trigger {
  display: block;
  background: #122224;
  width: 70px;
  height: 70px;
  position: relative;
  transition: background .4s ease;
  margin-right: 20px; }

#nav-trigger .menu-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  cursor: pointer;
  display: block;
  transition: transform .5s ease;
  width: 20px;
  height: 20px;
  z-index: 100;
  margin: -3px 0 0 0; }

#nav-trigger .menu {
  text-indent: -9999px;
  background: #fff;
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transition: background .4s ease;
  width: 20px; }

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

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

#nav-trigger.open {
  background: #FBFBFC; }

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

#nav-trigger.open .menu:before {
  transform: rotate(45deg);
  width: 20px;
  top: 0;
  background: #122224; }

#nav-trigger.open .menu:after {
  top: 8px;
  width: 20px;
  bottom: auto;
  transform: translateY(-8px) rotate(-45deg);
  background: #122224; }

#nav-trigger:hover {
  background: #82CFF5; }
  #nav-trigger:hover .menu, #nav-trigger:hover .menu:before, #nav-trigger:hover .menu:after {
    background: #122224; }

#nav-trigger.open:hover .menu {
  background: 0 0; }

#main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  bottom: 0;
  background: #fff;
  color: #FBFBFC;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  transition: opacity ease-in-out 0.5s; }
  #main-menu .cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    bottom: 0;
    background: #fff;
    transition: all ease-in-out 1s; }
  #main-menu.open {
    pointer-events: all;
    opacity: 1; }
  #main-menu.anim-in .cover {
    left: 100vw; }
  #main-menu .inner {
    display: flex;
    width: 100%;
    height: 100%;
    background: #122224; }
    #main-menu .inner .mm-left {
      width: calc((1440px * 0.35));
      padding: 200px 8.33% 50px 0;
      margin-left: calc((100vw - 1440px) / 2);
      height: 100%;
      display: flex;
      flex-direction: column; }
      #main-menu .inner .mm-left h2 {
        font-family: "Nunito Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 12px;
        letter-spacing: 0.1em;
        padding-bottom: 10px;
        text-transform: uppercase;
        font-weight: 700; }
      #main-menu .inner .mm-left ul {
        margin-bottom: 70px; }
    #main-menu .inner .mm-right {
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      padding-top: 200px;
      border-left: 1px solid rgba(199, 199, 199, 0.25); }
      #main-menu .inner .mm-right:before {
        display: block;
        content: '';
        background: rgba(199, 199, 199, 0.25);
        height: 50%;
        width: 1px;
        position: absolute;
        bottom: 0;
        left: 450px;
        z-index: 0; }
      #main-menu .inner .mm-right .fl-r-top {
        width: calc((1440px * 0.65));
        margin-right: calc((100vw - 1440px) / 2);
        padding: 0 0 50px 110px; }
      #main-menu .inner .mm-right .fl-r-middle {
        position: relative;
        padding: 50px calc(((100vw - 1440px) / 2)) 50px 110px;
        border-top: 1px solid rgba(199, 199, 199, 0.25);
        background: #122224; }
      #main-menu .inner .mm-right .fl-r-bottom {
        padding: 50px calc(((100vw - 1440px) / 2)) 50px 150px;
        border-top: 1px solid rgba(199, 199, 199, 0.25); }
        #main-menu .inner .mm-right .fl-r-bottom .fl-col {
          padding-right: 90px;
          text-align: center; }
          #main-menu .inner .mm-right .fl-r-bottom .fl-col:last-child {
            padding-left: 90px; }
    #main-menu .inner h2 {
      padding: 0 0 20px 0; }
    #main-menu .inner ul {
      list-style: none;
      margin: 0 0 40px 0;
      padding: 0; }
      #main-menu .inner ul li {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.02em;
        margin-bottom: 8px; }
        #main-menu .inner ul li a {
          color: #9D9D9D;
          transition: color 0.4s ease; }
          #main-menu .inner ul li a:hover {
            color: #FBFBFC; }
        #main-menu .inner ul li:last-child {
          margin: 0; }

#menu-main-menu-right-1 > li > a, #menu-main-menu-right-2 > li > a, #menu-main-menu-right-3 > li > a, #menu-main-menu-right-4 > li > a {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: #FBFBFC !important;
  padding: 0 0 0 50px;
  transition: all ease 0.4s !important;
  background: url("../images/icon-button-arrow-right-white.svg") left center no-repeat; }
  #menu-main-menu-right-1 > li > a:hover, #menu-main-menu-right-2 > li > a:hover, #menu-main-menu-right-3 > li > a:hover, #menu-main-menu-right-4 > li > a:hover {
    padding-left: 55px; }

#menu-main-menu-right-2 > li > ul, #menu-main-menu-right-3 > li > ul {
  padding-left: 50px !important;
  margin: 30px 0 0 0 !important; }

#main-menu .inner ul li.current-menu-item a {
  color: #FBFBFC; }

footer {
  background: #122224;
  color: #FBFBFC;
  position: relative; }
  footer .top {
    padding: 36px calc((100vw - 1334px) / 2);
    border-bottom: 1px solid rgba(199, 199, 199, 0.25);
    align-items: center; }
    footer .top .footer-logo {
      width: 214px; }
  footer .bottom {
    display: flex;
    justify-content: space-between; }
    footer .bottom a {
      color: #FBFBFC; }
      footer .bottom a:hover {
        color: #FBFBFC; }
    footer .bottom h3 {
      font-size: 12px;
      line-height: 35px;
      font-family: "Nunito Sans", sans-serif;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      padding-bottom: 10px;
      color: #FBFBFC; }
    footer .bottom ul {
      list-style: none;
      margin: 0 0 40px 0;
      padding: 0; }
      footer .bottom ul li {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.02em;
        margin-bottom: 15px; }
        footer .bottom ul li a {
          transition: ease 0.4s color;
          color: #9D9D9D; }
        footer .bottom ul li:last-child {
          margin: 0; }
        footer .bottom ul li ul {
          list-style: none;
          margin: 0 0 40px 0;
          padding: 10px 0 0 0; }
      footer .bottom ul.dbl {
        column-count: 2; }
      footer .bottom ul li.h3 {
        font-size: 12px;
        line-height: 35px;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        padding-bottom: 10px; }
        footer .bottom ul li.h3 a {
          color: #FBFBFC; }
        footer .bottom ul li.h3 ul li a {
          color: #9D9D9D; }
        footer .bottom ul li.h3.no-p {
          margin-bottom: 0;
          padding-bottom: 0; }
    footer .bottom .fl-left {
      width: calc((1334px * 0.4166) - 5px);
      padding: 50px 8.33% 50px 0;
      margin-left: calc((100vw - 1334px) / 2); }
    footer .bottom .fl-right {
      border-left: 1px solid rgba(199, 199, 199, 0.25); }
      footer .bottom .fl-right .fl-r-top {
        width: calc((1334px * 0.5833) - 5px);
        margin-right: calc((100vw - 1334px) / 2);
        padding: 50px 0 50px 110px; }
        footer .bottom .fl-right .fl-r-top #menu-yacht-charter-1 {
          margin-bottom: 50px; }
      footer .bottom .fl-right .fl-r-bottom {
        padding: 50px calc(((100vw - 1334px) / 2)) 100px 60px;
        border-top: 1px solid rgba(199, 199, 199, 0.25); }
        footer .bottom .fl-right .fl-r-bottom .fl-col {
          width: 100%; }
    footer .bottom .col-wrap {
      justify-content: space-between; }
      footer .bottom .col-wrap:last-child ul {
        margin-bottom: 0; }
    footer .bottom .fl-col {
      width: calc(50% - 5px); }
    footer .bottom.signoff {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.02em; }
      footer .bottom.signoff .fl-left {
        padding-top: 0; }
      footer .bottom.signoff .copyright {
        color: #9D9D9D;
        margin: auto 0 0 0; }
      footer .bottom.signoff p.cr {
        padding-bottom: 0; }
      footer .bottom.signoff .fl-right .fl-r-top {
        padding-top: 0;
        justify-content: space-between; }
        footer .bottom.signoff .fl-right .fl-r-top ul.socials {
          margin: auto 0 0 0;
          align-items: center;
          width: auto; }
          footer .bottom.signoff .fl-right .fl-r-top ul.socials li {
            margin: 0 35px 0 0; }
            footer .bottom.signoff .fl-right .fl-r-top ul.socials li a {
              display: block;
              height: 17px;
              text-indent: -9999px; }
              footer .bottom.signoff .fl-right .fl-r-top ul.socials li a.facebook {
                background: url("../images/icon-social-facebook.svg") center center no-repeat;
                width: 9px; }
              footer .bottom.signoff .fl-right .fl-r-top ul.socials li a.instagram {
                background: url("../images/icon-social-instagram.svg") center center no-repeat;
                width: 17px; }
              footer .bottom.signoff .fl-right .fl-r-top ul.socials li a.linkedin {
                background: url("../images/icon-social-linkedin.svg") center center no-repeat;
                width: 18px; }
              footer .bottom.signoff .fl-right .fl-r-top ul.socials li a.youtube {
                background: url("../images/icon-social-youtube.svg") center center no-repeat;
                width: 18px; }
            footer .bottom.signoff .fl-right .fl-r-top ul.socials li:last-child {
              margin: 0; }
        footer .bottom.signoff .fl-right .fl-r-top .menu-footer-menu-bottom-container {
          margin: auto 0 0 0; }
        footer .bottom.signoff .fl-right .fl-r-top #menu-footer-menu-bottom {
          display: flex;
          margin: 0;
          width: auto; }
          footer .bottom.signoff .fl-right .fl-r-top #menu-footer-menu-bottom li {
            margin: 0 35px 0 0; }
            footer .bottom.signoff .fl-right .fl-r-top #menu-footer-menu-bottom li a {
              transition: ease 0.4s color;
              color: #9D9D9D; }
              footer .bottom.signoff .fl-right .fl-r-top #menu-footer-menu-bottom li a:hover {
                color: #FBFBFC; }
            footer .bottom.signoff .fl-right .fl-r-top #menu-footer-menu-bottom li:last-child {
              margin: 0; }
            footer .bottom.signoff .fl-right .fl-r-top #menu-footer-menu-bottom li.current-menu-item a {
              color: #FBFBFC; }
        footer .bottom.signoff .fl-right .fl-r-top .footer-emblem img {
          width: 78px; }
      footer .bottom.signoff .fl-right .mb-ft-fx {
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }

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

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

.bg-image, .bg-video {
  width: 100%;
  background-size: cover;
  background-position: center center; }

.breadcrumbs {
  margin: 42px 0 25px 0;
  position: relative; }
  .breadcrumbs .container {
    padding: 0 50px; }
  .breadcrumbs:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    display: block;
    height: 1px;
    background: #E2E2E2;
    width: calc(((100vw - 1380px) / 2) + 16px); }
  .breadcrumbs #breadcrumbs > span {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.02em; }

#t05 .block-hero {
  margin-bottom: 0; }
  #t05 .block-hero .gradient {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.58; }
  #t05 .block-hero h1 em {
    color: #E2E2E2; }
  #t05 .block-hero .copy-wrap {
    padding-bottom: 50px; }
#t05 .breadcrumbs {
  margin: 25px 0 25px 0; }
  #t05 .breadcrumbs .container {
    padding: 0 20px; }
  #t05 .breadcrumbs:before {
    width: calc(((100vw - 1440px) / 2) + 16px); }

.block-hero {
  position: relative;
  margin-bottom: 50px;
  background: #000; }
  .block-hero .bg-image, .block-hero .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.89; }
  .block-hero .inner {
    position: relative;
    padding: 0 0 50px 0; }
    .block-hero .inner .copy-wrap {
      align-self: flex-end;
      color: #fff;
      max-width: 50%; }
      .block-hero .inner .copy-wrap h1 {
        padding: 0; }
    .block-hero .inner .cta-buttons {
      justify-content: flex-end;
      align-self: flex-end; }
      .block-hero .inner .cta-buttons .button {
        margin-right: 30px; }
        .block-hero .inner .cta-buttons .button:last-child {
          margin: 0; }

.block-text, .block-text-header, .block-faqs, .block-sales-index-hero {
  margin-bottom: 80px; }
  .block-text .flex, .block-text-header .flex, .block-faqs .flex, .block-sales-index-hero .flex {
    justify-content: space-between; }
  .block-text .title-wrap, .block-text-header .title-wrap, .block-faqs .title-wrap, .block-sales-index-hero .title-wrap {
    width: calc(50% - 5px); }
  .block-text .copy-wrap, .block-text-header .copy-wrap, .block-faqs .copy-wrap, .block-sales-index-hero .copy-wrap {
    width: calc(50% - 5px); }

.block-text-header {
  margin-bottom: 50px; }

.block-sales-index-hero {
  position: relative;
  padding: 45px 0 0 0; }
  .block-sales-index-hero.type-image {
    padding-top: 210px; }
    .block-sales-index-hero.type-image .bg-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-position: center center; }
    .block-sales-index-hero.type-image .copy-wrap {
      color: #fff; }
      .block-sales-index-hero.type-image .copy-wrap em {
        color: #fff; }

.block-image-copy {
  margin-bottom: 20px; }
  .block-image-copy .inner.copy-right .copy-wrap {
    order: 1 !important; }
  .block-image-copy .inner.copy-right .image-wrap {
    order: 0 !important; }
  .block-image-copy.type-normal .inner {
    background: #fff;
    border-radius: 10px;
    padding: 0;
    justify-content: space-between;
    align-items: center; }
    .block-image-copy.type-normal .inner.copy-left .copy-wrap {
      padding: 30px calc(8.33% + 10px) 30px 30px; }
    .block-image-copy.type-normal .inner .copy-wrap {
      width: calc(50%);
      padding: 30px 30px 30px calc(8.33% + 10px); }
      .block-image-copy.type-normal .inner .copy-wrap p.overline {
        padding-bottom: 5px; }
      .block-image-copy.type-normal .inner .copy-wrap a {
        margin-top: 26px; }
    .block-image-copy.type-normal .inner .image-wrap {
      width: calc(50%); }
      .block-image-copy.type-normal .inner .image-wrap img {
        border-radius: 10px;
        overflow: hidden; }
  .block-image-copy.type-dark {
    background: #122224; }
    .block-image-copy.type-dark .copy-wrap {
      width: calc(((100vw - 1440px) / 2) + (827px));
      padding: 100px 110px 140px calc(((100vw - 1440px) / 2) + 50px);
      color: #fff; }
      .block-image-copy.type-dark .copy-wrap em {
        color: #9D9D9D; }
    .block-image-copy.type-dark .image-wrap {
      width: calc(((100vw - 1440px) / 2) + (613px)); }
      .block-image-copy.type-dark .image-wrap .bg-image {
        height: 100%; }
    .block-image-copy.type-dark .inner.copy-right .copy-wrap {
      padding: 100px calc(((100vw - 1440px) / 2) + 60px) 140px 110px; }
  .block-image-copy.type-bg .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .block-image-copy.type-bg .inner {
    position: relative;
    border-radius: 10px;
    padding: 30px 33px;
    background-size: cover;
    background-position: center center;
    min-height: 700px;
    align-items: center;
    overflow: hidden;
    background-color: #e2e2e2; }
    .block-image-copy.type-bg .inner .copy-wrap {
      position: relative;
      width: calc(50% - 5px);
      padding: 30px calc(8.33% + 10px) 30px 0; }
      .block-image-copy.type-bg .inner .copy-wrap h2 {
        font-size: 50px;
        line-height: 1;
        letter-spacing: -0.02em; }
      .block-image-copy.type-bg .inner .copy-wrap a {
        margin-top: 26px; }
    .block-image-copy.type-bg .inner.copy-right .copy-wrap {
      padding: 30px 30px 30px 30px;
      margin-left: 50%; }

.block-yacht-cta, .block-yacht-results, .block-lead-on.yachts, .block-featured-yacht {
  margin-bottom: 80px; }
  .block-yacht-cta .intro, .block-yacht-results .intro, .block-lead-on.yachts .intro, .block-featured-yacht .intro {
    padding: 0 0 30px 0;
    margin: 0 0 50px 0;
    border-bottom: 1px solid #707070;
    justify-content: space-between; }
  .block-yacht-cta .yacht-item-wrap, .block-yacht-results .yacht-item-wrap, .block-lead-on.yachts .yacht-item-wrap, .block-featured-yacht .yacht-item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .block-yacht-cta .yacht-item-wrap .yacht-item, .block-yacht-results .yacht-item-wrap .yacht-item, .block-lead-on.yachts .yacht-item-wrap .yacht-item, .block-featured-yacht .yacht-item-wrap .yacht-item {
      width: calc(50% - 16px);
      display: flex;
      flex-direction: column; }
      .block-yacht-cta .yacht-item-wrap .yacht-item a.item-wrap, .block-yacht-results .yacht-item-wrap .yacht-item a.item-wrap, .block-lead-on.yachts .yacht-item-wrap .yacht-item a.item-wrap, .block-featured-yacht .yacht-item-wrap .yacht-item a.item-wrap {
        display: block; }
        .block-yacht-cta .yacht-item-wrap .yacht-item a.item-wrap:hover .img-icon, .block-yacht-results .yacht-item-wrap .yacht-item a.item-wrap:hover .img-icon, .block-lead-on.yachts .yacht-item-wrap .yacht-item a.item-wrap:hover .img-icon, .block-featured-yacht .yacht-item-wrap .yacht-item a.item-wrap:hover .img-icon {
          opacity: 0; }
      .block-yacht-cta .yacht-item-wrap .yacht-item .teaser-gallery, .block-yacht-results .yacht-item-wrap .yacht-item .teaser-gallery, .block-lead-on.yachts .yacht-item-wrap .yacht-item .teaser-gallery, .block-featured-yacht .yacht-item-wrap .yacht-item .teaser-gallery {
        position: relative; }
        .block-yacht-cta .yacht-item-wrap .yacht-item .teaser-gallery .img-icon, .block-yacht-results .yacht-item-wrap .yacht-item .teaser-gallery .img-icon, .block-lead-on.yachts .yacht-item-wrap .yacht-item .teaser-gallery .img-icon, .block-featured-yacht .yacht-item-wrap .yacht-item .teaser-gallery .img-icon {
          position: absolute;
          top: 0;
          left: 50%;
          z-index: 10;
          width: 50px;
          height: 50px;
          background: url("../images/img-icon.svg") 0 0 no-repeat;
          margin: 0 0 0 -25px;
          opacity: 1;
          transition: opacity ease 0.4s; }
        .block-yacht-cta .yacht-item-wrap .yacht-item .teaser-gallery .slides, .block-yacht-results .yacht-item-wrap .yacht-item .teaser-gallery .slides, .block-lead-on.yachts .yacht-item-wrap .yacht-item .teaser-gallery .slides, .block-featured-yacht .yacht-item-wrap .yacht-item .teaser-gallery .slides {
          position: relative; }
        .block-yacht-cta .yacht-item-wrap .yacht-item .teaser-gallery .slick-prev, .block-yacht-cta .yacht-item-wrap .yacht-item .teaser-gallery .slick-next, .block-yacht-results .yacht-item-wrap .yacht-item .teaser-gallery .slick-prev, .block-yacht-results .yacht-item-wrap .yacht-item .teaser-gallery .slick-next, .block-lead-on.yachts .yacht-item-wrap .yacht-item .teaser-gallery .slick-prev, .block-lead-on.yachts .yacht-item-wrap .yacht-item .teaser-gallery .slick-next, .block-featured-yacht .yacht-item-wrap .yacht-item .teaser-gallery .slick-prev, .block-featured-yacht .yacht-item-wrap .yacht-item .teaser-gallery .slick-next {
          text-decoration: none;
          display: block;
          width: 35px;
          height: 35px;
          margin: 0;
          border-radius: 35px;
          overflow: hidden;
          opacity: 0;
          text-indent: -9999px;
          cursor: pointer;
          transition: all 0.3s ease-in-out;
          z-index: 10; }
        .block-yacht-cta .yacht-item-wrap .yacht-item .teaser-gallery .slick-prev, .block-yacht-results .yacht-item-wrap .yacht-item .teaser-gallery .slick-prev, .block-lead-on.yachts .yacht-item-wrap .yacht-item .teaser-gallery .slick-prev, .block-featured-yacht .yacht-item-wrap .yacht-item .teaser-gallery .slick-prev {
          position: absolute;
          top: 50%;
          left: 30px;
          margin-top: -17px;
          background: #FBFBFC url("../images/icon-flex-left.svg") center center no-repeat;
          background-size: 8px auto;
          transition: all ease 0.4s; }
        .block-yacht-cta .yacht-item-wrap .yacht-item .teaser-gallery .slick-next, .block-yacht-results .yacht-item-wrap .yacht-item .teaser-gallery .slick-next, .block-lead-on.yachts .yacht-item-wrap .yacht-item .teaser-gallery .slick-next, .block-featured-yacht .yacht-item-wrap .yacht-item .teaser-gallery .slick-next {
          position: absolute;
          top: 50%;
          right: 30px;
          margin-top: -17px;
          background: #FBFBFC url("../images/icon-flex-right.svg") center center no-repeat;
          transition: all ease 0.4s; }
        .block-yacht-cta .yacht-item-wrap .yacht-item .teaser-gallery img, .block-yacht-results .yacht-item-wrap .yacht-item .teaser-gallery img, .block-lead-on.yachts .yacht-item-wrap .yacht-item .teaser-gallery img, .block-featured-yacht .yacht-item-wrap .yacht-item .teaser-gallery img {
          aspect-ratio: 3 / 2;
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          max-width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center center;
          margin: 0px; }
        .block-yacht-cta .yacht-item-wrap .yacht-item .teaser-gallery:hover .slick-prev, .block-yacht-cta .yacht-item-wrap .yacht-item .teaser-gallery:hover .slick-next, .block-yacht-results .yacht-item-wrap .yacht-item .teaser-gallery:hover .slick-prev, .block-yacht-results .yacht-item-wrap .yacht-item .teaser-gallery:hover .slick-next, .block-lead-on.yachts .yacht-item-wrap .yacht-item .teaser-gallery:hover .slick-prev, .block-lead-on.yachts .yacht-item-wrap .yacht-item .teaser-gallery:hover .slick-next, .block-featured-yacht .yacht-item-wrap .yacht-item .teaser-gallery:hover .slick-prev, .block-featured-yacht .yacht-item-wrap .yacht-item .teaser-gallery:hover .slick-next {
          opacity: 1; }
      .block-yacht-cta .yacht-item-wrap .yacht-item .image, .block-yacht-results .yacht-item-wrap .yacht-item .image, .block-lead-on.yachts .yacht-item-wrap .yacht-item .image, .block-featured-yacht .yacht-item-wrap .yacht-item .image {
        position: relative;
        margin-bottom: 11px;
        aspect-ratio: 3 / 2;
        border-radius: 10px;
        overflow: hidden;
        background-size: cover;
        background-position: center center; }
      .block-yacht-cta .yacht-item-wrap .yacht-item .copy .details-intro, .block-yacht-results .yacht-item-wrap .yacht-item .copy .details-intro, .block-lead-on.yachts .yacht-item-wrap .yacht-item .copy .details-intro, .block-featured-yacht .yacht-item-wrap .yacht-item .copy .details-intro {
        display: flex;
        justify-content: space-between;
        padding-bottom: 26px;
        margin-bottom: 13px;
        border-bottom: 1px solid #707070; }
        .block-yacht-cta .yacht-item-wrap .yacht-item .copy .details-intro h3, .block-yacht-results .yacht-item-wrap .yacht-item .copy .details-intro h3, .block-lead-on.yachts .yacht-item-wrap .yacht-item .copy .details-intro h3, .block-featured-yacht .yacht-item-wrap .yacht-item .copy .details-intro h3 {
          width: calc(50% - 5px);
          font-size: 20px;
          line-height: 25px;
          padding: 0; }
        .block-yacht-cta .yacht-item-wrap .yacht-item .copy .details-intro p, .block-yacht-results .yacht-item-wrap .yacht-item .copy .details-intro p, .block-lead-on.yachts .yacht-item-wrap .yacht-item .copy .details-intro p, .block-featured-yacht .yacht-item-wrap .yacht-item .copy .details-intro p {
          width: calc(50% - 5px);
          text-align: right;
          font-weight: bold;
          letter-spacing: 0.02em;
          padding: 0; }
      .block-yacht-cta .yacht-item-wrap .yacht-item .copy .details-main, .block-yacht-results .yacht-item-wrap .yacht-item .copy .details-main, .block-lead-on.yachts .yacht-item-wrap .yacht-item .copy .details-main, .block-featured-yacht .yacht-item-wrap .yacht-item .copy .details-main {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 50px; }
        .block-yacht-cta .yacht-item-wrap .yacht-item .copy .details-main p, .block-yacht-results .yacht-item-wrap .yacht-item .copy .details-main p, .block-lead-on.yachts .yacht-item-wrap .yacht-item .copy .details-main p, .block-featured-yacht .yacht-item-wrap .yacht-item .copy .details-main p {
          width: calc(50% - (20px / 3));
          font-size: 15px;
          line-height: 25px;
          padding-right: 10px;
          padding-bottom: 0; }
          .block-yacht-cta .yacht-item-wrap .yacht-item .copy .details-main p:last-child, .block-yacht-results .yacht-item-wrap .yacht-item .copy .details-main p:last-child, .block-lead-on.yachts .yacht-item-wrap .yacht-item .copy .details-main p:last-child, .block-featured-yacht .yacht-item-wrap .yacht-item .copy .details-main p:last-child {
            padding: 0; }

.block-news-events-teaser, .block-services {
  margin-bottom: 20px; }
  .block-news-events-teaser .inner, .block-services .inner {
    background: #122224;
    border-radius: 20px;
    padding: 100px 72px;
    color: #FBFBFC; }
    .block-news-events-teaser .inner .teaser-wrap, .block-services .inner .teaser-wrap {
      display: flex;
      justify-content: space-between; }
      .block-news-events-teaser .inner .teaser-wrap .teaser-item, .block-services .inner .teaser-wrap .teaser-item {
        width: calc(50% - 36px); }
        .block-news-events-teaser .inner .teaser-wrap .teaser-item .image, .block-services .inner .teaser-wrap .teaser-item .image {
          background: #122224;
          margin-bottom: 20px; }
          .block-news-events-teaser .inner .teaser-wrap .teaser-item .image img, .block-services .inner .teaser-wrap .teaser-item .image img {
            opacity: 0.92;
            border-radius: 10px;
            overflow: hidden; }
        .block-news-events-teaser .inner .teaser-wrap .teaser-item .copy-wrap h2, .block-services .inner .teaser-wrap .teaser-item .copy-wrap h2 {
          padding-bottom: 24px;
          margin-bottom: 24px;
          border-bottom: 1px solid #9D9D9D; }
        .block-news-events-teaser .inner .teaser-wrap .teaser-item .copy-wrap p, .block-services .inner .teaser-wrap .teaser-item .copy-wrap p {
          max-width: 70%;
          font-family: "Spectral", serif;
          font-weight: 400;
          font-style: normal;
          font-size: 20px;
          line-height: 25px;
          color: #E2E2E2; }
        .block-news-events-teaser .inner .teaser-wrap .teaser-item .copy-wrap a, .block-services .inner .teaser-wrap .teaser-item .copy-wrap a {
          margin-top: 40px; }
  .block-news-events-teaser.enhanced .inner, .block-services.enhanced .inner {
    padding: 90px 33px; }
    .block-news-events-teaser.enhanced .inner .intro, .block-services.enhanced .inner .intro {
      justify-content: space-between;
      padding: 0 0 60px 0; }
      .block-news-events-teaser.enhanced .inner .intro .title-wrap, .block-news-events-teaser.enhanced .inner .intro .copy-wrap, .block-services.enhanced .inner .intro .title-wrap, .block-services.enhanced .inner .intro .copy-wrap {
        width: calc(50% - 5px); }
    .block-news-events-teaser.enhanced .inner .teaser-wrap, .block-services.enhanced .inner .teaser-wrap {
      padding: 0 39px 0 39px; }
  .block-news-events-teaser .cta, .block-services .cta {
    margin: 80px 0 0 0;
    text-align: center; }

.sales-index-tile {
  margin-bottom: 20px; }
  .sales-index-tile .block-yacht-cta {
    margin-bottom: 0; }
  .sales-index-tile .inner {
    background: #fff;
    border-radius: 20px;
    padding: 0 33px; }
    .sales-index-tile .inner .intro {
      padding: 60px 0;
      text-align: center;
      margin: 0;
      border: 0; }
      .sales-index-tile .inner .intro h2 {
        padding-bottom: 0; }
    .sales-index-tile .inner .yacht-item {
      margin-bottom: 80px; }
      .sales-index-tile .inner .yacht-item .tile-intro {
        margin-bottom: 40px; }
    .sales-index-tile .inner .outro-wrap {
      text-align: center;
      padding-bottom: 80px; }
      .sales-index-tile .inner .outro-wrap .outro {
        width: 33.33%;
        margin: 0 auto 0 auto;
        text-align: left; }

.block-newsletter {
  background: #122224;
  position: relative; }
  .block-newsletter .bg-image {
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .block-newsletter .inner {
    min-height: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 170px 0; }
    .block-newsletter .inner .copy-wrap {
      width: 45%;
      color: #fff;
      text-align: center; }
    .block-newsletter .inner .form-wrap {
      justify-content: center;
      align-items: center;
      margin: 50px auto 0 auto;
      width: 100%;
      color: #FBFBFC; }

.block-featured-yacht .intro {
  display: block;
  padding: 0;
  margin: 0 0 30px 0;
  border: 0; }
  .block-featured-yacht .intro h2 {
    padding: 0; }
.block-featured-yacht .yacht-item-wrap {
  display: block;
  /* position dots up a bit */
  /* dots are lines */
  /* big previous & next buttons */ }
  .block-featured-yacht .yacht-item-wrap .yacht-item {
    width: 682px;
    margin: 0 16px; }
  .block-featured-yacht .yacht-item-wrap .flickity-page-dots {
    bottom: -25px;
    width: 1110px;
    display: flex;
    left: calc(((100vw - 1440px) / 2) + 20px);
    align-items: center; }
  .block-featured-yacht .yacht-item-wrap .flickity-page-dots .dot {
    height: 1px;
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: #E2E2E2;
    opacity: 1;
    pointer-events: none; }
    .block-featured-yacht .yacht-item-wrap .flickity-page-dots .dot.is-selected {
      background: #82CFF5;
      height: 2px; }
  .block-featured-yacht .yacht-item-wrap .flickity-prev-next-button {
    width: 35px;
    height: 35px;
    top: auto;
    left: auto;
    transform: none;
    bottom: -42px;
    background: #122224;
    transition: background-color ease 0.4s; }
    .block-featured-yacht .yacht-item-wrap .flickity-prev-next-button svg {
      display: none; }
  .block-featured-yacht .yacht-item-wrap .flickity-prev-next-button.previous {
    right: calc(((100vw - 1440px) / 2) + 155px);
    background: #122224 url("../images/icon-flex-white.svg") center center no-repeat;
    background-size: 8px auto; }
    .block-featured-yacht .yacht-item-wrap .flickity-prev-next-button.previous:hover {
      background-color: #82CFF5; }
  .block-featured-yacht .yacht-item-wrap .flickity-prev-next-button.next {
    right: calc(((100vw - 1440px) / 2) + 20px);
    background: #122224 url("../images/icon-flex-right-white.svg") center center no-repeat;
    background-size: 8px auto; }
    .block-featured-yacht .yacht-item-wrap .flickity-prev-next-button.next:hover {
      background-color: #82CFF5; }

.block-searchbar .inner {
  border-radius: 20px;
  background: #E2E2E2;
  padding: 20px; }

.block-contact {
  margin-bottom: 20px; }
  .block-contact .inner {
    border-radius: 20px;
    padding: 80px 33px; }
    .block-contact .inner .title-wrap {
      width: calc(50% - 5px); }
    .block-contact .inner .copy-wrap {
      width: calc(50% - 5px); }
  .block-contact .form-wrap {
    justify-content: center;
    align-items: center;
    margin: 50px auto 0 auto;
    width: 66.66%;
    color: #122224; }

.block-lead-on .inner {
  border-radius: 20px;
  padding: 30px 33px 50px 33px; }
  .block-lead-on .inner .intro {
    border-bottom: 1px solid #707070;
    padding: 0 0 30px 0;
    margin: 0 0 50px 0;
    justify-content: space-between; }
    .block-lead-on .inner .intro .title-wrap {
      width: calc(50% - 5px); }
    .block-lead-on .inner .intro .copy-wrap {
      width: calc(50% - 5px); }
  .block-lead-on .inner .item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .block-lead-on .inner .item-wrap .item {
      width: calc(50% - 16px);
      display: flex;
      flex-direction: column; }
      .block-lead-on .inner .item-wrap .item .image {
        position: relative;
        margin-bottom: 40px;
        aspect-ratio: 3 / 2;
        border-radius: 10px;
        overflow: hidden;
        background-size: cover;
        background-position: center center; }
      .block-lead-on .inner .item-wrap .item .copy h3 {
        padding-bottom: 16px; }
  .block-lead-on .inner .cta {
    text-align: center;
    border-top: 1px solid #707070;
    padding: 50px 0 0 0;
    margin: 50px 0 0 0; }
.block-lead-on.yachts {
  margin-bottom: 20px; }
  .block-lead-on.yachts .inner {
    background: #fff;
    padding: 70px 33px 80px 33px; }
  .block-lead-on.yachts .cta {
    text-align: center;
    border-top: none;
    padding: 0;
    margin: 70px 0 0 0; }

/* T01 - Home */
#t01 .breadcrumbs {
  margin: 25px 0 25px 0; }
  #t01 .breadcrumbs .container {
    padding: 0 20px; }
  #t01 .breadcrumbs:before {
    width: calc(((100vw - 1440px) / 2) + 16px); }

/* T02 - Sales Index */
#t02 .block-jump-to {
  position: sticky;
  top: 10px;
  z-index: 80;
  width: calc(100% - 457px);
  margin: 0 auto 80px auto; }
  #t02 .block-jump-to .inner p {
    transition: opacity 0.2s ease; }
  #t02 .block-jump-to.pinned {
    z-index: 1000; }
    #t02 .block-jump-to.pinned .inner p {
      opacity: 0; }

/* T03 - Yacht Index */
#t03.page-content {
  padding: 0; }
#t03 .block-hero h2 em {
  color: #E2E2E2; }
#t03 .block-text {
  margin-bottom: 55px; }
  #t03 .block-text .inner {
    padding: 45px 30px 0 30px; }
#t03 .yatco-shortcodes-search {
  margin-bottom: 50px; }
  #t03 .yatco-shortcodes-search .inner {
    padding: 0 30px;
    position: relative; }
    #t03 .yatco-shortcodes-search .inner .yatco-search-form {
      background: #E2E2E2;
      border-radius: 60px;
      padding: 8px 0 8px 14px;
      font-size: 13px;
      line-height: 18px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
      #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded {
        display: none;
        border-radius: 40px;
        position: absolute;
        top: 0;
        left: 30px;
        width: calc(100% - 60px);
        z-index: 5; }
      #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row {
        justify-content: space-between;
        flex-wrap: wrap; }
        #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp1, #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp2, #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp3, #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp4 {
          display: flex; }
        #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp1 .qs-col:nth-child(1) {
          width: 250px; }
          #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp1 .qs-col:nth-child(1) .select2-container {
            width: 100px !important; }
        #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp3 .qs-col:nth-child(4) input[type="text"] {
          min-width: 190px; }
        #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp4 {
          width: 100%;
          justify-content: flex-end;
          padding-right: 8px; }
        #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col {
          display: flex;
          align-items: center;
          margin: 15px 10px;
          height: 44px; }
          #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col.btn-style {
            background: #fff;
            border-radius: 35px;
            padding: 5px 20px; }
          #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col label {
            margin-right: 6px;
            font-weight: 700;
            color: #122224 !important; }
          #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col .qs-input {
            padding: 0;
            border: 0;
            outline: 0;
            font-size: 13px;
            line-height: 18px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em; }
          #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col .close-advanced-search {
            margin-right: 30px; }
          #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col input[type="number"], #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col input[type="text"] {
            background: #fff;
            border: 0;
            padding: 0;
            text-transform: uppercase;
            color: #9D9D9D;
            letter-spacing: 0.1em; }
          #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col input[type="number"] {
            width: 50px; }
          #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col .btn-reset {
            display: block;
            width: 44px;
            height: 44px;
            border-radius: 44px;
            text-indent: -9999px;
            background: #FBFBFC url(../images/icon-reset.svg) center center no-repeat;
            background-size: 18px auto;
            transition: background ease 0.4s;
            margin-right: 10px; }
            #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col .btn-reset:hover {
              background-color: #82CFF5; }
          #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col .yt-btn, #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col input[type=submit].yt-btn, #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col input[type=button].yt-btn {
            background: #82CFF5;
            padding: 26px 50px;
            font-weight: 700;
            font-size: 13px;
            line-height: 1;
            letter-spacing: 0.1em;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 35px;
            text-transform: uppercase;
            transition: all ease 0.4s;
            height: auto;
            border: 0;
            outline: 0;
            min-width: inherit;
            width: auto;
            color: #122224 !important;
            transition: background ease 0.4s; }
            #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col .yt-btn:after, #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col input[type=submit].yt-btn:after, #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col input[type=button].yt-btn:after {
              display: block;
              content: '';
              width: 16px;
              height: 8px;
              background: url(../images/icon-button-arrow-right.svg) 0 0 no-repeat;
              background-size: 100% auto;
              margin-left: 30px; }
            #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col .yt-btn:hover, #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col input[type=submit].yt-btn:hover, #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col input[type=button].yt-btn:hover {
              background-color: #FBFBFC; }
  #t03 .yatco-shortcodes-search .cta-wrap {
    margin: 20px 0 0 0; }
    #t03 .yatco-shortcodes-search .cta-wrap .search-advanced {
      display: inline-flex;
      padding: 14px 54px 14px 20px;
      border-radius: 25px;
      font-size: 13px;
      line-height: 18px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      background: #E2E2E2 url("../images/icon-search-button-plus.svg") center right 22px no-repeat; }
#t03 .block-yacht-results .inner {
  padding: 0 30px; }
#t03 .block-yacht-results .results-filter {
  width: 100%;
  justify-content: space-between;
  margin: 0 0 40px 0; }
  #t03 .block-yacht-results .results-filter p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  #t03 .block-yacht-results .results-filter .results-count span {
    color: #9D9D9D; }
#t03 .block-yacht-results .no-results .results-count {
  width: calc(50%); }
#t03 .block-yacht-results .no-results .copy-wrap {
  width: calc(50%); }
#t03 .select2-container--default .select2-selection--multiple {
  height: 40px; }
#t03 .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex; }
#t03 .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0; }
#t03 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 15px;
  height: 8px;
  top: calc(50% - 4px);
  background: url("../images/icon-search-dd.svg") 0 0 no-repeat; }
  #t03 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
#t03 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(-180deg); }
#t03 ::-webkit-input-placeholder {
  color: #9D9D9D; }
#t03 :-moz-placeholder {
  color: #9D9D9D; }
#t03 ::-moz-placeholder {
  color: #9D9D9D; }
#t03 :-ms-input-placeholder {
  color: #9D9D9D; }

#t03 .yatco-shortcodes-search .inner .yatco-search-form.sales-search .qs-row .qs-row-grp1 .qs-col:nth-child(1) .select2-container {
  width: 130px !important; }

#t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp1 .qs-col:nth-child(1) {
  width: auto;
  min-width: 100px; }

#t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp1 .qs-col:nth-child(1) .select2-container {
  width: auto !important;
  min-width: 130px; }

.s2-dd .select2-container--default .select2-selection--single {
  border-radius: 35px;
  background: #FBFBFC;
  border: 0;
  outline: 0;
  padding: 20px;
  width: 100px; }

.yacht-paging {
  margin-bottom: 80px; }
  .yacht-paging p {
    text-align: center; }
  .yacht-paging ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center; }
    .yacht-paging ul li {
      margin: 0 35px; }
      .yacht-paging ul li:first-child {
        margin-left: 0; }
      .yacht-paging ul li:last-child {
        margin-right: 0; }
      .yacht-paging ul li .current {
        display: flex;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        line-height: 18px;
        border-radius: 30px;
        border: 1px solid #122224; }
      .yacht-paging ul li a {
        display: flex;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        line-height: 18px;
        border-radius: 30px; }
        .yacht-paging ul li a.prev {
          background: #122224 url("../images/icon-button-arrow-left-white-short.svg") center center no-repeat;
          background-size: 10px auto;
          text-indent: 9999px;
          overflow: hidden; }
        .yacht-paging ul li a.next {
          background: #122224 url("../images/icon-button-arrow-right-white-short.svg") center center no-repeat;
          text-indent: 9999px;
          overflow: hidden; }

.post-paging {
  margin-bottom: 80px; }
  .post-paging p {
    text-align: center; }
  .post-paging ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center; }
    .post-paging ul li {
      margin: 0 35px; }
      .post-paging ul li:first-child {
        margin-left: 0; }
      .post-paging ul li:last-child {
        margin-right: 0; }
      .post-paging ul li .current {
        display: flex;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        line-height: 18px;
        border-radius: 30px;
        border: 1px solid #122224; }
      .post-paging ul li a {
        display: flex;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        line-height: 18px;
        border-radius: 30px; }
        .post-paging ul li a.prev {
          background: #122224 url("../images/icon-button-arrow-left-white-short.svg") center center no-repeat;
          background-size: 10px auto;
          text-indent: 9999px;
          overflow: hidden; }
        .post-paging ul li a.next {
          background: #122224 url("../images/icon-button-arrow-right-white-short.svg") center center no-repeat;
          text-indent: 9999px;
          overflow: hidden; }

.block-faqs .inner {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px; }
  .block-faqs .inner .intro {
    padding: 20px 15px 50px 15px; }
  .block-faqs .inner .faqs-wrap .faq a {
    line-height: 28px; }
  .block-faqs .inner .cta {
    margin: 50px 0 30px 0;
    text-align: right; }

.faqs-wrap .faq {
  background: #FBFBFC;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 10px;
  transition: background 0.4s ease; }
  .faqs-wrap .faq a {
    display: block;
    padding-right: 25%;
    position: relative;
    transition: all ease 0.4s;
    line-height: 50px; }
    .faqs-wrap .faq a:after {
      position: absolute;
      display: block;
      content: '+';
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 28px;
      font-style: normal;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
      border-radius: 50px;
      border: 1px solid #122224;
      transition: all ease 0.4s; }
    .faqs-wrap .faq a:hover:after {
      background: #122224;
      color: #fff; }
  .faqs-wrap .faq.open {
    background: #E2E2E2; }
    .faqs-wrap .faq.open a:after {
      background: #122224;
      content: '—';
      color: #fff;
      font-size: 24px; }
  .faqs-wrap .faq .content {
    display: none;
    padding: 20px 60px 0 0; }
    .faqs-wrap .faq .content ul {
      list-style: disc;
      margin-bottom: 24px;
      padding: 0 0 0 20px; }
      .faqs-wrap .faq .content ul li {
        margin-bottom: 10px; }

.block-share .inner {
  text-align: center; }
  .block-share .inner #share {
    margin: 0 auto; }

#yacht-single .breadcrumbs {
  margin: 25px 0 25px 0; }
  #yacht-single .breadcrumbs .container {
    padding: 0 20px; }
  #yacht-single .breadcrumbs:before {
    width: calc(((100vw - 1440px) / 2) + 16px); }
#yacht-single .slim {
  width: 83.33%;
  margin: 0 auto; }
#yacht-single .yacht-header {
  padding-bottom: 20px; }
  #yacht-single .yacht-header .inner {
    background: #fff;
    border-radius: 20px;
    padding: 50px 20px 60px 20px; }
    #yacht-single .yacht-header .inner .main-gallery {
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      margin-bottom: 20px; }
      #yacht-single .yacht-header .inner .main-gallery .image {
        aspect-ratio: 3 / 2;
        background-size: cover;
        background-position: center center; }
      #yacht-single .yacht-header .inner .main-gallery a.gallery-link {
        pointer-events: none;
        cursor: auto; }
    #yacht-single .yacht-header .inner .info-bar .top {
      border-bottom: 1px solid #9D9D9D;
      padding-bottom: 20px; }
      #yacht-single .yacht-header .inner .info-bar .top h1 {
        padding-bottom: 10px; }
      #yacht-single .yacht-header .inner .info-bar .top .ib-col {
        width: 25%;
        padding-right: 50px; }
        #yacht-single .yacht-header .inner .info-bar .top .ib-col:first-child {
          width: 50%; }
        #yacht-single .yacht-header .inner .info-bar .top .ib-col:last-child {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-end;
          padding-right: 0; }
    #yacht-single .yacht-header .inner .info-bar .bottom {
      padding: 30px 0;
      border-bottom: 1px solid #9D9D9D;
      margin-bottom: 50px; }
      #yacht-single .yacht-header .inner .info-bar .bottom .ib-col {
        width: 16.66%; }
      #yacht-single .yacht-header .inner .info-bar .bottom .download {
        margin-left: auto; }
    #yacht-single .yacht-header .inner .info-bar .ib-col .key {
      font-size: 12px;
      line-height: 35px;
      padding: 0;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      font-weight: 700; }
    #yacht-single .yacht-header .inner .info-bar .ib-col .figure {
      font-size: 18px;
      line-height: 20px;
      padding: 0;
      letter-spacing: 0.02em;
      font-weight: 700; }
    #yacht-single .yacht-header .inner .info-bar .search-again {
      display: inline-flex;
      background: url("../images/icon-search.svg") center left no-repeat;
      padding: 5px 0 5px 40px; }
#yacht-single .view-images {
  position: relative;
  display: inline-flex;
  color: #122224;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 13px;
  letter-spacing: 0.1em;
  padding: 30px 80px 30px 45px;
  background-color: #E2E2E2;
  border-radius: 35px;
  transition: background-color ease 0.4s; }
  #yacht-single .view-images:before, #yacht-single .view-images:after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity ease 0.4s; }
  #yacht-single .view-images:before {
    background: url("../images/icon-view-images-off.svg") center center no-repeat;
    opacity: 1; }
  #yacht-single .view-images:after {
    background: url("../images/icon-view-images-on.svg") center center no-repeat;
    opacity: 0; }
  #yacht-single .view-images:hover {
    background: #82CFF5;
    /*&:before{
        opacity: 0;
    }
    &:after{
        opacity: 1;
    }*/ }
#yacht-single .main-text {
  background: #122224; }
  #yacht-single .main-text .inner {
    padding: 90px 0;
    color: #fff;
    justify-content: space-between; }
    #yacht-single .main-text .inner .flex {
      padding: 0 20px; }
    #yacht-single .main-text .inner .left {
      width: calc(50%); }
    #yacht-single .main-text .inner .right {
      width: calc(50%); }
    #yacht-single .main-text .inner .text-wrap {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      line-clamp: 5;
      -webkit-box-orient: vertical; }
      #yacht-single .main-text .inner .text-wrap.more {
        display: block; }
    #yacht-single .main-text .inner .button {
      margin-top: 20px; }
#yacht-single .yacht-main {
  padding: 100px 0 80px 0; }
  #yacht-single .yacht-main .inner .main-specs {
    width: 50%;
    margin: 0 auto;
    background: #fff;
    padding: 60px 20px 20px 20px;
    border-radius: 20px; }
    #yacht-single .yacht-main .inner .main-specs .overline {
      padding: 0 15px 0 15px;
      text-align: center; }
    #yacht-single .yacht-main .inner .main-specs h2 {
      padding: 0 15px 30px 15px;
      text-align: center; }
    #yacht-single .yacht-main .inner .main-specs .faqs-wrap .faq a {
      padding: 0 80px 0 20px;
      font-size: 20px;
      font-family: "Spectral", serif;
      font-weight: 400;
      font-style: normal; }
    #yacht-single .yacht-main .inner .main-specs .faqs-wrap .faq .content {
      padding: 20px; }
#yacht-single .block-header {
  margin-bottom: 80px; }
#yacht-single .block-share {
  margin-bottom: 80px; }
#yacht-single .search-cta .inner {
  justify-content: center;
  padding: 80px 0; }
#yacht-single .block-yacht-video {
  margin-bottom: 80px; }
#yacht-single .block-contact {
  margin: 0; }
  #yacht-single .block-contact .inner .title-wrap {
    padding-left: 110px; }

.block-jump-to {
  margin-bottom: 50px; }
  .block-jump-to .inner {
    justify-content: center;
    align-items: center; }
    .block-jump-to .inner p {
      font-family: "Spectral", serif;
      font-weight: 400;
      font-style: italic;
      line-height: 40px;
      letter-spacing: -0.03em;
      padding: 0; }
    .block-jump-to .inner ul {
      list-style: none;
      padding: 0;
      margin: 0 0 0 20px;
      display: flex;
      border: 1px solid #82CFF5;
      border-radius: 10px;
      background: #fff; }
      .block-jump-to .inner ul li {
        padding: 10px 40px; }
        .block-jump-to .inner ul li a {
          font-size: 13px;
          line-height: 28px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 0.1em;
          transition: color ease 0.4s; }
          .block-jump-to .inner ul li a:hover {
            color: #82CFF5; }

.block-testimonial {
  margin-bottom: 20px; }
  .block-testimonial .copy-wrap {
    width: calc(((100vw - 1440px) / 2) + (892px));
    padding: 80px 60px 80px calc(((100vw - 1440px) / 2) + 20px); }
    .block-testimonial .copy-wrap .quote em {
      color: #fff; }
  .block-testimonial .image-wrap {
    width: calc(((100vw - 1440px) / 2) + (548px)); }
    .block-testimonial .image-wrap .bg-image {
      height: 100%; }
  .block-testimonial.type-carousel {
    background: #82CFF5; }
    .block-testimonial.type-carousel .inner {
      padding: 110px 0; }
    .block-testimonial.type-carousel .copy {
      width: 71%;
      margin: 0 auto;
      text-align: center; }
      .block-testimonial.type-carousel .copy em {
        color: #fff; }
    .block-testimonial.type-carousel .flex-direction-nav a.flex-prev {
      background: #122224 url("../images/icon-button-arrow-right-white-short.svg") center center no-repeat;
      transform: rotate(-180deg);
      opacity: 1 !important;
      border: 1px solid #122224;
      transition: all ease 0.4s; }
    .block-testimonial.type-carousel .flex-direction-nav a.flex-next {
      background: #122224 url("../images/icon-button-arrow-right-white-short.svg") center center no-repeat;
      opacity: 1 !important;
      border: 1px solid #122224;
      transition: all ease 0.4s; }
    .block-testimonial.type-carousel .flex-direction-nav a.flex-prev:hover, .block-testimonial.type-carousel .flex-direction-nav a.flex-next:hover {
      background-color: transparent;
      border: 1px solid #FBFBFC; }
  .block-testimonial.type-copy em {
    color: #fff; }
  .block-testimonial.type-copy .button {
    background: #122224;
    color: #fff; }
    .block-testimonial.type-copy .button:after {
      background: url("../images/icon-button-arrow-right-white.svg") 0 0 no-repeat;
      background-size: 100% auto; }
    .block-testimonial.type-copy .button:hover {
      background: #FBFBFC;
      color: #122224; }
      .block-testimonial.type-copy .button:hover:after {
        background: url("../images/icon-button-arrow-right.svg") 0 0 no-repeat;
        background-size: 100% auto; }

/* T06 - Team */
#t06 .block-text .inner {
  padding: 45px 30px 0 30px; }
#t06 .filter-wrap {
  margin: 0 0 60px auto;
  justify-content: flex-end; }
#t06 .block-team {
  margin-bottom: 10px; }
  #t06 .block-team .team-wrap {
    flex-wrap: wrap; }
  #t06 .block-team .team-item {
    width: calc(50% - 5px);
    background: #fff;
    border-radius: 10px;
    display: flex;
    padding: 25px 30px;
    margin-bottom: 10px;
    transition: opacity 0.4s ease; }
    #t06 .block-team .team-item:nth-child(odd) {
      margin-right: 5px; }
    #t06 .block-team .team-item:nth-child(even) {
      margin-left: 5px; }
    #t06 .block-team .team-item .copy-wrap {
      position: relative;
      width: calc(100% - 300px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0 50px; }
      #t06 .block-team .team-item .copy-wrap p.overline {
        padding-bottom: 10px; }
      #t06 .block-team .team-item .copy-wrap p.title {
        font-family: "Spectral", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        line-height: 25px; }
        #t06 .block-team .team-item .copy-wrap p.title em {
          color: #9D9D9D; }
      #t06 .block-team .team-item .copy-wrap .button-small-circle {
        position: absolute;
        bottom: 0;
        left: 50px; }
    #t06 .block-team .team-item .image-wrap {
      width: 300px;
      height: 300px;
      border-radius: 300px;
      overflow: hidden; }
    #t06 .block-team .team-item.img-right .copy-wrap {
      order: 0; }
    #t06 .block-team .team-item.img-right .image-wrap {
      order: 1; }

#t06-single .team-header {
  margin-bottom: 20px; }
  #t06-single .team-header .inner {
    background: #fff;
    border-radius: 20px;
    padding: 80px 140px; }
    #t06-single .team-header .inner .header-wrap {
      justify-content: space-between;
      align-items: center; }
    #t06-single .team-header .inner .image-wrap {
      width: 39%;
      border-radius: 500px;
      overflow: hidden; }
    #t06-single .team-header .inner .copy-wrap {
      width: 49%; }
      #t06-single .team-header .inner .copy-wrap .overline {
        padding-bottom: 0; }
      #t06-single .team-header .inner .copy-wrap h1 {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 3px; }
      #t06-single .team-header .inner .copy-wrap .location {
        font-family: "Spectral", serif;
        font-weight: 400;
        font-style: italic;
        color: #9D9D9D;
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 0; }
      #t06-single .team-header .inner .copy-wrap .h2-style {
        padding: 40px 0 60px 0; }
      #t06-single .team-header .inner .copy-wrap .cta-buttons p:last-child {
        padding: 0; }
#t06-single .team-main-copy {
  background: #122224;
  color: #fff; }
  #t06-single .team-main-copy .inner {
    padding: 80px 140px;
    justify-content: space-between; }
    #t06-single .team-main-copy .inner .copy-wrap {
      width: calc(50% - 60px); }
#t06-single .block-news-events-teaser {
  margin-top: 20px; }

#error404 .block-text {
  margin-bottom: 100px; }
  #error404 .block-text .inner {
    padding: 45px 30px 0 30px; }

/* T08 - Blog */
#t08 .block-text {
  margin-bottom: 50px; }
  #t08 .block-text .inner {
    padding: 45px 30px 0 30px; }
#t08 .block-featured-post {
  background: #122224;
  margin-bottom: 20px; }
  #t08 .block-featured-post .copy-wrap {
    width: calc(((100vw - 1440px) / 2) + (745px));
    padding: 100px 110px 140px calc(((100vw - 1440px) / 2) + 50px);
    color: #fff; }
    #t08 .block-featured-post .copy-wrap p.date {
      padding-bottom: 10px; }
    #t08 .block-featured-post .copy-wrap h2 {
      padding-bottom: 10px; }
    #t08 .block-featured-post .copy-wrap .button-small-circle {
      margin-top: 20px; }
  #t08 .block-featured-post .image-wrap {
    width: calc(((100vw - 1440px) / 2) + (695px)); }
    #t08 .block-featured-post .image-wrap .bg-image {
      height: 100%;
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px; }
#t08 .block-news-events-teaser .inner {
  background: #fff;
  color: #122224;
  padding: 65px 72px 50px 72px; }
  #t08 .block-news-events-teaser .inner .teaser-wrap {
    flex-wrap: wrap; }
    #t08 .block-news-events-teaser .inner .teaser-wrap .teaser-item {
      margin-bottom: 50px; }
      #t08 .block-news-events-teaser .inner .teaser-wrap .teaser-item .image {
        background: #fff; }
      #t08 .block-news-events-teaser .inner .teaser-wrap .teaser-item p.overline {
        padding-bottom: 5px; }
      #t08 .block-news-events-teaser .inner .teaser-wrap .teaser-item .copy-wrap p {
        color: #525252;
        padding-bottom: 0; }

.filter-block .inner {
  padding: 0 30px 40px 30px;
  justify-content: flex-end; }
  .filter-block .inner p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0; }
    .filter-block .inner p.sort {
      color: #9D9D9D;
      margin-right: 40px; }
  .filter-block .inner .filter-wrap {
    position: relative; }
    .filter-block .inner .filter-wrap .filter-selected {
      padding-right: 30px;
      background: url("../images/icon-sort-arrow.svg") right center no-repeat; }
    .filter-block .inner .filter-wrap .filter-dd {
      display: none;
      position: absolute;
      bottom: -20px;
      transform: translate(-50%, 100%);
      left: 50%;
      background: #FBFBFC;
      padding: 15px 20px;
      border-radius: 20px;
      border: 1px solid #82CFF5; }
      .filter-block .inner .filter-wrap .filter-dd p {
        padding: 8px 0 !important; }
      .filter-block .inner .filter-wrap .filter-dd a {
        white-space: nowrap;
        transition: all ease 0.4s; }
        .filter-block .inner .filter-wrap .filter-dd a:hover {
          color: #82CFF5; }

#blog-single .block-hero {
  margin: 0; }
#blog-single .breadcrumbs {
  margin: 25px 0 25px 0; }
  #blog-single .breadcrumbs .container {
    padding: 0 20px; }
  #blog-single .breadcrumbs:before {
    width: calc(((100vw - 1440px) / 2) + 16px); }

/* Default */
#default {
  margin-bottom: 100px; }
  #default .col-10 {
    margin: 0 auto; }
  #default .title-block {
    margin: 30px 0 30px 0; }
  #default h2 {
    font-size: 26px;
    line-height: 30px;
    padding: 10px 0 10px 0; }
  #default ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 15px;
    list-style: disc; }
    #default ul li {
      margin-bottom: 10px; }
      #default ul li:last-child {
        margin: 0; }

#yacht-single .main-text .inner .text-wrap ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 15px;
  list-style: disc; }
  #yacht-single .main-text .inner .text-wrap ul li {
    margin-bottom: 10px; }
    #yacht-single .main-text .inner .text-wrap ul li:last-child {
      margin: 0; }

.filter-wrap {
  display: flex; }
  .filter-wrap p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0;
    text-transform: uppercase;
    color: #9D9D9D;
    margin-right: 40px; }
  .filter-wrap .select2-container--default .select2-selection--single {
    border: none;
    border: 0;
    background: transparent;
    height: auto;
    padding: 0; }
  .filter-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #122224;
    line-height: 18px;
    padding: 0; }
  .filter-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: nowrap;
    text-overflow: inherit;
    overflow: inherit; }
  .filter-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
  .filter-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 9px;
    height: 10px;
    top: 4px;
    right: 0;
    background: url(../images/icon-sort-arrow.svg) center center no-repeat; }
  .filter-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg); }
  .filter-wrap .sort-select {
    opacity: 0; }

.page .select2-selection__rendered, .page .select2-results, .page .select2-dropdown {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0;
  text-transform: uppercase; }
.page .select2-container--open .select2-dropdown--below, .page .select2-container--open .select2-dropdown--above {
  top: 30px;
  left: -30px;
  border: 0;
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 20px;
  width: auto !important; }
.page .select2-container--open .select2-dropdown--above {
  top: -30px;
  left: -30px; }
.page .select2-results {
  white-space: nowrap;
  text-overflow: inherit;
  overflow: inherit; }
.page .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #122224; }
  .page .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
    color: #82CFF5; }
.page .select2-container--default .select2-results__option--selected {
  color: #82CFF5 !important;
  background: transparent; }

.fancybox-infobar, .fancybox-caption {
  display: none; }

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 18, 18, 0.3);
  z-index: 90;
  display: none; }
  .mobile-menu-overlay.open {
    display: block; }

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

.desktop-only {
  display: block; }

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

#mobile-nav {
  display: none; }

@media only screen and (max-width: 1499px) {
  .block-image-copy.type-dark .inner.copy-right .copy-wrap {
    padding: 100px 80px 140px 110px; }

  #main-menu .inner .mm-left {
    width: 45%;
    padding: 200px 8.33% 50px 30px;
    margin-left: 0; }

  #main-menu .inner .mm-right {
    width: 65%; } }
@media only screen and (max-width: 1439px) {
  .block-testimonial .copy-wrap {
    width: 60%;
    padding-left: 20px; }

  .block-testimonial .image-wrap {
    width: 40%; }

  .block-image-text.type-dark .inner.image-left .copy-wrap {
    padding-right: 60px; }

  .block-image-copy.type-dark .copy-wrap {
    padding-left: 60px; }

  footer .top {
    padding: 36px 30px; }

  footer .bottom .fl-left {
    width: calc((1334px* 0.4166) - 5px);
    padding: 50px 8.33% 50px 30px;
    margin-left: 0; }

  footer .bottom .fl-right .fl-r-top {
    width: calc((1334px* 0.5833) - 5px);
    margin-right: 0;
    padding: 50px 50px 50px 8.33%; }

  .block-featured-yacht .yacht-item-wrap {
    padding: 0 10px; }

  .block-featured-yacht .yacht-item-wrap .carousel-cell {
    width: calc(50% - 20px);
    margin: 0 10px;
    padding: 0; }

  .block-featured-yacht .yacht-item-wrap .yacht-item {
    width: 100%;
    padding: 0;
    margin: 0; }

  .block-featured-yacht .yacht-item-wrap .flickity-page-dots {
    width: calc(100% - 200px);
    left: 20px; }

  .block-featured-yacht .yacht-item-wrap .flickity-prev-next-button.next {
    right: 20px; }

  .block-featured-yacht .yacht-item-wrap .flickity-prev-next-button.previous {
    right: 120px; }

  #t06 .block-team .team-item {
    align-items: center; }

  #t06 .block-team .team-item .image-wrap {
    width: 200px;
    height: 200px; }

  #t06 .block-team .team-item .copy-wrap {
    width: calc(100% - 200px);
    padding: 0 0 0 50px;
    overflow: hidden;
    text-overflow: ellipsis; }

  #t06 .block-team .team-item.img-right .copy-wrap {
    padding: 0 50px 0 0; }

  #t06 .block-team .team-item .copy-wrap .button-small-circle {
    position: relative;
    margin: 30px 0 0 0;
    left: 0;
    white-space: nowrap; } }
@media only screen and (max-width: 1199px) {
  #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp1, #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp2, #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp3, #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp4 {
    flex-wrap: wrap; }

  #t06 .block-team .team-item {
    margin-bottom: 10px;
    flex-direction: column; }

  #t06 .block-team .team-item:last-child {
    margin: 0; }

  #t06 .block-team .team-item .image-wrap {
    margin: 0 auto 20px auto; }

  #t06 .block-team .team-item .copy-wrap {
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center; }

  #t06 .block-team .team-item .copy-wrap .button-small-circle {
    position: relative;
    left: auto;
    margin: 30px auto 0 auto; }

  #t06 .block-team .team-item.img-right .image-wrap {
    order: 0; }

  #t06 .block-team .team-item.img-right .copy-wrap {
    order: 1; } }
@media only screen and (max-width: 1060px) {
  header .menu-header-menu-container {
    display: none; } }
@media only screen and (max-width: 1019px) {
  #mobile-nav {
    display: none;
    background: #fff;
    padding: 36px 24px 24px 24px;
    position: absolute;
    top: 10px;
    right: -15px;
    z-index: 95;
    max-width: 208px; }

  #mobile-nav.open {
    display: block; }

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

  #mobile-nav ul li a {
    color: #000;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.24px;
    text-decoration-line: underline;
    margin-bottom: 8px;
    text-transform: uppercase; } }
@media only screen and (max-width: 767px) {
  .tablet-desktop-only {
    display: none; }

  .mobile-only {
    display: block; }

  .container {
    padding: 0 17px; }

  body, .block-news-events-teaser .inner .teaser-wrap .teaser-item .copy-wrap p, .block-services .inner .teaser-wrap .teaser-item .copy-wrap p {
    font-size: 16px;
    line-height: 26px; }

  h1 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.02em; }

  h2, .quote, .h2-style, .block-text h1, #menu-main-menu-right-1 > li > a, #menu-main-menu-right-2 > li > a, #menu-main-menu-right-3 > li > a, #menu-main-menu-right-4 > li > a, .block-image-copy.type-bg .inner .copy-wrap h2 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 20px; }

  h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px; }

  p.overline, p.date {
    font-size: 11px; }

  p {
    padding-bottom: 14px; }

  .button {
    padding: 20px 30px; }

  .button:after {
    margin-left: 16px; }

  .button-play {
    width: 40px;
    height: 40px;
    background-size: 40px; }

  header {
    height: 60px; }

  #nav-trigger {
    width: 60px;
    height: 60px; }

  .menu-header-menu-container {
    display: none; }

  header .inner .contact-btn {
    height: 60px;
    padding: 24px 23px;
    font-size: 12px;
    margin-left: 4px; }

  header .inner .logo {
    width: 70px;
    height: 60px;
    padding: 8px;
    display: flex;
    align-items: center; }

  header .hs-cta-embed-180886974379 {
    height: 60px !important; }

  header .interactive-button {
    padding: 24px 23px !important; }

  #main-menu .inner {
    flex-direction: column;
    overflow-y: auto; }

  #main-menu .inner .mm-left {
    width: 100%;
    padding: 130px 20px 15px 20px;
    height: auto;
    flex-direction: row; }

  #main-menu .inner .mm-left .mob-col-left {
    width: 50%; }

  #main-menu .inner .mm-left .mob-col-right {
    width: 50%; }

  #main-menu .inner .mm-left ul {
    margin-bottom: 20px; }

  #main-menu .inner .mm-right {
    height: auto;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid rgba(199, 199, 199, 0.25);
    border-left: 0; }

  #main-menu .inner .mm-right .fl-r-top {
    width: 100%;
    margin-right: 0;
    padding: 0 17px; }

  #main-menu .inner .mm-right .fl-r-top ul {
    margin-bottom: 30px; }

  #main-menu .inner .mm-right .fl-r-top ul li {
    margin-bottom: 20px; }

  #main-menu .inner .mm-right .fl-r-middle {
    padding: 30px 17px; }

  #main-menu .inner .mm-right .fl-r-bottom {
    padding: 30px 17px; }

  #main-menu .inner .mm-right:before {
    display: none; }

  #main-menu .inner .mm-right .fl-r-bottom .fl-col {
    padding-right: 0; }

  #main-menu #menu-main-menu-right-2 > li > ul {
    padding-left: 0 !important;
    margin: 20px 0 0 0 !important;
    padding-top: 0;
    column-count: 2;
    width: 50%; }

  #main-menu .inner .mm-right .fl-r-middle ul {
    margin-bottom: 0; }

  footer .top {
    padding: 27px 17px; }

  footer .top .footer-logo {
    width: 176px; }

  footer .bottom {
    flex-direction: column; }

  footer .bottom .fl-left {
    width: 100%;
    padding: 27px 17px; }

  footer .bottom .fl-right .fl-r-top {
    width: 100%;
    padding: 27px 17px;
    border-top: 1px solid rgba(199, 199, 199, 0.25); }

  #menu-main-menu-right-1 > li > a, #menu-main-menu-right-2 > li > a, #menu-main-menu-right-3 > li > a, #menu-main-menu-right-4 > li > a {
    padding: 0 0 0 30px; }

  #menu-main-menu-right-1 > li > a:hover, #menu-main-menu-right-2 > li > a:hover, #menu-main-menu-right-3 > li > a:hover, #menu-main-menu-right-4 > li > a:hover {
    padding-left: 35px; }

  #menu-main-menu-right-2 > li > ul, #menu-main-menu-right-3 > li > ul {
    padding-left: 30px !important;
    margin: 20px 0 0 0 !important;
    padding-top: 0; }

  footer .bottom .fl-right {
    border-left: 0; }

  footer .bottom .fl-right .fl-r-top #menu-yacht-charter-1 {
    margin-bottom: 30px; }

  footer .bottom .fl-right .fl-r-bottom {
    padding: 27px 17px;
    border-top: 1px solid rgba(199, 199, 199, 0.25); }

  footer .bottom.signoff .fl-left {
    display: none; }

  footer .bottom.signoff .fl-right .fl-r-top {
    padding: 27px 0;
    flex-wrap: wrap; }

  footer .bottom.signoff .fl-right .fl-r-top ul.socials {
    width: 100%;
    margin: 0 0 27px 0;
    padding: 0 17px 27px 17px;
    justify-content: space-around;
    border-bottom: 1px solid rgba(199, 199, 199, 0.25); }

  footer .bottom.signoff .fl-right .mb-ft-fx {
    width: calc(100% - 150px);
    padding-left: 17px;
    font-size: 12px;
    line-height: 18px;
    color: #9D9D9D; }

  footer .bottom a.footer-emblem {
    margin-right: 17px; }

  footer .bottom.signoff .fl-right .fl-r-top .menu-footer-menu-bottom-container {
    margin-bottom: 10px; }

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

  .breadcrumbs {
    margin: 30px 0 25px 0; }

  .breadcrumbs .container {
    padding: 0 17px; }

  .block-hero .inner {
    flex-direction: column;
    justify-content: flex-end; }

  .block-hero .inner .copy-wrap {
    align-self: auto;
    max-width: 80%; }

  .block-hero .inner .cta-buttons {
    justify-content: flex-start;
    margin-top: 30px; }

  .block-text, .block-text-header, .block-faqs, .block-sales-index-hero {
    margin-bottom: 50px; }

  .block-text .flex, .block-text-header .flex, .block-faqs .flex, .block-sales-index-hero .flex {
    flex-direction: column; }

  .block-text .title-wrap, .block-text-header .title-wrap, .block-faqs .title-wrap, .block-sales-index-hero .title-wrap {
    width: 100%;
    margin-bottom: 14px; }

  .block-text .copy-wrap, .block-text-header .copy-wrap, .block-faqs .copy-wrap, .block-sales-index-hero .copy-wrap {
    width: 100%; }

  .block-featured-yacht .intro {
    margin: 0 0 20px 0; }

  .block-featured-yacht .yacht-item-wrap {
    padding: 0; }

  .block-featured-yacht .yacht-item-wrap .carousel-cell, .block-featured-yacht .yacht-item-wrap .yacht-item {
    width: 100%; }

  .block-featured-yacht .yacht-item-wrap .yacht-item {
    padding: 0 17px;
    margin: 0; }

  .block-featured-yacht .yacht-item-wrap .flickity-prev-next-button {
    bottom: -22px; }

  .block-featured-yacht .yacht-item-wrap .flickity-prev-next-button.previous {
    right: auto;
    left: 17px; }

  .block-featured-yacht .yacht-item-wrap .flickity-prev-next-button.next {
    right: 17px; }

  .block-featured-yacht .yacht-item-wrap .flickity-page-dots {
    width: calc(100% - 146px);
    left: 73px;
    bottom: -5px; }

  .block-testimonial .copy-wrap {
    width: 100%;
    order: 1;
    padding: 50px 17px; }

  .block-image-copy.type-normal .inner {
    flex-direction: column; }

  .block-image-copy.type-normal .inner .image-wrap {
    order: 0;
    width: 100%; }

  .block-image-copy.type-normal .inner .copy-wrap, .block-image-copy.type-normal .inner.copy-left .copy-wrap {
    order: 1;
    width: 100%;
    padding: 30px 17px; }

  .block-image-copy.type-dark .copy-wrap, .block-image-copy.type-dark .inner.copy-right .copy-wrap {
    order: 1;
    width: 100%;
    padding: 40px 17px; }

  .block-image-copy.type-bg .inner {
    padding: 50px 17px;
    align-items: flex-start;
    min-height: inherit;
    padding-bottom: 100%; }

  .block-image-copy.type-bg .inner .copy-wrap {
    width: 100%;
    padding: 0; }

  .block-image-copy.type-bg .bg-image {
    height: 50%;
    top: 50%; }

  .block-news-events-teaser .inner, .block-services .inner {
    padding: 0;
    border-radius: 0;
    background: transparent; }

  .block-news-events-teaser .inner .teaser-wrap, .block-services .inner .teaser-wrap {
    flex-direction: column; }

  .block-news-events-teaser .inner .teaser-wrap .teaser-item, .block-services .inner .teaser-wrap .teaser-item {
    background: #122224;
    border-radius: 20px;
    padding: 0;
    width: 100%;
    margin-bottom: 10px; }

  .block-news-events-teaser .inner .teaser-wrap .teaser-item:last-child, .block-services .inner .teaser-wrap .teaser-item:last-child {
    margin: 0; }

  .block-news-events-teaser .inner .teaser-wrap .teaser-item .image, .block-services .inner .teaser-wrap .teaser-item .image {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 30px 0; }

  .block-news-events-teaser .inner .copy-wrap, .block-services .inner .copy-wrap {
    padding: 10px 17px 40px 17px; }

  .block-news-events-teaser .inner .teaser-wrap .teaser-item .copy-wrap p, .block-services .inner .teaser-wrap .teaser-item .copy-wrap p {
    max-width: 100%; }

  .block-news-events-teaser .inner .teaser-wrap .teaser-item .copy-wrap h2, .block-services .inner .teaser-wrap .teaser-item .copy-wrap h2 {
    padding-bottom: 14px;
    margin-bottom: 14px; }

  .block-news-events-teaser.enhanced .inner, .block-services.enhanced .inner {
    padding: 30px 0; }

  .block-news-events-teaser.enhanced .inner .intro, .block-services.enhanced .inner .intro {
    padding: 0 0 30px 0;
    color: #122224;
    flex-direction: column; }

  .block-news-events-teaser.enhanced .inner .intro .title-wrap, .block-news-events-teaser.enhanced .inner .intro .copy-wrap, .block-services.enhanced .inner .intro .title-wrap, .block-services.enhanced .inner .intro .copy-wrap {
    width: 100%; }

  .block-news-events-teaser.enhanced .inner .copy-wrap, .block-services.enhanced .inner .copy-wrap {
    padding: 10px 0 0 0; }

  .block-news-events-teaser.enhanced .inner .teaser-wrap, .block-services.enhanced .inner .teaser-wrap {
    padding: 0; }

  .block-news-events-teaser.enhanced .inner .teaser-item .copy-wrap, .block-services.enhanced .inner .teaser-item .copy-wrap {
    padding: 10px 17px 40px 17px; }

  .block-news-events-teaser .inner .teaser-wrap .teaser-item .copy-wrap a, .block-services .inner .teaser-wrap .teaser-item .copy-wrap a {
    margin-top: 20px; }

  .block-news-events-teaser .cta, .block-services .cta {
    margin: 40px 0 0 0; }

  .block-testimonial.type-copy-image .flex, .block-image-copy.type-dark .flex {
    flex-direction: column; }

  .block-testimonial.type-copy-image .image-wrap, .block-image-copy.type-dark .image-wrap {
    order: 0;
    width: 100%;
    aspect-ratio: 3 / 2; }

  .block-lead-on .inner {
    padding: 30px 0; }

  .block-lead-on .inner .intro {
    flex-direction: column;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0; }

  .block-lead-on .inner .intro .title-wrap {
    width: calc(100%);
    margin-bottom: 10px; }

  .block-lead-on .inner .intro .copy-wrap {
    width: calc(100%); }

  .block-lead-on .inner .item-wrap {
    flex-direction: column; }

  .block-lead-on .inner .item-wrap .item {
    width: 100%;
    margin-bottom: 40px; }

  .block-lead-on .inner .item-wrap .item:last-child {
    margin: 0; }

  .block-lead-on .inner .item-wrap .item .image {
    margin-bottom: 20px; }

  .block-lead-on .inner .cta {
    padding: 30px 0 0 0;
    margin: 30px 0 0 0; }

  .block-lead-on.yachts .inner {
    padding: 40px 10px; }

  .block-yacht-cta .yacht-item-wrap, .block-yacht-results .yacht-item-wrap, .block-lead-on.yachts .yacht-item-wrap, .block-featured-yacht .yacht-item-wrap {
    flex-direction: column; }

  .block-yacht-cta .yacht-item-wrap .yacht-item, .block-yacht-results .yacht-item-wrap .yacht-item, .block-lead-on.yachts .yacht-item-wrap .yacht-item, .block-featured-yacht .yacht-item-wrap .yacht-item {
    width: 100%; }

  .block-lead-on.yachts .inner .cta {
    padding: 0;
    margin: 0; }

  .block-faqs .inner {
    padding: 30px 10px; }

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

  .faqs-wrap .faq a:after {
    width: 40px;
    height: 40px;
    border-radius: 40px; }

  .block-faqs .inner .cta {
    margin: 20px 0 0 0; }

  .block-testimonial.type-carousel .inner {
    padding: 50px 0; }

  .flex-direction-nav {
    left: 0;
    width: calc(100%); }

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

  .block-contact .inner {
    padding: 30px 15px; }

  .block-contact .inner .title-wrap {
    width: 100%;
    margin-bottom: 0; }

  .block-contact .inner .title-wrap .title {
    margin-bottom: 10px; }

  .block-contact .inner .copy-wrap {
    width: 100%; }

  .block-contact .form-wrap {
    margin: 30px auto 0 auto;
    width: 100%; }

  .block-newsletter .inner {
    padding: 170px 0 50px 0; }

  .block-newsletter .inner .copy-wrap {
    width: 100%; }

  .out-grid {
    width: 100% !important;
    margin: 0; }

  #yacht-single .yacht-header .inner {
    background: transparent;
    border-radius: 0;
    padding: 0; }

  #yacht-single .slim {
    width: 100%; }

  #yacht-single .flex-direction-nav {
    left: 10px;
    width: calc(100% - 20px); }

  #yacht-single .yacht-header .inner .info-bar .top {
    flex-direction: column; }

  #yacht-single .yacht-header .inner .info-bar .top .ib-col, #yacht-single .yacht-header .inner .info-bar .top .ib-col:first-child {
    width: 100%;
    padding: 0;
    margin-bottom: 10px; }

  #yacht-single .yacht-header .inner .info-bar .top .ib-col:last-child {
    align-items: flex-start;
    margin-top: 20px; }

  #yacht-single .yacht-header .inner .info-bar .bottom {
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 20px 0; }

  #yacht-single .yacht-header .inner .info-bar .bottom .ib-col {
    width: 50%;
    margin: 10px 0; }

  #yacht-single .main-text .inner {
    padding: 60px 0; }

  #yacht-single .main-text .inner .flex {
    padding: 0;
    flex-direction: column; }

  #yacht-single .main-text .inner .left {
    width: 100%;
    margin-bottom: 0; }

  #yacht-single .main-text .inner .right {
    width: 100%; }

  #yacht-single .yacht-main {
    padding: 20px 0 50px 0; }

  #yacht-single .yacht-main .inner .main-specs {
    width: 100%;
    padding: 40px 10px; }

  #yacht-single .full-height {
    height: auto;
    aspect-ratio: 3 / 2; }

  #yacht-single .block-yacht-video {
    margin-bottom: 50px; }

  #yacht-single .block-contact .inner .title-wrap {
    padding-left: 0;
    text-align: center; }

  #yacht-single .block-contact .inner .copy-wrap {
    text-align: center; }

  #yacht-single .search-cta .inner {
    padding: 50px 0; }

  .block-yacht-cta .yacht-item-wrap .yacht-item .copy .details-main, .block-yacht-results .yacht-item-wrap .yacht-item .copy .details-main, .block-lead-on.yachts .yacht-item-wrap .yacht-item .copy .details-main, .block-featured-yacht .yacht-item-wrap .yacht-item .copy .details-main {
    margin-bottom: 40px; }

  #t02 .block-jump-to {
    display: none; }

  .sales-index-tile .inner {
    background: transparent;
    border-radius: 0;
    padding: 0; }

  .sales-index-tile .inner .intro {
    padding: 0 0 30px 0; }

  .sales-index-tile .inner .yacht-item {
    margin-bottom: 50px; }

  .sales-index-tile .inner .yacht-item .tile-intro {
    margin-bottom: 30px; }

  .sales-index-tile .inner .outro-wrap .outro {
    width: 100%;
    margin: 0; }

  .sales-index-tile .inner .outro-wrap {
    padding-bottom: 0; }

  #t03 .block-text .inner {
    padding: 0; }

  #t03 .yatco-shortcodes-search .inner {
    text-align: center; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form {
    display: none; }

  #desktop-quick-search {
    display: none; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 90;
    border-radius: 0;
    padding: 100px 10px 20px 10px; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded h2 {
    font-size: 20px;
    line-height: 25px;
    text-transform: none;
    text-align: left;
    padding: 0 10px 20px 10px; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded h2 em {
    color: #122224; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp1 .qs-col:nth-child(1), #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp1 .qs-col:nth-child(2), #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp3 .qs-col {
    width: 100% !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp1 .qs-col .select2-container, #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp1 .qs-col:nth-child(1) .select2-container, #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp3 .qs-col .select2-container {
    width: 100% !important;
    text-align: left; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp1 .qs-col:nth-child(3), #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp2 .qs-col:nth-child(3) {
    width: 20% !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp1 .qs-col:nth-child(4), #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp2 .qs-col:nth-child(4) {
    width: calc(40% - 15px) !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp1 .qs-col:nth-child(5), #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp2 .qs-col:nth-child(5) {
    width: calc(40% - 15px) !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp2 .qs-col:nth-child(1) {
    width: calc(50% - 10px) !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp2 .qs-col:nth-child(2) {
    width: calc(50% - 10px) !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col label {
    text-align: left;
    flex-grow: 0;
    flex-shrink: 0; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-col {
    margin: 5px; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp4 {
    margin: 30px 0 30px 0;
    width: 100%; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp4 .qs-col {
    justify-content: space-between;
    width: 100%; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row .qs-row-grp4 .qs-col .flex {
    justify-content: flex-end; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded.charter-search .qs-row .qs-row-grp2 .qs-col:nth-child(1) {
    width: calc(100%) !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded.charter-search .qs-row .qs-row-grp2 .qs-col:nth-child(2) {
    width: calc(20%) !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded.charter-search .qs-row .qs-row-grp2 .qs-col:nth-child(3), #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded.charter-search .qs-row .qs-row-grp2 .qs-col:nth-child(4) {
    width: calc(40% - 15px) !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded.charter-search .qs-row .qs-row-grp2 .qs-col:nth-child(5), #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded.charter-search .qs-row .qs-row-grp2 .qs-col:nth-child(6) {
    width: calc(50% - 10px) !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form .qs-row {
    flex-wrap: nowrap; }

  #t03 .yatco-shortcodes-search .cta-wrap {
    display: none; }

  #t03 .block-yacht-results .results-filter p {
    margin-right: 10px; }

  #t03 .block-yacht-results .inner {
    padding: 0; }

  #t03 .yacht-paging ul li {
    margin: 0 15px; }

  #t03 .yacht-paging {
    margin-bottom: 0; }

  #mobile-search-button {
    display: inline-flex;
    margin: 0 auto; }

  #mobile-search-button:after {
    background: url(../images/icon-search-white.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 15px; }

  #t05 .block-hero .copy-wrap {
    padding-bottom: 0; }

  #t06 .block-text {
    margin-bottom: 20px; }

  #t06 .block-text .inner {
    padding: 0; }

  #t06 .filter-wrap {
    margin: 0 0 20px auto; }

  #t06 .block-team .team-wrap {
    flex-direction: column; }

  #t06 .block-team .team-item {
    width: 100%;
    margin-bottom: 10px;
    flex-direction: column; }

  #t06 .block-team .team-item:last-child {
    margin: 0; }

  #t06 .block-team .team-item .image-wrap {
    margin: 0 auto 20px auto; }

  #t06 .block-team .team-item .copy-wrap {
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center; }

  #t06 .block-team .team-item .copy-wrap .button-small-circle {
    position: relative;
    left: auto;
    margin: 30px auto 0 auto; }

  #t06 .block-team .team-item.img-right .image-wrap {
    order: 0; }

  #t06 .block-team .team-item.img-right .copy-wrap {
    order: 1; }

  #t06-single .team-header .inner {
    padding: 20px 10px; }

  #t06-single .team-header .inner .header-wrap {
    flex-direction: column; }

  #t06-single .team-header .inner .image-wrap {
    margin: 0 auto 20px auto;
    width: 300px;
    height: 300px; }

  #t06-single .team-header .inner .copy-wrap {
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center; }

  #t06-single .team-header .inner .copy-wrap .cta-buttons {
    justify-content: space-around; }

  #t06-single .team-header .inner .copy-wrap .cta-buttons a {
    margin-right: 0; }

  #t06-single .team-main-copy .inner {
    padding: 40px 0;
    flex-direction: column; }

  #t06-single .team-main-copy .inner .copy-wrap {
    width: 100%; }

  #t06-single .team-main-copy .inner .copy-wrap:first-child {
    margin-bottom: 30px; }

  #t08 .block-text .inner {
    padding: 0; }

  #t08 .block-featured-post .inner {
    flex-direction: column; }

  #t08 .block-featured-post .image-wrap {
    order: 0;
    width: 100%; }

  #t08 .block-featured-post .image-wrap .bg-image {
    aspect-ratio: 3 / 2;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

  #t08 .block-featured-post .copy-wrap {
    order: 1;
    width: 100%;
    padding: 30px 17px; }

  #t08 .block-featured-post .copy-wrap .button-small-circle {
    margin-top: 0; }

  #t08 .block-news-events-teaser .inner {
    background: transparent;
    padding: 0; }

  #t08 .block-news-events-teaser .inner .teaser-wrap .teaser-item {
    background: transparent; }

  #t08 .block-news-events-teaser .inner .teaser-wrap .teaser-item p.overline {
    padding: 0 17px 5px 17px; }

  #default {
    margin-bottom: 30px; }

  #default .col-10 {
    width: 100%; }

  #default .title-block {
    margin: 0; }

  #mobile-search-button {
    display: inline-flex;
    margin: 0 auto; }

  #mobile-search-button:after {
    background: url(../images/icon-search-white.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 15px; }

  #error404 .block-text .inner {
    padding: 0; }

  #error404 .block-text {
    margin-bottom: 50px; } }
@media only screen and (max-width: 499px) {
  #main-menu .inner .mm-right .fl-r-bottom .fl-col:last-child {
    padding-left: 20px; }

  #main-menu .inner .mm-left {
    flex-direction: column; }

  #main-menu .inner .mm-left .mob-col-left {
    width: 100%; }

  #main-menu .inner .mm-left .mob-col-right {
    width: 100%; }

  #main-menu #menu-main-menu-right-2 > li > ul {
    width: 100%; }

  footer .top {
    flex-direction: column;
    align-items: flex-start; }

  footer .top .button {
    margin-top: 20px; }

  footer .bottom .fl-right .col-wrap {
    flex-direction: column; }

  footer .bottom .fl-right .fl-col {
    width: 100%; }

  footer .bottom .fl-right .fl-col:first-child {
    margin-bottom: 30px; }

  #t03 .block-yacht-results .results-filter {
    flex-wrap: wrap; }

  #t03 .block-yacht-results .results-filter .filter-wrap {
    margin-top: 15px; }

  #t03 .yacht-paging ul li {
    margin: 0 5px; }

  .block-yacht-cta .yacht-item-wrap .yacht-item .copy .details-intro, .block-yacht-results .yacht-item-wrap .yacht-item .copy .details-intro, .block-lead-on.yachts .yacht-item-wrap .yacht-item .copy .details-intro, .block-featured-yacht .yacht-item-wrap .yacht-item .copy .details-intro {
    flex-direction: column;
    padding-bottom: 13px; }

  .block-yacht-cta .yacht-item-wrap .yacht-item .copy .details-intro h3, .block-yacht-results .yacht-item-wrap .yacht-item .copy .details-intro h3, .block-lead-on.yachts .yacht-item-wrap .yacht-item .copy .details-intro h3, .block-featured-yacht .yacht-item-wrap .yacht-item .copy .details-intro h3 {
    width: 100%;
    padding-bottom: 5px; }

  .block-yacht-cta .yacht-item-wrap .yacht-item .copy .details-intro p, .block-yacht-results .yacht-item-wrap .yacht-item .copy .details-intro p, .block-lead-on.yachts .yacht-item-wrap .yacht-item .copy .details-intro p, .block-featured-yacht .yacht-item-wrap .yacht-item .copy .details-intro p {
    width: 100%;
    text-align: left; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded.charter-search .qs-row .qs-row-grp3 .qs-col:last-child {
    flex-wrap: wrap; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp1 .qs-col:nth-child(3), #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded.charter-search .qs-row .qs-row-grp2 .qs-col:nth-child(2) {
    width: 100% !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp1 .qs-col:nth-child(4), #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded.charter-search .qs-row .qs-row-grp2 .qs-col:nth-child(3) {
    width: calc(50% - 10px) !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded .qs-row .qs-row-grp1 .qs-col:nth-child(5), #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded.charter-search .qs-row .qs-row-grp2 .qs-col:nth-child(4) {
    width: calc(50% - 10px) !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded.sales-search .qs-row .qs-row-grp2 .qs-col:nth-child(3) {
    width: 100% !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded.sales-search .qs-row .qs-row-grp2 .qs-col:nth-child(4), #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded.sales-search .qs-row .qs-row-grp2 .qs-col:nth-child(5) {
    width: calc(50% - 10px) !important; }

  #t03 .yatco-shortcodes-search .inner .yatco-search-form.search-expanded {
    overflow-y: auto; } }
@media only screen and (min-width: 767px) and (max-height: 685px) {
  #main-menu.open .inner {
    height: auto; } }
@media only screen and (min-width: 767px) and (max-height: 799px) {
  #main-menu.open {
    overflow-y: auto; }

  #main-menu .inner .mm-left {
    padding-top: 130px; }

  #main-menu .inner .mm-right {
    padding-top: 130px; }

  #main-menu .inner .mm-left ul {
    margin-bottom: 35px; }

  #main-menu .inner ul {
    margin: 0; } }
