/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -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. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * 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;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: futura-pt, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 21px;
}

a {
  color: #000;
  text-decoration: none;
}

strong {
  font-weight: 700;
  letter-spacing: 1px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 159px;
  border-left: 5px solid #e2e2e2;
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.widget_07 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget_05 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section {
  overflow: visible;
  padding-right: 60px;
  padding-left: 60px;
}

.section.gallery {
  padding-right: 30px;
  padding-left: 30px;
}

.section.gallerymob {
  display: none;
  padding-right: 0px;
  padding-left: 0px;
}

.container {
  position: static;
  display: block;
  overflow: visible;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  -o-object-fit: none;
  object-fit: none;
}

.container.searchexpand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.divider_h2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider_h2.spacing-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.divider_h2.spacing-medium.gallery {
  padding-right: 0px;
  padding-left: 0px;
}

.hline {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dotted #000;
}

.heading1div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
}

.heading1 {
  display: block;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.text-span-2 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 800;
  letter-spacing: 4px;
}

.managementfooter {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px none #000;
  background-image: url('../images/shape_arrow_right.svg'), url('../images/trianglebg.svg');
  background-position: 95% 50%, 0% 100%;
  background-size: 7px 14px, cover;
  background-repeat: no-repeat, no-repeat;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -o-object-fit: none;
  object-fit: none;
}

.resultscontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: auto;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.managementitem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px dotted #000;
  border-bottom: 1px none #000;
}

.managementitem.left {
  width: 33.33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
}

.managementitem.middle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
}

.managementitem.right {
  width: 33.33%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right-style: none;
  border-bottom-style: none;
}

.itemimg {
  position: relative;
  display: block;
  width: 100%;
  min-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.managementcontainer {
  display: block;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.managementimage {
  position: relative;
  display: block;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.spacing-medium {
  margin-bottom: 30px;
}

.spacing-medium.image {
  width: 100%;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget_01content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.stackable {
  padding-top: 0px;
  padding-bottom: 0px;
}

.newscategory {
  text-transform: uppercase;
}

.newsinfo {
  position: relative;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px none #64003c;
}

.newstitle {
  display: block;
  margin-bottom: 0px;
  color: #000;
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.resultscontainer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.fluidimg-2 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.fluidimg-2.qv {
  width: auto;
  height: auto;
  min-width: 100%;
}

.fluidimg-2.pressimg {
  background-color: #333232;
}

.newsitemfooter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}

.newsitem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px dotted #000;
  border-bottom: 1px none #000;
}

.newsitem.middle {
  margin-bottom: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom-style: none;
}

.newsitem.left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
}

.newsitem.left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.newsbuttontop {
  padding-left: 0px;
  border-top: 1px dotted #000;
  background-color: transparent;
  background-image: url('../images/shape_arrow_right.svg');
  background-position: 95% 50%;
  background-size: 7px 14px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.newsbuttontop.wide {
  width: 100%;
  border-top-style: none;
  background-position: 100% 50%;
  background-size: 6px;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
}

.icon_share {
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.news_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_star {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon_star.pl5 {
  margin-left: 0px;
  cursor: pointer;
}

.button_light {
  padding-left: 0px;
  border-top: 1px dotted #000;
  background-color: transparent;
  background-image: url('../images/shape_arrow_right.svg');
  background-position: 95% 50%;
  background-size: 7px 14px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.button_light.wide {
  width: 100%;
  border-bottom: 1px none #000;
  background-position: 100% 50%;
  background-size: 6px;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
}

.button_light.wide.mt60 {
  margin-top: 60px;
  margin-right: 5px;
  margin-left: 10px;
  background-size: 6px;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
}

.destinationlistings {
  display: block;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.itemimg-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-5 {
  margin-top: 20px;
  color: #000;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.newscontainer {
  display: block;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #000;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
}

.chaletitemcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
}

.newsitemnobull {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px none #000;
  border-bottom: 1px dotted #000;
}

.newsitemnobull.right {
  margin-bottom: 30px;
  border-right-style: none;
  border-bottom-style: none;
}

.newsitemnobull.right {
  margin-bottom: 0px;
}

.widget02_content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.body {
  min-height: 100%;
  font-family: futura-pt, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 21px;
}

.yachitemdiscover {
  padding-left: 0px;
  border-top: 1px dotted #000;
  background-color: transparent;
  background-image: url('../images/shape_arrow_right.svg');
  background-position: 95% 50%;
  background-size: 7px 14px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.yachitemdiscover.wide {
  width: 100%;
  border-top-style: none;
  background-position: 100% 50%;
  font-size: 13px;
  letter-spacing: 2px;
}

.link-block-2 {
  width: 100%;
  height: 97.69666%;
}

.link-block-5 {
  width: 100%;
}

.yachtitemprice {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 0px;
  border-top: 1px none #000;
  border-bottom: 1px none #000;
  font-size: 21px;
  font-weight: 700;
}

.yachtitemyachtname {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
}

.yachtitemyachtname.qv {
  margin-top: 0px;
}

.link-block-6 {
  width: 100996235%;
}

.yachtitemcontent {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.08) #000;
}

.yachtitemfeaturerow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.yachtitemfeatureright {
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dotted #000;
  font-size: 13px;
}

.yachtitemfeatureright.last {
  border-bottom-style: dotted;
}

.icon_compare {
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.yachtitem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px dotted #000;
  border-bottom: 1px none #000;
}

.specheading {
  margin-right: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dotted #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.specheading.last {
  border-bottom-style: dotted;
}

.yachtitemfeatures {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-6 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-2 {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-2.menucontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container-2.sitemap {
  display: block;
  margin-top: 20px;
  border-top: 1px dotted #fff;
}

.container-2.sitemap {
  display: block;
  width: 100%;
  margin-top: 0px;
  border-top: 1px dotted #fff;
}

.image-8 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exterior_slider {
  height: auto;
  background-color: transparent;
}

.mask {
  margin-right: 60px;
  margin-left: 60px;
}

.slideitem {
  width: 33.3%;
  max-width: 33%;
  padding: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hlinevertical {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none dotted none none;
  border-width: 1px;
  border-color: #000;
}

.slidecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-7 {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px none #000;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.widget02send {
  width: 200px;
  min-width: 120px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.widget02form {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.widget02block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.line-div {
  display: block;
  width: 100%;
  height: 1px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px dotted #000;
}

.line-div.right {
  margin-left: 20px;
}

.line-div.left {
  margin-right: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.send_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.send_btn.application {
  margin-top: 20px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.widget02txtfield {
  display: block;
  height: 38px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #fff;
  line-height: 15px;
  text-transform: none;
}

.widget02txtfield::-webkit-input-placeholder {
  color: #000;
}

.widget02txtfield:-ms-input-placeholder {
  color: #000;
}

.widget02txtfield::-ms-input-placeholder {
  color: #000;
}

.widget02txtfield::placeholder {
  color: #000;
}

.widget02txtfield.textarea {
  height: 100px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-transform: none;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.widget02col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.widget02col.col60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widgetintro {
  width: 45%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
}

.widget02formblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.widget_04content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget_05content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget03_content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget06_content {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.yachtvideo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.68))), url('../images/videobg2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), url('../images/videobg2x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.widget_hero_01 {
  overflow: hidden;
  max-width: 100vw;
}

.widget_hero_01_content {
  display: block;
}

.heroyachtiteminfo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: hsla(0, 0%, 96.9%, 0.9);
}

.yachtstats {
  width: 50%;
  min-width: 550px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.overlayfooterdiv {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.yachth1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 50px;
  line-height: 54px;
  font-weight: 800;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.yachtintroicons {
  display: block;
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yachtstat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dotted #000;
  color: #000;
  font-size: 13px;
  line-height: 17px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_hero_100vh {
  position: relative;
  width: auto;
  min-height: 66vh;
  background-color: #fff;
  opacity: 1;
}

.section_hero_100vh.heroyacht {
  position: relative;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section_hero_100vh.hero1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.section_hero_100vh.white-bg {
  background-color: #fff;
}

.section_hero_100vh._100 {
  min-height: 100vh;
}

.columns-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.backgroundimgdiv {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-image: url('../images/©-Guillaume-Plisson---0047-2_R2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.column-13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button_yachtenquire {
  display: block;
  width: 100%;
  padding: 3px 20px 3px 0px;
  background-color: transparent;
  background-image: url('../images/icon_down_arrow.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.widget_07_content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.destinationitem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px dotted #000;
  border-bottom: 0px none #000;
}

.destinationitemcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.08) #000;
}

.destinationitemfeatures {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.portalitemtext {
  display: block;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.widget_hero_02 {
  display: block;
  width: auto;
}

.widget_hero_02.hidedesktop {
  display: none;
}

.txt-center {
  width: 100%;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
}

.txt-center.mt20 {
  padding-top: 0px;
  font-size: 16px;
}

.txt-center.mt10 {
  margin-top: 6px;
  color: #000;
  font-size: 17px;
  line-height: 21px;
}

.txt-center.mt20 {
  padding-top: 20px;
}

.herodestinationleftcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 400px;
  min-width: 350px;
  padding: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.95);
  color: #000;
}

.herodestinationwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg_large {
  width: 100%;
  min-height: 50px;
  min-width: 350px;
  background-image: url('../images/bgtriangle.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.95;
}

.herodestinationimage {
  height: 100vh;
  min-height: 700px;
  background-image: url('../images/Maldives-1-e1453654807683_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.herodestinationheading {
  display: block;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 35px;
  line-height: 35px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.herodestinationleft {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 510px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero_container {
  display: block;
  max-width: 1440px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.herodestination {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 140px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.destinationintro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.destinationintro.lalign {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.introtext {
  max-width: 700px;
  margin-top: 0px;
  color: #000;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0px;
}

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

.widget_08_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 21px;
}

.widget_09_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget_10_content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.issueitem {
  position: relative;
  display: block;
  width: 25%;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px dotted #000;
  border-bottom: 1px none #000;
}

.issuuitemcontent {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
}

.issuuitemfeatures {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.issuuitemfooter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}

.issuuintro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget_11_content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.managementlistings {
  display: block;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.managementitemcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
}

.managementitemfeatures {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsitemfooter-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}

.widget_12_content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pullquotetxt {
  max-width: 700px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.columntxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.columntxt.centre {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.columntxt.centre.contact {
  letter-spacing: 1px;
}

.text-block-13 {
  width: 100%;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.widget14cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 0px;
}

.div_flex_v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget_13_content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget_14_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.widget_15_content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget14images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.widget14images.spacing-medium {
  margin-bottom: 0px;
}

.widget14images_left {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/©-Guillaume-Plisson---18052x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.widget14images_right {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/toys2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.widget_16_content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget_17_content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget17images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.widget17images.spacing-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget17images_left {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget17images_right {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._2colimg {
  display: block;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

._2colimg.spacing-medium {
  margin-bottom: 0px;
}

._2colimg.left {
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}

.widget_18_content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget18div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.widget19leftimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px dotted #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.widget18right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget_19_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget19row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #fff;
}

.widget19rowleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
  background-color: #000;
}

.widget19rowright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.widget19text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.widget19strap {
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 2px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-block-14 {
  width: 80%;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.widget19features {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.caseitemleft {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px none #fff;
  border-bottom: 1px dotted #fff;
  font-size: 13px;
  line-height: 17px;
}

.caseitemright {
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px none #fff;
  border-bottom: 1px dotted #fff;
  font-size: 13px;
  line-height: 17px;
}

.casefeaturerow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.casemore {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 6px 20px 6px 0px;
  border-top: 1px dotted #fff;
  background-color: #000;
  background-image: url('../images/whitearrowright.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.widget_21_content {
  display: block;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.designerslistings {
  display: block;
  height: auto;
  min-height: auto;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.designeritem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px dotted #000;
  border-bottom: 1px none #000;
}

.designeritemcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
}

.designeritemfeatures {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.designeritemfooter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}

.sectionwide {
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.herodestinationimage03 {
  height: 75vh;
  min-height: 700px;
  background-image: url('../images/©Guillaume-Plisson-for-Imperial-6077.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.widget03wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_container_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.her03contentwhite {
  display: block;
  padding: 30px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
}

.her03contentwhite.noleft {
  padding-left: 0px;
}

.hero03heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -5px;
  font-size: 65px;
  line-height: 65px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.hero03heading.white {
  color: #fff;
}

.captionheader {
  font-size: 12px;
  letter-spacing: 2px;
}

.her03contentblack {
  display: block;
  padding: 30px 50px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
}

.her03contentblack.noleft {
  padding-left: 0px;
}

.herodestinationimage04 {
  height: 66vh;
  min-height: 700px;
  background-image: url('../images/G8A1984.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.widget_19_highlight {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.widget_19_highlight.header {
  margin-bottom: 10px;
}

.widget19right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget19right.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 0px;
}

.widget18text-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.widget19intro {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 15px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.ddlangwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #fff;
}

.ddlangwrapper.last {
  border-bottom-style: none;
}

.navitem {
  padding: 0px 8px;
  border-right: 1px dotted #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navitem.w--open {
  padding-right: 8px;
  padding-left: 8px;
}

.navitem.bottom {
  padding-right: 10px;
  border: 1px none #000;
}

.navitem.bottom.w--current {
  color: #000;
  text-decoration: none;
}

.navitem.top {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 13px;
}

.navitem.language {
  padding-right: 0px;
  border-right-style: none;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  z-index: 999999;
  margin-top: 0px;
  margin-left: 10px;
}

.footer_social_icons {
  margin-top: 15px;
}

.nav-menu {
  z-index: 999;
  margin-top: 0px;
}

.text-block-23 {
  font-weight: 700;
}

.text-block-8 {
  font-size: 12px;
  letter-spacing: 1px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.burgercontacthead {
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px dotted #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ddwrapper {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #000;
}

.ddlink {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px dotted #fff;
  background-color: #000;
  font-family: futura-pt, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ddlink.w--current {
  color: #fff;
  font-weight: 600;
}

.ddlink.lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 0px;
  border-bottom-style: none;
}

.ddlink.ddlast {
  border-bottom-style: none;
}

.brand {
  margin-right: 10px;
}

.ddicon {
  height: 29.5px;
  padding-top: 10px;
}

.header_language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_top {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #fff;
}

.section_header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100000;
  overflow: visible;
}

.header_social_icons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.container_fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container_fixed.toptop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.burgercontact {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  z-index: 98;
  display: block;
  min-height: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.social_light {
  margin-right: 10px;
}

.social_light.user {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px dotted #000;
}

.social_light.last {
  margin-right: 0px;
}

.header_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.text-block-22 {
  font-weight: 700;
}

.hero_dots {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero_dots.intro {
  margin-bottom: 10px;
  opacity: 0;
}

.hero_dots.intro2 {
  margin-top: 30px;
  opacity: 0;
}

.hero_dots.shortcuts {
  margin-top: 0px;
}

.introvideo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-shortcuts {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.hero_shortcut {
  margin-right: 1px;
  margin-left: 1px;
  padding: 15px 15px 15px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/shape_arrow_right.svg'), url('../images/top_triangle.svg');
  background-position: 95% 50%, 0px 0px;
  background-size: 7px 14px, cover;
  background-repeat: no-repeat, no-repeat;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero1_content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #000;
  background-image: none;
  opacity: 1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero1_text1 {
  color: #fff;
  letter-spacing: 2px;
}

.hero1_text1._02 {
  opacity: 0;
}

.hero1_text1._01 {
  opacity: 0;
}

.introbg {
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.html-embed {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
}

.hero_shortcut_list {
  display: block;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkbox-title {
  position: static;
  left: 50px;
  display: none;
  width: 500px;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 50px;
  color: #5c7050;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.foothead {
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px dotted #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.foothead.last {
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-style: none;
  letter-spacing: 1px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.yes {
  display: inline;
  color: #c5ccb6;
  font-size: 16px;
  line-height: 22px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button_sitemap {
  width: 100%;
  margin-right: 60px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-style: dotted none none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  background-image: url('../images/shape_arrow_right.svg');
  background-position: 95% 50%;
  background-size: 7px 14px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button_sitemap.w--current {
  width: 100%;
  margin-right: 0px;
  white-space: nowrap;
}

.sitemapheader {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.checkbox-wrapper {
  z-index: 15;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  cursor: pointer;
}

.list-item {
  margin-right: 10px;
  padding-right: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.list-item.lastitem {
  border-right-style: none;
}

.section_footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.footercol {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footercol.contact {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.checkbox-sign {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: #fff;
  opacity: 0;
  font-size: 30px;
  cursor: pointer;
}

.checkbox-sign.w--redirected-checked {
  background-color: #0e1318;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.form-block {
  margin-bottom: 0px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.list.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.footercollleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-right: 20px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-15 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-10 {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.sitemaplistitem {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sitemaplistitem.last {
  border-bottom-style: none;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.policy-checkbox-link {
  color: #000;
  font-weight: 700;
}

.column {
  padding-left: 0px;
}

.footercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-2 {
  padding-left: 0px;
}

.footerform {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submit-button {
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footertxtfield {
  height: 35px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #000;
  line-height: 15px;
  text-transform: none;
}

.footertxtfield:active {
  color: #fff;
}

.footertxtfield.last {
  margin-right: 0px;
  text-transform: none;
}

.headerdots {
  display: block;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.headerdots.white {
  display: block;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

._20pxspacerdiv {
  width: 100%;
  height: 20px;
}

._60pxspacerdiv {
  width: 100%;
  height: 60px;
  min-height: auto;
}

._60pxspacerdiv.hidedesk {
  display: none;
}

._10pxspacerdiv {
  width: 100%;
  height: 10px;
}

._50pxspacerdiv {
  width: 100%;
  height: 50px;
}

._30pxspacerdiv {
  width: 100%;
  height: 30px;
}

._30pxspacerdiv.hidedesk {
  display: none;
}

.bodydots {
  display: block;
  max-width: none;
  margin-top: 0px;
}

.bodydots.white {
  display: block;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  text-align: left;
}

._2colimgblackbg {
  display: block;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.pageheaderdots {
  display: block;
  max-width: none;
}

.pageheaderdots.white {
  display: block;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.pageheaderdots.hidedesk {
  display: none;
}

.containerdark {
  display: block;
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #000;
  color: #fff;
}

.containerdark.advancedsearch {
  height: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.orderbycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  position: relative;
  z-index: 0;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 10px;
  border: 1px solid #000;
}

.searchform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.srchformfield {
  width: 25%;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.srchformfield.sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.srchformfield.charter2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.srchformfield.charter2.buttons {
  min-width: 25%;
  padding-top: 20px;
}

.srchformfield.news {
  width: 20%;
}

.srchformdropdown {
  width: 100%;
  height: 38px;
  padding-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  font-weight: 700;
}

.ddttx {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}

.dropdown-toggle-white {
  display: block;
  width: 100%;
  height: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  border: 1px none #000;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.text-block-24 {
  width: 100%;
  height: 38px;
  padding-top: 8px;
  padding-bottom: 0px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 1px;
}

.submitbtntext {
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.submitbtntext.white {
  color: #000;
}

.submitbtntext.blk {
  color: #000;
}

.searchcta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_grey {
  padding-right: 60px;
  padding-left: 60px;
  background-color: #f7f7f7;
}

.sectionintro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yachtpage_intro {
  max-width: 700px;
  padding-top: 0px;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.newsitemfooter-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}

.yachtlistings {
  display: block;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.itemimg-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.yachtscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-16 {
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  line-height: 21px;
}

.specitem {
  margin-bottom: 15px;
  padding-top: 6px;
  border-top: 1px dotted #000;
  border-bottom: 1px none #000;
  line-height: 19px;
  letter-spacing: 0px;
  text-transform: none;
}

.specitem.stat {
  margin-bottom: 31px;
}

.featurelist {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
}

.speclistitem {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: none;
}

.amenitieslistitem {
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: none;
}

.specstat {
  font-family: futura-pt-condensed, sans-serif;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0px;
  text-transform: none;
}

.introtextdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget23heading {
  font-size: 35px;
  line-height: 39px;
  font-weight: 800;
  letter-spacing: 4px;
}

.widget23heading.white {
  color: #fff;
}

.widget23image {
  height: 100vh;
  min-height: 700px;
  background-image: url('../images/2P7A9360RT2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.widget23content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget24image {
  height: 100vh;
  min-height: 700px;
  background-image: url('../images/1Y7A70072x_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.widget24wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-31 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 600px;
  min-height: 600px;
  background-color: #fff;
  color: #000;
}

.innerring {
  position: absolute;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.playarrow {
  position: absolute;
  display: block;
  padding-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.outerring {
  position: absolute;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.playtxt {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-17 {
  font-size: 17px;
  line-height: 21px;
}

.column-18 {
  font-size: 17px;
  line-height: 21px;
}

.column-19 {
  font-size: 17px;
  line-height: 21px;
}

.singleimage {
  display: block;
  max-width: 60%;
  padding-top: 30px;
  padding-bottom: 30px;
  -o-object-fit: fill;
  object-fit: fill;
}

.herodesigners {
  height: 66vh;
  background-image: url('../images/Igor-Lobanov-rendering-massive2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.widget_25_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herowhitetxt {
  display: block;
  padding: 30px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
}

.herowhitetxt.noleft {
  padding-left: 0px;
}

.heroshipyard {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
}

.heroshipyardimage {
  height: 75vh;
  background-image: url('../images/shipyards2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.herodesignerimage {
  height: 75vh;
  background-image: url('../images/®Guillaume-Plisson-5598-FILEminimizer2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heroshipyarddetail {
  height: 75vh;
  background-image: url('../images/Lurssen_Lemwerder-e14533967448342x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.quickview {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200000;
  display: none;
  width: 100vw;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  color: #000;
}

.quickviewdiv {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  padding: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.quickviewyacht {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px none #000;
  border-bottom: 1px none #000;
}

.quickviewyachtcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
}

.itemimg-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.quickviewdescription {
  padding-top: 20px;
  padding-bottom: 20px;
}

.widget26text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.panelcat {
  width: 60%;
  margin-top: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0px;
  border-top: 1px dotted #fff;
  background-color: #000;
  background-image: url('../images/whitearrowright.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.herodestinationimage05 {
  height: 66vh;
  background-image: url('../images/DIRECTORY_COVER_GRY_HEADER2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.headercta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 250px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}

.headerctabtn {
  display: block;
  width: auto;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px none #000;
  border-bottom: 1px none #000;
  background-color: transparent;
  background-image: url('../images/shape_arrow_right.svg');
  background-position: 100% 50%;
  background-size: 7px 14px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-32 {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.headertxtdiv {
  max-width: 350px;
  min-width: auto;
}

.widget26row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #fff;
}

.widget26rowleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
  background-color: #000;
}

.widget26rowright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.slideitemmob {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero2leftcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.84);
}

.hero2leftcontent._60t50b {
  background-color: hsla(0, 0%, 100%, 0.95);
}

.hero2left {
  width: 33%;
  min-width: 400px;
}

.hero2wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero2img {
  height: 100vh;
  background-image: url('../images/©Guillaume-Plisson-for-Imperial-8728.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero2_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_container-2 {
  display: block;
  max-width: 1440px;
  padding-top: 190px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero_container-2.destinations {
  padding-top: 0px;
}

.hero2heading {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 35px;
  line-height: 35px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero3img_mob {
  display: none;
  height: 100vh;
  background-image: url('../images/MISTRAL┬йKlausJordan160416-034.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero3img {
  height: 100vh;
  background-image: url('../images/Guillaume-Plisson---0041-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero4right {
  width: 33%;
  min-width: 400px;
}

.hero4_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero4img {
  height: 100vh;
  background-image: url('../images/©Guillaume-Plisson-for-Imperial-8282.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lookingfor-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.resultscontainer-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.text-span-3 {
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 4px;
}

.section_news {
  position: relative;
  z-index: 2;
  display: block;
  padding: 100px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.newscontainer-2 {
  display: block;
  margin: 60px auto 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.herocta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.homeheroctalink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.div-block-34 {
  border-right: 1px none #fff;
}

.div-block-35 {
  width: 1px;
  height: 40px;
  margin-top: 0px;
  border-right: 1px none #000;
  border-left: 1px dotted #fff;
}

.link-block-7 {
  color: #fff;
}

.specheading2 {
  margin-right: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none #000;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.partnertype {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
}

.partnerlink {
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 29px;
  font-weight: 300;
}

.container-4 {
  position: relative;
  max-width: 1440px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
}

.regionsocial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.pagepanel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  min-width: 350px;
  padding: 30px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.pagepaneltop {
  min-height: 50px;
  min-width: 350px;
  background-image: url('../images/bgtriangle.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.95;
}

.hero3_content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_hero_100vh-2 {
  position: relative;
  min-height: 100vh;
  opacity: 1;
}

.section_hero_100vh-2.hero1mobile {
  position: relative;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.introbg_mob {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intrologo {
  margin-bottom: 0px;
  opacity: 0;
}

.heromanagementimage {
  height: 66vh;
  background-image: url('../images/-Impérial-©Guillaume-Plisson-1Y7A4160.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.heromanagementimage.management {
  height: 75vh;
  background-image: url('../images/Imperial-©GuillaumePlisson-_K4A9570_R.jpg');
}

.section60tb {
  padding: 0px 60px 60px;
}

.destination-itinerary-col4 {
  padding-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-16 {
  color: #000;
  font-size: 16px;
}

.text-block-16.mt10 {
  padding-top: 0px;
  font-size: 16px;
  line-height: 20px;
}

.widget-destination-itinerary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14 {
  position: relative;
  display: block;
  min-height: auto;
}

.destination-itinerary-col3 {
  margin-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.destination-itinerary-list {
  margin-right: 0px;
  border-top: 1px dotted #fff;
}

.destination-itinerary-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.destination-itinerary-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
}

.destination-itinerary-image {
  width: 100%;
  margin-top: 0px;
}

.itinerary-attractions-listitem {
  padding: 5px 0px 20px;
  border-top: 1px dotted #000;
  border-bottom: 1px none #000;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: none;
}

.destination-itinerary-list-item {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #000;
  background-image: url('../images/shape_arrow_right.svg');
  background-position: 100% 50%;
  background-size: 6px 14px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.itinerary-heading2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.destination-itinerary-col1 {
  padding-right: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-26 {
  padding-top: 0px;
  padding-left: 100px;
}

.section_dark {
  padding: 0px 60px;
  background-color: #000;
}

.image-16 {
  width: 100%;
  max-width: 100%;
}

.hlinewhite {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dotted #f7f7f7;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.text-span-2-copy {
  color: #f7f7f7;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 4px;
}

.text-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 35px;
  line-height: 35px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.destination-informtion-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: right;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px none #fff;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.destination-informtion-header.topborder {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #f7f7f7;
}

.destination-informtion-header.topborder.peak {
  margin-top: 0px;
  margin-bottom: 15px;
  border-top-color: #000;
  line-height: 17px;
}

.heroregionimage {
  height: 100vh;
  min-height: 700px;
}

.regionslide {
  background-image: url('../images/AdobeStock_237442363.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.regionslide._2 {
  background-image: url('../images/AdobeStock_6265811_1.jpg');
}

.slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  min-height: 700px;
}

.regioninfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 140px;
  margin-left: 60%;
  padding: 0px 50px 50px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}

.regionslidecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.regionslideheader {
  padding-bottom: 0px;
  font-size: 25px;
  line-height: 29px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.destinationslidelink {
  display: inline-block;
  margin-top: 10px;
  padding-top: 6px;
  padding-right: 40px;
  padding-bottom: 0px;
  border-top: 1px dotted #000;
  border-bottom: 1px none #000;
  background-image: url('../images/shape_arrow_right.svg');
  background-position: 100% 50%;
  background-size: 6px 14px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tender-slier-navs {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: 60%;
}

.div-block-36 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 700px;
  margin-left: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info_top {
  width: 100%;
  margin-bottom: 60px;
  margin-left: 0px;
}

.column-22 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px none #000;
}

.column-23 {
  padding-right: 0px;
  padding-left: 80px;
  color: #000;
  font-size: 15px;
  line-height: 21px;
}

.textheaderpanel {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.text-block-28 {
  max-width: 300px;
  min-width: auto;
  font-size: 16px;
  line-height: 20px;
}

.heroregionimage2 {
  height: 100vh;
  background-image: url('../images/Maldives-1-e1453654807683_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-20 {
  width: 100%;
  min-width: 100%;
}

.section_region_header_slider {
  position: static;
  display: block;
  overflow: auto;
  height: 100vh;
  min-height: 700px;
  opacity: 1;
  -o-object-fit: none;
  object-fit: none;
}

.link {
  line-height: 27px;
}

.text-block-29 {
  font-size: 16px;
  line-height: 21px;
  text-align: left;
}

.text-block-30 {
  line-height: 21px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-shortcuts-mobile {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heroshipyard-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
}

.herocharter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
}

.heromanagementimage-charter {
  height: 66vh;
  background-image: url('../images/©-Guillaume-Plisson---49982x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.div-block-38 {
  position: static;
  height: 120px;
}

.loginform {
  display: block;
  width: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.loginformblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.checkbox-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 16px;
}

.herodestinationimagetop100 {
  height: 66vh;
  background-image: url('../images/top-100-superyachts2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.top100box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-31 {
  margin-top: 15px;
  font-size: 53px;
  line-height: 53px;
  font-weight: 300;
}

.applicationformblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.applicationform {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.formtitle {
  padding-top: 10px;
  border-top: 1px solid #000;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.formtitle.nobrdr {
  border-top-style: none;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.column-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.column-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.column-30 {
  padding-left: 0px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.formcheckbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-transform: capitalize;
}

.formcheckbox.lang {
  width: 33.3%;
  margin-right: 0px;
  margin-bottom: 23px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 14px;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-3 {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-right: 5px;
  border-color: #000;
  border-radius: 0px;
}

.checkbox-3.w--redirected-checked {
  padding: 0px;
  border-color: #000;
  background-color: #f7f7f7;
  background-image: url('../images/ImperialTick.svg');
}

.checkbox-label {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
}

.div-block-40-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.formselect {
  height: 38px;
  padding-top: 8px;
  padding-bottom: 10px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: #fff;
}

.formselect.white {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 15px;
  border-style: solid;
  border-color: #fff;
  background-color: transparent;
  background-image: url('../images/arrowdownwhite2x.png');
  background-position: 95% 50%;
  background-size: 10px 6px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.select-wrapper {
  margin-right: 10px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #000;
}

.column-31 {
  padding-right: 0px;
  padding-left: 0px;
}

.textarea-2 {
  border: 1px solid #000;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.column-33 {
  padding-right: 0px;
  padding-left: 0px;
}

.formsubtitle {
  height: auto;
  padding-right: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-41 {
  padding: 30px;
}

.pdfstat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dotted #000;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}

.pdfstatbold {
  margin-right: 5px;
}

.div-block-42 {
  padding: 30px;
  background-color: #f7f7f7;
}

.pdficon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.column-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.imagecontainer {
  padding: 30px;
}

.srchformadvanced {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-39-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100.000028%;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.checkbox-3-copy {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-right: 5px;
  border-color: #fff;
  border-radius: 0px;
}

.checkbox-3-copy.w--redirected-checked {
  padding: 0px;
  border-color: #000;
  background-color: #f7f7f7;
  background-image: url('../images/ImperialTick.svg');
}

.srchtype {
  height: auto;
  margin-right: 20px;
  padding-right: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px dotted #fff;
  color: #fff;
}

.div-block-43.charter {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.text-block-32 {
  width: auto;
  min-width: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 0px;
  border-top: 1px none #000;
  color: #fff;
  font-size: 15px;
}

.text-block-32.detail {
  width: auto;
  min-width: auto;
}

.sectionfiltersdesk {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 98;
}

.resetbtndiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 38px;
  margin-right: 5px;
  margin-left: 0px;
  padding: 8px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #000;
  cursor: pointer;
}

.icon-2 {
  margin-right: 10px;
}

.herocontact {
  height: 66vh;
  background-image: url('../images/Impérial-©Guillaume-Plisson-1Y7A3227_rt.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.labelnormal {
  border-radius: 17px;
  text-transform: none;
}

.time {
  font-size: 43px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: normal;
}

.heroevents {
  height: 75vh;
  background-image: url('../images/events2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.heropress {
  height: 75vh;
  background-image: url('../images/press2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.presssub {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
}

.pressname {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
}

.pressdate {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: none;
}

.heronews {
  height: 75vh;
  background-image: url('../images/news2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heronewsitemimg {
  height: 100vh;
  background-image: url('../images/newsitem2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-33 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
}

.newsh1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 35px;
  line-height: 35px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.block-quote {
  padding-right: 0px;
  padding-left: 0px;
  border-left-style: none;
  line-height: 26px;
  letter-spacing: 3px;
}

.newsleft {
  padding-right: 20px;
  padding-left: 0px;
}

.text-block-34 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.column-36 {
  padding-left: 20px;
}

.column-37 {
  padding-left: 20px;
}

.column-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dashcontainer {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-45 {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 25%;
  min-width: 300px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.div-block-46 {
  display: block;
  width: 75%;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f7f7f7;
}

.div-block-47 {
  position: static;
  top: 155px;
  margin-bottom: 40px;
  margin-left: 60px;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

.heading-2 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
}

.dashlistitem {
  margin-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #fff;
  background-image: url('../images/shape_arrow_right_light.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-weight: 500;
  letter-spacing: 2px;
}

.div-block-48 {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dashformrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.32);
}

.dashformlabel {
  min-width: 200px;
  color: #000;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dashform {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.dashformtxtfield {
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.22);
  background-color: hsla(0, 0%, 100%, 0.69);
  color: #000;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 1px;
}

.dashformtxtfield:focus {
  border-style: solid;
  border-color: #f7f7f7;
  background-color: #fff;
}

.text-block-35 {
  color: #000;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashcheckboxrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  letter-spacing: 1px;
}

.dashcheckboxlabel {
  margin-left: 10px;
  line-height: 14px;
  text-transform: uppercase;
}

.dashcols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.herocrew {
  height: 66vh;
  background-image: url('../images/Imperial-©GuillaumePlisson-_K4A9570_R.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.herowork {
  height: 66vh;
  background-image: url('../images/workatimperial2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bgcrew {
  min-height: 50px;
  min-width: 350px;
  background-image: url('../images/bg_large2x.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.crewbgimage {
  height: 100vh;
  background-image: url('../images/crew2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-40 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-41 {
  padding-left: 0px;
}

.herobuild {
  height: 66vh;
  background-image: url('../images/build2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-3 {
  color: #fff;
}

.applybtndiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 38px;
  margin-right: 0px;
  margin-left: 5px;
  padding: 8px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  cursor: pointer;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sectionfiltersmobile {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  z-index: 98;
  display: none;
}

.filterheadermob {
  display: block;
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #dfdfdf;
  color: #fff;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-53.charter {
  margin-right: -10px;
  margin-left: -10px;
  padding-bottom: 20px;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-22 {
  margin-left: 10px;
}

.text-block-36 {
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1px;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: uppercase;
}

.columns-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list_reasons {
  margin-bottom: 0px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 17px;
}

.listitemreason {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  text-transform: none;
}

.div-block-58 {
  padding-right: 20px;
}

.div-block-59 {
  width: 80px;
  padding-right: 20px;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
}

.degrees {
  width: 26px;
  margin-left: 10px;
}

.regionmap {
  width: 100%;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget19rightimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px none #000;
  border-left: 1px dotted #000;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

.herocharterguide {
  height: 75vh;
  background-image: url('../images/G8A1984_1.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.div-block-63 {
  margin-top: 20px;
}

.text-block-37 {
  font-weight: 700;
}

.text-block-38 {
  font-family: futura-pt, sans-serif;
  font-size: 43px;
  line-height: 48px;
  font-weight: 300;
}

.text-block-39 {
  display: block;
  margin-right: 180px;
  margin-left: 180px;
  font-size: 16px;
  text-align: center;
}

.homevidhero {
  position: relative;
  min-height: 66vh;
  background-color: #fff;
  opacity: 1;
}

.homevidhero.heroyacht {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.homevidhero.hero1 {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  opacity: 1;
}

.homevidhero.white-bg {
  background-color: #fff;
}

.column-42 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-64 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.enquire_wa {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.listitem {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . . . . . Area";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px none #000;
  font-size: 16px;
}

.listitem.nobrdr {
  margin-bottom: 0px;
  border-bottom-style: none;
  font-size: 13px;
  line-height: 17px;
}

.td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #000;
}

.td.image {
  min-width: 130px;
  border-bottom-style: dotted;
}

.listitemheader {
  display: inline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #000;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-65.image {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-66 {
  overflow: scroll;
  width: 100%;
  min-width: 1000px;
}

.dashelement {
  position: relative;
  width: 50%;
  min-height: 100px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px dotted #000;
}

.dashelement.wideelement {
  width: 100%;
}

.dashelements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dashheading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 53px;
  margin-bottom: 0px;
  padding: 10px 10px 10px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dotted #000;
  border-bottom: 1px none #000;
  color: #000;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rowrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px dotted #000;
  border-bottom: 1px none #000;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rowrow.pl0 {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px dotted #000;
  border-bottom-style: none;
}

.rowrow.pl0.line2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-style: none;
}

.rowrow.pl0.top {
  margin-top: 0px;
  padding-top: 4px;
  border-top-style: dotted;
  border-bottom-style: none;
}

.dashlabel {
  min-width: 120px;
  padding-top: 0px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
}

.savedrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px none #000;
}

.savedcol {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.savedcolright {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-43 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-44 {
  padding: 0px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.dashnumber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.dashnumber.ml10 {
  margin-left: 10px;
}

.dashcontacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dashcontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dashcontactimage {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.image-24 {
  width: 96px;
  height: 96px;
}

.image-25 {
  width: 96px;
  height: 96px;
}

.saveitemimage {
  height: 88px;
}

.image-27 {
  height: 88px;
}

.image-28 {
  height: 88px;
}

.profileimage {
  width: 100px;
  height: 100px;
}

.text-block-41 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  line-height: 21px;
}

.dashmessagewrapper {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dashmessagewrapper.pl0 {
  margin-left: 0px;
  padding-top: 4px;
  border-top: 1px dotted #000;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dashhomemsg {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px none #000;
}

.dashdocwrapper {
  margin: 0px 10px 15px;
  padding-top: 4px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px dotted #000;
}

.text-block-42 {
  margin-right: 20px;
}

.image-29 {
  position: static;
  margin-right: 0px;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 17px;
}

.text-block-43 {
  margin-right: 10px;
  margin-left: 10px;
  color: #000;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-43.pl0 {
  margin-left: 0px;
}

.dashmessage {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
}

.text-block-44 {
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 1px;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-30 {
  margin-left: 40px;
}

.div-block-72 {
  margin-right: 20px;
}

.yachtgridname {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-31 {
  margin-top: 10px;
  margin-left: 15px;
}

.footercontainer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  padding-top: 40px;
}

.div-block-73 {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.section_footer-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.text-block-45 {
  width: auto;
  margin-right: 30px;
  padding-bottom: 15px;
  white-space: normal;
}

.text-block-46 {
  white-space: normal;
}

.footercontactdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkboxtxt {
  font-size: 14px;
}

.checkboxtxt.title {
  padding-right: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px dotted #fff;
}

.enquireheadertxt {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-47 {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px dotted #000;
  border-left: 1px dotted #000;
  font-weight: 700;
}

.social_light_drop {
  margin-right: 10px;
}

.social_light_drop.user {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px dotted #000;
}

.social_light_drop.last {
  margin-right: 0px;
}

.checkbox-label-2 {
  font-size: 15px;
  font-weight: 400;
}

.div-block-77 {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget_case_study {
  display: block;
}

.herocase {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herocasecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  min-width: 350px;
  padding: 30px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.txt_case {
  margin-top: 10px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 2px;
}

.casestats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.column-12-copy {
  display: block;
  padding-left: 0px;
}

.column-12-copy {
  padding-right: 5px;
  padding-left: 5px;
}

.herocaseimage {
  height: 100vh;
  min-height: 700px;
  background-image: url('../images/THUNDER151124-293_RT.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hercasewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget_interview {
  display: block;
}

.herointerviewimage {
  height: 100vh;
  background-image: url('../images/SYIQ_100870.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.herointerview {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herointerviewwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herointerviewcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  min-width: 350px;
  padding: 30px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.rangecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-48 {
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-79 {
  display: none;
}

.widget_99 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.locationitem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px dotted #000;
  border-bottom: 1px none #000;
}

.destinationitem-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px dotted #000;
  border-bottom: 1px none #000;
}

.location {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
}

.location_location {
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 29px;
  font-weight: 300;
}

.backgroundvideo {
  position: absolute;
  z-index: 98;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
}

.html-embed-2 {
  height: 100vh;
  background-color: #000;
}

.heropartners {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 140px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heropartnersimg {
  height: 75vh;
  background-image: url('../images/build2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link_partner {
  font-style: italic;
  text-decoration: underline;
}

.partnercontentright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partnercontentleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wideheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partnerimg {
  display: block;
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.partnerimg.spacing-medium {
  margin-bottom: 0px;
}

.partnerimg.left {
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}

.div-block-80 {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.list-item-2 {
  margin-right: 10px;
  padding-right: 10px;
  border-style: none dotted none none;
  border-width: 1px;
  border-color: #fff;
}

.list-item-2.lastitem {
  border-right-style: none;
}

.policy-checkbox-link-2 {
  color: #000;
  font-weight: 700;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px dotted #fff;
}

.checkbox-4 {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 0px;
  border-radius: 0px;
  font-size: 20px;
  line-height: 20;
}

.checkbox-4.w--redirected-checked {
  padding: 4px;
  border-color: #fff;
  background-color: #000;
  background-size: 15px 15px;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget28image {
  height: 100vh;
  min-height: 700px;
  background-image: url('../images/Imperial-©GuillaumePlisson-_K4A9716.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-83 {
  padding-right: 10px;
}

.footer_discover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}

.modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.popup-close {
  width: 20px;
  height: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.newsarticlebody {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 800px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

.newsarticlebody.searchexpand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.newsdate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.99997%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1px;
}

.image-32 {
  display: none;
}

.text-block-49 {
  font-size: 16px;
  text-align: justify;
}

.text-block-50 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.text-block-51 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.text-block-52 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.text-block-53 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-54 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.text-block-55 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.text-block-56 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.text-block-57 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: none;
}

.text-block-58 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
}

.text-block-59 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.text-block-60 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
}

.text-block-61 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
}

.text-block-62 {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0px;
}

.text-block-63 {
  color: #000;
}

.txt_center {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.homevidheromobile {
  position: relative;
  min-height: 66vh;
  background-color: #fff;
  opacity: 1;
}

.homevidheromobile.heroyacht {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.homevidheromobile.hero1 {
  position: relative;
  display: none;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.homevidheromobile.white-bg {
  background-color: #fff;
}

.hero1contentmobile {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #000;
  opacity: 1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero1_text1-mobile {
  color: #fff;
  letter-spacing: 2px;
}

.hero1_text1-copy {
  color: #fff;
  letter-spacing: 2px;
}

.homeheroctalinkmobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.heroctamobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-block-35-copy {
  width: 1px;
  height: 40px;
  margin-top: 45px;
  border-right: 1px none #000;
  border-left: 1px dotted #fff;
}

.div-block-33-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.mobileintro {
  position: relative;
  display: none;
  width: 100vw;
  height: 100vh;
}

.mobileintrovideo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero1_contentmobile {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #000;
  opacity: 1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero1_text1-copy {
  color: #fff;
  letter-spacing: 2px;
}

.mobileintrocta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.div-block-35-copy {
  width: 1px;
  height: 40px;
  margin-top: 45px;
  border-right: 1px none #000;
  border-left: 1px dotted #fff;
}

.herocta-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero_dotsmobile {
  margin-top: 20px;
  margin-bottom: 20px;
}

.one_third {
  width: 33%;
  min-height: 100px;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-33 {
  margin-bottom: 30px;
}

.poptxt {
  width: 280px;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

.poptxt.mt20 {
  padding-top: 0px;
  font-size: 16px;
}

.poptxt.mt10 {
  margin-top: 6px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.poptxt.mt20 {
  padding-top: 20px;
}

.popcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lowercase {
  text-transform: lowercase;
}

.contactcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: -10px;
  padding-right: 60px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-13-copy {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.directoryimage {
  height: 100vh;
  min-height: 700px;
  min-width: 1300px;
  background-image: url('../images/DIRECTORY_COVER_GRY_HEADER2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px;
}

.dropdown-list-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-list-2.w--open {
  right: 0px;
  width: 242.34375px;
  height: 60px;
  margin-top: 0px;
  padding: 10px 0px 0px;
  background-color: transparent;
  background-image: url('../images/navicon2x_1navicon@2x.png');
  background-position: 213px 0%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.text-field {
  min-width: 200px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 10px;
  border: 5px solid #000;
  color: #000;
  text-transform: none;
}

.text-field::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 500;
}

.text-field:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
}

.text-field::-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
}

.text-field::placeholder {
  font-size: 12px;
  font-weight: 500;
}

.form-block-2 {
  margin-bottom: 0px;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 5px none #000;
}

.link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.text-block-64 {
  line-height: 13px;
}

.widget20div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.verticalflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div100 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-65 {
  font-family: futura-pt-condensed, sans-serif;
  font-size: 111px;
  line-height: 85px;
  font-weight: 400;
  text-align: center;
}

.crewstatcaption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1px;
}

._360divgraphic {
  position: absolute;
}

.widget29image {
  height: 100vh;
  min-height: 100vh;
  background-image: url('../images/Guillaume-Plisson-3734.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-87 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 60px;
  margin-left: 0px;
  padding-left: 60px;
}

.text-block-66 {
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
}

.widget29content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1560px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-13-copy {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.button_yacht_brochure {
  display: block;
  width: 100%;
  padding: 3px 0px;
  background-color: transparent;
  background-image: url('../images/Group-1571.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.button_yacht_brochure:hover {
  text-decoration: none;
}

.yachtstat_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dotted #000;
}

.yachtprice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none #000;
  color: #000;
  font-size: 13px;
  line-height: 17px;
}

.directoryfooter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}

.directoryname {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
}

.directoryname.qv {
  margin-top: 0px;
}

.text-block-67 {
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 1px;
}

.text-span-4 {
  font-weight: 700;
}

.section_dark-copy {
  padding: 0px 60px;
  background-color: #000;
}

.herodestinationleftslide {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-88 {
  width: 100%;
  float: left;
}

.div-block-89 {
  width: 50%;
  margin-left: 0px;
  padding-left: 10px;
  float: left;
}

.div-block-90 {
  width: 66%;
  float: left;
}

.div-block-89-copy {
  max-width: 33.3%;
  min-width: 32%;
  margin-left: 0px;
  padding-left: 10px;
  float: left;
}

.div-block-91 {
  padding-left: 10px;
}

.bold-text-2 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 800;
}

.messagetxt {
  padding-top: 5px;
}

.image-35 {
  margin-right: 15px;
  clear: left;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-95 {
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-96 {
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-97 {
  margin-right: 20px;
  margin-left: 0px;
  border-top: 1px solid #000;
}

.charts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.chartcol {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-98 {
  width: 40px;
}

.bold-text-3 {
  font-weight: 600;
}

.bold-text-4 {
  font-weight: 600;
}

.bold-text-5 {
  font-weight: 600;
}

.bold-text-6 {
  font-weight: 600;
}

.bold-text-7 {
  font-weight: 600;
}

.bold-text-8 {
  font-weight: 600;
}

.bold-text-9 {
  font-weight: 600;
}

.bold-text-10 {
  font-weight: 600;
}

.div-block-100 {
  display: none;
}

.formtitlefull {
  padding-top: 10px;
  border-top: 1px solid #000;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.formtitlefull.nobrdr {
  border-top-style: none;
}

.widget15imgcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget15img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro_anim_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-101 {
  width: 100%;
  height: 120px;
}

.introvideomob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.introvideotablet {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.controlcontainer {
  position: absolute;
  left: auto;
  top: 160px;
  right: 60px;
  bottom: auto;
  min-height: 10px;
  min-width: 10px;
  margin-right: 0px;
}

.infographicdiv {
  width: auto;
  padding-left: 20px;
}

._10pxto20pxmob {
  width: 100%;
  height: 10px;
}

.text-block-13-copy {
  width: 100%;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  text-align: justify;
}

.txt-justify {
  width: 100%;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.field25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

.widget16cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columntxt-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.columntxt-center.centre {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.columntxt-center.centre.contact {
  letter-spacing: 1px;
}

.specheadingwide {
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dotted #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.specheadingwide.last {
  border-bottom-style: dotted;
}

.txt-cd-lm {
  text-align: center;
}

.txt-ld-lm {
  text-align: left;
}

.txt-block-cd-lm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.txt-block-cd-lm.centre {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.txt-block-cd-lm.centre.contact {
  letter-spacing: 1px;
}

.widget20lefttext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px dotted #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-38 {
  opacity: 1;
}

.hero_dots_shortcut {
  margin-top: 0px;
  margin-bottom: 20px;
}

.hero_dots_shortcut.intro {
  margin-bottom: 10px;
  opacity: 0;
}

.hero_dots_shortcut.intro2 {
  margin-top: 30px;
  opacity: 0;
}

.hero_dots_shortcut.shortcuts {
  margin-top: 0px;
}

.image-39 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

._200pxspacerdiv {
  width: 100%;
  height: 0px;
  min-height: auto;
}

._200pxspacerdiv.hidedesk {
  display: none;
}

.tenders_slider {
  position: static;
  display: none;
  overflow: auto;
  height: 100vh;
  min-height: 700px;
  opacity: 1;
  -o-object-fit: none;
  object-fit: none;
}

.tenderimage {
  height: 100vh;
  min-height: 700px;
  background-image: url('../images/Maldives-1-e1453654807683_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tenderslide {
  background-image: url('../images/AdobeStock_237442363.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tenderslide._2 {
  background-image: url('../images/AdobeStock_6265811_1.jpg');
}

.tenderslideblock {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 150px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tenderslidecontainer {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 510px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tenderslideinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 400px;
  min-width: 350px;
  padding: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.95);
  color: #000;
}

.tenderheading {
  display: block;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 35px;
  line-height: 35px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.tendersubheader {
  padding-bottom: 0px;
  font-size: 25px;
  line-height: 29px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-40 {
  max-width: none;
}

.bold-text-11 {
  color: #000;
}

.bold-text-12 {
  letter-spacing: 3px;
}

.bold-text-13 {
  letter-spacing: 3px;
}

.text-block-68 {
  font-size: 13px;
}

.bold-text-14 {
  letter-spacing: 0px;
}

.sectionfiltersnews {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 98;
  margin-bottom: 30px;
}

.containerdarknews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.containerdarknews.advancedsearch {
  height: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.searchformnews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.directorylistings {
  display: block;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sanctions_pop-up {
  position: fixed;
  z-index: 999999;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.sanctions_container {
  max-width: 650px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sanctions_wrapper {
  position: relative;
  padding: 60px;
  border: 1px solid #000;
  background-color: #fff;
}

.imperial_logo_pop-up {
  width: 250px;
  max-width: 250px;
}

.pop-up_dots {
  display: block;
}

.pop-up_close {
  position: absolute;
  left: auto;
  top: 60px;
  right: 60px;
  bottom: auto;
}

.pop-up_close_img {
  width: 25px;
  height: 25px;
}

.pop-up_link {
  text-decoration: underline;
}

.body-2 {
  background-color: #d4d4d4;
}

@media screen and (max-width: 991px) {
  .section.gallery {
    display: block;
  }

  .section.desktoponly {
    display: none;
  }

  .container.searchexpandmob {
    padding-top: 20px;
  }

  .divider_h2 {
    margin-top: 0px;
  }

  .hline {
    display: block;
  }

  .text-span-2 {
    line-height: 35px;
  }

  .managementfooter {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-size: 7px 14px, cover;
    line-height: 14px;
  }

  .resultscontainer {
    display: block;
    width: 100%;
    margin: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .resultscontainer.directory {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .managementitem {
    width: 100%;
    min-width: auto;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right-style: none;
  }

  .managementitem.left {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }

  .managementitem.middle {
    display: block;
    margin-bottom: 0px;
  }

  .managementitem.right {
    width: 100%;
    margin-bottom: 0px;
  }

  .managementcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newstitle {
    line-height: 21px;
    letter-spacing: 2px;
  }

  .resultscontainer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0px;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .fluidimg-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsitemfooter {
    border-bottom-style: dotted;
  }

  .newsitem {
    width: 100%;
    margin-bottom: 60px;
    border-right-style: none;
    border-bottom-style: dotted;
  }

  .newsitem.middle {
    margin-bottom: 0px;
  }

  .newsitem.left {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .newsitem.middle {
    margin-bottom: 60px;
  }

  .newsitem.left {
    margin-bottom: 60px;
  }

  .news_social {
    margin-right: 0px;
  }

  .button_light.wide.mt60 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .destinationlistings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .chaletitemcontent {
    margin-right: 0px;
    margin-left: 0px;
  }

  .newsitemnobull {
    width: 100%;
  }

  .yachtitemprice {
    border-top-style: none;
  }

  .yachtitemyachtname.qv {
    margin-top: 20px;
  }

  .yachtitemcontent {
    margin-right: 0px;
    margin-left: 0px;
  }

  .yachtitem {
    width: 100%;
    margin-bottom: 30px;
    border-right-style: none;
    border-bottom-style: none;
  }

  .specheading {
    border-bottom-style: dotted;
  }

  .specheading.last {
    border-bottom-style: none;
  }

  .container-2 {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-2.menucontainer {
    position: absolute;
    z-index: 10000;
    width: 100%;
    padding-right: 40px;
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .widget02col.col60 {
    width: 80%;
  }

  .widgetintro {
    width: 80%;
  }

  .yachtvideo {
    height: 400px;
  }

  .heroyachtiteminfo {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .yachtstats {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
  }

  .overlayfooterdiv {
    position: relative;
    height: auto;
    padding-right: 60px;
    padding-left: 60px;
  }

  .yachth1 {
    margin-bottom: 20px;
    line-height: 54px;
    text-align: left;
    letter-spacing: 8px;
  }

  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_hero_100vh {
    display: block;
    min-height: auto;
  }

  .section_hero_100vh.heroyacht {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_hero_100vh.hero1 {
    display: none;
    min-height: 100vh;
  }

  .section_hero_100vh._100 {
    min-height: auto;
  }

  .columns-4 {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 0px;
  }

  .backgroundimgdiv {
    position: static;
    height: 33vh;
    min-height: 500px;
  }

  .destinationitem {
    width: 100%;
    margin-bottom: 30px;
    border-right-style: none;
    border-bottom-style: dotted;
  }

  .destinationitemcontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .widget_hero_02 {
    display: block;
  }

  .widget_hero_02.hidedesktop {
    display: block;
  }

  .herodestinationleftcontent {
    min-height: auto;
    padding: 0px;
  }

  .herodestinationwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bg_large {
    display: none;
  }

  .herodestinationimage {
    height: 33vh;
    min-height: 500px;
  }

  .herodestinationleft {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_container {
    padding-top: 0px;
  }

  .herodestination {
    position: static;
    min-height: auto;
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .destinationintro {
    width: 100%;
  }

  .introtext {
    max-width: 700px;
  }

  .widget_08_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .issueitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-width: 50%;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-style: dotted;
    border-bottom-style: none;
  }

  .issuuitemcontent {
    margin-right: 0px;
    margin-left: 0px;
  }

  .managementlistings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .managementitemcontent {
    margin-right: 0px;
    margin-left: 0px;
  }

  .widget_12_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columntxt {
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columntxt.centre {
    width: 80%;
  }

  .widget14cols {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div_flex_v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .widget14images.spacing-medium {
    min-height: 300px;
  }

  .widget_18_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .widget18div {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    direction: ltr;
  }

  .widget18div.imgtop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .widget18div.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .widget19leftimg {
    width: 100%;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-right-style: none;
  }

  .widget18right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .widget19row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .widget19row.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .widget19rowleft {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right-style: none;
  }

  .widget19rowleft.reverse {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .widget19rowleft.nopad {
    padding-top: 0px;
    padding-bottom: 0px;
    border-right-style: none;
  }

  .widget19rowright {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .widget19rowright.reverse {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .widget19rowright.nopad {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .casemore {
    margin-right: 5px;
    margin-left: 6px;
  }

  .designerslistings {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .designeritem {
    width: 100%;
    min-width: auto;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right-style: none;
  }

  .designeritemcontent {
    margin-right: 0px;
    margin-left: 0px;
    border-right-style: none;
  }

  .herodestinationimage03 {
    height: 33vh;
    min-height: 500px;
  }

  .widget03wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_container_03 {
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .her03contentwhite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
  }

  .hero03heading {
    margin-left: 0px;
    text-align: center;
  }

  .hero03heading.white {
    color: #000;
  }

  .her03contentblack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .herodestinationimage04 {
    height: 33vh;
    min-height: 500px;
  }

  .widget19right {
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .widget19right.left {
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navitem {
    display: block;
    margin-right: 60px;
    margin-left: 60px;
    padding: 10px 0px;
    border-bottom: 1px dotted #fff;
    border-right-style: none;
    color: #fff;
  }

  .navitem.w--open {
    padding-left: 0px;
  }

  .navitem.bottom {
    margin-right: 60px;
    margin-left: 60px;
    color: #fff;
    letter-spacing: 2px;
  }

  .navitem.top {
    display: block;
    padding-top: 30px;
    padding-left: 0px;
  }

  .navitem.language {
    color: #000;
  }

  .dropdown-list.w--open {
    position: static;
    margin-left: 0px;
    padding-left: 20px;
  }

  .footer_social_icons {
    margin-bottom: 20px;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    overflow: scroll;
    max-height: 100vh;
    min-height: 100vh;
    margin-top: 70px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 60px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: #000;
    color: #fff;
    letter-spacing: 1px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block-23 {
    letter-spacing: 2px;
  }

  .div-block-13 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

  .burgercontacthead {
    margin-right: 0px;
    border-top-style: none;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .ddwrapper {
    padding-right: 40px;
  }

  .ddlink {
    margin-right: 20px;
    margin-left: 24px;
    border-bottom-color: hsla(0, 0%, 100%, 0.5);
    font-size: 13px;
    font-weight: 400;
  }

  .ddlink.ddlast {
    margin-right: 0px;
  }

  .ddicon {
    display: none;
  }

  .header_language {
    display: none;
    padding-top: 0px;
  }

  .header_top {
    display: none;
  }

  .text-block-11 {
    margin-top: 10px;
    text-align: left;
  }

  .burgerflag {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  .section_header {
    position: fixed;
    z-index: 9999;
  }

  .div-block-18 {
    width: 100%;
    padding-top: 15px;
  }

  .menu-button {
    height: 70px;
    margin-right: 0px;
    padding: 25px 20px 20px;
  }

  .menu-button.w--open {
    padding-top: 25px;
    background-color: #fff;
  }

  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .text-block-20 {
    padding-top: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .container_fixed {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .burgercontact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 10px 50px 30px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }

  .social_light.user {
    display: none;
  }

  .social_light.user.wht {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text {
    display: inline;
  }

  .header_menu {
    height: 70px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }

  .text-block-22 {
    font-weight: 600;
    letter-spacing: 2px;
  }

  .image-5 {
    padding-bottom: 5px;
  }

  .hero_dots.intro {
    margin-bottom: 10px;
  }

  .hero_dots.intro2 {
    margin-top: 30px;
  }

  .introvideo {
    display: block;
  }

  .hero-shortcuts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-bottom: 120px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_shortcut {
    font-size: 14px;
    line-height: 17px;
  }

  .hero1_content {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #000;
    background-image: url('../images/AdobeStock_237442363_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero1_text1 {
    color: #fff;
  }

  .hero1_text1._02 {
    margin-bottom: 0px;
    color: #fff;
  }

  .hero1_text1._01 {
    margin-top: 0px;
    color: #fff;
  }

  .sitemapcontainer {
    margin-bottom: 20px;
  }

  .foothead {
    margin-right: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button_sitemap {
    margin-right: 0px;
  }

  .div-block-16 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section_footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .footercol {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footercol.contact {
    display: none;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-2 {
    display: block;
  }

  .footercollleft {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .column-3 {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footercontainer {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .column-2 {
    padding-right: 0px;
  }

  ._60pxspacerdiv.hidedesk {
    display: block;
    height: 60px;
  }

  ._60pxspacerdiv.hidemob {
    display: none;
  }

  ._30pxspacerdiv.hidedesk {
    display: block;
  }

  ._30pxspacerdiv.hidemob {
    display: none;
  }

  ._2colimgblackbg {
    width: 100%;
  }

  .pageheaderdots.white {
    -webkit-filter: none;
    filter: none;
    color: transparent;
  }

  .pageheaderdots.hidemobile {
    display: none;
  }

  .pageheaderdots.hidedesk {
    display: block;
  }

  .containerdark.mob {
    position: absolute;
    display: block;
    overflow: scroll;
    width: 100%;
    padding-top: 0px;
  }

  .searchform {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .srchformfield {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .srchformfield.sale {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .srchformfield.charter2 {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .srchformfield.charter2.buttons {
    width: 100%;
    padding-top: 0px;
  }

  .srchformfield.news {
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .srchformdropdown {
    padding-top: 0px;
  }

  .dropdown-toggle-white {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
  }

  .text-block-24 {
    height: 38px;
    padding-top: 8px;
  }

  .yachtpage_intro {
    width: auto;
    max-width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .yachtlistings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .yachtscontainer {
    display: block;
  }

  .introtextdiv {
    width: 100%;
  }

  .widget23heading {
    letter-spacing: 3px;
  }

  .widget23image {
    height: 480px;
    min-height: 480px;
  }

  .widget23content {
    position: static;
    padding: 0px;
  }

  .widget24image {
    height: 50vh;
    min-height: 500px;
  }

  .widget24wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon {
    color: #000;
  }

  .singleimage {
    width: 100%;
    max-width: none;
  }

  .herodesigners {
    height: 33vh;
  }

  .herowhitetxt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
  }

  .heroshipyard {
    position: static;
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .heroshipyardimage {
    height: 50vh;
  }

  .herodesignerimage {
    height: 33vh;
  }

  .heroshipyarddetail {
    height: 33vh;
  }

  .quickview {
    display: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quickviewdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
  }

  .quickviewyacht {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-style: none;
    border-bottom-style: dotted;
  }

  .quickviewyachtcontent {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .itemimg-4 {
    width: 100%;
  }

  .herodestinationimage05 {
    height: 33vh;
  }

  .headercta {
    width: 100%;
  }

  .widget26row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .widget26row.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .widget26rowleft {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .widget26rowright {
    width: 100%;
  }

  .hero2leftcontent {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero2leftcontent._60t50b {
    padding-right: 60px;
    padding-bottom: 50px;
    padding-left: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero2left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero2wrapper {
    position: static;
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero2img {
    height: 50vh;
    min-height: 500px;
    background-position: 0% 0%;
  }

  .hero2_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_container-2 {
    padding-top: 0px;
  }

  .hero2heading {
    text-align: center;
  }

  .hero3img_mob {
    display: block;
    height: 50vh;
    min-height: 500px;
    background-image: url('../images/Guillaume-Plisson-0055.jpg');
    background-position: 100% 100%;
    text-align: justify;
  }

  .hero3img {
    display: none;
    height: 50vh;
    min-height: 500px;
    text-align: justify;
  }

  .hero4right {
    width: 80%;
  }

  .hero4_content {
    padding-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero4img {
    height: 50vh;
    min-height: 500px;
  }

  .lookingfor-2 {
    margin-top: 0px;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .resultscontainer-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0px;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .section_news {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-33 {
    margin-bottom: 0px;
  }

  .regionsocial {
    margin-right: 0px;
  }

  .pagepanel {
    min-height: auto;
    padding: 0px;
  }

  .pagepaneltop {
    display: none;
  }

  .hero3_content-copy {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section_hero_100vh-2 {
    display: block;
    min-height: auto;
  }

  .section_hero_100vh-2.hero1mobile {
    display: none;
    min-height: 100vh;
    background-image: url('../images/Imperial-©GuillaumePlisson-_G8A0170.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .intrologo {
    height: 65px;
    margin-bottom: 0px;
  }

  .heromanagementimage {
    height: 33vh;
  }

  .section60tb {
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .destination-itinerary-col4 {
    margin-top: 0px;
  }

  .image-14 {
    margin-bottom: 0px;
    padding-left: 10px;
  }

  .destination-itinerary-col3 {
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .destination-itinerary-col2 {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .destination-itinerary-cols {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .destination-itinerary-col1 {
    width: 50%;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-26 {
    padding-left: 0px;
  }

  .section_dark {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-27 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-17 {
    margin-bottom: 0px;
  }

  .destination-informtion-header.topborder {
    margin-top: 30px;
  }

  .destination-informtion-header.topborder.peak {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .heroregionimage {
    height: 50vh;
  }

  .slider {
    height: auto;
    min-height: auto;
    background-color: #fff;
  }

  .tender-slier-navs {
    display: none;
  }

  .info_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-22 {
    display: block;
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .column-23 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heroregionimage2 {
    height: 33vh;
    min-height: 500px;
    background-image: url('../images/AdobeStock_237442363.jpg');
  }

  .image-20 {
    width: 100%;
  }

  .section_region_header_slider {
    display: none;
    min-height: auto;
  }

  .mobilewatch {
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .hero-shortcuts-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heroshipyard-copy {
    position: static;
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .herocharter {
    position: static;
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .heromanagementimage-charter {
    height: 33vh;
  }

  .div-block-38 {
    display: none;
  }

  .herodestinationimagetop100 {
    height: 33vh;
  }

  .formtitle {
    margin-right: 10px;
  }

  .columns-7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-30 {
    display: block;
    padding-right: 0px;
  }

  .formcheckbox.lang {
    width: auto;
    margin-bottom: 0px;
  }

  .div-block-40-copy {
    margin-right: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .formselect {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .select-wrapper {
    margin-bottom: 0px;
  }

  .column-31 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .textarea-2 {
    min-height: 150px;
    margin-right: 10px;
  }

  .columns-9 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-10 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .formsubtitle {
    line-height: 12px;
  }

  .srchformadvanced {
    display: block;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-39-copy {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .srchtype {
    width: 94px;
    line-height: 12px;
  }

  .div-block-43 {
    margin-bottom: 10px;
  }

  .text-block-32 {
    width: 100%;
    padding-bottom: 10px;
  }

  .text-block-32.detail {
    width: 33.33%;
  }

  .sectionfiltersdesk {
    top: 60px;
    display: none;
  }

  .resetbtndiv {
    min-width: 50%;
    text-transform: uppercase;
  }

  .herocontact {
    height: 33vh;
  }

  .heroevents {
    height: 33vh;
  }

  .heropress {
    height: 33vh;
  }

  .heronews {
    height: 33vh;
  }

  .heronewsitemimg {
    height: auto;
    padding-right: 60px;
    padding-left: 60px;
    background-image: none;
    background-size: auto;
  }

  .newsh1 {
    margin-bottom: 0px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 4px;
  }

  .dashcontainer {
    position: relative;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-45 {
    position: static;
    top: 70px;
    width: 100%;
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-46 {
    width: 100%;
    padding-bottom: 60px;
  }

  .div-block-47 {
    position: static;
    margin-right: 60px;
    margin-bottom: 30px;
  }

  .dashlistitem {
    margin-right: 0px;
  }

  .div-block-48 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-50 {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .herocrew {
    height: 33vh;
  }

  .herowork {
    height: 33vh;
  }

  .bgcrew {
    display: none;
  }

  .crewbgimage {
    height: 50vh;
  }

  .herobuild {
    height: 33vh;
  }

  .applybtndiv {
    text-transform: uppercase;
  }

  .div-block-52 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sectionfiltersmobile {
    top: 70px;
    z-index: 998;
    display: block;
  }

  .filterheadermob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
  }

  .div-block-57 {
    display: block;
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list_reasons {
    padding-left: 17px;
  }

  .div-block-61 {
    padding-left: 60px;
  }

  .widget19rightimg {
    width: 100%;
    margin-right: 0px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-left-style: none;
  }

  .div-block-62 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .herocharterguide {
    height: 33vh;
    background-position: 50% 50%;
  }

  .text-block-39 {
    margin-right: 80px;
    margin-left: 80px;
  }

  .homevidhero {
    display: block;
    min-height: auto;
  }

  .homevidhero.heroyacht {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homevidhero.hero1 {
    display: block;
    min-height: 100vh;
  }

  .listitem {
    overflow: visible;
  }

  .div-block-66 {
    overflow: auto;
  }

  .dashelement {
    width: 100%;
    margin-bottom: 40px;
    border-right-style: none;
  }

  .dashheading {
    padding-right: 0px;
    padding-left: 0px;
  }

  .rowrow.pl0 {
    margin-right: 0px;
  }

  .savedrow {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dashnumber.ml10 {
    margin-left: 0px;
  }

  .dashcontacts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dashcontact {
    width: 50%;
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dashcontactimage {
    width: 180px;
    height: 180px;
  }

  .dashmessagewrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dashdocwrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-43 {
    margin-left: 0px;
  }

  .footercontainer-2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .columns-14 {
    display: block;
  }

  .section_footer-2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .div-block-76 {
    padding-bottom: 10px;
    text-transform: uppercase;
  }

  .social_light_drop.user.wht {
    padding-right: 0px;
    padding-left: 0px;
  }

  .widget_case_study {
    display: block;
  }

  .herocase {
    position: static;
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .herocasecontent {
    min-height: auto;
    padding: 0px;
  }

  .casestats {
    width: 100%;
    margin-left: 0px;
  }

  .herocaseimage {
    height: 33vh;
    min-height: 500px;
  }

  .hercasewrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .widget_interview {
    display: block;
  }

  .herointerviewimage {
    height: 33vh;
  }

  .herointerview {
    position: static;
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .herointerviewwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .herointerviewcontent {
    min-height: auto;
    padding: 0px;
  }

  .rangecontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .rangeright {
    margin-top: 10px;
  }

  .mobileflag {
    width: 20px;
    height: 20px;
  }

  .div-block-79 {
    position: relative;
    display: block;
  }

  .locationitem {
    width: 100%;
    margin-bottom: 30px;
    border-right-style: none;
    border-bottom-style: dotted;
  }

  .destinationitem-copy {
    width: 100%;
    margin-bottom: 30px;
    border-right-style: none;
    border-bottom-style: dotted;
  }

  .backgroundvideo {
    position: static;
    display: block;
    height: 33vh;
    min-height: 500px;
  }

  .heropartners {
    position: static;
    min-height: auto;
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .heropartnersimg {
    height: 50vh;
  }

  .partnercontentright {
    padding-bottom: 0px;
  }

  .widget28image {
    height: 480px;
    min-height: 480px;
  }

  .footer_discover {
    border-bottom-style: none;
  }

  .newsarticlebody {
    width: auto;
  }

  .newsarticlebody.searchexpandmob {
    padding-top: 20px;
  }

  .image-32 {
    display: block;
  }

  .column-46 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .homevidheromobile {
    display: block;
    min-height: auto;
  }

  .homevidheromobile.heroyacht {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homevidheromobile.hero1 {
    display: none;
  }

  .hero1contentmobile {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #000;
  }

  .hero1_text1-mobile {
    color: #fff;
  }

  .hero1_text1-copy {
    color: #fff;
  }

  .homeheroctalinkmobile {
    color: #000;
  }

  .div-block-33-copy {
    margin-bottom: 100px;
  }

  .mobileintro {
    display: none;
    overflow: visible;
    height: auto;
    max-height: 100vh;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobilevideo {
    height: 50vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mobileintrocontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mobileintrovideo {
    position: relative;
    height: 50vh;
  }

  .hero1_contentmobile {
    position: static;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }

  .hero1_text1-copy {
    color: #fff;
  }

  .mobileintrocta {
    margin-bottom: 0px;
  }

  .div-block-35-copy {
    margin-top: 0px;
    border-right-color: #000;
    border-left-color: #000;
  }

  .one_third {
    width: 100%;
  }

  .contactcontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .directoryimage {
    height: 33vh;
    min-height: 500px;
    min-width: auto;
    background-position: 100% 50%;
  }

  .introsplitlogo {
    height: 65px;
  }

  .widget20div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    direction: ltr;
  }

  .widget20div.imgtop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .widget20div.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  ._360divgraphic {
    display: none;
  }

  .widget29image {
    min-height: 400px;
    background-position: 50% 100%;
  }

  .text-block-66 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .widget29content {
    position: absolute;
    display: block;
    padding: 60px;
  }

  .image-34 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown {
    display: block;
    overflow: visible;
  }

  .directoryname {
    line-height: 21px;
  }

  .directoryname.qv {
    margin-top: 20px;
  }

  .section_dark-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .herodestinationleftslide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-89 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .div-block-89-copy {
    padding-left: 0px;
  }

  .div-block-91 {
    padding-right: 10px;
    padding-left: 0px;
  }

  .div-block-92 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .div-block-95 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-96 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-97 {
    display: block;
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .charts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-98 {
    height: 30px;
  }

  .div-block-100 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100vw;
    height: 70px;
    max-height: 70px;
    background-color: #fff;
  }

  .formtitlefull {
    margin-right: 0px;
  }

  .widget15imgcontainer {
    height: 400px;
  }

  .div-block-101 {
    height: 75px;
    min-width: 0px;
  }

  .introvideomob {
    display: none;
  }

  .introvideotablet {
    display: block;
  }

  .controlcontainer {
    top: 120px;
  }

  .controlcontainer.yacht {
    display: none;
  }

  .image-36 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .image-37 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .widget16cols {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .columntxt-center.centre {
    width: 80%;
  }

  .specheadingwide {
    border-bottom-style: dotted;
  }

  .specheadingwide.last {
    border-bottom-style: none;
  }

  .txt-cd-lm {
    text-align: center;
  }

  .txt-ld-lm {
    text-align: left;
  }

  .txt-block-cd-lm {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .txt-block-cd-lm.centre {
    width: 80%;
  }

  .widget20lefttext {
    width: 100%;
    margin-right: 0px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-right-style: none;
  }

  .hero_dots_shortcut.intro {
    margin-bottom: 10px;
  }

  .hero_dots_shortcut.intro2 {
    margin-top: 30px;
  }

  ._200pxspacerdiv {
    height: 0px;
  }

  ._200pxspacerdiv.hidedesk {
    display: block;
    height: 60px;
  }

  ._200pxspacerdiv.hidemob {
    display: none;
  }

  .tenders_slider {
    display: block;
    height: auto;
    min-height: auto;
  }

  .tenderimage {
    height: 33vh;
    min-height: 500px;
  }

  .tenderslide {
    height: auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .tenderslideblock {
    position: static;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 70px;
    padding-left: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tenderslidecontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tenderslideinfo {
    min-height: auto;
    padding: 0px;
  }

  .icon-4 {
    position: absolute;
    margin-top: 149.75px;
    color: #000;
    font-size: 30px;
  }

  .icon-5 {
    margin-top: 149.75px;
    color: #000;
    font-size: 30px;
    font-weight: 400;
  }

  .tendersubheader {
    text-align: center;
  }

  .tender-right-arrow {
    margin-top: 50vh;
  }

  .tender-left-arrow {
    margin-top: 50vh;
  }

  .sectionfiltersnews {
    top: 70px;
    display: block;
  }

  .containerdarknews.mob {
    position: absolute;
    display: block;
    overflow: scroll;
    width: 100%;
    padding-top: 0px;
  }

  .image-41 {
    width: auto;
    height: auto;
    max-width: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .div-block-102 {
    overflow: hidden;
    width: 100%;
    height: 50vh;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/Guillaume-Plisson---0041-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .directorylistings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sanctions_pop-up {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sanctions_container {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.gallery {
    display: none;
  }

  .section.gallerymob {
    display: block;
  }

  .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .divider_h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .divider_h2.spacing-medium.gallery {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hline {
    display: none;
    border-bottom-color: #64003c;
  }

  .heading1 {
    width: 100%;
    font-size: 32px;
    line-height: 32px;
  }

  .text-span-2 {
    font-size: 35px;
    line-height: 35px;
    white-space: normal;
  }

  .resultscontainer {
    width: 100%;
  }

  .resultscontainer.directory {
    margin-right: 0px;
    margin-left: 0px;
  }

  .managementitem {
    width: 100%;
  }

  .managementcontainer {
    display: block;
  }

  .resultscontainer-2 {
    width: 100%;
  }

  .newsitemfooter {
    border-bottom-style: dotted;
  }

  .newsitem {
    width: 100%;
  }

  .news_social {
    margin-right: 0px;
  }

  .destinationlistings {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .newsitemnobull {
    width: 100%;
  }

  .body {
    color: #000;
  }

  .yachtitem {
    width: 100%;
    border-bottom-style: none;
  }

  .container-2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container-2.menucontainer {
    padding-right: 10px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mask {
    margin-right: 30px;
    margin-left: 30px;
  }

  .hlinevertical {
    border-bottom-color: #64003c;
  }

  .slidecontainer {
    padding-left: 0px;
  }

  .div-block-21 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .widget02col.col60 {
    width: 100%;
  }

  .widgetintro {
    width: 100%;
  }

  .widget_04content {
    max-width: 100%;
  }

  .yachtvideo {
    height: 300px;
  }

  .heroyachtiteminfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .yachtstats {
    min-width: auto;
    padding-right: 0px;
  }

  .overlayfooterdiv {
    padding-right: 30px;
    padding-left: 30px;
  }

  .yachth1 {
    display: block;
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 59px;
    text-align: left;
    letter-spacing: 6px;
  }

  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .yachtstat {
    margin-right: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .columns-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .backgroundimgdiv {
    min-height: 350px;
  }

  .column-13 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button_yachtenquire {
    padding-left: 0px;
  }

  .destinationitem {
    width: 100%;
  }

  .destinationitemcontent {
    border-top-width: 0px;
    border-bottom-style: none;
  }

  .herodestinationimage {
    min-height: 350px;
  }

  .herodestinationleft {
    width: 100%;
  }

  .herodestination {
    padding-right: 30px;
    padding-left: 30px;
  }

  .destinationintro {
    width: 100%;
  }

  .widget_08 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .widget_08_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .issueitem {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
  }

  .issuuintro {
    width: 100%;
  }

  .columntxt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columntxt.centre.contact {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-13 {
    padding-bottom: 0px;
    text-align: left;
  }

  .widget14cols {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div_flex_v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .widget_13_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .widget14images.spacing-medium {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .widget14images_left {
    width: 100%;
    height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .widget14images_right {
    height: 400px;
    margin-top: 30px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .widget17images.spacing-medium {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .widget17images_left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .widget17images_right {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  ._2colimg {
    margin-top: 0px;
  }

  .widget19leftimg {
    border-right-style: none;
  }

  .widget18right {
    padding-right: 30px;
    padding-left: 30px;
  }

  .widget19strap {
    line-height: 17px;
  }

  .designeritem {
    width: 100%;
    margin-bottom: 30px;
  }

  .herodestinationimage03 {
    min-height: 350px;
  }

  .hero03heading {
    margin-left: 0px;
    font-size: 35px;
    line-height: 35px;
    white-space: normal;
  }

  .herodestinationimage04 {
    min-height: 350px;
  }

  .widget_19_highlight {
    width: 80%;
  }

  .widget_19_highlight.header {
    width: 100%;
  }

  .widget19right {
    padding-left: 0px;
  }

  .widget18text-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }

  .widget19intro {
    line-height: 35px;
  }

  .navitem {
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 0px;
  }

  .navitem.bottom {
    margin-right: 30px;
    margin-left: 30px;
  }

  .nav-menu {
    margin-top: 60px;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ddwrapper {
    padding-right: 20px;
    padding-left: 9px;
  }

  .ddlink {
    margin-right: 10px;
    margin-left: 0px;
  }

  .brand {
    padding-left: 0px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .section_header {
    position: fixed;
    z-index: 100000;
  }

  .menu-button {
    height: 60px;
    margin-right: 0px;
    padding-top: 20px;
  }

  .menu-button.w--open {
    padding-top: 20px;
  }

  .burgercontact {
    padding-right: 20px;
    padding-left: 30px;
  }

  .navbar {
    position: static;
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header_menu {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    height: 60px;
    padding-right: 0px;
  }

  .image-5 {
    width: 80%;
  }

  .hero_dots.intro {
    margin-bottom: 10px;
  }

  .introvideo {
    position: absolute;
    display: none;
    height: 100vh;
  }

  .hero-shortcuts {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero_shortcut {
    margin-right: 1px;
    margin-left: 1px;
    background-size: 6px, cover;
  }

  .hero1_content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url('../images/AdobeStock_237442363_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero1_text1 {
    color: #000;
  }

  .hero1_text1._02 {
    margin-bottom: 0px;
  }

  .hero1_text1._01 {
    margin-top: 0px;
  }

  .introbg {
    height: 100vh;
  }

  .hero_shortcut_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .checkbox-wrapper {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section_footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkbox {
    font-size: 14px;
    line-height: 24px;
  }

  .footercollleft {
    width: 100%;
  }

  ._60pxspacerdiv {
    height: 30px;
  }

  ._60pxspacerdiv.hidedesk {
    height: 30px;
  }

  .bodydots {
    display: block;
  }

  .containerdark {
    padding: 31px;
  }

  .containerdark.advancedsearch {
    padding: 0px 30px;
  }

  .containerdark.mob {
    position: absolute;
    overflow: scroll;
    padding: 0px 30px;
  }

  .searchform {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .srchformfield.sale {
    width: 100%;
  }

  .srchformfield.charter2 {
    width: 100%;
  }

  .section_grey {
    padding-right: 30px;
    padding-left: 30px;
  }

  .sectionintro {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading1-2 {
    width: 100%;
    font-size: 32px;
    line-height: 32px;
  }

  .yachtscontainer {
    display: block;
  }

  .column-16 {
    padding-right: 0px;
  }

  .specitem.stat {
    margin-bottom: 10px;
  }

  .introtextdiv {
    width: 100%;
  }

  .widget23heading {
    line-height: 35px;
  }

  .widget23image {
    min-height: 350px;
  }

  .widget23content {
    padding: 30px;
  }

  .widget24image {
    min-height: 350px;
  }

  .column-17 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .singleimage {
    width: 100%;
  }

  .widget_25_content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heroshipyard {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heroshipyardimage {
    height: 40vh;
  }

  .quickview {
    display: none;
    height: auto;
  }

  .quickviewdiv {
    display: block;
    width: 90%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .quickviewyacht {
    width: 100%;
  }

  .headerctabtn {
    padding-right: 0px;
  }

  .slideitemmob {
    padding: 0px;
  }

  .hero2left {
    width: 100%;
  }

  .hero2wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero2img {
    min-height: 350px;
    background-position: 50% 50%;
  }

  .hero3img_mob {
    min-height: 350px;
    background-position: 50% 50%;
  }

  .hero3img {
    min-height: 350px;
    background-position: 0% 50%;
  }

  .hero4right {
    width: 100%;
  }

  .hero4img {
    min-height: 350px;
  }

  .lookingfor-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .resultscontainer-3 {
    width: 100%;
  }

  .text-span-3 {
    line-height: 35px;
  }

  .section_news {
    padding-right: 40px;
    padding-left: 40px;
  }

  .regionsocial {
    margin-right: 0px;
  }

  .introbg_mob {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intrologo {
    height: auto;
    margin-bottom: 0px;
  }

  .section60tb {
    padding-right: 40px;
    padding-left: 40px;
  }

  .destination-itinerary-col4 {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .image-14 {
    width: 60%;
    padding-left: 0px;
  }

  .destination-itinerary-col3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .destination-itinerary-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .destination-itinerary-col1 {
    width: 100%;
    padding-right: 0px;
  }

  .section_dark {
    display: block;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hlinewhite {
    border-bottom-color: #fff;
  }

  .text-span-2-copy {
    line-height: 35px;
  }

  .heroregionimage2 {
    min-height: 350px;
  }

  .hero-shortcuts-mobile {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heroshipyard-copy {
    padding-right: 30px;
    padding-left: 30px;
  }

  .herocharter {
    padding-right: 30px;
    padding-left: 30px;
  }

  .checkbox-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .columns-7 {
    display: block;
  }

  .columns-8 {
    display: block;
  }

  .column-30 {
    padding-right: 0px;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .formcheckbox {
    margin-bottom: 0px;
  }

  .formcheckbox.lang {
    width: auto;
  }

  .div-block-40 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-40-copy {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .select-wrapper {
    margin-right: 0px;
    padding-right: 0px;
  }

  .textarea-2 {
    min-height: 200px;
    margin-right: 0px;
  }

  .pdfstat {
    margin-right: 0px;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-39-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .srchtype {
    width: 100%;
    margin-bottom: 10px;
  }

  .text-block-32.detail {
    width: 100%;
    padding-bottom: 5px;
  }

  .heronewsitemimg {
    padding-right: 30px;
    padding-left: 30px;
  }

  .newsh1 {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 4px;
  }

  .div-block-45 {
    margin-top: 60px;
  }

  .div-block-46 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .dashformrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-41 {
    padding-right: 0px;
  }

  .applybtndiv {
    min-width: 50%;
  }

  .sectionfiltersmobile {
    top: 60px;
  }

  .filterheadermob {
    height: 60px;
    padding: 0px;
  }

  .list_reasons {
    padding-left: 17px;
  }

  .listitemreason {
    font-size: 17px;
    line-height: 21px;
  }

  .div-block-61 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-62 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block-39 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .homevidhero.hero1 {
    display: block;
  }

  .div-block-66 {
    overflow: auto;
  }

  .rowrow {
    margin-right: 0px;
    margin-left: 0px;
  }

  .savedrow {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dashcontact {
    width: 50%;
    margin-top: 30px;
  }

  .dashcontactimage {
    width: 140px;
    height: 140px;
  }

  .saveitemimage {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .profileimage {
    margin-bottom: 20px;
  }

  .section_footer-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-74 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-78 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .herocase {
    padding-right: 30px;
    padding-left: 30px;
  }

  .column-12-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-12-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .herocaseimage {
    min-height: 350px;
  }

  .herointerview {
    padding-right: 30px;
    padding-left: 30px;
  }

  .locationitem {
    width: 100%;
  }

  .destinationitem-copy {
    width: 100%;
  }

  .backgroundvideo {
    display: block;
    min-height: 300px;
  }

  .heropartners {
    padding-right: 30px;
    padding-left: 30px;
  }

  .partnercontentright {
    padding-right: 30px;
    padding-left: 30px;
  }

  .partnercontentleft {
    padding-right: 30px;
    padding-left: 30px;
  }

  .widget28image {
    min-height: 350px;
  }

  .div-block-83 {
    padding-right: 0px;
  }

  .footer_discover {
    border-bottom-style: none;
  }

  .newsarticlebody {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .txt_center {
    padding-bottom: 30px;
  }

  .homevidheromobile.hero1 {
    display: block;
    background-color: #fff;
  }

  .hero1contentmobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }

  .hero1_text1-mobile {
    margin-bottom: 20px;
    color: #000;
  }

  .hero1_text1-mobile._01 {
    color: #000;
  }

  .hero1_text1-copy._02 {
    color: #000;
  }

  .homeheroctalinkmobile {
    color: #000;
  }

  .div-block-35-copy {
    border-right-color: #000;
    border-left-color: #000;
  }

  .div-block-33-copy {
    margin-top: 20px;
  }

  .mobileintro {
    display: none;
    overflow: auto;
    height: auto;
    max-height: 100vh;
    min-height: 100vh;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }

  .mobilevideo {
    height: 45vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mobileintrocontent {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mobileintrovideo {
    position: relative;
    z-index: 999;
    height: 45vh;
  }

  .hero1_contentmobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .mobileintrocta {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .div-block-35-copy {
    margin-top: 0px;
  }

  .contactcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-block-13-copy {
    display: block;
    padding-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .directoryimage {
    min-height: 350px;
  }

  .introsplitlogo {
    height: 35px;
  }

  .widget20div {
    min-height: auto;
  }

  .text-block-66 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .widget29content {
    padding: 30px;
  }

  .text-block-13-copy {
    padding-bottom: 0px;
    text-align: left;
  }

  .button_yacht_brochure {
    padding-left: 0px;
  }

  .yachtprice {
    margin-right: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section_dark-copy {
    display: block;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .herodestinationleftslide {
    width: 100%;
  }

  .div-block-100 {
    height: 60px;
    max-height: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .widget15imgcontainer {
    height: 300px;
  }

  .div-block-101 {
    height: 60px;
  }

  .introvideomob {
    position: absolute;
    display: block;
    height: 100vh;
  }

  .introvideotablet {
    position: absolute;
    display: none;
    height: 100vh;
  }

  .controlcontainer {
    top: 100px;
    right: 30px;
  }

  ._10pxto20pxmob {
    display: none;
    height: 20px;
  }

  .text-block-13-copy {
    padding-bottom: 0px;
    text-align: left;
  }

  .txt-justify {
    padding-bottom: 0px;
    text-align: left;
  }

  .widget16cols {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .columntxt-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columntxt-center.centre.contact {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .txt-cd-lm {
    text-align: left;
  }

  .txt-block-cd-lm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .txt-block-cd-lm.centre.contact {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .widget20lefttext {
    padding-right: 30px;
    padding-left: 30px;
    border-right-style: none;
  }

  .hero_dots_shortcut.intro {
    margin-bottom: 10px;
  }

  ._200pxspacerdiv {
    height: 250px;
  }

  ._200pxspacerdiv.hidedesk {
    height: 30px;
  }

  .tenderimage {
    min-height: 350px;
  }

  .tenderslideblock {
    margin-top: 0vh;
    padding-top: 0px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .tenderslidecontainer {
    width: 100%;
  }

  .icon-4 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 25px;
  }

  .icon-5 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 25px;
  }

  .tenderheading {
    margin-right: auto;
    margin-left: auto;
  }

  .tendersubheader {
    text-align: center;
  }

  .tender-right-arrow {
    padding-top: 0vh;
  }

  .sectionfiltersnews {
    top: 60px;
  }

  .containerdarknews {
    padding: 10px 30px;
  }

  .containerdarknews.advancedsearch {
    padding: 0px 30px;
  }

  .containerdarknews.mob {
    position: absolute;
    overflow: scroll;
    padding: 0px 30px;
  }

  .searchformnews {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .directorylistings {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sanctions_container {
    padding: 80px 30px 130px;
  }

  .sanctions_wrapper {
    padding: 30px;
  }

  .pop-up_dots {
    display: block;
  }

  .pop-up_close {
    top: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section.gallerymob {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container {
    min-width: auto;
  }

  .container.searchexpandmob {
    position: relative;
  }

  .divider_h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 0px 0px;
  }

  .divider_h2.spacing-medium {
    overflow: visible;
    padding-top: 0px;
  }

  .image-4 {
    position: static;
    margin-top: 0px;
  }

  .heading1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-span-2 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 3px;
  }

  .managementfooter {
    z-index: 99;
    min-width: 100%;
  }

  .resultscontainer {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .managementitem {
    margin-bottom: 30px;
  }

  .managementitem.left {
    margin-bottom: 0px;
  }

  .managementitem.middle {
    margin-bottom: 0px;
  }

  .managementitem.right {
    margin: 0px;
  }

  .managementcontainer {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .newsinfo {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .resultscontainer-2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .fluidimg-2.qv {
    display: block;
  }

  .newsitemfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .newsitem {
    margin-bottom: 60px;
  }

  .newsitem.middle {
    margin-bottom: 60px;
  }

  .newsitem.left {
    margin-bottom: 30px;
  }

  .newsitem.middle {
    margin-bottom: 30px;
  }

  .newsitem.left {
    margin-bottom: 30px;
  }

  .div-block-4 {
    margin-top: 0px;
    padding-top: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .news_social {
    padding-left: 0px;
  }

  .button_light.wide.mt60 {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .newscontainer {
    margin: 0px;
  }

  .chaletitemcontent {
    margin-right: 0px;
    margin-left: 0px;
    border-style: none;
  }

  .newsitemnobull {
    margin-bottom: 60px;
  }

  .newsitemnobull.right {
    margin-bottom: 30px;
  }

  .newsitemnobull.right {
    margin-bottom: 30px;
  }

  .yachtitemprice {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 0px;
  }

  .yachtitemcontent {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    border-style: none;
  }

  .yachtitemfeaturerow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .yachtitemfeatureright {
    margin-left: 0px;
  }

  .yachtitem {
    margin-bottom: 30px;
  }

  .specheading {
    margin-right: 0px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .container-2.menucontainer {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .right-arrow {
    width: 30px;
  }

  .left-arrow {
    width: 30px;
  }

  .mask {
    margin-right: 12px;
    margin-left: 12px;
  }

  .slidecontainer {
    padding-right: 0px;
  }

  .widget02send {
    width: 100%;
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .widget02form {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .widget02block {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-21 {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .widget02txtfield {
    margin-right: 0px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .widget02col.col60 {
    display: block;
    width: 100%;
  }

  .widgetintro {
    width: 100%;
    margin-bottom: 30px;
  }

  .widget02formblock {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .yachtvideo {
    height: 200px;
  }

  .widget_hero_01 {
    padding-top: 55px;
  }

  .heroyachtiteminfo {
    display: block;
    padding-top: 0px;
  }

  .yachtstats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .overlayfooterdiv {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .yachth1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 28px;
    line-height: 29px;
    text-align: left;
    letter-spacing: 4px;
  }

  .columns-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section_hero_100vh._100 {
    height: auto;
  }

  .columns-4 {
    padding-top: 0px;
  }

  .backgroundimgdiv {
    height: 25vh;
    min-height: 250px;
    background-position: 50% 50%;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button_yachtenquire {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .destinationitem {
    margin-bottom: 30px;
  }

  .destinationitemcontent {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    border-style: none;
  }

  .destinationitemfeatures {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .txt-center.mt20 {
    padding-right: 0px;
    padding-left: 30px;
  }

  .txt-center.mt20 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .herodestinationleftcontent {
    min-height: auto;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .herodestinationwrapper {
    display: block;
  }

  .bg_large {
    display: none;
    min-height: auto;
  }

  .herodestinationimage {
    height: 25vh;
    min-height: 300px;
    background-position: 100% 50%;
  }

  .herodestinationheading {
    font-size: 32px;
    line-height: 32px;
  }

  .herodestinationleft {
    width: 100%;
  }

  .hero_container {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .herodestination {
    padding-right: 30px;
    padding-left: 30px;
  }

  .destinationintro {
    width: 100%;
  }

  .introtext {
    max-width: 100%;
    text-align: left;
  }

  .issueitem {
    margin-bottom: 30px;
  }

  .issuuitemcontent {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
  }

  .issuuitemfooter {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .issuuintro {
    width: 100%;
  }

  .managementitemcontent {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    border-style: none;
  }

  .newsitemfooter-copy {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .pullquotetxt {
    width: 100%;
    padding-top: 30px;
  }

  .columntxt {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-13 {
    text-align: left;
  }

  .widget14cols {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .widget14images_left {
    height: 200px;
  }

  .widget14images_right {
    height: 200px;
  }

  .widget19rowleft {
    padding-right: 0px;
    padding-left: 0px;
  }

  .widget19rowleft.reverse {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .widget19rowright {
    padding-right: 0px;
    padding-left: 0px;
  }

  .widget19text {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .widget19strap {
    font-size: 13px;
    line-height: 17px;
  }

  .text-block-14 {
    width: 100%;
  }

  .caseitemleft {
    border-top-style: none;
    border-bottom-style: dotted;
    border-bottom-color: #fff;
    font-size: 13px;
    line-height: 17px;
  }

  .caseitemright {
    margin-left: 0px;
    border-top-style: none;
    border-bottom-style: dotted;
    border-bottom-color: #fff;
  }

  .casefeaturerow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .casemore {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .designeritem {
    margin-bottom: 30px;
  }

  .designeritemcontent {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    border-style: none;
  }

  .designeritemfooter {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .herodestinationimage03 {
    height: 33vh;
    min-height: 300px;
    background-position: 50% 50%;
  }

  .widget03wrapper {
    display: block;
  }

  .hero_container_03 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .her03contentwhite {
    min-height: auto;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero03heading {
    font-size: 35px;
    line-height: 35px;
  }

  .her03contentblack {
    min-height: auto;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .herodestinationimage04 {
    height: 25vh;
    min-height: 300px;
    background-position: 100% 50%;
  }

  .widget_19_highlight {
    width: 100%;
    padding-top: 0px;
  }

  .widget19right {
    padding-bottom: 0px;
  }

  .widget18text-copy {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .widget19intro {
    font-size: 15px;
    line-height: 30px;
  }

  .footer_social_icons {
    margin-top: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nav-menu {
    margin-top: 55px;
  }

  .brand {
    margin-right: 0px;
    padding-left: 0px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .section_header {
    position: fixed;
  }

  .menu-button {
    height: 55px;
    margin-right: 0px;
    padding-top: 17px;
    padding-right: 26px;
    padding-bottom: 15px;
  }

  .menu-button.w--open {
    padding-top: 17px;
  }

  .div-block-19 {
    padding-top: 0px;
  }

  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container_fixed {
    padding-right: 0px;
    padding-left: 0px;
  }

  .burgercontact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar {
    height: 55px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header_menu {
    height: 55px;
  }

  .image-5 {
    width: 70%;
    margin-top: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
  }

  .hero_dots.intro {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .hero_dots.intro2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .introvideo {
    position: static;
    height: 200px;
  }

  .hero-shortcuts {
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 130px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero_shortcut {
    padding: 10px 20px 8px 15px;
    background-position: 92% 50%, 0px 0px;
    background-size: 5px, cover;
    font-size: 11px;
    line-height: 16px;
  }

  .hero1_content {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #000;
    background-position: 62% 50%;
    opacity: 1;
  }

  .hero1_text1._02 {
    color: #fff;
  }

  .hero1_text1._01 {
    color: #fff;
  }

  .hero_shortcut_list {
    margin-right: 0px;
    margin-left: 0px;
  }

  .checkbox-title {
    font-size: 14px;
    line-height: 21px;
  }

  .foothead.last {
    margin-bottom: 10px;
  }

  .div-block-11 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox-wrapper {
    width: 30px;
    margin-right: 10px;
    margin-left: 0px;
  }

  .list-item {
    margin-bottom: 10px;
    border-right-style: none;
  }

  .section_footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footercol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox-sign {
    border: 1px solid #000;
  }

  .form-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox {
    width: 100%;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-12 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
  }

  .policy-checkbox-link {
    color: #000;
    font-weight: 600;
  }

  .footerform {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .submit-button {
    width: 100%;
    margin-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footertxtfield {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  ._60pxspacerdiv {
    height: 30px;
  }

  .bodydots {
    display: block;
    margin-top: 0px;
  }

  ._2colimgblackbg {
    width: 100%;
    height: 33vh;
  }

  .containerdark.mob {
    position: absolute;
    width: 100%;
    height: auto;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .searchform {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .srchformfield {
    width: 100%;
  }

  .srchformfield.sale {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .srchformfield.charter2 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .srchformfield.news {
    width: 100%;
    padding-left: 0px;
  }

  .dropdown-toggle-white {
    padding-left: 15px;
  }

  .sectionintro {
    padding: 0px 30px;
  }

  .yachtpage_intro {
    max-width: 100%;
  }

  .heading1-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsitemfooter-2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .yachtscontainer {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .widget23heading {
    font-size: 30px;
    line-height: 30px;
  }

  .widget23image {
    height: 240px;
    min-height: 240px;
    background-position: 100% 50%;
  }

  .widget23content {
    padding: 0px 30px;
  }

  .widget24image {
    height: 240px;
    min-height: 240px;
    background-position: 100% 50%;
  }

  .widget24wrapper {
    display: block;
  }

  .herodesigners {
    height: 50vh;
    background-position: 100% 50%;
  }

  .herowhitetxt {
    min-height: auto;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heroshipyard {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heroshipyardimage {
    height: 40vh;
    background-position: 50% 50%;
  }

  .herodesignerimage {
    height: 25vh;
    background-position: 100% 50%;
  }

  .heroshipyarddetail {
    height: 25vh;
    background-position: 100% 50%;
  }

  .quickview {
    display: none;
  }

  .quickviewdiv {
    overflow: visible;
    width: 80%;
    max-height: 90vh;
    padding: 30px;
  }

  .quickviewyacht {
    margin-bottom: 0px;
  }

  .quickviewyachtcontent {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    border-style: none;
  }

  .widget26text {
    width: 100%;
  }

  .panelcat {
    width: 100%;
  }

  .herodestinationimage05 {
    height: 25vh;
    background-position: 50% 70%;
  }

  .headercta {
    display: block;
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .headerctabtn {
    padding-right: 0px;
    background-position: 100% 50%;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .widget26rowleft {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero2leftcontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 0px;
    padding: 90px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .hero2leftcontent._60t50b {
    padding: 60px 0px;
  }

  .hero2left {
    width: auto;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .hero2wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero2img {
    height: 40vh;
    min-height: 300px;
    background-position: 0% 50%;
  }

  .hero2_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hero_container-2 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero2heading {
    overflow: hidden;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .hero3img_mob {
    display: block;
    height: 40vh;
    background-position: 73% 30%;
  }

  .hero3img {
    height: 40vh;
    min-height: 300px;
    background-position: 50% 0%;
  }

  .hero4right {
    width: 100%;
    min-width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero4_content {
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero4img {
    display: block;
    overflow: visible;
    height: 40vh;
    min-height: 300px;
    background-position: 50% 50%;
  }

  .lookingfor-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 0px 0px;
  }

  .container-3 {
    overflow: visible;
  }

  .resultscontainer-3 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-span-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .section_news {
    padding: 0px 30px;
  }

  .newscontainer-2 {
    margin: 60px 0px 0px;
  }

  .div-block-33 {
    margin-bottom: 0px;
  }

  .herocta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .regionsocial {
    padding-left: 0px;
  }

  .pagepanel {
    min-height: auto;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pagepaneltop {
    display: none;
    min-height: auto;
  }

  .hero3_content-copy {
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section_hero_100vh-2.hero1mobile {
    overflow: hidden;
    background-image: none;
  }

  .introbg_mob {
    background-color: #000;
  }

  .intrologo {
    margin-bottom: 0px;
    padding: 0px;
  }

  .heromanagementimage {
    height: 33vh;
    background-position: 30% 50%;
    background-repeat: no-repeat;
  }

  .section60tb {
    padding: 0px 30px;
  }

  .destination-itinerary-col4 {
    width: 100%;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-14 {
    width: 100%;
    padding-left: 0px;
  }

  .destination-itinerary-col3 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .destination-itinerary-list {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .destination-itinerary-col2 {
    width: 100%;
  }

  .destination-itinerary-image {
    height: auto;
  }

  .destination-itinerary-list-item {
    font-size: 14px;
    line-height: 19px;
  }

  .destination-itinerary-col1 {
    width: 100%;
    padding-right: 0px;
  }

  .div-block-26 {
    padding-top: 0px;
  }

  .section_dark {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hlinewhite.desktoponly {
    display: none;
  }

  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-span-2-copy {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-17 {
    font-size: 32px;
    line-height: 32px;
  }

  .destination-informtion-header {
    margin-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .destination-informtion-header.topborder {
    margin-top: 30px;
  }

  .destination-informtion-header.topborder.peak {
    margin-bottom: 10px;
  }

  .heroregionimage {
    height: 50vh;
    background-position: 100% 50%;
  }

  .destinationslidelink {
    font-size: 14px;
    line-height: 19px;
  }

  .tender-slier-navs {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    color: #000;
  }

  .heroregionimage2 {
    height: 25vh;
    min-height: 300px;
    background-position: 100% 50%;
  }

  .mobilewatch {
    display: none;
  }

  .hero-shortcuts-mobile {
    overflow: hidden;
    margin-right: -1px;
    margin-left: -1px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heroshipyard-copy {
    padding-right: 30px;
    padding-left: 30px;
  }

  .herocharter {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heromanagementimage-charter {
    height: 33vh;
    background-position: 50% 50%;
  }

  .loginform {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .loginformblock {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .checkbox-2 {
    margin-top: 30px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #5c7050;
    font-size: 14px;
    line-height: 22px;
  }

  .herodestinationimagetop100 {
    height: 25vh;
    background-position: 100% 50%;
  }

  .column-27 {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-30 {
    padding-right: 0px;
  }

  .div-block-39 {
    width: 100%;
    margin-bottom: 10px;
  }

  .formcheckbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .formcheckbox.lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33px;
    min-width: 33.33%;
    padding-bottom: 10px;
  }

  .checkbox-3 {
    width: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .checkbox-label {
    color: #000;
  }

  .div-block-40-copy {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .select-wrapper {
    padding-right: 0px;
  }

  .textarea-2 {
    margin-right: 0px;
  }

  .formsubtitle {
    width: 33.33%;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-39-copy {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkbox-3-copy {
    margin-right: 5px;
  }

  .srchtype {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: left;
  }

  .text-block-32.detail {
    width: 100%;
    padding-bottom: 5px;
  }

  .sectionfiltersdesk {
    top: 50px;
  }

  .herocontact {
    height: 50vh;
    background-position: 100% 50%;
  }

  .div-block-44 {
    display: inline-block;
  }

  .heroevents {
    height: 50vh;
    background-position: 100% 50%;
  }

  .heropress {
    height: 50vh;
    background-position: 100% 50%;
  }

  .heronews {
    height: 50vh;
    background-position: 100% 50%;
  }

  .heronewsitemimg {
    height: auto;
    background-position: 100% 50%;
  }

  .newsh1 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }

  .div-block-45 {
    margin-top: 55px;
  }

  .div-block-46 {
    padding-right: 21px;
    padding-left: 21px;
  }

  .div-block-47 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .dashlistitem {
    margin-right: 0px;
  }

  .div-block-50 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .list-2 {
    padding-left: 0px;
  }

  .herocrew {
    height: 25vh;
    background-position: 100% 50%;
  }

  .herowork {
    height: 25vh;
    background-position: 100% 50%;
  }

  .bgcrew {
    display: none;
    min-height: auto;
  }

  .crewbgimage {
    height: 50vh;
    background-position: 100% 50%;
  }

  .herobuild {
    height: 25vh;
    background-position: 100% 50%;
  }

  .div-block-52 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .sectionfiltersmobile {
    top: 55px;
  }

  .filterheadermob {
    height: 60px;
  }

  .div-block-55 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-36 {
    display: none;
    font-size: 13px;
  }

  .list_reasons {
    padding-left: 17px;
  }

  .div-block-58 {
    display: none;
  }

  .div-block-59 {
    display: none;
  }

  .container-5 {
    min-width: auto;
  }

  .herocharterguide {
    height: 50vh;
    background-position: 50% 50%;
  }

  .column-42 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-64 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .dashheading {
    font-size: 16px;
    line-height: 16px;
  }

  .dashnumber {
    font-size: 14px;
    line-height: 14px;
  }

  .dashcontact {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .column-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-44 {
    width: 100%;
  }

  .div-block-70 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-71 {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .columns-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_footer-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .checkboxtxt.title {
    padding-right: 0px;
  }

  .div-block-74 {
    margin-right: 10px;
    padding-bottom: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-75 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .herocase {
    padding-right: 30px;
    padding-left: 30px;
  }

  .herocasecontent {
    min-height: auto;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .herocaseimage {
    height: 25vh;
    min-height: 300px;
    background-position: 100% 50%;
  }

  .hercasewrapper {
    display: block;
  }

  .herointerviewimage {
    height: 25vh;
    background-position: 100% 50%;
  }

  .herointerview {
    padding-right: 30px;
    padding-left: 30px;
  }

  .herointerviewwrapper {
    display: block;
  }

  .herointerviewcontent {
    min-height: auto;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .locationitem {
    margin-bottom: 30px;
  }

  .destinationitem-copy {
    margin-bottom: 30px;
  }

  .location {
    font-size: 13px;
    line-height: 17px;
  }

  .location_location {
    font-size: 25px;
    line-height: 29px;
  }

  .backgroundvideo {
    height: 33vh;
    min-height: 200px;
    background-position: 90% 50%;
  }

  .heropartners {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heropartnersimg {
    height: 33vh;
    background-position: 100% 50%;
  }

  .wideheader {
    padding-right: 30px;
    padding-left: 30px;
  }

  .list-item-2 {
    margin-bottom: 10px;
    border-right-style: none;
  }

  .policy-checkbox-link-2 {
    color: #9da984;
  }

  .div-block-81 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-82 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .widget28image {
    height: 240px;
    min-height: 240px;
    background-position: 100% 50%;
  }

  .footer_discover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .modal_close {
    top: 5px;
    right: 10px;
    width: 15px;
    height: 15px;
  }

  .popup-close {
    display: inline-block;
  }

  .div-block-84 {
    text-align: left;
  }

  .newsarticlebody {
    min-width: auto;
  }

  .homevidheromobile.hero1 {
    background-color: #fff;
  }

  .hero1contentmobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100vw;
    height: auto;
    margin-top: 200px;
    padding: 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    opacity: 1;
  }

  .hero1_text1-mobile {
    margin-bottom: 0px;
  }

  .hero1_text1-mobile._01 {
    color: #000;
  }

  .hero1_text1-copy._02 {
    color: #000;
  }

  .homeheroctalinkmobile {
    color: #fff;
    font-size: 13px;
    line-height: 17px;
  }

  .heroctamobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-33-copy {
    margin-right: -40px;
    margin-bottom: 20px;
    margin-left: -40px;
  }

  .mobileintro {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobilevideo {
    height: 100vh;
  }

  .mobileintrocontent {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1000vh;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #000;
  }

  .mobileintrovideo {
    position: absolute;
    z-index: 1;
    height: 100vh;
    opacity: 0;
  }

  .hero1_contentmobile {
    position: relative;
    width: 100vw;
    height: 100vh;
    padding: 55px 20px 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 1;
  }

  .mobileintrocta {
    margin-bottom: 0px;
  }

  .div-block-35-copy {
    border-right-color: #fff;
    border-left-color: #fff;
  }

  .hero_dotsmobile.intro {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .hero_dotsmobile.intro2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .poptxt.mt20 {
    padding-right: 0px;
    padding-left: 30px;
  }

  .poptxt.mt20 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .directoryimage {
    height: 25vh;
    min-height: 300px;
    background-position: 50% 70%;
  }

  .div-block-87 {
    position: static;
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .text-block-66 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .widget29content {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .widget29content.w29a {
    display: none;
  }

  .yachtstat_button {
    margin-right: 0px;
  }

  .directoryfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section_dark-copy {
    padding-right: 30px;
    padding-left: 30px;
  }

  .herodestinationleftslide {
    width: 100%;
  }

  .div-block-89 {
    width: 100%;
    padding-right: 0px;
  }

  .div-block-90 {
    width: 100%;
  }

  .div-block-89-copy {
    min-width: 100%;
    margin-top: 10px;
    padding-right: 0px;
  }

  .div-block-91 {
    padding-right: 0px;
  }

  .image-35 {
    margin-right: 10px;
  }

  .div-block-92 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-99 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-100 {
    height: 55px;
    max-height: 55px;
  }

  .widget15imgcontainer {
    height: 240px;
  }

  .intro_anim_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-101 {
    width: 100%;
    height: 55px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .introvideomob {
    position: static;
    display: block;
    height: 200px;
  }

  .introvideotablet {
    position: static;
    display: none;
    height: 200px;
  }

  .controlcontainer {
    top: 80px;
  }

  .infographicdiv {
    padding-bottom: 60px;
  }

  .text-block-13-copy {
    text-align: left;
  }

  .txt-justify {
    text-align: left;
  }

  .widget16cols {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columntxt-center {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .specheadingwide {
    margin-right: 0px;
  }

  .txt-block-cd-lm {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_dots_shortcut.intro {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .hero_dots_shortcut.intro2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._200pxspacerdiv {
    height: 250px;
  }

  .tenderimage {
    height: 25vh;
    min-height: 300px;
    background-position: 100% 50%;
  }

  .tenderslideblock {
    margin-top: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tenderslidecontainer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .tenderslideinfo {
    min-height: auto;
    min-width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-4 {
    margin-top: 120px;
    margin-right: 15px;
    margin-left: auto;
  }

  .icon-5 {
    margin-top: 121px;
    margin-right: auto;
    margin-left: 15px;
  }

  .tenderheading {
    font-size: 32px;
    line-height: 32px;
  }

  .tendersubheader {
    max-width: 200px;
    text-align: center;
  }

  .tender-right-arrow {
    margin-top: 50vh;
  }

  .tender-left-arrow {
    margin-top: 50vh;
  }

  .sectionfiltersnews {
    top: 55px;
  }

  .containerdarknews.mob {
    position: absolute;
    width: 100%;
    height: auto;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .searchformnews {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-41 {
    width: auto;
  }

  .div-block-102 {
    background-position: 50% 50%;
  }

  .bold-text-15 {
    letter-spacing: 0px;
  }

  .bold-text-16 {
    letter-spacing: 0px;
  }

  .div-block-103 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bold-text-17 {
    font-weight: 600;
  }

  .sanctions_pop-up {
    overflow: scroll;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sanctions_container {
    padding: 80px 20px 130px;
  }

  .sanctions_wrapper {
    padding: 20px;
  }

  .imperial_logo_pop-up {
    max-width: 200px;
  }

  .pop-up_close {
    top: 20px;
    right: 20px;
  }
}


.directorytxt{
    text-align:left
}

.tableslide{
    padding-left:40px;
}

#ordering{
    font-weight:700;
}

.srchformfield.charter2{
    width:100%;
}

.text-block-13 ul{
    padding-left:20px !important;
}

.poptxt{
    color:black;
    font-size:17px;
    line-height:21px;
}

select{
    text-transform: uppercase !important;
}
.widget02txtfield::-webkit-input-placeholder{
    text-transform: capitalize;
}

.widget02txtfield{
    outline: none !important;
    -webkit-appearance: none !important;
    border-radius: 0px !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
textarea:focus, input:focus{
    outline: none;
}

.langs{
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
}
.header_language > .w-dropdown{
	margin-right:0!important;
}

blockquote {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-left: none !important;
    padding: 0px !important;
    margin-top: 60px;
    margin-bottom: 30px;
}


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




    .newsitemnobull:after {
        content: none;
    }

    .newsitemnobull .newsinfo:after, .newsitemnobull .newsitemfooter:after {
        content: none;
    }



    .newsitem:after{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        bottom: -8px;
        right: -8px;
    }


    .newsinfo:after{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        top: -8px;
        right: -18px;
    }



    .newsitemfooter:after{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        bottom: -8px;
        right: -18px;
    }

    /* .resultscontainer-2 .yachtitem:after{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        bottom: -8px;
        right: -9px;
    } */


    .resultscontainer-2 .saved-item:after{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        bottom: 0px;
        right: -9px;
    }







    .resultscontainer .directoryfooter:after{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        bottom: -8px;
        right: -18px;
    }
    


    .resultscontainer .directoryfooter::before{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        top: -8px;
        right: -18px;
    }





    
    .resultscontainer .directoryfooter:nth-child(3n){
        border-right:0px !important;
    }

    .resultscontainer-3 .managementitem:nth-child(3n){
        border-right:0px !important;
    }


    .resultscontainer .designeritem:nth-child(2n){
        border-right:0px !important;
    }

    .resultscontainer .managementitem:nth-child(3n){
        border-right:0px !important;
    }




    .resultscontainer .destinationitem:nth-child(3n){
        border-right:0px !important;
    }

    .resultscontainer-2 .newsitem:nth-child(3n){
        border-right:0px !important;
    }

    .resultscontainer-2 .yachtitem:nth-child(3n){
        border-right:0px !important;
    }

    .resultscontainer .newsitem:nth-child(3n){
        border-right:0px !important;
    }


    .resultscontainer .locationitem:nth-child(2n){
        border-right:0px !important;
    }

    /* .newsitemfooter:nth-child(2n):after
     {
        content: none;
    }

    .newsitemfooter:nth-child(3n):before
     {
        content: none;
    } */


    .destinationlistings .yachtitem:nth-child(3n) .yachtitemcontent .newsitemfooter:after{
       
        content: none;
    }


    .resultscontainer-2 .yachtitem:nth-child(3n) .yachtitemcontent .newsitemfooter:before{
       
        content: none;
    }

    .resultscontainer:nth-child(2n) .newsitemfooter:before{
        content: none;
    }


    .designeritem:nth-child(2n) .designeritemfooter:after{
        content: none;
    }
    .designeritem:nth-child(2n) .designeritemfooter:before{
        content: none;
    }


    .locationitem:nth-child(2n) .newsitemfooter:after{
        content: none;
    }



    .dashelement:nth-child(2n):after{
        content: none;
    }



    .locationitem:nth-child(2n) .newsitemfooter:before{
        content: none;
    }



    .designeritem:nth-child(2n), .newsitem:nth-child(3n), .destinationitem:nth-child(3n),  .yachtitem:nth-child(3n), {
        border-right:0px;
    }


    .issueitem:nth-child(4n) {
        border-right: none !important;
    }

    .dashelement:nth-child(2n) {
        border-right: none !important;
    }
    .dashelement.wideelement:nth-child(1n) {
        border-right: none !important;
    }
    

    .yachtitem:nth-child(3n) {
        border-right: none !important;
    }


    .newsitem:nth-child(3n):after, .yachtitem:nth-child(3n):after {
        content: none;
    }
    .yachtitem .yachtitemprice:nth-child(3n):after{
         content: none;
    }

    .yachtitem .yachtitemcontent:nth-child(3n):after{
        content: none;
   }




    .issueitem:nth-child(4n) .directoryfooter:after{
        content: none;
    }
    .issueitem:nth-child(4n) .directoryfooter:before{
        content: none;
    }


    .managementitem:nth-child(3n) .newsitemfooter.Copy:after{
        content: none;
    }
    .managementitem:nth-child(3n) .newsitemfooter.Copy:before{
        content: none;
    }



    .newsitem:nth-child(3n) .newsitemfooter:after{
      content: none;
    }
    .newsitem:nth-child(3n) .newsitemfooter:before{
        content: none;
    }

    .newsitem:nth-child(3n) .newsinfo:after{
        content: none;
    }

    .destinationitem:nth-child(3n) .newsitemfooter:after{
        content: none;
      }
      .destinationitem:nth-child(3n) .newsitemfooter:before{
          content: none;
      }






    .newsitem:nth-child(3n) .newscategory:after{
      content: none;
    }





    .yachtitemprice:after{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        top: -10px;
        right: -18px;
    }

    .designeritemfooter:before{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        top: -8px;
        right: -18px;
    }

    .designeritemfooter:after{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        bottom: -8px;
        right: -18px;
    }


    
    
    .newsitemfooter:before{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        top: -8px;
        right: -18px;
    }

    .newsitemfooter:after{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;

        right: -18px;
    }



    .dashelementprimary:before{
        background-color: #000000;
        border: 4px solid #f7f7f7;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        top: -8px;
        right: -9px;
    }


    .dashelement:after{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        bottom: -7px;
        right: -8px;
    }
    
    
    .directoryfooter:after{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        bottom: -7px;
        right: -18px;
    }




    .hline:before{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height:7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        top: 12px;
        left: 0px;
    }

    .hline:after{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        top: 12px;
        right: 0px;
    }


    .servicesheader  .hline:before{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height:7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        top: 10px;
        left: 0px;
    }

    .servicesheader .hline:after{
        background-color: #000000;
        border: 4px solid #ffffff;
        border-radius: 50%;
        content: "";
        height: 7px;
        position: absolute;
        width: 7px;
        z-index: 1;
        top: 10px;
        right: 0px;
    }
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .625rem 0;
    margin-bottom: 0;
    list-style: none!important;
    background-color: transparent;
    border-radius: 0;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size:13px !important;
}
.breadcrumb-item {
    padding: .625rem 0;
    color: inherit;
    font-size:13px !important;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .625rem;
    font-size:13px !important;
}
.breadcrumb-item+.breadcrumb-item::before {

    padding-right: .625rem;
    color: inherit;
    content: "/";
    font-size:13px !important;
}

.text-block-8{
    font-size:13px !important;
}
 .lite-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.lite-modal-window {
    position: relative;
    background-color: #FFFFFF;
    width: 50%;
    margin: 10% auto;
    padding: 20px;
}


.close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0,0,0,0.3);
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.close:hover,
.close:focus {
    color: #000000;
    cursor: pointer;
}

.open {
    display: block;
}


.ddlangwrapper{
    border-bottom: none;
}

.w-nav-link.w--current{
    color:black;
}

.a:focus, a:visited {outline:0;}
:focus {outline:0 !important;}


textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .3125rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .3125rem;
}

.breadcrumb li{
    text-transform: capitalize!important;
    letter-spacing: 0px;
}



.breadcrumb li.active{
    font-weight: 700;
    text-transform: capitalize!important;
}


.quickviewyacht .yachtitemprice::after{
    content: none;
}



@media only screen and (min-width: 992px) {
.resultscontainer-2{
    margin-left: -10px !important;
    margin-right: -10px !important;
}
}



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


   .widget18a{
        padding: 0px 30px !important;

}
.srchformfield .select-wrapper {
    margin-right:0px;

}
    
    .tableslide{
  padding-left:10px;
    }



    .widget18right{
        padding-left:0px;
        padding-right:0px;
    }

    .newsitem{
        border-bottom:none !important;
        border-bottom-style: none !important;
    }


    .issueitem:nth-child(2n) {
        border-right: none !important;


    }


    .directorytxt{
        text-align:center;
    }


    .loginform{
        min-width: 100%;
    }

    
    .text-block-23 a{
        color: #ffffff;
    }

    .section1{
        padding-left:60px; padding-right:60px;
    }


    }


    .section_header{
        z-index: 99991 !important;
    }




    .txt-center.mt10{
        margin-top:0px !important;
    }

    .sectionfiltersdesk a{
        color: white;
        text-decoration: none;
    }

    .sectionfiltersmobile a{
        color: white;
        text-decoration: none;
    }

.dashboard_view-all {
    color: #000;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-image: url(../images/shape_arrow_right_dark.svg);
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    padding-right: 12px;
}
.widget02send {
    min-width: unset;
    }



    
@media screen and (max-width: 479px){
    .formcheckbox.lang {
        font-size: 12px!important;
    }

    .resultscontainer .issueitem:nth-child(2n){
        border-right:0px !important;
    }






}

        
