/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  outline: none;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-optical-sizing: auto;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

img,
svg,
iframe,
embed {
  vertical-align: bottom;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  text-underline-offset: 2px;
}

a:has(> i),
span:has(> i) {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-wrapper {
  overflow-x: hidden;
}

.flickity-viewport {
  overflow: visible;
}

.logo img {
  width: 100%;
  height: auto;
}

:root {
  --brand--heading-font: "Outfit", sans-serif;
  --brand--body-font: "Outfit", sans-serif;
  --brand--primary-color: #114D88;
  --brand--secondary-color: #9A55BC;
  --brand--alice-blue: #F3F9FF;
  --brand--ceramic: #FBFFF2;
}

:root {
  --brand--light:#ffffff;
  --brand--dark:#000000;
  --brand--dark-lt:#333333;
  --brand--primary-color:#486BBD;
  --brand--second-color:#1B429C;
  --brand--third-color:#DE4B5A;
  --brand--fourth-color:#15C182;
  --brand--fifth-color:#3C5EAE;
  --brand--ninth-color:#E5F5FF;
  --brand--border:#bbbbbb;
  --brand--placeholder:#777777;
  --brand--placeholder--lt:#cccccc;
  --brand--sixth-color:#FF8330;
  --brand--seventh-color:#55BFFD;
  --brand--eigth-color:#051A35;
  --brand--error-color:#ff6666;
  --brand--body-text-color: var(--brand--primary-color);
  /*

  300 // light
  400 // regular
  500 // medium
  600 // semi bold
  700 // bold
  800 // extra bold

  */
  --brand--heading-font: "poppins", sans-serif;
  --brand--body-font: "poppins", sans-serif;
  --brand--body-line-height: 1.7;
  --brand--secondary-font: "poppins", sans-serif;
  --letterspacing--3: -3px;
  --letterspacing--1: -1px;
  --letterspacing--0-5: -0.5px;
  --letterspacing-0-5: 0.5px;
  --letterspacing-1: 1px;
}

.bw {
  top: auto !important;
  bottom: 1rem;
  color: white;
}

/* breakpoints */
/* breakpoints */
body {
  background-color: var(--brand--body-bg-color);
  line-height: var(--brand--body-line-height);
  color: var(--brand--body-text-color);
}

/* breakpoints */
.btn {
  display: inline-flex;
  font-family: var(--brand--body-font);
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: var(--letterspacing--0-5);
  text-decoration: none;
  height: auto;
  background-color: var(--brand--primary-color);
  color: var(--brand--light);
  align-items: center;
  border-radius: 50px;
  padding: 1.3rem 1.9rem 1.3rem 1.8rem !important;
  border: none;
  transition: background-color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn.green {
  background-color: var(--brand--fourth-color);
}
.btn.red {
  background-color: var(--brand--third-color);
}
.btn.blue {
  background-color: var(--brand--primary-color);
}
.btn.dark-blue {
  background-color: var(--brand--second-color);
}
.btn.border {
  background-color: transparent;
  border: 2px solid var(--brand--light);
}
.btn.border.on-white {
  border: 2px solid var(--brand--primary-color);
  color: var(--brand--primary-color);
}
.btn.border.on-white:hover {
  border: 2px solid var(--brand--second-color);
  color: var(--brand--light);
}
.btn.full {
  width: 100%;
  justify-content: center;
}
.btn.menu-toggler {
  padding: 1.5rem 3.1rem 1.2rem 3.1rem;
}
.btn.menu-toggler span {
  margin: 0 0 0 8px;
}
@media (max-width: 576px) {
  .btn.menu-toggler span {
    display: none;
  }
}
@media (max-width: 576px) {
  .btn.menu-toggler button {
    margin: 0 0 0 3px;
  }
}
.btn.form {
  padding: 1.5rem 0 1.2rem 0 !important;
  width: 200px;
  justify-content: center;
}
@media (max-width: 576px) {
  .btn.form {
    width: 100%;
  }
}
.btn span,
.btn i {
  z-index: 1;
  position: relative;
}
.btn .loading-dots {
  visibility: hidden;
}
.btn .loading-dots i {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  background-color: var(--brand--primary-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: loadingDots 1.2s ease-in;
  animation-iteration-count: 999;
  animation-direction: normal;
  animation-fill-mode: forwards;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0.4;
}
.btn .loading-dots i:nth-child(1) {
  left: calc(50% - 1.3em);
}
.btn .loading-dots i:nth-child(2) {
  animation-delay: 80ms;
}
.btn .loading-dots i:nth-child(3) {
  left: calc(50% + 1.3em);
  animation-delay: 160ms;
}
.btn.loading {
  pointer-events: none;
  background-color: white;
}
.btn.loading:before {
  background-color: transparent;
}
.btn.loading span {
  visibility: hidden;
}
.btn.loading .loading-dots {
  visibility: visible;
}
@keyframes loadingDots {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.4;
  }
  20% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  60% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.4;
  }
}

.entry-content a.btn, a.btn, button.btn {
  text-decoration: none;
}
.entry-content a.btn:hover, a.btn:hover, button.btn:hover {
  background-color: var(--brand--second-color);
}
.entry-content a.btn.green.on-blue:hover, a.btn.green.on-blue:hover, button.btn.green.on-blue:hover {
  background-color: var(--brand--fifth-color);
}
.entry-content a.btn.blue.on-blue:hover, a.btn.blue.on-blue:hover, button.btn.blue.on-blue:hover {
  background-color: var(--brand--fifth-color);
}
.entry-content a.btn.dark-blue:hover, a.btn.dark-blue:hover, button.btn.dark-blue:hover {
  background-color: var(--brand--primary-color);
}

.fade-carousel img {
  opacity: 0;
  transform: scale(1.1);
  transition: none;
  will-change: opacity, transform;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.fade-carousel img.animate-in {
  z-index: 1;
  animation: animateIn 1250ms ease;
  animation-fill-mode: forwards;
}
.fade-carousel img.active {
  opacity: 1;
  animation: none;
}
.fade-carousel img.zoom {
  transform: scale(1);
  transition: transform 15s linear;
}
@keyframes animateIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.gform_wrapper form,
.gform_body,
.gform_fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.gform_wrapper form label a,
.gform_body label a,
.gform_fields label a {
  color: var(--brand--primary-color);
  transition: color 550ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gform_wrapper form label a:hover,
.gform_body label a:hover,
.gform_fields label a:hover {
  color: var(--brand--eigth-color);
}
.gform_wrapper form .gform_fileupload_rules,
.gform_body .gform_fileupload_rules,
.gform_fields .gform_fileupload_rules {
  display: block !important;
  color: var(--brand--second-color) !important;
}
.gform_wrapper form .image-upload .ginput_complex,
.gform_body .image-upload .ginput_complex,
.gform_fields .image-upload .ginput_complex {
  position: relative;
  top: -5px;
}
.gform_wrapper form select,
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=email],
.gform_wrapper form input[type=tel],
.gform_wrapper form textarea,
.gform_body select,
.gform_body input[type=text],
.gform_body input[type=email],
.gform_body input[type=tel],
.gform_body textarea,
.gform_fields select,
.gform_fields input[type=text],
.gform_fields input[type=email],
.gform_fields input[type=tel],
.gform_fields textarea {
  height: 55px;
  background-color: #fff;
  border: 1px solid black;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.1rem;
  font-weight: normal;
  font-family: var(--brand--body-font);
  width: 100%;
}
.gform_wrapper form select::-moz-placeholder, .gform_wrapper form input[type=text]::-moz-placeholder, .gform_wrapper form input[type=email]::-moz-placeholder, .gform_wrapper form input[type=tel]::-moz-placeholder, .gform_wrapper form textarea::-moz-placeholder, .gform_body select::-moz-placeholder, .gform_body input[type=text]::-moz-placeholder, .gform_body input[type=email]::-moz-placeholder, .gform_body input[type=tel]::-moz-placeholder, .gform_body textarea::-moz-placeholder, .gform_fields select::-moz-placeholder, .gform_fields input[type=text]::-moz-placeholder, .gform_fields input[type=email]::-moz-placeholder, .gform_fields input[type=tel]::-moz-placeholder, .gform_fields textarea::-moz-placeholder {
  font-weight: normal;
  color: black;
  opacity: 0.5;
}
.gform_wrapper form select::placeholder,
.gform_wrapper form input[type=text]::placeholder,
.gform_wrapper form input[type=email]::placeholder,
.gform_wrapper form input[type=tel]::placeholder,
.gform_wrapper form textarea::placeholder,
.gform_body select::placeholder,
.gform_body input[type=text]::placeholder,
.gform_body input[type=email]::placeholder,
.gform_body input[type=tel]::placeholder,
.gform_body textarea::placeholder,
.gform_fields select::placeholder,
.gform_fields input[type=text]::placeholder,
.gform_fields input[type=email]::placeholder,
.gform_fields input[type=tel]::placeholder,
.gform_fields textarea::placeholder {
  font-weight: normal;
  color: black;
  opacity: 0.5;
}
.gform_wrapper form textarea,
.gform_body textarea,
.gform_fields textarea {
  height: auto;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.gform_wrapper form select,
.gform_wrapper form .select,
.gform_body select,
.gform_body .select,
.gform_fields select,
.gform_fields .select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='16'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M-2-1h26v16H-2z' data-name='Rectangle 51'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' data-name='Group 35' transform='translate(2 1)'%3E%3Cpath d='M11.2 14a1.4 1.4 0 0 1-1-.5L.2 2.3A1.4 1.4 0 0 1 2.5.5l8.7 10 8.7-10a1.4 1.4 0 1 1 2.2 1.8l-9.8 11.2a1.4 1.4 0 0 1-1.1.5Z' data-name='Path 136'/%3E%3C/g%3E%3C/svg%3E ");
  background-size: 26px 16px;
  background-position: right 0.8rem center;
  background-repeat: no-repeat;
}
.gform_wrapper form .select,
.gform_body .select,
.gform_fields .select {
  cursor: pointer;
}
.gform_wrapper form .select:hover,
.gform_body .select:hover,
.gform_fields .select:hover {
  opacity: 0.5;
}

.gform_fields {
  flex-direction: row;
}

.gfield_label {
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}

.gfield_validation_message {
  color: red;
  margin-top: 0.5rem;
}

.hidden_label .gfield_label,
.hide_summary,
.gform_hidden,
.gfield--type-honeypot {
  display: none;
}

.gform_fileupload_rules {
  margin-top: 0.5rem;
  display: block;
}

.gfield_required_asterisk {
  color: red;
  margin-left: 0.5rem;
}

fieldset.gfield {
  margin: 0;
  padding: 0;
  border: none;
}

button {
  cursor: pointer;
}

.gpfup__droparea > div {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.gpfup__droparea > div:before {
  content: "";
  display: block;
  width: 73px;
  height: auto;
  aspect-ratio: 73/66;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='73.67' height='66.34'%3E%3Cg fill='%239a55bc'%3E%3Cpath data-name='Path 317' d='M64.4 23.16v-.72A23.02 23.02 0 0 0 40.97 0 23.49 23.49 0 0 0 19.44 13.7 21.85 21.85 0 0 0 0 35.27a21.58 21.58 0 0 0 21.65 21.54h8.41v-4.48h-8.41a17.16 17.16 0 0 1-.56-34.24h1.5l.51-1.41A18.91 18.91 0 0 1 41.05 4.56 18.53 18.53 0 0 1 60.02 22.5a17.39 17.39 0 0 1 0 1.8l-.18 1.6 1.46.68a13.46 13.46 0 0 1-5.7 25.74H43.52v4.48H55.6a17.95 17.95 0 0 0 8.82-33.65Z'/%3E%3Cpath data-name='Path 318' d='M46.4 43.01a2.24 2.24 0 0 0 1.6-3.83L36.8 27.96 25.57 39.17a2.24 2.24 0 0 0 3.16 3.17l5.8-5.72V64.1a2.24 2.24 0 1 0 4.5 0V36.62l5.76 5.76a2.24 2.24 0 0 0 1.6.63Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.gf-options-inline .gfield_radio {
  display: flex;
  gap: 1rem;
}

.klaviyo-form form {
  background: transparent !important;
}
.klaviyo-form form ::-webkit-input-placeholder {
  color: var(--brand--placeholder--lt) !important;
}
.klaviyo-form form :-moz-placeholder {
  color: var(--brand--placeholder--lt) !important;
}
.klaviyo-form form ::-moz-placeholder {
  color: var(--brand--placeholder--lt) !important;
}
.klaviyo-form form :-ms-input-placeholder {
  color: var(--brand--placeholder--lt) !important;
}
.klaviyo-form form p span {
  display: block;
  font-family: var(--brand--body-font) !important;
  margin: 1rem 0 0 0;
}
.klaviyo-form form .kl-private-reset-css-Xuajs1 {
  min-height: unset !important;
}
.klaviyo-form form .kl-private-reset-css-Xuajs1 div[data-testid=form-row] > .kl-private-reset-css-Xuajs1:nth-child(2) {
  position: absolute !important;
  top: 10px;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon-arrow-right.svg);
  background-size: 30px 30px;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  -o-background-size: 30px 30px;
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.klaviyo-form form .kl-private-reset-css-Xuajs1 div[data-testid=form-row] > .kl-private-reset-css-Xuajs1:nth-child(2) button {
  height: auto !important;
}
.klaviyo-form form .kl-private-reset-css-Xuajs1 div[data-testid=form-row] > .kl-private-reset-css-Xuajs1:nth-child(2):hover {
  opacity: 0.6;
}
.klaviyo-form form .kl-private-reset-css-Xuajs1 div[data-testid=form-row] input[name=email] {
  font-family: var(--brand--body-font) !important;
  border: none !important;
  border-bottom: 1px solid var(--brand--light) !important;
  padding: 0 !important;
  margin-right: 45px;
}

.hamburger {
  display: block;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  top: 0;
  border: none;
  width: 30px;
  height: 20px;
  padding: 0;
  will-change: opacity;
  transition: opacity 250ms ease;
}
.hamburger svg {
  width: 100%;
  height: 100%;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 20px;
  transform: translate(-50%, -50%);
}
.hamburger i span {
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: white;
  will-change: transform, opacity, background-color;
  border-radius: 3px;
  transition: all 250ms ease;
  transform-origin: 50%;
}
.hamburger.is-active i span:nth-child(1) {
  transform: rotate(-45deg) translate(-22.5%, 150%);
}
.hamburger.is-active i span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active i span:nth-child(3) {
  transform: rotate(45deg) translate(-22.5%, -150%);
}
.hamburger:hover i span {
  opacity: 0.8;
}

.wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wrapper.wide {
  max-width: 1920px;
}
.wrapper.fluid {
  max-width: 1400px !important;
}
@media (min-width: 1056px) {
  .wrapper {
    max-width: 992px;
  }
}
@media (min-width: 1264px) {
  .wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1464px) {
  .wrapper {
    max-width: 1400px;
  }
}

.section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.section--inner {
  margin: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .section--inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.gutter {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .gutter {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 992px) {
  .gutter {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.popup {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

.mfp-bg,
.mfp-wrap {
  z-index: 99999 !important;
}

html.o-hidden body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brand--dark);
  z-index: 99;
  opacity: 0.5;
}
html.o-hidden body .site-main, html.o-hidden body .site-header {
  filter: blur(2px);
}

.mobile-navigation {
  position: fixed;
  top: 0;
  right: -1px;
  width: 700px;
  height: 100%;
  z-index: 999;
  background-color: var(--brand--primary-color);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--brand--light);
  padding: 2rem;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 992px) {
  .mobile-navigation {
    width: 90vw;
  }
}
.mobile-navigation.is-visible {
  transform: translateX(0);
}
.mobile-navigation .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: right !important;
}
.mobile-navigation__main ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mobile-navigation__footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: auto;
  font-weight: bold;
}
.mobile-navigation__footer a {
  color: var(--brand--primary-color);
}
.mobile-navigation__footer a:nth-child(n+2) {
  position: relative;
}
.mobile-navigation__footer a:nth-child(n+2):before {
  content: "";
  display: block;
  width: 1px;
  background-color: var(--brand--primary-color);
  height: 1rem;
  position: absolute;
  top: 50%;
  left: -0.5rem;
  transform: translateY(-50%);
}
.mobile-navigation__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  aspect-ratio: 1;
  width: auto;
  height: 30px;
  border: none;
  padding: 0;
}
.mobile-navigation__main ul {
  align-items: flex-start;
}
.mobile-navigation .logo path {
  fill: var(--brand--primary-color);
}
.mobile-navigation .hamburger i span {
  background-color: var(--brand--accent-color);
}
.mobile-navigation__header {
  width: 100%;
  height: auto;
}
.mobile-navigation__main {
  flex: 1;
  align-items: flex-start;
  width: 100%;
}
.mobile-navigation .sub-menu .sub-menu a {
  font-weight: normal;
}
.mobile-navigation .sub-menu {
  gap: 0.7rem;
  padding-top: 0.9rem;
}
.mobile-navigation .sub-menu {
  display: block !important;
  padding-left: 0;
  font-size: 2rem;
  list-style: none;
}
.mobile-navigation .sub-menu li {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: var(--brand--body-font);
}
.mobile-navigation .sub-menu li a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
  padding-right: 20px;
}
.mobile-navigation .sub-menu li a:after {
  display: block;
  content: " +";
  transform: scaleX(1);
  background: none;
  color: var(--brand--primary-color);
  position: absolute;
  right: 0;
  top: 0;
}
.mobile-navigation .sub-menu li a img {
  aspect-ratio: 3/2;
  aspect-ratio: 4/3;
  height: auto;
  width: 125px;
}
.mobile-navigation .nav-menu {
  width: 100%;
}
.mobile-navigation .nav-menu > li {
  align-self: stretch;
}
.mobile-navigation li.menu-item-has-children {
  position: relative;
}
.mobile-navigation li.menu-item-has-children:before {
  content: "";
  /* background-color: red; */
  background-image: linear-gradient(to bottom, white 0, white 10px, var(--brand--primary-color) 10px, var(--brand--primary-color) 13px, white 13px, white);
  background-position: center;
  width: 0;
  display: inline-block;
  height: 22px;
  transition: all 250ms ease;
  will-change: width;
}
.mobile-navigation li.menu-item-has-children > button {
  right: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  top: 0;
  transform: none;
  width: 3.5rem;
  height: 2.5rem;
}
.mobile-navigation li.menu-item-has-children > button:after {
  content: "";
  background-color: var(--brand--primary-color);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.15' height='7.99'%3E%3Cg fill='%239a55bc'%3E%3Cpath d='M6.62 7.49A.86.86 0 0 1 6 7.23L.76 2a.76.76 0 0 1-.18-.27l-.02-.05-.01-.03v-.02l-.02-.05-.02-.05v-.11L.5 1.4v-.03c0-.23.09-.45.26-.61A.86.86 0 0 1 1.37.5c.24 0 .45.09.62.26l4.63 4.62L11.16.83a.86.86 0 0 1 .62-.25c.24 0 .45.09.62.25.17.17.25.38.25.62s-.08.45-.25.62L7.23 7.23a.86.86 0 0 1-.61.26Z'/%3E%3Cpath d='M1.37 1c-.1 0-.19.04-.26.11a.36.36 0 0 0-.11.26v.06l.02.06.02.05.03.06.04.05 5.24 5.23c.08.07.16.11.27.11.1 0 .19-.04.26-.11l5.16-5.16a.36.36 0 0 0 .11-.27.36.36 0 0 0-.37-.37c-.1 0-.2.03-.26.1l-4.9 4.9-4.98-4.97A.36.36 0 0 0 1.37 1m0-1c.37 0 .72.14.98.4l4.27 4.27L10.8.48a1.36 1.36 0 0 1 1.94 0 1.36 1.36 0 0 1 0 1.94L7.6 7.6a1.36 1.36 0 0 1-1.95 0L.4 2.36a1.26 1.26 0 0 1-.29-.45l-.03-.09-.06-.2-.02-.2v-.05A1.36 1.36 0 0 1 1.37 0Z'/%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.15' height='7.99'%3E%3Cg fill='%239a55bc'%3E%3Cpath d='M6.62 7.49A.86.86 0 0 1 6 7.23L.76 2a.76.76 0 0 1-.18-.27l-.02-.05-.01-.03v-.02l-.02-.05-.02-.05v-.11L.5 1.4v-.03c0-.23.09-.45.26-.61A.86.86 0 0 1 1.37.5c.24 0 .45.09.62.26l4.63 4.62L11.16.83a.86.86 0 0 1 .62-.25c.24 0 .45.09.62.25.17.17.25.38.25.62s-.08.45-.25.62L7.23 7.23a.86.86 0 0 1-.61.26Z'/%3E%3Cpath d='M1.37 1c-.1 0-.19.04-.26.11a.36.36 0 0 0-.11.26v.06l.02.06.02.05.03.06.04.05 5.24 5.23c.08.07.16.11.27.11.1 0 .19-.04.26-.11l5.16-5.16a.36.36 0 0 0 .11-.27.36.36 0 0 0-.37-.37c-.1 0-.2.03-.26.1l-4.9 4.9-4.98-4.97A.36.36 0 0 0 1.37 1m0-1c.37 0 .72.14.98.4l4.27 4.27L10.8.48a1.36 1.36 0 0 1 1.94 0 1.36 1.36 0 0 1 0 1.94L7.6 7.6a1.36 1.36 0 0 1-1.95 0L.4 2.36a1.26 1.26 0 0 1-.29-.45l-.03-.09-.06-.2-.02-.2v-.05A1.36 1.36 0 0 1 1.37 0Z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  width: 20px;
  height: auto;
  aspect-ratio: 13/8;
  display: block;
  position: absolute;
  top: 1rem;
  right: 0;
  transform: rotate(-90deg);
  transition: transform 250ms ease;
}
.mobile-navigation li.menu-item-has-children.is-active:before {
  content: "";
  width: 50px;
  padding-right: 1rem;
  border-right: 5px solid white;
  height: 22px;
}
.mobile-navigation li.menu-item-has-children.is-active > button:after {
  transform: rotate(0);
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  outline: none;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-optical-sizing: auto;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

img,
svg,
iframe,
embed {
  vertical-align: bottom;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  text-underline-offset: 2px;
}

a:has(> i),
span:has(> i) {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-wrapper {
  overflow-x: hidden;
}

.flickity-viewport {
  overflow: visible;
}

.logo img {
  width: 100%;
  height: auto;
}

.stagger .stagger--in {
  opacity: 0;
  transition: all 0.8s ease;
}
.stagger .stagger--in.slide--up {
  transform: translate(0, 5rem);
}
.stagger .stagger--in.spin--in {
  transform: scaleX(-1);
}
.stagger .stagger--in.slide--left {
  transform: translate(-10rem, 0);
  transition: all 1s ease;
}
.stagger .stagger--in.slide--left--fast {
  transform: translate(-10rem, 0);
  transition: all 1s ease;
}
.stagger .stagger--in.slide--right {
  transform: translate(10rem, 0);
  transition: all 1s ease;
}
.stagger .stagger--in.slide--right--fast {
  transform: translate(10rem, 0);
  transition: all 1s ease;
}
.stagger .stagger--in.scale--in {
  opacity: 1;
  scale: 0.5;
  transform-origin: center;
}
.stagger .stagger--in.animate-in {
  opacity: 1;
  transition-delay: 150ms;
}
.stagger .stagger--in.animate-in.slide--up {
  transform: translate(0, 0);
}
.stagger .stagger--in.animate-in.slide--up--slow {
  transition-delay: 900ms;
}
.stagger .stagger--in.animate-in.spin--in {
  transition-delay: 500ms;
  transform: scaleX(1);
}
.stagger .stagger--in.animate-in.slide--left {
  transform: translate(0, 0);
  transition-delay: 500ms;
}
.stagger .stagger--in.animate-in.slide--left--fast {
  transform: translate(0, 0);
  transition-delay: 500ms;
}
.stagger .stagger--in.animate-in.slide--right {
  transform: translate(0, 0);
  transition-delay: 700ms;
}
.stagger .stagger--in.animate-in.slide--right--fast {
  transform: translate(0, 0);
  transition-delay: 350ms;
}
.stagger .stagger--in.animate-in.scale--in {
  scale: 1;
}

.wavy {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
  display: inline-block;
  min-width: 20px;
  animation-name: wavy;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes wavy {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
body {
  font-family: var(--brand--body-font);
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6,
[class*=__heading],
[class*=-heading] {
  line-height: 1.3;
}

.entry-content {
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.7;
}
.entry-content ol, .entry-content ul:not(.list--contact-links) {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  list-style-type: decimal;
  padding-left: 1rem;
  margin-left: 1rem;
}
.entry-content ol ol {
  list-style-type: lower-alpha;
}
.entry-content ul:not(.list--contact-links) {
  list-style-type: disc;
}
.entry-content li::marker {
  font-weight: 400;
}
.entry-content > *:not(:last-child):not(blockquote),
.entry-content > blockquote > *:not(:last-child) {
  margin-bottom: 1.2rem;
}
.entry-content strong {
  font-weight: bold;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.d-flex-inline {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.d-grid {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.d-grid-inline {
  display: inline-grid;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.fd-c {
  flex-direction: column;
  align-items: flex-start;
}

.fd-r {
  flex-direction: row;
  align-items: flex-start;
}

.ai-fs {
  align-items: flex-start;
}

.ai-c {
  align-items: center;
}

.ai-fe {
  align-items: flex-end;
}

.ai-s {
  align-items: stretch;
}

.jc-c {
  justify-content: center;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-fs {
  justify-content: flex-start;
}

.fg {
  position: relative;
  z-index: 9;
}

.d--f {
  display: flex;
}

.ai--c {
  align-items: center;
}

.jc--sb {
  justify-content: space-between;
}

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

.hide,
.d-none {
  display: none;
}

.zoom-hover {
  transition: transform 550ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 550ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform, opacity;
}
.zoom-hover [class*=-image] {
  overflow: hidden;
}
.zoom-hover [class*=-image] img {
  transition: transform 550ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 550ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform, opacity;
}
.zoom-hover:hover [class*=-image] img {
  transform: scale(1.1);
}

body.resizing .zoom-hover {
  transition: none;
}

.l-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.l-clamp--2 {
  -webkit-line-clamp: 2;
}

.l-clamp--3 {
  -webkit-line-clamp: 3;
}

.pos-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img--cover,
.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.list--contact-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.list--contact-links li {
  margin: 0;
  padding: 0;
}
.list--contact-links li a {
  gap: 0.5rem;
  text-decoration: none;
}

.list--social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1.9rem;
}
.list--social-links li {
  margin: 0;
  padding: 0;
}
.list--social-links li a {
  gap: 0.5rem;
  width: 36px;
  min-width: 26px;
  height: auto;
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.list--social-links li a[href=""] {
  display: none;
}
.list--social-links li a svg path {
  fill: var(--brand--light);
}
.list--social-links li a:hover {
  opacity: 0.65;
}

:root {
  --brand--heading-font: "Outfit", sans-serif;
  --brand--body-font: "Outfit", sans-serif;
  --brand--primary-color: #114D88;
  --brand--secondary-color: #9A55BC;
  --brand--alice-blue: #F3F9FF;
  --brand--ceramic: #FBFFF2;
}

.page-404 {
  margin: 0 0 0 0;
}
.page-404__content {
  margin: 7rem 0 5rem 0;
}

@keyframes bouncy-anim {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.basic-text__heading {
  margin-bottom: 2rem;
}
.berth-rates-block {
  background: var(--brand--second-color);
  margin: 0 0 0 0;
  padding-top: 7.8rem;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .berth-rates-block {
    padding-top: 6.2rem;
  }
}
.berth-rates-block__top {
  position: relative;
}
.berth-rates-block__top__float {
  position: absolute;
  top: 0;
  right: -12rem;
  width: 800px;
  height: auto;
}
@media (max-width: 1464px) {
  .berth-rates-block__top__float {
    right: -18rem;
  }
}
@media (max-width: 1264px) {
  .berth-rates-block__top__float {
    right: -26rem;
  }
}
@media (max-width: 992px) {
  .berth-rates-block__top__float {
    right: -31rem;
  }
}
@media (max-width: 768px) {
  .berth-rates-block__top__float {
    display: none;
  }
}
.berth-rates-block__top__float .float {
  position: absolute;
  top: 0;
  right: 0;
  width: 98%;
  height: 98%;
  z-index: 0;
}
.berth-rates-block__top__float .float img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.berth-rates-block__top__float .static {
  position: relative;
  right: -10px;
  top: -10px;
  z-index: 1;
}
.berth-rates-block__top__col {
  position: relative;
  z-index: 9999;
  width: 60%;
}
@media (max-width: 768px) {
  .berth-rates-block__top__col {
    width: 100%;
  }
}
.berth-rates-block__top__col:nth-child(2) {
  width: 40%;
}
@media (max-width: 768px) {
  .berth-rates-block__top__col:nth-child(2) {
    display: none;
  }
}
.berth-rates-block__top__col__row:nth-child(2) {
  margin: 2.2rem 0 3.8rem 0;
  min-height: 312px;
}
@media (max-width: 992px) {
  .berth-rates-block__top__col__row:nth-child(2) {
    min-height: unset;
  }
}
@media (max-width: 992px) {
  .berth-rates-block__top__col__row__btn {
    flex-direction: column;
    gap: 3.1rem;
  }
}
@media (max-width: 768px) {
  .berth-rates-block__top__col__row__btn {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.berth-rates-block__bottom {
  gap: 1.5rem;
  margin: 5.4rem 0 0 0;
  width: 110%;
  margin-left: -5%;
}
@media (max-width: 1600px) {
  .berth-rates-block__bottom {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1264px) {
  .berth-rates-block__bottom {
    width: 116%;
    margin-left: -8%;
  }
}
@media (max-width: 1200px) {
  .berth-rates-block__bottom {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .berth-rates-block__bottom {
    margin-top: 4.7rem;
  }
}
.berth-rates-block__bottom__link {
  margin: 3.1rem 0 0 0;
  width: 100%;
  text-align: center;
}
.berth-rates-block__bottom__col {
  width: 20%;
  background: var(--brand--light);
  padding: 2.5rem 2.5rem 2.2rem 2.5rem;
  z-index: 1;
  gap: 0;
}
@media (max-width: 1200px) {
  .berth-rates-block__bottom__col {
    width: 100% !important;
    align-items: center;
  }
}
.berth-rates-block__bottom__col:nth-child(1), .berth-rates-block__bottom__col:nth-child(5) {
  border-top: 7px solid var(--brand--seventh-color);
}
.berth-rates-block__bottom__col:nth-child(2) {
  border-top: 7px solid var(--brand--third-color);
}
.berth-rates-block__bottom__col:nth-child(3) {
  border-top: 7px solid var(--brand--fourth-color);
}
.berth-rates-block__bottom__col:nth-child(4) {
  border-top: 7px solid var(--brand--sixth-color);
}
.berth-rates-block__bottom__col__row .hr-dotted {
  display: block;
  width: 100%;
  height: auto;
}
.berth-rates-block__bottom__col__row:nth-child(1) {
  margin: 0 0 1.5rem 0;
}
.berth-rates-block__bottom__col__row:nth-child(2) {
  margin: 0 0 0.1rem 0;
}
.berth-rates-block__bottom__col__row:nth-child(3) {
  margin: 0 0 1.5rem 0;
}
.berth-rates-block__bottom__col__row:nth-child(4) {
  margin: 0 0 1.8rem 0;
}
.berth-rates-block__bottom__col__row:nth-child(5) {
  margin: 0 0 1.4rem 0;
}
.berth-rates-block__bottom__col__row:nth-child(5).price {
  margin: 0 0 0.7rem 0;
}

/* breakpoints */
.cta-block {
  margin: 7.4rem 0 7.8rem 0;
}
@media (max-width: 768px) {
  .cta-block {
    margin: 6rem 0 6.3rem 0;
  }
}
.cta-block__contain {
  margin: 0 0 7.5rem 0;
  gap: 0;
}
@media (max-width: 992px) {
  .cta-block__contain {
    margin: 0 0 4.6rem 0;
  }
}
.cta-block__contain:last-child {
  margin: 0;
}
@media (max-width: 1464px) {
  .cta-block__contain {
    gap: 2rem;
  }
}
@media (max-width: 992px) {
  .cta-block__contain {
    flex-direction: column;
  }
}
.cta-block__contain__left {
  width: 40%;
}
@media (max-width: 992px) {
  .cta-block__contain__left {
    width: 100%;
  }
}
.cta-block__contain__right {
  width: 60%;
}
@media (max-width: 992px) {
  .cta-block__contain__right {
    width: 100%;
  }
}
.cta-block__contain__right p {
  line-height: 1.6em !important;
  margin-bottom: 2.4rem !important;
}
.cta-block__contain__right .btn.margin {
  margin: 0 1.6rem 0 0;
}
@media (max-width: 768px) {
  .cta-block__contain__right .btn.margin {
    margin: 0 0 1.6rem 0;
  }
}
@media (max-width: 768px) {
  .cta-block__contain__right .btn {
    display: block;
    text-align: center;
  }
}

.destinations-block {
  margin: 5.4rem 0 7.8rem 0;
}
@media (max-width: 768px) {
  .destinations-block {
    margin-bottom: 6.3rem;
  }
}
.destinations-block__cats {
  margin: 0 0 4.4rem 0;
}
@media (max-width: 768px) {
  .destinations-block__cats__contain {
    flex-direction: column;
    gap: 3rem;
  }
}
.destinations-block__cats__contain a {
  display: block;
  position: relative;
  padding: 16px 2.2rem 14px 2.2rem;
  border: 1px solid var(--brand--light);
  border: 1px solid var(--brand--primary-color);
  border-radius: 50px;
}
.destinations-block__cats__contain a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 18px);
  width: 19px;
  height: 17px;
  opacity: 0;
  background: url(../img/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.destinations-block__cats__contain a.current:before, .destinations-block__cats__contain a:hover:before {
  opacity: 1;
}
.destinations-block__cats__contain a.current h2, .destinations-block__cats__contain a:hover h2 {
  color: var(--brand--primary-color);
}
.destinations-block__cats__contain a.current h2 {
  font-weight: 600;
}
.destinations-block__heading__contain {
  width: 100%;
  max-width: 900px;
  text-align: center;
}
.destinations-block__heading__contain p {
  font-size: 20px;
  line-height: 2em;
  font-weight: 400;
  color: var(--brand--eigth-color);
}
.destinations-block__heading__contain p a {
  color: var(--brand--primary-color);
}
.destinations-block__heading__contain p:last-child {
  margin-bottom: 0;
}
.destinations-block__items {
  flex-wrap: wrap;
  gap: 2rem;
  margin: 4.1rem 0 0 0;
}
.destinations-block__items span {
  flex: 1 0 25%;
  max-width: 31.56%;
  gap: 0;
}
@media (max-width: 992px) {
  .destinations-block__items span {
    flex: 1 0 35%;
    max-width: 48.09%;
  }
}
@media (max-width: 768px) {
  .destinations-block__items span {
    flex: unset;
    max-width: unset;
  }
}
.destinations-block__items__item {
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  border-radius: 8px;
  border: 1px solid var(--brand--border);
  height: 100%;
}
.destinations-block__items__item__row:nth-child(1) {
  aspect-ratio: 415/425;
}
@media (max-width: 768px) {
  .destinations-block__items__item__row:nth-child(1) {
    aspect-ratio: 1.5/1;
  }
}
.destinations-block__items__item__row:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.destinations-block__items__item__row:nth-child(2) {
  margin: 2.5rem 0 1.3rem 0;
}
.destinations-block__items__item__row p {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.8em !important;
  color: var(--brand--eigth-color) !important;
  margin-bottom: 1.1rem !important;
}
.destinations-block__items__item__row p:last-child {
  margin-bottom: 0 !important;
}

.events-block {
  margin: -0.6rem 0 7.8rem 0;
}
@media (max-width: 768px) {
  .events-block {
    margin-bottom: 6.3rem;
  }
}
.events-block__cats {
  margin: 0 0 4.7rem 0;
}
@media (max-width: 768px) {
  .events-block__cats__contain {
    flex-direction: column;
    gap: 3rem;
  }
}
.events-block__cats__contain a {
  display: block;
  position: relative;
  padding: 18px 2.2rem 12px 2.2rem;
  border: 1px solid var(--brand--light);
  border: 1px solid var(--brand--primary-color);
  border-radius: 50px;
}
.events-block__cats__contain a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 18px);
  width: 19px;
  height: 17px;
  opacity: 0;
  background: url(../img/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.events-block__cats__contain a.current:before, .events-block__cats__contain a:hover:before {
  opacity: 1;
}
.events-block__cats__contain a.current h2, .events-block__cats__contain a:hover h2 {
  color: var(--brand--primary-color);
}
.events-block__cats__contain a.current h2 {
  font-weight: 600;
}
.events-block__heading__contain {
  width: 100%;
  max-width: 900px;
  text-align: center;
}
.events-block__items {
  flex-wrap: wrap;
  gap: 2rem;
  margin: 4.1rem 0 0 0;
}
.events-block__items a {
  flex: 1 0 25%;
  max-width: 31.8%;
  gap: 0;
}
@media (max-width: 992px) {
  .events-block__items a {
    flex: 1 0 35%;
    max-width: 48.09%;
  }
}
@media (max-width: 768px) {
  .events-block__items a {
    flex: unset;
    max-width: unset;
  }
}
.events-block__items__item {
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  border-radius: 8px;
  border: 1px solid var(--brand--border);
  height: 100%;
}
.events-block__items__item__row:nth-child(1) {
  aspect-ratio: 415/425;
}
.events-block__items__item__row:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.events-block__items__item__row:nth-child(2) {
  margin: 0 0 1.3rem 0;
  gap: 1.2rem;
}
.events-block__items__item__row__col.title h2 {
  line-height: 1.2em !important;
}
.events-block__items__item__row__col.title p {
  color: var(--brand--fourth-color);
  margin: 0 0 -5px 0;
}
.events-block__items__item__row__col.date {
  position: relative;
  top: -5px;
  z-index: -1;
  width: 25%;
  background: var(--brand--fourth-color);
  text-align: center;
  padding: 0.9rem 0 0.2rem 0;
}
.events-block__items__item__row__col.date p {
  margin: 0;
  color: var(--brand--light);
}
.events-block__items__item__row__col.date p span {
  display: inline-block;
  font-weight: 700;
}
.events-block__items__item__row__col.date p span.month {
  display: block;
  margin: 0 0 -3px 0;
  font-weight: 400;
}
.events-block__items__item__row__col.title {
  width: 75%;
  padding: 1.1rem 0 0 0;
}
.events-block__items__item__row__col.title.no-date {
  width: 100%;
}

.gform_heading {
  margin: 0 0 2rem 0;
}

form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--brand--placeholder) !important;
  opacity: 1 !important;
}
form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--brand--placeholder) !important;
  opacity: 1 !important;
}
form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--brand--placeholder) !important;
  opacity: 1 !important;
}
form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--brand--placeholder) !important;
  opacity: 1 !important;
}
form .gform_fields {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  form .gform_fields {
    display: flex;
    flex-direction: column;
  }
}
form .gform_fields .gfield.indent-left {
  padding: 0 3rem 0 0;
}
@media (max-width: 1464px) {
  form .gform_fields .gfield.indent-left {
    padding: 0 1rem 0 0;
  }
}
@media (max-width: 992px) {
  form .gform_fields .gfield.indent-left {
    padding: 0;
  }
}
form .gform_fields .gfield.indent-right {
  padding: 0 0 0 3rem;
}
@media (max-width: 1464px) {
  form .gform_fields .gfield.indent-right {
    padding: 0 0 0 1rem;
  }
}
@media (max-width: 992px) {
  form .gform_fields .gfield.indent-right {
    padding: 0;
  }
}
form .gform_fields .gfield .gfield_label, form .gform_fields .gfield .gfield_checkbox label, form .gform_fields .gfield .gfield_radio label {
  font-size: 20px;
  color: var(--brand--eigth-color);
  font-weight: 400;
  margin: 0 0 0.9rem 0;
}
form .gform_fields .gfield .gfield_checkbox label, form .gform_fields .gfield .gfield_radio label {
  margin: 0 0rem 0 6px;
}
form .gform_fields .gfield.file-upload, form .gform_fields .gfield.file-upload button, form .gform_fields .gfield .gform_fileupload_rules, form .gform_fields .gfield .form-text {
  font-family: var(--brand--title-font);
  font-size: 16px;
  color: var(--brand--light);
  font-weight: 400;
  letter-spacing: var(--letterspacing-1);
  margin-bottom: 0;
  border: none;
}
form .gform_fields .gfield .ginput_container_fileupload, form .gform_fields .gfield .ginput_preview_list {
  text-align: center;
}
form .gform_fields .gfield .ginput_preview_list {
  margin: 2.5rem 0 2.8rem 0;
}
form .gform_fields .gfield .ginput_preview_list > div {
  margin: 0 0 0 0;
}
form .gform_fields .gfield .ginput_preview_list .gfield_fileupload_filesize {
  padding: 0 0.5rem;
}
form .gform_fields .gfield.file-upload {
  margin: 1rem 0 4rem 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid var(--brand--light);
}
form .gform_fields .gfield.file-upload button {
  display: block;
  margin: 0 auto;
  padding: 0.1rem 0 0 0;
  border-bottom: 1px solid var(--brand--light);
}
form .gform_fields .gfield .gform_fileupload_rules {
  display: none !important;
}
form .gform_fields .gfield .gfield_checkbox {
  margin: 0 0 -0.4rem 0;
}
form .gform_fields .gfield .gfield_checkbox > div {
  display: inline-block;
  margin: 0 1.8rem 0 0;
}
form .gform_fields .gfield .gfield_radio {
  margin: 0 0 -0.4rem 0;
}
form .gform_fields .gfield .gfield_radio > div {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}
form .gform_fields .gfield .gfield_radio > div input {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
}
form .gform_fields .gfield_required {
  display: none;
}
form .gform_fields .gfield .form-text a {
  text-decoration: underline;
}
form .gform_fields .gfield .form-text a:hover {
  text-decoration: none;
}
form .gform_fields .gfield.line-break {
  height: 1px;
  width: 100%;
  background: var(--brand--border);
  margin: 0.7rem 0 0.6rem 0;
}
form .gform_fields .full-width {
  grid-column: 1/3;
}
form .gform_fields .full-width textarea {
  height: 140px;
  padding: 1rem 0 0 1rem;
}
form .gform_fields .units legend {
  color: var(--brand--second-color) !important;
  font-style: italic;
}
form .gform_fields .form-btn {
  margin: 0.9rem 0 -1.2rem 0;
}
form .gform_fields .select-type .gfield_description {
  position: relative;
  top: -3px;
  margin: 0 0 6px 0;
}
form .gform_fields select, form .gform_fields input[type=text], form .gform_fields input[type=email], form .gform_fields input[type=tel], form .gform_fields textarea {
  border: 1px solid var(--brand--border);
  border-radius: 8px;
  font-size: 16px;
  color: var(--brand--primary-color);
  background: none;
  padding: 0 0 0 1rem;
}
form .gform_fields .gfield_validation_message {
  font-family: var(--brand--heading-font);
  letter-spacing: var(--letterspacing-1);
  color: var(--brand--error-color);
}
form .gform_footer {
  display: none;
}

.gform_validation_errors ol {
  display: none;
}
.gform_validation_errors h2 {
  margin: 0 0 2rem 0;
  color: var(--brand--accent-color);
}

.gform_confirmation_message {
  margin: 0 0 4.5rem 0;
}

.gform_submission_error {
  text-align: center;
  margin: 0 0 2.8rem 0 !important;
  color: var(--brand--error-color) !important;
  font-weight: 600;
}

@media (max-width: 768px) {
  .guernsey-lifestyle-block-1 {
    padding-top: 5.8rem !important;
  }
}
.guernsey-lifestyle-block-1__gallery {
  position: relative;
  height: 1686px;
  margin: 4.3rem 0 0 0;
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-1__gallery {
    height: auto;
    margin: 5.2rem 0 0 0;
  }
}
.guernsey-lifestyle-block-1__gallery .wrapper {
  height: 1686px;
}
@media (max-width: 992px) {
  .guernsey-lifestyle-block-1__gallery .wrapper {
    height: auto;
  }
}
@media (max-width: 992px) {
  .guernsey-lifestyle-block-1__gallery__item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: unset !important;
    bottom: unset !important;
    margin: 0 0 2rem 0;
    width: 100% !important;
    aspect-ratio: 2/1 !important;
  }
}
.guernsey-lifestyle-block-1__gallery__item > div {
  width: 100%;
  height: 100%;
}
.guernsey-lifestyle-block-1__gallery__item__icon {
  position: absolute;
  bottom: -4rem;
  right: -10%;
  z-index: 9999;
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-1__gallery__item__icon {
    position: relative;
    bottom: unset;
    right: unset;
    left: 0;
    top: 0;
  }
}
.guernsey-lifestyle-block-1__gallery__item__icon img {
  max-height: 200px;
}
.guernsey-lifestyle-block-1__gallery__item__icon .boat-anim {
  width: 450px;
  height: auto;
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-1__gallery__item__icon .boat-anim {
    margin: 0 auto;
    width: 300px;
  }
}
.guernsey-lifestyle-block-1__gallery__item__text {
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 9999;
  max-width: 850px;
}
@media (max-width: 1464px) {
  .guernsey-lifestyle-block-1__gallery__item__text {
    max-width: 600px;
  }
}
@media (max-width: 1264px) {
  .guernsey-lifestyle-block-1__gallery__item__text {
    max-width: 550px;
    right: -2rem;
  }
}
@media (max-width: 1080px) {
  .guernsey-lifestyle-block-1__gallery__item__text {
    max-width: 500px;
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .guernsey-lifestyle-block-1__gallery__item__text {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: unset !important;
    bottom: unset !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-1__gallery__item__text {
    max-width: 100%;
  }
}
.guernsey-lifestyle-block-1__gallery__item__text p {
  font-size: 28px !important;
  line-height: 1.6em !important;
  font-weight: 400;
}
@media (max-width: 1464px) {
  .guernsey-lifestyle-block-1__gallery__item__text p {
    font-size: 22px !important;
  }
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-1__gallery__item__text p {
    font-size: 18px !important;
  }
}
.guernsey-lifestyle-block-1__gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guernsey-lifestyle-block-1__gallery__item:nth-child(1) {
  position: absolute;
  top: 0;
  left: -12%;
  z-index: 9999;
  width: 630px;
  aspect-ratio: 630/640;
}
@media (max-width: 1464px) {
  .guernsey-lifestyle-block-1__gallery__item:nth-child(1) {
    left: -10%;
  }
}
@media (max-width: 1264px) {
  .guernsey-lifestyle-block-1__gallery__item:nth-child(1) {
    width: 530px;
  }
}
.guernsey-lifestyle-block-1__gallery__item:nth-child(2) {
  position: absolute;
  top: 28rem;
  right: -10%;
  z-index: 9999;
  width: 580px;
  aspect-ratio: 580/540;
}
.guernsey-lifestyle-block-1__gallery__item:nth-child(3) {
  position: absolute;
  top: 48rem;
  left: 0;
  z-index: 9999;
  width: 660px;
  aspect-ratio: 660/880;
}
.guernsey-lifestyle-block-1__gallery__item:nth-child(4) {
  position: absolute;
  top: 68rem;
  right: 10%;
  z-index: 9999;
  width: 400px;
  aspect-ratio: 400/335;
}
.guernsey-lifestyle-block-1__gallery__item:nth-child(5) {
  display: none;
}

.guernsey-lifestyle-block-2 {
  margin: 7.8rem 0 7.8rem 0;
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-2 {
    margin: 6rem 0 6.2rem 0;
  }
}
.guernsey-lifestyle-block-2__row {
  gap: 0;
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-2__row {
    flex-direction: column;
  }
}
.guernsey-lifestyle-block-2__row:nth-child(2) {
  margin: 12.8rem 0 0 0;
}
@media (max-width: 1264px) {
  .guernsey-lifestyle-block-2__row:nth-child(2) {
    margin: 15rem 0 0 0;
  }
}
@media (max-width: 992px) {
  .guernsey-lifestyle-block-2__row:nth-child(2) {
    margin: 8.3rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-2__row:nth-child(2) {
    margin: 6rem 0 0 0;
  }
}
.guernsey-lifestyle-block-2__row.second .content {
  left: 50%;
  padding: 0 0 0 8rem;
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-2__row.second .content {
    left: 0;
    padding: 0;
  }
}
.guernsey-lifestyle-block-2__row.second .images {
  left: -50%;
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-2__row.second .images {
    left: 0;
  }
}
.guernsey-lifestyle-block-2__row.second .images img:nth-child(2) {
  right: -3rem;
  left: unset;
  bottom: 8rem;
}
.guernsey-lifestyle-block-2__row__col {
  position: relative;
  width: 50%;
  gap: 0;
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-2__row__col {
    width: 100%;
  }
}
.guernsey-lifestyle-block-2__row__col.content {
  padding: 0 6rem 0 0;
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-2__row__col.content {
    padding: 0;
  }
}
.guernsey-lifestyle-block-2__row__col.content p {
  margin-bottom: 0 !important;
}
.guernsey-lifestyle-block-2__row__col__row:nth-child(2) {
  margin: 1.7rem 0 2.5rem 0;
}
.guernsey-lifestyle-block-2__row__col__row.icon {
  position: absolute;
  bottom: -50%;
  right: 30%;
}
@media (max-width: 1264px) {
  .guernsey-lifestyle-block-2__row__col__row.icon {
    bottom: -20%;
    right: 30%;
    width: 125px;
  }
}
@media (max-width: 992px) {
  .guernsey-lifestyle-block-2__row__col__row.icon {
    display: none;
  }
}
.guernsey-lifestyle-block-2__row__col.images img {
  width: 100%;
  height: auto;
  aspect-ratio: 730/670;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-2__row__col.images img {
    aspect-ratio: 1.5/1 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    bottom: unset !important;
    margin: 3.1rem 0 0 0;
    width: 100% !important;
    height: 100% !important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.guernsey-lifestyle-block-2__row__col.images img:nth-child(2) {
  position: absolute;
  bottom: -5rem;
  left: -3rem;
  aspect-ratio: 335/400;
  width: 335px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .guernsey-lifestyle-block-2__row__col.images img:nth-child(2) {
    width: 235px;
  }
}
@media (max-width: 768px) {
  .guernsey-lifestyle-block-2__row__col.images img:nth-child(2) {
    margin: 2rem 0 0 0;
  }
}

.btn:hover.menu-toggler .hamburger rect {
  fill: var(--brand--light);
}
.btn:hover.menu-toggler .hamburger rect:nth-child(3) {
  width: 20px;
}
.btn:hover.menu-toggler .hamburger rect:nth-child(2) {
  width: 15px;
}
.btn:hover.menu-toggler .hamburger rect:nth-child(1) {
  width: 25px;
}

.hamburger rect {
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  fill: var(--brand--light);
}
.hamburger:hover rect {
  fill: var(--brand--light);
}
.hamburger:hover rect:nth-child(3) {
  width: 20px;
}
.hamburger:hover rect:nth-child(2) {
  width: 15px;
}

.site-header.fixthis .hamburger rect {
  fill: var(--brand--light);
}
.site-header.fixthis .hamburger:hover rect {
  fill: var(--brand--light);
}

.has-waves.keep {
  position: relative;
  margin: 1px 0 5.2rem 0 !important;
  padding-top: 13.2rem;
  -webkit-mask-image: url(../img/bg-waves-v1.svg), linear-gradient(to bottom, black, black);
          mask-image: url(../img/bg-waves-v1.svg), linear-gradient(to bottom, black, black);
  -webkit-mask-size: 100% 95px, 100% auto;
          mask-size: 100% 95px, 100% auto;
  -webkit-mask-position: center top, center 95px;
          mask-position: center top, center 95px;
  -webkit-mask-repeat: no-repeat, repeat-x;
          mask-repeat: no-repeat, repeat-x;
  margin-top: -95px !important;
}
@media (max-width: 1920px) {
  .has-waves.keep {
    padding-top: 12.6rem;
  }
}
@media (max-width: 1600px) {
  .has-waves.keep {
    padding-top: 12.2rem;
  }
}
@media (max-width: 1600px) {
  .has-waves.keep {
    padding-top: 12.2rem;
  }
}
@media (max-width: 1400px) {
  .has-waves.keep {
    padding-top: 12rem;
  }
}
@media (max-width: 1200px) {
  .has-waves.keep {
    padding-top: 11.7rem;
  }
}
@media (max-width: 992px) {
  .has-waves.keep {
    padding-top: 11.5rem;
  }
}
@media (max-width: 768px) {
  .has-waves.keep {
    -webkit-mask-image: none;
            mask-image: none;
    margin-top: 0px !important;
    padding-top: 5.8rem;
  }
}
.has-waves.keep:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 0;
  opacity: 0.75;
}
.has-waves.keep .wrapper {
  z-index: 99;
}
.home-berthing-block {
  margin: 5.3rem 0 0 0;
}
@media (max-width: 1264px) {
  .home-berthing-block__contain {
    flex-direction: column;
  }
}
@media (max-width: 1264px) {
  .home-berthing-block__contain > div {
    width: 100%;
  }
}
.home-berthing-block__contain__split {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.home-berthing-block__contain__split.stretch-row {
  width: 100%;
  max-height: 800px;
}
.home-berthing-block__contain__split.stretch-row .home-berthing-block__contain__split__content {
  aspect-ratio: unset;
}
.home-berthing-block__contain__split.stretch-row .home-berthing-block__contain__split__content__split {
  gap: 20rem;
}
.home-berthing-block__contain__split__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home-berthing-block__contain__split__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-berthing-block__contain__split__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brand--dark);
  z-index: 0;
  opacity: 0.4;
}
.home-berthing-block__contain__split__content {
  position: relative;
  align-items: stretch;
  aspect-ratio: 950/675;
  gap: 0rem;
  z-index: 1;
}
@media (max-width: 1464px) {
  .home-berthing-block__contain__split__content {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 1264px) {
  .home-berthing-block__contain__split__content {
    aspect-ratio: 1.5/1;
  }
}
@media (max-width: 768px) {
  .home-berthing-block__contain__split__content {
    aspect-ratio: unset;
  }
}
.home-berthing-block__contain__split__content__split {
  position: relative;
}
.home-berthing-block__contain__split__content__split:first-child {
  width: 60%;
  padding: 0 2rem 4.5rem 2rem;
}
@media (max-width: 1700px) {
  .home-berthing-block__contain__split__content__split:first-child {
    padding: 0 2rem 5rem 2rem;
  }
}
@media (max-width: 1464px) {
  .home-berthing-block__contain__split__content__split:first-child {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .home-berthing-block__contain__split__content__split:first-child {
    display: none;
  }
}
.home-berthing-block__contain__split__content__split:last-child {
  width: 40%;
  padding: 0 2rem 5rem 2rem;
}
@media (max-width: 1464px) {
  .home-berthing-block__contain__split__content__split:last-child {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .home-berthing-block__contain__split__content__split:last-child {
    width: 100%;
  }
}
.home-berthing-block__contain__split__content__split:last-child .mask {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home-berthing-block__contain__split__content__split:last-child .mask.animate-in {
  opacity: 0.25;
}
.home-berthing-block__contain__split__content__split:last-child.theme-green .mask {
  background: var(--brand--fourth-color);
}
.home-berthing-block__contain__split__content__split:last-child.theme-green .price {
  background: var(--brand--fourth-color);
}
.home-berthing-block__contain__split__content__split:last-child.theme-green .details h2 span {
  background: var(--brand--fourth-color);
}
.home-berthing-block__contain__split__content__split:last-child.theme-red .mask {
  background: var(--brand--third-color);
}
.home-berthing-block__contain__split__content__split:last-child.theme-red .price {
  background: var(--brand--third-color);
}
.home-berthing-block__contain__split__content__split:last-child.theme-red .details h2 span {
  background: var(--brand--third-color);
}
.home-berthing-block__contain__split__content__split:last-child .inner {
  position: relative;
}
.home-berthing-block__contain__split__content__split:last-child .inner.price {
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  min-width: 220px;
}
.home-berthing-block__contain__split__content__split:last-child .inner.details .btn {
  margin: 1.9rem 0 1.5rem 0;
}

.home-facilities-services-block {
  margin: 0 0 0 0;
  padding-top: 14.3rem;
  padding-bottom: 7.8rem;
  background: var(--brand--ninth-color);
}
@media (max-width: 768px) {
  .home-facilities-services-block {
    padding-bottom: 6.3rem;
  }
}
.home-facilities-services-block.type-home {
  padding-top: 7.6rem;
}
.home-facilities-services-block.type-visitor {
  margin-top: -286px;
  padding-top: 23.8rem;
}
@media (max-width: 1464px) {
  .home-facilities-services-block.type-visitor {
    margin-top: -324px;
    padding-top: 26.2rem;
  }
}
@media (max-width: 1264px) {
  .home-facilities-services-block.type-visitor {
    margin-top: -324px;
    padding-top: 26.1rem;
  }
}
@media (max-width: 1200px) {
  .home-facilities-services-block.type-visitor {
    margin-top: -289px;
    padding-top: 24rem;
  }
}
@media (max-width: 992px) {
  .home-facilities-services-block.type-visitor {
    margin-top: -288px;
    padding-top: 23.9rem;
  }
}
.home-facilities-services-block.type-local {
  margin-top: -139px;
  padding-top: 14.8rem;
}
@media (max-width: 1600px) {
  .home-facilities-services-block.type-local {
    margin-top: -165px;
    padding-top: 16.4rem;
  }
}
@media (max-width: 1264px) {
  .home-facilities-services-block.type-local {
    margin-top: -170px;
    padding-top: 16.8rem;
  }
}
@media (max-width: 1200px) {
  .home-facilities-services-block.type-local {
    margin-top: -140px;
    padding-top: 14.8rem;
  }
}
.home-facilities-services-block__heading {
  text-align: center;
  margin: 0 0 4.4rem 0;
}
.home-facilities-services-block__contain {
  gap: 6rem;
  margin: 0 2rem;
}
@media (max-width: 1464px) {
  .home-facilities-services-block__contain {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .home-facilities-services-block__contain {
    flex-direction: column;
    margin: 0;
  }
}
.home-facilities-services-block__contain__split {
  width: 50%;
}
@media (max-width: 768px) {
  .home-facilities-services-block__contain__split {
    width: 100%;
  }
}
.home-facilities-services-block__contain__split ul {
  list-style: none;
  padding: 0 0 0 0;
}
.home-facilities-services-block__contain__split ul li {
  position: relative;
  margin: 1rem 0 0 0;
  background: var(--brand--light);
  padding: 1.8rem 1.5rem 1.4rem 0rem;
  border-radius: 5px;
}
.home-facilities-services-block__contain__split ul li span {
  position: absolute;
  top: 50%;
  left: 1.3rem;
  transform: translate(0, -50%);
}
.home-facilities-services-block__contain__split ul li span img {
  max-width: 50px;
  height: auto;
}
.home-facilities-services-block__contain__split ul li span.types-of-mooring img {
  max-width: 60px;
}
.home-facilities-services-block__contain__split ul li div {
  margin: 0 0rem 0 6.1rem;
}
.home-facilities-services-block__contain__split ul.second {
  margin: 0 0 4.6rem 0;
}

.home-marinas-block {
  margin: 4.6rem 0 5.3rem 0;
}
@media (max-width: 768px) {
  .home-marinas-block {
    margin-top: 3.5rem;
  }
}
.home-marinas-block .items {
  text-align: center;
}
.home-marinas-block__contain {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .home-marinas-block__contain {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.home-marinas-block__contain__cell {
  position: relative;
  aspect-ratio: 515/380;
  max-width: 515px;
  text-align: left;
}
@media (max-width: 768px) {
  .home-marinas-block__contain__cell {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.home-marinas-block__contain__cell:nth-child(1) {
  grid-area: 1/1/2/2;
}
.home-marinas-block__contain__cell:nth-child(2) {
  grid-area: 1/2/2/3;
}
.home-marinas-block__contain__cell:nth-child(3) {
  grid-area: 2/1/3/2;
}
.home-marinas-block__contain__cell:nth-child(4) {
  grid-area: 2/2/3/3;
}
.home-marinas-block__contain__cell:nth-child(5) {
  grid-area: 3/1/4/3;
  max-width: 1046px;
  aspect-ratio: 1046/380;
}
@media (max-width: 768px) {
  .home-marinas-block__contain__cell:nth-child(5) {
    max-width: unset;
    aspect-ratio: 515/380;
  }
}
.home-marinas-block__contain__cell__image-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home-marinas-block__contain__cell__image-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-marinas-block__contain__cell__image-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brand--dark);
  z-index: 1;
  opacity: 0.1;
}
.home-marinas-block__contain__cell__title {
  position: absolute;
  top: 1.5rem;
  left: 0;
  z-index: 1;
}
.home-marinas-block__contain__cell__title img {
  width: 45px;
  height: auto;
  margin: 0 0 0 1.5rem;
}
.home-marinas-block__contain__cell__cat {
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  padding: 0.7rem 1.8rem 0.5rem 1rem;
  z-index: 1;
}
.home-marinas-block__contain__cell__cat.visitor {
  background: var(--brand--sixth-color);
}
.home-marinas-block__contain__cell__cat.annual {
  background: var(--brand--eigth-color);
}
.home-marinas-block__content {
  margin: 5.4rem 0 0 0;
}
@media (max-width: 992px) {
  .home-marinas-block__content {
    flex-direction: column;
  }
}
.home-marinas-block__content__split {
  width: 55%;
  text-align: left;
}
.home-marinas-block__content__split:last-child {
  width: 45%;
  padding: 0 0rem 0 3rem;
}
.home-marinas-block__content__split p {
  letter-spacing: var(--letterspacing-1);
  line-height: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
@media (max-width: 992px) {
  .home-marinas-block__content__split p {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .home-marinas-block__content__split p {
    line-height: 2.2rem !important;
  }
}
.home-marinas-block__content__split p:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  .home-marinas-block__content__split {
    width: 100% !important;
    padding: 0 0 0 0 !important;
  }
}

.home-media-grid {
  margin: 6.1rem 0 0 0;
}
.home-media-grid__heading {
  width: 450px;
}
@media (max-width: 992px) {
  .home-media-grid__heading {
    margin: 0 0 1rem 0;
  }
}
.home-media-grid__gallery {
  position: relative;
  height: 100vh;
  height: 1455px;
}
@media (max-width: 992px) {
  .home-media-grid__gallery {
    height: auto;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    margin: 0 0 6.6rem 0;
  }
}
@media (max-width: 768px) {
  .home-media-grid__gallery {
    margin: 0 0 5.3rem 0;
  }
}
.home-media-grid__gallery__bg {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  opacity: 0.12;
}
.home-media-grid__gallery__message {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: 9999;
  width: 520px;
  width: 580px;
}
@media (max-width: 1600px) {
  .home-media-grid__gallery__message {
    top: 55%;
    left: 25%;
    transform: translate(-25%, -55%);
  }
}
@media (max-width: 1264px) {
  .home-media-grid__gallery__message {
    top: 55%;
    left: 2rem;
    transform: translate(0, -55%);
  }
}
@media (max-width: 1200px) {
  .home-media-grid__gallery__message {
    width: 560px;
  }
}
@media (max-width: 1080px) {
  .home-media-grid__gallery__message {
    width: 525px;
  }
}
@media (max-width: 992px) {
  .home-media-grid__gallery__message {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    margin: 1rem 2rem 0 2rem;
    width: auto;
  }
}
@media (max-width: 768px) {
  .home-media-grid__gallery__message {
    width: 460px;
  }
}
@media (max-width: 576px) {
  .home-media-grid__gallery__message {
    width: 350px;
  }
}
.home-media-grid__gallery__image {
  position: relative;
}
.home-media-grid__gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .home-media-grid__gallery__image {
    position: relative !important;
    right: unset !important;
    bottom: unset !important;
    top: 0 !important;
    left: 0 !important;
    aspect-ratio: 2/1 !important;
    width: 100% !important;
    height: auto;
    z-index: 1 !important;
  }
}
.home-media-grid__gallery__image:nth-child(1) {
  position: absolute;
  top: 5rem;
  left: 2rem;
  z-index: 9999;
  width: 490px;
  aspect-ratio: 490/640;
}
@media (max-width: 1700px) {
  .home-media-grid__gallery__image:nth-child(1) {
    width: 390px;
  }
}
@media (max-width: 1600px) {
  .home-media-grid__gallery__image:nth-child(1) {
    width: 390px;
  }
}
@media (max-width: 1464px) {
  .home-media-grid__gallery__image:nth-child(1) {
    left: 0;
  }
}
@media (max-width: 992px) {
  .home-media-grid__gallery__image:nth-child(1) {
    display: none;
  }
}
.home-media-grid__gallery__image:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  left: 36%;
  /*
  transform: translate(-50%, 0);
  */
  z-index: 9999;
  width: 490px;
  aspect-ratio: 490/390;
}
@media (max-width: 1700px) {
  .home-media-grid__gallery__image:nth-child(2) {
    width: 390px;
  }
}
@media (max-width: 1264px) {
  .home-media-grid__gallery__image:nth-child(2) {
    width: 290px;
  }
}
@media (max-width: 1100px) {
  .home-media-grid__gallery__image:nth-child(2) {
    display: none;
  }
}
.home-media-grid__gallery__image:nth-child(3) {
  position: absolute;
  top: -11rem;
  right: 5rem;
  z-index: 9999;
  width: 490px;
  aspect-ratio: 490/490;
}
@media (max-width: 1700px) {
  .home-media-grid__gallery__image:nth-child(3) {
    width: 390px;
  }
}
@media (max-width: 1464px) {
  .home-media-grid__gallery__image:nth-child(3) {
    right: 0;
  }
}
@media (max-width: 1600px) {
  .home-media-grid__gallery__image:nth-child(3) {
    width: 390px;
  }
}
@media (max-width: 992px) {
  .home-media-grid__gallery__image:nth-child(3) {
    display: none;
  }
}
.home-media-grid__gallery__image:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 645px;
  aspect-ratio: 645/500;
}
@media (max-width: 1700px) {
  .home-media-grid__gallery__image:nth-child(4) {
    width: 545px;
  }
}
@media (max-width: 1600px) {
  .home-media-grid__gallery__image:nth-child(4) {
    width: 545px;
  }
}
.home-media-grid__gallery__image:nth-child(5) {
  position: absolute;
  bottom: 10rem;
  left: 40%;
  /*
  transform: translate(-50%, 0);
  */
  z-index: 9999;
  width: 470px;
  aspect-ratio: 575/385;
}
@media (max-width: 1700px) {
  .home-media-grid__gallery__image:nth-child(5) {
    width: 470px;
    left: 37%;
  }
}
@media (max-width: 1520px) {
  .home-media-grid__gallery__image:nth-child(5) {
    width: 400px;
    left: 40%;
  }
}
@media (max-width: 1400px) {
  .home-media-grid__gallery__image:nth-child(5) {
    width: 250px;
    left: 45%;
  }
}
@media (max-width: 1264px) {
  .home-media-grid__gallery__image:nth-child(5) {
    left: unset;
    right: 5%;
    bottom: 15rem;
    display: none;
  }
}
@media (max-width: 992px) {
  .home-media-grid__gallery__image:nth-child(5) {
    display: none;
  }
}
.home-media-grid__gallery__image:nth-child(6) {
  position: absolute;
  top: 50%;
  top: 30%;
  right: 2rem;
  /*
  transform: translate(0, -50%);
  */
  z-index: 9999;
  width: 490px;
  aspect-ratio: 490/640;
}
@media (max-width: 1700px) {
  .home-media-grid__gallery__image:nth-child(6) {
    width: 390px;
  }
}
@media (max-width: 1600px) {
  .home-media-grid__gallery__image:nth-child(6) {
    width: 390px;
  }
}
@media (max-width: 992px) {
  .home-media-grid__gallery__image:nth-child(6) {
    display: none;
  }
}
.home-media-grid__gallery__image:nth-child(7) {
  position: absolute;
  bottom: 0;
  right: 5rem;
  z-index: 9999;
  width: 425px;
  aspect-ratio: 425/285;
}
@media (max-width: 1700px) {
  .home-media-grid__gallery__image:nth-child(7) {
    width: 425px;
  }
}
@media (max-width: 1600px) {
  .home-media-grid__gallery__image:nth-child(7) {
    width: 425px;
    right: 0rem;
  }
}
@media (max-width: 992px) {
  .home-media-grid__gallery__image:nth-child(7) {
    display: none;
  }
}
.home-media-grid__video .wrapper {
  position: relative;
}
.home-media-grid__video__source {
  position: relative;
  aspect-ratio: 1920/1080;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home-media-grid__video__source {
    aspect-ratio: 4/3;
  }
}
.home-media-grid__video__source video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-media-grid__video__source__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 1;
}
.home-media-grid__video__source__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1464px) {
  .home-media-grid__video__source__thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--brand--dark);
    z-index: 9999;
    opacity: 0;
  }
}
.home-media-grid__video__source__thumb.thumb-toggle {
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home-media-grid__video__source__thumb.thumb-toggle.fade {
  opacity: 0;
}
.home-media-grid__video__source__thumb.thumb-toggle.stack {
  z-index: -1;
}
.home-media-grid__video__source__thumb__heading {
  position: absolute;
  bottom: 4.4rem;
  left: 5.6rem;
  width: 65%;
  z-index: 99999;
}
@media (max-width: 1464px) {
  .home-media-grid__video__source__thumb__heading {
    bottom: 4.6rem;
  }
}
@media (max-width: 1264px) {
  .home-media-grid__video__source__thumb__heading {
    bottom: 5rem;
  }
}
@media (max-width: 992px) {
  .home-media-grid__video__source__thumb__heading {
    bottom: 5.2rem;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .home-media-grid__video__source__thumb__heading {
    display: none;
  }
}
.home-media-grid__video__source__thumb__button {
  position: absolute;
  bottom: 6.2rem;
  right: 6.1rem;
  z-index: 99999;
}
@media (max-width: 992px) {
  .home-media-grid__video__source__thumb__button {
    top: 50%;
    transform: translate(0, -50%);
    bottom: unset;
  }
}
@media (max-width: 768px) {
  .home-media-grid__video__source__thumb__button {
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.home-media-grid__video__source__thumb__button .play__btn {
  cursor: pointer;
}
@media (max-width: 768px) {
  .home-media-grid__video__source__thumb__button .play__btn {
    opacity: 0.85;
  }
}
.home-media-grid__video__source__thumb__button .play__btn svg .cls-1, .home-media-grid__video__source__thumb__button .play__btn svg .cls-2 {
  isolation: isolate;
}
.home-media-grid__video__source__thumb__button .play__btn svg .cls-3 {
  fill: var(--brand--third-color);
  transition: fill 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.home-media-grid__video__source__thumb__button .play__btn svg .cls-4, .home-media-grid__video__source__thumb__button .play__btn svg .cls-2 {
  fill: #fff;
}
.home-media-grid__video__source__thumb__button .play__btn svg .cls-2 {
  font-family: var(--brand--heading-font);
  font-size: 24px;
  font-weight: 700;
}
.home-media-grid__video__source__thumb__button .play__btn:hover svg .cls-3 {
  fill: var(--brand--primary-color);
}

.home-video {
  position: relative;
  margin: 0 0 0 0;
  height: 100vh;
}
.home-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15vh;
  background: var(--brand--second-color);
  z-index: 1;
  opacity: 0.3;
  background: linear-gradient(180deg, rgb(72, 107, 189) 0%, rgba(255, 255, 255, 0) 100%);
}
.home-video:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  background: var(--brand--light);
  z-index: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1400px) {
  .home-video:after {
    height: 50vh;
  }
}
@media (max-width: 992px) {
  .home-video:after {
    height: 60vh;
  }
}
@media (max-width: 576px) {
  .home-video:after {
    height: 100vh;
  }
}
.home-video__video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-video__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-video__contain {
  position: relative;
  z-index: 1;
  height: 100vh;
}
.home-video__contain__row {
  gap: 0.9rem;
}
.home-video__contain__row:nth-child(2) {
  width: 65%;
}
@media (max-width: 1700px) {
  .home-video__contain__row:nth-child(2) {
    width: 100%;
  }
}

.image-mosaic {
  position: relative;
  height: 100vh;
  width: 100%;
  margin: 7rem 0 0 0;
}
.image-mosaic.shorter {
  height: 80vh;
  margin: 7.3rem 0 7rem 0;
}
@media (max-width: 992px) {
  .image-mosaic.shorter {
    margin: 5.7rem 0 5.5rem 0;
  }
}
@media (max-width: 992px) {
  .image-mosaic {
    height: 800px !important;
  }
}
@media (max-width: 768px) {
  .image-mosaic {
    height: 80vh !important;
    margin: 5.5rem 0 5.5rem 0;
  }
}
.image-mosaic__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.image-mosaic__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-mosaic__images {
  position: relative;
  height: 100vh;
  width: 100%;
}
.image-mosaic__images.shorter {
  height: 80vh;
}
@media (max-width: 992px) {
  .image-mosaic__images {
    height: 800px !important;
  }
}
@media (max-width: 768px) {
  .image-mosaic__images {
    display: none;
  }
}
.image-mosaic__images__image {
  position: absolute;
  box-shadow: 0.2rem 0.2rem 0.35rem rgba(0, 0, 0, 0.1);
}
.image-mosaic__images__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-mosaic__images__image:nth-child(1) {
  top: 8rem;
  left: 10rem;
  aspect-ratio: 390/490;
  width: 390px;
}
@media (max-width: 1464px) {
  .image-mosaic__images__image:nth-child(1) {
    top: 4rem;
    left: 3rem;
    width: 290px;
  }
}
.image-mosaic__images__image:nth-child(2) {
  bottom: 8rem;
  right: 10rem;
  aspect-ratio: 380/380;
  width: 380px;
}
@media (max-width: 1464px) {
  .image-mosaic__images__image:nth-child(2) {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .image-mosaic__images__image:nth-child(2) {
    width: 280px;
    right: 3rem;
    bottom: 4rem;
  }
}
.image-mosaic__images.b-tr .image:nth-child(1) {
  top: 8rem;
  right: 10rem;
  left: unset;
  aspect-ratio: 490/390;
  width: 490px;
}
@media (max-width: 1464px) {
  .image-mosaic__images.b-tr .image:nth-child(1) {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .image-mosaic__images.b-tr .image:nth-child(1) {
    width: 390px;
    right: 3rem;
    top: 4rem;
  }
}
.image-mosaic__images.b-trt .image:nth-child(1) {
  top: 8rem;
  right: 10rem;
  left: unset;
  aspect-ratio: 390/490;
  width: 390px;
}
@media (max-width: 1464px) {
  .image-mosaic__images.b-trt .image:nth-child(1) {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .image-mosaic__images.b-trt .image:nth-child(1) {
    width: 290px;
    right: 3rem;
    top: 4rem;
  }
}
.image-mosaic__images.tr-br .image:nth-child(1) {
  top: 8rem;
  right: 10rem;
  left: unset;
  aspect-ratio: 460/345;
  width: 460px;
}
@media (max-width: 1464px) {
  .image-mosaic__images.tr-br .image:nth-child(1) {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .image-mosaic__images.tr-br .image:nth-child(1) {
    width: 360px;
    top: 4rem;
    right: 3rem;
  }
}
.image-mosaic__images.tr-br .image:nth-child(2) {
  bottom: 12rem;
  right: 20rem;
  aspect-ratio: 460/345;
  width: 460px;
}
@media (max-width: 1464px) {
  .image-mosaic__images.tr-br .image:nth-child(2) {
    right: 5rem;
    bottom: 1rem;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .image-mosaic__images.tr-br .image:nth-child(2) {
    width: 360px;
    bottom: 4rem;
    right: unset;
    left: 3rem;
  }
}
.image-mosaic__images.tl-bl .image:nth-child(1) {
  top: 8rem;
  left: 30rem;
  aspect-ratio: 280/280;
  width: 280px;
}
.image-mosaic__images.tl-bl .image:nth-child(2) {
  bottom: 12rem;
  left: 10rem;
  right: unset;
  aspect-ratio: 360/470;
  width: 360px;
}

.itemised-carousel-repeat-1 {
  margin: 0 0 0 0;
  padding-top: 7.5rem;
  padding-bottom: 7.8rem;
}
@media (max-width: 992px) {
  .itemised-carousel-repeat-1 {
    margin-top: 8rem;
    margin-bottom: 9.5rem;
  }
}
.itemised-carousel-repeat-1 .wrapper {
  text-align: left !important;
}
.itemised-carousel-repeat-1.theme-blue {
  background-color: var(--brand--second-color);
  background-image: url(../img/waves.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.itemised-carousel-repeat-1.theme-white {
  margin: 7.8rem 0 7.1rem 0;
  padding-top: 7rem;
  padding-bottom: 0;
  border-top: 1px solid var(--brand--border);
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-1.theme-white {
    margin: 6.3rem 0 5.6rem 0;
    padding-top: 5.8rem;
  }
}
.itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__intro__row h1 {
  color: var(--brand--primary-color);
}
.itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__intro__row p {
  color: var(--brand--eigth-color);
}
.itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__intro__row:nth-child(2) {
  width: 75%;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__intro__row:nth-child(2) {
    width: 100%;
  }
}
.itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__nav.blue-theme {
  display: none;
}
.itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__nav.white-theme {
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__nav.white-theme {
    position: relative;
    bottom: 0;
    margin: 0 0 3.1rem 0;
  }
}
.itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__nav button svg path {
  fill: var(--brand--primary-color);
}
.itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__nav__sep,
.itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__item-text {
  display: none;
}
.itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__item__title,
.itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__item__content {
  display: block;
}
.itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__item__title.margin,
.itemised-carousel-repeat-1.theme-white .itemised-carousel-repeat-1__item__content.margin {
  margin: 2.5rem 0 1.3rem 0;
}
.itemised-carousel-repeat-1.theme-white.events {
  margin: 0 0 7.8rem 0;
  padding: 0 0 0 0;
  border-top: none !important;
}
.itemised-carousel-repeat-1.theme-white.events .itemised-carousel-repeat-1__intro__row:nth-child(2) {
  margin: 1.7rem 0 3.5rem 0;
}
.itemised-carousel-repeat-1__intro {
  position: relative;
}
.itemised-carousel-repeat-1__intro__row:nth-child(2) {
  margin: 1.7rem 0 3.8rem 0;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-1__intro__row:nth-child(2) {
    margin-bottom: 2.4rem;
  }
}
.itemised-carousel-repeat-1__header {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .itemised-carousel-repeat-1__header {
    align-items: center;
    flex-direction: row;
  }
}
.itemised-carousel-repeat-1__title h3 {
  margin: 0 0 0 1.8rem;
}
@media (max-width: 992px) {
  .itemised-carousel-repeat-1__title h3 {
    margin: 0px 0 2.5rem 0;
  }
}
.itemised-carousel-repeat-1__title h1, .itemised-carousel-repeat-1__title h3 {
  display: inline-block;
}
@media (max-width: 992px) {
  .itemised-carousel-repeat-1__title h1, .itemised-carousel-repeat-1__title h3 {
    display: block;
  }
}
.itemised-carousel-repeat-1__item {
  gap: 0rem;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-1__item {
    width: 320px;
  }
}
.itemised-carousel-repeat-1__item-image {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 1;
  width: 320px;
  height: auto;
}
@media (min-width: 768px) {
  .itemised-carousel-repeat-1__item-image {
    width: 440px;
  }
}
@media (min-width: 992px) {
  .itemised-carousel-repeat-1__item-image {
    width: 440px;
    height: 640px;
  }
}
.itemised-carousel-repeat-1__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemised-carousel-repeat-1__item-image:before {
  content: "";
  display: block;
  display: none;
  background-color: var(--brand--dark);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.itemised-carousel-repeat-1__item__title {
  display: none;
}
.itemised-carousel-repeat-1__item__content {
  display: none;
}
.itemised-carousel-repeat-1__item-text {
  position: absolute;
  top: 2.2rem;
  left: 0;
  margin: 0 0 0 0;
  z-index: 99;
  gap: 1.6rem;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.itemised-carousel-repeat-1__item-text__row:first-child {
  margin: 0 0 0 2.2rem;
}
.itemised-carousel-repeat-1__item-text__row img {
  width: 60px;
  height: auto;
  transform: scale(1) !important;
}
.itemised-carousel-repeat-1__item:hover .itemised-carousel-repeat-1__item-text {
  color: white;
}
.itemised-carousel-repeat-1__item:hover .itemised-carousel-repeat-1__item-image:before {
  opacity: 0;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-1__item:hover .itemised-carousel-repeat-1__item-image:before {
    opacity: 0.5;
  }
}
.flickity-enabled .itemised-carousel-repeat-1__item {
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .flickity-enabled .itemised-carousel-repeat-1__item {
    margin-right: 2rem;
    width: 440px;
  }
}
.itemised-carousel-repeat-1__cta {
  color: var(--brand--tertiary-color);
  font-size: 1.3rem;
  margin-top: -2.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .itemised-carousel-repeat-1__cta {
    margin-top: -1.75rem;
    margin-bottom: 0;
  }
}
.itemised-carousel-repeat-1__cta a i {
  background-color: var(--brand--tertiary-color);
}
.itemised-carousel-repeat-1__cta a:hover {
  color: white;
}
.itemised-carousel-repeat-1__cta a:hover i {
  background-color: white;
}
.itemised-carousel-repeat-1 .flickity-prev-next-button {
  z-index: 99;
  background: none;
  width: 50px;
  height: 50px;
  padding: 0;
  opacity: 0.5;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-1 .flickity-prev-next-button {
    top: unset;
    bottom: 30px;
    transform: unset;
  }
}
.itemised-carousel-repeat-1 .flickity-prev-next-button svg path {
  fill: var(--brand--accent-color);
}
.itemised-carousel-repeat-1 .flickity-prev-next-button.previous {
  left: 30px;
  left: 0;
  top: unset;
  bottom: -125px;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-1 .flickity-prev-next-button.previous {
    bottom: -100px;
  }
}
.itemised-carousel-repeat-1 .flickity-prev-next-button.next {
  right: 30px;
  right: unset;
  top: unset;
  bottom: -125px;
  left: 60px;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-1 .flickity-prev-next-button.next {
    bottom: -100px;
  }
}
.itemised-carousel-repeat-1 .flickity-prev-next-button:hover {
  opacity: 1;
}
.itemised-carousel-repeat-1__nav {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
.itemised-carousel-repeat-1__nav.white-theme {
  display: none;
}
.itemised-carousel-repeat-1__nav button {
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  width: 60px;
  min-width: 60px;
  height: auto;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.itemised-carousel-repeat-1__nav button:hover {
  opacity: 0.5;
}
.itemised-carousel-repeat-1__nav button svg path {
  fill: var(--brand--light);
}
.itemised-carousel-repeat-1__nav__sep {
  width: 100%;
  position: relative;
}
.itemised-carousel-repeat-1__nav__sep:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background: var(--brand--light);
  z-index: 99;
  opacity: 0.35;
}

.itemised-carousel-repeat-2 {
  margin: 0 0 0 0;
  padding-top: 7.5rem;
  padding-bottom: 7.8rem;
}
@media (max-width: 992px) {
  .itemised-carousel-repeat-2 {
    margin-top: 8rem;
    margin-bottom: 9.5rem;
  }
}
.itemised-carousel-repeat-2 .wrapper {
  text-align: left !important;
}
.itemised-carousel-repeat-2.theme-blue {
  background-color: var(--brand--second-color);
  background-image: url(../img/waves.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.itemised-carousel-repeat-2.theme-white {
  margin: 7.8rem 0 7.2rem 0;
  padding-top: 7rem;
  padding-bottom: 0;
  border-top: 1px solid var(--brand--border);
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-2.theme-white {
    margin: 6.3rem 0 5.6rem 0;
    padding-top: 5.8rem;
  }
}
.itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__intro__row h1 {
  color: var(--brand--primary-color);
}
.itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__intro__row p {
  color: var(--brand--eigth-color);
}
.itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__intro__row:nth-child(2) {
  width: 75%;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__intro__row:nth-child(2) {
    width: 100%;
  }
}
.itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__nav.blue-theme {
  display: none;
}
.itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__nav.white-theme {
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__nav.white-theme {
    position: relative;
    bottom: 0;
    margin: 0 0 3.1rem 0;
  }
}
.itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__nav button svg path {
  fill: var(--brand--primary-color);
}
.itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__nav__sep,
.itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__item-text {
  display: none;
}
.itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__item__title,
.itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__item__content {
  display: block;
}
.itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__item__title.margin,
.itemised-carousel-repeat-2.theme-white .itemised-carousel-repeat-2__item__content.margin {
  margin: 2.5rem 0 1.3rem 0;
}
.itemised-carousel-repeat-2.theme-white.events {
  margin: 0 0 7.8rem 0;
  padding: 0 0 0 0;
  border-top: none !important;
}
.itemised-carousel-repeat-2.theme-white.events .itemised-carousel-repeat-2__intro__row:nth-child(2) {
  margin: 1.7rem 0 3.5rem 0;
}
.itemised-carousel-repeat-2__intro {
  position: relative;
}
.itemised-carousel-repeat-2__intro__row:nth-child(2) {
  margin: 1.7rem 0 3.8rem 0;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-2__intro__row:nth-child(2) {
    margin-bottom: 2.4rem;
  }
}
.itemised-carousel-repeat-2__header {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .itemised-carousel-repeat-2__header {
    align-items: center;
    flex-direction: row;
  }
}
.itemised-carousel-repeat-2__title h3 {
  margin: 0 0 0 1.8rem;
}
@media (max-width: 992px) {
  .itemised-carousel-repeat-2__title h3 {
    margin: 0px 0 2.5rem 0;
  }
}
.itemised-carousel-repeat-2__title h1, .itemised-carousel-repeat-2__title h3 {
  display: inline-block;
}
@media (max-width: 992px) {
  .itemised-carousel-repeat-2__title h1, .itemised-carousel-repeat-2__title h3 {
    display: block;
  }
}
.itemised-carousel-repeat-2__item {
  gap: 0rem;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-2__item {
    width: 320px;
  }
}
.itemised-carousel-repeat-2__item-image {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 1;
  width: 320px;
  height: auto;
}
@media (min-width: 768px) {
  .itemised-carousel-repeat-2__item-image {
    width: 440px;
  }
}
@media (min-width: 992px) {
  .itemised-carousel-repeat-2__item-image {
    width: 440px;
    height: 640px;
  }
}
.itemised-carousel-repeat-2__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemised-carousel-repeat-2__item-image:before {
  content: "";
  display: block;
  display: none;
  background-color: var(--brand--dark);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.itemised-carousel-repeat-2__item__title {
  display: none;
}
.itemised-carousel-repeat-2__item__content {
  display: none;
}
.itemised-carousel-repeat-2__item-text {
  position: absolute;
  top: 2.2rem;
  left: 0;
  margin: 0 0 0 0;
  z-index: 99;
  gap: 1.6rem;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.itemised-carousel-repeat-2__item-text__row:first-child {
  margin: 0 0 0 2.2rem;
}
.itemised-carousel-repeat-2__item-text__row img {
  width: 60px;
  height: auto;
  transform: scale(1) !important;
}
.itemised-carousel-repeat-2__item:hover .itemised-carousel-repeat-2__item-text {
  color: white;
}
.itemised-carousel-repeat-2__item:hover .itemised-carousel-repeat-2__item-image:before {
  opacity: 0;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-2__item:hover .itemised-carousel-repeat-2__item-image:before {
    opacity: 0.5;
  }
}
.flickity-enabled .itemised-carousel-repeat-2__item {
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .flickity-enabled .itemised-carousel-repeat-2__item {
    margin-right: 2rem;
    width: 440px;
  }
}
.itemised-carousel-repeat-2__cta {
  color: var(--brand--tertiary-color);
  font-size: 1.3rem;
  margin-top: -2.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .itemised-carousel-repeat-2__cta {
    margin-top: -1.75rem;
    margin-bottom: 0;
  }
}
.itemised-carousel-repeat-2__cta a i {
  background-color: var(--brand--tertiary-color);
}
.itemised-carousel-repeat-2__cta a:hover {
  color: white;
}
.itemised-carousel-repeat-2__cta a:hover i {
  background-color: white;
}
.itemised-carousel-repeat-2 .flickity-prev-next-button {
  z-index: 99;
  background: none;
  width: 50px;
  height: 50px;
  padding: 0;
  opacity: 0.5;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-2 .flickity-prev-next-button {
    top: unset;
    bottom: 30px;
    transform: unset;
  }
}
.itemised-carousel-repeat-2 .flickity-prev-next-button svg path {
  fill: var(--brand--accent-color);
}
.itemised-carousel-repeat-2 .flickity-prev-next-button.previous {
  left: 30px;
  left: 0;
  top: unset;
  bottom: -125px;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-2 .flickity-prev-next-button.previous {
    bottom: -100px;
  }
}
.itemised-carousel-repeat-2 .flickity-prev-next-button.next {
  right: 30px;
  right: unset;
  top: unset;
  bottom: -125px;
  left: 60px;
}
@media (max-width: 768px) {
  .itemised-carousel-repeat-2 .flickity-prev-next-button.next {
    bottom: -100px;
  }
}
.itemised-carousel-repeat-2 .flickity-prev-next-button:hover {
  opacity: 1;
}
.itemised-carousel-repeat-2__nav {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
.itemised-carousel-repeat-2__nav.white-theme {
  display: none;
}
.itemised-carousel-repeat-2__nav button {
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  width: 60px;
  min-width: 60px;
  height: auto;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.itemised-carousel-repeat-2__nav button:hover {
  opacity: 0.5;
}
.itemised-carousel-repeat-2__nav button svg path {
  fill: var(--brand--light);
}
.itemised-carousel-repeat-2__nav__sep {
  width: 100%;
  position: relative;
}
.itemised-carousel-repeat-2__nav__sep:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background: var(--brand--light);
  z-index: 99;
  opacity: 0.35;
}

.itemised-carousel {
  margin: 0 0 0 0;
  padding-top: 7.5rem;
  padding-bottom: 7.8rem;
}
@media (max-width: 992px) {
  .itemised-carousel {
    margin-top: 8rem;
    margin-bottom: 6.2rem;
  }
}
@media (max-width: 768px) {
  .itemised-carousel {
    margin-top: 6.3rem;
    margin-bottom: 6rem;
  }
}
.itemised-carousel .wrapper {
  text-align: left !important;
}
.itemised-carousel.theme-blue {
  background-color: var(--brand--second-color);
  background-image: url(../img/waves.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
@media (max-width: 768px) {
  .itemised-carousel.theme-blue {
    padding-top: 6.3rem;
    padding-bottom: 6.2rem;
  }
}
@media (max-width: 992px) {
  .itemised-carousel.theme-blue {
    margin-top: 0;
  }
}
.itemised-carousel.theme-white {
  margin: 7.8rem 0 7.1rem 0;
  padding-top: 7rem;
  padding-bottom: 0;
  border-top: 1px solid var(--brand--border);
}
@media (max-width: 1464px) {
  .itemised-carousel.theme-white {
    margin-top: 7.2rem;
  }
}
@media (max-width: 992px) {
  .itemised-carousel.theme-white {
    margin-top: 7.8rem;
  }
}
@media (max-width: 768px) {
  .itemised-carousel.theme-white {
    margin-top: 6.3rem;
    padding-top: 5.7rem;
    margin-bottom: 5.6rem;
  }
}
.itemised-carousel.theme-white .itemised-carousel__intro__row h1 {
  color: var(--brand--primary-color);
}
.itemised-carousel.theme-white .itemised-carousel__intro__row p {
  color: var(--brand--eigth-color);
}
.itemised-carousel.theme-white .itemised-carousel__intro__row:nth-child(2) {
  width: 75%;
}
@media (max-width: 768px) {
  .itemised-carousel.theme-white .itemised-carousel__intro__row:nth-child(2) {
    width: 100%;
  }
}
.itemised-carousel.theme-white .itemised-carousel__nav.blue-theme {
  display: none;
}
.itemised-carousel.theme-white .itemised-carousel__nav.white-theme {
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media (max-width: 768px) {
  .itemised-carousel.theme-white .itemised-carousel__nav.white-theme {
    position: relative;
    bottom: 0;
    margin: 0 0 3.1rem 0;
  }
}
.itemised-carousel.theme-white .itemised-carousel__nav button svg path {
  fill: var(--brand--primary-color);
}
.itemised-carousel.theme-white .itemised-carousel__nav__sep,
.itemised-carousel.theme-white .itemised-carousel__item-text {
  display: none;
}
.itemised-carousel.theme-white .itemised-carousel__item__title,
.itemised-carousel.theme-white .itemised-carousel__item__content {
  display: block;
}
.itemised-carousel.theme-white .itemised-carousel__item__title.margin,
.itemised-carousel.theme-white .itemised-carousel__item__content.margin {
  margin: 2.5rem 0 1.3rem 0;
}
.itemised-carousel.theme-white.events {
  margin: 0 0 7.8rem 0;
  padding-top: 5.5rem;
  border-top: none;
}
@media (max-width: 992px) {
  .itemised-carousel.theme-white.events {
    margin: 0 0 6.1rem 0;
    padding-top: 0;
  }
}
.itemised-carousel.theme-white.events .itemised-carousel__intro__row:nth-child(2) {
  margin: 1.7rem 0 3.5rem 0;
}
.itemised-carousel__intro {
  position: relative;
}
.itemised-carousel__intro__row:nth-child(2) {
  margin: 1.7rem 0 3.8rem 0;
}
@media (max-width: 768px) {
  .itemised-carousel__intro__row:nth-child(2) {
    margin-bottom: 2.4rem;
  }
}
.itemised-carousel__header {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .itemised-carousel__header {
    align-items: center;
    flex-direction: row;
  }
}
.itemised-carousel__title h3 {
  margin: 0 0 0 1.8rem;
}
@media (max-width: 992px) {
  .itemised-carousel__title h3 {
    margin: 0px 0 2.5rem 0;
  }
}
.itemised-carousel__title h1, .itemised-carousel__title h3 {
  display: inline-block;
}
@media (max-width: 992px) {
  .itemised-carousel__title h1, .itemised-carousel__title h3 {
    display: block;
  }
}
.itemised-carousel__item {
  gap: 0rem;
}
@media (max-width: 768px) {
  .itemised-carousel__item {
    width: 320px;
  }
}
.itemised-carousel__item-image {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 1;
  width: 320px;
  height: auto;
}
@media (min-width: 768px) {
  .itemised-carousel__item-image {
    width: 440px;
  }
}
@media (min-width: 992px) {
  .itemised-carousel__item-image {
    width: 440px;
    height: 640px;
  }
}
.itemised-carousel__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemised-carousel__item-image:before {
  content: "";
  display: block;
  display: none;
  background-color: var(--brand--dark);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.itemised-carousel__item__title {
  display: none;
}
.itemised-carousel__item__content {
  display: none;
}
.itemised-carousel__item-text {
  position: absolute;
  top: 2.2rem;
  left: 0;
  margin: 0 0 0 0;
  z-index: 99;
  gap: 1.6rem;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.itemised-carousel__item-text__row:first-child {
  margin: 0 0 0 2.2rem;
}
.itemised-carousel__item-text__row img {
  width: 60px;
  height: auto;
  transform: scale(1) !important;
}
.itemised-carousel__item:hover .itemised-carousel__item-text {
  color: white;
}
.itemised-carousel__item:hover .itemised-carousel__item-image:before {
  opacity: 0;
}
@media (max-width: 768px) {
  .itemised-carousel__item:hover .itemised-carousel__item-image:before {
    opacity: 0.5;
  }
}
.flickity-enabled .itemised-carousel__item {
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .flickity-enabled .itemised-carousel__item {
    margin-right: 2rem;
    width: 440px;
  }
}
.itemised-carousel__cta {
  color: var(--brand--tertiary-color);
  font-size: 1.3rem;
  margin-top: -2.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .itemised-carousel__cta {
    margin-top: -1.75rem;
    margin-bottom: 0;
  }
}
.itemised-carousel__cta a i {
  background-color: var(--brand--tertiary-color);
}
.itemised-carousel__cta a:hover {
  color: white;
}
.itemised-carousel__cta a:hover i {
  background-color: white;
}
.itemised-carousel .flickity-prev-next-button {
  z-index: 99;
  background: none;
  width: 50px;
  height: 50px;
  padding: 0;
  opacity: 0.5;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 768px) {
  .itemised-carousel .flickity-prev-next-button {
    top: unset;
    bottom: 30px;
    transform: unset;
  }
}
.itemised-carousel .flickity-prev-next-button svg path {
  fill: var(--brand--accent-color);
}
.itemised-carousel .flickity-prev-next-button.previous {
  left: 30px;
  left: 0;
  top: unset;
  bottom: -125px;
}
@media (max-width: 768px) {
  .itemised-carousel .flickity-prev-next-button.previous {
    bottom: -100px;
  }
}
.itemised-carousel .flickity-prev-next-button.next {
  right: 30px;
  right: unset;
  top: unset;
  bottom: -125px;
  left: 60px;
}
@media (max-width: 768px) {
  .itemised-carousel .flickity-prev-next-button.next {
    bottom: -100px;
  }
}
.itemised-carousel .flickity-prev-next-button:hover {
  opacity: 1;
}
.itemised-carousel__nav {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
.itemised-carousel__nav.white-theme {
  display: none;
}
.itemised-carousel__nav button {
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  width: 60px;
  min-width: 60px;
  height: auto;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.itemised-carousel__nav button:hover {
  opacity: 0.5;
}
.itemised-carousel__nav button svg path {
  fill: var(--brand--light);
}
.itemised-carousel__nav__sep {
  width: 100%;
  position: relative;
}
.itemised-carousel__nav__sep:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background: var(--brand--light);
  z-index: 99;
  opacity: 0.35;
}

.wrapper {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1056px) {
  .wrapper {
    max-width: 992px;
  }
}
@media (min-width: 1264px) {
  .wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1464px) {
  .wrapper {
    max-width: 1400px;
  }
}

.local-marinas-list {
  margin: 0 0 0 0;
  padding-top: 7.9rem;
  padding-bottom: 7.8rem;
  background: var(--brand--ninth-color);
}
@media (max-width: 768px) {
  .local-marinas-list {
    padding-top: 6.3rem;
    padding-bottom: 6.3rem;
  }
}
.local-marinas-list__contain {
  gap: 2.2rem;
}
.local-marinas-list__contain__item {
  margin: 0 0 0 0;
  width: 100%;
  background: var(--brand--light);
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid var(--brand--border);
}
@media (max-width: 992px) {
  .local-marinas-list__contain__item {
    flex-direction: column;
  }
}
.local-marinas-list__contain__item > div {
  width: 50%;
}
@media (max-width: 992px) {
  .local-marinas-list__contain__item > div {
    width: 100%;
  }
}
.local-marinas-list__contain__item__left__cell {
  position: relative;
  aspect-ratio: 710/525;
  text-align: left;
}
.local-marinas-list__contain__item__left__cell__image-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.local-marinas-list__contain__item__left__cell__image-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.local-marinas-list__contain__item__left__cell__image-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brand--dark);
  z-index: 1;
  opacity: 0.1;
  border-radius: 8px;
}
.local-marinas-list__contain__item__left__cell__title {
  position: absolute;
  top: 2.2rem;
  left: 0;
  z-index: 1;
}
.local-marinas-list__contain__item__left__cell__title img {
  width: 60px;
  height: auto;
  margin: 0 0 0 2.2rem;
}
.local-marinas-list__contain__item__right {
  gap: 0;
  padding: 0 2rem;
}
@media (max-width: 992px) {
  .local-marinas-list__contain__item__right {
    padding: 1.2rem 0 0 0;
  }
}
.local-marinas-list__contain__item__right p {
  font-size: 18px !important;
  line-height: 1.6em !important;
  font-weight: 400;
  color: var(--brand--eigth-color);
  margin-bottom: 1.3rem !important;
}
.local-marinas-list__contain__item__right p:last-child {
  margin-bottom: 0 !important;
}

.marina-details {
  margin: 8.8rem 0 7.4rem 0;
}
@media (max-width: 992px) {
  .marina-details {
    margin: 7.4rem 0 7.4rem 0;
  }
}
@media (max-width: 768px) {
  .marina-details {
    margin: 6.2rem 0 5.8rem 0;
  }
}
.marina-details__top {
  margin: 0 0 0 0;
}
.marina-details__top img {
  width: 100%;
  height: auto;
}
.marina-details__bottom {
  gap: 1rem 0rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  margin: 4rem 0 0 0;
}
@media (max-width: 900px) {
  .marina-details__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 3.6rem 0rem;
  }
}
@media (max-width: 992px) {
  .marina-details__bottom {
    margin: 3rem 0 0 0;
  }
}
.marina-details__bottom__cell {
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .marina-details__bottom__cell {
    flex: 1 0 35%;
    padding: 0 !important;
  }
}
@media (max-width: 576px) {
  .marina-details__bottom__cell {
    flex: 1 0 100%;
  }
}
.marina-details__bottom__cell:nth-child(1) {
  grid-area: 1/1/2/2;
  align-self: flex-end;
  padding: 0 0 6rem 0;
}
.marina-details__bottom__cell:nth-child(2) {
  grid-area: 1/2/2/3;
  align-self: flex-end;
  padding: 0 0 8rem 0;
}
.marina-details__bottom__cell:nth-child(3) {
  grid-area: 1/3/2/4;
  align-self: flex-end;
  padding: 0 0 1.5rem 0;
}
.marina-details__bottom__cell:nth-child(4) {
  grid-area: 2/1/3/4;
}
@media (max-width: 900px) {
  .marina-details__bottom__cell:nth-child(4) {
    display: flex;
    align-items: center;
  }
  .marina-details__bottom__cell:nth-child(4) .middle-row {
    gap: 2rem;
  }
  .marina-details__bottom__cell:nth-child(4) .middle-row__item {
    width: 50%;
  }
  .marina-details__bottom__cell:nth-child(4) .middle-row__item.icon {
    display: none;
  }
}
@media (max-width: 576px) {
  .marina-details__bottom__cell:nth-child(4) {
    margin: 0 0 0.8rem 0;
  }
}
.marina-details__bottom__cell:nth-child(5) {
  grid-area: 3/1/4/2;
  align-self: flex-start;
  padding: 4rem 0 0 0;
}
.marina-details__bottom__cell:nth-child(6) {
  grid-area: 3/2/4/3;
  align-self: flex-start;
  padding: 7rem 0 0 0;
}
.marina-details__bottom__cell:nth-child(7) {
  grid-area: 3/3/4/4;
  align-self: flex-start;
  padding: 0 0 0 0;
}
.marina-details__bottom__cell__row {
  text-align: center;
}
.marina-details__bottom__cell__row:last-child {
  width: 250px;
}
.marina-details__bottom__cell__row img {
  height: 115px;
  max-height: 115px;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .marina-details__bottom__cell__row img {
    height: 100px;
    max-height: 100px;
  }
}
.marina-details__bottom__cell__row.type-Image img {
  height: 200px;
  width: 200px;
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--brand--primary-color);
}
.marina-details__bottom__cell .middle-row {
  gap: 1rem;
}
.marina-details__bottom__cell .middle-row__item {
  width: 33.33%;
}
.marina-details__bottom__cell .middle-row__item.icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1464px) {
  .marina-details__bottom__cell .middle-row__item.icon img {
    width: 700px;
    height: auto;
  }
}
@media (max-width: 1264px) {
  .marina-details__bottom__cell .middle-row__item.icon img {
    width: 650px;
    height: auto;
  }
}

.marina-directions {
  position: relative;
  margin: 0 0 -7rem 0;
  background: var(--brand--eigth-color);
}
.marina-directions:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: var(--brand--third-color);
}
@media (max-width: 1264px) {
  .marina-directions:before {
    display: none;
  }
}
.marina-directions__contain {
  gap: 10rem;
  padding: 6.1rem 0 5.8rem 0;
}
.marina-directions__contain > div {
  width: 50%;
}
@media (max-width: 1264px) {
  .marina-directions__contain > div {
    width: 100%;
  }
}
@media (max-width: 1264px) {
  .marina-directions__contain {
    flex-direction: column;
    gap: 6rem;
  }
}
.marina-directions__contain__left {
  gap: 0;
}
.marina-directions__contain__left__row svg {
  width: 100px;
  height: auto;
}
.marina-directions__contain__left__row:nth-child(2) {
  margin: 1.8rem 0 1.4rem 0;
}
.marina-directions__contain__left__row:nth-child(3) {
  margin: 0 0 2.6rem 0;
}
.marina-directions__contain__right {
  gap: 1rem;
}
.marina-directions__contain__right__row:nth-child(2) {
  margin: 0 0 1.5rem 0;
}
.marina-directions__contain__right__row:nth-child(3) {
  width: 100%;
}
.marina-directions__contain__right__row:nth-child(3) .dotted {
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1264px) {
  .marina-directions__contain__right__row:nth-child(3) .dotted {
    height: 2px;
  }
}
.marina-directions__contain__right__row:nth-child(3) .dotted img {
  position: absolute;
  top: 0px;
  left: 0;
  height: auto;
  width: 650px;
  min-width: 650px;
}
@media (max-width: 1264px) {
  .marina-directions__contain__right__row:nth-child(3) .dotted img {
    width: 100%;
  }
}
.marina-directions__contain__right__row:nth-child(4) {
  margin: 2.1rem 0 0 0;
}
.marina-directions__contain__right__row__items {
  width: 100%;
}
.marina-directions__contain__right__row__items .item {
  display: inline-block;
  width: 50%;
}
@media (max-width: 576px) {
  .marina-directions__contain__right__row__items .item {
    display: block;
    width: 100%;
    margin: 0 0 4.5rem 0;
  }
  .marina-directions__contain__right__row__items .item:last-child {
    margin: 0 0 0.5rem 0;
  }
}
.marina-directions__contain__right__row__items .item:nth-child(1), .marina-directions__contain__right__row__items .item:nth-child(2) {
  margin: 0 0 4.5rem 0;
}
.marina-directions__contain__right__row__items .item__item {
  gap: 1.2em;
}
.marina-directions__contain__right__row__items .item__item__col {
  gap: 0.1em;
  padding: 0.4rem 0 0 0;
}
.marina-directions__contain__right__row__items .item__item__col:nth-child(1) {
  position: relative;
  background: var(--brand--light);
  border-radius: 5px;
  width: 125px;
  aspect-ratio: 1/1;
}
@media (max-width: 1464px) {
  .marina-directions__contain__right__row__items .item__item__col:nth-child(1) {
    width: 100px;
    height: 100px;
  }
}
.marina-directions__contain__right__row__items .item__item__col:nth-child(1) img {
  position: absolute;
  width: 80px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.marina-directions__contain__right__row__items .item__item__col:nth-child(2) img, .marina-directions__contain__right__row__items .item__item__col:nth-child(4) img {
  width: 70px;
}

.mobile-navigation {
  background: var(--brand--second-color);
  background: linear-gradient(135deg, rgb(5, 26, 53) 0%, rgb(60, 94, 174) 50%, rgb(5, 26, 53) 100%);
  text-align: right;
  padding: 0;
  padding: 0 1rem;
  overflow-y: auto;
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-navigation__header {
  justify-content: center;
  position: relative;
  right: 0;
  flex-direction: column;
  gap: 2rem;
  margin: 3rem 0 0 0;
  z-index: 9999;
}
.mobile-navigation__header__lang {
  margin: 0.2rem 0 0.5rem 0;
}
.mobile-navigation__contain {
  width: 100%;
  gap: 0rem;
  margin-top: 3.6rem;
}
.mobile-navigation__contain__col {
  width: 100%;
  text-align: center;
  height: auto;
  margin: 0rem 0 3.2rem 0;
}
.mobile-navigation__contain__col__menu {
  flex-grow: 1;
}
.mobile-navigation__contain__col__menu h1 {
  position: relative;
  padding: 0rem 2.5rem !important;
  cursor: pointer;
}
@media (max-width: 992px) {
  .mobile-navigation__contain__col__menu h1 {
    transform: translateX(-1.25rem);
  }
}
@media (max-width: 768px) {
  .mobile-navigation__contain__col__menu h1 {
    padding: 0rem 2rem !important;
    transform: translateX(-1rem);
  }
}
.mobile-navigation__contain__col__menu h1 span {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}
@media (min-width: 992px) {
  .mobile-navigation__contain__col__menu h1 span {
    top: 13px;
  }
}
.mobile-navigation__contain__col__menu h1 span img {
  width: 20px;
  height: auto;
}
@media (max-width: 768px) {
  .mobile-navigation__contain__col__menu h1 span img {
    width: 14px;
  }
}
.mobile-navigation__contain__col .nav-menu {
  display: none;
  flex-direction: row;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid var(--brand--primary-color);
  margin: 1.1rem 0 0 0;
  padding: 1.4rem 0 0 0;
}
.mobile-navigation__contain__col .nav-menu.open {
  display: block;
}
.mobile-navigation__contain__col .nav-menu li {
  margin: 0 1.5rem 0 1.5rem;
}
.mobile-navigation__contain__col .nav-menu li a {
  position: relative;
  font-size: 18px;
  line-height: 1.9em;
  font-weight: 300;
}
@media (max-width: 576px) {
  .mobile-navigation__contain__col .nav-menu li a {
    font-size: 16px;
  }
}
.mobile-navigation__contain__col .nav-menu li a:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--brand--light);
  z-index: 1;
  transition: width 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-navigation__contain__col .nav-menu li a:hover {
  color: var(--brand--light) !important;
}
.mobile-navigation__contain__col .nav-menu li a:hover:before {
  width: 100%;
}
.mobile-navigation__close {
  margin-left: auto;
}
.mobile-navigation__close svg {
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-navigation__close svg rect {
  fill: var(--brand--light);
}
.mobile-navigation__close:hover svg {
  transform: rotate(-180deg);
  opacity: 0.7;
}
.mobile-navigation li {
  font-weight: 500;
  transition: opacity 1250ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 1250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.3s;
  will-change: opacity, transform;
}
.mobile-navigation li a {
  position: relative;
  color: var(--brand--light);
  font-family: var(--brand--nav-font);
  font-size: 1.6rem;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-navigation li a:after {
  content: "";
  display: none;
  background-color: var(--brand--primary-color);
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .mobile-navigation li a:hover {
    color: var(--brand--primary-color) !important;
  }
}
.mobile-navigation li.current-menu-item a {
  color: var(--brand--seventh-color) !important;
  font-weight: 600;
}
.mobile-navigation li.current-menu-item a:before {
  width: 100%;
  background-color: var(--brand--seventh-color);
}
.mobile-navigation li:not(.animate-in) {
  opacity: 1;
  /*transform: translateX(2rem);*/
  transform: unset;
}
.mobile-navigation li.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.onshore-facilities-block {
  margin-bottom: 7.8rem !important;
}
@media (max-width: 768px) {
  .onshore-facilities-block {
    margin-bottom: 6.3rem !important;
  }
}
.onshore-facilities-block__header {
  gap: 1rem;
}
@media (max-width: 992px) {
  .onshore-facilities-block__header {
    flex-direction: column;
    gap: 1.2rem;
  }
}
@media (max-width: 992px) {
  .onshore-facilities-block__header > div {
    width: 100%;
  }
}
.onshore-facilities-block__header__left {
  width: 60%;
  padding: 0 5rem 0 0;
}
@media (max-width: 992px) {
  .onshore-facilities-block__header__left {
    padding: 0;
  }
}
.onshore-facilities-block__header__right {
  width: 40%;
}
.onshore-facilities-block__items {
  flex-wrap: wrap;
  gap: 2rem;
  margin: 3.4rem 0 0 0;
}
@media (max-width: 992px) {
  .onshore-facilities-block__items {
    margin: 1.6rem 0 0 0;
  }
}
.onshore-facilities-block__items span {
  flex: 1 0 25%;
  max-width: 31.56%;
  gap: 0;
}
@media (max-width: 992px) {
  .onshore-facilities-block__items span {
    flex: 1 0 35%;
    max-width: 48.09%;
  }
}
@media (max-width: 768px) {
  .onshore-facilities-block__items span {
    flex: unset;
    max-width: unset;
  }
}
.onshore-facilities-block__items__item {
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  border-radius: 8px;
  border: 1px solid var(--brand--border);
  height: 100%;
}
.onshore-facilities-block__items__item__row:nth-child(1) {
  aspect-ratio: 415/425;
}
@media (max-width: 768px) {
  .onshore-facilities-block__items__item__row:nth-child(1) {
    aspect-ratio: 1.5/1;
  }
}
.onshore-facilities-block__items__item__row:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.onshore-facilities-block__items__item__row:nth-child(2) {
  margin: 2.5rem 0 1.3rem 0;
}

.page-hero-berthing {
  position: relative;
  height: 100vh;
  width: 100%;
  margin: 0 0 0 0;
}
@media (max-width: 1264px) and (max-height: 1000px) {
  .page-hero-berthing {
    height: 1050px;
  }
}
@media (max-width: 992px) {
  .page-hero-berthing {
    height: 90vh;
    min-height: 760px;
  }
}
.page-hero-berthing__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 1;
}
.page-hero-berthing__bg img {
  width: 100%;
  height: auto;
}
.page-hero-berthing__image {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.page-hero-berthing__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand--dark);
  opacity: 0.25;
  z-index: 1;
}
.page-hero-berthing__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-hero-berthing__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-hero-berthing__content .wrapper {
  padding-bottom: 15.5rem;
}
@media (max-width: 1264px) {
  .page-hero-berthing__content .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 3.1rem;
    padding-bottom: 9.4rem;
  }
}
@media (max-width: 1400px) and (max-height: 1000px) {
  .page-hero-berthing__content .wrapper {
    padding-bottom: 7.3rem;
  }
}
.page-hero-berthing__content__col {
  gap: 3.1rem;
  width: 50%;
}
@media (max-width: 1264px) {
  .page-hero-berthing__content__col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-hero-berthing__content__col {
    gap: 1.9rem;
  }
}
@media (max-width: 1264px) {
  .page-hero-berthing__content__col:nth-child(2) {
    padding-left: 4rem;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .page-hero-berthing__content__col:nth-child(2) {
    display: none;
  }
}
.page-hero-berthing__content__col__details__col:first-child {
  width: 135px;
  min-width: 135px;
}
.page-hero-berthing__content__col__details__col:first-child img {
  width: 135px;
  min-width: 135px;
  height: auto;
}
.page-hero-berthing__content__col__details__col:last-child {
  padding: 9px 0 0 0;
}
.page-hero-berthing__content__col__weather {
  height: 300px;
  width: 100%;
  max-width: 620px;
  background: var(--brand--light);
  border-radius: 10px;
}
@media (max-width: 1264px) {
  .page-hero-berthing__content__col__weather {
    max-width: unset;
  }
}
.page-hero {
  position: relative;
  height: 90vh;
  width: 100%;
  margin: 0 0 0 0;
}
.page-hero.shorter {
  max-height: 700px;
}
@media (max-width: 992px) {
  .page-hero {
    height: 80vh;
  }
}
@media (max-width: 1080px) {
  .page-hero {
    min-height: 760px;
  }
}
.page-hero__bg {
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 1;
}
.page-hero__bg img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .page-hero__bg {
    display: block;
  }
}
.page-hero__image {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.page-hero__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand--dark);
  opacity: 0.25;
  z-index: 1;
}
.page-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-hero__content {
  position: absolute;
  top: 50%;
  top: unset;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, 0%);
  text-align: center;
  width: 100%;
}
.page-hero__content__col {
  gap: 3rem;
  width: 50%;
}
.page-hero__content__col__details__col:first-child {
  width: 135px;
}
.page-hero__content__col__details__col img {
  width: 135px;
  height: auto;
}
.page-hero__content__col__weather {
  height: 300px;
  width: 100%;
  max-width: 620px;
  background: var(--brand--light);
  border-radius: 10px;
}
.page-id-863 .page-intro-block .has-text, .page-id-943 .page-intro-block .has-text {
  margin: 0 0 0 0 !important;
}

.page-intro-block {
  margin-bottom: 6.8rem !important;
}
@media (max-width: 768px) {
  .page-intro-block {
    margin-bottom: 3.3rem !important;
  }
}
.page-intro-block__animation {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0);
  width: 100%;
  height: auto;
  gap: 0;
}
@media (max-width: 768px) {
  .page-intro-block__animation {
    display: none;
  }
}
.page-intro-block__animation__anim {
  width: 100%;
  overflow: hidden;
}
.page-intro-block__animation__anim .waves-anim {
  width: 150%;
  height: auto;
  position: relative;
  top: 0;
  transform: translateY(-5%);
  left: 0;
  z-index: 0;
}
@media (max-width: 1464px) {
  .page-intro-block__animation__anim .waves-anim {
    width: 200%;
  }
}
@media (max-width: 992px) {
  .page-intro-block__animation__anim .waves-anim {
    width: 300%;
  }
}
@media (max-width: 768px) {
  .page-intro-block__animation__anim .waves-anim {
    width: 350%;
  }
}
@media (max-width: 576px) {
  .page-intro-block__animation__anim .waves-anim {
    width: 500%;
  }
}
.page-intro-block__contain {
  gap: 5rem;
}
.page-intro-block__contain .content p {
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 400;
  color: var(--brand--eigth-color);
}
@media (max-width: 768px) {
  .page-intro-block__contain .content p {
    font-size: 18px;
  }
}
.page-intro-block__contain .content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .page-intro-block__contain {
    flex-direction: column;
    gap: 3.6rem;
  }
}
@media (max-width: 992px) {
  .page-intro-block__contain.has-text {
    gap: 0rem;
  }
}
@media (max-width: 992px) {
  .page-intro-block__contain > div {
    width: 100%;
  }
}
.page-intro-block__contain__left {
  width: 50%;
  margin: 0 0 0 0;
  gap: 2.1rem;
}
.page-intro-block__contain__left.repeated {
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 992px) {
  .page-intro-block__contain__left.repeated {
    margin-top: 2.4rem;
  }
}
@media (max-width: 992px) {
  .page-intro-block__contain__left.repeated {
    margin-top: 0;
  }
}
.page-intro-block__contain__right {
  width: 50%;
  margin: 0 0 0 0;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .page-intro-block__contain__right {
    padding-bottom: 0;
  }
}
.page-intro-block__contain__right__images {
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  max-width: 620px;
  margin: 5rem 0 0 0;
}
@media (max-width: 992px) {
  .page-intro-block__contain__right__images {
    max-width: unset;
    margin: 0;
  }
}
.page-intro-block__contain__right__images.adjust {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.page-intro-block__contain__right__images.adjust .imageSelect:nth-child(1) {
  grid-area: 1/1/2/2;
  top: 0;
}
.page-intro-block__contain__right__images.adjust .imageSelect:nth-child(2) {
  grid-area: 2/1/3/2;
  top: 0;
}
.page-intro-block__contain__right__images.adjust .imageSelect:nth-child(3) {
  grid-area: 1/2/3/3;
  top: -5rem;
  aspect-ratio: unset;
  height: 100%;
}
.page-intro-block__contain__right__images.adjust .imageSelect:nth-child(3) img {
  -o-object-position: left;
     object-position: left;
}
.page-intro-block__contain__right__images__image {
  position: relative;
  aspect-ratio: 300/340;
}
.page-intro-block__contain__right__images__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-intro-block__contain__right__images__image a img {
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-intro-block__contain__right__images__image a:hover img {
  opacity: 0.85;
}
.page-intro-block__contain__right__images__image:nth-child(1) {
  grid-area: 1/1/2/2;
  top: 0rem;
}
@media (max-width: 992px) {
  .page-intro-block__contain__right__images__image:nth-child(1) {
    top: 0 !important;
  }
}
.page-intro-block__contain__right__images__image:nth-child(2) {
  grid-area: 1/2/2/3;
  top: -5rem;
}
@media (max-width: 992px) {
  .page-intro-block__contain__right__images__image:nth-child(2) {
    top: 0 !important;
  }
}
.page-intro-block__contain__right__images__image:nth-child(3) {
  grid-area: 2/1/3/2;
  top: 0rem;
}
@media (max-width: 992px) {
  .page-intro-block__contain__right__images__image:nth-child(3) {
    top: 0 !important;
  }
}
.page-intro-block__contain__right__images__image:nth-child(4) {
  grid-area: 2/2/3/3;
  top: -5rem;
}
@media (max-width: 992px) {
  .page-intro-block__contain__right__images__image:nth-child(4) {
    top: 0 !important;
  }
}
.page-intro-block__contain__right.has-text {
  margin: 0 0 0 0;
  gap: 2rem;
}
@media (max-width: 992px) {
  .page-intro-block__contain__right.has-text {
    margin: 5.3rem 0 0 0;
  }
}
.page-intro-block__contain__right.has-text.repeated {
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 992px) {
  .page-intro-block__contain__right.has-text.repeated {
    margin: 3.7rem 0 2rem 0;
  }
}
.page-intro-block__contain__right.has-text h2 {
  color: var(--brand--fourth-color) !important;
}
.page-intro-block__contain__right.has-text h2 span {
  font-weight: 400;
}
.page-intro-block__contain__right.has-text.repeated h2 {
  color: var(--brand--primary-color) !important;
}
.page-intro-block__contain__right.has-text ul {
  list-style: none;
  padding: 0 0 0 0;
}
.page-intro-block__contain__right.has-text ul li {
  position: relative;
  margin: 0 0 2.8rem 0;
  background: var(--brand--light);
  padding: 0 0 0 2.9rem;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  color: var(--brand--eigth-color);
}
.page-intro-block__contain__right.has-text ul li:last-child {
  margin: 0;
}
.page-intro-block__contain__right.has-text ul li:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon-list.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.quote-form {
  margin: -0.5rem 0 7.8rem 0;
}
@media (max-width: 1264px) {
  .quote-form {
    margin-top: 5.5rem;
  }
}
@media (max-width: 768px) {
  .quote-form {
    margin-bottom: 6.3rem;
  }
}
.quote-form .gform_heading {
  display: none;
}
.quote-form form {
  border-radius: 8px;
  border: 1px solid var(--brand--border);
}
.quote-form .gform_body {
  width: 880px;
  margin: 0 auto;
  padding: 4rem 0 4.5rem 0;
}
@media (max-width: 1264px) {
  .quote-form .gform_body {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.single-event {
  margin: 0 0 0 0;
}
@media (max-width: 992px) {
  .single-event .wrapper {
    flex-direction: column;
  }
}
.single-event-hero {
  position: relative;
  height: 100vh;
  height: 800px;
  width: 100%;
  margin: 0 0 0 0;
  background: var(--brand--second-color);
}
.single-event-hero__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 1;
}
.single-event-hero__bg img {
  width: 100%;
  height: auto;
}
.single-event-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media (max-width: 1464px) {
  .single-event-hero__content {
    transform: translate(-50%, -15%);
  }
}
.single-event-hero__content .wrapper {
  gap: 3.2rem;
}
.single-event-hero__content__col__title {
  text-align: left;
  width: 65%;
}
@media (max-width: 992px) {
  .single-event-hero__content__col__title {
    width: 100%;
  }
}
.single-event-hero__content__col__date {
  background: var(--brand--fourth-color);
  padding: 1rem 1.8rem 0.5rem 1.8rem;
}
.single-event-hero__content__col__date p {
  font-size: 34px !important;
  margin: 0;
  color: var(--brand--light) !important;
  margin: 0 0 0 0 !important;
}
.single-event-hero__content__col__date p span {
  display: inline-block;
  font-weight: 700;
}
.single-event-content {
  margin: 7rem 0 0.3rem 0;
}
@media (max-width: 992px) {
  .single-event-content {
    margin: 5.5rem 0 6rem 0;
  }
}
.single-event-content .wrapper {
  border-bottom: 1px solid var(--brand--border);
  padding-bottom: 0.4rem;
  gap: 0;
}
@media (max-width: 992px) {
  .single-event-content .wrapper {
    padding-bottom: 3.2rem;
  }
}
.single-event-content__contain {
  width: 60%;
}
@media (max-width: 992px) {
  .single-event-content__contain {
    width: 100%;
  }
}
.single-event-content__sidebar {
  width: 40%;
  position: relative;
  top: -20rem;
  right: -6rem;
  z-index: 1;
}
@media (max-width: 1700px) {
  .single-event-content__sidebar {
    right: -3rem;
  }
}
@media (max-width: 1520px) {
  .single-event-content__sidebar {
    right: 0;
  }
}
@media (max-width: 992px) {
  .single-event-content__sidebar {
    width: 100%;
    top: 0;
  }
}
.single-event-content__sidebar__contain {
  gap: 0;
}
.single-event-content__sidebar__contain__image {
  position: relative;
  top: 5px;
  z-index: 1;
  aspect-ratio: 590/600;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .single-event-content__sidebar__contain__image {
    aspect-ratio: 1.5/1;
  }
}
.single-event-content__sidebar__contain__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .single-event-content__sidebar__contain__image img {
    aspect-ratio: 1.5/1;
  }
}
.single-event-content__sidebar__contain__content {
  position: relative;
  width: 100%;
  background: var(--brand--ninth-color);
  padding: 7.5rem 2rem 1.5rem 2rem;
}
@media (max-width: 992px) {
  .single-event-content__sidebar__contain__content {
    padding-top: 5.9em;
  }
}
.single-event-content__sidebar__contain__content ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 3.3rem 0 0 0;
}
.single-event-content__sidebar__contain__content ul li {
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0 0 2rem 0;
}
.single-event-content__sidebar__contain__content ul li.icon img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 26px;
  height: auto;
}
.single-event-content__sidebar__contain__content ul li.icon.phone img {
  width: 22px;
}
.single-event-content__sidebar__contain__content ul li p {
  margin: 0;
}

.site-footer {
  overflow: hidden;
}
.site-footer__upper {
  background: var(--brand--ninth-color);
  padding-top: 3.5rem;
  padding-bottom: 0.2rem;
  gap: 2rem;
}
@media (max-width: 1464px) {
  .site-footer__upper {
    display: block;
  }
}
@media (max-width: 992px) {
  .site-footer__upper {
    flex-direction: column;
    align-items: center;
    gap: 1.7rem;
  }
}
.site-footer__upper__col {
  margin: 0 0 3rem 0;
}
@media (max-width: 1464px) {
  .site-footer__upper__col {
    display: inline-block;
    width: 33.33%;
    text-align: center;
  }
  .site-footer__upper__col ul {
    align-items: center !important;
  }
}
@media (max-width: 992px) {
  .site-footer__upper__col {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1.2rem;
    text-align: center;
  }
}
.site-footer__upper__col h2 {
  position: relative;
}
@media (max-width: 992px) {
  .site-footer__upper__col h2 {
    display: inline-block;
    padding: 0 2.5rem 0 0 !important;
    cursor: pointer;
  }
}
.site-footer__upper__col h2 span {
  position: absolute;
  top: 6px;
  right: 0;
  display: none;
}
@media (max-width: 992px) {
  .site-footer__upper__col h2 span {
    display: block;
  }
}
.site-footer__upper__col h2 span img {
  width: 20px;
  height: auto;
}
.site-footer__upper .nav-menu {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .site-footer__upper .nav-menu {
    display: flex !important;
  }
}
@media (max-width: 992px) {
  .site-footer__upper .nav-menu {
    display: none;
    margin: 0 0 1.8rem 0;
    padding: 0 !important;
  }
}
.site-footer__upper .nav-menu li {
  margin: 0 0 0.5rem 0;
}
@media (max-width: 992px) {
  .site-footer__upper .nav-menu li {
    margin: 0 1rem 1rem 1rem;
  }
}
.site-footer__upper .nav-menu li:last-child {
  margin: 0;
}
@media (max-width: 992px) {
  .site-footer__upper .nav-menu li:last-child {
    margin: 0 1rem 1rem 1rem;
  }
}
.site-footer__upper .nav-menu li a {
  display: block;
  color: var(--brand--primary-color);
  transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-footer__upper .nav-menu li a:hover {
  color: var(--brand--dark) !important;
}
.site-footer__upper .nav-menu li a:last-child {
  margin: 0;
}
.site-footer__middle {
  min-height: 200px;
  padding-top: 3.1rem;
  padding-bottom: 3.1rem;
  gap: 6rem;
  background-color: var(--brand--primary-color);
}
@media (max-width: 1700px) {
  .site-footer__middle {
    gap: 0;
  }
}
@media (max-width: 1464px) {
  .site-footer__middle {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3rem;
  }
}
.site-footer__middle__col {
  width: 20%;
}
@media (max-width: 1464px) {
  .site-footer__middle__col {
    width: 100% !important;
  }
}
.site-footer__middle__col:nth-child(1) .row img {
  width: 280px;
  height: auto;
  margin: 0 0 2.9rem 0;
}
@media (max-width: 1464px) {
  .site-footer__middle__col:nth-child(1) .row img {
    margin: 0 auto;
    margin-bottom: 3rem;
  }
}
.site-footer__middle__col:nth-child(2) {
  width: 60%;
}
.site-footer__middle__col:nth-child(2) .site-footer__middle__col__contain {
  gap: 4rem;
}
@media (max-width: 1600px) {
  .site-footer__middle__col:nth-child(2) .site-footer__middle__col__contain {
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .site-footer__middle__col:nth-child(2) .site-footer__middle__col__contain {
    flex-direction: column;
  }
}
.site-footer__middle__col:nth-child(2) .site-footer__middle__col__contain__left {
  gap: 1.5rem;
}
.site-footer__middle__col:nth-child(2) .site-footer__middle__col__contain__right {
  gap: 1.5rem;
}
.site-footer__middle__col:nth-child(2) .site-footer__middle__col__form {
  max-width: 736px;
  padding: 3.7rem 0 0 0;
  margin: 0 auto;
}
@media (max-width: 1520px) {
  .site-footer__middle__col:nth-child(2) .site-footer__middle__col__form {
    max-width: 664px;
  }
}
@media (max-width: 1464px) {
  .site-footer__middle__col:nth-child(2) .site-footer__middle__col__form {
    text-align: center;
  }
}
.site-footer__middle__col:nth-child(3) {
  width: 20%;
}
@media (max-width: 1464px) {
  .site-footer__middle__col:nth-child(3) .list--social-links {
    justify-content: center;
  }
}
.site-footer__logos {
  margin: 4.4rem 0 4.4rem 0;
}
@media (max-width: 1264px) {
  .site-footer__logos {
    gap: 4rem;
  }
}
@media (max-width: 992px) {
  .site-footer__logos {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .site-footer__logos {
    gap: 3.1rem;
  }
}
.site-footer__logos__item a img {
  width: 100%;
  height: auto;
  max-height: 115px;
  max-width: 250px;
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 992px) {
  .site-footer__logos__item a img {
    max-height: 100px;
    max-width: 200px;
  }
}
.site-footer__logos__item a:hover img {
  opacity: 0.75;
}
.site-footer__lower {
  background-color: var(--brand--fifth-color);
  padding: 15px 50px 7px 50px;
}
@media (max-width: 768px) {
  .site-footer__lower {
    padding: 3rem 2rem 2rem 2rem;
  }
}
@media (max-width: 768px) {
  .site-footer__lower__contain {
    flex-direction: column;
    text-align: center;
    gap: 2.6rem;
  }
}
.site-footer__lower__contain > div {
  width: 50%;
}
.site-footer__lower__contain__left a {
  padding: 0 0 0 0;
  transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 768px) {
  .site-footer__lower__contain__left a {
    display: block;
    padding: 1rem 0 0 0;
  }
}
.site-footer__lower__contain__left a:hover {
  color: var(--brand--dark);
}
.site-footer__lower__contain__right {
  text-align: right;
}
@media (max-width: 768px) {
  .site-footer__lower__contain__right {
    text-align: center;
  }
}
.site-footer__lower__contain__right a {
  display: inline-block;
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-footer__lower__contain__right a svg {
  width: 160px;
  height: auto;
}
.site-footer__lower__contain__right a:hover {
  opacity: 0.65;
}

.site-header {
  padding: 25px 50px 0 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 768px) {
  .site-header {
    padding: 1.2rem 1.2rem 0 1.2rem;
  }
}
@media (max-width: 1520px) {
  .site-header__contain {
    flex-direction: column;
  }
}
.site-header__left {
  gap: 1.3rem;
}
@media (max-width: 1520px) {
  .site-header__left {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 1080px) {
  .site-header__left {
    margin: 112px 0 0 0;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .site-header__left {
    flex-direction: column;
  }
}
.site-header__left__logo {
  padding: 0 1.8rem 0 0;
}
@media (max-width: 1080px) {
  .site-header__left__logo {
    position: absolute;
    top: 24px;
    left: 50px;
  }
}
@media (max-width: 768px) {
  .site-header__left__logo {
    top: 1.2rem;
    left: 1.2rem;
  }
}
.site-header__left__logo img {
  min-width: 280px;
  width: 280px;
  height: auto;
}
@media (max-width: 768px) {
  .site-header__left__logo img {
    min-width: 200px;
    width: 200px;
  }
}
.site-header__right {
  gap: 3.1rem;
}
@media (max-width: 1520px) {
  .site-header__right {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 1080px) {
  .site-header__right {
    margin: 11px 0 0 0;
  }
}
.site-header__right__weather a {
  gap: 0.3rem;
  margin: 3px 0 0 0;
}
.site-header__right__weather a svg {
  position: relative;
  top: -2px;
  width: 41px;
  height: auto;
}
.site-header__right__weather a svg path {
  fill: var(--brand--light);
  transition: fill 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-header__right__weather a:hover svg path.cls-1 {
  fill: #ffff33;
}
.site-header__right__weather a:hover svg path.cls-2 {
  fill: #d0d0d0;
}
@media (max-width: 768px) {
  .site-header__right__weather.main {
    display: none;
  }
}
.site-header__right__lang {
  position: relative;
  width: 106px;
  height: 45px;
  text-align: left;
}
.site-header__right__lang .gtranslate_wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.site-header__right__lang .gtranslate_wrapper .gt_float_switcher {
  background: transparent;
  box-shadow: none;
  font-family: var(--brand--heading-font);
}
.site-header__right__lang .gtranslate_wrapper .gt_float_switcher .gt-selected {
  background-color: transparent;
}
.site-header__right__lang .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  color: var(--brand--light);
  font-weight: 400;
  padding: 10px 0;
}
.site-header__right__lang .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23fff'/></svg>");
}
.site-header__right__lang .gtranslate_wrapper .gt_float_switcher .gt_options a {
  color: var(--brand--light);
  padding: 10px 0;
}
.site-header__right__lang .gtranslate_wrapper .gt_float_switcher .gt_options a:hover {
  background: transparent;
}
@media (max-width: 768px) {
  .site-header__right__lang.main {
    display: none;
  }
}
@media (max-width: 1520px) {
  .site-header__right__menu {
    position: absolute;
    top: 37px;
    right: 50px;
  }
}
@media (max-width: 768px) {
  .site-header__right__menu {
    top: 1.2rem;
    right: 1.2rem;
  }
}

.social-feed {
  position: relative;
  margin: 7.6rem 0 0.4rem 0;
}
@media (max-width: 768px) {
  .social-feed {
    margin: 6rem 0 0.4rem 0;
  }
}
.social-feed:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 38px;
  background: #ffffff;
  z-index: 99999;
}
.social-feed__header {
  text-align: center;
  margin: 0 0 3.2rem 0;
  margin: 0 0 4.2rem 0;
}
.social-feed__items {
  display: grid;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 2rem;
}
@media (max-width: 1264px) {
  .social-feed__items {
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .social-feed__items {
    display: flex;
    display: none;
    flex-direction: column;
    gap: 2rem;
  }
}
.social-feed__items__item {
  position: relative;
  aspect-ratio: unset !important;
}
@media (max-width: 992px) {
  .social-feed__items__item {
    aspect-ratio: unset !important;
  }
}
.social-feed__items__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.social-feed__items__item:nth-child(1) {
  grid-area: 1/1/3/2;
  aspect-ratio: 430/410;
}
.social-feed__items__item:nth-child(2) {
  grid-area: 1/2/4/3;
  aspect-ratio: 430/620;
}
.social-feed__items__item:nth-child(3) {
  grid-area: 1/3/3/4;
  aspect-ratio: 430/410;
}
.social-feed__items__item:nth-child(4) {
  grid-area: 1/4/3/5;
  aspect-ratio: 430/410;
}
.social-feed__items__item:nth-child(5) {
  grid-area: 3/1/6/2;
  aspect-ratio: 430/620;
}
.social-feed__items__item:nth-child(6) {
  grid-area: 4/2/6/3;
  aspect-ratio: 430/410;
}
.social-feed__items__item:nth-child(7) {
  grid-area: 3/3/6/5;
  aspect-ratio: 890/620;
}
.social-feed__items__item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.5rem;
  z-index: 1;
}
@media (max-width: 1264px) {
  .social-feed__items__item__content {
    padding: 0.5rem;
  }
}
.social-feed__items__item__content__inner {
  background: rgba(255, 255, 255, 0.35);
  padding: 0.6rem 1rem 0.6rem 1rem;
  border-radius: 5px;
  gap: 0.8rem;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.social-feed__items__item__content__inner__col:nth-child(1) {
  width: 26px;
}
.social-feed__items__item__content__inner__col:nth-child(2) {
  position: relative;
  top: 1px;
  width: 100%;
}
.social-feed__items__item__content__inner__col img {
  width: 26px;
  min-width: 26px;
  height: auto;
}
.social-feed__items__item__image-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .social-feed__items__item__image-image {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 768px) {
  .social-feed__items__item__image-image {
    aspect-ratio: 1/1;
  }
}

.eapps-instagram-feed {
  margin-bottom: -56px;
  margin-bottom: 0;
  overflow: hidden;
}
.eapps-instagram-feed .eapps-instagram-feed-header,
.eapps-instagram-feed .eapps-instagram-feed-posts-grid-load-more-container {
  display: none;
}
.eapps-instagram-feed .eapps-instagram-feed-posts-item-image-wrapper {
  overflow: visible;
  height: 100% !important;
}
.eapps-instagram-feed .eapps-instagram-feed-posts-view {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 2rem;
}
@media (max-width: 992px) {
  .eapps-instagram-feed .eapps-instagram-feed-posts-view {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
@media (max-width: 992px) {
  .eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item {
    aspect-ratio: 1/1 !important;
    height: unset !important;
  }
}
.eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item a {
  height: 100% !important;
}
.eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(1) {
  grid-area: 1/1/3/2;
  aspect-ratio: 430/410;
}
.eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(2) {
  grid-area: 1/2/4/3;
  aspect-ratio: 430/620;
}
.eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(3) {
  grid-area: 1/3/3/4;
  aspect-ratio: 430/410;
}
.eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(4) {
  grid-area: 1/4/3/5;
  aspect-ratio: 430/410;
}
.eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(5) {
  grid-area: 3/1/6/2;
  aspect-ratio: 430/620;
}
.eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(6) {
  grid-area: 4/2/6/3;
  aspect-ratio: 430/410;
}
.eapps-instagram-feed .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(7) {
  grid-area: 3/3/6/5;
  aspect-ratio: 890/620;
}
.eapps-instagram-feed a[rel=noreferrer] {
  display: none !important;
}
.page-id-1631 .section.text-block, .page-id-1622 .section.text-block {
  margin-bottom: 7.2rem !important;
}
@media (max-width: 768px) {
  .page-id-1631 .section.text-block, .page-id-1622 .section.text-block {
    margin-bottom: 5.6rem !important;
  }
}
.page-id-1631 .section.text-block .content h3:nth-child(1), .page-id-1622 .section.text-block .content h3:nth-child(1) {
  margin-top: 0 !important;
}

.section.text-block {
  margin: 5.5rem 0 7rem 0;
}
@media (max-width: 1264px) {
  .section.text-block {
    margin-top: 4.7rem;
  }
}
@media (max-width: 992px) {
  .section.text-block {
    margin: 3.2rem 0 5.4rem 0;
  }
}
.section.text-block.top-margin {
  margin: 7.2rem 0 7.2rem 0;
}
@media (max-width: 992px) {
  .section.text-block.top-margin {
    margin: 6.2rem 0 5.8rem 0;
  }
}
.section.text-block.page-intro-block ul {
  margin-bottom: 0.4rem !important;
}
.section.text-block .rich-text ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 1.5rem 0rem 3.7rem 2rem;
}
@media (max-width: 576px) {
  .section.text-block .rich-text ul {
    margin-left: 0;
  }
}
.section.text-block .rich-text ul li {
  position: relative;
  margin: 0 0 2.8rem 0;
  background: none;
  padding: 0 0 0 2.9rem;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  color: var(--brand--eigth-color);
}
@media (max-width: 576px) {
  .section.text-block .rich-text ul li {
    font-size: 18px;
  }
}
.section.text-block .rich-text ul li:last-child {
  margin: 0;
}
.section.text-block .rich-text ul li:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url(../img/icon-info-ver-1.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.section.text-block .rich-text ul li img {
  margin: 2rem 0 0 0;
}
.section.text-block .rich-text ul li ul li {
  font-size: 18px;
}
.section.text-block .rich-text ul li ul li:before {
  background-image: url(../img/icon-info-ver-2.svg);
}

.text-image-split-content {
  position: relative;
  margin: 0 0 0 0;
}
@media (max-width: 1200px) {
  .text-image-split-content {
    background: var(--brand--eigth-color);
  }
}
.text-image-split-content__bg {
  min-height: 700px;
  background: var(--brand--eigth-color);
  gap: 0;
}
@media (max-width: 1464px) {
  .text-image-split-content__bg {
    min-height: 850px;
  }
}
@media (max-width: 1264px) {
  .text-image-split-content__bg {
    min-height: 950px;
  }
}
@media (max-width: 1200px) {
  .text-image-split-content__bg {
    min-height: unset;
    flex-direction: column;
  }
}
.text-image-split-content__bg > div {
  width: 50%;
  min-height: 700px;
}
@media (max-width: 1464px) {
  .text-image-split-content__bg > div {
    min-height: 850px;
  }
}
@media (max-width: 1264px) {
  .text-image-split-content__bg > div {
    min-height: 950px;
  }
}
@media (max-width: 1200px) {
  .text-image-split-content__bg > div {
    min-height: unset;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .text-image-split-content__bg__left {
    display: none;
  }
}
.text-image-split-content__bg__right {
  aspect-ratio: 960/675;
}
@media (max-width: 1200px) {
  .text-image-split-content__bg__right {
    aspect-ratio: 16/9;
  }
}
.text-image-split-content__bg__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-image-split-content .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .text-image-split-content .wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    padding: 4.1rem 2rem 3.8rem 2rem;
  }
}
.text-image-split-content__contain {
  gap: 0;
}
.text-image-split-content__contain > div {
  width: 50%;
}
@media (max-width: 1200px) {
  .text-image-split-content__contain > div {
    width: 100%;
  }
}
.text-image-split-content__contain__left {
  padding: 0 5rem 0 0;
}
@media (max-width: 1200px) {
  .text-image-split-content__contain__left {
    padding: 0;
  }
}
.text-image-split-content__contain__left h1 {
  margin: 0 0 1rem 0 !important;
}
.text-image-split-content__contain__left p {
  font-size: 20px !important;
  line-height: 2em !important;
  font-weight: 500;
  color: var(--brand--light) !important;
  margin-bottom: 1.7rem !important;
}
@media (max-width: 768px) {
  .text-image-split-content__contain__left p {
    font-size: 18px !important;
  }
}
.text-image-split-content__contain__left p:last-child {
  margin-bottom: 0 !important;
}
.text-image-split-content__contain__left__row.button {
  margin: 2.2rem 0 0 0;
}
@media (max-width: 1200px) {
  .text-image-split-content__contain__right {
    display: none;
  }
}

.site-wrapper h1, .site-wrapper h2, .site-wrapper h3, .site-wrapper h4 {
  font-family: var(--brand--heading-font);
  line-height: 1em;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: var(--brand--primary-color);
  text-wrap: auto;
}
.site-wrapper h1.heading-big-header {
  font-size: 120px;
  line-height: 0.9em;
  color: var(--brand--primary-color);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: var(--letterspacing--1);
}
@media (max-width: 1800px) {
  .site-wrapper h1.heading-big-header {
    font-size: 115px;
  }
}
@media (max-width: 1700px) {
  .site-wrapper h1.heading-big-header {
    font-size: 95px;
  }
}
@media (max-width: 1464px) {
  .site-wrapper h1.heading-big-header {
    font-size: 90px;
  }
}
@media (max-width: 1400px) {
  .site-wrapper h1.heading-big-header {
    font-size: 85px;
  }
}
@media (max-width: 1264px) {
  .site-wrapper h1.heading-big-header {
    font-size: 80px;
  }
}
@media (max-width: 1200px) {
  .site-wrapper h1.heading-big-header {
    font-size: 65px;
  }
}
@media (max-width: 992px) {
  .site-wrapper h1.heading-big-header {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .site-wrapper h1.heading-big-header {
    font-size: 45px;
    line-height: 1em;
  }
}
.site-wrapper h1.heading-split-content-heading {
  font-size: 80px;
  line-height: 1.1em;
  color: var(--brand--primary-color);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .site-wrapper h1.heading-split-content-heading {
    font-size: 40px;
    margin-bottom: 0.8rem;
  }
}
.site-wrapper h1.heading-facilities-heading {
  font-size: 50px;
  line-height: 1.1em;
  font-weight: 700;
  color: var(--brand--second-color);
}
@media (max-width: 768px) {
  .site-wrapper h1.heading-facilities-heading {
    font-size: 40px;
  }
}
.site-wrapper h1.heading-marina-grid-heading {
  font-size: 42px;
  line-height: 0.9em;
  color: var(--brand--light);
  font-weight: 300;
  letter-spacing: var(--letterspacing--1);
}
.site-wrapper h1.heading-marina-grid-heading.heavy {
  font-weight: 600;
  line-height: 1.3 !important;
}
.site-wrapper h1.heading-marina-grid-heading.bigger {
  font-size: 60px;
  line-height: 0.6em;
}
@media (max-width: 1464px) {
  .site-wrapper h1.heading-marina-grid-heading.bigger {
    line-height: 1em;
  }
}
@media (max-width: 992px) {
  .site-wrapper h1.heading-marina-grid-heading.bigger {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .site-wrapper h1.heading-marina-grid-heading.bigger {
    font-size: 28px;
  }
}
.site-wrapper h1.heading-marina-grid-heading.bigger span:first-child {
  padding: 0.8rem 1.5rem 0 2rem;
}
.site-wrapper h1.heading-marina-grid-heading.bigger span:last-child {
  margin: 1.6rem 0 0 2rem;
}
@media (max-width: 768px) {
  .site-wrapper h1.heading-marina-grid-heading.bigger span:last-child {
    margin: 1rem 0 0 2rem;
  }
}
.site-wrapper h1.heading-marina-grid-heading.victoria-marina span:first-child {
  background-color: var(--brand--sixth-color);
}
.site-wrapper h1.heading-marina-grid-heading.st-sampsons-marina span:first-child {
  background-color: var(--brand--fourth-color);
}
.site-wrapper h1.heading-marina-grid-heading.queen-elizabeth-ii-marina span:first-child {
  background-color: var(--brand--third-color);
}
.site-wrapper h1.heading-marina-grid-heading.albert-marina span:first-child {
  background-color: var(--brand--seventh-color);
}
.site-wrapper h1.heading-marina-grid-heading.pool-drying-moorings span:first-child {
  background-color: var(--brand--third-color);
}
.site-wrapper h1.heading-marina-grid-heading span:first-child {
  display: block;
  font-weight: 600;
  padding: 0 1.5rem 0 1.5rem;
  background-color: var(--brand--fourth-color);
}
.site-wrapper h1.heading-marina-grid-heading span:last-child {
  display: block;
  margin: 0.7rem 0 0 1.5rem;
}
.site-wrapper h1.heading-media-grid-header {
  font-size: 90px;
  font-weight: 600;
  color: var(--brand--third-color);
  letter-spacing: var(--letterspacing--1);
}
@media (max-width: 768px) {
  .site-wrapper h1.heading-media-grid-header {
    font-size: 60px;
  }
}
.site-wrapper h1.heading-media-grid-message {
  font-size: 80px;
  font-weight: 600;
  color: var(--brand--dark-lt);
  letter-spacing: var(--letterspacing--1);
}
@media (max-width: 1200px) {
  .site-wrapper h1.heading-media-grid-message {
    font-size: 80px;
  }
}
@media (max-width: 1080px) {
  .site-wrapper h1.heading-media-grid-message {
    font-size: 70px;
  }
}
@media (max-width: 992px) {
  .site-wrapper h1.heading-media-grid-message {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .site-wrapper h1.heading-media-grid-message {
    font-size: 40px;
  }
}
.site-wrapper h1.heading-media-grid-video-header {
  font-size: 150px;
  line-height: 0.9em;
  color: var(--brand--light);
  font-weight: 600;
  letter-spacing: var(--letterspacing--1);
}
@media (max-width: 1464px) {
  .site-wrapper h1.heading-media-grid-video-header {
    font-size: 125px;
  }
}
@media (max-width: 1264px) {
  .site-wrapper h1.heading-media-grid-video-header {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .site-wrapper h1.heading-media-grid-video-header {
    font-size: 65px;
  }
}
.site-wrapper h1.heading-carousel-header {
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 600;
  color: var(--brand--light);
  letter-spacing: var(--letterspacing--1);
}
.site-wrapper h1.heading-carousel-header.lh {
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .site-wrapper h1.heading-carousel-header {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .site-wrapper h1.heading-carousel-header {
    font-size: 40px;
  }
}
.site-wrapper h1.heading-social-feed-header {
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 600;
  color: var(--brand--primary-color);
  letter-spacing: var(--letterspacing--1);
}
@media (max-width: 992px) {
  .site-wrapper h1.heading-social-feed-header {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .site-wrapper h1.heading-social-feed-header {
    font-size: 40px;
  }
}
.site-wrapper h1.heading-mobile-nav {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 700;
  color: var(--brand--light);
  display: inline-block;
}
@media (max-width: 992px) {
  .site-wrapper h1.heading-mobile-nav {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .site-wrapper h1.heading-mobile-nav {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .site-wrapper h1.heading-mobile-nav {
    font-size: 18px;
  }
}
.site-wrapper h1.heading-page-hero {
  font-size: 150px;
  line-height: 1em;
  font-weight: 600;
  color: var(--brand--light);
  letter-spacing: var(--letterspacing--1);
}
@media (max-width: 1464px) {
  .site-wrapper h1.heading-page-hero {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .site-wrapper h1.heading-page-hero {
    font-size: 50px;
    line-height: 1.2em;
  }
}
.site-wrapper h1.heading-page-hero-berthing {
  font-size: 130px;
  line-height: 0.5em;
  font-weight: 300;
  color: var(--brand--light);
}
@media (max-width: 1464px) {
  .site-wrapper h1.heading-page-hero-berthing {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .site-wrapper h1.heading-page-hero-berthing {
    font-size: 80px;
  }
}
@media (max-width: 576px) {
  .site-wrapper h1.heading-page-hero-berthing {
    font-size: 55px;
  }
}
.site-wrapper h1.heading-page-hero-berthing span {
  display: block;
}
.site-wrapper h1.heading-page-hero-berthing span:first-child {
  position: relative;
  font-weight: 600;
  padding: 26px 15px 0px 0rem;
  line-height: 0.6em;
  background-color: var(--brand--sixth-color);
}
.site-wrapper h1.heading-page-hero-berthing span:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 100px;
  height: 100%;
  background-color: var(--brand--sixth-color);
}
.site-wrapper h1.heading-page-hero-berthing span:last-child {
  margin: 3.5rem 0 0 0;
  line-height: 0.5em;
}
@media (max-width: 992px) {
  .site-wrapper h1.heading-page-hero-berthing span:last-child {
    margin: 3.1rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .site-wrapper h1.heading-page-hero-berthing span:last-child {
    margin: 3rem 0 0 0;
  }
}
@media (max-width: 576px) {
  .site-wrapper h1.heading-page-hero-berthing span:last-child {
    margin: 2.6rem 0 0 0;
  }
}
.site-wrapper h1.heading-berths-header {
  font-size: 60px;
  line-height: 1.3em;
  font-weight: 600;
  color: var(--brand--light);
  letter-spacing: var(--letterspacing--1);
  margin: 0 0 0.5rem 0;
}
@media (max-width: 992px) {
  .site-wrapper h1.heading-berths-header {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .site-wrapper h1.heading-berths-header {
    font-size: 40px;
  }
}
.site-wrapper h1.heading-event {
  font-size: 100px;
  line-height: 1em;
  font-weight: 600;
  color: var(--brand--light);
  letter-spacing: var(--letterspacing--1);
  margin: 0 0 0 0;
}
@media (max-width: 1464px) {
  .site-wrapper h1.heading-event {
    font-size: 80px;
  }
}
@media (max-width: 1264px) {
  .site-wrapper h1.heading-event {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .site-wrapper h1.heading-event {
    font-size: 50px;
  }
}
.site-wrapper h2.heading-footer-header {
  font-size: 18px;
  line-height: 1.4em;
  color: var(--brand--primary-color);
  font-weight: 600;
  margin: 0 0 1.8rem 0;
}
.site-wrapper h2.heading-footer-form-header {
  font-size: 18px;
  color: var(--brand--light);
  font-weight: 600;
  margin: 0 0 0.6rem 0;
}
.site-wrapper h2.heading-cta-button {
  font-size: 38px;
  font-weight: 600;
  color: var(--brand--light);
}
@media (max-width: 1520px) {
  .site-wrapper h2.heading-cta-button {
    font-size: 30px;
  }
}
.site-wrapper h2.heading-cta-button.green span {
  background: var(--brand--fourth-color);
}
.site-wrapper h2.heading-cta-button.red span {
  background: var(--brand--third-color);
}
.site-wrapper h2.heading-cta-button span {
  display: block;
  line-height: 2rem;
  margin: 0 0 0.5rem 0;
}
.site-wrapper h2.heading-berthing-header {
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 400;
  color: var(--brand--light);
  letter-spacing: var(--letterspacing--1);
}
@media (max-width: 1700px) {
  .site-wrapper h2.heading-berthing-header {
    font-size: 50px;
  }
}
.site-wrapper h2.heading-berthing-type-header {
  font-size: 60px;
  line-height: 0.6em;
  font-weight: 600;
  color: var(--brand--light);
  letter-spacing: var(--letterspacing--1);
}
@media (max-width: 1700px) {
  .site-wrapper h2.heading-berthing-type-header {
    font-size: 50px;
  }
}
.site-wrapper h2.heading-berthing-type-header span {
  display: inline-block;
  padding: 0.8rem 1.5rem 0rem 0.8rem;
}
.site-wrapper h2.heading-berthing-type-header span:last-child {
  margin: 0.7rem 0 0 0;
}
.site-wrapper h2.heading-carousel-item-header {
  font-size: 60px;
  line-height: 0.6em;
  font-weight: 600;
  color: var(--brand--light);
  letter-spacing: var(--letterspacing--1);
}
@media (max-width: 768px) {
  .site-wrapper h2.heading-carousel-item-header {
    font-size: 40px;
  }
}
.site-wrapper h2.heading-carousel-item-header span {
  display: inline-block;
  padding: 0.8rem 2.1rem 0rem 2.1rem;
  background: var(--brand--third-color);
}
.site-wrapper h2.heading-carousel-item-header span:last-child {
  margin: 0.7rem 0 0 0;
}
.site-wrapper h2.heading-facilities-sub-heading {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 600;
  color: var(--brand--second-color);
  letter-spacing: var(--letterspacing--1);
  margin: 0rem 0 1.7rem 0;
}
.site-wrapper h2.heading-page-hero-berthing {
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 600;
  color: var(--brand--light);
  letter-spacing: var(--letterspacing--1);
}
@media (max-width: 576px) {
  .site-wrapper h2.heading-page-hero-berthing {
    font-size: 30px;
  }
}
.site-wrapper h2.heading-page-intro {
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 700;
  color: var(--brand--primary-color);
  letter-spacing: var(--letterspacing--1);
}
@media (max-width: 768px) {
  .site-wrapper h2.heading-page-intro {
    font-size: 40px;
    font-size: 34px;
  }
}
.site-wrapper h2.heading-page-intro.spacing {
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .site-wrapper h2.heading-page-intro.spacing {
    font-size: 35px;
    line-height: 1.4em;
  }
}
.site-wrapper h2.heading-page-intro.smaller {
  font-size: 30px;
}
.site-wrapper h2.heading-page-intro.colour-1 {
  color: var(--brand--fourth-color);
}
.site-wrapper h2.heading-page-intro span {
  display: block;
  font-weight: 400;
}
.site-wrapper h2.heading-berths-sub-header {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 600;
  color: var(--brand--seventh-color);
  letter-spacing: var(--letterspacing--1);
  margin: 0;
}
.site-wrapper h2.heading-marina-directions {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 600;
  color: var(--brand--light);
  letter-spacing: var(--letterspacing--1);
  margin: 0;
}
.site-wrapper h2.heading-local-marinas {
  font-size: 24px;
  line-height: 1em;
  font-weight: 500;
  color: var(--brand--second-color);
  margin: 0 0 1.5rem 0;
}
.site-wrapper h2.heading-local-marinas.no-margin {
  margin: 0;
}
.site-wrapper h2.heading-grid-category {
  font-size: 28px;
  line-height: 1em;
  font-weight: 400;
  color: var(--brand--border);
  letter-spacing: var(--letterspacing--1);
  margin: 0 0 0 0;
  transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-wrapper h2.heading-grid-category:hover {
  color: var(--brand--primary-color);
}
.site-wrapper h2.heading-lifestyle {
  font-size: 90px;
  line-height: 1.2em;
  font-weight: 700;
  color: var(--brand--primary-color);
  letter-spacing: var(--letterspacing--1);
  margin: -1.3rem 0 0 0;
}
@media (max-width: 992px) {
  .site-wrapper h2.heading-lifestyle {
    font-size: 70px;
    margin: -0.6rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .site-wrapper h2.heading-lifestyle {
    font-size: 50px;
    margin: 0;
  }
}
.site-wrapper h3.heading-facilities-item-title {
  font-size: 20px;
  color: var(--brand--second-color);
  font-weight: 700;
  margin: 0 0 0.3rem 0;
}
@media (max-width: 768px) {
  .site-wrapper h3.heading-facilities-item-title {
    line-height: 1.2em;
  }
}
.site-wrapper h3.heading-form {
  font-size: 22px;
  line-height: 1em;
  color: var(--brand--primary-color);
  font-weight: 700;
  margin: 3.9rem 0 0 0;
  margin: 1.9rem 0 0 0;
  padding: 0rem 0 2.1rem 0;
  border-bottom: 1px solid var(--brand--border);
}
.site-wrapper h3.heading-form.first {
  margin: 0.4rem 0 0 0;
}
.site-wrapper h3.heading-form.weather {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: none;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .site-wrapper h3.heading-form.weather {
    font-size: 18px;
  }
}
.site-wrapper h3.heading-form.weather.smaller {
  font-size: 20px;
  font-weight: 500;
}
.site-wrapper h3.heading-form.weather.sub {
  font-weight: 400;
  color: var(--brand--eigth-color);
}
.site-wrapper h3.heading-form.weather.sub.smaller {
  font-size: 18px;
}
.site-wrapper h3.heading-confirm {
  font-size: 22px;
  line-height: 1em;
  color: var(--brand--primary-color);
  font-weight: 700;
}
.site-wrapper .rich-text h3 {
  font-size: 40px;
  line-height: 1.5em;
  font-weight: 700;
  color: var(--brand--primary-color);
  letter-spacing: var(--letterspacing--1);
  margin: 0 0 3.2rem 0;
}
@media (max-width: 768px) {
  .site-wrapper .rich-text h3 {
    font-size: 30px;
    line-height: 1.3em;
  }
}
.site-wrapper .rich-text h3.contact {
  margin: 0 0 1.6rem 0;
}
.site-wrapper .rich-text.text-block h3 {
  margin: 2.9rem 0 1.5rem 0;
}
.site-wrapper .rich-text h4 {
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  color: var(--brand--primary-color);
  margin: 2.5rem 0 2.5rem 0;
}
.site-wrapper .content p a, .site-wrapper .content ul a {
  color: var(--brand--primary-color);
  font-weight: 600;
  transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.site-wrapper .content p a:hover, .site-wrapper .content ul a:hover {
  color: var(--brand--eigth-color);
}
.site-wrapper p {
  font-family: var(--brand--body-font);
  color: var(--brand--dark);
  font-size: 20px;
  line-height: 1.5em;
  line-height: 1.8em;
  margin-bottom: 2.2rem;
}
@media (max-width: 576px) {
  .site-wrapper p {
    font-size: 18px;
  }
}
.site-wrapper p.no-margin {
  margin-bottom: 0;
}
.site-wrapper p.text-weather {
  color: var(--brand--light);
  margin-bottom: 0;
  line-height: 1em;
  letter-spacing: var(--letterspacing--0-5);
}
.site-wrapper p.text-big-header-content {
  font-size: 24px;
}
@media (max-width: 768px) {
  .site-wrapper p.text-big-header-content {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .site-wrapper p.text-big-header-content {
    font-size: 18px;
    line-height: 2rem !important;
  }
}
.site-wrapper p.text-footer-link {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
.site-wrapper p.text-footer-link a {
  display: block;
  color: var(--brand--primary-color);
  transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0 0 0.5rem 0;
}
.site-wrapper p.text-footer-link a:hover {
  color: var(--brand--dark);
}
.site-wrapper p.text-footer-link a:last-child {
  margin: 0;
}
.site-wrapper p.text-footer-text {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 300;
  margin-bottom: 0;
  color: var(--brand--light);
}
.site-wrapper p.text-marina-grid-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--brand--light);
}
.site-wrapper p.text-berthing-price {
  color: var(--brand--light);
  margin-bottom: 0;
  padding: 0 0 0 0;
}
.site-wrapper p.text-berthing-price span {
  display: block;
}
.site-wrapper p.text-berthing-price span:nth-child(1) {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: var(--letterspacing--1);
}
.site-wrapper p.text-berthing-price span:nth-child(2) {
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: var(--letterspacing--1);
  margin: 0.5rem 0 -0.25rem 0;
}
.site-wrapper p.text-berthing-price span:nth-child(3) {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: var(--letterspacing--1);
}
.site-wrapper p.text-berthing-type-link {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--brand--light);
}
@media (max-width: 1264px) {
  .site-wrapper p.text-berthing-type-link.social {
    font-size: 12px;
  }
}
.site-wrapper p.text-berthing-type-link.dark {
  color: var(--brand--eigth-color);
  line-height: 1.8em;
}
.site-wrapper p.text-berthing-type-link a {
  text-decoration: underline;
}
.site-wrapper p.text-berthing-type-link a:hover {
  text-decoration: none;
}
.site-wrapper p.text-facilities-item-text {
  font-size: 16px;
  line-height: 1.5em;
  color: var(--brand--dark);
  font-weight: 500;
  margin: 0 0 0 0;
  letter-spacing: var(--letterspacing-1);
}
.site-wrapper p.text-carousel-text {
  font-size: 20px;
  color: var(--brand--light);
  font-weight: 400;
  margin: 0 0 0 0;
}
@media (max-width: 768px) {
  .site-wrapper p.text-carousel-text {
    font-size: 18px;
    line-height: 1.8em;
  }
}
.site-wrapper p.text-marina-details {
  font-size: 24px;
  line-height: 1.4em;
  color: var(--brand--dark);
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .site-wrapper p.text-marina-details {
    font-size: 20px;
  }
}
.site-wrapper p.text-bething-details {
  font-size: 20px;
  line-height: 1.1em;
  line-height: 1.3em;
  color: var(--brand--second-color);
  font-weight: 300;
  margin-bottom: 0;
  letter-spacing: var(--letterspacing--1);
}
@media (max-width: 1264px) and (min-width: 1200px) {
  .site-wrapper p.text-bething-details {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .site-wrapper p.text-bething-details {
    text-align: center;
  }
}
.site-wrapper p.text-bething-details span {
  font-weight: 700;
}
.site-wrapper p.text-bething-details.length span {
  display: block;
  margin: 0 0 0 0;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--brand--third-color);
}
.site-wrapper p.text-bething-cost {
  font-size: 70px;
  line-height: 1em;
  color: var(--brand--fourth-color);
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: var(--letterspacing--3);
}
@media (max-width: 1464px) {
  .site-wrapper p.text-bething-cost {
    font-size: 55px;
  }
}
@media (max-width: 1264px) {
  .site-wrapper p.text-bething-cost {
    font-size: 50px;
  }
}
.site-wrapper p.text-bething-cost.second {
  color: var(--brand--second-color);
}
.site-wrapper p.text-marina-directions {
  font-size: 20px;
  color: var(--brand--light);
  font-weight: 500;
  margin: 0 0 0 0;
}
.site-wrapper p.text-marina-directions-details-row-1 {
  font-size: 70px;
  line-height: 1em;
  color: var(--brand--light);
  font-weight: 600;
  margin: 0 0 0 0;
}
@media (max-width: 1464px) {
  .site-wrapper p.text-marina-directions-details-row-1 {
    font-size: 60px;
  }
}
.site-wrapper p.text-marina-directions-details-row-2 {
  font-size: 26px;
  line-height: 1em;
  color: var(--brand--light);
  font-weight: 400;
  margin: 0 0 0 0;
}
.site-wrapper p.text-marina-directions-details-row-2.bold {
  font-weight: 700;
  text-transform: uppercase;
}
.site-wrapper p.text-marina-directions-details-row-2.bold.smaller {
  font-size: 20px;
}
.site-wrapper p.text-page-intro {
  font-size: 20px;
  line-height: 2em;
  font-weight: 400;
  color: var(--brand--eigth-color);
}
@media (max-width: 768px) {
  .site-wrapper p.text-page-intro {
    font-size: 18px;
  }
}
.site-wrapper p.text-tides {
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  color: var(--brand--primary-color);
  margin: 0 0 0 0;
  letter-spacing: var(--letterspacing--1);
}

:root {
  --brand--light:#ffffff;
  --brand--dark:#000000;
  --brand--dark-lt:#333333;
  --brand--primary-color:#486BBD;
  --brand--second-color:#1B429C;
  --brand--third-color:#DE4B5A;
  --brand--fourth-color:#15C182;
  --brand--fifth-color:#3C5EAE;
  --brand--ninth-color:#E5F5FF;
  --brand--border:#bbbbbb;
  --brand--placeholder:#777777;
  --brand--placeholder--lt:#cccccc;
  --brand--sixth-color:#FF8330;
  --brand--seventh-color:#55BFFD;
  --brand--eigth-color:#051A35;
  --brand--error-color:#ff6666;
  --brand--body-text-color: var(--brand--primary-color);
  /*

  300 // light
  400 // regular
  500 // medium
  600 // semi bold
  700 // bold
  800 // extra bold

  */
  --brand--heading-font: "poppins", sans-serif;
  --brand--body-font: "poppins", sans-serif;
  --brand--body-line-height: 1.7;
  --brand--secondary-font: "poppins", sans-serif;
  --letterspacing--3: -3px;
  --letterspacing--1: -1px;
  --letterspacing--0-5: -0.5px;
  --letterspacing-0-5: 0.5px;
  --letterspacing-1: 1px;
}

.bw {
  top: auto !important;
  bottom: 1rem;
  color: white;
}

.weather-tides-block.section {
  padding-top: 13rem !important;
  padding-bottom: 2.6rem !important;
}
@media (max-width: 768px) {
  .weather-tides-block.section {
    padding-top: 10rem !important;
    padding-bottom: 1rem !important;
  }
}
.weather-tides-block .details strong {
  font-weight: 600;
}
.weather-tides-block .details.weather {
  width: 96px;
}
@media (max-width: 768px) {
  .weather-tides-block .details.weather {
    width: 66px;
  }
}
.weather-tides-block .details.weather img {
  min-width: 96px;
  width: 96px;
  height: auto;
}
@media (max-width: 768px) {
  .weather-tides-block .details.weather img {
    min-width: 66px;
    width: 66px;
  }
}
.weather-tides-block .details.weather.smalleroff {
  width: 96px;
}
.weather-tides-block .details.weather.smalleroff img {
  min-width: 96px;
  width: 96px;
  margin: 0 auto;
}
.weather-tides-block .details.text {
  position: relative;
  gap: 2rem;
  padding: 0 2rem 0 0;
  width: 100%;
}
.weather-tides-block .details.text h3.wind span {
  text-transform: lowercase;
  letter-spacing: 1px;
}
.weather-tides-block .details.text h3.wind span.force {
  text-transform: uppercase;
  margin: 0;
  display: inline-block !important;
}
.weather-tides-block .details.text span {
  display: inline-block;
  margin: 0px 2rem 0 0;
}
@media (max-width: 1264px) {
  .weather-tides-block .details.text span {
    display: block;
    margin: 0 0 1rem 0;
  }
  .weather-tides-block .details.text span:last-child {
    margin: 0;
  }
}
.weather-tides-block .details.text span.wind {
  position: absolute;
  bottom: -15px;
  right: 0;
  margin: 0;
  width: 115px;
  aspect-ratio: 1/1;
}
@media (max-width: 1264px) {
  .weather-tides-block .details.text span.wind {
    right: -2rem;
  }
}
@media (max-width: 992px) {
  .weather-tides-block .details.text span.wind {
    position: relative;
    bottom: unset;
    right: unset;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .weather-tides-block .details.text span.wind {
    width: 90px;
  }
}
.weather-tides-block .details.text span.wind.smaller {
  position: relative;
  left: -19px;
  top: 0;
  width: 90px;
}
@media (max-width: 1264px) {
  .weather-tides-block .details.text span.wind.smaller {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.weather-tides-block .details.text span.wind p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .weather-tides-block .details.text span.wind p {
    font-size: 20px;
  }
}
.weather-tides-block .details.text span.wind img {
  width: 100%;
  height: auto;
  transform: rotate(-90deg);
}
.weather-tides-block .details.text span.wind img.NORTH {
  transform: rotate(-180deg);
}
.weather-tides-block .details.text span.wind img.NORTH_NORTHEAST {
  transform: rotate(-157.5deg);
}
.weather-tides-block .details.text span.wind img.NORTHEAST {
  transform: rotate(-135deg);
}
.weather-tides-block .details.text span.wind img.EAST_NORTHEAST {
  transform: rotate(-112.5deg);
}
.weather-tides-block .details.text span.wind img.EAST {
  transform: rotate(-90deg);
}
.weather-tides-block .details.text span.wind img.EAST_SOUTHEAST {
  transform: rotate(-67.5deg);
}
.weather-tides-block .details.text span.wind img.SOUTHEAST {
  transform: rotate(-45deg);
}
.weather-tides-block .details.text span.wind img.SOUTH_SOUTHEAST {
  transform: rotate(-22.5deg);
}
.weather-tides-block .details.text span.wind img.SOUTH {
  transform: rotate(0deg);
}
.weather-tides-block .details.text span.wind img.SOUTH_SOUTHWEST {
  transform: rotate(22.5deg);
}
.weather-tides-block .details.text span.wind img.SOUTHWEST {
  transform: rotate(45deg);
}
.weather-tides-block .details.text span.wind img.WEST_SOUTHWEST {
  transform: rotate(67.5deg);
}
.weather-tides-block .details.text span.wind img.WEST {
  transform: rotate(90deg);
}
.weather-tides-block .details.text span.wind img.WEST_NORTHWEST {
  transform: rotate(112.5deg);
}
.weather-tides-block .details.text span.wind img.NORTHWEST {
  transform: rotate(135deg);
}
.weather-tides-block .details.text span.wind img.NORTH_NORTHWEST {
  transform: rotate(157.5deg);
}
.weather-tides-block__top {
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .weather-tides-block__top {
    flex-direction: column;
  }
}
.weather-tides-block__top__left {
  width: 65%;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .weather-tides-block__top__left {
    width: 100%;
  }
}
.weather-tides-block__top__left__row {
  padding: 3.3rem 3.1rem 3.2rem 3.1rem;
  border: 1px solid var(--brand--border);
  border-radius: 8px;
  gap: 2.2rem;
}
@media (max-width: 1464px) {
  .weather-tides-block__top__left__row {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 1264px) {
  .weather-tides-block__top__left__row {
    padding-top: 5.3rem;
    padding-bottom: 5.3rem;
  }
}
@media (max-width: 992px) {
  .weather-tides-block__top__left__row {
    padding-top: 3.3rem;
    padding-bottom: 3.2rem;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .weather-tides-block__top__left__row {
    padding-top: 2.2rem;
    padding-bottom: 2.5rem;
    gap: 1rem;
  }
}
.weather-tides-block__top__left__row__row.d-flex {
  gap: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .weather-tides-block__top__left__row__row.d-flex {
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .weather-tides-block__top__left__row__row {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .weather-tides-block__top__left__row__row .text {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .weather-tides-block__top__left__row__row .text {
    gap: 1rem !important;
  }
}
.weather-tides-block__top__right {
  width: 35%;
  align-self: stretch;
  padding: 3.3rem 2rem 1.5rem 2rem;
  border: 1px solid var(--brand--border);
  border-radius: 8px;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .weather-tides-block__top__right {
    width: 100%;
  }
}
.weather-tides-block__top__right__row:first-child {
  margin: 0 0 -4px 0;
}
.weather-tides-block__top__right__row p a {
  color: var(--brand--primary-color) !important;
}
.weather-tides-block__top__right__row__links {
  display: block;
  width: 100%;
  margin: 0.4rem 0 0.7rem 0;
}
.weather-tides-block__top__right__row__links a.pdf {
  border: 1px solid var(--brand--primary-color);
  border-radius: 50px;
  padding: 0;
  margin: 0 0 1.9rem 0;
  height: 63px;
}
.weather-tides-block__top__right__row__links a.pdf span {
  width: 35px;
  height: auto;
}
.weather-tides-block__top__right__row__links a.pdf p {
  padding: 3px 0 0 0;
}
.weather-tides-block__bottom {
  width: 100%;
  gap: 0;
  border: 1px solid var(--brand--border);
  border-radius: 8px;
  margin-top: 1.5rem;
}
@media (max-width: 1264px) {
  .weather-tides-block__bottom {
    flex-direction: column;
  }
}
.weather-tides-block__bottom__col {
  width: 20%;
  margin: 2rem 0;
  padding: 0 2rem;
  border-right: 1px solid var(--brand--border);
}
@media (max-width: 1264px) {
  .weather-tides-block__bottom__col {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--brand--border);
    padding-top: 2.8rem;
    padding-bottom: 2rem;
    margin: 0 0 0 0;
  }
  .weather-tides-block__bottom__col:last-child {
    border-bottom: none;
  }
}
.weather-tides-block__bottom__col__inner__contain {
  gap: 1rem;
}
@media (max-width: 1264px) {
  .weather-tides-block__bottom__col__inner__contain {
    align-items: center;
    text-align: center;
  }
}
.weather-tides-block__bottom__col__inner__contain h2 {
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .weather-tides-block__bottom__col__inner__contain h2 {
    margin-bottom: 0;
  }
}
.weather-tides-block__bottom__col__inner__contain .weather {
  width: 175px;
  margin: 0 auto;
}
@media (max-width: 1264px) {
  .weather-tides-block__bottom__col__inner__contain .weather {
    width: unset;
  }
}
@media (max-width: 1264px) {
  .weather-tides-block__bottom__col__inner__contain .details.text {
    margin: 0;
  }
}
.weather-tides-block__bottom__col__inner__contain .details.text.sub {
  padding: 0;
}
.weather-tides-block__bottom__col__inner__contain .sub span {
  display: inline-block;
  margin: 0px 0 0.9rem 0;
}
@media (max-width: 1264px) {
  .weather-tides-block__bottom__col__inner__contain .sub span {
    margin: 0;
  }
}
.weather-tides-block__bottom__col__inner__contain .sub span:last-child {
  margin: 0;
}
.weather-tides-block__bottom__col__inner__contain span.windOFF {
  position: relative;
  left: -19px;
  top: 0;
  width: 90px;
  aspect-ratio: 1/1;
}
.weather-tides-block__bottom__col__inner__contain span.windOFF p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  margin-top: 2px;
}
.weather-tides-block__bottom__col:last-child {
  border-right: none;
}
.weather-tides-block.single {
  margin: 0;
  height: 100%;
}
.weather-tides-block.single .weather-tides-block__top__left__row {
  padding: 1.4rem 1.5rem 1.4rem 1.5rem;
  gap: 1.5rem;
  border: none;
}
.weather-tides-block.single .weather-tides-block__top__left__row .details.text span.wind {
  bottom: -42px;
  right: -14px;
  margin: 0;
}
.weather-tides-block.single .details.text span {
  display: inline-block;
  margin: 0px 2rem 0 0;
}

.marina-plan {
  position: relative;
  margin-bottom: 7.9rem !important;
}
@media (max-width: 768px) {
  .marina-plan {
    margin-bottom: 6.3rem !important;
  }
}
.marina-plan__title {
  margin: 0 0 3.4rem 0;
}
.marina-plan__image a img {
  width: 100%;
  height: auto;
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.marina-plan__image a:hover img {
  opacity: 0.85;
}
.marina-plan__buttons {
  margin: 4.4rem 0 0 0;
  gap: 2rem;
}
@media (max-width: 768px) {
  .marina-plan__buttons {
    flex-direction: column;
    align-items: center;
  }
}

.gform-theme-datepicker.ui-datepicker {
  background: var(--brand--light);
  border: 2px solid var(--brand--primary-color);
  border-radius: 8px;
  padding: 1.3rem 1.5rem 0.9rem 1.5rem;
  margin: 1rem 0 0 0;
}
.gform-theme-datepicker .ui-datepicker-prev {
  margin: 0 0.9rem 0 0;
}
.gform-theme-datepicker .ui-datepicker-title {
  margin: 0.5rem 0 0 0;
}
.gform-theme-datepicker .ui-datepicker-month {
  margin: 0rem 0 1rem 0;
}
.gform-theme-datepicker .ui-datepicker-year {
  margin: 0rem 0 1.1rem 0;
}
.gform-theme-datepicker .ui-datepicker-calendar {
  border-spacing: 8px;
}

.upload-form {
  margin: 4.8rem 0 6.2rem 0;
  margin: -0.7rem 0 6.2rem 0;
}
@media (max-width: 1264px) {
  .upload-form {
    margin-top: 5.5rem;
  }
}
.upload-form .gform_heading {
  display: none;
}
.upload-form form {
  border-radius: 8px;
  border: 1px solid var(--brand--border);
}
.upload-form .gform_body {
  width: 880px;
  margin: 0 auto;
  padding: 4rem 0 6.3rem 0;
}
@media (max-width: 1264px) {
  .upload-form .gform_body {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.upload-form .ginput_container_fileupload {
  text-align: left !important;
  border: 1px solid var(--brand--primary-color);
  border-radius: 8px;
  padding: 2.5rem 2.5rem 1.5rem 2.5rem;
}/*# sourceMappingURL=main.css.map */