﻿.text-white {
  color: #ffffff !important;
}

.text-gold {
  color: #dcbb6a !important;
}

.text-gray {
  color: #333333 !important;
}

.text-black {
  color: black !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-gold {
  background-color: #dcbb6a !important;
}

.bg-gray {
  background-color: #333333 !important;
}

.bg-black {
  background-color: #1D1D1D !important;
}

.dark-hover:hover {
  border-color: #333 !important;
  color: #333 !important;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-size: 14px;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

.page-header {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-header h1 {
  font-size: 36px;
}

.uk-text-medium {
  font-weight: 600;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

em {
  color: #dcbb6a;
}

.uk-button {
  min-width: 145px;
  line-height: 45px;
  height: 45px;
  border-radius: 5px;
  font-size: 18px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  width: fit-content;
  border: 2px rgba(220, 187, 106, 0.5) solid;
}

.uk-button.hover {
  position: relative;
}
.uk-button.hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: transparent;
  transform: rotate(0deg) scale(1) skew(0deg) translate(0);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.uk-button:hover {
  border: 2px black solid;
  background: transparent;
  color: #fff;
  border: 2px solid;
}
.uk-button:hover.hover:before {
  width: 100%;
  z-index: -1;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.93);
}

.button-gold {
  background: #dcbb6a;
  text-transform: uppercase;
  color: #333;
}

.button-goldLight {
  background: #f5d78f;
  text-transform: uppercase;
  color: #333;
}

.uk-modal-body .uk-button:hover {
  color: #888;
}

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

.uk-display-inline-flex {
  display: inline-flex;
}

:focus {
  outline: none;
}

.uk-padding-small-right {
  padding-right: 15px;
}

.bg-gradient {
  position: relative;
}
.bg-gradient:before {
  content: "";
  width: 100%;
  height: 280px;
  background: linear-gradient(0deg, transparent, rgba(6, 118, 226, 0.05));
  position: absolute;
  z-index: -1;
}

.uk-tooltip {
  max-width: 95px;
  height: 50px;
  width: auto;
  background: #fff;
  text-align: center;
  padding-top: 6px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.2s ease-out;
}
.uk-tooltip.uk-active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid white;
  position: absolute;
  transform: translateX(-50%);
  bottom: -9px;
}

polyline {
  stroke-width: 2;
}

.uk-dotnav > * > * {
  margin: 10px 0;
  border: 1px solid #333;
  background: #333;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.uk-dotnav > .uk-active > * {
  background-color: rgba(210, 159, 37, 0.7607843137);
  border-color: #d29f25;
}

.uk-offcanvas-bar {
  background-color: white;
}
.uk-offcanvas-bar .uk-close {
  color: #d29f25 !important;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #eee;
}
.uk-offcanvas-bar ul.uk-nav {
  padding: 30px 5px 15px;
}
.uk-offcanvas-bar a.uk-button {
  background: #f7941d !important;
  min-width: 48%;
  width: 138px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff !important;
  margin-bottom: 5px;
}
.uk-offcanvas-bar a.uk-button.bullet {
  background: #00a0c6 !important;
}
.uk-offcanvas-bar ul.uk-nav li {
  margin: 5px 0;
  border-bottom: 2px solid rgba(112, 112, 112, 0.05);
  font-size: 16px;
}
.uk-offcanvas-bar ul.uk-nav li:last-of-type {
  border-bottom: none;
}
.uk-offcanvas-bar ul.uk-nav li a {
  color: #707070 !important;
}
.uk-offcanvas-bar ul.uk-nav li a:hover {
  color: #d29f25 !important;
}
.uk-offcanvas-bar ul.uk-nav li.uk-active {
  border-bottom: 2px solid #d29f25 !important;
}
.uk-offcanvas-bar ul.uk-nav li.uk-active a {
  color: #d29f25 !important;
}
.uk-offcanvas-bar .social_media a {
  margin: 0.5rem;
  display: inline-block;
}
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    width: 400px;
  }
}

.check-list li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 23px;
}
.check-list li:before {
  content: "";
  top: 5px;
  left: -30px;
  width: 18px;
  height: 18px;
  position: absolute;
  background: no-repeat;
  background-image: url(/images/icons/circle_true.svg);
}

ul.uk-iconnav > * {
  padding-left: 5px;
}
ul.uk-iconnav i {
  font-size: 18px;
  color: #f7941d;
  vertical-align: middle;
}
ul.uk-iconnav span {
  font-size: 14px;
}

.pointer {
  cursor: pointer;
  transition: cursor 0.3s ease-in-out;
}

.has_video {
  position: relative;
}
.has_video::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  background: url(/images/icons/play.svg) center no-repeat;
  content: "";
}

.background-layer {
  position: relative;
  max-width: 570px;
  margin: auto;
}
.background-layer > * {
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 5px;
  right: 0;
  top: 0;
  max-width: 570px;
}
.background-layer:before {
  content: "";
  background: #dcbb6a;
  position: absolute;
  height: 100%;
  width: 100%;
  right: -10px;
  top: 10px;
  transition: all 0.3s ease-in-out;
}
.background-layer:hover > * {
  right: -10px;
  top: 10px;
}
.background-layer:hover:before {
  right: 0px;
  top: 0px;
}

section {
  position: relative;
}

.section--header {
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .section--header_title, .section--header_paragraph {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .section--header_title {
    font-size: 2.25rem;
  }
}

.mini-banner img {
  min-height: 200px;
  object-fit: cover;
  width: 100%;
  height: min-content;
  background: #bbbbbb;
  display: block;
}
@media (min-width: 1200px) {
  .mini-banner img {
    min-height: 470px;
  }
}

.ribbon, .schedule_switcher .uk-table tbody tr.table-ribbon::after {
  background-size: cover;
  background: no-repeat;
  position: absolute;
  display: block;
  height: 74px;
  width: 75px;
  z-index: 1;
  left: 0px;
  top: 0px;
}
.ribbon--platinum {
  background-image: url(/images/ribbons/ribbon-platinum.svg);
}
.ribbon--gold {
  background-image: url(/images/ribbons/ribbon-gold.svg);
}
.ribbon--silver {
  background-image: url(/images/ribbons/ribbon-silver.svg);
}
.ribbon--offer, .schedule_switcher .uk-table tbody tr.table-ribbon--offer::after {
  background-image: url(/images/ribbons/ribbon-offer.svg);
}
.ribbon--individual, .schedule_switcher .uk-table tbody tr.table-ribbon--individual::after {
  background-image: url(/images/ribbons/ribbon-individual.svg);
}
.ribbon--build {
  background-image: url(/images/ribbons/We-build.svg);
}
.ribbon--sale {
  background-image: url(/images/ribbons/For-sale.svg);
}

.mini-banner {
  overflow: hidden;
}

/* =========================================================================
         - MASTER Sections for All Pages ( Common and Main Components )-
         = header
         = footer
         = aside (floating-tabs)
         = MobileMenu (offcanvas)
         = totop button
  =========================================================================*/
/*body {*/
/*overflow: hidden;*/
/*> *:not(.loading) {
    display: none;
}*/
/*.floating-tabs{
        opacity:0
    }
}*/
.loading {
  z-index: 8;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /*background: rgba(0, 0, 0, .75 );*/
  background: linear-gradient(60deg, black, rgba(0, 0, 0, 0.6), black);
}
.loading .logo {
  background: url(/images/main/Logo_main.svg) no-repeat;
  background-position: center left;
  height: 152px;
  width: 150px;
  background-size: cover;
}
.loading .ring {
  background: #262626;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: transparent;
  border: 3px solid #3c3c3c;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  font-family: sans-serif;
  font-size: 20px;
  color: #dcbb6a;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #dcbb6a;
  z-index: 5;
}
.loading .ring:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top: 3px solid #dcbb6a;
  border-right: 3px solid #dcbb6a;
  border-radius: 50%;
  animation: animateC 2s linear infinite;
}
.loading .ring span {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 50%;
  height: 4px;
  background: transparent;
  transform-origin: left;
  animation: animate 2s linear infinite;
}
.loading .ring span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #dcbb6a;
  top: -6px;
  right: -8px;
  box-shadow: 0 0 20px #dcbb6a;
}
@keyframes animateC {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}

header {
  background: rgba(0, 0, 0, 0.75);
  padding: 0;
  width: 100%;
  z-index: 1;
  border-bottom: 2px solid #f5d78f;
  /*    & + div[class*="-page"]:not(.home-page) {
      @media (min-width: 1200px) {
          padding-top: 80px;
      }
  }*/
}
@media (min-width: 1200px) {
  header {
    position: absolute;
  }
}
header .uk-navbar-nav > li > a,
header .uk-navbar-toggle {
  min-height: 30px;
  font-size: 11px;
  margin: 3px 5px 0;
  text-transform: capitalize;
  color: #F5D78F;
}
header .uk-navbar-nav > li > a span,
header .uk-navbar-toggle span {
  transform: translate(0px, 1px);
}
header .uk-navbar-nav > li.uk-active > a {
  color: #f5d78f;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 5px;
  font-weight: 500;
}
header .uk-navbar-nav > li:hover > a,
header .uk-navbar-nav > li > a.uk-open,
header .uk-navbar-nav > li > a:focus {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #f5d78f;
}
header .top-navbar .icon {
  margin-right: 10px;
  height: 17px;
  width: 17px;
}
header .uk-navbar-dropdown {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
}
header .uk-navbar-dropdown-nav > li > a {
  color: #f5d78f;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}
header .uk-navbar-dropdown li:last-child a {
  border-bottom: none;
}
header .uk-navbar-dropdown-nav > li.uk-active > a {
  color: #fff;
}
header .lang {
  background: rgba(0, 0, 0, 0.5);
}
header .lang + .uk-navbar-dropdown {
  width: 120px !important;
}
header .main-navbar .uk-navbar-nav > li > a {
  font-size: 13.2px;
  letter-spacing: 0.05em;
  margin: -3px 0px 3px 0;
  text-transform: uppercase;
}

footer {
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
footer .main-footer {
  border-top: 1px solid #dcbb6a;
}
footer .bg-gray {
  background-color: #7B7B7B !important;
}
footer .newsletter-group .uk-form-width-medium {
  width: 430px;
  height: 50px;
  background: transparent;
  border-radius: 5px;
}
footer .newsletter-group a.button-gold {
  height: 50px;
  width: 140px;
  min-width: unset;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 18px;
  padding: unset;
  margin-left: 25px;
}
footer .newsletter-group a.button-gold:hover {
  color: #dcbb6a;
}
footer .newsletter-group label > input {
  margin-right: 10px;
}
@media (max-width: 959px) {
  footer .social .uk-card {
    padding: 15px;
  }
}
footer .social a {
  color: #333333;
  font-size: 16px;
  vertical-align: sub;
}
footer .social img {
  margin-right: 10px;
}
footer .social .uk-card {
  transition: all 0.3s ease-in-out;
  border: 1px solid #D6D6D6;
  border-left: none;
}
footer .social .uk-card:hover {
  transform: translate(0px, -10px);
}
footer h4 {
  font-size: 18px;
  line-height: 27px;
  height: 27px;
  margin-top: 20px;
  color: #dcbb6a;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  footer .weather {
    transform: translateX(-30px);
  }
}
footer .weather img {
  height: 36px;
  width: 45px;
  object-fit: none;
  margin-bottom: 10px;
}
footer strong {
  font-size: 21px;
}
footer .uk-list li {
  cursor: pointer;
  margin-top: 5px !important;
}
footer .uk-list a {
  color: #d6d6d6;
  transition: all 0.3s ease-in-out;
  position: relative;
  right: 0px;
  text-decoration: none;
}
footer .uk-list a::before {
  content: url(/images/icons/arrow-right.svg);
  transition: all 0.3s ease-in-out;
  margin-right: 4px;
  margin-left: -10px;
  opacity: 0;
}
footer .uk-list li:hover a {
  color: #dcbb6a;
  text-decoration: none;
  right: -10px;
}
footer .uk-list li:hover a::before {
  opacity: 1;
}
footer .links li {
  width: 48%;
  display: inline-block;
}
footer a.uk-icon {
  width: 25px;
  color: #dcbb6a;
  margin: 0 5px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  transform: translate(15px, -2px);
}
footer ul.weather {
  max-width: 280px;
  margin-left: 20px;
}
footer ul.weather * {
  color: #d6d6d6;
}
footer ul.weather + div p {
  max-width: 280px;
  color: #d6d6d6;
}
footer ul.display-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  color: #fff !important;
  border-left: none !important;
  padding-left: 0 !important;
  height: -webkit-fill-available;
  margin-top: 0;
}
footer ul.display-grid.columns-2 {
  grid-template-columns: auto auto;
}
footer .uk-form-width-medium {
  width: 230px;
  height: 50px;
  background: transparent;
  border-radius: 5px 0 0 5px;
}
footer a.button-gold {
  height: 50px;
  width: 140px;
  min-width: unset;
  border-radius: 0 5px 5px 0;
  margin-bottom: 0;
  font-size: 18px;
  padding: unset;
  margin-left: -4px;
}
footer .sub-footer {
  /* background: #272727;
   padding: 10px 0;*/
  text-align: center;
  font-size: 14px;
  background: #5F5F5F;
  padding: 5px 0;
}
footer .sub-footer_logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -25px);
}
footer .sub-footer a {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
footer .sub-footer p {
  margin: 20px;
  color: #fff;
}
footer .company svg, footer .company p, footer .company a {
  color: #D6D6D6;
}
footer .contacts {
  position: absolute;
  background: #000;
  right: 0;
  padding: 20px 20px;
  bottom: 80px;
}
footer .contacts a {
  color: #fff;
  display: block;
  transition: all 0.3s ease-in-out;
}
footer .contacts a:hover {
  color: #dcbb6a;
}
footer .contacts img {
  height: 65px;
  width: 150px;
}
@media (max-width: 1199px) {
  footer .contacts {
    display: none;
  }
}
@media (max-width: 1270px) {
  footer {
    /*
    .uk-form-custom {width: 65%;}
    a.button-gold {width: 35%;}

    */
  }
  footer .newsletter-group > div {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .newsletter-group a.button-gold {
    width: 140px;
  }
  footer .newsletter-group .uk-form-custom {
    width: auto;
  }
}
@media (max-width: 1199px) {
  footer .uk-list {
    margin: auto;
  }
  footer .list-items {
    margin-bottom: 60px;
  }
  footer .sub-footer_logo {
    all: unset;
  }
}
@media (max-width: 959px) {
  footer .uk-grid > .uk-grid-margin {
    margin-top: 0px;
  }
  footer .sub-footer .uk-flex {
    flex-direction: column;
  }
  footer a.button-gold {
    font-size: 14px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  footer .main-footer > div > div > div:last-child {
    order: -1;
  }
}

.floating-tabs {
  left: 30px;
  top: 26vh;
  position: fixed;
  z-index: 6;
  display: flex !important;
  /* width */
}
.floating-tabs h3 {
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1350px) {
  .floating-tabs.uk-visible\@l {
    display: none !important;
  }
}
.floating-tabs_container {
  background-color: #272727;
  margin: -15% 0;
  overflow: hidden;
  min-width: unset;
  transition: all 1s ease;
  width: 0;
  opacity: 0;
}
.floating-tabs_container.show {
  width: 350px;
  opacity: 1;
  position: relative;
  max-height: 500px;
  overflow: hidden scroll;
  width: 400px;
}
.floating-tabs .uk-switcher li {
  min-width: 320px;
}
.floating-tabs .uk-tab li > * {
  width: 80px;
  height: 70px;
  background: #333333;
  display: flex;
  justify-content: center;
  border-color: transparent;
  color: #dcbb6a;
}
.floating-tabs .uk-tab li.uk-active > * {
  background: #dcbb6a;
  color: #333333;
}
.floating-tabs .uk-list > li:nth-child(n+2) {
  margin-top: 20px;
}
.floating-tabs .uk-tab-right::before {
  content: none;
}
.floating-tabs a.uk-inline img {
  width: 380px;
  height: 150px;
  object-fit: cover;
}
.floating-tabs .uk-card-body {
  background: #333333;
  margin-bottom: 10px;
}
.floating-tabs .uk-overlay.uk-overlay-primary {
  padding: 40px 10px 20px 10px;
  background: linear-gradient(0deg, black, transparent);
  font-size: 16px;
}
.floating-tabs .uk-switcher {
  padding-right: 10px;
}
.floating-tabs .uk-close {
  position: absolute;
  right: 15px;
  top: 50px;
  width: 15px;
  border: 1px solid #dcbb6a;
  transition: all 1s ease-in-out;
  color: #dcbb6a;
  padding: 2px;
  border-radius: 2px;
}
.floating-tabs .uk-close line {
  stroke-width: 2.5;
}
.floating-tabs .info span {
  padding: 5px 0;
  display: block;
  letter-spacing: 1px;
}
.floating-tabs .uk-button:not(.button-more) {
  min-width: 75px;
  color: #333333;
  font-size: 14px;
  line-height: normal;
  margin-top: 5px;
  font-size: 12px;
  width: 80px;
  padding: 5px 0;
  height: 30px;
  transform: translateY(12px);
}
.floating-tabs .uk-button:not(.button-more):hover {
  background: transparent;
  color: #fff;
  border: 2px solid;
}
.floating-tabs .duration {
  position: relative;
}
.floating-tabs .duration::after {
  content: url(/images/icons/Duration.svg);
  position: absolute;
  right: -20px;
  top: 0;
  margin: auto;
  bottom: 0;
  height: 30px;
  width: 11px;
}
.floating-tabs .info span {
  padding: 5px 0;
  display: block;
  letter-spacing: 1px;
}
.floating-tabs hr::after {
  border-top-color: #F5D78F;
}
.floating-tabs a.button-more {
  font-size: 15px;
}
.floating-tabs .button_icon {
  width: 20px;
  height: 20px;
  transform: translateY(-3px);
}
.floating-tabs ::-webkit-scrollbar {
  width: 4px;
}
.floating-tabs ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.floating-tabs ::-webkit-scrollbar-thumb {
  background: #888;
}
.floating-tabs ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#offcanvas-nav li.uk-parent.uk-open .uk-hidden {
  display: block !important;
}
#offcanvas-nav li.uk-parent.uk-open .uk-visible {
  display: none !important;
}

a.uk-icon.uk-totop {
  right: 50px;
  bottom: 200px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}

@media (min-width: 1200px) {
  .home-page {
    margin-top: -100px;
  }
}

.banner {
  /*min-height: calc(100vh - 100px) !important;*/
  min-height: 320px !important;
}
.banner h1 {
  font-size: 38px;
  text-align: right;
  font-weight: 300;
  margin-bottom: 0;
}
.banner_img {
  object-fit: cover;
  width: 100vw;
  display: block;
  min-height: 320px;
}
.banner_img + .uk-position-large {
  margin: 100px 150px !important;
}
.banner_content * {
  text-shadow: -1px 1px 2px #707070;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
@media (min-width: 960px) {
  .banner {
    min-height: 445px !important;
  }
}
@media (min-width: 1200px) {
  .banner {
    min-height: calc(100vh - 80px) !important;
  }
  .banner_img {
    height: 100vh;
    min-height: 655px;
    max-height: calc(100vh - 80px);
    background: gray;
  }
  .banner_img + .uk-position-large {
    padding-right: 70px;
  }
}
.banner-outer .uk-slidenav[class*=uk-position-center-left], .banner-outer .uk-slidenav[class*=uk-position-center-right] {
  transform: translateY(-50%) translateY(-15px);
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 14px;
  width: 50px;
  height: 50px;
  text-align: center;
}

.banner-outer a.uk-slidenav-next {
  right: 7% !important;
}
.banner-outer a.uk-slidenav-previous {
  left: 7% !important;
}
.banner-outer polyline {
  stroke-width: 3;
  color: #333333;
}
.banner-outer .go-down {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  transform: translateX(50%);
  animation: shakedown 2s alternate infinite;
}
.banner-outer .go-down:hover img {
  transform: rotateY(180deg);
  transition: transform 1s ease-in-out;
}

.welcome {
  /* background: url(/images/backgrounds/Boat_anchor.svg) right bottom no-repeat fixed;background-attachment:  inherit;*/
}
.welcome p {
  color: #333;
}
.welcome--heading {
  font-size: 36px;
  font-weight: 100;
}
.welcome .uk-button:hover {
  color: #dcbb6a;
}

.services {
  background-image: url(/images/backgrounds/palmLeaf.jpg);
  background-size: cover;
  color: #fff;
  position: relative;
}
.services q {
  font-size: 18px;
}
.services q + cite {
  font-style: normal;
}
.services::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: #dcbb6a;
}
.services .section--header_paragraph {
  color: #707070;
}
.services_card {
  flex-direction: column;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  max-width: 320px;
  margin: auto;
}
.services_card a.uk-button {
  top: 70px;
  position: relative;
}
.services_card > div {
  height: 300px;
}
.services_card:hover .services_button {
  top: 20%;
}
.services_card:hover a.uk-button {
  top: 0;
  transition: all 0.3s ease-in-out;
}
.services_card:hover .uk-position-center {
  top: 66%;
}
.services_card:hover .uk-card-content {
  transform: translateY(0px);
}
.services_image {
  width: 100%;
  object-fit: cover;
}
.services h4.uk-margin-small {
  letter-spacing: 0.1em;
}
.services_button {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  top: 50%;
  padding-top: 25%;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.85), transparent);
}
.services .uk-position-center {
  transition: all 0.3s ease-in-out;
}
.services .uk-card-content {
  transition: all 0.3s ease-in-out;
  transform: translateY(50px);
}
.services .uk-card-body {
  background-color: #333333;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #fff;
  min-height: 153px;
}

.carousel--fleet {
  position: relative;
}
.carousel--fleet:before {
  background-color: #333;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 300px;
  min-height: 400px;
  height: 100%;
}
.carousel--fleet:after {
  content: url(/images/backgrounds/compass.svg);
  display: block;
  z-index: -1;
  position: absolute;
  right: 0px;
  transform: rotate(20deg);
  bottom: 0;
  animation: compass 3s alternate infinite;
}
.carousel--fleet .bg-black span {
  font-size: 15px;
}
.carousel--fleet .uk-card {
  padding: 5px;
  max-width: 360px;
  margin: auto;
}
.carousel--fleet .uk-card span.ribbon {
  top: 0px;
  left: 0.5px;
}
.carousel--fleet .uk-card-body {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 0 0 5px 5px;
  background: #7B7B7B;
  padding: 20px;
}
.carousel--fleet .uk-margin-medium-left {
  margin-left: 30px !important;
}
.carousel--fleet_info {
  color: #ffffff;
  font-size: 14px;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-around;
  min-width: max-content;
}
.carousel--fleet_info > div:nth-child(2) span {
  white-space: nowrap;
  max-width: 95%;
  overflow: hidden;
}
.carousel--fleet_button {
  height: 56px;
  min-width: 75px;
  width: 76px;
  padding: 7px;
  color: #333333;
  font-size: 14px;
  line-height: normal;
  margin-top: 5px;
  font-weight: 600;
}
.carousel--fleet .duration {
  position: relative;
}
.carousel--fleet .duration::after {
  content: url(/images/icons/Duration.svg);
  position: absolute;
  right: -20px;
  top: 0;
  margin: auto;
  bottom: 0;
  height: 30px;
  width: 11px;
}
.carousel--fleet .info span {
  padding: 5px 0;
  display: block;
  letter-spacing: 1px;
}
.carousel--fleet .boat-info {
  background: #5F5F5F;
}
.carousel--fleet strong {
  font-weight: bold;
  font-size: 15px;
  color: #f5d88f;
}
.carousel--fleet strong + span {
  color: #f5d78f;
}
.carousel--fleet > div:nth-child(2) .info {
  width: 150px;
  margin-right: -50px;
}
.carousel--fleet hr::after {
  border-top-color: #dcbb6a;
}
.carousel--fleet .uk-card-media-top {
  text-align: center;
}
.carousel--fleet .image {
  height: 225px;
  width: 100%;
  object-fit: cover;
  display: block;
  background: darkgray;
}
.carousel--fleet .button-more {
  font-size: 16px;
}
.carousel--fleet .button-more svg {
  width: 30px;
  height: 20px;
}
.carousel--fleet a.uk-slidenav {
  top: 40%;
}
@media (max-width: 790px) {
  .carousel--fleet_info > div:last-child {
    display: block;
    width: 100%;
    text-align: center;
  }
  .carousel--fleet .carousel--fleet_button {
    width: 100%;
    height: 38px;
  }
}

.carousel--offer {
  position: relative;
  background-color: #5F5F5F;
  color: #fff;
}
.carousel--offer .offer_heading {
  font-size: 24px;
  font-weight: 100;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.carousel--offer li.offer {
  min-height: 330px;
}
.carousel--offer img.icon {
  width: 50px;
  height: 40px;
  text-align: center;
  object-fit: contain;
}
.carousel--offer .uk-list {
  font-size: 14px;
}
.carousel--offer strong {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
}
.carousel--offer_description {
  font-size: 14px;
}
.carousel--offer .uk-slider-number {
  font-size: 24px;
  color: #dcbb6a;
}
@media (max-width: 1199px) {
  .carousel--offer .offer_heading {
    margin-top: 50px;
  }
}

.two-carousels {
  position: relative;
}
.two-carousels ul.uk-slider-nav {
  transform: translateY(-20px);
}
.two-carousels .uk-slider {
  border-radius: 0;
}
.two-carousels .testimonials {
  position: relative;
}
.two-carousels .testimonials li {
  background: #F9F2E3;
}
.two-carousels .testimonials .background-layer .uk-slider:after {
  content: url(/images/backgrounds/message-circle.svg);
  display: block;
  z-index: 1;
  position: absolute;
  right: 30px;
  top: -25px;
}
.two-carousels .testimonials .background-layer:before {
  background: rgba(255, 255, 255, 0.3);
  top: 15px;
}
.two-carousels .testimonials_info {
  height: 30px;
  margin-top: 0px;
}
.two-carousels .testimonials_description {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}
.two-carousels .news .background-layer:before {
  background: rgba(0, 0, 0, 0.1);
  top: 15px;
}
.two-carousels .news img {
  width: 100%;
  height: 100%;
  height: 265px;
  object-fit: cover;
}
.two-carousels .news .uk-button {
  padding: 0 15px;
}
.two-carousels .news_date {
  color: #d6d6d6;
  font-size: 15px;
}
.two-carousels .news_title {
  margin-top: 10px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.accordion-gallery-wrap {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  max-width: 100%;
  height: 500px;
}
.accordion-gallery-wrap .item {
  position: relative;
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.8s ease;
}
.accordion-gallery-wrap .item .details-on-hover {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  width: 0;
  opacity: 0;
  padding: 1rem 3rem;
  margin: auto;
  transition: all 0.8s ease;
  z-index: 1000;
}
@media screen and (min-width: 1620px) {
  .accordion-gallery-wrap .item .details-on-hover {
    padding: 1rem 8rem;
  }
}
.accordion-gallery-wrap .item:after {
  content: attr(data-name);
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}
.accordion-gallery-wrap .item:before {
  top: 0;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
  opacity: 0;
}
.accordion-gallery-wrap .item img.icon {
  width: 2rem;
  height: 1.7rem;
}
.accordion-gallery-wrap .item a img {
  min-width: 100%;
  object-fit: cover;
  height: 100%;
}
.accordion-gallery-wrap .item:hover {
  flex: 5;
}
.accordion-gallery-wrap .item:hover .details-on-hover {
  width: 100%;
  opacity: 1;
}
.accordion-gallery-wrap .item:hover:before {
  opacity: 1;
}
.accordion-gallery-wrap .item:hover:after {
  content: "";
}

.accordion {
  /*Define Accordion box*/
  width: 830px;
  overflow: hidden;
  margin: 50px auto 10px;
  color: #474747;
  background: #414141;
  padding: 10px;
  /*On mouse over open slide*/
}
.accordion section {
  float: left;
  overflow: hidden;
  color: #333;
  cursor: pointer;
  background: #333;
  margin: 3px;
}
.accordion section:hover {
  background: #444;
}
.accordion section:after {
  position: relative;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.accordion section h2 a {
  padding: 8px 10px;
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #eee;
  text-decoration: none;
}
.accordion section p {
  display: none;
}
.accordion section:nth-child(1):after {
  content: "1";
}
.accordion section:nth-child(2):after {
  content: "2";
}
.accordion section:nth-child(3):after {
  content: "3";
}
.accordion section:nth-child(4):after {
  content: "4";
}
.accordion section:nth-child(5):after {
  content: "5";
}
.accordion section.active {
  background: #FFF;
  padding: 10px;
}
.accordion section.active:hover {
  background: #FFF;
}
.accordion section.active h2 {
  width: 100%;
}
.accordion section.active h2 a {
  color: #333;
  padding: 0;
}
.accordion section.active p {
  display: block;
}
.accordion.horizontal section {
  width: 5%;
  height: 250px;
  -moz-transition: width 0.2s ease-out;
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.accordion.horizontal section:after {
  top: 140px;
  left: 15px;
}
.accordion.horizontal section h2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 240px;
  position: relative;
  left: -100px;
  top: 85px;
}
.accordion.horizontal .active {
  width: 73%;
  height: 230px;
}
.accordion.horizontal .active h2 {
  top: 0px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

ul.horizontal.uk-accordion {
  background: #333;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-around;
  align-items: baseline;
  margin-bottom: 0;
}
ul.horizontal.uk-accordion > li {
  height: 430px;
  padding: 0px;
  border: 1px solid;
  margin: auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  border: 0;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
}
ul.horizontal.uk-accordion img:not(.icon) {
  height: 430px;
  transition: all ease-in-out 0.3s;
  object-fit: cover;
}
ul.horizontal.uk-accordion .uk-accordion-title .uk-position-cover {
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.85), transparent);
  color: #fff;
  padding: 60px 20px;
}
ul.horizontal.uk-accordion .uk-accordion-title::before {
  content: none;
}
ul.horizontal.uk-accordion .uk-accordion-content .uk-position-cover {
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.85), transparent);
}
ul.horizontal.uk-accordion .uk-card-content {
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 3s ease-in-out;
  margin: auto;
}
ul.horizontal.uk-accordion .uk-button {
  height: 35px;
  line-height: 32px;
  min-width: 150px;
  font-size: 11px;
}
ul.horizontal.uk-accordion .uk-button img.icon {
  width: 20px;
  height: 20px;
}
ul.horizontal.uk-accordion .uk-button:hover {
  background: #fff;
  color: #333;
}
ul.horizontal.uk-accordion li.uk-open {
  transition: all ease-in-out 0.3s;
  min-width: 65%;
  position: relative;
}
ul.horizontal.uk-accordion li.uk-open:before {
  content: "";
  border-style: solid;
  border-width: 25px 25px 10px 25px;
  border-color: #333 rgba(221, 67, 151, 0) transparent transparent;
  position: absolute;
  z-index: 2;
}
ul.horizontal.uk-accordion li.uk-open .uk-card-content {
  width: 75%;
  opacity: 1;
}
ul.horizontal.uk-accordion li.uk-open > a {
  display: none;
  height: 0;
}

.new-horizontal .accordion {
  all: unset;
  max-width: 100vw;
  background: rgba(0, 0, 0, 0.1);
  height: 400px;
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  margin-bottom: 80px;
  position: relative;
}
.new-horizontal .accordion:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background: white;
  bottom: -80px;
}
.new-horizontal .box {
  position: relative;
  height: 100%;
  flex: 1;
  background-position: left;
  background-size: cover;
  transition: 0.7s;
  transition: 1s;
  overflow: hidden;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
}
.new-horizontal .box:hover, .new-horizontal .box.active {
  flex: 7;
  height: 400px;
}
.new-horizontal .box:hover .uk-button, .new-horizontal .box.active .uk-button {
  /* background: #fff;
  color: #333;*/
}
.new-horizontal .box:hover .uk-button .icon, .new-horizontal .box.active .uk-button .icon {
  vertical-align: top;
  width: 20px;
  height: 30px;
}
.new-horizontal ul.uk-list img.icon {
  width: 50px;
  height: 40px;
  text-align: center;
  object-fit: contain;
}
.new-horizontal .accordion:has(.box:hover) .box.active {
  height: 100%;
  flex: 1;
}
.new-horizontal .accordion:has(.box:hover) .box.active .text {
  opacity: 0;
}
.new-horizontal .accordion:has(.box:hover) .box.active .title {
  opacity: 1;
}
.new-horizontal .accordion:has(.box:hover) .box.active:hover {
  flex: 7 !important;
  height: 400px !important;
}
.new-horizontal .accordion:has(.box:hover) .box.active:hover .text {
  opacity: 1;
  transition: 1s;
}
.new-horizontal .text {
  transition: 0.3s;
  opacity: 0;
  color: #fff;
}
.new-horizontal .title {
  text-orientation: sideways;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: inherit;
  padding: 45px 30px;
  transform: rotate(-180deg);
  position: relative;
  z-index: 10;
  width: 101%;
  height: 100%;
  background: linear-gradient(181deg, rgba(51, 51, 51, 0.85), transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.new-horizontal .title h3 {
  color: #fff;
  font-size: 20px;
}
.new-horizontal .box.active .text {
  opacity: 1;
}
.new-horizontal .box.active .title {
  opacity: 0;
  position: relative;
  z-index: 0;
}
.new-horizontal .box.active .title:before {
  content: "";
  position: absolute;
  background: linear-gradient(181deg, rgba(51, 51, 51, 0.85), transparent);
  right: 0;
  left: 0;
}
.new-horizontal .box:hover .text {
  opacity: 1;
}
.new-horizontal .box:hover .title {
  opacity: 0 !important;
}
.new-horizontal h2 {
  color: #fff;
}
.new-horizontal .box.active:before {
  content: "";
  border-style: solid;
  border-width: 25px 25px 10px 25px;
  border-color: #333 rgba(221, 67, 151, 0) transparent transparent;
  position: absolute;
  z-index: 2;
  transform: translateX(50%);
  right: 50%;
}
.new-horizontal .uk-card-content {
  min-width: 680px;
}
.new-horizontal .carousel--offer_description {
  max-width: 520px;
}
.new-horizontal .uk-position-cover {
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.85), transparent);
}
.new-horizontal .uk-position-cover .uk-position-bottom-center {
  padding-bottom: 35px;
}
.new-horizontal .uk-button {
  height: 35px;
  line-height: 32px;
  min-width: 150px;
  font-size: 11px;
}
.new-horizontal .uk-button:hover {
  background: #dcbb6a;
  color: #333;
}

.smallscreen-carousel .uk-position-cover {
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.85), transparent);
}
.smallscreen-carousel .uk-card-content {
  width: 75%;
  margin: auto;
  color: #fff;
}
.smallscreen-carousel .uk-button {
  height: 35px;
  line-height: 32px;
  min-width: 150px;
  font-size: 11px;
}
.smallscreen-carousel .uk-button img.icon {
  width: 20px;
  height: 20px;
}
.smallscreen-carousel .uk-button:hover {
  background: #fff;
  color: #333;
}
.smallscreen-carousel .services_image {
  min-height: 440px;
}
.smallscreen-carousel .uk-list img.icon {
  display: none;
}

@media (min-width: 1200px) {
  .two-carousels {
    padding-top: 0px;
  }
}

.why_us {
  padding-bottom: 130px;
}
.why_us:before {
  content: "";
  background: #333;
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-image: url(/images/backgrounds/why-Bg.jpg);
}
.why_us:after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  transform: rotate(20deg);
  animation: helm 3s alternate infinite;
  left: 0px;
  bottom: -10px;
  height: 320px;
  width: 320px;
  background: url(/images/backgrounds/ship_helm.svg);
  background-size: cover;
}
.why_us .uk-card-body {
  padding: 50px 20px;
  margin: 30px 10px;
}

.home-page + footer {
  margin-top: -100px;
}

@keyframes shakedown {
  0% {
    transform: translateX(50%) translateY(0);
  }
  50% {
    transform: translateX(50%) translateY(30px);
  }
  100% {
    transform: translateX(50%) translateY(15px);
  }
}
@keyframes compass {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(60deg);
  }
  100% {
    transform: scale(1) rotate(-100deg);
  }
}
@keyframes helm {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(80deg);
  }
  100% {
    transform: scale(1) rotate(40deg);
  }
}
@media (max-width: 959px) {
  .uk-position-bottom.uk-transition-slide-bottom {
    all: unset !important;
    position: relative !important;
  }
  .ribbon, .schedule_switcher .uk-table tbody tr.table-ribbon::after {
    top: 225px;
  }
}
.uk-lightbox-page:has(.home-page) .uk-lightbox {
  background: rgba(0, 0, 0, 0.7);
}
.uk-lightbox-page:has(.home-page) .uk-lightbox-toolbar {
  max-width: 900px;
  margin: auto;
  margin-top: 10%;
}
.uk-lightbox-page:has(.home-page) .uk-lightbox iframe.uk-responsive-width {
  max-width: 800px !important;
  height: 500px !important;
}

.schedule_filter .uk-form-custom {
  width: 100%;
}
.schedule_filter button {
  width: 100%;
  max-width: 380px;
  height: 50px;
  text-align: left;
  font-size: 18px;
  border-radius: 5px;
  position: relative;
  border: solid 1px #d6d6d6;
}
.schedule_filter span.uk-icon {
  position: absolute;
  top: calc(50% - 10px);
  height: 20px;
  width: 20px;
}
.schedule_filter span:not(.uk-icon) {
  width: 100%;
  display: inline-block;
}
.schedule_filter .button-gold {
  border: 2px solid #dcbb6a;
}
.schedule_filter .button-gold:hover {
  color: #dcbb6a !important;
}
.schedule_switcher .uk-subnav-pill > * > :first-child {
  height: 80px;
  padding: 15px 0px 15px 0px;
  background: linear-gradient(to top, #eeeeee, #eeeeee);
  color: #333333;
  text-transform: capitalize;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 0;
  max-width: 280px;
  width: 20vw;
  min-width: 140px;
  white-space: nowrap;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
@media (max-width: 699px) {
  .schedule_switcher .uk-subnav-pill > * > :first-child {
    background: #eeeeee;
  }
}
.schedule_switcher .uk-subnav-pill .uk-active > :first-child {
  background: #dcbb6a;
  color: #fff;
}
.schedule_switcher .uk-switcher {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 700px) {
  .schedule_switcher .uk-switcher {
    margin-top: -20px;
  }
}
.schedule_switcher .uk-switcher:before {
  content: "";
  z-index: -1;
  position: absolute;
  transform: translateX(-50%);
  bottom: -27px;
  width: 100vw;
  height: calc(100% + 21px);
  border-top: 6px solid #dcbb6a;
}
.schedule_switcher .uk-table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
.schedule_switcher .uk-table th {
  padding: 15px 10px;
  text-align: center;
  vertical-align: bottom;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
}
.schedule_switcher .uk-table tbody tr {
  border-top: 0px;
  white-space: nowrap;
}
.schedule_switcher .uk-table tbody tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.schedule_switcher .uk-table tbody tr td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.schedule_switcher .uk-table tbody tr.table-ribbon::after {
  content: "";
  top: unset;
  transform: translate(-6px, -6.5px);
}
.schedule_switcher .uk-table tbody tr.table-ribbon--offer::after {
  -webkit-transform: translate(-6px, -5.5px);
}
.schedule_switcher .uk-table td {
  padding: 12px 10px;
  font-size: 16px;
  background: #fff;
  max-width: 230px;
  white-space: normal;
}
.schedule_switcher .uk-table small {
  font-size: 88%;
}
.schedule_switcher .uk-table .info img {
  display: block;
  max-width: 20px;
  transform: translate(15px, 0px);
  z-index: 5;
  position: relative;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}
.schedule_switcher .uk-table tr:hover .info img {
  opacity: 1;
}
.schedule_switcher .uk-table span.price {
  margin-bottom: 5px;
  display: inline-block;
}
.schedule_switcher .uk-table .button-gold {
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  height: 32px;
  line-height: 28px;
  min-width: 85px;
}
.schedule_switcher .uk-table .button-gold:hover {
  border: 2px black solid;
  background: transparent;
  color: #dcbb6a;
  border: 2px solid;
}

.schedule_filter .uk-button {
  color: #707070;
  text-transform: capitalize;
}

.uk-tooltip.info-tooltip {
  width: 100%;
  max-width: 340px;
  height: 50px;
  line-height: 40px;
  border-radius: 0;
  background: #dcbb6a;
  font-size: 16px;
  cursor: pointer;
}
.uk-tooltip.info-tooltip.uk-active:after {
  border-top: 11px solid #dcbb6a;
  transform: none;
  left: 10px;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #818181 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #818181 transparent;
  top: 20px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #707070;
  text-transform: capitalize;
  width: 100%;
  max-width: 380px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-align: left;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  user-select: none;
  background-color: white;
  border: solid 1px #d6d6d6;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items > div {
  border-radius: 0;
}
.select-items div:not(:last-child) {
  border-bottom: 0;
}
.select-items div:first-child {
  border-radius: 3px 3px 0 0;
}
.select-items div:last-child {
  border-radius: 0 0 5px 5px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #fdf2d6;
}

@media only screen and (max-width: 959px) {
  thead {
    display: none;
  }
  #table-no-resize thead {
    display: none;
  }
  #table-no-resize tbody td {
    border: none !important;
    display: block;
    vertical-align: top;
  }
  #table-no-resize tbody td:before {
    content: attr(data-th) ": ";
    display: inline-block;
    font-weight: bold;
    width: 6.5em;
  }
  #table-no-resize tbody td.bt-hide {
    display: none;
  }
}
/*Dec2022 Updates*/
.full-month:nth-child(odd) .uk-table td {
  background: #eee;
}

.full-month:nth-child(even) .uk-table td {
  background: #333;
  border-color: #333;
  color: #fff;
}

.listing .uk-switcher:before {
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -21px;
  width: 100vw;
  height: calc(100% + 21px);
  background: #272727;
}
.listing .uk-card {
  padding: 4px;
  margin: 20px auto;
}
.listing .fleets-listing .uk-card-media-top img {
  height: 255px;
}
.listing .fleets-listing span.ribbon {
  top: -1px;
  left: -1px;
}
.listing .fleets-listing .uk-container:after {
  content: "";
  background: rgb(220, 187, 106);
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 175px;
  min-height: 400px;
  height: 100%;
  z-index: -1;
}

/* ------------ 
1- boat-Page
2- faqs-Page
------------*/
.boat-page .uk-cover-container {
  max-height: calc(100vh - 80px);
}
.boat-page .page-banner {
  object-fit: cover;
}
@media (min-width: 1200px) {
  .boat-page .page-banner {
    min-height: 600px;
    width: 100%;
  }
}
.boat-page .boat_info {
  position: relative;
  overflow: hidden;
}
.boat-page .boat_info > div {
  position: relative;
}
.boat-page .boat_info:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 200%;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent);
}
.boat-page .boat_info .label-badge {
  background: #dbd8cd;
  font-size: 14px;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
  margin-right: auto;
}
.boat-page .boat_info h1 {
  font-size: 30px;
  color: #dcbb6a;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.boat-page .boat_info-features > div {
  display: flex;
  align-items: center;
}
.boat-page .boat_info-features span {
  font-size: 14px;
  text-transform: uppercase;
}
.boat-page .boat_info-features img + div {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  text-align: left;
  min-width: 50px;
}
@media (max-width: 639px) {
  .boat-page .boat_info-features {
    margin-top: 0;
  }
  .boat-page .boat_info-features > div {
    margin-top: 10px;
    width: 50%;
  }
  .boat-page .boat_info-features img {
    width: 50px;
    height: 50px;
    /*  background: #424242;
    padding: 3px;
    border-radius: 50px;*/
  }
  .boat-page .boat_info-features > div:nth-of-type(3) img, .boat-page .boat_info-features > div:nth-of-type(4) img {
    padding-inline: 5px;
  }
  .boat-page .boat_info-features span, .boat-page .boat_info-features strong {
    font-size: 70%;
    display: block;
  }
  .boat-page .boat_info-features br {
    display: none;
  }
}
@media (max-width: 480px) {
  .boat-page .boat_info-features {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .boat-page .boat_info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: unset;
    padding-bottom: 30px;
  }
  .boat-page .boat_info .boat_info {
    background: #0b7ace;
  }
  .boat-page .boat_info h1 {
    font-size: 36px;
  }
  .boat-page .boat_info .uk-container > div {
    padding: 0;
    margin-left: 0;
  }
}
.boat-page h2 {
  font-size: 30px;
}
.boat-page .check-list li:before {
  top: 3px;
}
.boat-page .overview {
  line-height: 30px;
}
.boat-page .buttons .uk-button {
  line-height: 50px;
  height: 50px;
  border-radius: 0;
  font-size: 14px;
  min-width: 100%;
  margin: 5px 0;
  text-transform: capitalize;
}
.boat-page .buttons .uk-button span {
  padding-left: 5px;
}
.boat-page .buttons .uk-button:hover {
  background: #fff;
}
.boat-page .buttons .button-schedule {
  background: #dcbb6a;
  border: 1px solid #dcbb6a;
  color: #333333;
}
.boat-page .buttons .button-schedule:hover {
  color: #dcbb6a;
  border: 1px solid #333;
}
.boat-page .buttons .button-inquire {
  background: #333333;
  border: 1px solid #333;
  color: #dcbb6a;
}
.boat-page .buttons .button-inquire:hover {
  color: #333333;
}
.boat-page .buttons .button-brochure {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #333;
}
.boat-page .buttons .button-brochure:hover {
  color: #333333;
  border: 1px solid #333;
}
.boat-page .buttons .button-tour {
  border: 1px solid #e2e2e2;
  color: #333;
}
.boat-page .buttons .button-tour svg {
  color: #dcbb6a;
}
.boat-page .buttons .button-tour:hover {
  color: #333333;
  border: 1px solid #333;
}
.boat-page .boat-gallery {
  padding-bottom: 60px;
}
.boat-page .boat-gallery h3 {
  font-size: 30px;
}
.boat-page .boat-gallery svg {
  color: #dcbb6a;
}
.boat-page .boat-gallery img.image {
  max-height: 500px;
  width: 100%;
  padding: 0 10px;
  object-fit: cover;
}
.boat-page .boat-gallery .uk-panel {
  font-size: 24px;
  color: #000;
  line-height: 25px;
}
.boat-page .boat-gallery:before {
  content: "";
  background-color: #dcbb6a;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 150px;
  min-height: 100%;
  height: 100%;
  background-image: url(/images/backgrounds/palmLeaf2.jpg);
  background-size: cover;
}
.boat-page .comfortable-cabins {
  padding: 50px 0;
}
.boat-page .comfortable-cabins h3 {
  font-size: 30px;
  padding-left: 0;
}
.boat-page .comfortable-cabins .features span {
  font-size: 14px;
  margin-top: 10px;
}
.boat-page .comfortable-cabins .uk-slider .uk-card {
  margin: 20px 0;
}
.boat-page .comfortable-cabins .uk-slider h4 {
  transform: translate(0px, 0px);
  margin-right: 10px;
}
.boat-page .comfortable-cabins .uk-slider b {
  font-size: 36px;
  transform: translate(0px, 6px);
  display: inline-block;
}
.boat-page .comfortable-cabins .uk-slider .uk-flex, .boat-page .comfortable-cabins .uk-slider .uk-flex h4 {
  color: #fff;
}
.boat-page .comfortable-cabins .cabin-content {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: rgba(84, 86, 86, 0.85);
  bottom: 0;
  padding: 15px 40px;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.boat-page .comfortable-cabins .cabin:hover {
  transition: all 0.3s ease-in-out;
}
.boat-page .comfortable-cabins .cabin:hover .bg-gray {
  background: #dcbb78 !important;
  color: #333 !important;
}
.boat-page .comfortable-cabins .cabin:hover h4 {
  color: #333 !important;
}
.boat-page .comfortable-cabins .cabin:hover .cabin-content {
  top: 0%;
  transition: all 0.3s ease-in-out;
}
.boat-page .accommodation {
  color: #fff;
  overflow: hidden;
  background: linear-gradient(90deg, #4a4a4a 50%, #dcbb6a 50%);
}
.boat-page .accommodation h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}
.boat-page .accommodation li {
  border-bottom: 1px solid rgba(232, 232, 232, 0.2);
}
.boat-page .accommodation li dt {
  font-weight: normal;
  line-height: 27px;
}
.boat-page .accommodation .text-gray li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 959px) {
  .boat-page .accommodation {
    background: none;
  }
  .boat-page .accommodation .uk-grid-margin {
    margin-top: 0px;
  }
  .boat-page .accommodation .uk-grid-margin div {
    border-top: 1px dashed #fff;
  }
  .boat-page .accommodation .uk-grid > div:first-child .uk-padding {
    background: #dcbb6a;
  }
  .boat-page .accommodation .uk-grid > div:first-child .uk-padding h3, .boat-page .accommodation .uk-grid > div:first-child .uk-padding .uk-list {
    color: #4a4a4a !important;
  }
  .boat-page .accommodation .uk-grid > div:last-child .uk-padding {
    background: #4a4a4a;
  }
  .boat-page .accommodation .uk-grid > div:last-child .uk-padding .text-gray {
    color: #fff !important;
  }
}
@media (min-width: 992px) {
  .boat-page .accommodation::before {
    content: "";
    background-image: url(/images/backgrounds/Boat_Amenities.svg);
    width: 400px;
    height: 300px;
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: -3vw;
    background-repeat: no-repeat;
  }
  .boat-page .accommodation::after {
    content: "";
    background-image: url(/images/backgrounds/Food__Beverage.svg);
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 1;
    bottom: -50px;
    right: 0vw;
    background-repeat: no-repeat;
  }
}
.boat-page .upcoming-cruises {
  position: relative;
}
.boat-page .upcoming-cruises .schedule_switcher .uk-table td {
  background: #eee;
}
.boat-page .upcoming-cruises:before {
  content: "";
  background: linear-gradient(180deg, #ffffff 40%, rgba(255, 255, 255, 0.2));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.boat-page .upcoming-cruises h3 {
  font-size: 30px;
}
.boat-page .indetails {
  background-image: url("/images/backgrounds/boat_details.jpg");
  color: #333;
  min-height: 380px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.boat-page .indetails::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
}
.boat-page .indetails .uk-tab-left::before {
  border-left: 1px solid rgba(232, 232, 232, 0.02);
}
.boat-page .indetails h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}
.boat-page .indetails .uk-nav-default > li > a {
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
}
.boat-page .indetails .uk-nav-default > li.uk-active > a {
  color: #CE9815;
  border: none;
}
.boat-page .indetails ul.uk-tab li {
  width: 95%;
}
.boat-page .indetails ul.uk-tab li.uk-active {
  width: 100%;
  border-bottom: 1px solid rgb(220, 187, 106);
}
.boat-page .indetails .uk-list li {
  border-bottom: 1px solid rgba(232, 232, 232, 0.2);
  padding-bottom: 6px;
}
.boat-page .indetails .uk-list li dl > * {
  padding: 0 5px;
}
.boat-page .indetails .uk-list li dt {
  font-weight: normal;
  line-height: 27px;
  width: 50%;
}
.boat-page .indetails .uk-list li dd {
  width: 50%;
}
.boat-page .indetails .uk-list:not(.uk-tab) li {
  margin-top: 10px;
  border: 0;
  border-bottom: 1px solid rgba(232, 232, 232, 0.2);
}
.boat-page .indetails img.uk-border-rounded {
  border-radius: 15px;
  margin: auto;
  display: block;
}
.boat-page .indetails-content {
  border: 1px solid #dcbb6a;
}
@media (max-width: 959px) {
  .boat-page .indetails-content {
    margin-left: 30px;
  }
}
.boat-page .indetails-content > div {
  overflow: hidden;
  padding: 40px 40px 40px 0px;
}
.boat-page fieldset.uk-fieldset .uk-button:hover {
  color: #333;
}

.schedule_switcher .uk-overflow-auto {
  padding: 0px 5px;
}
.schedule_switcher .uk-table {
  position: relative;
}
.schedule_switcher .uk-table tbody tr.table-ribbon::after {
  transform: translate(-6px, -5.5px);
}
.schedule_switcher th {
  color: #333333 !important;
}
.schedule_switcher tbody tr td:first-child {
  border-left: 1px solid #dbdbdb;
}
.schedule_switcher tbody tr td:last-child {
  border-right: 1px solid #dbdbdb;
}
.schedule_switcher .uk-table td {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.schedule_switcher .uk-table td strong {
  display: none;
}
.schedule_switcher .schedule_button {
  background-color: #dcbb6a;
  color: #fff;
}
.schedule_switcher .schedule_button:hover {
  background-color: #fff;
  color: #dcbb6a;
}

@media (max-width: 959px) {
  .uk-table.uk-table-responsive tbody tr {
    border: 1px solid #dcbb6a;
    border-radius: 5px 25px 25px;
    margin: 21px auto;
    max-width: 400px;
    box-shadow: 6px 6px 10px 0px rgba(160, 160, 160, 0.4);
    position: relative;
    background: #333;
    padding-top: 40px;
  }
  .uk-table.uk-table-responsive tbody tr td:first-child {
    border: 1px solid #fff !important;
  }
  .uk-table.uk-table-responsive td {
    border-bottom: 1px solid transparent !important;
    display: flex !important;
    padding: 10px 30px !important;
    justify-content: space-between;
    align-items: center;
  }
  .uk-table.uk-table-responsive td.info {
    text-transform: capitalize;
  }
  .uk-table.uk-table-responsive td:last-child {
    align-items: unset;
  }
  .uk-table.uk-table-responsive td strong {
    display: inline;
  }
  .uk-table.uk-table-responsive span.price {
    text-align: right;
    display: block;
  }
  .uk-table.uk-table-responsive tr .info img {
    margin: 0 20px;
    opacity: 1;
    right: 0;
    transform: translate(0px, 0px);
  }
  .uk-table.uk-table-responsive .uk-visible\@m {
    display: none !important;
  }
  .uk-table.uk-table-responsive tbody tr.table-ribbon::after {
    top: 0;
    transform: translate(-6.5px, -5.5px);
  }
  .uk-table.uk-table-responsive a.uk-button.button-gold {
    width: 50vw;
    max-width: 280px;
  }
}
@media (min-width: 1200px) {
  .uk-overflow-auto {
    overflow: unset;
  }
  .schedule_switcher .uk-table td {
    padding: 12px 6px;
  }
}
.faqs-page .uk-cover-container {
  max-height: calc(100vh - 80px);
}
.faqs-page a.uk-button.button-gold {
  font-size: 14px;
  color: #333;
}
.faqs-page a.uk-button.button-gold svg {
  vertical-align: unset;
}
.faqs-page a.uk-button.button-gold:hover {
  color: #dcbb6a;
}
.faqs-page .page-banner {
  object-fit: cover;
}
@media (min-width: 1200px) {
  .faqs-page .page-banner {
    min-height: 600px;
    width: 100%;
  }
}
.faqs-page .in_details {
  background-image: url("/images/backgrounds/faqs.jpg");
  color: #fff;
  min-height: 380px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.faqs-page .in_details::before {
  content: "";
  /*background-color: rgba(39, 39, 39, 0);*/
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
}
.faqs-page .in_details .uk-tab-left::before {
  border-left: 1px solid rgba(232, 232, 232, 0.02);
}
.faqs-page .in_details h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}
.faqs-page .in_details .uk-nav-default > li > a {
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
}
.faqs-page .in_details .uk-nav-default > li.uk-active > a {
  color: #dcbb6a;
  border: none;
}
.faqs-page .in_details ul.uk-tab li {
  width: 95%;
}
.faqs-page .in_details ul.uk-tab li.uk-active {
  width: 100%;
  border-bottom: 1px solid rgb(220, 187, 106);
}
.faqs-page .in_details .uk-list li {
  border-bottom: 1px solid;
  padding-bottom: 6px;
  border-color: rgba(84, 86, 86, 0.1);
}
.faqs-page .in_details .uk-list li dl > * {
  padding: 0 5px;
}
.faqs-page .in_details .uk-list li dt {
  font-weight: normal;
  line-height: 27px;
  width: 50%;
}
.faqs-page .in_details .uk-list li dd {
  width: 50%;
}
.faqs-page .in_details .uk-list:not(.uk-tab) li {
  margin-top: 10px;
  border: 0;
  border-bottom: 1px solid rgba(232, 232, 232, 0.2);
}
.faqs-page .in_details img.uk-border-rounded {
  border-radius: 15px;
  margin: auto;
  display: block;
}
@media (max-width: 959px) {
  .faqs-page .in_details-content {
    margin-left: 30px;
  }
}
.faqs-page .in_details-content > div {
  overflow: hidden;
  padding: 40px 40px 40px 0px;
}
.faqs-page .in_details .uk-accordion-title:before {
  background-image: url(/images/icons/accordion/open-white.svg);
  background-size: cover;
  filter: invert(1);
  width: 20px;
  height: 20px;
}
.faqs-page .in_details .uk-accordion li {
  padding: 30px 35px;
  border: 1px solid #545656;
}
.faqs-page .in_details .uk-accordion li.uk-open {
  border: 1px solid #dcbb6a;
}
.faqs-page .in_details .uk-accordion li.uk-open .uk-accordion-title {
  color: #dcbb6a;
}
.faqs-page .in_details .uk-accordion .uk-open > .uk-accordion-title::before {
  background-image: url(/images/icons/accordion/close-gold.svg);
  filter: unset;
}
.faqs-page .in_details .uk-accordion p {
  color: #333;
}
@media (min-width: 1200px) {
  .faqs-page .in_details ul.uk-tab.uk-tab-left {
    padding-top: 40px;
  }
  .faqs-page .in_details .in_details-content {
    padding-left: 10px;
  }
}

.itineraries .mini-banner {
  min-height: 300px;
}
.itineraries .mini-banner img.background {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.itineraries .page-header p {
  line-height: 28px;
}
.itineraries .button-gold {
  background-color: #dcbb6a;
  color: #000;
  height: 50px;
  min-width: 100px;
  line-height: 50px;
  font-size: 14px;
  text-transform: capitalize;
}
.itineraries .button-gold svg {
  margin-right: 5px;
  vertical-align: text-top;
}
.itineraries .button-gold:hover {
  background-color: #fff;
  color: #dcbb6a;
}
.itineraries .itineraries-listing {
  position: relative;
  background-color: #F8F8F8;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.itineraries .itineraries-listing .uk-subnav-pill > * > :first-child {
  font-size: 14px;
  height: 50px;
  line-height: 42px;
  min-width: 100px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  color: #707070;
  background: #fff;
}
.itineraries .itineraries-listing .uk-subnav-pill > * > :first-child:hover {
  color: #fff;
  background: #dcbb6a;
}
.itineraries .itineraries-listing .uk-subnav-pill > .uk-active > a {
  border: solid 1px #dcbb6a;
  background: none;
  background-color: #dcbb6a;
  color: #fff;
}
.itineraries .itineraries-listing .uk-subnav-pill > .uk-active > a:hover {
  color: #fff;
  background: #dcbb6a;
}
.itineraries .itineraries-listing ul.uk-switcher {
  max-height: 720px;
  overflow-y: auto;
}
.itineraries .itineraries-listing .uk-card {
  border: 1px solid #707070;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.itineraries .itineraries-listing .uk-card-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.itineraries .itineraries-listing .uk-card .image {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.itineraries .itineraries-listing .uk-card .card-body {
  padding: 20px 20px;
  text-align: left;
  position: relative;
}
.itineraries .itineraries-listing .uk-card span {
  transition: all 0.3s ease-in-out;
  color: #707070;
}
.itineraries .itineraries-listing .uk-card a:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
}
.itineraries .itineraries-listing .uk-card a:hover span {
  color: #dcbb6a;
}
.itineraries .itineraries-listing .uk-card svg {
  color: #dcbb6a;
}
.itineraries .itineraries-listing .uk-card:hover {
  border-color: #fff;
  background: #dcbb6a;
}
.itineraries .itineraries-listing .uk-card:hover .card-body * {
  color: #fff !important;
}
@media (max-width: 639px) {
  .itineraries .itineraries-listing .uk-card-title {
    margin-top: 10px;
  }
  .itineraries .itineraries-listing .uk-card .image {
    min-height: 120px;
    max-height: 150px;
    height: auto;
  }
  .itineraries .itineraries-listing .uk-card-media-left {
    border-top: 1px solid #727272;
  }
  .itineraries .itineraries-listing .card-body {
    border-top: 1px solid #707070;
    margin-top: 0;
  }
  .itineraries .itineraries-listing .read_more_btn {
    display: block;
    border: 1px solid #dcae4e;
    padding: 10px 15px;
    margin-top: 10px;
  }
  .itineraries .itineraries-listing .read_more_btn span {
    color: #dcbb6a;
  }
}

.itinerary_details .mini-banner .uk-overlay {
  padding-top: 6%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) -35%, transparent);
}
.itinerary_details .mini-banner h1 {
  font-size: 36px;
}
@media (max-width: 640px) {
  .itinerary_details .mini-banner h1 {
    font-size: 30px;
  }
}
.itinerary_details .mini-banner .button-gold:hover {
  background-color: transparent;
}
.itinerary_details .page-header p {
  line-height: 28px;
}
.itinerary_details .page-header strong {
  color: #000;
  font-size: 15px;
  display: block;
}
@media (min-width: 920px) {
  .itinerary_details .page-header strong {
    margin-top: -40px;
  }
}
.itinerary_details .page-header .uk-list li:before {
  content: url(/images/icons/circle_true.svg);
  vertical-align: middle;
  margin-inline: 10px;
}
.itinerary_details .select-itinerary {
  background: rgba(112, 112, 112, 0.1);
  color: #000000;
  height: 50px;
  padding: 0 20px;
  border-radius: 0;
  font-size: 15px;
  text-transform: capitalize;
  border: 1px solid rgba(112, 112, 112, 0.1);
}
.itinerary_details .map_area {
  min-height: 680px;
  overflow: hidden;
}
.itinerary_details .map_area ::-webkit-scrollbar {
  padding: 20px 0;
  width: 4px;
}
.itinerary_details .map_area ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.itinerary_details .map_area ::-webkit-scrollbar-thumb {
  background: #888;
}
.itinerary_details .map_area ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.itinerary_details .accordion {
  top: 0;
  bottom: 0;
  height: 100%;
  max-height: 600px;
  margin-block: 40px;
  overflow: hidden scroll;
  position: absolute !important;
  padding-left: 80px;
}
.itinerary_details iframe, .itinerary_details .iframe {
  min-height: inherit;
}
@media (min-width: 920px) {
  .itinerary_details iframe, .itinerary_details .iframe {
    min-height: inherit;
  }
}
.itinerary_details .uk-accordion {
  width: 570px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 920px) {
  .itinerary_details .uk-accordion {
    margin-left: unset;
  }
}
.itinerary_details .uk-accordion-content {
  margin-top: 0px;
  background-color: #333;
  line-height: 24px;
  padding: 25px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 14px;
}
.itinerary_details .uk-accordion-content img {
  height: 320px;
}
.itinerary_details .uk-accordion > :nth-child(n+2) {
  margin-top: 3px;
}
.itinerary_details .uk-accordion li > a.uk-accordion-title {
  background: #272727;
  line-height: 50px;
  color: white;
  padding: 0px 20px;
  position: relative;
}
.itinerary_details .uk-accordion .uk-accordion-title::before {
  content: none;
}
.itinerary_details .uk-accordion svg {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 30px;
}
.itinerary_details .uk-accordion li.uk-open > a.uk-accordion-title {
  background: #dcbb6a;
  color: #333;
}
.itinerary_details .uk-accordion li.uk-open > a.uk-accordion-title svg {
  color: #333;
  transform: scaleY(-1);
}
.itinerary_details .itinerary_listing {
  background-color: #272727;
}
.itinerary_details .itinerary_listing-header img {
  width: 48px;
  height: 48px;
  vertical-align: unset;
  margin-right: 20px;
}
.itinerary_details .itinerary_listing-header span {
  font-size: 24px;
  display: inline-block;
  font-weight: 300;
}
.itinerary_details .itinerary_listing-header p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
.itinerary_details .itinerary_listing-body > div {
  margin-bottom: 25px;
}
.itinerary_details .itinerary_listing-body span.day {
  background: #dcbb6a;
  padding: 16px;
  width: 95px;
  height: 55px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  border-radius: 7px;
  position: relative;
}
.itinerary_details .itinerary_listing-body .details {
  background: rgba(0, 0, 0, 0.2);
  height: 150px;
  padding: 30px;
  color: #fff;
  border-radius: 5px;
}
.itinerary_details .itinerary_listing-body > div:nth-child(even) .details {
  background: transparent;
}
.itinerary_details .itinerary_listing-body::before {
  content: "";
  border: 1px solid #dcbb6a;
  height: auto;
  position: absolute;
  top: 150px;
  bottom: 80px;
  left: 45px;
  z-index: 0;
}
@media (max-width: 640px) {
  .itinerary_details .itinerary_listing .itinerary_listing-body span {
    transform: translate(0px, 50px);
    border-bottom-left-radius: 0 !important;
  }
  .itinerary_details .itinerary_listing .itinerary_listing-body::before {
    content: none;
  }
  .itinerary_details .itinerary_listing .itinerary_listing-body div:nth-child(even) .details {
    background: rgba(0, 0, 0, 0.2);
  }
}
.itinerary_details .switcher {
  background: url(/images/backgrounds/itinerary_details-bg.jpg);
}
.itinerary_details .switcher .uk-slider {
  max-width: 88%;
  margin: auto;
}
.itinerary_details .switcher .uk-slideshow {
  max-height: 400px;
  max-width: 600px;
  margin: auto;
}
.itinerary_details .switcher a.uk-slidenav {
  background: rgba(51, 51, 51, 0.1);
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 25px;
  margin: 16px auto;
  color: #000;
}
.itinerary_details .switcher .uk-subnav > * {
  padding: 0 8px;
}
.itinerary_details .switcher .uk-slider-container {
  height: 80px;
  width: 97%;
  margin: auto;
}
.itinerary_details .switcher .uk-subnav-pill > * > :first-child {
  width: 220px;
  font-size: 14px;
  text-align: center;
  color: #333;
  border: 1px solid rgba(51, 51, 51, 0.15);
  padding: 25px 10px;
  margin: 5px 0;
  background-color: #fff;
}
.itinerary_details .switcher .uk-dotnav > .uk-active > a {
  height: 15px;
  width: 15px;
  transform: translate(0px, -3px);
}
.itinerary_details .switcher .uk-subnav-pill > .uk-active:has([aria-expanded=true]) > :first-child {
  border-color: #dcbb6a;
  color: #dcbb6a;
  background: #fff;
}
.itinerary_details .switcher .paragraphs {
  margin-top: -5px;
  line-height: 28px;
  max-height: 335px;
  overflow: auto;
  padding-right: 10px;
  color: #000;
}
.itinerary_details .switcher ::-webkit-scrollbar {
  width: 3px;
}
.itinerary_details .switcher ::-webkit-scrollbar-thumb {
  background: rgba(220, 187, 106, 0.8);
  border-radius: 2px;
}
.itinerary_details .switcher ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.3);
  border-radius: 2px;
}
.itinerary_details .switcher .map {
  height: 326px;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 326px;
  top: 265px;
  top: 292px;
  right: 0;
  left: 0;
}
.itinerary_details .switcher .map .button {
  width: 100%;
  text-align: center;
  color: black;
  position: relative;
  height: 34px;
  padding: 8px;
  border: none;
  background: none;
  cursor: pointer;
}
.itinerary_details .switcher .map svg {
  color: #dcbb6a;
}
.itinerary_details .switcher .map .button:before {
  content: "";
  filter: drop-shadow(2px 4px 6px black);
  top: 0px;
  background-image: url(/images/itineraries/map_open.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 34px;
  width: 100%;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
}
.itinerary_details .switcher .map.show {
  top: 5px;
}
.itinerary_details .switcher .map.show svg {
  transform: rotate(180deg);
}
.itinerary_details .switcher strong {
  z-index: 1;
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
.itinerary_details .uk-slideshow-nav.uk-dotnav:before {
  content: "";
  opacity: 0.85;
  top: 0px;
  background-image: url(/images/itineraries/map_open.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 34px;
  width: 100%;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
}
.itinerary_details .uk-dotnav {
  margin-top: -34px !important;
}
.itinerary_details .uk-dotnav > li > a {
  position: relative;
}

.tiles {
  background: #f8f8f8;
}
.tiles img {
  height: fit-content;
  object-fit: cover;
  max-height: 100vh;
  width: 100%;
  max-width: 959px;
  margin: auto;
  display: block;
}
@media (max-width: 1199px) {
  .tiles .tile-image:nth-of-type(2) {
    order: -1;
  }
  .tiles .tile-image img {
    max-height: 260px;
  }
}

.uk-tile ul li {
  line-height: 28px;
}
@media (max-width: 1400px) {
  .uk-tile {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.maintaining-yacht {
  position: relative;
  background: url(/images/backgrounds/Maintaining_Yacht.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.maintaining-yacht h2 {
  font-size: 30px;
}
.maintaining-yacht .check-list li:before {
  top: 2px;
}

.yachts-carousel {
  position: relative;
}
.yachts-carousel .uk-card-body img {
  height: 32px;
  margin-inline: 10px;
}
.yachts-carousel .uk-card-body .details {
  position: relative;
}
.yachts-carousel .uk-card-body .details:before {
  content: "";
  position: absolute;
  right: 50%;
  height: 100%;
  width: 1px;
  background: rgba(112, 112, 112, 0.2);
}
.yachts-carousel dl {
  margin-top: 0;
}
.yachts-carousel dt {
  color: #858585;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
}
.yachts-carousel--projects:before {
  content: "";
  position: absolute;
  background-image: url(/images/backgrounds/yacht--projects-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 400px;
  bottom: 0;
}
.yachts-carousel--projects dd {
  color: #333333;
}
.yachts-carousel--sales h4 {
  font-size: 18px;
  padding: 15px 4px;
}
.yachts-carousel--sales dd {
  color: #fff;
}
.yachts-carousel--sales .download-button {
  width: 180px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: -40px;
  padding: 0 10px;
  border-bottom: 1px solid #444;
  transition: all 0.3s ease-in-out;
}
.yachts-carousel--sales .download-button svg {
  margin-top: -4px;
}
.yachts-carousel--sales .uk-card:hover .download-button {
  bottom: 0px;
}
.yachts-carousel .uk-card-media-top img {
  height: 220px;
  width: 100%;
}
.yachts-carousel p {
  min-height: 42px;
}
.yachts-carousel ul.uk-slider-items {
  padding: 0px 5px;
}
.yachts-carousel li.uk-active {
  margin: 0 5px 0;
}
.yachts-carousel .ribbon, .yachts-carousel .schedule_switcher .uk-table tbody tr.table-ribbon::after, .schedule_switcher .uk-table tbody .yachts-carousel tr.table-ribbon::after {
  top: -5px;
  left: -4.5px;
}
.yachts-carousel .uk-card-body {
  padding: 15px 8px;
}

.cruises-page img.info {
  width: 32px;
  vertical-align: super;
  margin-right: 21px;
}
.cruises-page .banner_content * {
  text-shadow: none;
}
.cruises-page .banner .slider-title {
  font-weight: 100;
  font-size: 54px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #b78d56;
  text-transform: uppercase;
}
.cruises-page .banner img + h2.slider-title {
  margin-top: -22px;
  min-height: 40px;
}
.cruises-page .banner a {
  text-decoration: 1.5px underline;
}
.cruises-page .banner li > div {
  position: relative;
}
.cruises-page .banner li > div:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(140deg, transparent 55%, rgba(255, 255, 255, 0.8) 70%, #fff 80%);
  /* background: linear-gradient(140deg, transparent 40%, rgba(255, 255, 255, 0.78) 60%, #fff 80%); opacity: .9;*/
}
.cruises-page .banner .banner_content {
  z-index: 1;
}
.cruises-page .banner .banner_img + .uk-position-large {
  max-height: calc(100vh - 280px);
}
.cruises-page .cruises-arrow {
  bottom: 70px;
}
.cruises-page main {
  position: relative;
  margin-bottom: 5px;
}
.cruises-page main blockquote {
  color: rgba(51, 51, 51, 0.6);
  font-weight: 200;
  font-size: 20px;
  padding: 0 10px;
  position: relative;
}
.cruises-page main blockquote:before {
  content: "";
  background: no-repeat center;
  background-image: url(/images/backgrounds/blockquote-bg.svg);
  position: absolute;
  width: 100%;
  height: 140px;
  top: -40px;
}
.cruises-page main .uk-grid p {
  line-height: 2;
  color: #333;
}
@media (min-width: 1200px) {
  .cruises-page main img {
    margin-top: -20px;
  }
}
.cruises-page .cruises-listing {
  background: #717171;
}
.cruises-page .cruises-listing .single_cruise {
  padding: 40px;
  margin-bottom: 0px;
}
.cruises-page .cruises-listing .single_cruise .uk-button {
  text-align: center !important;
}
.cruises-page .cruises-listing .single_cruise .inquire:hover {
  border-color: #fff !important;
}
.cruises-page .cruises-listing .single_cruise .uk-button svg {
  margin-right: 5px;
}
.cruises-page .cruises-listing .single_cruise .gallery img.zoom-in {
  all: unset;
}
.cruises-page .cruises-listing .single_cruise .gallery span:not(.images_count) {
  transform: translateY(-160px);
}
.cruises-page .cruises-listing .single_cruise .images_count {
  display: none;
}
.cruises-page .cruises-listing .single_cruise .gallery a.last_image .uk-overlay-primary {
  display: none;
}
.cruises-page .cruises-listing .single_cruise .gallery a.last_image .images_count {
  display: block;
  position: absolute;
  top: 40%;
  z-index: 5;
  font-size: 16px;
  width: 100%;
}
.cruises-page .cruises-listing .single_cruise .gallery a.last_image .uk-inline::after {
  content: "";
  background-color: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.cruises-page .cruises-listing .uk-subnav > * > :first-child {
  width: 260px;
  padding: 28px 40px;
  padding: 28px 38px 28px 28px;
  font-size: 18px;
  color: #dcbb6a;
  text-transform: capitalize;
  background: #5F5F5F;
  border: 1px solid #717171;
}
.cruises-page .cruises-listing .uk-subnav > .uk-active > a {
  background: #dcbb6a !important;
  color: #343434 !important;
  border: 1px solid #dcbb6a;
}
.cruises-page .cruises-listing .uk-subnav > .uk-active > a:before {
  content: "";
  position: absolute;
  border-top: 44px solid transparent;
  border-bottom: 42px solid transparent;
  border-left: 30px solid #dcbb6a;
  top: 0;
  bottom: 0;
  right: -30px;
}
.cruises-page .cruises-listing .uk-overlay-primary {
  height: 80px;
  padding: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.77), transparent);
  bottom: -100%;
  transition: all 0.3s ease-in-out;
}
.cruises-page .cruises-listing .uk-inline {
  overflow: hidden;
  border: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cruises-page .cruises-listing .uk-inline .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.cruises-page .cruises-listing .uk-inline:hover {
  border-color: #dcbb6a;
}
.cruises-page .cruises-listing .uk-inline:hover span:not(.images_count) {
  transform: translateY(-10px);
}
.cruises-page .cruises-listing .uk-inline:hover .uk-overlay-primary {
  bottom: 0%;
}
.cruises-page .cruises-listing .picture-view img {
  height: 100%;
  object-fit: cover;
}
.cruises-page .gold-light.box {
  background: rgba(220, 187, 106, 0.1);
  color: #707070;
  padding: 5px 45px 5px 45px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 50px;
}
.cruises-page .gold-light.box p a {
  color: #dcbb6a !important;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .cruises-page .gold-light.box img.info {
    position: absolute;
    left: -40px;
    bottom: -16px;
    opacity: 0.3;
    width: 100px;
    height: 100px;
  }
}
.cruises-page .single_cruise {
  padding: 25px;
  margin-bottom: 50px;
  position: relative;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.cruises-page .single_cruise img.image {
  width: 100%;
  height: 100%;
  max-height: 230px;
  object-fit: cover;
}
.cruises-page .single_cruise p {
  line-height: 28px;
  max-height: 170px;
  overflow: auto;
  padding-right: 10px;
}
.cruises-page .single_cruise ::-webkit-scrollbar {
  width: 3px;
}
.cruises-page .single_cruise ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.3);
  border-radius: 2px;
}
.cruises-page .single_cruise ::-webkit-scrollbar-thumb {
  background: rgba(220, 187, 106, 0.8);
  border-radius: 2px;
}
.cruises-page .single_cruise ::-webkit-scrollbar-thumb:hover {
  background: rgba(220, 187, 106, 0.99);
}
.cruises-page .single_cruise .gallery .uk-overlay-primary:not(.uk-position-cover) {
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.8), transparent);
  padding: 10px 0 1px 0;
}
.cruises-page .single_cruise .gallery li a {
  width: 96%;
  max-width: 155px;
  border: 1px solid #e7e7e7;
}
.cruises-page .single_cruise .gallery img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.cruises-page .single_cruise .gallery span {
  line-height: unset;
  margin: 12px 0 8px 0;
  text-align: center;
  display: block;
  color: #fff;
}
.cruises-page .single_cruise .uk-button {
  line-height: 35px;
  height: 35px;
  border-radius: 0;
  font-size: 14px;
  min-width: 100%;
  max-width: 130px;
  width: 130px;
  padding-left: 17px;
  padding-right: 17px;
  text-align: left;
  margin: 10px auto 0px;
  display: block;
  text-transform: capitalize;
}
.cruises-page .single_cruise .uk-button svg {
  margin-right: 14px;
  width: 14px;
}
.cruises-page .single_cruise .uk-button.inquire {
  background: #dcbb6a;
  border: 1px solid #dcbb6a;
  color: #333333;
}
.cruises-page .single_cruise .uk-button.inquire:hover {
  color: #dcbb6a;
  border: 1px solid #333;
  background-color: transparent;
}
.cruises-page .single_cruise .uk-button.brochure {
  border: 1px solid #333;
}
.cruises-page .single_cruise .uk-button.brochure:hover {
  color: #333333;
  background-color: transparent;
  border: 1px solid #dcbb6a;
}
.cruises-page .choose-yacht {
  position: relative;
  background-color: #272727;
}
.cruises-page .choose-yacht .platinum {
  color: #dbd8cd;
}
.cruises-page .choose-yacht .gold {
  color: #dcbb6a;
}
.cruises-page .choose-yacht .silver {
  color: #f3f0e5;
}
.cruises-page .choose-yacht:before {
  content: "";
  background: linear-gradient(180deg, transparent 40%, #272727);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 120px;
  left: 0;
}
.cruises-page .choose-yacht:after {
  content: "";
  background-image: url(/images/backgrounds/gray_pattern.jpg);
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 120px;
  left: 0;
}
.cruises-page .choose-yacht .uk-svg {
  width: 24px;
  height: 32px;
  transform: translateY(-2px);
}
.cruises-page .choose-yacht .uk-subnav-pill a {
  text-align: center;
  height: 50px;
  line-height: 35px;
  border: 1px solid transparent;
  border-bottom: 4px solid;
}
.cruises-page .choose-yacht .uk-subnav-pill > .uk-active > a,
.cruises-page .choose-yacht .uk-subnav-pill > * > a:focus,
.cruises-page .choose-yacht .uk-subnav-pill > * > a:hover {
  background-color: transparent;
  border: 1px solid !important;
}
.cruises-page .choose-yacht .uk-subnav-pill li:first-child a {
  color: #dcbb6a;
}
.cruises-page .choose-yacht .uk-card {
  margin: 20px auto;
  padding: 4px;
}
.cruises-page .choose-yacht img.image {
  max-height: 217px;
  object-fit: cover;
  width: 100%;
}
.cruises-page .charter-fleet .filter {
  position: relative;
  min-height: 1000px;
}
.cruises-page .charter-fleet .filter:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  background: url(/images/cruises/background2.jpg) no-repeat center center;
  background-position: center bottom 100px;
  height: 1100px;
  bottom: -170px;
  height: 100%;
  background-size: cover;
  background-size: contain;
  /*opacity: 0.5;*/
  /*  */
}
.cruises-page .charter-fleet .filter .uk-list.js-filter > li:nth-child(n+2) {
  margin-top: 65px;
}
.cruises-page .charter-fleet .filter .uk-subnav a {
  min-width: 250px;
  border-bottom: 3px solid;
}
.cruises-page .charter-fleet .filter .uk-subnav .uk-active > a {
  background-color: #ffffff;
  color: #dcbb6a;
  border: 1px solid;
}
.cruises-page .charter-fleet .filter .uk-subnav .platinum a {
  color: #aaa !important;
}
.cruises-page .charter-fleet .filter .uk-subnav .gold a {
  color: #dcbb6a !important;
}
.cruises-page .charter-fleet span.ribbon {
  left: -4px;
  top: -4px;
}
.cruises-page .charter-fleet img.image {
  height: 100%;
  object-fit: cover;
  max-height: 430px;
  display: block;
}
.cruises-page .charter-fleet .bg-gray {
  background-color: #717171 !important;
}
.cruises-page .charter-fleet div:has(> .uk-card-body) {
  background: saddlebrown;
  border-left: 2px solid #dcbb6a;
}
.cruises-page .charter-fleet .uk-card-body li > div {
  height: 50px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 15px;
}
.cruises-page .charter-fleet .uk-card-body li span {
  margin: 0 0 0 10px;
}
.cruises-page .schedule .full-month .uk-table td {
  background: #717171;
  color: #fff;
  text-align: center;
  border: none;
}

.cruises-modal button.uk-modal-close-default.uk-close {
  color: #fff;
  transform: translate(-10px, 15px);
}
.cruises-modal .uk-modal-body .button-gold {
  color: #333;
  border-radius: 0;
  text-transform: capitalize;
}

.about-page q, .about-page cite {
  font-style: normal;
}
.about-page p {
  line-height: 27px;
}
.about-page .tiles {
  color: #333333;
}
.about-page .uk-tile {
  padding-top: 80px;
}
.about-page .tiles img {
  min-height: 500px;
  max-height: 620px;
}
@media (max-width: 1199px) {
  .about-page .tiles .tile-image img {
    max-width: 600px;
  }
}

.contact-page .form-section {
  position: relative;
  /* &:before {
      content: '';
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      top: 50px;
      background: url(/images/backgrounds/contact-bg.jpg);
  }*/
}
.contact-page .form-section .uk-button:hover {
  border: 2px black solid;
  background: transparent;
  color: #333;
  border: 2px solid;
}
.contact-page .contact-info-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #272727;
  background-image: url(/images/backgrounds/pin-bg.svg);
  /* background-size: contain; */
  background-repeat: no-repeat;
  background-position: right;
}
.contact-page ul.uk-list h3.uk-h4 {
  font-weight: 700;
  color: #707070;
}
.contact-page ul.uk-list p, .contact-page ul.uk-list a {
  font-size: 16px;
  color: #fff;
}

/*
   - Services
   - Offers
   - Itineraries-Listing
*/
.services-page-listing .uk-container:after {
  content: "";
  background: rgb(220, 187, 106);
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 175px;
  min-height: 400px;
  height: 100%;
  z-index: -1;
}
.services-page .uk-card.uk-card-default {
  padding: 50px;
  margin-bottom: 40px;
  border: 1px solid #F6F6F6;
}
.services-page .uk-card.uk-card-default img {
  height: 350px;
  object-fit: cover;
}
.services-page .check-list li {
  padding-left: 30px;
  margin-top: 0px;
  margin-bottom: 6px;
}
.services-page .check-list li:before {
  content: "";
  top: 5px;
  left: 0px;
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url(/images/icons/circle_true.svg);
}
@media (max-width: 1199px) {
  .services-page .uk-card-media-left {
    margin-bottom: 50px;
  }
  .services-page .uk-margin-right, .services-page .uk-margin-left {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .services-page .uk-card-media-left {
    margin-bottom: 0px;
  }
  .services-page .uk-card:nth-child(even) .uk-card-media-left {
    order: 1;
  }
}

.offers-page-listing .uk-container:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 175px;
  min-height: 400px;
  height: 100%;
  z-index: -1;
  background-image: url(/images/backgrounds/full-gold.jpg);
}
.offers-page-listing .uk-container:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 187, 106, 0.25)), to(#dcbb6a));
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 175px;
  min-height: 400px;
  height: 100%;
  z-index: -1;
}
.offers-page .uk-card.uk-card-default {
  padding: 50px;
  margin-bottom: 40px;
  border: 1px solid #F6F6F6;
}
.offers-page .uk-card.uk-card-default img:not(.icon) {
  height: 350px;
  object-fit: cover;
}
.offers-page-listing img.icon {
  width: 50px;
  height: 40px;
  text-align: center;
  object-fit: contain;
}
.offers-page-listing .uk-list {
  font-size: 14px;
}
.offers-page-listing .uk-list li {
  letter-spacing: 2px;
}
.offers-page-listing strong {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
}
.offers-page-listing .uk-slider-number {
  font-size: 24px;
  color: #dcbb6a;
}
@media (max-width: 1199px) {
  .offers-page-listing .offer_heading {
    margin-top: 50px;
  }
}
.offers-page .price {
  font-size: 24px;
  text-align: left;
  color: #dcbb6a;
}
.offers-page a.button-gold {
  border-radius: 0px;
  text-transform: capitalize;
  font-size: 16px;
}
.offers-page a.button-gold span {
  vertical-align: middle;
}
.offers-page a.button-gold:hover {
  color: #d6b667;
}
@media (max-width: 1199px) {
  .offers-page .uk-card-media-left {
    margin-bottom: 50px;
  }
  .offers-page .uk-margin-medium-left {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .offers-page .uk-card-media-left {
    margin-bottom: 0px;
  }
}

.itineraries_listing-page .listing .uk-container:after {
  content: "";
  background: rgb(220, 187, 106);
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 175px;
  min-height: 400px;
  height: 100%;
  z-index: -1;
}
.itineraries_listing-page .uk-grid-margin {
  margin-top: 20px !important;
}
.itineraries_listing-page .uk-overlay {
  /*height: 130px;*/
  padding: 15px 30px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.77), transparent);
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.itineraries_listing-page a.uk-inline {
  overflow: hidden;
}
.itineraries_listing-page a.uk-inline img {
  transition: all 0.3s ease-in-out;
}
.itineraries_listing-page a.uk-inline img .image {
  object-fit: cover;
  max-height: 380px;
  width: 100%;
}
.itineraries_listing-page a.uk-inline img .arrow {
  transform: scale(0);
}
.itineraries_listing-page a.uk-inline:hover img {
  transform: scale(1.1);
}
.itineraries_listing-page a.uk-inline:hover .title {
  color: #DCBB6A;
}

.charter-page .mini-banner {
  height: 500px;
}
.charter-page .mini-banner > div {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), transparent);
}
.charter-page .mini-banner p {
  font-size: 18px;
}
.charter-page .page-header .uk-button {
  text-transform: capitalize;
  border-radius: 0;
}
.charter-page .page-header .uk-button:hover {
  background: #fff;
  border-color: #333;
  color: #333;
}
.charter-page .page-header .button-gray {
  background: #EEEEEE;
  color: #333;
  border-color: #eee;
}
.charter-page .page-header svg.icon.uk-svg {
  vertical-align: text-top;
}
.charter-page .charter-fleet {
  position: relative;
}
.charter-page .charter-fleet:before {
  content: "";
  position: absolute;
  background: url(/images/charter/ship-surface.jpg);
  top: 250px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.charter-page .charter-fleet span.ribbon {
  left: -4px;
  top: -4px;
}
.charter-page .charter-fleet img.image {
  height: 100%;
  object-fit: cover;
  max-height: 440px;
  display: block;
  border-right: 2px solid #dcbb6a;
  width: 100%;
}
.charter-page .charter-fleet .bg-gray {
  background-color: #5F5F5F !important;
}
.charter-page .charter-fleet li > div {
  height: 50px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 15px;
}
.charter-page .charter-fleet li span {
  margin: 0 0 0 10px;
}
.charter-page .navigate article {
  /*background-color: #fbf8f0;*/
  background-color: #f2f2f2;
}
.charter-page .navigate article p {
  line-height: 2;
  padding-inline-end: 30px;
  max-width: 600px;
}
.charter-page .navigate h3 {
  font-size: 90px;
  color: rgba(225, 225, 225, 0.3);
  text-transform: uppercase;
  letter-spacing: -2px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
  .charter-page .navigate h3 {
    font-size: 50px;
  }
}
.charter-page .navigate a {
  font-size: 16px;
  font-weight: 600;
  border: none;
  padding: 0;
  margin-left: -10px;
}
.charter-page .navigate .image {
  height: 570px;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
.charter-page .navigate .uk-card {
  transition: all 0.3s ease-in-out;
}
.charter-page .navigate .uk-card.uk-card-hover:hover {
  /*background-color: #fbf8f0 !important;  */
  background-color: #6E6E6E !important;
  transition: all 0.3s ease-in-out;
}
.charter-page .navigate .uk-card.uk-card-hover:hover h3 {
  color: rgba(225, 225, 225, 0.85);
}
@media (min-width: 1200px) {
  .charter-page .navigate .cards .uk-card:nth-child(1) {
    margin-bottom: 120px;
  }
}
.charter-page .navigate .cards .uk-card:nth-child(1) article {
  padding: 70px 120px 30px 70px;
  width: 120%;
  position: relative;
  padding: 70px 120px 30px 100px;
  background: url(/images/charter/Navigate1-bg.jpg);
  background-size: cover;
}
.charter-page .navigate .cards .uk-card:nth-child(1) article:before {
  position: absolute;
  content: "";
  background: #fbf8f0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 30%;
}
.charter-page .navigate .cards .uk-card:nth-child(2) article {
  padding: 40px 40px 60px 60px;
  width: 110%;
  /*transform: translate(-40px, 0px);*/
  transform: translate(-70px, 0px);
  position: relative;
  background: url(/images/charter/Navigate2-bg.jpg);
  background-size: cover;
}
.charter-page .navigate .cards .uk-card:nth-child(2) article:before {
  position: absolute;
  content: "";
  /*background: #fbf8f0;
  background: #f2f2f2;*/
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: -30%;
}
@media (max-width: 1199px) {
  .charter-page .navigate img.image {
    margin: auto;
    display: block;
    height: 400px;
  }
}
.charter-page .social-media .instagram-carousel img {
  transition: all 0.3s ease-in-out;
}
.charter-page .social-media .instagram-carousel li:hover img {
  transform: translate(0px, -10px);
  transition: all 0.3s ease-in-out;
  border: 5px solid rgba(0, 0, 0, 0.1);
}
.charter-page .social-media .newsletter-group .uk-form-width-medium {
  width: 430px;
  height: 50px;
  background: transparent;
  border-radius: 5px;
}
.charter-page .social-media .newsletter-group a.button-gold {
  height: 50px;
  width: 140px;
  min-width: unset;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 18px;
  padding: unset;
  margin-left: 25px;
}
.charter-page .social-media .newsletter-group a.button-gold:hover {
  color: #dcbb6a;
}
.charter-page .social-media .newsletter-group label > input {
  margin-right: 10px;
}
@media (max-width: 959px) {
  .charter-page .social-media .footer .uk-card {
    padding: 15px;
  }
}
.charter-page .social-media .footer a {
  color: #333333;
  font-size: 16px;
  vertical-align: sub;
}
.charter-page .social-media .footer img {
  margin-right: 10px;
}
.charter-page .social-media .footer .uk-card {
  transition: all 0.3s ease-in-out;
}
.charter-page .social-media .footer .uk-card:hover {
  transform: translate(0px, -10px);
}

.diving_2-page .banner h1 {
  margin-top: 20px;
}
.diving_2-page .uk-tab > * {
  padding-left: 0;
}
.diving_2-page .uk-tab:before {
  content: none;
}
.diving_2-page ul.uk-navbar-nav {
  width: 100vw;
  overflow: hidden;
}
.diving_2-page ul.uk-navbar-nav > li > a {
  background: rgba(112, 112, 112, 0.1);
  margin: 0 5px;
  color: #707070;
  text-transform: capitalize;
  font-size: 18px;
}
.diving_2-page ul.uk-navbar-nav > li:not(:last-child) > a {
  margin-right: 5px;
  margin-left: 0;
}
.diving_2-page ul.uk-navbar-nav > li:last-child > a {
  margin-right: -5px;
  margin-left: 0;
}
.diving_2-page ul.uk-navbar-nav > li.uk-active > a {
  background: #F5D78F;
  border-bottom: 0;
}
.diving_2-page main article {
  z-index: 5;
  position: relative;
}
.diving_2-page main .facts p {
  line-height: 2;
  padding-right: 40px;
}
.diving_2-page main .uk-button:hover {
  color: #dcbb6a;
}
@media (min-width: 1200px) {
  .diving_2-page main img.image {
    margin-top: -240px;
  }
}
.diving_2-page main .adventure {
  color: #fff;
  padding: 15px 0 25px;
  background-image: url(/images/boats/adventure_bg.jpg);
  background-size: cover;
  background-position: center;
}
.diving_2-page main .adventure h2.text-white {
  font-size: 48px;
  font-style: italic;
  font-weight: 100;
}
.diving_2-page main .adventure p {
  font-style: italic;
  line-height: 2;
  padding-right: 20px;
}
.diving_2-page .schedule {
  position: relative;
  background-image: url(/images/backgrounds/palmLeaf2.jpg);
  background-size: cover;
  background-position: center;
}
.diving_2-page .schedule a.more {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.diving_2-page .schedule_switcher .uk-table td {
  background: #333;
  color: #fff;
  border-color: #333 !important;
}
.diving_2-page .schedule_switcher .uk-table td:first-child {
  border-left: 1px solid #333 !important;
}
.diving_2-page .inspriration .more {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}
.diving_2-page .inspriration .uk-border-circle {
  width: 333px;
  height: 333px;
  background: black;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
.diving_2-page .inspriration .uk-border-circle img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.diving_2-page .inspriration .uk-overlay-default {
  background: rgba(51, 51, 51, 0.5);
}
.diving_2-page .inspriration .front {
  transition: all 1s ease-in-out;
}
.diving_2-page .inspriration .back {
  top: 105%;
  opacity: 0;
  background: #333333;
  flex-direction: column;
  transition: all 1s ease-in-out;
  padding-top: 60px;
}
.diving_2-page .inspriration .uk-border-circle:hover .back {
  top: 0;
  opacity: 1;
}
.diving_2-page .inspriration .uk-border-circle:hover .front {
  top: -100%;
}
.diving_2-page .learn-to-dive {
  position: relative;
}
.diving_2-page .learn-to-dive:before {
  content: "";
  background-color: #272727;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
  max-height: 100%;
  height: 520px;
  background-image: url(/images/boats/learn-to-dive.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.diving_2-page .learn-to-dive .uk-subnav-pill a {
  color: #fff;
  padding: 16px;
  min-width: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.diving_2-page .learn-to-dive .uk-subnav-pill li:hover a {
  background-color: #555;
}
.diving_2-page .learn-to-dive .single_cruise {
  padding: 40px;
}
.diving_2-page .learn-to-dive .uk-subnav-pill > .uk-active > a {
  color: #dcbb6a;
  border: 1px solid #dcbb6a;
  background: transparent;
}
.diving_2-page .learn-to-dive img.image {
  width: 100%;
  min-width: 190px;
  height: 130px;
  object-fit: cover;
  margin: 15px 5px;
}
.diving_2-page .learn-to-dive .price {
  color: #DCBB6A;
  font-size: 24px;
}
.diving_2-page .learn-to-dive .uk-button {
  background: #dcbb6a;
  color: #333;
  border-radius: 0;
  text-transform: lowercase;
}
.diving_2-page .learn-to-dive p {
  line-height: 28px;
}
.diving_2-page .navigate article {
  background-color: #fbf8f0;
}
.diving_2-page .navigate p {
  line-height: 2;
}
.diving_2-page .navigate a {
  font-size: 16px;
  font-weight: 600;
}
.diving_2-page .navigate .image {
  height: 570px;
  object-fit: cover;
}
.diving_2-page .navigate .uk-card {
  transition: all 0.3s ease-in-out;
  background-color: #fbf8f0 !important;
}
@media (max-width: 1199px) {
  .diving_2-page .navigate img.image {
    margin: auto;
    display: block;
    height: 400px;
  }
}
.diving_2-page .offers.carousel {
  padding-top: 40px;
}
.diving_2-page .offers.carousel ul.horizontal.uk-accordion .uk-accordion-title .uk-position-cover {
  padding: 60px 10px;
}

.inspriration-modal button.uk-modal-close-default {
  top: 30px;
  right: 30px;
  color: #fff;
}

.kite-page .banner h1 {
  margin-top: 20px;
}
.kite-page .uk-tab > * {
  padding-left: 0;
}
.kite-page .uk-tab:before {
  content: none;
}
.kite-page ul.uk-navbar-nav {
  width: 100vw;
  overflow: hidden;
}
.kite-page ul.uk-navbar-nav > li > a {
  background: rgba(112, 112, 112, 0.1);
  margin: 0 5px;
  /*color: #707070;*/
  text-transform: capitalize;
  padding: 0 5px;
  font-size: 18px;
  background: #717171;
  color: #DCBB6A;
}
.kite-page ul.uk-navbar-nav > li:not(:last-child) > a {
  margin-right: 5px;
  margin-left: 0;
}
.kite-page ul.uk-navbar-nav > li:last-child > a {
  margin-right: -5px;
  margin-left: 0;
}
.kite-page ul.uk-navbar-nav > li.uk-active > a {
  background: #DCBB6A;
  border-bottom: 0;
  color: #707070;
}
.kite-page main article {
  z-index: 5;
  position: relative;
}
.kite-page main article p {
  line-height: 26px;
  color: #333;
}
.kite-page main .facts {
  background-color: rgba(0, 0, 0, 0.05);
}
.kite-page main .facts p {
  line-height: 2;
  padding-right: 40px;
}
.kite-page main .uk-button:hover {
  color: #dcbb6a;
}
@media (min-width: 1200px) {
  .kite-page main img.image {
    margin-top: -440px;
  }
}
.kite-page .uk-filter .uk-subnav-pill > * > :first-child {
  min-width: 140px;
  text-align: center;
  background: #F8F8F8;
  border-bottom: 5px solid #F8F8F8;
  text-transform: capitalize;
  color: #707070;
  padding: 15px 35px;
  margin-top: 10px;
}
.kite-page .uk-filter .uk-subnav-pill > .uk-active > a {
  border-color: #d29f25;
}
.kite-page .itinerary_listing-header img {
  width: 48px;
  height: 48px;
  vertical-align: unset;
  margin-right: 20px;
}
.kite-page .itinerary_listing-header span {
  font-size: 24px;
  display: inline-block;
  font-weight: 300;
}
.kite-page .itinerary_listing-header p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
.kite-page .itinerary_listing-body > div {
  margin-bottom: 25px;
}
.kite-page .itinerary_listing-body span.day {
  background: #dcbb6a;
  padding: 16px;
  width: 95px;
  height: 55px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  border-radius: 7px;
  position: relative;
}
.kite-page .itinerary_listing-body .details {
  background: rgba(0, 0, 0, 0.05);
  padding: 30px;
  color: #272727;
  border-radius: 5px;
  text-align: left;
}
.kite-page .itinerary_listing-body > div:nth-child(even) .details {
  background: transparent;
}
.kite-page .itinerary_listing-body::before {
  content: "";
  border: 1px solid #dcbb6a;
  height: auto;
  position: absolute;
  top: 150px;
  bottom: 80px;
  left: 45px;
  z-index: 0;
}
@media (max-width: 640px) {
  .kite-page .itinerary_listing .itinerary_listing-body span {
    transform: translate(0px, 50px);
    border-bottom-left-radius: 0 !important;
  }
  .kite-page .itinerary_listing .itinerary_listing-body::before {
    content: none;
  }
  .kite-page .itinerary_listing .itinerary_listing-body div:nth-child(even) .details {
    background: rgba(0, 0, 0, 0.2);
  }
}
.kite-page .adventure {
  color: #fff;
  padding: 15px 0 25px;
  background-image: url(/images/kite/adventure_bg.jpg);
  background-size: cover;
  background-position: center;
}
.kite-page .adventure h2.text-white {
  font-size: 48px;
  font-style: italic;
  font-weight: 100;
}
.kite-page .adventure p {
  font-style: italic;
  line-height: 2;
  padding-right: 20px;
}
.kite-page .schedule .full-month .uk-table td {
  background: #717171;
  color: #fff;
  text-align: center;
  border: none;
}
.kite-page .spot {
  background: rgba(51, 51, 51, 0.05);
}
.kite-page .spot .more {
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
}
.kite-page .spot .uk-border-circle {
  width: 333px;
  height: 333px;
  background: black;
  overflow: hidden;
  margin-bottom: 35px;
  transition: all 0.5s ease-in-out;
}
.kite-page .spot .uk-border-circle img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.kite-page .spot .uk-overlay-default {
  background: rgba(51, 51, 51, 0.5);
}
.kite-page .spot .front {
  transition: all 1s ease-in-out;
}
.kite-page .spot .back {
  top: 105%;
  opacity: 0;
  background: #717171;
  flex-direction: column;
  transition: all 1s ease-in-out;
  padding-top: 60px;
}
.kite-page .spot .uk-border-circle:hover .back {
  top: 0;
  opacity: 1;
}
.kite-page .spot .uk-border-circle:hover .front {
  top: -100%;
}
.kite-page .spot .multi-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.kite-page .weather a.uk-button {
  border: 1px solid #dcbb6a;
  font-size: 22px;
  text-transform: capitalize;
  margin-block: 0 !important;
  height: 75px;
  padding: 15px 25px;
  margin-inline: 8px;
}
.kite-page .weather a.uk-button img {
  transform: translateY(-3px);
}
.kite-page .weather a.uk-button:hover {
  color: #333;
}
.kite-page .shadow_image {
  margin: auto;
  display: block;
  box-shadow: 0px 0px 0px transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 10px 10px 0px #dcbb6a;
  max-height: 385px;
  max-width: 578px;
}
.kite-page .shadow_image img {
  max-height: 385px;
  object-fit: cover;
  object-position: center;
}
.kite-page .shadow_image:hover {
  box-shadow: -10px -10px 0px #dcbb6a;
  transition: all 0.3s ease-in-out;
}
.kite-page .courses .note span {
  font-size: 24px;
  display: inline-block;
  font-weight: 300;
  margin-left: 25px;
}
.kite-page #equipmentRental {
  background: rgba(0, 0, 0, 0.05);
}
.kite-page .carousel--offer {
  background-color: #959595;
}
.kite-page .equipments {
  background: rgba(51, 51, 51, 0.05);
}

.info-page table.table.table-bordered {
  width: 100%;
  border: 1px solid;
}
.info-page td {
  border: 1px solid;
  padding: 10px 15px 0;
}

@media (min-width: 1200px) {
  .diving-page main img.image {
    margin-top: -240px;
  }
}
.diving-page .learn-dive {
  background-image: url(/images/backgrounds/diving.jpg);
  overflow: hidden;
}
.diving-page .learn-dive h2 {
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  color: #dcbb6a;
}
.diving-page .learn-dive h2 + p {
  width: 845px;
  margin: auto;
  line-height: 28px;
  color: #fff;
}
.diving-page .learn-dive h3 {
  color: #dcbb6a;
  font-weight: 300;
  font-size: 22px;
}
.diving-page .learn-dive .uk-subnav > * {
  padding-left: 30px;
}
.diving-page .learn-dive .uk-subnav-pill > * > :first-child {
  padding: 17px;
  color: #fff;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.diving-page .learn-dive .uk-subnav-pill > .uk-active > a {
  background-color: transparent;
  color: #dcbb6a;
  border: 1px solid #dcbb6a;
}
@media (min-width: 1200px) {
  .diving-page .learn-dive * + .uk-grid-margin, .diving-page .learn-dive .uk-grid + .uk-grid, .diving-page .learn-dive .uk-grid > .uk-grid-margin {
    margin-top: 30px;
  }
}
.diving-page ul.courses-filter li {
  z-index: 1;
}
.diving-page ul.courses-filter:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vw;
  left: 0;
  right: 0;
  background-image: url(/images/backgrounds/full-gold.jpg);
  transform: translate(0px, 85px);
}
.diving-page ul.courses-filter:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 187, 106, 0.25)), to(#dcbb6a));
  transform: translate(0px, 85px);
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
}
.diving-page ul.courses-filter:before, .diving-page ul.courses-filter:after {
  background: #fff;
}
.diving-page .uk-card-title {
  font-weight: 300;
  color: #dcbb6a;
  margin-bottom: 0px;
}
.diving-page .uk-card span.price {
  font-size: 24px;
  color: #dcbb6a;
  margin: 5px 35px;
}
.diving-page .uk-card a.button-gold:hover {
  color: #dcbb6a;
}
.diving-page .uk-card p {
  line-height: 28px;
  color: #3c4651;
  margin-bottom: 0px;
}
.diving-page .uk-button {
  font-size: 14px;
}
.diving-page .adventure {
  background-image: url(/images/diving/adventure_bg.jpg);
}
.diving-page .schedule {
  background-color: #dcbb6a;
  background-image: url(/images/backgrounds/palmLeaf2.jpg);
  background-size: cover;
}
.diving-page .adaptive-diving article p {
  line-height: 2;
  padding-inline-end: 30px;
}
.diving-page .adaptive-diving a {
  font-size: 16px;
  font-weight: 600;
  border: none;
  padding: 0;
  text-transform: capitalize;
}
.diving-page .adaptive-diving .image {
  height: 570px;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
.diving-page .adaptive-diving .uk-card {
  transition: all 0.3s ease-in-out;
}
.diving-page .adaptive-diving .uk-card.uk-card-hover:hover {
  background-color: #5F5F5F !important;
  transition: all 0.3s ease-in-out;
}
.diving-page .adaptive-diving .cards .uk-first-column {
  background-image: url(/images/diving/AdaptiveDiving-bg.jpg);
  transform: translate(30px, 0px);
}
@media (min-width: 1200px) {
  .diving-page .adaptive-diving .cards .uk-card:nth-child(1) {
    margin-bottom: 100px;
  }
}
.diving-page .adaptive-diving .cards .uk-card:nth-child(1) article {
  padding: 70px 120px 30px 70px;
  position: relative;
  padding: 70px 120px 30px 100px;
  /*    &:before {
      position: absolute;
      content: '';
      background: #fbf8f0;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: -1;
      left: 30%;
  }*/
}
.diving-page .adaptive-diving .cards .uk-card:nth-child(2) article {
  padding: 40px 40px 60px 60px;
  width: 110%;
  transform: translate(-40px, 0px);
  position: relative;
}
.diving-page .adaptive-diving .cards .uk-card:nth-child(2) article:before {
  position: absolute;
  content: "";
  background: #fbf8f0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: -30%;
}
@media (max-width: 1199px) {
  .diving-page .adaptive-diving img.image {
    margin: auto;
    display: block;
    height: 400px;
  }
}

.dive_safari-page .banner {
  min-height: calc(100vh - 100px) !important;
}
.dive_safari-page .banner h1 {
  font-size: 38px;
  text-align: right;
}
.dive_safari-page .banner_img {
  object-fit: cover;
  width: 100vw;
  display: block;
  min-height: 320px;
  height: 100%;
}
.dive_safari-page .banner_img + .uk-position-large {
  margin: 100px 150px !important;
}
.dive_safari-page .banner_content * {
  text-shadow: -1px 1px 2px #707070;
}
@media (min-width: 1200px) {
  .dive_safari-page .banner_img {
    height: 100vh;
    min-height: 655px;
    max-height: calc(100vh - 100px);
  }
}
.dive_safari-page .banner_content small {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.dive_safari-page .banner_content h1 {
  font-weight: lighter;
  font-size: 38px;
  line-height: 26px;
  text-align: left;
  margin-top: 30px;
}
.dive_safari-page .banner_content p {
  font-size: 14px;
  line-height: 26px;
  width: 450px;
}
.dive_safari-page h1 + span {
  font-size: 22px;
}
.dive_safari-page .page-body .uk-container:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 175px;
  min-height: 400px;
  height: 100%;
  z-index: -1;
  background-image: url(/images/backgrounds/full-gold.jpg);
}
.dive_safari-page .page-body .uk-container:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 187, 106, 0.25)), to(#dcbb6a));
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 175px;
  min-height: 400px;
  height: 100%;
  z-index: -1;
}
.dive_safari-page main.uk-card.uk-card-default {
  padding: 50px;
  margin-bottom: 40px;
  border: 1px solid #F6F6F6;
}
.dive_safari-page main.uk-card.uk-card-default img {
  height: 300px !important;
  object-fit: cover;
  max-width: 500px;
  margin: auto;
  display: block;
  width: 100%;
}
.dive_safari-page main.uk-card.uk-card-default .uk-slidenav svg {
  color: #dcbb6a;
}
.dive_safari-page main.uk-card.uk-card-default a.uk-button {
  width: 228px;
  height: 50px;
  background: rgba(112, 112, 112, 0.1);
  text-transform: capitalize;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  padding: 14px 0;
  border: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.dive_safari-page main.uk-card.uk-card-default a.uk-button svg {
  margin-right: 5px;
  color: #dcbb6a;
}
.dive_safari-page main.uk-card.uk-card-default a.uk-button:hover {
  background: transparent;
  border: 1px solid #333;
}
.dive_safari-page main.uk-card.uk-card-default .uk-card-media-right {
  min-width: 300px;
}
.dive_safari-page main.uk-card.uk-card-default .check-list li {
  padding-left: 30px;
  margin-top: 0px;
  margin-bottom: 6px;
}
.dive_safari-page main.uk-card.uk-card-default .check-list li:before {
  content: "";
  top: 5px;
  left: 0px;
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url(/images/icons/circle_true.svg);
}
@media (max-width: 1199px) {
  .dive_safari-page main.uk-card.uk-card-default .uk-card-media-right {
    margin-top: 50px;
  }
  .dive_safari-page main.uk-card.uk-card-default .uk-margin-right, .dive_safari-page main.uk-card.uk-card-default .uk-margin-left {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .dive_safari-page main.uk-card.uk-card-default .uk-card-media-right {
    margin-top: 0px;
  }
  .dive_safari-page main.uk-card.uk-card-default .uk-card:nth-child(even) .uk-card-media-left {
    order: 1;
  }
}
.dive_safari-page .features {
  color: #fff;
  position: relative;
  margin-top: 60px;
}
.dive_safari-page .features::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  height: 58%;
  background-color: #dcbb6a;
}
.dive_safari-page .features_card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
  max-width: 320px;
  margin: auto;
}
.dive_safari-page .features_card:hover .features_button {
  top: 0;
}
.dive_safari-page .features .uk-card-body {
  background-color: #333333;
  color: #fff;
  min-height: 227px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 30px;
}
.dive_safari-page .features .uk-card-body p > a {
  text-decoration: underline !important;
}
.dive_safari-page .features_image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  min-height: 225px;
}
.dive_safari-page .features_button {
  background: rgba(51, 51, 51, 0.85);
  top: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.dive_safari-page .features a.uk-button {
  text-transform: capitalize;
}
.dive_safari-page .features .uk-tooltip {
  height: 133px;
  background: #dcbb6a;
  max-width: 333px;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #333;
  padding: 20px 25px;
}
.dive_safari-page .features .uk-tooltip h3 {
  margin-bottom: 5px;
}
.dive_safari-page .features .uk-tooltip.uk-active:after {
  left: 167px;
  border-top-color: #d8b767;
}
@media (min-width: 1200px) {
  .dive_safari-page .features > div:nth-child(even) .features_card .features_button {
    bottom: 100%;
    top: 0;
  }
  .dive_safari-page .features > div:nth-child(even) .features_card.features_card:hover .features_button {
    bottom: 0 !important;
  }
  .dive_safari-page .features > div:nth-child(even) .features_card .uk-card-body {
    order: -1;
  }
  .dive_safari-page .features > div:nth-child(even) .features_card .uk-card-body {
    order: -1;
  }
}
.dive_safari-page .holiday {
  background-image: url("/images/backgrounds/holiday.jpg");
  color: #fff;
  min-height: 380px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.dive_safari-page .holiday::before {
  content: "";
  background-color: rgba(39, 39, 39, 0.65);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
}
.dive_safari-page .holiday .article, .dive_safari-page .holiday .included {
  position: relative;
}
.dive_safari-page .holiday .article h3 {
  font-size: 24px;
}
.dive_safari-page .holiday .article .uk-overlay-primary {
  height: 205px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.dive_safari-page .holiday .article h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.dive_safari-page .holiday .article img.image {
  height: 320px;
  max-width: 580px;
  object-fit: cover;
}
.dive_safari-page .holiday .article .button-gold {
  font-size: 14px;
  color: #333;
  border-radius: 0px;
  text-transform: capitalize;
}
.dive_safari-page .holiday .article .button-gold svg {
  vertical-align: unset;
  margin-right: 13px;
}
.dive_safari-page .holiday .article .button-gold:hover {
  color: #fff;
}
.dive_safari-page .holiday .article .price {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dive_safari-page .holiday .article .price small {
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 20px;
}
.dive_safari-page .holiday .article .price span {
  font-weight: 300;
  font-size: 36px;
  line-height: 22px;
  text-align: left;
  color: #dcbb6a;
}
.dive_safari-page .holiday .included li {
  margin-left: 30px;
}
.dive_safari-page .holiday .included .false li:before {
  background-image: url(/images/icons/check-x.svg);
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_base.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_variables.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_master.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_home.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_schedule.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_listing.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_boat.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_itineraries.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_yachtClub.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_cruises.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_about-contact.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_services.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_charter.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_diving2.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_kite.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_info.scss%22,%22file:///D:/Clients/Egyptian%2520Cruising/Code/App.UI/wwwroot/css/_diving.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AACA;EACE;;;AAGF;EACE;;;AAGF;EACI;;;AAGJ;EACI;;;AAGJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACI;EACA;;;AAIJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAiBE;;;AAGF;AAAA;EAEE;;;AAIF;EACE;EACA;;AACA;EACE;;;AAMJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE,OCtGK;;;ADyGP;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMA;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;;AAKN;EACK,YC3JE;ED4JH;EACA;;;AAEJ;EACI,YC/JQ;EDgKR;EACA;;;AAGA;EACI;;;AAQR;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAGF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACE;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAEJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AACA;EACE;;AAIJ;EACE;;AACA;EACE;;AAIN;EACE;EACA;;AAGF;EAvDF;IAwDI;;;;AAIJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAWN;EACE;;AAEF;EACE;EACA;EACA;;AAEF;EACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;;AAEA;EACE,YCzWS;ED0WT;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA,YCzXG;ED0XH;EACA;EACA;EACA;EACA;EACA,YCzXS;;AD6XT;EACE;EACA;;AAEF;EACE;EACA;;;AAKN;EACE;;;AAGF;EACE;;AACA;EACE;IAEE;;;AAGJ;EACE;IACE;;;;AAKN;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EARJ;IASQ;;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIJ;EACI;;AAGJ;EACI;;;AAIR;EACI;;;AEzdJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAUA;AACI;AAEA;AAAA;AAAA;AAIA;AAAA;AAAA;AAAA;AAKJ;EACI;EACA;EACA;EACA;EACA;AACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,ODrDD;ECsDC;EACA;EACA;EAEA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA,YD5FL;EC6FK;EACA;EACA;;AAGJ;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;;;AAMhB;EAEI;EACA;EACA;EACA;EACA;AAKA;AAAA;AAAA;AAAA;AAAA;;AAHA;EARJ;IASQ;;;AAQJ;AAAA;EAEI;EACA;EACA;EAEA;EAEA;;AAEA;AAAA;EACI;;AAIR;EACI,OAhCG;EAiCH;EACA;EACA;;AAGJ;AAAA;AAAA;EAGI;EACA;EACA,OA3CG;;AA8CP;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI,OAzDD;EA0DC;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;;AAEA;EACI;;AAKJ;EACI;EACA;EACA;EACA;;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,ODpPT;;ACwPC;EACI;;AAKJ;EACI;IACI;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA,OD9RD;EC+RC;EACA;;AAIA;EADJ;IAEQ;;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;EACI;;AAIA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI,OD3UL;EC4UK;EACA;;AAEA;EACI;;AAMR;EACI;EACA;;AAIR;EACI;EACA,OD9VD;EC+VC;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AACG;AAAA;EAEC;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAKJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAEA;EACI,ODhcT;;ACocC;EACI;EACA;;AAGJ;EAvBJ;IAwBQ;;;AAIR;EA1PJ;AA2PQ;AAAA;AAAA;;AAAA;;EAMI;IACI;IAEA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;;AAKZ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;;;AAMZ;EACI;EACA;EACA;EACA;EACA;AAiKA;;AA/JA;EACI;EACA;EACA;EACA;;AAGJ;EACI;IACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAKR;EACI;;AAIA;EACI;EACA;EACA,YDzjBL;EC0jBK;EACA;EACA;EACA,OD/jBL;;ACkkBC;EACI,YDnkBL;ECokBK,ODlkBL;;ACukBH;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OD7mBD;EC8mBC;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAOJ;EACI;;AAGJ;EACI;;;AAKZ;EAMI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AC3tBA;EADJ;IAEQ;;;;AAIR;AACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAKJ;EACI;EACA;;AAIR;EA7BJ;IA8BQ;;;AAGJ;EAjCJ;IAkCQ;;EAEA;IAEI;IACA;IACA;IACA;;EAGJ;IACI;;;AAKJ;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAOR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAKZ;AACE;;AAEE;EACI;;AAGJ;EACI;EACA;;AAKA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAIR;EAEI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAIA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAKZ;EACI;EAEA;;AAGJ;EACI;;AAGJ;EAGI;EACA,YFjMK;EEkML;EACA;EACA;;AAGJ;EACI,YFxMK;;AE2MT;EACI,YF5MK;EE6ML;;AAGJ;EACI,kBFrND;EEsNC,YFlNK;EEmNL;EACA;EACA;;;AAIR;EACI;;AAEA;EAEI;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAGJ;EACI,OFvRA;EEwRA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI,OFhVA;;AEsVR;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;;AAMJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;;;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA,OFjbD;;AEobH;EACI;IACI;;;;AAKZ;EACI;;AAKA;EACI;;AAGJ;EACI;;AAKJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAKJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAZJ;IAaQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;;AAMhB;AACI;EAEA;EACA;EACA;EACA;EACA;EACA;AAuGA;;AApGA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIA;EACI;EACA;EACA;;AAGJ;EAEI;;AAMJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;;AAOR;EACI;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;AACI;AAAA;;AAGA;EACI;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKA;EACI;EACA;;AAKJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAMR;EACI;;AAGJ;EACI;;AAMR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAMR;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;;;AAKJ;EADJ;IAEQ;;;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;;;AAOJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;ACxqCA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;;AAEA;EACI;;AAOJ;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EArBJ;IAsBQ;;;AAIR;EACI,YHpET;EGqES;;AAIR;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA;EAEA;;AAKR;EAEI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EAEA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAIA;EAEI;EACA;EACA;;AAGJ;EAEI;;AASZ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;;AAQhB;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAIR;AACA;EACI;;AAEA;EACI;;;AAIR;EACI;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;;;AAGJ;AACA;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EAEA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAGR;AACA;EACI;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;;AAIR;AACC;EACG;;;AAGJ;EACI;EACA;EACA;;;ACzVA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAIA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACtCZ;AAAA;AAAA;AAAA;AAOI;EACI;;AAGJ;EACI;;AAEA;EAHJ;IAKQ;IACA;;;AAIR;EACI;EACA;;AAEA;EAEI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA,OLpDL;EKqDK;EACA;;AAIA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EApBJ;IAqBQ;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;AACA;AAAA;AAAA;;EAMA;IACI;;EAIR;IACI;IACA;;EAGJ;IACI;;;AAIR;EApDJ;IAsDQ;;;AAKR;EAhGJ;IAiGQ;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;;AAKZ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EAEI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAKZ;EACI;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA,kBLpPL;EKqPK;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAIA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAIA;EAEI;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAMhB;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGA;EACI;EACA;;AAIR;EACI;;AAGJ;EA1BJ;IA2BQ;;EAEA;IACI;;EAEA;IACI;;EAKJ;IAEI;;EAEA;IACI;;EAIR;IAEI;;EAEA;IACI;;;AAMhB;EACI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAKZ;EACI;;AAGA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;;AAEA;EACI;EACA;;AAIR;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EAHJ;IAIQ;;;AAGJ;EACI;EACA;;AAKZ;EACI;;;AAKJ;EACI;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;;AAKJ;EACI,aAHK;;AAMT;EACI,cAPK;;AAUT;EACI,YAXK;EAYL,eAZK;;AAcL;EACI;;AAIR;EACI,kBL9jBD;EK+jBC;;AAEA;EACI;EACA,OLnkBL;;;AKwkBP;EAGQ;IACI;IACA;IAEA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAIR;IACI;IACA;IACA;IACA;IACA;;EAEA;IAEI;;EAGJ;IACI;;EAGJ;IACI;;EAIR;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IAEA;;EAGJ;IACI;IACA;;;AAKZ;EACI;IACI;;EAGJ;IACI;;;AAKJ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;;AAEA;EAHJ;IAKQ;IACA;;;AAIR;EACI;EACA;EACA;EAEA;EACA;EACA;;AAEA;EACI;AACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAKA;EAFJ;IAGQ;;;AAGJ;EACI;EACA;;AAQA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;;AAEA;EACI;;AAKZ;EACI;EACA;;AAGJ;EACI;;AAUR;EAEI;IACI;;EAGJ;IACI;;;;ACn0BZ;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,YNvDT;;AM2DC;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA,YNpET;;AMwEC;EACI;EACA;;AAGJ;EACI;EACA;EAEA;;AAGA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EAEI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI,ONzHT;;AM4HK;EACI;EACA;;AAEA;EACI;;AAKZ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAEA;IACI;;;;AASZ;EACI;EACA;;AAGJ;EACI;;AAEA;EAHJ;IAIQ;;;AAIR;EACI;;AAKJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;;;AAIR;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EAHJ;IAMQ;;;AAIR;EACI;EACA;EAIA;EACA;;AAEA;EATJ;IAUQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;;AAGI;EACI;EACA;EACA;EACA;;AAGJ;EACI;EAEA;EACA;;AAGJ;EACI;EACA;EACA;;AAKJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EAEQ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;;AAMhB;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI,cNhdL;EMidK,ONjdL;EMkdK;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,ONngBT;;AMsgBK;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAKJ;EACI;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;;;AC/jBZ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EAEQ;IACI;;EAGJ;IACI;;;;AAOZ;EACI;;AAGJ;EALJ;IAMQ;IACA;;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAIR;EACI;;AAGI;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAKZ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAKJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;;ACjKJ;EACI;EACA;EACA;;AAIA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAIA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;AACA;;AAOR;EACI;;AAGJ;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;;AAEA;EAEI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;IACI;;;AAKZ;EACI;;AAEA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAOR;EACI;EACA;EACA;EACA;EACA,ORjKT;EQkKS;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMZ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI,cR/MT;;AQiNS;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;IACI;IACA;IACA;IACA;IACA;IACA;;;AAKZ;EACI;EACA;EACA;AAeA;AAIA;AAKA;AAKA;;AA3BA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAIA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EAEI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EAGI;;AAEA;EACI;EACA;EACA;;AAMhB;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;AAAA;AAAA;EAGI;EAEA;;AAGJ;EAEI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAKJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;AACA;;AAGJ;EACI;;AAIA;EACI;EACA;;AAGJ;EACI;EACA,ORzdb;EQ0da;;AAGJ;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIJ;EACI;;AAIJ;EACI;EACA;;AASA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAMR;EACI;EACA;EACA;EACA;;;AAMR;EACI;EACA;;AAIA;EACI;EACA;EACA;;;ACriBR;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;IACI;;;;AAMR;EACI;AACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAUA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;AACA;EACA;EACA;;AAIA;EACI;EACA;;AAGJ;EACI;EACA;;;ACtEX;AAAA;AAAA;AAAA;AAAA;AAQG;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAMJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAIJ;EACI;EACA;;AAGJ;EACI;IACI;;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;;;AAOR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;AACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAKR;EACI;;AAGJ;EACI;;;AC3OR;EACI;;AAEA;EACI;;AAGJ;EACI;;AAKJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAKJ;EACI;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAOR;AACI;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EAEI;EACA;EACA;EACA;EACA;;AAEA;EARJ;IASQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;AACI;EACA;EACA;;AAEA;EACI;;AAKJ;EADJ;IAGQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMR;EACI;EACA;AACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;AACA;AAAA;EAEA;EACA;EACA;EACA;EACA;;AAMZ;EACI;IACI;IACA;IACA;;;AAQJ;EACI;;AAGJ;EACI;EACA;EACA;;AAKJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,OXvOb;;AW2OK;EACI;;AAKJ;EACI;IACI;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;;;ACpQZ;EACI;;AAMJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAKJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAIA;EADJ;IAEQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAMJ;EACI;EACA;EACA;;AAEA;EACI;;AAMR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;;AAGJ;EACI;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI,OZzML;EY0MK;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAMJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EAEI;IACI;IACA;IACA;;;AAKZ;EACI;;AAEA;EACI;;;AASR;EACI;EACA;EACA;;;ACtRA;EACI;;AAMJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;AACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAKJ;EACI;EACA;;AAEA;EAGI;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAIA;EADJ;IAEQ;;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAOA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EAEA;EACA;;AAGJ;EACI;EACA;EACA;;AAKJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EAEQ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAKJ;EACI;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAMA;EACI;EACA;EACA;EACA;;AAKZ;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AChVJ;EACI;EACA;;AAGJ;EACI;EACA;;;ACPI;EADJ;IAEQ;;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;IACI;;;AAMR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EAEI;;AAKA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;;AAKJ;EACI;EACA;EACA;;AAKA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAIA;EADJ;IAEQ;;;AAGJ;EACI;EACA;EACA;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAcJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMZ;EACI;IACI;IACA;IACA;;;;AAQZ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EAEI;IAEI;IACA;IACA;;;AAMR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGI;EACI;;AAKZ;EACI,kBf1aL;Ee2aK;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,Yf9bC;;AeicL;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAGJ;EACI;EACA;;AAIR;EAIQ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAIR;IACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAMR;EACI;;AAOA;EACI%22%7D */