@charset "UTF-8";
/*!
Theme Name: Nova Scotia
Author: Anonymous
Author URI:
Version: 1
Description: NovaScotia theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: novascotiaprojec
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Remove background color from autofill
   */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}


@media (min-width: 1280px) {
    .mH3 a {font-weight: 600 !important; padding-left:0px !important;}

}

@font-face {
  font-family: "icomoon";
  src: url("../eot/icomoon3b8b.eot");
  src: url("../eot/icomoon3b8b.eot#iefix") format("embedded-opentype"), url("../ttf/icomoon3b8b.ttf") format("truetype"), url("../woff/icomoon3b8b.woff") format("woff"), url("../svg/icomoon3b8b.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"],
.filter-box .post-search-wrap:before,
.filter-box .jcf-select-opener:before,
.gform_wrapper .jcf-select-opener:before,
.breadcrumbs-list li:first-child:before,
.has-custom-list ul:not([class]):not([id]) > li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pause:before {
  content: "\e915";
}

.icon-down:before {
  content: "\e904";
}

.icon-up:before {
  content: "\e905";
}

.icon-events:before {
  content: "\e906";
}

.icon-home:before {
  content: "\e907";
}

.icon-instagram:before {
  content: "\e908";
}

.icon-twitter:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e90a";
}

.icon-youtube:before {
  content: "\e90b";
}

.icon-map:before {
  content: "\e90c";
}

.icon-packages:before {
  content: "\e90e";
}

.icon-play:before {
  content: "\e90f";
}

.icon-search:before {
  content: "\e910";
}

.icon-prev:before {
  content: "\e911";
}

.icon-next:before {
  content: "\e912";
}

.icon-ship:before {
  content: "\e913";
}

.icon-view:before {
  content: "\e914";
}

.icon-linkedin:before {
  content: "\e900";
}

.icon-map-pin:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e903";
}

.icon-close:before {
  content: "\e90d";
}

.icon-time:before {
  content: "\e901";
}

.icon-pinterest {
  display: inline-block;
  width: 16px;
  height: 17px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 13.9 17.9"><style type="text/css">.st0{fill:%23c9c9c9;}</style><g><path class="st0" d="M7.4,0C2.5,0,0,3.5,0,6.4c0,1.8,0.7,3.3,2.1,3.9c0.2,0.1,0.4,0,0.5-0.3c0-0.2,0.2-0.6,0.2-0.8c0.1-0.3,0-0.3-0.1-0.6C2.3,8.2,2,7.6,2,6.7C2,4.1,4,1.8,7.1,1.8c2.8,0,4.3,1.7,4.3,4c0,3-1.3,5.5-3.3,5.5c-1.1,0-1.9-0.9-1.6-2c0.3-1.3,0.9-2.7,0.9-3.7C7.4,4.7,6.9,4,6,4C4.9,4,4,5.1,4,6.7c0,1,0.3,1.6,0.3,1.6S3.2,13.1,3,13.9c-0.4,1.7-0.1,3.7,0,3.9C3,18,3.2,18,3.2,17.9c0.1-0.1,1.4-1.8,1.9-3.4c0.1-0.5,0.7-2.8,0.7-2.8C6.2,12.4,7.2,13,8.3,13c3.3,0,5.6-3,5.6-7.1C13.9,2.8,11.3,0,7.4,0z"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.socialnetworks a:hover .icon-pinterest {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 13.9 17.9"><style type="text/css">.st0{fill:%23ffffff;}</style><g><path class="st0" d="M7.4,0C2.5,0,0,3.5,0,6.4c0,1.8,0.7,3.3,2.1,3.9c0.2,0.1,0.4,0,0.5-0.3c0-0.2,0.2-0.6,0.2-0.8c0.1-0.3,0-0.3-0.1-0.6C2.3,8.2,2,7.6,2,6.7C2,4.1,4,1.8,7.1,1.8c2.8,0,4.3,1.7,4.3,4c0,3-1.3,5.5-3.3,5.5c-1.1,0-1.9-0.9-1.6-2c0.3-1.3,0.9-2.7,0.9-3.7C7.4,4.7,6.9,4,6,4C4.9,4,4,5.1,4,6.7c0,1,0.3,1.6,0.3,1.6S3.2,13.1,3,13.9c-0.4,1.7-0.1,3.7,0,3.9C3,18,3.2,18,3.2,17.9c0.1-0.1,1.4-1.8,1.9-3.4c0.1-0.5,0.7-2.8,0.7-2.8C6.2,12.4,7.2,13,8.3,13c3.3,0,5.6-3,5.6-7.1C13.9,2.8,11.3,0,7.4,0z"/></g></svg>');
}

/* Slick slider styles */
.gallery-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.gallery-slider .slick-track,
.gallery-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.full-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.full-slider .slick-track,
.full-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.blogs-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.blogs-slider .slick-track,
.blogs-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: stretch;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.section-video {
  width: 100%;
  position: relative;
}
.section-video.alt-view {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .section-video.alt-view {
    padding: 34px 0 100px;
  }
}
.section-video.alt-view .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.section-video.alt-view .row.video-left {
  flex-direction: row-reverse;
}
.section-video.alt-view .col {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .section-video.alt-view .col {
    width: 50%;
  }
}
.section-video.alt-view .col:first-child .inner-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (min-width: 992px) {
  .section-video.alt-view .col:last-child .inner-holder {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .section-video.alt-view .col:last-child .inner-holder {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .section-video.alt-view .col .inner-holder {
    margin-bottom: 30px;
  }
}
.section-video.alt-view .col .btn {
  width: fit-content;
  padding: 19px 40px;
  margin-top: 25px;
}
.section-video.alt-view .inner-holder.no-btn h2 {
  margin: 0 0 0.85em;
}
.section-video.alt-view .inner-holder.no-btn p {
  margin: 0 0 1.1em;
}
.section-video.alt-view .inner-holder.no-btn p:last-child {
  margin-bottom: 0;
}
.section-video.alt-view .custom-play-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.section-video.alt-view .breadcrumbs-list {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-video.alt-view .breadcrumbs-list {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .section-video.alt-view .breadcrumbs-list {
    margin-bottom: 63px;
  }
}
@media (max-width: 767.98px) {
  .section-video.alt-view .breadcrumbs-list li {
    font-size: 16px;
  }
}
.section-video iframe {
  height: 100%;
  width: 100%;
}
.section-video figure {
  margin: 0;
}

.full-video-holder {
  transition: opacity 0.5s ease-in-out;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: auto;
  container-type: size;
  overflow: hidden;
}
@media (min-width: 576px) {
  .full-video-holder {
    padding-bottom: 35.4%;
  }
}
@media (min-width: 768px) {
    .full-video-holder {
        min-height: 430px;
    }
}
@media (min-width: 1280px) {
    .full-video-holder {
        min-height: 560px;
    }
}
.full-video-holder:hover {
  opacity: 0.8;
}
.full-video-holder #bt-play {
  display: none;
}/*
.full-video-holder.playing .icon-pause {
  display: inline-block;
}
.full-video-holder .icon-pause {
  display: none;
}*/
.full-video-holder video,
.full-video-holder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: -1;
}
.full-video-holder iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;

  @container (min-aspect-ratio: 16/9) {
    height: 56.25cqw;
  }
  @container (max-aspect-ratio: 16/9) {
    width: 177.78cqh;
  }
}

.play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}

.custom-play-button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 2;
  border: 0;
  cursor: pointer;
}
.custom-play-button:hover {
  background: transparent !important;
  color: #fff;
}
.custom-play-button span {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: auto !important;
    color: #fff;
    font-size: 60px;
}
.video-box .custom-play-button span.icon-play {
  position: relative;
  bottom: auto;
  right: auto;
}
@media (min-width: 768px) {
    .custom-play-button span {
        bottom: 35px;
        right: 20px;
        width: 82px;
        font-size: 82px;
    }
}

/*
@media (min-width: 992px) {
  .custom-play-button {
    margin: 15px 20px 49px auto !important;
  }
}
@media (min-width: 1480px) {
  .custom-play-button {
    margin: auto calc((100vw - 1444px) / 2) 49px auto !important;
  }
}*/

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* custom select styles */
.jcf-select,
#main .gform_wrapper .jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
}

.jcf-select select,
#main .gform_wrapper .jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text,
#main .gform_wrapper .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener,
#main .gform_wrapper .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop,
#main .gform_wrapper .jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #2C3967;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 24px;
}

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

body {
  color: #2C3967;
  background: #fff;
  font: 300 20px/1.25 "Kanit", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 365px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
@media (min-width: 768px) {
  body {
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  body {
    font-size: 25px;
  }
}
@media (max-width: 1279.98px) {
  body.nav-active {
    height: 100vh;
    overflow: hidden;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

.gm-style img {
  max-width: none;
}
.embed-vimeo iframe {
  max-width: 100%;
}

@media screen and (max-width: 600px) {
  .embed-vimeo iframe {
    max-height: 200px;
  }
}
iframe {
  max-width: 100%;
}

.resize-active * {
  transition: none !important;
}

.single-tags, .listing-links, .selected-ratings-items, .membership-list, .membership-accordion-slide, .listing-additional-list, .amenities-list, .listing-accordion, .listing-highlights ul, .booking-open-close ul, .listing-socials, .listing-media, .site-accordion.accordion, .top-25-list, .events-listing, .listing-listing, .section-plan .itinerary-listing, .info-list, .section-like .card-holder, .memberships-items, .menu, .breadcrumbs-list, .links-list, .languages ul, [id=header] .header-drop, .tagcloud, .has-custom-list ul:not([class]):not([id]) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-form p:after,
.post-password-form p:after, .search-form:after,
.post-password-form:after, .widget:after, .clearfix:after, dl:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis, .events-filter-form .jcf-select .jcf-select-text span, .advanced-filters-block .jcf-select-text span,
.advanced-filters-block.open-close .jcf-select-text span {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .hide-below-desktop {
    display: none !important;
  }
}

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

h1,
.h1,
.section-video.alt-view h2 {
  font-size: 40px;
}

h2,
.h2,
.listing-accordion .opener,
.section-plan .itinerary-listing > li.featured h3,
.section-plan .itinerary-listing > li.featured .h3,
.section-blog-filter .blog-article:nth-child(6n+1) h3,
.section-blog-filter .blog-article:nth-child(6n+1) .h3,
.section-blog-filter .blog-article:nth-child(6n+1) .section-plan .itinerary-listing > li h3,
.section-plan .itinerary-listing > li .section-blog-filter .blog-article:nth-child(6n+1) h3,
.single-card h3 {
  font-size: 16px;
}

h3,
.h3,
.section-plan .itinerary-listing > li h3,
.section-plan .itinerary-listing > li .h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 25px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1,
  .h1,
  .section-video.alt-view h2 {
    font-size: 40px;
  }
  h2,
  .h2,
  .listing-accordion .opener,
  .section-plan .itinerary-listing > li.featured h3,
  .section-plan .itinerary-listing > li.featured .h3,
  .section-blog-filter .blog-article:nth-child(6n+1) h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .section-blog-filter .blog-article:nth-child(6n+1) h3,
  .single-card h3 {
    font-size: 40px;
  }
  h3,
  .h3,
  .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 25px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1,
  .section-video.alt-view h2 {
    font-size: 40px;
  }
  h2,
  .h2,
  .listing-accordion .opener,
  .section-plan .itinerary-listing > li.featured h3,
  .section-plan .itinerary-listing > li.featured .h3,
  .section-blog-filter .blog-article:nth-child(6n+1) h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .section-blog-filter .blog-article:nth-child(6n+1) h3,
  .single-card h3 {
    font-size: 40px;
  }
  h3,
  .h3,
  .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .h3 {
    font-size: 30px;
  }
  h4,
  .h4 {
    font-size: 25px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  h1,
  .h1,
  .section-video.alt-view h2 {
    font-size: 60px;
  }
  h2,
  .h2,
  .listing-accordion .opener,
  .section-plan .itinerary-listing > li.featured h3,
  .section-plan .itinerary-listing > li.featured .h3,
  .section-blog-filter .blog-article:nth-child(6n+1) h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .section-blog-filter .blog-article:nth-child(6n+1) h3,
  .single-card h3 {
    font-size: 30px;
  }
  h3,
  .h3,
  .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .h3 {
    font-size: 35px;
  }
  h4,
  .h4 {
    font-size: 25px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
h1,
.h1,
.section-video.alt-view h2,
h2,
.h2,
.listing-accordion .opener,
.section-plan .itinerary-listing > li.featured h3,
.section-plan .itinerary-listing > li.featured .h3,
.section-blog-filter .blog-article:nth-child(6n+1) h3,
.section-blog-filter .blog-article:nth-child(6n+1) .h3,
.section-blog-filter .blog-article:nth-child(6n+1) .section-plan .itinerary-listing > li h3,
.section-plan .itinerary-listing > li .section-blog-filter .blog-article:nth-child(6n+1) h3,
.single-card h3,
h3,
.h3,
.section-plan .itinerary-listing > li h3,
.section-plan .itinerary-listing > li .h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Kanit", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  h1,
  .h1,
  .section-video.alt-view h2,
  h2,
  .h2,
  .listing-accordion .opener,
  .section-plan .itinerary-listing > li.featured h3,
  .section-plan .itinerary-listing > li.featured .h3,
  .section-blog-filter .blog-article:nth-child(6n+1) h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .section-blog-filter .blog-article:nth-child(6n+1) h3,
  .single-card h3,
  h3,
  .h3,
  .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }
}

.h1, .section-video.alt-view h2,
h1 {
  font-weight: 600;
  line-height: 1.05;
  font-size: calc(40px + 20 * (100vw - 375px) / 1545);
}
@media (min-width: 1280px) {
  .h1, .section-video.alt-view h2,
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 1680px) {
  .h1, .section-video.alt-view h2,
  h1 {
    font-size: 60px;
  }
}

.h2, .listing-accordion .opener, .section-plan .itinerary-listing > li.featured h3,
.section-plan .itinerary-listing > li.featured .h3, .section-blog-filter .blog-article:nth-child(6n+1) h3,
.section-blog-filter .blog-article:nth-child(6n+1) .h3,
.section-blog-filter .blog-article:nth-child(6n+1) .section-plan .itinerary-listing > li h3,
.section-plan .itinerary-listing > li .section-blog-filter .blog-article:nth-child(6n+1) h3, .single-card h3,
h2 {
  margin: 0 0 0.7em;
  font-weight: 600;
  line-height: 1.125;
  font-size: calc(30px + 15 * (100vw - 375px) / 1545);
}
@media (min-width: 1280px) {
  .h2, .listing-accordion .opener, .section-plan .itinerary-listing > li.featured h3,
  .section-plan .itinerary-listing > li.featured .h3, .section-blog-filter .blog-article:nth-child(6n+1) h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .section-blog-filter .blog-article:nth-child(6n+1) h3, .single-card h3,
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1680px) {
  .h2, .listing-accordion .opener, .section-plan .itinerary-listing > li.featured h3,
  .section-plan .itinerary-listing > li.featured .h3, .section-blog-filter .blog-article:nth-child(6n+1) h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .section-blog-filter .blog-article:nth-child(6n+1) h3, .single-card h3,
  h2 {
    font-size: 45px;
    line-height: 48px;
  }
}

.h3, .section-plan .itinerary-listing > li h3,
.section-plan .itinerary-listing > li .h3,
h3 {
  margin: 0 0 0.7em;
  font-weight: 600;
  line-height: 1.1111111111;
  font-size: calc(18px + 17 * (100vw - 375px) / 1545);
}
@media (min-width: 768px) {
  .h3, .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .h3,
  h3 {
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {
  .h3, .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .h3,
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1680px) {
  .h3, .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .h3,
  h3 {
    font-size: 35px;
    line-height: 42px;
  }
}

.h4,
h4 {
  margin: 0 0 0.7em;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin: 0 0 1em;
}

a {
  color: #0076d6;
  text-decoration: none;
  transition: color 0.27s ease-in-out;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.image-caption a,
.banner-caption a,
figcaption a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: all .25s;
}
.image-caption a:hover,
.banner-caption a:hover,
figcaption a:hover {
  color: #fff;
  text-decoration: none;
  opacity: .8;
}

/*.text-image-component .text a{ text-decoration: underline; }

.itinerary-content  a{ text-decoration: underline; }*/

a[href*="mailto:"] {
  word-wrap: break-word;
}

.has-custom-list ul:not([class]):not([id]) > li {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .has-custom-list ul:not([class]):not([id]) > li {
    margin-bottom: 20px;
  }
}
.has-custom-list ul:not([class]):not([id]) > li:before {
  content: "\e903";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background-color: #0076d6;
  border-radius: 50%;
  flex-shrink: 0;
  color: #fff;
  margin-right: 10px;
  font-size: 29px;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 10px 20px;
  color: #2C3967;
  font-size: 16px !important;
  line-height: 22px;
  font-family: "Kanit", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 0;
}
@media (min-width: 768px) {
  input[type=text],
  input[type=number],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=url],
  textarea {
    font-size: 18px !important;
  }
}
@media (min-width: 1680px) {
  input[type=text],
  input[type=number],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=url],
  textarea {
    font-size: 21px !important;
  }
}
input[type=text]:not(textarea),
input[type=number]:not(textarea),
input[type=tel]:not(textarea),
input[type=email]:not(textarea),
input[type=search]:not(textarea),
input[type=password]:not(textarea),
input[type=url]:not(textarea),
textarea:not(textarea) {
  height: 50px;
  border-radius: 50vh;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}
input[type=text].placeholder,
input[type=number].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
textarea.placeholder {
  color: #fff;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
  border-radius: 18px;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit],
#main .gform_wrapper .button {
  transition: all 0.5s;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 44px;
  padding: 19px 20px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 66px;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=file]:hover,
input[type=submit]:hover {
  background: #fff;
  color: transparent;
}

button.fancybox-button:hover {
  background-color: inherit;
}

select[multiple] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

noscript {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 14px;
  color: #efefef;
  background: #0076d6;
  display: block;
  padding: 5px 0;
  text-align: center;
  z-index: 99999;
}

.accessibility {
  position: absolute;
  left: -200vw;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

ul,
ol,
dl,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 24px;
}

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol,
.tribe-events-content ul,
.tribe-events-content ol {
  padding-left: 25px;
}

ul ul,
ul ol,
ol ul,
ol ol,
.tribe-events-content ul ul,
.tribe-events-content ul ol,
.tribe-events-content ol ul,
.tribe-events-content ol ol {
  padding-left: 30px;
  margin: 4px 0 0;
}
@media (min-width: 768px) {
  ul ul,
  ul ol,
  ol ul,
  ol ol,
  .tribe-events-content ul ul,
  .tribe-events-content ul ol,
  .tribe-events-content ol ul,
  .tribe-events-content ol ol {
    padding-left: 40px;
  }
}

ul {
  list-style-type: disc;
}
#main ul ul li {
  list-style-type: circle;
}
ul.list-center li,
ol.list-center li {
  list-style-position: inside;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

.navigation-single, .nav-links,
.navigation,
.navigation-comments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
}

.navigation-single .next a,
.navigation-single .prev a {
  display: inline-block;
  padding: 19px 20px;
  font-size: 25px;
  text-align: center;
  line-height: 30px;
  vertical-align: top;
  transition: all 0.5s;
  border-style: solid;
  border-width: 1px;
  border-radius: 66px;
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
  color: #fff;
  background: #2C3967;
  border-color: #2C3967;
}

:root {
  --wp--style--global--content-size: 1480px;
}

.wp-block-group__inner-container {
  max-width: 1480px;
  padding-inline: 5%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
    .wp-block-group__inner-container { padding: 0 20px; }
}

@media (min-width: 768px) {
  [id=twocolumns] {
    display: flex;
  }
}

[id=content] {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  [id=content] {
    width: 70%;
  }
}
[id=content]:only-child {
  width: 100%;
}

[id=sidebar] {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  [id=sidebar] {
    width: 30%;
    padding-left: 30px;
  }
}

.widget {
  margin-bottom: 20px;
}
.widget select {
  min-width: 150px;
  width: 100%;
}

.search-form,
.post-password-form {
  margin-bottom: 10px;
}
.search-form label,
.post-password-form label {
  display: block;
}
.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  [id=sidebar] .search-form input,
  [id=sidebar] .post-password-form input {
    width: 100%;
    margin: 0 0 5px;
  }
}
.search-form input[type=submit],
.post-password-form input[type=submit] {
  margin: 0;
}

.nav-links,
.navigation,
.navigation-comments {
  width: 100%;
  position: relative;
}
.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 3px;
}
.nav-links .page-numbers:first-child,
.navigation .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
  margin-left: 0;
}
.nav-links .page-numbers:last-child,
.navigation .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
  margin-right: 0;
}
.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  transition: color 0.5s ease-in-out;
  max-width: 49%;
}
@media (max-width: 767.98px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    font-size: 0;
  }
  .nav-links .next:after,
  .nav-links .prev:after,
  .navigation .next:after,
  .navigation .prev:after,
  .navigation-comments .next:after,
  .navigation-comments .prev:after {
    content: "»";
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .nav-links .prev:after,
  .navigation .prev:after,
  .navigation-comments .prev:after {
    content: "«";
  }
}

.navigation-single {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.navigation-single .next,
.navigation-single .prev {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  max-width: 49%;
  border: 0;
}
.navigation-single .next a,
.navigation-single .prev a {
  transition: background 0.5s ease-in-out;
  display: block;
  padding: 19px 20px;
}
@media (max-width: 767.98px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 0;
  }
  .navigation-single .next a:after,
  .navigation-single .prev a:after {
    content: "»";
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  .navigation-single .prev a:after {
    content: "«";
  }
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .comment-form input,
  .comment-form textarea {
    max-width: 300px;
  }
}
.comment-form input[type=submit],
.comment-form textarea[type=submit] {
  display: block;
  width: auto;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar #prev {
  text-align: left;
}
.widget_calendar #next {
  text-align: right;
}

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}
.wp-caption img {
  margin-bottom: 4px;
}
.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 24px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 24px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.gallery .gallery-item {
  margin: 0;
  padding: 0 10px 10px;
}
.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
}

.comment-list .comment-body {
  margin-bottom: 20px;
}

.comment-author img {
  margin-right: 10px;
}

[id=header] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 10001;
  background: #0076d6;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}
.alert-page [id=header] {
    position: absolute;
}
.logged-in:not(.alert-page) [id=header] {
  top: 46px;
}
@media (min-width: 768px) {
  [id=header] {
    padding: 20px 0;
    font-size: 18px;
  }
}
@media (min-width: 783px) {
  .logged-in:not(.alert-page) [id=header] {
    top: 32px;
  }
}
@media (min-width: 992px) {
  [id=header] {
    padding: 35px 0;
  }
}
@media (min-width: 1280px) {
  [id=header] {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  [id=header] {
    padding: 43px 0;
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  [id=header] {
    font-size: 20px;
  }
}
[id=header] .container {
  max-width: 1760px;
}
@media (min-width: 1600px) {
  [id=header] .container {
    padding: 0 20px;
  }
}
[id=header] a {
  color: inherit;
}
[id=header] .icon-down {
  margin-left: 5px;
  font-size: 8px;
}
@media (min-width: 1750px) {
  [id=header] .icon-down {
    font-size: 10px;
    margin-left: 10px;
  }
}
[id=header] .search-form {
  width: 100%;
  padding: 0 20px;
  margin: 0;
}
@media (min-width: 1280px) {
  [id=header] .search-form {
    margin: 0 15px;
    padding: 0;
    width: 130px;
  }
}
@media (min-width: 1680px) {
  [id=header] .search-form {
    margin: 0 25px;
    width: 286px;
  }
}
[id=header] .search-form fieldset {
  display: flex;
  flex-direction: row-reverse;
  height: 48px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 25px;
}
[id=header] .search-form input {
  border: 0;
  padding: 0 2px;
  margin: 0;
  height: 44px;
  width: 100%;
  background: none;
  color: #fff;
}
[id=header] .search-form input:focus::placeholder {
    color: transparent;
}
[id=header] .search-form input:focus::-webkit-input-placeholder { color:transparent; }
[id=header] .search-form input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
[id=header] .search-form input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
[id=header] .search-form input:focus:-ms-input-placeholder { color:transparent; }
@media (min-width: 1280px) and (max-width: 1399px) {
  [id=header] .search-form input {
    font-size: 16px;
  }
}
[id=header] .search-form button[type=submit] {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 21px;
  line-height: 1;
}
[id=header] .has-drop-down {
  transition: border-color 0.5s ease-in-out;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  [id=header] .has-drop-down,
  [id=header] .has-drop-down > a {
    position: relative;
  }
  [id=header] .has-drop-down > a > br {
    display: none;
  }
}
@media (min-width: 1280px) {
    [id=header] .has-drop-down > a {
        padding: 15px 25px 50px 7px;
        margin-bottom: -35px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom: 0;
        display: inline-block;
        background: transparent;
        color: #fff;
    }
}
@media (min-width: 1400px) {
    [id=header] .has-drop-down > a {
      padding: 15px 27px 58px 9px;
      margin-bottom: -43px;
    }
}
@media (min-width: 1680px) {
    [id=header] .has-drop-down > a {
        padding-inline: 20px 46px;
    }
}
[id=header] .has-drop-down > a.mobile-link {
  padding-right: 0;
}
@media (min-width: 1280px) {
  [id=header] .has-drop-down > a.mobile-link {
    display: none;
  }
}
[id=header] .has-drop-down > a.mobile-link:after {
  content: none;
}
.main-menu > li:not(.has-drop-down) > a {
  width: 100%;
  transition: all 0.35s;
}
.main-menu > li:not(.has-drop-down):hover > a {
  color: #fff;
  background: #2C3967;
}/*
[id=header] .has-drop-down.active > a {
    color: #2C3967;
    background: #fff;
    background: #2C3967;
} */
@media (min-width: 1280px) {
  [id=header] .has-drop-down.active > a[aria-expanded="true"] {
    border-radius: 25px 25px 0 0;
    background: #fff;
    color: #2C3967; /*
    box-shadow: 0 25px 0 0 #fff, 0 35px 0 0 #fff; */
  }
}
@media (min-width: 1400px) {
/*  [id=header] .has-drop-down:hover > a,
  [id=header] .has-drop-down.active > a {
    box-shadow: 0 25px 0 0 #fff, 0 43px 0 0 #fff;
  } */
  [id=header] .has-drop-down.active > a:before {
    height: 45px;
  }
}
[id=header] .has-drop-down.active > a[aria-expanded="true"]:after {
  transform: scaleY(-1);
}
@media (min-width: 1280px) {
  [id=header] .has-drop-down.active .header-drop {
    top: 100% !important;
    opacity: 1; /*
    min-width: max-content; */
    visibility: visible;
  }
} /*
@media (min-width: 1560px) {
  [id=header] .has-drop-down.active .header-drop {
    max-width: 1148px;
  }
} */
[id=header] .header-drop {
  width: calc(100% - 40px);
  margin-inline: auto;
  font-weight: 400;
  font-size: 18px;
  background: #fff;
}
@media (max-width: 1279.98px) {
  [id=header] .header-drop {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  [id=header] .header-drop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #2C3967;
    border-top: 1px solid #2C3967;
    border-radius: 0 0 50px 50px;
    opacity: 0;
    width: fit-content;
    max-width: 1440px;
    display: flex;
    padding: 50px 25px 25px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    visibility: hidden;
  }
  [id=header] .header-drop.no-item {
    left: auto;
    transform: translateX(-35%);
  }
}
@media (min-width: 1680px) {
  [id=header] .header-drop {
    font-size: 21px;
  }
}
@media (max-width: 1279.98px) {
  [id=header] .header-drop {
    position: relative;
    padding: 15px 0 10px;
  }
}
[id=header] .header-drop .close-drop {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
}
@media (min-width: 1680px) {
  [id=header] .header-drop .close-drop {
    font-size: 25px;
    right: 0;
  }
}
@media (max-width: 1279.98px) {
  [id=header] .header-drop .close-drop {
    display: none;
  }
}
[id=header] .header-drop .close-drop:hover {
  background: transparent;
}
@media (min-width: 1280px) {
  [id=header] .header-drop > li.active a {
    background: #1848B5;
    color: #fff;
  }
}
[id=header] .header-drop a {
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  display: block;
}
@media (max-width: 1279.98px) {
  [id=header] .header-drop a {
    color: #2C3967;
    padding: 0.46em 45px;
  }
}
@media (min-width: 1280px) {
  [id=header] .header-drop a {
    padding: 0 25px 4px;
  }
}
@media (min-width: 1280px) {
  [id=header] .header-drop a:hover {
    background: rgba(179, 206, 231, 0.35);
    color: #2C3967;
  }
}
[id=header] .header-box {
  align-items: center;
}
[id=header] .info-holder {
  font-size: 25px;
  width: auto;
}
@media (min-width: 1280px) {
  [id=header] .info-holder {
    padding: 0 15px;
    width: fit-content;
    max-width: 570px;
  }
}
[id=header] .info-holder h3 {
  margin-bottom: 0.3em;
}
@media (max-width: 1279.98px) {
  [id=header] .info-holder h3 {
    display: none;
  }
}
[id=header] .info-holder h3 a {
  font-weight: 600;
  padding: 0;
  margin: 0;
}
[id=header] .info-holder h3 a:hover {
  background: transparent;
  text-decoration: underline;
}
[id=header] .visual-holder {
  display: none;
}
@media (min-width: 768px) {
  [id=header] .visual-holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    padding: 20px 45px 0;
  }
}
@media (min-width: 992px) {
  [id=header] .visual-holder {
    display: flex;
    column-gap: 20px;
  }
}
@media (min-width: 1280px) {
  [id=header] .visual-holder {
    margin-left: 10px;
    padding: 0;
  }
}
[id=header] .visual-holder .img-holder {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 50%;
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  [id=header] .visual-holder .img-holder {
    padding-bottom: 60%;
  }
}
@media (min-width: 992px) {
  [id=header] .visual-holder .img-holder {
    padding-bottom: 35%;
  }
}
@media (min-width: 1280px) {
  [id=header] .visual-holder .img-holder {
    width: 220px;
    height: 250px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1560px) {
  [id=header] .visual-holder .img-holder {
    width: 250px;
    height: 262px;
  }
}
[id=header] .visual-holder .img-holder img,
[id=header] .visual-holder .img-holder .btn {
  position: absolute;
}
[id=header] .visual-holder .img-holder img {
  inset: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
[id=header] .visual-holder .img-holder:hover img {
    transform: scale(1.05);
}
[id=header] .visual-holder .img-holder .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
  min-height: 50px;
  font-weight: 600;
  line-height: 1;
  padding: 0 15px;
  color: #fff;
  max-width: none;
  transition: transform 0.5s ease-in-out;
}
[id=header] .visual-holder .img-holder:hover .btn {
  background: #0079cc !important;
}
[id=header] .list-links {
  transition: box-shadow 0.5s ease-in-out;
  position: absolute;
  right: 20px;
  top: 100%;
  z-index: -1;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  [id=header] .list-links {
    display: none;
  }
}
@media (min-width: 1280px) {
  [id=header] .visual-holder .btn {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  [id=header] .visual-holder .btn {
    font-size: 21px;
  }
}
@media (min-width: 1480px) {
  [id=header] .list-links {
    right: calc(50vw - 720px);
  }
}

.languages {
  margin: 0;
}
@media (min-width: 1280px) {
  .languages {
    width: 90px;
    margin: 0;
  }
  #menu-languages {
    width: 90px;
  }
}
@media (min-width: 1680px) {
    .languages,
    #menu-languages {
      width: 94px;
    }
}
@media (min-width: 1750px) {
  .languages {
    margin-left: 20px;
  }
}
@media (max-width: 1279.98px) {
  .languages {
    padding: 19px 0 40px;
    background: #fff;
  }
}
.languages * {
  font-weight: 400;
}
@media (max-width: 1279.98px) {
  .languages * {
    font-size: 21px;
    color: #1848B5;
    text-transform: uppercase;
  }
}
.languages > ul {
  position: relative;
}
@media (max-width: 1279.98px) {
  .languages ul {
    display: flex;
    justify-content: center;
  }
} /*
.languages .wpml-ls-legacy-list-horizontal {
    padding: 0;
} */

.languages a {
  display: inline-block !important;
  width: 100%;
}
.languages .wpml-ls-current-language {
  display: flex;
  align-items: flex-end;
  margin: 0;
}
.languages .wpml-ls-current-language > a {
  transition: background 0.5s ease-in-out, border 0.5s ease-in-out, color 0.5s ease-in-out;
  padding: 7px 17px;
  border: 1px solid transparent;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .languages .wpml-ls-current-language > a:after {
    transition: transform 0.5s ease-in-out;
    display: inline-block;
    content: "\e904";
    font-family: "icomoon";
    margin: 0 0 0 5px;
    font-size: 8px;
  }
  .languages .wpml-ls-current-language.hover > a:after {
    transform: scaleY(-1);
  }
}
@media (min-width: 1680px) {
  .languages .wpml-ls-current-language > a:after {
    font-size: 10px;
  }
}
@media (max-width: 1279.98px) {
  .languages .wpml-ls-current-language > a {
    border-radius: 0;
    padding: 0;
    display: flex;
  }
}
.languages .wpml-ls-current-language.hover > a {
  color: #2C3967;
  background: #fff; /*
  border: 1px solid #2C3967; */
  border-bottom-color: transparent;
}/*
.languages .wpml-ls-current-language:hover > a {
}*/
.languages .wpml-ls-current-language.hover .wpml-ls-item-toggle:after {
  transform: rotateX(180deg);
}
.languages .wpml-ls-current-language a {
/*  padding: 12px 17px 13px; */
  transition: color 0.5s ease-in-out;
}/*
@media (min-width: 1280px) {
    .languages .wpml-ls-current-language a {
        padding: 15px 7px;
    }
}
@media (min-width: 1400px) {
    .languages .wpml-ls-current-language a {
        padding: 15px 9px;
    }
}*/
.languages .wpml-ls-current-language .sub-menu {
  display: none;
  background: #fff; /*
  border: 1px solid #2C3967 !important; */
  border-top: 0 !important;
}
@media (min-width: 1280px) {
  .languages .wpml-ls-current-language .sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .languages .wpml-ls-current-language.hover .sub-menu {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1279.98px) {
  .languages .wpml-ls-current-language .sub-menu {
    border: none !important;
    padding: 0;
    display: flex;
    align-items: center;
    opacity: 1;
    visibility: visible;
    position: static;
  }
}
@media (max-width: 1279.98px) {
  .languages .wpml-ls-current-language .sub-menu li {
    display: flex;
    align-items: center;
  }
  
}
@media (max-width: 1279.98px) {
  .languages .wpml-ls-current-language .sub-menu li:before {
    content: "|";
    margin: 0 34px;
  }
}
.languages .wpml-ls-current-language .sub-menu a {
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  padding: 7px 20px !important;
  color: #2C3967;
}
@media (max-width: 1279.98px) {
  .languages .wpml-ls-current-language .sub-menu a {
    padding: 0 !important;
  }
}
.languages .wpml-ls-current-language .sub-menu a:hover {
  color: #2C3967 !important;
  background: rgba(179, 206, 231, 0.35) !important;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  min-width: 182px;
  width: 182px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .logo {
    width: 190px;
    min-width: 190px;
  }
}
@media (min-width: 1280px) {
  .logo {
    width: 243px;
    min-width: 243px;
  }
  .fr .logo {
    width: 230px;
    min-width: 230px;
  }
}
@media (min-width: 1400px) {
  .logo {
    width: 260px;
    min-width: 260px;
  }
  .fr .logo {
    width: 245px;
    min-width: 245px;
    margin-block: -10px;
  }
}
@media (min-width: 1680px) {
  .logo {
    width: 300px;
    min-width: 300px;
  }
  .fr .logo {
    width: 280px;
    min-width: 280px;
  }
}
.logo:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #0076d6;
  z-index: 2;
}
@media (min-width: 1280px) {
  .logo:after {
    display: none;
  }
}
.logo > a {
  position: relative;
  z-index: 3;
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1280px) {
  .main-menu {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
@media (min-width: 1400px) {
  .main-menu {
    gap: 20px;
  }
}
@media (min-width: 1680px) {
  .main-menu {
    gap: 10px;
  }
}
@media (min-width: 1750px) {
  .main-menu {
    gap: 20px;
  }
}
.main-menu > li > a {
    display: inline-block;
}
@media (max-width: 1279.98px) {
  .main-menu > li > a {
    position: relative;
  }
}
@media (min-width: 1280px) {
  .main-menu > li > a {
    padding: 15px 7px;
    border-radius: 25px;
  }
}
@media (min-width: 1400px) {
    .main-menu > li > a {
      padding: 15px 9px;
    }
}
@media (min-width: 1750px) {
  .main-menu > li > a {
    padding-inline: 15px;
  }
}
.main-menu .has-drop-down {
  position: static !important;
  scrollbar-width: 10px;
}
@media (max-width: 1279.98px) {
  .main-menu .has-drop-down {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .main-menu .has-drop-down > a {
    background: #1848B5;
    border-bottom: 1px solid #fff;
    padding: 0.655em 40px;
  }
}
.main-menu .has-drop-down > a::after {
  transition: transform 0.5s ease-in-out;
  display: inline-block;
  content: "\e904";
  font-family: "icomoon";
  margin: 0;
  font-size: 10px;
}
@media (min-width: 1280px) {
  .main-menu .has-drop-down > a::after {
    position: absolute;
    top: calc((100% - 35px)/2);
    right: 7px;
    transform: translateY(-50%);
    font-size: 8px;
  }
  .main-menu .has-drop-down.active > a::after {
    top: calc((100% - 47px)/2);
  }
}
@media (min-width: 1400px) {
  .main-menu .has-drop-down > a::after {
    top: calc((100% - 43px)/2);
    right: 9px;
  }
  .main-menu .has-drop-down.active > a::after {
    top: calc((100% - 55px)/2);
  }
}
@media (min-width: 1680px) {
  .main-menu .has-drop-down > a::after {
    right: 20px;
    font-size: 10px;
  }
}
.main-menu a {
  font-weight: 400;
}
@media (max-width: 1279.98px) {
  .main-menu a {
    font-size: 18px;
    padding: 0.655em 40px;
    display: block;
  }
}
.main-menu ::-webkit-scrollbar-thumb {
  background: #1848B5;
}
.main-menu ::-webkit-scrollbar {
  width: 10px;
}
.main-menu ::-webkit-scrollbar-track {
  background: #b3cee7;
}
.main-menu .has-drop-down-a {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1279.98px) {
  .main-menu .has-drop-down-a {
    justify-content: space-between;
    font-size: 0;
  }
}
.main-menu .mobile-link {
  flex-grow: 1;
  padding-right: 0;
  /*pointer-events: none;
  cursor: default;*/
}
@media only screen and (max-width: 1279px) {
  .mH3 * {display:none !important;}
}


@media (min-width: 1280px) {
  .main-menu .mobile-link {
    display: none;
  }
}
.main-menu .mobile-link:after {
  content: none;
}

@media (min-width: 1280px) {
  .open-close-search {
    display: none;
  }
}

.header-box {
  display: flex;
}

.drop-mobile {
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #0076d6;
  transform: translateY(-100%);
  transition: transform 0.5s;
  border-top: 1px solid #fff;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 62px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1280px) {
  .drop-mobile {
    box-shadow: none;
    height: auto;
    overflow: visible;
    padding: 0;
    position: static;
    display: flex;
    align-items: center;
    transform: none;
    opacity: 1;
    visibility: visible;
    border-top: none;
  }
}
.nav-active .drop-mobile {
  transform: translateY(0);
}
@media (max-width: 1279.98px) {
  .search-active .drop-mobile {
    overflow: visible;
  }
}

.nav-opener {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  font-size: 0;
  line-height: 0;
  z-index: 3;
  padding: 0;
  background: none;
  border: 0;
  margin-left: 10px;
  border-radius: 0;
}
@media (min-width: 1280px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 3px;
}
.nav-opener:before, .nav-opener:after {
  content: "";
}
.nav-opener:before {
  transform: translateY(-7px);
}
.nav-opener:after {
  transform: translateY(5px);
}
.nav-opener:hover {
  background: transparent;
}
.nav-opener:hover:before, .nav-opener:hover:after,
.nav-opener:hover span {
  background-color: #fff;
}
.nav-active .nav-opener span {
  opacity: 0;
  transform: rotate(45deg);
}
.nav-active .nav-opener:before {
  transform: rotate(45deg) translateY(0);
}
.nav-active .nav-opener:after {
  transform: rotate(-45deg) translateY(0);
}

.opener-search {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.opener-search .icon-close {
  display: none;
}
.search-active .opener-search .icon-close {
  display: block;
}
.search-active .opener-search .icon-search {
  display: none;
}

@media (max-width: 1279.98px) {
  .search-active .slide-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #0076d6;
    padding: 15px 0;
    display: block;
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}

.slide-search {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, height 0.5s ease-in-out;
}
@media (max-width: 1279.98px) {
  .slide-search {
    transform: translateY(-100%);
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}

.wpml-ls-legacy-dropdown {
  width: auto !important;
}
.wpml-ls-legacy-dropdown a {
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  background: transparent;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 1279.98px) {
  .wpml-ls-legacy-dropdown a {
    color: #1848B5;
  }
}
.wpml-ls-legacy-dropdown a:hover {
  background: transparent !important;
  color: #fff !important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 1279.98px) {
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: none;
  }
}
@media (min-width: 1280px) {
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: "\e904" !important;
    display: inline-block;
    font-family: "icomoon";
    margin: 0 0 0 5px;
    font-size: 8px;
    position: static !important;
    border: 0 !important;
  }
}
@media (min-width: 1750px) {
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    font-size: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 1279.98px) {
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle span {
    font-weight: 600;
  }
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: transparent;
}
.wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle:focus {
  background: transparent !important;
  color: #fff !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-native:after, .wpml-ls-legacy-dropdown .wpml-ls-native:before {
  content: none !important;
  display: none !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  transition: visibility 0.5s ease-in-out;
  border: 0 !important;
  background: #fff;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:before, .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:after {
  content: none !important;
  display: none !important;
}

@media (min-width: 768px) {
  .links-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}
@media (min-width: 1280px) {
  .links-list {
    display: block;
    column-count: 2;
    column-gap: 50px;
/*    min-width: max-content;*/
  }
}
.links-list > li {
  line-height: 1.3;
}
@media (min-width: 1280px) {
  .links-list > li {
    width: 200px;
  }
}
@media (min-width: 1680px) {
  .links-list > li {
    width: 240px;
  }
}
.links-list > li a {
  transition: text-decoration-color 0.5s ease-in-out, color 0.5s ease-in-out, background 0.5s ease-in-out;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: transparent;
}
@media (min-width: 1280px) {
  .links-list > li a {
    padding: 10px 0 !important;
    font-size: 18px;
    line-height: 1.1;
  }
}
@media (min-width: 1680px) {
  .links-list > li a {
    padding: 5px 0 !important;
    font-size: 25px;
  }
}
.links-list > li a:hover {
  background: transparent !important;
  text-decoration: underline !important;
  text-decoration-color: currentColor;
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned,
.headroom--unpinned,
.alert-page .headroom--pinned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.alert-page .headroom--unpinned,
.logged-in.alert-page .headroom--unpinned {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: none;
}

.logged-in .headroom--pinned,
.logged-in .headroom--unpinned {
/*  top: 46px; */
  top: 0;
}
@media (min-width: 783px) {
  .logged-in .headroom--pinned,
  .logged-in .headroom--unpinned {
    top: 32px;
  }
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(calc(-100% - 42px));
}
.alert-page.header-standby .headroom--unpinned {
  position: fixed;
  top: 0;
  transform: translateY(calc(-100% - 42px));
}
.headroom--unpinned .list-links {
  box-shadow: none;
}

[id=wrapper] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

[id=main] {
  position: relative;
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1480px;
  padding: 0 5%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .container { padding: 0 20px; } 
}

.accordion {
  list-style: none;
}
.accordion > li {
  margin-block: 10px;
}
.accordion > li > a {
  display: block;
  text-align: left;
}
.accordion .js-acc-hidden {
  visibility: hidden;
}

.burger-holder {
  position: relative;
}
.burger-holder .burger-drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background: #fff;
  border: 1px solid #000;
  padding: 20px;
  visibility: hidden;
}
.burger-holder .burger-drop button {
  transition: none;
}
.burger-holder.burger-active .burger-drop {
  visibility: visible;
}



.popup-holder {
  position: relative;
}
.popup-holder .popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background: #fff;
  border: 1px solid #000;
  padding: 20px;
  visibility: hidden;
}
.popup-holder .popup button {
  transition: none;
}
.popup-holder.popup-active .popup {
  visibility: visible;
}

.open-close {
  position: relative;
}
.open-close .slide {
  width: 300px;
  background: #fff;
  border: 1px solid #000;
  padding: 20px;
}
.open-close .js-slide-hidden {
  visibility: hidden;
}

.line-box {
  width: 600px;
}
.line-box .mask {
  overflow: hidden;
}
.line-box .line {
  width: 99999px;
  display: flex;
}
.line-box .line > * {
  flex: 0 0 auto;
}

/*!
 * tabbyjs v12.0.3
 * Lightweight, accessible vanilla JS toggle tabs.
 * (c) 2019 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
/**
 * The tablist
 */
[role=tablist] {
  border-bottom: 1px solid lightgray;
  list-style: none;
  margin: 0;
  padding: 0;
}

[role=tablist] * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * The tablist item
 */
@media (min-width: 30em) {
  [role=tablist] li {
    display: inline-block;
  }
}
/**
 * The tabs
 */
[role=tab] {
  border: 1px solid transparent;
  border-top-color: lightgray;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  /**
   * Active tab styling
   */
  /**
   * Tabs on hover
   */
}

@media (min-width: 30em) {
  [role=tab] {
    border-top-color: transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    display: inline-block;
    margin-bottom: -1px;
  }
}
[role=tab][aria-selected=true] {
  background-color: lightgray;
}

@media (min-width: 30em) {
  [role=tab][aria-selected=true] {
    background-color: transparent;
    border: 1px solid lightgray;
    border-bottom-color: #ffffff;
  }
}
[role=tab]:hover:not([aria-selected=true]) {
  background-color: #f7f7f7;
}

@media (min-width: 30em) {
  [role=tab]:hover:not([aria-selected=true]) {
    border: 1px solid lightgray;
  }
}
/**
 * [hidden] fallback for IE10 and lower
 */
[hidden] {
  display: none;
}

.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: #fff;
  color: #2C3967;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}
.slick-arrow:hover {
  background: #0076d6;
  color: #fff;
}
.alt-view .slick-arrow:hover,
.alt-view .slick-arrow:hover {
  background: #2C3967;
}

.slick-dots {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  border: 0;
}
.slick-dots .slick-active button:before {
  background: #2C3967;
}
.slick-dots button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  position: relative;
  border: 0 !important;
  padding: 0;
}
.slick-dots button:before {
  transition: background 0.5s ease-in-out;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(44, 57, 103, 0.3);
}
.slick-dots button:before:hover {
  background: #2C3967;
}
.slick-dots button:hover {
  background: transparent;
}
.slick-dots button[role=tab][aria-selected=true] {
  background: transparent;
}
.slick-dots button[role=tab]:hover:not([aria-selected=true]):before {
  background: #2C3967;
}

.section-breadcrumb {
  padding: 50px 0 30px;
}
@media (min-width: 992px) {
  .section-breadcrumb {
    padding-top: 64px;
  }
}

.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 7px;/*
  margin-bottom: 30px; */
}
.breadcrumbs-list li {
  font-size: 18px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .breadcrumbs-list li {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .top-25-page .breadcrumbs-list li {
    font-size: 16px;
  }
}
.breadcrumbs-list li:first-child:before {
  content: "\e912";
  margin-right: 10px;
  font-size: 19px;
}
.breadcrumbs-list li:not(:first-child):before {
  content: "";
  position: absolute;
  left: -5px;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background-color: #2C3967;
}
.breadcrumbs-list li a {
  color: #2C3967;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.27s ease-in-out;
}
.breadcrumbs-list li a:hover {
  text-decoration-color: #2C3967;
}

.menu > li {
  margin-bottom: 15px;
}

.grid-container {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(200px, auto);
}

.grid-container .item:nth-child(6n+1) {
  grid-column: 1/span 2;
  grid-row: span 2;
}

.grid-container .item:nth-child(6n+5) {
  grid-column: 2/span 2;
  grid-row: span 2;
}

.video-box {
  transition: opacity 0.5s ease-in-out;
  display: block;
  position: relative;
  padding-bottom: 98%;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .video-box:hover {
    opacity: 0.8;
  }
  .video-box {
    border-radius: 50px;
  }
}
.video-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
}

@media (max-width: 575.98px) {
  .fancybox-slide {
    padding: 20px;
  }
}

.blog-listing .blog-article,
.itinerary-listing > li {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.27s linear, transform 0.27s linear;
}

.blog-listing .blog-article.new-item,
.itinerary-listing > li.new-item {
  opacity: 0;
  transform: translate(0, 40px);
}

.blog-article {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.27s linear, transform 0.27s linear;
}
.blog-article.new-item {
  opacity: 0;
  transform: translate(0, 40px);
}
.blog-article-footer .btn {
  border-radius: 24px;
}

.no-results-text {
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  margin: 35px auto 0;
}

.section-content {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .section-content {
    padding: 80px 0;
  }
}
.section-content img {
  margin-bottom: 30px;
}

.ajax-filters-container.is-bisy .itinerary-listing > li,
.ajax-filters-container.is-bisy .blog-listing > article {
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.5;
  }
}
.loading-holder {
  display: none;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.is-busy .loading-holder {
  display: flex;
}
.loading-holder .loading {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
}
.loading-holder .loading span {
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #2C3967;
  border-color: #2C3967 #2C3967 transparent transparent;
  border-radius: 50%;
  animation: loading-spin 1.2s linear infinite;
}

.search-results .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0 0;
}

@keyframes loading-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[id=footer] {
  padding: 39px 0 69px;
  color: #fff;
  background: #2C3967;
  font-size: 22px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  [id=footer] {
    padding: 80px 0 10px;
    background: rgba(44, 57, 103, 0.9);
  }
}
@media (min-width: 1280px) {
  [id=footer] {
    padding: 150px 0 16px;
    font-size: 25px;
  }
}
[id=footer] a {
  color: inherit;
  text-underline-offset: 3px;
  text-decoration-color: transparent;
  transition: all 0.5s ease-in-out !important;
}
[id=footer] a:hover {
  text-decoration: underline;
  text-decoration-color: currentColor;
}
[id=footer] .active > a {
  text-decoration: underline;
}

.footer-logo {
  max-width: 300px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .footer-logo {
    margin: 0 auto 14px;
  }
}

.socialnetworks {
  margin: 0 -6px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .socialnetworks {
    justify-content: flex-start;
  }
}
.socialnetworks > li {
  padding: 6px 6px 0;
}
.socialnetworks a {
  transition: opacity 0.5s ease-in-out, background 0.5s ease-in-out, color 0.5s ease-in-out, text-decoration-color 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  color: #C9C9C9;
  opacity: .7;
}
.socialnetworks a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.footer-panel {
  line-height: 1;
}
@media (min-width: 768px) {
  .footer-panel {
    padding: 0 0 42px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .footer-panel .widget {
    margin-bottom: 10px;
  }
}
.footer-panel-col {
  width: 100%;
  position: relative;
  margin-bottom: 27px;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .footer-panel-col {
    margin-bottom: 0;
    padding: 6px 0 30px 4%;
    width: 50%;
    border: 0;
  }
}
@media (min-width: 992px) {
  .footer-panel-col {
    width: 24%;
    padding-bottom: 0;
    margin-bottom: 26px;
  }
}
@media (min-width: 1280px) {
  .footer-panel-col {
    padding-left: 7.7%;
  }
}
@media (min-width: 992px) {
  .footer-panel-col.widget_nav_menu {
    width: 100% !important;
  }
}
.footer-panel-col:after {
  position: absolute;
  content: "";
  background: #fff;
}
@media (min-width: 992px) {
  .footer-panel-col:after {
    top: 0;
    left: 2%;
    bottom: 0;
    width: 1px;
  }
}
@media (min-width: 1280px) {
  .footer-panel-col:after {
    left: 16%;
  }
}
.footer-panel-col:first-child {
  margin-bottom: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  border: 0;
}
@media (min-width: 992px) {
  .footer-panel-col:first-child {
    width: 28%;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .footer-panel-col:first-child:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-panel-col:nth-child(2):after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .footer-panel-col:nth-child(3) {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .footer-panel-col:last-child {
    margin-bottom: 0;
  }
}
.footer-panel h4 {
  font-weight: 500;
  margin: 0 0 2.1em;
}
@media (min-width: 768px) {
  .footer-panel h4 {
    margin: 0 0 1em;
  }
}
@media (min-width: 1280px) {
  .footer-panel h4 {
    margin: 0 0 2.1em;
  }
}
.footer-panel .menu li.active a {
  text-decoration: underline;
}

.partner {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .partner {
    margin: 0;
  }
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu > li {
  margin: 0 0 15px;
}

.footer-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.38889;
  padding: 21px 0 38px;
}
@media (min-width: 992px) {
  .footer-text {
    padding: 22px 0 49px;
  }
}
.footer-text p {
  margin-bottom: 1.35em;
}
.footer-text p:last-child {
  margin-bottom: 0;
}

.copyright {
  text-align: left;
  font-size: 18px;
  line-height: 1.3333333333;
}
@media (min-width: 768px) {
  .copyright {
    text-align: center;
    padding: 50px 0;
    border-top: 1px solid #fff;
  }
}
@media (max-width: 767.98px) {
  .copyright {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .copyright-text {
    font-weight: 600;
  }
}

.btn {
  display: inline-block;
  padding: 19px 20px;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none !important;
  vertical-align: top;
  transition: all 0.5s;
  max-width: 314px;
  width: 100%;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  border-radius: 66px;
}
.btn-default {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn-default:hover {
  color: #fff;
  background: #2C3967;
  border-color: #2C3967;
}
.btn-primary {
  color: #fff;
  background: #0076d6;
  border-color: #0076d6;
}
.btn-primary:hover {
  color: #fff;
  background: #0070cc;
  border-color: #0070cc;
}
.btn-secondary {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn-secondary:hover {
  color: #fff;
  background: #0079cc;
  border-color: #0076d6;
}
.btn-outline {
  color: #2C3967;
  border: 1px solid #2C3967;
}
.btn-outline:hover, .btn-outline:focus {
  color: #fff;
  background-color: #2C3967;
}
.btn-dark-blue {
  background-color: #2C3967;
  color: #fff;
}
.btn-dark-blue:hover, .btn-dark-blue:focus {
  color: #fff;
  background-color: #1d2543;
}
.btn-sm {
  padding: 13px 10px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 33px;
}
@media (min-width: 768px) {
  .btn-sm {
    font-size: 18px;
  }
}
.btn-lg {
  padding: 20px 40px;
  font-size: 18px;
  line-height: 20px;
  border-radius: 132px;
}

.btn-group {
  margin: 0 -5px -10px;
  display: flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  margin: 0 5px 10px;
}

.section-links {
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 10;
  transform: translateY(-50%);
  text-align: center;
}

.list-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  border-radius: 99px;
  overflow: hidden;
  background: #fff;
}
.list-links.alt-view {
  max-width: 420px;
  margin-left: auto;
  border-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.list-links.alt-view > li > a {
  border-top: 2px solid #fff;
}
.list-links > li {
  display: flex;
}
.list-links > li:not(:first-child) {
  border-left: 1px solid #0076d6;
}
.list-links a {
  color: #0076d6;
}
.list-links .active a {
  background: #0076d6;
  color: #fff;
}

.item-link {
  display: none;
  transition: all 0.5s;
  font-weight: 400;
}
@media (min-width: 768px) {
  .item-link {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    min-height: 60px;
    color: #0076d6;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .item-link {
    padding: 5px 40px;
    min-height: 88px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .alt-view .item-link {
    width: 100%;
    min-height: auto;
    padding: 8px 21px;
  }
}
.item-link:hover {
  background: #0076d6;
  color: #fff;
}
.item-link-ico {
  display: block;
  margin-right: 15px;
  font-size: 25px;
}
@media (min-width: 992px) {
  .item-link-ico {
    margin-right: 20px;
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .alt-view .item-link-ico {
    font-size: 20px;
    margin-right: 19px;
  }
}

.section-heading {
  padding: calc(51px + 45 * (100vw - 360px) / 1560) 25px calc(98px + 2 * (100vw - 360px) / 1560);
  color: #fff;
  text-align: center;
  background: #47515F;
}
@media (min-width: 768px) {
  .section-heading {
    padding: calc(51px + 45 * (100vw - 360px) / 1560) 5px calc(98px + 2 * (100vw - 360px) / 1560);
  }
}
@media (min-width: 1920px) {
  .section-heading {
    padding: 96px 5px;
  }
}
.section-heading h1 {
  margin: 0;
}

.section-intro {
  position: relative;
  text-align: center;
  padding: calc(50px + 50 * (100vw - 360px) / 1560) 0;
}
.section-intro p {
  margin: 0 0 40px;
}
.section-intro .intro-content > :last-child {
  margin-bottom: 0;
}
.section-intro .breadcrumbs-list {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section-intro .breadcrumbs-list {
    position: absolute;
    top: 62px;
  }
}
@media (min-width: 992px) {
  .top-25-page .section-intro .breadcrumbs-list {
    position: relative;
    top: auto;
    margin: -38px 0 65px;
  }
}
@media (max-width: 575.98px) {
  .section-intro h2 {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .section-intro h2 {
    margin-bottom: 1.1em;
  }
}

.intro-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .intro-icon {
    transform: translate(-50%, -58%);
  }
}
@media (min-width: 992px) {
  .intro-icon {
    width: 128px;
    height: 128px;
  }
}
.intro-icon img {
    width: auto;
}

.intro-content {
  max-width: 850px;
  margin: 0 auto;
}
.w-breadcrumb .intro-content {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .w-breadcrumb .intro-content {
    padding-top: 64px;
  }
}

.section-multilinks {
  position: relative;
  overflow: hidden;
  padding: calc(20px + 80 * (100vw - 360px) / 1560) 0 440px;
}
@media (min-width: 1920px) {
  .section-multilinks {
    padding: 100px 0 440px;
  }
}
.section-multilinks picture img {
  position: absolute;
  inset: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-multilinks .container {
  position: relative;
  z-index: 1;
}

.multi-links {
  max-width: 1094px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background: rgba(71, 81, 95, 0.7);
  border: 1px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .multi-links {
    border-radius: 40px;
    background: rgba(71, 81, 95, 0.9);
  }
}
@media (min-width: 992px) {
  .multi-links {
    border-radius: 64px;
  }
}
.multi-links > li {
  width: 100%;
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  .multi-links > li {
    width: 33.3333333333%;
    border-left: 1px solid #fff;
  }
}
@media (min-width: 768px) {
  .multi-links > li:nth-child(1), .multi-links > li:nth-child(2) {
    width: 50%;
    border-top: 0;
  }
}
.multi-links > li:nth-child(1) {
  border-top: 0;
}
@media (min-width: 768px) {
  .multi-links > li:nth-child(1) {
    border-left: 0;
  }
}
@media (min-width: 768px) {
  .multi-links > li:nth-child(3) {
    border-left: 0;
  }
}

.element {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-size: calc(20px + 10 * (100vw - 360px) / 1560);
  line-height: 1;
  font-weight: 700;
  color: #fff;
  min-height: 100px;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .element {
    padding: 10px 5%;
  }
}
@media (min-width: 992px) {
  .element {
    padding: 20px 10%;
    min-height: 150px;
  }
}
@media (min-width: 1920px) {
  .element {
    font-size: 30px;
    line-height: 0.9333333333;
  }
}
.element:hover {
  background: #0076d6;
  color: #fff;
}
.element-img {
  min-width: 91px;
  width: 91px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .element-img {
    min-width: 70px;
    width: 70px;
  }
}
@media (min-width: 992px) {
  .element-img {
    margin-right: 20px;
    min-width: 91px;
    width: 91px;
  }
}
.element-img img {
    width: auto;
}
.active .element {
  background: #0076d6;
}

.section-gallery {
  padding: 0 0 50px;
  background: #efefef;
}
@media (min-width: 768px) {
  .section-gallery {
    padding-bottom: 30px;
  }
}
.section-gallery .container {
  max-width: 1530px;
}
.section-gallery .slick-dots {
  padding: 10px 0;
}

.gallery-slider .slick-list {
  overflow: visible;
}
.gallery-slider-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media (min-width: 768px) {
  .gallery-slider-slide {
    padding: 0 25px;
  }
}
.gallery-slider .slick-current {
  opacity: 1;
}
.gallery-slider .slick-arrow {
  position: absolute;
  top: 339px;
  left: 50%;
  z-index: 10;
}
@media (min-width: 768px) {
  .gallery-slider .slick-arrow {
    left: auto;
    top: calc((100% - 50px)/2);
    transform: translateY(-50%) !important;
  }
}
.gallery-slider .slick-arrow.slick-prev {
  transform: translateX(-50%);
  margin-left: -30px;
}
@media (min-width: 768px) {
  .gallery-slider .slick-arrow.slick-prev {
    right: auto;
    left: 45px;
    transform: none;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .gallery-slider .slick-arrow.slick-prev {
    left: 65px;
  }
}
.gallery-slider .slick-arrow.slick-next {
  transform: translateX(-50%);
  margin-left: 30px;
}
@media (min-width: 768px) {
  .gallery-slider .slick-arrow.slick-next {
    right: 45px;
    transform: none;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .gallery-slider .slick-arrow.slick-next {
    right: 65px;
  }
}

.slide-item {
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding-top: 407px;
  min-height: calc(720px + 130 * (100vw - 360px) / 1560);
}
@media (min-width: 768px) {
  .slide-item {
    padding-top: 100px;
  }
}
@media (min-width: 1920px) {
  .slide-item {
    min-height: 850px;
  }
}
@media (max-width: 767px) {
    .slide-item {
        height: 100%;
    }
    .slide-item-content .h1 {
        font-size: calc(32px + 20*(100vw - 375px) / 1545);
    }
}
.slide-item picture img {
  position: absolute;
  inset: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.slide-item-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
  width: calc(100% - 40px);
  padding: 20px;
  color: #fff;
  border-radius: 20px 20px 0 0;
  background: rgba(240, 150, 74, 0.95);
  text-align: center;
}
@media (min-width: 768px) {
  .slide-item-content {
    text-align: left;
    padding: 35px;
  }
}
@media (min-width: 992px) {
  .slide-item-content {
    border-radius: 100px 100px 0 0;
    padding: 50px 47px 37px;
  }
}
@media (min-width: 768px) {
  .slide-item-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .slide-item-col {
    width: calc(100% - 288px);
  }
}
@media (min-width: 768px) {
  .slide-item-col:first-child {
    padding-right: 10%;
  }
}
@media (min-width: 768px) {
  .slide-item-col:last-child {
    width: 288px;
  }
}
@media (max-width: 767.98px) {
  .slide-item h2 {
    margin-bottom: 0.5em;
  }
}
.slide-item p {
  margin: 0 0 0.9em;
}
@media (min-width: 768px) {
  .slide-item p {
    margin: 0;
  }
}
.slide-item-content a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: .1px;
  transition: all 0.2s;
}
.slide-item-content a:hover {
  opacity: .8;
  text-decoration: none;
}
.section-full-slider {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-top: 422px;
  min-height: calc(720px + 40 * (100vw - 360px) / 1560);
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-full-slider {
    padding-top: 100px;
  }
}
@media (min-width: 1920px) {
  .section-full-slider {
    min-height: 760px;
  }
}
.section-full-slider .container {
  max-width: 1474px;
  position: relative;
  z-index: 9;
}
.section-full-slider-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px 20px 50px;
  color: #fff;
  border-radius: 20px 20px 0 0;
  background: rgba(69, 83, 23, 0.9);
  text-align: center;
  margin-bottom: -3px;
  transition: all .5s;
}
@media (min-width: 768px) {
  .section-full-slider-content {
    text-align: left;
    max-width: 532px;
    padding: 35px 20px 50px;
    left: 60px;
  }
}
@media (min-width: 992px) {
  .section-full-slider .container {
    height: 0;
  }
  .section-full-slider-content {
    position: absolute;
    bottom: 0;
    left: 100px;
    border-radius: 100px 100px 0 0;
    padding: 100px 96px 58px;
  }
}
@media (min-width: 1620px) {
    .section-full-slider-content {
        left: 3.25%;
    }
}
@media (min-width: 1680px) {
    .section-full-slider-content {
        left: auto;
    }
}
@media (max-width: 767.98px) {
  .section-full-slider h2 {
    margin-bottom: 0.5em;
  }
}
.section-full-slider p {
  margin: 0 0 0.9em;
}
@media (min-width: 768px) {
  .section-full-slider p {
    margin: 0 0 48px;
  }
}
.section-full-slider .btn {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.section-full-slider .full-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.section-full-slider .full-slider .slick-list {
  height: 100%;
}
.section-full-slider .full-slider .slick-track {
  height: 100%;
}
.section-full-slider .full-slider-slide picture {
  position: relative;
}
.section-full-slider .full-slider img {
    position: relative;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 1;
}
.section-full-slider .full-slider-slide .image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  min-width: 25%;
  max-width: 40%;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  font-weight: 400;
  background: rgba(44, 57, 103, 0.85);
  border-radius: 20px 0 0 0;
  z-index: 9;
}
@media (min-width: 992px) {
  .section-full-slider .full-slider-slide .image-caption {
    font-size: 20px;
    padding: 14px 18px;
  }
}
@media (min-width: 1480px) {
  .section-full-slider .full-slider-slide .image-caption {
    font-size: 25px;
    padding: 19px 18px;
  }
}

.full-slider {
  width: 100%;
}
.full-slider img {
  display: block;
}
.full-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 354px;
  left: 50%;
}
@media (min-width: 768px) {
  .full-slider .slick-arrow {
    top: 50%;
    left: auto;
    transform: translateY(-50%) !important;
  }
}
.full-slider .slick-arrow.slick-next {
  transform: translateX(-50%);
  margin-left: 30px;
}
@media (min-width: 768px) {
  .full-slider .slick-arrow.slick-next {
    right: 24px;
    transform: none;
    margin: 0;
  }
}
@media (min-width: 1510px) {
  .full-slider .slick-arrow.slick-next {
    right: 40px;
  }
}
.full-slider .slick-arrow.slick-prev {
  transform: translateX(-50%);
  margin-left: -30px;
}
@media (min-width: 768px) {
  .full-slider .slick-arrow.slick-prev {
    transform: none;
    margin: 0;
    left: 24px;
  }
}
@media (min-width: 1510px) {
  .full-slider .slick-arrow.slick-prev {
    left: 40px;
  }
}
.full-slider figure {
  margin: 0;
}

.section-cards {
  padding: calc(50px + 50 * (100vw - 375px) / 1545) 0 0;
  color: #fff;
  background: linear-gradient(to bottom, #47515f 0%, #47515f 47.3%, rgba(71, 81, 95, 0) 47.3%, rgba(71, 81, 95, 0) 100%);
}
@media (min-width: 992px) {
  .section-cards {
    background: linear-gradient(to bottom, #47515f 0%, #47515f 54%, rgba(71, 81, 95, 0) 54%, rgba(71, 81, 95, 0) 100%);
  }
}
@media (min-width: 1920px) {
  .section-cards {
    padding: 100px 0 0;
  }
}
.section-cards-heading {
  max-width: 850px;
  margin: 0 auto 49px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-cards-heading {
    margin-bottom: 101px;
  }
}
@media (max-width: 767.98px) {
  .section-cards-heading h2 {
    margin-bottom: 0.5em;
  }
}

.list-cards {
  margin: -5px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .list-cards {
    margin: -10px;
  }
}
.list-cards > li {
  display: flex;
  width: 50%;
  padding: 5px;
}
@media (min-width: 768px) {
  .list-cards > li {
    width: 33.3333333333%;
    padding: 10px;
  }
}
.list-cards > li:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .list-cards > li:first-child {
    width: 33.3333333333%;
  }
}
@media (max-width: 767.98px) {
  .list-cards > li:first-child .card-item {
    align-items: stretch;
    min-height: 170px;
  }
}
@media (max-width: 767.98px) {
  .list-cards > li:first-child .card-item-content {
    padding-top: 20px;
    padding-bottom: 10px;
    width: calc(50% - 5px);
  }
}
@media (max-width: 767.98px) {
  .list-cards > li:first-child .card-item-footer {
    padding: 22px 10px 0;
  }
}
@media (max-width: 767.98px) {
  .list-cards > li:first-child .card-item h3 {
    padding-bottom: 30px;
  }
}
.list-cards > li article {
  margin: 0;
  width: 100%;
}

.card-item {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  color: #fff;
  border-radius: calc(20px + 30 * (100vw - 375px) / 1545);
  min-height: calc(345px + 335 * (100vw - 375px) / 1545);
  cursor: pointer;
}
@media (min-width: 1920px) {
  .card-item {
    border-radius: 50px;
    min-height: 680px;
  }
}
.card-item:hover {
  color: inherit;
}
.card-item:hover img {
  transform: scale(1.02);
}
.card-item > img {
  transition: transform 0.5s ease-in-out;
  position: absolute;
  inset: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.card-item-content {
  padding: 20px 0 10px;
  position: relative;
  z-index: 2;
  width: 100%;
  background: rgba(0, 118, 214, 0.9);
}
@media (min-width: 768px) {
  .card-item-content {
    padding: 10px 0 30px;
  }
}
.card-item-footer {
  position: relative;
  padding: 23px 10px 0;
}
@media (min-width: 768px) {
  .card-item-footer {
    padding: 20px 30px 0;
    display: flex;
    justify-content: flex-end;
  }
}
.card-item-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 1px;
  content: "";
  background: #fff;
}
@media (min-width: 768px) {
  .card-item-footer:before {
    width: 43%;
    height: 2px;
  }
}
.card-item-footer .btn {
  max-width: none;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .card-item-footer .btn {
    width: auto;
    padding-left: 46px;
    padding-right: 46px;
  }
}
.card-item h3 {
  padding: 0 20px 30px;
  margin: 0;
}
@media (min-width: 992px) {
  .card-item h3 {
    padding: 0 30px 30px;
  }
}

.section-blogs {/*
  padding: calc(50px + 50 * (100vw - 375px) / 1545) 0 40px;*/
  padding: 64px 0 40px;
}
.section-blogs.alt-view {
  background: linear-gradient(to bottom, #0076d6 38%, #fff 38%, #fff 100%);
}
.section-blogs.alt-view .section-blogs-heading {
  max-width: 1000px;
}
@media (min-width: 992px) {
  .section-blogs.alt-view .section-blogs-heading {
    margin: 0 auto 140px;
  }
}
.section-blogs.alt-view .section-blogs-heading > * {
  color: #fff;
}
.section-blogs.alt-view .btn-primary {
  background: #2c3967;
  border-color: #2c3967;
}
.section-blogs.alt-view .btn-primary:hover {
  color: #2c3967;
  background: #fff;
  border-color: #fff;
}
@media (min-width: 992px) {
  .section-blogs.alt-view .blogs-slider .slick-arrow {
    top: -99px;
    right: calc(50% + 5px);
    border: 0;
  }
}
.section-blogs.alt-view .blogs-slider .slick-arrow.slick-next {
  left: calc(50% + 5px);
}
.section-blogs.dark-blue-mod {
  background: linear-gradient(to bottom, #1848B5 38%, #fff 38%, #fff 100%);
}
@media (max-width: 767.98px) {
  .section-blogs.dark-blue-mod {
    padding: 86px 0 0;
  }
}
@media (max-width: 767.98px) {
  .section-blogs.dark-blue-mod .container {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .section-blogs.dark-blue-mod .section-blogs-heading {
    margin: 0 0 26px;
  }
}
@media (min-width: 1680px) {
  .section-blogs.dark-blue-mod .section-blogs-heading {
    margin: 0 auto 148px;
  }
}
@media (max-width: 767.98px) {
  .section-blogs.dark-blue-mod .section-blogs-heading h2 {
    font-size: 30px;
    margin: 0;
  }
}
@media (min-width: 1480px) {
  .section-blogs.dark-blue-mod .blogs-slider {
    padding: 0 44px;
  }
}
@media (max-width: 767.98px) {
  .section-blogs.dark-blue-mod .blogs-slider .blogs-slider .slick-track {
    padding-bottom: 39px;
  }
}
@media (max-width: 767.98px) {
  .section-blogs.dark-blue-mod .blogs-slider .slick-arrow {
    bottom: 52px;
  }
}
.section-blogs.dark-blue-mod .blogs-slider .blog-article-tags {
  width: 100%;
  border-radius: 0;
}
.section-blogs.dark-blue-mod .blogs-slider .blog-article-tags > li:not(:last-child):after {
  content: " • ";
}
.section-blogs.dark-blue-mod .blogs-slider .slick-dots {
  padding: 0 0 11px;
}
@media (max-width: 767.98px) {
  .section-blogs.dark-blue-mod .blog-article-visual {
    padding-top: 78.7%;
  }
}
@media (max-width: 767.98px) {
  .section-blogs.dark-blue-mod .blog-article h3 {
    font-size: 30px;
    line-height: 1.16667;
    margin: 0 0 0.7em;
  }
}
.section-blogs.alt-view-dark {
  background: linear-gradient(to bottom, #1848B5 38%, #fff 38%, #fff 100%);
}
@media (max-width: 767.98px) {
  .section-blogs.alt-view-dark {
    padding: 37px 0 40px;
    background: linear-gradient(to bottom, #1848B5 254px, #fff 254px, #fff 100%);
  }
}
@media (max-width: 767.98px) {
  .section-blogs.alt-view-dark .container {
    padding: 0 10px;
  }
}
.section-blogs.alt-view-dark .section-blogs-heading {
  max-width: 1024px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .section-blogs.alt-view-dark .section-blogs-heading {
    margin: 0 auto 24px;
  }
}
.section-blogs.alt-view-dark .section-blogs-heading h2 {
  color: #fff;
  margin: 0 0 0.82em;
}
@media (max-width: 767.98px) {
  .section-blogs.alt-view-dark .section-blogs-heading h2 {
    font-size: 30px;
    line-height: 1.16667;
  }
}
@media (max-width: 767.98px) {
  .section-blogs.alt-view-dark .section-blogs-heading .btn {
    min-width: auto;
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .section-blogs.alt-view-dark .blogs-slider .slick-arrow {
    top: -106px;
  }
}
@media (min-width: 992px) {
  .section-blogs.alt-view-dark .blogs-slider .slick-prev {
    right: 133px;
  }
}
@media (min-width: 992px) {
  .section-blogs.alt-view-dark .blogs-slider .slick-next {
    right: 75px;
  }
}
.section-blogs.alt-view-dark .blogs-slider .slick-dots {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .section-blogs.alt-view-dark .blog-article-visual {
    padding-top: 78.7%;
  }
}
@media (max-width: 767.98px) {
  .section-blogs.alt-view-dark .blog-article h3 {
    font-size: 30px;
    line-height: 1.16667;
    margin: 0 0 0.7em;
  }
}
@media (max-width: 767.98px) {
  .section-blogs.alt-view-dark .blog-article-tags {
    border-radius: 0;
    width: 100%;
  }
}
.section-blogs-heading {
  max-width: 850px;
  margin: 0 auto calc(40px + 8 * (100vw - 375px) / 1545);
  text-align: center;
}
.section-blogs-heading p {
  margin-bottom: 2em;
}
.section-blogs .container {
  max-width: 1630px;
}
@media (max-width: 767.98px) {
  .section-blogs .section-blogs-heading h2 {
    margin-bottom: 1em;
  }
}
.section-blogs .section-blogs-heading .btn {
  width: max-content;
  min-width: 251px;
  max-width: none;
}

@media (min-width: 1480px) {
  .blogs-slider,
  .listing-slider {
    padding: 0 44px;
  }
}
@media (min-width: 576px) {
  .blogs-slider-slide,
  .listing-slider-slide {
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  .blogs-slider-slide,
  .listing-slider-slide {
    padding: 0 10px;
  }
}
.blogs-slider .slick-arrow,
.listing-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  border: 1px solid #2C3967;
  bottom: 41px;
  left: 50%;
}
@media (min-width: 992px) {
  .blogs-slider .slick-arrow,
  .listing-slider .slick-arrow {
    left: auto;
    right: 115px;
    top: -129px;
    bottom: auto;
  }
}
.blogs-slider .slick-arrow:hover,
.listing-slider .slick-arrow:hover {
  border-color: #0076d6;
}
.alt-view .blogs-slider .slick-arrow:hover,
.alt-view .listing-slider .slick-arrow:hover {
  border-color: #2c3967;
}
.blogs-slider .slick-arrow.slick-next,
.listing-slider .slick-arrow.slick-next {
  transform: translateX(-50%);
  margin-left: 30px;
}
@media (min-width: 992px) {
  .blogs-slider .slick-arrow.slick-next,
  .listing-slider .slick-arrow.slick-next {
    transform: none;
    margin: 0;
  }
}
.blogs-slider .slick-arrow.slick-prev,
.listing-slider .slick-arrow.slick-prev {
  transform: translateX(-50%);
  margin-left: -30px;
}
@media (min-width: 992px) {
  .blogs-slider .slick-arrow.slick-prev,
  .listing-slider .slick-arrow.slick-prev {
    transform: none;
    margin: 0;
    right: 173px;
  }
}
.blogs-slider .slick-dots,
.listing-slider .slick-dots {
  padding: 11px 0;
}
@media (max-width: 767.98px) {
  .blogs-slider .slick-dots,
  .listing-slider .slick-dots {
    padding: 2px 0;
  }
}
.blogs-slider .slick-track,
.listing-slider .slick-track {
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .blogs-slider .slick-track,
  .listing-slider .slick-track {
    padding-bottom: 57px;
  }
}
@media (min-width: 992px) {
  .blogs-slider .slick-track,
  .listing-slider .slick-track {
    padding-bottom: 0;
  }
}
@media (min-width: 576px) {
  .blogs-slider .slick-list,
  .listing-slider .slick-list {
    overflow: visible;
  }
}
.blogs-slider-slide,
.listing-slider-slide {
  transition: opacity 0.5s;
}
.blogs-slider-slide:not(.slick-active),
.listing-slider-slide:not(.slick-active) {
  opacity: 0.5;
}
.blogs-slider .blog-article .blog-article-content:only-child,
.listing-slider .blog-article .blog-article-content:only-child {
  background-color: #fff;
  padding: 30px;
}

.blog-article {
  width: 100%;
  height: 100%;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .blog-article {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.blog-article-visual {
  position: relative;
  display: block;
  padding-top: 83.7%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .blog-article-visual {
    padding-top: 75.2%;
    border-bottom: 1px solid #fff;
  }
}
.blog-article-visual:hover img {
  transform: scale(1.02);
}
.blog-article-visual img {
  position: absolute;
  inset: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.5s;
}
.blog-article-tags {
  margin: 0 0 calc(20px + 10 * (100vw - 375px) / 1545);
  padding: 10px 20px;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  border-radius: 0 0 20px 20px;
  background: #2C3967;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.blog-article-tags > li:not(:last-child):after {
  content: "•";
  margin-inline: 3px;
}
.blog-article-tags a {
  color: inherit;
  transition: all 0.5s;
}
.blog-article-tags a:hover {
  color: #0076d6;
}
.blog-article h3 {
  margin: 0 0 1.1em;
}
@media (min-width: 768px) {
  .blog-article h3 {
    margin-bottom: 0.9em;
  }
}
.blog-article h3 a {
  color: inherit;
  transition: all 0.5s;
}
.blog-article h3 a:hover {
  color: #0076d6;
}
.blog-article-read {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
}
.blog-article-read .icon-view {
  font-size: 20px;
  margin: 0 10px 0 0;
}
.blog-article-footer {
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  align-items: center;
}
.blogs-slider .blog-article {
  padding-bottom: 60px;
}
.blogs-slider .blog-article-footer {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .blog-article-footer {
    padding: 11px 0;
  }
}
.blog-article .btn {
  width: auto;
  padding: 12px 23px;
}
@media (min-width: 992px) {
  .blog-article .btn {
    padding: 8px 18px;
  }
}

.section-listing-related.section-blogs {
  background: transparent;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section-listing-related.section-blogs {
    padding: 50px 0 40px;
  }
}
.section-listing-related.section-blogs .container {
  max-width: 1500px;
}
@media (max-width: 991.98px) {
  .section-listing-related.section-blogs .container {
    padding: 0 20px;
  }
}
.section-listing-related.section-blogs .section-blogs-heading {
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 110px 64px;
}
@media (min-width: 1680px) {
  .section-listing-related.section-blogs .section-blogs-heading {
    padding-inline: 70px;
  }
}
@media (max-width: 1279.98px) {
  .section-listing-related.section-blogs .section-blogs-heading {
    padding: 0 0 35px;
  }
}
@media (max-width: 767.98px) {
  .section-listing-related.section-blogs .section-blogs-heading {
    padding: 0 4px 35px;
  }
}
.section-listing-related.section-blogs .section-blogs-heading > *:last-child {
  margin-bottom: 0;
}/*
.section-listing-related.section-blogs .section-blogs-heading h2 {
  text-transform: capitalize;
}*/
@media (max-width: 767.98px) {
  .section-listing-related.section-blogs .section-blogs-heading h2 {
    font-size: 40px;
    line-height: 1.125;
    font-weight: 600;
    margin: 0 0 21px;
  }
}
.section-listing-related.section-blogs .listing-slider-wrap {
  position: relative;
}
.section-listing-related.section-blogs .listing-slider-wrap:before {
  content: "";
  width: 101vw;
  height: 1000vw;
  position: absolute;
  left: 50%;
  bottom: 100%;
  background-color: #2C3967;
  transform: translate(-50%, 86px);
}
.section-listing-related.section-blogs .listing-slider {
  padding: 0;
}
@media (max-width: 1279.98px) {
  .section-listing-related.section-blogs .listing-slider {
    margin-top: 78px;
  }
}
@media (max-width: 767.98px) {
  .section-listing-related.section-blogs .listing-slider {
    margin-top: 24px;
  }
}
.section-listing-related.section-blogs .listing-slider .slick-list {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section-listing-related.section-blogs .listing-slider .slick-track {
    padding-bottom: 94px;
  }
}
.section-listing-related.section-blogs .listing-slider .slick-arrow {
  bottom: auto;
  top: -119px;
}
@media (max-width: 1279.98px) {
  .section-listing-related.section-blogs .listing-slider .slick-arrow {
    top: -78px;
    right: auto;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .section-listing-related.section-blogs .listing-slider .slick-arrow {
    top: auto;
    bottom: 44px;
  }
}
@media (min-width: 1280px) {
  .section-listing-related.section-blogs .listing-slider .slick-arrow {
    top: -119px;
  }
}
@media (max-width: 1279.98px) {
  .section-listing-related.section-blogs .listing-slider .slick-arrow.slick-prev {
    left: calc(50% - 4px);
    transform: translate(-100%, 0);
  }
}
@media (min-width: 1280px) {
  .section-listing-related.section-blogs .listing-slider .slick-arrow.slick-prev {
    right: 56px;
  }
}
@media (min-width: 1680px) {
  .section-listing-related.section-blogs .listing-slider .slick-arrow.slick-prev {
    right: 3px;
  }
}
@media (max-width: 1279.98px) {
  .section-listing-related.section-blogs .listing-slider .slick-arrow.slick-next {
    left: calc(50% + 4px);
    transform: none;
  }
}
@media (min-width: 1280px) {
  .section-listing-related.section-blogs .listing-slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media (min-width: 1680px) {
  .section-listing-related.section-blogs .listing-slider .slick-arrow.slick-next {
    right: -56px;
  }
}
.section-listing-related.section-blogs .listing-slider .slick-track {
  display: flex;
}
.section-listing-related.section-blogs .listing-slider .blogs-slider-slide {
  display: flex;
  height: auto;
}

.blog-article.listing-mod,
.section-blogs.alt-view-dark .blog-article.listing-mod {
  display: flex;
  flex-direction: column;
  border-radius: 20px 20px 0 0;
}
.blog-article.listing-mod .entry-thumbnail,
.section-blogs.alt-view-dark .blog-article.listing-mod .entry-thumbnail {
  position: relative;
}
.blog-article.listing-mod .blog-article-visual,
.section-blogs.alt-view-dark .blog-article.listing-mod .blog-article-visual {
  height: 300px;
  padding: 0;
  background-color: #dadada;
}
@media (max-width: 575.98px) {
  .blog-article.listing-mod .blog-article-visual,
  .section-blogs.alt-view-dark .blog-article.listing-mod .blog-article-visual {
    height: 96vw;
  }
}
.blog-article.listing-mod .blog-article-content,
.section-blogs.alt-view-dark .blog-article.listing-mod .blog-article-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
@media (min-width: 768px) {
  .blog-article.listing-mod .blog-article-content,
  .section-blogs.alt-view-dark .blog-article.listing-mod .blog-article-content {
    padding: 0 20px;
  }
}
.blog-article.listing-mod .blog-article-tags,
.section-blogs.alt-view-dark .blog-article.listing-mod .blog-article-tags {
  width: 100%;
  border-radius: 0;
  margin: 0 0 19px;
}
@media (min-width: 768px) {
  .blog-article.listing-mod .blog-article-tags,
  .section-blogs.alt-view-dark .blog-article.listing-mod .blog-article-tags {
    min-height: 36px;
    margin: 0 0 13px;
  }
}
.blog-article.listing-mod .blog-article-tags li:not(:last-child):after,
.section-blogs.alt-view-dark .blog-article.listing-mod .blog-article-tags li:not(:last-child):after {
  content: " • ";
  margin: 0 2px;
}
.blog-article.listing-mod h3,
.section-blogs.alt-view-dark .blog-article.listing-mod h3 {
  line-height: 1;
  margin-bottom: 0.25em;
}
@media (max-width: 767.98px) {
  .blog-article.listing-mod h3,
  .section-blogs.alt-view-dark .blog-article.listing-mod h3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.blog-content-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-article.listing-mod .listing-google-rating,
.section-blogs.alt-view-dark .blog-article.listing-mod .listing-google-rating {
  font-size: 20px;
  margin: auto 0 8px;
}
.blog-article.listing-mod .listing-google-rating svg,
.section-blogs.alt-view-dark .blog-article.listing-mod .listing-google-rating svg {
  width: 21px;
}
.blog-article.listing-mod .blog-content-detail .listing-google-rating,
.section-blogs.alt-view-dark .blog-article.listing-mod .blog-content-detail .listing-google-rating {
  margin-bottom: 0;
}
.blog-article.listing-mod .period-of-operation,
.section-blogs.alt-view-dark .blog-article.listing-mod .period-of-operation {
  margin: 0;
}
.listing-listing .blog-article.listing-mod .blog-content-detail .listing-region {
  width: 100%;
}
.blog-article.listing-mod .blog-article-footer,
.section-blogs.alt-view-dark .blog-article.listing-mod .blog-article-footer {
  padding: 0;
  align-items: center;
}
@media (min-width: 768px) {
  .blog-article.listing-mod .blog-article-footer,
  .section-blogs.alt-view-dark .blog-article.listing-mod .blog-article-footer {
    align-items: flex-end;
  }
}
.blog-article.listing-mod .listing-region,
.section-blogs.alt-view-dark .blog-article.listing-mod .listing-region {
  margin: 0;
}
.blog-article.listing-mod .btn,
.section-blogs.alt-view-dark .blog-article.listing-mod .btn {
  flex-shrink: 0;
  margin: 0;
}

.memberships-items {
  width: 40px;
  background-color: #2C3967;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}
.memberships-items figure {
  margin: 0;
  display: flex;
  justify-content: center;
  padding: 7px 8px;
}
.memberships-items img {
  filter: brightness(0) invert(1);
}

.section-newsletter {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-top: calc(274px + 202 * (100vw - 375px) / 1545);
  min-height: calc(720px + 360 * (100vw - 375px) / 1545);
}
@media (min-width: 1920px) {
  .section-newsletter {
    min-height: 1080px;
    padding-top: 476px;
  }
}
.section-newsletter picture img {
  position: absolute;
  inset: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.section-newsletter .container {
  position: relative;
  z-index: 2;
}

.newsletter-box {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: calc(20px + 80 * (100vw - 375px) / 1545) calc(20px + 80 * (100vw - 375px) / 1545) calc(20px + 55 * (100vw - 375px) / 1545);
  color: #fff;
  background: rgba(0, 118, 214, 0.9);
  border-radius: 20px 20px 0 0;
}
@media (min-width: 992px) {
  .newsletter-box {
    border-radius: 100px 100px 0 0;
  }
}
.newsletter-box h2 {
  margin-bottom: 0.5em;
  line-height: .97;
}
@media (min-width: 992px) {
  .newsletter-box h2 {
    margin-bottom: 0.8em;
  }
}
.newsletter-box p {
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .newsletter-box p {
    margin-bottom: 2em;
  }
}

.form-newsletter form {
  margin: 0;
}
.form-newsletter .form-row {
  margin: 10px 0 20px;
}
@media (min-width: 768px) {
  .form-newsletter .form-row {
    display: flex;
    justify-content: space-between;
    border-radius: 34px;
    border: 1px solid #fff;
  }
}
@media (min-width: 992px) {
  .form-newsletter .form-row {
    margin: 10px 0 50px;
  }
}
.form-newsletter .form-row input {
  width: 100%;
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  background: none;
  border-radius: 34px;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .form-newsletter .form-row input {
    padding: 10px 48px;
    border: 0;
    border-radius: 0;
    margin: 0;
  }
}
.form-newsletter .form-row input:not(textarea) {
  height: 48px;
}
@media (min-width: 768px) {
  .form-newsletter .form-row input:not(textarea) {
    height: 66px;
  }
}
@media (max-width: 767.98px) {
  .form-newsletter .form-row input::placeholder {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .form-newsletter .form-row #placeholder {
    text-align: center;
  }
}
.form-newsletter .form-row [type=submit] {
  display: block;
  height: 48px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: #2C3967;
  width: auto;
  min-width: 127px;
  line-height: 1.05;
  font-weight: 600;
  background: #fff;
  border-radius: 34px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .form-newsletter .form-row [type=submit] {
    margin: 0;
    padding-inline: 5px 10px;
    height: 66px;
    width: auto;
    min-width: 187px;
    border-radius: 0 34px 34px 0;
  }
}
@media (max-width: 767px) {
  .form-newsletter .form-row [type=submit] {
    width: 100%;
    padding: 0 15px;
  }
}
.form-newsletter .form-row [type=submit]:hover {
  background: #2C3967;
  color: #fff;
}

.checkbox-row input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.checkbox-row input[type=checkbox]:checked + .custom-checkbox:before {
  border-width: 10px;
}
.checkbox-row input[type=checkbox]:focus + .custom-checkbox:before {
  outline: 1px solid #2C3967;
}
.checkbox-row .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .checkbox-row .custom-checkbox {
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {
  .checkbox-row .custom-checkbox {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .checkbox-row .custom-checkbox {
    font-size: 25px;
  }
}
.checkbox-row .custom-checkbox:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  content: "";
  border: 1px solid #fff;
  transition: border 0.5s;
}
@media (min-width: 992px) {
  .checkbox-row .custom-checkbox:before {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}

.section-banner {
  display: flex;
  flex-direction: column;
  min-height: 680px;
  position: relative;
}
.section-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to right, rgba(44, 57, 103, 0.65) 0, rgba(44, 57, 103, 0) 65%, transparent 100%);
}
@media (max-width: 767.98px) {
  .section-banner.full-height-mob {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .section-banner.full-height-mob:before {
    content: none;
  }
}
@media (max-width: 767.98px) {
  .section-banner.full-height-mob .bg-image {
    height: 600px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.section-banner.full-height-mob .bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(44, 57, 103, 0.65) 0, rgba(44, 57, 103, 0) 65%, transparent 100%);
  z-index: 1;
}
.section-banner.full-height-mob.no-overlay .bg-image:before {
    background: none;
}
@media (max-width: 767.98px) {
  .section-banner.full-height-mob .bg-image img {
    display: block;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 857px) {
  .section-banner.full-height-mob .content {
    border-radius: 0;
    margin: 0;
    width: auto;
    padding: 50px 30px 29px;
    background: #2C3967;
  }
}
.section-banner.no-overlay:before {
  content: none;
}
.section-banner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0 !important;
}
.section-banner .bg-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-banner .banner-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    min-width: 25%;
    max-width: 50%;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: right;
    font-weight: 400;
    background: rgba(44, 57, 103, 0.85);
    border-radius: 20px 0 0 0;
    z-index: 9;
}
@media (min-width: 768px) {
    .section-banner .bg-image {
      z-index: -2;
    }
  .section-banner .banner-caption {
    max-width: 25%;
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .section-banner .banner-caption {
    font-size: 20px;
    padding: 14px 18px;
  }
}
@media (min-width: 1480px) {
  .section-banner .banner-caption {
    font-size: 25px;
    padding: 19px 18px;
  }
}/*
@media (max-width: 865px) {
  .section-banner .banner-caption {
    color: #2C3967;
    background: rgba(255, 255, 255, 0.8);
  }
}*/
.section-banner .container,
.section-banner .inner-holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  flex-grow: 1;
}
.section-banner .content {
  position: relative;
  z-index: 2;
  width: fit-content;
  max-width: 100%;
  padding: 50px 50px 29px;
  color: #fff;
  border-radius: 50px 50px 0 0;
  background: rgba(44, 57, 103, 0.9);
  margin-top: auto;
}
@media (min-width: 768px) {
  .section-banner .content {
    max-width: 588px;
  }
}
@media (max-width: 767.98px) {
  .section-banner .container {
    background-color: #2C3967;
  }
}
@media (min-width: 1920px) {
  .section-banner .content {
    padding: 48px 50px 72px;
  }
}
@media (min-width: 1480px) {
  .section-banner .content:has(h1):not(:has(h1 + *)) {
    padding: 48px 35px 30px 50px;
  }
}
@media (min-width: 768px) {
  .section-banner .content.w-large {
    max-width: 78%;
  }
}
@media (min-width: 1024px) {
  .section-banner .content.w-large {
    max-width: 55%;
  }
}
.section-banner .content a {
  color: #fff;
  text-decoration: underline;
}
.section-banner .content a:hover {
  opacity: .8;
  text-decoration: none;
}
/*
.section-banner .content h1 {
  text-transform: capitalize;
}*/
@media (max-width: 767.98px) {
  .section-banner .content h1 {
    margin: 0 0 0.52em;
  }
}
.section-banner .content h2,
.section-banner .content .h2,
.section-banner .content .listing-accordion .opener,
.listing-accordion .section-banner .content .opener,
.section-banner .content .section-plan .itinerary-listing > li.featured h3,
.section-plan .itinerary-listing > li.featured .section-banner .content h3,
.section-banner .content .section-plan .itinerary-listing > li.featured .h3,
.section-plan .itinerary-listing > li.featured .section-banner .content .h3,
.section-banner .content .section-blog-filter .blog-article:nth-child(6n+1) h3,
.section-blog-filter .blog-article:nth-child(6n+1) .section-banner .content h3,
.section-banner .content .section-blog-filter .blog-article:nth-child(6n+1) .h3,
.section-blog-filter .blog-article:nth-child(6n+1) .section-banner .content .h3,
.section-banner .content .single-card h3,
.single-card .section-banner .content h3 {
  margin-bottom: 0.55em;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .section-banner .content h2,
  .section-banner .content .h2,
  .section-banner .content .listing-accordion .opener,
  .listing-accordion .section-banner .content .opener,
  .section-banner .content .section-plan .itinerary-listing > li.featured h3,
  .section-plan .itinerary-listing > li.featured .section-banner .content h3,
  .section-banner .content .section-plan .itinerary-listing > li.featured .h3,
  .section-plan .itinerary-listing > li.featured .section-banner .content .h3,
  .section-banner .content .section-blog-filter .blog-article:nth-child(6n+1) h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .section-banner .content h3,
  .section-banner .content .section-blog-filter .blog-article:nth-child(6n+1) .h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .section-banner .content .h3,
  .section-banner .content .single-card h3,
  .single-card .section-banner .content h3 {
    margin-bottom: 0.28em;
  }
}

.section-regions {
  background-color: #b3cee7;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .section-regions {
    padding: 65px 0;
  }
}
@media (min-width: 992px) {
  .section-regions {
    padding: 95px 0 150px;
  }
}
@media (min-width: 992px) {
  .section-regions h2 {
    margin-bottom: 1.1em;
  }
}
.section-regions .row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .section-regions .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-regions h2 {
  text-align: center;
}

.single-card {
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  height: 100%;
}
.single-card.alt-view {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .single-card.alt-view {
    min-height: 650px;
  }
}
.single-card.alt-view .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  padding: 0;
  margin: 0;
}
.single-card.alt-view .card-body {
  margin-top: auto;
}
.single-card .img-holder {
  padding-bottom: 68%;
  position: relative;
  z-index: 1;
}
.single-card .img-holder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}
.single-card h3 {
  margin-bottom: 0.3em;
}
.single-card .subtitle {
  display: block;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .single-card .subtitle {
    font-size: 20px;
  }
}
.single-card .card-body {
  padding: 20px;
}
@media (min-width: 992px) {
  .single-card .card-body {
    padding: 50px;
  }
}
.single-card .card-body .btn {
  max-width: none;
  width: auto;
  padding: 19px 39px;
}
.single-card figure {
  margin: 0;
}
.single-card .map-holder {
  position: absolute;
  top: 0;
  right: 50px;
  border-radius: 0 0 20px 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  z-index: 2;
  height: 140px;
  max-width: 180px;
}
@media (max-width: 575.98px) {
  .single-card .map-holder {
    height: 110px;
    max-width: 150px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  .single-card .map-holder {
    height: 173px;
    max-width: 240px;
  }
}
.single-card .map-holder img {
  position: static;
  display: block;
  width: 100%;
}

.section-like {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section-like {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .events-page .section-like {
    padding: 100px 0 20px;
  }
}
.section-like.light-blue {
  background: rgba(179, 206, 231, 0.35);
}
@media (min-width: 992px) {
  .section-like.light-blue {
    padding: 101px 0 98px;
  }
}
@media (max-width: 767.98px) {
  .listing-page .section-like.light-blue {
    background: transparent;
  }
}
.section-like.light-blue .section-blogs-heading {
  margin: 0 auto 48px;
}
.section-like.light-blue .section-blogs-heading > *:last-child {
  margin-bottom: 0;
}
.section-like.light-blue h2 {
  margin: 0 0 0.85em;
}
.section-like.light-blue .like-card .card-body {
  min-height: auto;
}
@media (min-width: 992px) {
  .section-like.light-blue .like-card .card-body {
    align-items: center;
  }
}
.section-like .card-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.section-like .card-holder li {
  flex-basis: 100%;
}
@media (min-width: 576px) {
  .section-like .card-holder li {
    flex-basis: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .section-like .card-holder li {
    flex-basis: calc(33.33333% - (40px / 3));
  }
}
@media (min-width: 1280px) {
  .section-like .card-holder li {
    flex-basis: calc(25% - (60px / 4));
  }
}
@media (max-width: 991.98px) {
  .section-like .section-blogs-heading {
    margin-bottom: 48px;
  }
}
@media (max-width: 991.98px) {
  .section-like .section-blogs-heading h2 {
    margin-bottom: 1.3em;
  }
}
.section-like figure {
  margin: 0;
}

.like-card {
  display: block;
}
.like-card:hover .img-holder img {
  transform: scale(1.05);
}
.like-card .inner-holder {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 100%;
}
@media (min-width: 992px) {
  .like-card .inner-holder {
    padding-bottom: 117%;
  }
}
.like-card .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.like-card .img-holder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: -1;
  transform: scale(1);
  transition: transform 0.27s linear;
}
.like-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 40px;
  z-index: 2;
  background-color: rgba(69, 83, 23, 0.7);
  min-height: 43%;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .like-card .card-body {
    min-height: 36%;
  }
}
.like-card .card-body > * {
  margin: 0;
  color: #fff;
  font-size: 35px;
}

.section-crowdriff {
  padding: 20px 0 6px;
}
@media (min-width: 992px) {
  .section-crowdriff {
    padding: 64px 0 10px;
  }
}
.events-page .section-crowdriff {
  padding-top: 0;
}
.section-crowdriff figure {
  margin: 0;
}
.section-crowdriff .header-image {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-crowdriff .header-image {
    z-index: 1;
    padding-bottom: 55%;
  }
}
@media (max-width: 575.98px) {
  .section-crowdriff .header-image {
    padding-bottom: 100%;
  }
}
.section-crowdriff .header-image img {
  display: block;
  width: 100%;
  margin: 0;
}
@media (max-width: 767.98px) {
  .section-crowdriff .header-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    max-width: none;
    width: 100%;
    height: 100%;
  }
}
.section-crowdriff .instagram-frame {
  position: absolute;
  z-index: 3;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 2px solid #fff;
  max-width: 620px;
}
@media (min-width: 576px) {
  .section-crowdriff .instagram-frame {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media (min-width: 1280px) {
  .section-crowdriff .instagram-frame {
    top: 29px;
    bottom: 29px;
  }
}
.section-crowdriff .instagram-frame * {
  color: #2C3967;
}
.section-crowdriff .instagram-frame .head {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (min-width: 1280px) {
    .section-crowdriff .instagram-frame .head {
      padding: 20px 57px;
    }
    .de .section-crowdriff .instagram-frame .head {
      padding: 20px 30px;
    }
}
@media (max-width: 1279.98px) {
    .section-crowdriff .instagram-frame .head {
        font-size: 16px;
    }
}
.section-crowdriff .instagram-frame .head * {
    margin: 0;
}
@media (max-width: 1279.98px) {
    .section-crowdriff .instagram-frame .head .head-icon svg {
        width: 30px;
    }
}
.section-crowdriff .instagram-frame .head .head-title {
    padding: 0 20px;
    position: relative;
    font-weight: 300;
}
.section-crowdriff .instagram-frame .head-title a:hover {
    text-decoration: underline;
}
@media (min-width: 1280px) {
    .section-crowdriff .instagram-frame .head .head-title {
        padding: 0 40px;
    }
    .de .section-crowdriff .instagram-frame p {
        font-size: 23px;
    }
}
@media (max-width: 424px) {
    .de .section-crowdriff .instagram-frame .head,
    .de .section-crowdriff .instagram-frame .head .head-hashtag a {
        font-size: 15px;
    }
    .de .section-crowdriff .instagram-frame .head .head-title {
        padding-inline: 18px;
    }
    .de .section-crowdriff .instagram-frame .head .head-title:after { right: 9px; }
    .de .section-crowdriff .instagram-frame .head .head-title:before { left: 9px; }
}
@media (max-width: 374px) {
    .de .section-crowdriff .instagram-frame .head,
    .de .section-crowdriff .instagram-frame .head .head-hashtag a {
        font-size: 14px;
    }
}
.section-crowdriff .instagram-frame .head .head-title:after, 
.section-crowdriff .instagram-frame .head .head-title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #2C3967;
    left: 10px;
}
@media (min-width: 1280px) {
    .section-crowdriff .instagram-frame .head .head-title:after, 
    .section-crowdriff .instagram-frame .head .head-title:before {
        left: 20px;
    }
}
.section-crowdriff .instagram-frame .head .head-title:after {
    left: auto;
    right: 10px;
}
@media (min-width: 1280px) {
    .section-crowdriff .instagram-frame .head .head-title:after {
        right: 20px;
    }
}
.section-crowdriff .instagram-frame .head .head-hashtag a {
  transition: opacity 0.5s ease-in-out;
  font-weight: 600;
}
@media (max-width: 1279.98px) {
  .section-crowdriff .instagram-frame .head .head-hashtag a {
    font-size: 18px;
  }
}
.section-crowdriff .instagram-frame .head .head-hashtag a:hover {
  opacity: 0.8;
}
.section-crowdriff .cr__gridRow {
  margin: 0 -10px 20px;
}
.section-crowdriff .cr__gridRow:last-of-type {
  margin: 0 -10px;
}
.section-crowdriff .cr__gridRow > * {
  margin: 0 10px;
  padding: 0 !important;
}
.section-crowdriff .loadMore {
  display: block !important;
  width: auto !important;
  min-width: 196px !important;
  height: auto !important;
  font-family: "Kanit", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #2C3967 !important;
  background-color: transparent !important;
  border: 1px solid #2C3967 !important;
  border-radius: 34px !important;
  padding: 4px 40px !important;
  margin: 18px auto 12px !important;
}
@media (min-width: 992px) {
  .section-crowdriff .loadMore {
    margin: 30px auto 20px !important;
  }
}
.section-crowdriff .loadMore:hover {
  border-radius: 34px !important;
  background-color: #2C3967 !important;
  color: #fff !important;
}
.section-crowdriff .loadMore:after {
  content: none !important;
}

.section-feature {
  padding: 50px 0 0;
  background: linear-gradient(to bottom, #47515F 0%, #47515F 52%, #fff 52%, #fff 100%);
}
@media (min-width: 992px) {
  .section-feature {
    background: linear-gradient(to bottom, #47515F 0%, #47515F 45%, #fff 45%, #fff 100%);
  }
}
@media (min-width: 992px) {
  .section-feature {
    padding: 100px 0 20px;
  }
}
.section-feature .section-blogs-heading {
  color: #fff;
  margin: 0 auto calc(48px + 8 * (100vw - 375px) / 1545);
}
@media (min-width: 992px) {
  .section-feature .section-blogs-heading {
    margin: 0 auto calc(40px + 8 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 991.98px) {
  .section-feature .section-blogs-heading h2,
  .section-feature .section-blogs-heading .h2,
  .section-feature .section-blogs-heading .listing-accordion .opener,
  .listing-accordion .section-feature .section-blogs-heading .opener,
  .section-feature .section-blogs-heading .section-plan .itinerary-listing > li.featured h3,
  .section-plan .itinerary-listing > li.featured .section-feature .section-blogs-heading h3,
  .section-feature .section-blogs-heading .section-plan .itinerary-listing > li.featured .h3,
  .section-plan .itinerary-listing > li.featured .section-feature .section-blogs-heading .h3,
  .section-feature .section-blogs-heading .section-blog-filter .blog-article:nth-child(6n+1) h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .section-feature .section-blogs-heading h3,
  .section-feature .section-blogs-heading .section-blog-filter .blog-article:nth-child(6n+1) .h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .section-feature .section-blogs-heading .h3,
  .section-feature .section-blogs-heading .single-card h3,
  .single-card .section-feature .section-blogs-heading h3 {
    margin-bottom: 1.3em;
  }
}
@media (max-width: 991.98px) {
  .section-feature .section-blogs-heading p {
    margin-bottom: 2.4em;
  }
}
.section-feature .feature-slider {
  position: relative;
  z-index: 1;
  padding-top: 98px;
  color: #2C3967;
}
.section-feature .feature-slider a {
  transition: color 0.5s ease-in-out;
  color: #2C3967;
}
.section-feature .feature-slider a:hover {
  color: #0076d6;
}
.section-feature .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
@media (min-width: 992px) {
  .section-feature .slick-list {
    margin: 0 -101px 0 -10px;
  }
}
.section-feature figure {
  margin: 0;
}
.section-feature .slick-slide {
  margin: 0 10px;
}
.section-feature .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 0;
  right: calc(50% + 5px);
  border: 0;
}
.section-feature .slick-arrow:hover {
  border-color: #0076d6;
}
.section-feature .slick-arrow.slick-next {
  left: calc(50% + 5px);
}
.section-feature .inner-holder {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
.section-feature .card-body {
  padding: 30px 0 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3333333333;
}
@media (min-width: 992px) {
  .section-feature .card-body {
    padding: 30px 35px 15px 30px;
  }
}
.section-feature .card-body h3,
.section-feature .card-body .h3,
.section-feature .card-body .section-plan .itinerary-listing > li h3,
.section-plan .itinerary-listing > li .section-feature .card-body h3,
.section-feature .card-body .section-plan .itinerary-listing > li .h3,
.section-plan .itinerary-listing > li .section-feature .card-body .h3 {
  margin-bottom: 18px;
}
.section-feature .card-body > :last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #2C3967;
}
.section-feature .slick-dots {
  padding: 9px 0;
}
@media (min-width: 992px) {
  .section-feature .slick-dots button {
    margin: 0 4px;
  }
}
.section-feature .img-holder {
  position: relative;
  display: block;
  padding-top: 100.4%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-feature .img-holder {
    padding-top: 92.5%;
  }
}
.section-feature .img-holder:hover img {
  transform: scale(1.02);
}
.section-feature .img-holder img {
  position: absolute;
  inset: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.5s;
}

.info-list {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1111111111;
}
.info-list > li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.info-list svg {
  flex-shrink: 0;
  margin-right: 10px;
}

.section-package {
  padding: 50px 0 20px;
}
@media (min-width: 992px) {
  .section-package {
    padding: 50px 0 80px;
  }
}
.section-package .section-blogs-heading {
  margin: 0 auto calc(48px + 8 * (100vw - 375px) / 1545);
}
@media (min-width: 992px) {
  .section-package .section-blogs-heading {
    margin: 0 auto calc(40px + 8 * (100vw - 375px) / 1545);
  }
}
@media (max-width: 991.98px) {
  .section-package .section-blogs-heading h2,
  .section-package .section-blogs-heading .h2,
  .section-package .section-blogs-heading .listing-accordion .opener,
  .listing-accordion .section-package .section-blogs-heading .opener,
  .section-package .section-blogs-heading .section-plan .itinerary-listing > li.featured h3,
  .section-plan .itinerary-listing > li.featured .section-package .section-blogs-heading h3,
  .section-package .section-blogs-heading .section-plan .itinerary-listing > li.featured .h3,
  .section-plan .itinerary-listing > li.featured .section-package .section-blogs-heading .h3,
  .section-package .section-blogs-heading .section-blog-filter .blog-article:nth-child(6n+1) h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .section-package .section-blogs-heading h3,
  .section-package .section-blogs-heading .section-blog-filter .blog-article:nth-child(6n+1) .h3,
  .section-blog-filter .blog-article:nth-child(6n+1) .section-package .section-blogs-heading .h3,
  .section-package .section-blogs-heading .single-card h3,
  .single-card .section-package .section-blogs-heading h3 {
    margin-bottom: 1.3em;
  }
}
@media (max-width: 991.98px) {
  .section-package .section-blogs-heading p {
    margin-bottom: 2.4em;
  }
}
.section-package .badge {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  background: #2C3967;
  padding: 17px 22px;
  border-top-right-radius: 20px;
}
.section-package .package-slider {
  position: relative;
  z-index: 1;
  padding-top: 101px;
  color: #2C3967;
}
@media (max-width: 767.98px) {
  .section-package .package-slider {
    padding-top: 0;
  }
}
.section-package .package-slider a {
  transition: color 0.5s ease-in-out;
  color: #2C3967;
}
.section-package .package-slider a:hover {
  color: #0076d6;
}
.section-package .slick-list {
  overflow: visible;
  margin: 0 -20px;
}
@media (min-width: 992px) {
  .section-package .slick-list {
    margin: 0 -96px 0 -20px;
  }
}
.section-package figure {
  margin: 0;
}
.section-package .slick-slide {
  transition: opacity 0.5s;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-package .slick-slide {
    padding: 10px 20px;
  }
}
@media (min-width: 768px) {
  .section-package .slick-slide:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #2C3967;
  }
}
.section-package .slick-slide:not(.slick-active) {
  opacity: 0.5;
}
.section-package .slick-arrow {
  position: absolute;
  z-index: 10;
  border: 1px solid #2C3967;
  top: 0;
  right: calc(50% + 5px);
}
@media (max-width: 767.98px) {
  .section-package .slick-arrow {
    bottom: 50px;
    top: auto;
  }
}
.section-package .slick-arrow:hover {
  border-color: #0076d6;
}
.section-package .slick-arrow.slick-next {
  left: calc(50% + 5px);
}
.section-package .slick-dots {
  padding: 88px 0 9px;
}
@media (min-width: 768px) {
  .section-package .slick-dots {
    padding: 9px 0;
  }
}
@media (min-width: 992px) {
  .section-package .slick-dots {
    margin-top: 33px;
  }
}
@media (min-width: 992px) {
  .section-package .slick-dots button {
    margin: 0 4px;
  }
}
.section-package .inner-holder {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
.section-package .card-body {
  padding: 30px 0 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3333333333;
}
@media (min-width: 992px) {
  .section-package .card-body {
    padding: 30px 35px 30px 30px;
  }
}
.section-package .card-body h4,
.section-package .card-body .h4 {
  margin-bottom: 18px;
  font-size: calc(20px + 10 * (100vw - 375px) / 1545);
}
@media (max-width: 575.98px) {
  .section-package .card-body h4,
  .section-package .card-body .h4 {
    font-size: 30px;
  }
}
.section-package .card-body .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;/*
  padding-bottom: 14px;
  border-bottom: 1px solid #2C3967;*/
}
@media (max-width: 575.98px) {
  .section-package .card-body .price {
    font-size: 60px;
  }
}
.section-package .card-body .price span {
  font-size: 18px;
  line-height: 1;
}
.section-package .card-body .btn {
  font-size: 18px;
  color: #fff;
  width: max-content;
  padding: 8px 40px;
}
.section-package .card-body .btn:hover {
  color: #fff;
}
.section-package .img-holder {
  position: relative;
  display: block;
  padding-top: 89.286%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-package .img-holder {
    padding-top: 100.4%;
  }
}
@media (min-width: 992px) {
  .section-package .img-holder {
    padding-top: 62.5%;
  }
}
.section-package .img-holder:hover img {
  transform: scale(1.02);
}
.section-package .img-holder img {
  position: absolute;
  inset: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.5s;
}
.section-package .info-list {
  padding-bottom: 3px;
  border-bottom: 1px solid #2C3967;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .section-package .info-list {
    font-size: 16px;
  }
}

.load-more {
  width: max-content;
  min-width: 200px;
  margin: 0 auto;
  display: block;
  text-transform: capitalize;
}

.section-blog-filter {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .section-blog-filter {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .section-blog-filter .blog-listing {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(200px, auto);
  }
}
.section-blog-filter .blog-article {
  display: flex;
  flex-direction: column;
  border-radius: 0;
}
.section-blog-filter .blog-article .blog-article-visual {
  border-radius: 50px 50px 0 0;
}
@media (min-width: 992px) {
  .section-blog-filter .blog-article .blog-article-visual {
    border-bottom: 1px solid #fff;
  }
}
.section-blog-filter .blog-article .blog-article-content {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .section-blog-filter .blog-article .blog-article-content {
    border-bottom: 1px solid #2C3967;
    padding-bottom: 23px;
    margin-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  .section-blog-filter .blog-article h3,
  .section-blog-filter .blog-article .h3,
  .section-blog-filter .blog-article .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .section-blog-filter .blog-article h3,
  .section-blog-filter .blog-article .section-plan .itinerary-listing > li .h3,
  .section-plan .itinerary-listing > li .section-blog-filter .blog-article .h3 {
    line-height: 1.2;
    font-size: 30px;
    margin-bottom: 0.9em;
  }
}
@media (max-width: 767.98px) {
  .section-blog-filter .blog-article .blog-article-tags {
    border-radius: 0;
    width: 100%;
  }
}
.section-blog-filter .blog-article .btn {
  font-size: 18px;
  border-radius: 24px;
}
@media (max-width: 767.98px) {
  .section-blog-filter .blog-article .btn {
    padding: 12px 19px;
  }
}
@media (min-width: 992px) {
  .section-blog-filter .blog-article:nth-child(6n+1) {
    grid-column: 1/span 2;
    grid-row: span 2;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .section-blog-filter .blog-article:nth-child(6n+1) {
    padding-right: 46px;
  }
}
.section-blog-filter .blog-article:nth-child(6n+1) .blog-article-visual {
  flex-grow: 1;
}
.section-blog-filter .blog-article:nth-child(6n+1) h3,
.section-blog-filter .blog-article:nth-child(6n+1) .h3,
.section-blog-filter .blog-article:nth-child(6n+1) .section-plan .itinerary-listing > li h3,
.section-plan .itinerary-listing > li .section-blog-filter .blog-article:nth-child(6n+1) h3 {
  line-height: 1.1;
}
@media (min-width: 992px) {
  .section-blog-filter .blog-article:nth-child(6n+5) {
    grid-column: 2/span 2;
    grid-row: span 2;
    padding-left: 15px;
  }
}
@media (min-width: 1280px) {
  .section-blog-filter .blog-article:nth-child(6n+5) {
    padding-left: 46px;
  }
}
.section-blog-filter .blog-article:nth-child(6n+5) h3,
.section-blog-filter .blog-article:nth-child(6n+5) .h3,
.section-blog-filter .blog-article:nth-child(6n+5) .section-plan .itinerary-listing > li h3,
.section-plan .itinerary-listing > li .section-blog-filter .blog-article:nth-child(6n+5) h3 {
  line-height: 1.1;
}
@media (min-width: 992px) {
  .section-blog-filter .blog-article:nth-child(6n+5) h3,
  .section-blog-filter .blog-article:nth-child(6n+5) .h3,
  .section-blog-filter .blog-article:nth-child(6n+5) .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .section-blog-filter .blog-article:nth-child(6n+5) h3 {
    font-size: calc(25px + 20 * (100vw - 375px) / 1545);
  }
}
.section-blog-filter .blog-article .blog-article-visual {
  flex-grow: 1;
}
.section-blog-filter .blog-filter-header {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-blog-filter .blog-filter-header {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .section-blog-filter .blog-filter-header h2 {
    font-size: 60px;
  }
}
.section-blog-filter .load-more {
  margin: 0 auto;
  display: block;
  border-radius: 34px;
}
@media (max-width: 767.98px) {
  .section-blog-filter .blog-filter-form {
    margin-bottom: 35px;
  }
}

.filter-box {
  color: #2C3967;
}
.filter-box > fieldset {
  width: 100%;
}
@media (min-width: 768px) {
  .filter-box > fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .filter-box .left-box {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .filter-box .left-box {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .filter-box .left-box > * {
    width: 100%;
  }
}
.filter-box .filtering-criteria {
  width: 100%;
}
@media (min-width: 768px) {
  .filter-box .right-box {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: right;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .filter-box .right-box .displaying-posts {
    margin-top: auto;
  }
}
.filter-box .right-box input {
  background: transparent;
}
.filter-box .right-box input::placeholder {
  color: #2C3967;
}
.filter-box .filter-btn,
.filter-box .jcf-select,
.filter-box input[type=search],
#main .gform_wrapper .jcf-select {
  border-radius: 25px;
  border: 1px solid #2C3967;
}
.filter-box .jcf-select,
#main .gform_wrapper .jcf-select {
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  padding: 5px 25px;
  min-width: 154px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .filter-box .jcf-select,
  #main .gform_wrapper .jcf-select {
    justify-content: center;
    margin-right: 15px;
    width: 170px;
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .filter-box .jcf-select {
    margin-bottom: 10px;
  }
}
.filter-box .jcf-select.jcf-drop-active,
#main .gform_wrapper .jcf-select.jcf-drop-active {
  border-radius: 25px 25px 0 0;
  background: #0076d6;
  color: #fff;
}
.filter-box .jcf-select.jcf-drop-active .jcf-select-opener,
#main .gform_wrapper .jcf-select.jcf-drop-active .jcf-select-opener {
  transform: rotateX(180deg);
}
.filter-box .filter-btn {
  transition: opacity 0.5s ease-in-out;
  background: #2C3967;
  border-radius: 18px;
  padding: 2px 28px;
  min-width: 131px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 10px 0 0;
}
@media (max-width: 767.98px) {
  .filter-box .filter-btn {
    justify-content: space-between;
    width: 100%;
    padding: 8px 28px;
    border-radius: 24px;
    margin: 0 0 10px;
  }
}
@media (min-width: 992px) {
  .filter-box .filter-btn:hover {
    opacity: 0.8;
  }
}
.filter-box .filter-btn svg {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .filter-box .reset-wrap {
    order: 2;
    margin-bottom: 43px;
  }
}
.filter-box .reset-wrap button {
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 5px 25px;
  font-size: 18px;
  font-weight: 300;
  color: #2C3967;
}
.filter-box .reset-wrap button:hover {
  background: transparent;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .filter-box .reset-wrap button {
    margin: 0 auto;
  }
}
.filter-box .reset-wrap button svg {
  margin-left: 10px;
}
.filter-box .jcf-select-text,
#main .gform_wrapper .jcf-select-text {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.filter-box .jcf-select-opener,
#main .gform_wrapper .jcf-select-opener {
  transition: transform 0.5s ease-in-out;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin-left: 10px;
  flex-shrink: 0;
}
.filter-box .jcf-select-opener:before,
#main .gform_wrapper .jcf-select-opener:before {
  content: "\e904";
  font-size: 10px;
}
.filter-box .post-search-wrap {
  width: 100%;
  position: relative;
  color: #2C3967;
  margin: 10px 0 15px auto;
}
@media (min-width: 768px) {
  .filter-box .post-search-wrap {
    width: max-content;
    margin: 0 0 25px auto;
  }
}
.filter-box .post-search-wrap:before {
  content: "\e910";
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.filter-box .post-search-wrap input[type=search] {
  padding-left: 45px;
  font-size: 18px;
  height: 48px;
}
@media (max-width: 767.98px) {
  .filter-box .post-search-wrap input[type=search] {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .filter-box .post-search-wrap input[type=search] {
    max-width: 240px;
  }
}
.filter-box .post-search-wrap input[type=search]::placeholder {
  font-size: 18px;
}
.filter-box .displaying-posts {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}
.filter-box .displaying-posts > *:not(:last-child) {
  margin-right: 3px;
}

.jcf-select-drop ::-webkit-scrollbar-thumb {
  background: #1848B5;
}
.jcf-select-drop ::-webkit-scrollbar {
  width: 10px;
}
.jcf-select-drop ::-webkit-scrollbar-track {
  background: #b3cee7;
}
.jcf-select-drop .jcf-list-content,
#main .gform_wrapper .jcf-list-content {
  max-height: 175px !important;
  overflow: auto;
}
.jcf-select-drop .jcf-select-drop-content,
#main .gform_wrapper .jcf-select-drop-content {
  border-top: 0;
}
.jcf-select-drop .jcf-hover {
  background: rgba(179, 206, 231, 0.35);
}
.jcf-select-drop .jcf-selected {
  background: #1848B5;
  color: #fff;
}
.jcf-select-drop .jcf-option,
#main .gform_wrapper .jcf-select-drop .jcf-option {
  line-height: 1.1;
  padding: 10px 25px;
  font-size: 18px;
  color: #2C3967;
  transition: background-color 0.27s ease-in-out;
  white-space: normal;
}
.jcf-select-drop .jcf-option.jcf-selected {
  color: #fff;
}
.jcf-select-drop .jcf-option.jcf-disabled {
  display: none;
}

.section-plan .top-holder {
  background: #47515F;
  color: #fff;
  padding: 100px 0 24px;
}
@media (min-width: 992px) {
  .section-plan .top-holder {
    padding: 100px 0 50px;
  }
}
.section-plan .main-holder {
  background: #b3cee7;
  padding: 30px 0 50px;
}
@media (min-width: 768px) {
  .section-plan .main-holder {
    padding: 0 0 50px;
  }
}
@media (min-width: 992px) {
  .section-plan .main-holder {
    padding: 0 0 100px;
  }
}
.section-plan .main-holder .btn-holder {
  text-align: center;
}
.section-plan .main-holder .btn-holder .btn {
  width: max-content;
  min-width: 200px;
}
.section-plan .main-holder .load-more {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .section-plan .main-holder .load-more {
    margin-top: 72px;
  }
}
.section-plan .itinerary-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  color: #2C3967;
}
@media (min-width: 992px) {
  .section-plan .itinerary-listing {
    margin: 0 -10px;
  }
}
.section-plan .itinerary-listing > li {
  width: 100%;
  padding: 0 10px;
  margin-top: 35px;
  position: relative;
}
@media (min-width: 768px) {
  .section-plan .itinerary-listing > li {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .section-plan .itinerary-listing > li {
    width: 33.3333%;
  }
}
.section-plan .itinerary-listing > li.featured {
  width: 100%;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .section-plan .itinerary-listing > li.featured {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .section-plan .itinerary-listing > li.featured {
    margin-bottom: 75px;
  }
}
.section-plan .itinerary-listing > li.featured .presentation + img {
  display: none;
}
@media (max-width: 767.98px) {
  .section-plan .itinerary-listing > li.featured .map-image {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.section-plan .itinerary-listing > li.featured h3,
.section-plan .itinerary-listing > li.featured .h3 {
  margin-bottom: 0.5em;
}
.section-plan .itinerary-listing > li.featured .content-holder {
  display: block;
  padding: 50px;
}
@media (min-width: 768px) {
  .section-plan .itinerary-listing > li.featured .content-holder {
    padding: 50px 50px 50px 0;
  }
}
@media (min-width: 992px) {
  .section-plan .itinerary-listing > li.featured .content-holder {
    padding: 50px 100px 50px 0;
  }
}
@media (max-width: 767.98px) {
  .section-plan .itinerary-listing > li.featured .inner-holder {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 768px) {
  .section-plan .itinerary-listing > li.featured .inner-holder {
    display: flex;
    position: relative;
  }
}
@media (min-width: 768px) {
  .section-plan .itinerary-listing > li.featured .inner-holder:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 200vw;
    height: 100%;
    background-color: inherit;
  }
}
.section-plan .itinerary-listing > li.featured .content-holder,
.section-plan .itinerary-listing > li.featured .image-holder {
  width: 100%;
}
@media (min-width: 768px) {
  .section-plan .itinerary-listing > li.featured .content-holder,
  .section-plan .itinerary-listing > li.featured .image-holder {
    width: 50%;
  }
}
.section-plan .itinerary-listing > li.featured .image-holder {
  position: relative;
}
@media (max-width: 767.98px) {
  .section-plan .itinerary-listing > li.featured .image-holder {
    width: 100%;
    padding-bottom: 71%;
    z-index: 1;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .section-plan .itinerary-listing > li.featured .image-holder {
    width: calc(50% + 20px);
    margin-right: -20px;
  }
}
@media (min-width: 1480px) {
  .section-plan .itinerary-listing > li.featured .image-holder {
    width: calc(50% + (100vw - 1400px) / 2);
    margin-right: calc((1400px - 100vw) / 2);
  }
}
.section-plan .itinerary-listing > li.featured .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
@media (max-width: 767.98px) {
  .section-plan .itinerary-listing > li.featured .info-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 118, 214, 0.9);
    color: #fff;
    padding: 20px 50px;
    border-top-right-radius: 50px;
    max-width: 85%;
  }
}
@media (max-width: 767.98px) {
  .section-plan .itinerary-listing > li.featured .info-holder svg path {
    fill: #fff;
  }
}
@media (max-width: 767.98px) {
  .section-plan .itinerary-listing > li.featured .info-list {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .section-plan .itinerary-listing > li.featured .info-list > li:last-child {
    margin-bottom: 0;
  }
}
.section-plan .itinerary-listing > li:not(.featured) .activity {
  margin: 0;
  padding: 5px 50px 30px;
}
.section-plan .itinerary-listing > li:not(.featured) .presentation {
  display: none;
}
.section-plan .itinerary-listing > li:not(.featured) .inner-holder {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section-plan .itinerary-listing > li:not(.featured) .inner-holder {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.section-plan .itinerary-listing > li:not(.featured) .content-holder {
  padding: 40px 50px 10px;
}
.section-plan .itinerary-listing > li:not(.featured) figure {
  margin-top: -5px;
  display: flex;
  justify-content: center;
}
.section-plan .itinerary-listing > li:not(.featured) .image-holder {
  position: relative;
  width: 100%;
  padding-bottom: 71%;
  z-index: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .section-plan .itinerary-listing > li:not(.featured) .card-bottom {
    margin-top: auto;
  }
}
.section-plan .itinerary-listing > li:not(.featured) .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}
.section-plan .itinerary-listing > li:not(.featured) .info-list {
  margin-bottom: 0;
  font-size: 20px;
}
@media (min-width: 1280px) {
  .section-plan .itinerary-listing > li:not(.featured) .info-list {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .section-plan .itinerary-listing > li:not(.featured) .info-list {
    font-size: 25px;
  }
}
.section-plan .itinerary-listing > li:not(.featured) .info-list > li:last-child {
  margin-bottom: 0;
}
.section-plan .itinerary-listing > li:not(.featured) .time {
  text-transform: capitalize;
  line-height: 1.1;
  font-size: 18px;
}
@media (min-width: 1280px) {
  .section-plan .itinerary-listing > li:not(.featured) .time {
    font-size: 24px;
  }
}
@media (min-width: 1680px) {
  .section-plan .itinerary-listing > li:not(.featured) .time {
    font-size: 35px;
  }
}
.section-plan .itinerary-listing > li:not(.featured) .info-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 118, 214, 0.9);
  color: #fff;
  padding: 20px 50px;
  border-top-right-radius: 50px;
  max-width: 85%;
}
.section-plan .itinerary-listing > li:not(.featured) .info-holder svg path {
  fill: #fff;
}
.section-plan .itinerary-listing > li .image-holder {
  margin: 0;
}
.section-plan .itinerary-listing > li h3,
.section-plan .itinerary-listing > li .h3,
.section-plan .itinerary-listing > li h3,
.section-plan .itinerary-listing > li .h3 {
  margin-bottom: 0.5em;
}
@media (min-width: 1280px) {
  .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .h3,
  .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .h3 {
    line-height: 30px;
  }
}
@media (min-width: 1680px) {
  .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .h3,
  .section-plan .itinerary-listing > li h3,
  .section-plan .itinerary-listing > li .h3 {
    line-height: 42px;
  }
}
.section-plan .itinerary-listing > li h3 a,
.section-plan .itinerary-listing > li .h3 a,
.section-plan .itinerary-listing > li h3 a {
  transition: color 0.5s ease-in-out;
  color: #2C3967;
}
@media (min-width: 992px) {
  .section-plan .itinerary-listing > li h3 a:hover,
  .section-plan .itinerary-listing > li .h3 a:hover {
    color: #0076d6;
  }
}
.section-plan .itinerary-listing > li .time {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 1280px) {
  .section-plan .itinerary-listing > li .time {
    font-size: 20px;
  }
}
@media (min-width: 1680px) {
  .section-plan .itinerary-listing > li .time {
    font-size: 25px;
  }
}
.section-plan .itinerary-listing > li .info-list {
  margin-bottom: 23px;
  font-weight: 600;
}
.section-plan .itinerary-listing > li figure {
  margin: 20px 0 0 0;
}
.section-plan .itinerary-listing > li figure.image-holder {
  margin-top: 0;
}
.section-plan .itinerary-listing .content-holder {
  font-size: 18px;
}
.section-plan .itinerary-listing .inner-holder {
  background-color: #fff;
}
.section-plan .itinerary-listing .activity {
  color: #47515F;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
.section-plan .filter-box .jcf-select {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.section-plan .filter-box .jcf-select.jcf-drop-active {
  border-color: #2C3967;
  background: #0076d6;
}
.section-plan .filter-box .reset-wrap button {
  transition: opacity 0.5s ease-in-out;
  border: 0;
  color: #fff;
}
.section-plan .filter-box .reset-wrap button:hover {
  background: transparent;
  opacity: 0.8;
}
.section-plan .filter-box .reset-wrap button svg path {
  fill: #fff;
  stroke: #fff;
}
.section-plan .filter-box .filter-btn {
  background: #fff;
  color: #2C3967;
}
.section-plan .filter-box .filter-btn svg path {
  fill: #2C3967;
  stroke: #2C3967;
}
.section-plan .filter-box .displaying-posts {
  color: #fff;
  stroke: #fff;
}
.section-plan article {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}
.section-plan article.new-item {
  transform: translateY(40px);
  opacity: 0;
}
.section-plan .load-more,
.section-plan .btn {
  border-radius: 34px;
}
@media (min-width: 768px) {
  .section-plan .left-box {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .section-plan .right-box {
    width: 20%;
  }
}

.section-listing-filter {
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .section-listing-filter {
    padding: 37px 0 0;
  }
}
.section-listing-filter.is-busy .listing-listing li {
  opacity: 0;
  transform: translate(0, 40px);
}
@media (min-width: 992px) {
  .section-listing-filter + .section-package {
    padding: 99px 0 29px;
  }
}
.section-listing-filter + .section-package h2 {
  margin: 0 0 0.85em;
}
.section-listing-filter .breadcrumbs-list {
  margin: 0 0 51px;
}
@media (min-width: 992px) {
  .section-listing-filter .breadcrumbs-list {
    margin: 0 0 63px;
  }
}
.section-listing-filter .entry-header {
  max-width: 850px;
  text-align: center;
  margin: 0 auto 19px;
}
@media (min-width: 992px) {
  .section-listing-filter .entry-header {
    margin: 0 auto 50px;
  }
}
.section-listing-filter .entry-header > *:last-child {
  margin-bottom: 0;
}
.section-listing-filter .entry-header h2 {
  margin: 0 0 0.25em;
}
@media (min-width: 992px) {
  .section-listing-filter .entry-header h2 {
    margin: 0 0 0.85em;
  }
}

.listing-filter-popup.popup-holder {
  margin: 0 0 20px;
  position: static;
}
@media (max-width: 991.98px) {
  .listing-filter-popup.popup-holder.popup-active .popup {
    opacity: 1;
    visibility: visible;
  }
}
.listing-filter-popup.popup-holder .open {
  max-width: 335px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  background-color: #0076d6;
  border-radius: 24px;
  padding: 9px 30px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .listing-filter-popup.popup-holder .open {
    display: none;
  }
}
.listing-filter-popup.popup-holder .popup {
  display: block !important;
  top: auto;
  left: auto;
  width: 100%;
  background: #fff;
  border: none;
  padding: 0;
}
@media (max-width: 991.98px) {
  .listing-filter-popup.popup-holder .popup {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 99998;
    padding: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    background: #e4eef7;
    overflow: hidden;
    overflow-y: auto;
    transition: opacity 0.27s linear, visibility 0.27s linear;
  }
}
@media (min-width: 992px) {
  .listing-filter-popup.popup-holder .popup {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}
.listing-filter-popup.popup-holder .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  max-width: none;
  background-color: #0076d6;
  border-radius: 50%;
  margin: 0 0 0 auto;
}
@media (min-width: 992px) {
  .listing-filter-popup.popup-holder .close {
    display: none;
  }
}

.listing-filter-form,
.listing-filter-form.filter-box {
  margin: 0;
  padding: 0 0 50px;
}
.listing-filter-form,
.listing-filter-form.filter-box * {
  max-width: 100%;
}
.listing-filter-form > fieldset,
.listing-filter-form.filter-box > fieldset {
  display: block;
}
.listing-filter-form .form-grid,
.listing-filter-form.filter-box .form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .listing-filter-form .form-grid,
  .listing-filter-form.filter-box .form-grid {/*
    grid-template-columns: repeat(5, minmax(0, 1fr));*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 16px;
  }
}
@media (min-width: 1280px) {
  .listing-filter-form .form-grid,
  .listing-filter-form.filter-box .form-grid {
    gap: 24px 35px;
  }
}
.listing-filter-form.package-form .form-grid {
    margin-bottom: 40px;
}

.listing-filter-form .form-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (min-width: 992px) {
  .listing-filter-form .form-column {
    flex-basis: calc(20% - 15px);
    max-width: calc(20% - 15px);
  }
}
@media (min-width: 1280px) {
  .listing-filter-form .form-column {
    flex-basis: calc(20% - 25px);
    max-width: calc(20% - 25px);
  }
}/*
@media (min-width: 992px) and (max-width: 1279px) {
  .listing-filter-form .form-column {
    justify-content: stretch;
  }
}*/
.listing-filter-form .form-grid .jcf-select-text,
.listing-filter-form.filter-box .form-grid .jcf-select-text {
  margin: 0;
}
.listing-filter-form .form-grid .jcf-select-text span,
.listing-filter-form.filter-box .form-grid .jcf-select-text span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 992.02px) {
  .listing-filter-form .form-grid .jcf-select-text span,
  .listing-filter-form.filter-box .form-grid .jcf-select-text span {
    max-width: 136px;
  }
}
@media (min-width: 992px) {
  .listing-filter-form .form-grid .form-column.reset-mod,
  .listing-filter-form.filter-box .form-grid .form-column.reset-mod {
    display: none;
  }
}
.listing-filter-form label, .listing-filter-form .fake-label,
.listing-filter-form.filter-box label,
.listing-filter-form.filter-box .fake-label {
  margin-bottom: 0.4em;
  display: block;
}
@media (min-width: 992px) {
  .listing-filter-form label, .listing-filter-form .fake-label,
  .listing-filter-form.filter-box label,
  .listing-filter-form.filter-box .fake-label {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .listing-filter-form label, .listing-filter-form .fake-label,
  .listing-filter-form.filter-box label,
  .listing-filter-form.filter-box .fake-label {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .listing-filter-form label, .listing-filter-form .fake-label,
  .listing-filter-form.filter-box label,
  .listing-filter-form.filter-box .fake-label {
    font-size: 25px;
    margin-bottom: 0.35em;
  }
}
.listing-filter-form label[for=month],
.listing-filter-form label[for=amenities],
.listing-filter-form.filter-box label[for=month],
.listing-filter-form.filter-box label[for=amenities] {
  pointer-events: none;
}
.listing-filter-form .jcf-select,
.listing-filter-form.filter-box .jcf-select {
  width: 100%;
  height: 50px;
  justify-content: space-between;
  padding: 5px 29px;
  margin: 0;
}
@media (min-width: 992px) {
  .listing-filter-form .jcf-select,
  .listing-filter-form.filter-box .jcf-select {
    max-width: 200px;
  }
}
@media (min-width: 1100px) {
  .listing-filter-form .jcf-select,
  .listing-filter-form.filter-box .jcf-select {
    max-width: 215px;
  }
}
@media (min-width: 1280px) {
  .listing-filter-form .jcf-select,
  .listing-filter-form.filter-box .jcf-select {
    max-width: 430px;
  }
}
.listing-filter-form.filter-box input[type=number] {
  padding: 5px 29px;
  border-radius: 25px;
}
@media (max-width: 991.98px) {
  .listing-filter-form .jcf-select:not(.jcf-drop-active),
  .listing-filter-form.filter-box .jcf-select:not(.jcf-drop-active) {
    background-color: transparent;
  }
}
.listing-filter-form .jcf-select.jcf-focus,
.listing-filter-form.filter-box .jcf-select.jcf-focus {
  outline: 2px solid #0076d6;
}
.listing-filter-form .jcf-select .jcf-drop-flipped,
.listing-filter-form.filter-box .jcf-select .jcf-drop-flipped {
  top: 100%;
  bottom: auto;
  padding: 0 0 10px;
}
.listing-filter-form .entry-bottom,
.listing-filter-form.filter-box .entry-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .listing-filter-form .entry-bottom,
  .listing-filter-form.filter-box .entry-bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }
}
.listing-filter-form .entry-bottom .reset-wrap,
.listing-filter-form.filter-box .entry-bottom .reset-wrap {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .listing-filter-form .entry-bottom .reset-wrap,
  .listing-filter-form.filter-box .entry-bottom .reset-wrap {
    align-self: flex-end;
  }
}
.listing-filter-form .entry-bottom .reset-wrap [type=reset],
.listing-filter-form.filter-box .entry-bottom .reset-wrap [type=reset] {
  border: none;
  padding: 0;
}
.listing-filter-form .displaying-posts,
.listing-filter-form.filter-box .displaying-posts {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 9px;
}
@media (min-width: 768px) {
  .listing-filter-form .displaying-posts,
  .listing-filter-form.filter-box .displaying-posts {
    margin: 0;
  }
}
.listing-filter-form .displaying-posts > *:not(:last-child),
.listing-filter-form.filter-box .displaying-posts > *:not(:last-child) {
  margin-right: 0.27em;
}
.listing-filter-form .displaying-posts .text,
.listing-filter-form.filter-box .displaying-posts .text {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
}
.listing-filter-form .sort-by,
.listing-filter-form.filter-box .sort-by {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .listing-filter-form .sort-by,
  .listing-filter-form.filter-box .sort-by {
    margin: 0 0 0 auto;
  }
}
.listing-filter-form .sort-by label,
.listing-filter-form.filter-box .sort-by label {
  margin: 0 11px 0 0;
}
@media (max-width: 767.98px) {
  .listing-filter-form .sort-by label,
  .listing-filter-form.filter-box .sort-by label {
    font-size: 25px;
    margin: 0 4px 0 0;
  }
}
.listing-filter-form .sort-by .jcf-select,
.listing-filter-form.filter-box .sort-by .jcf-select {
  width: 248px;
  margin: 0;
}

.advanced-filters-block,
.advanced-filters-block.open-close {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 50px;
}
.advanced-filters-block.active .opener span:before,
.advanced-filters-block.open-close.active .opener span:before {
  content: attr(data-hide);
}
.advanced-filters-block.active .opener svg,
.advanced-filters-block.open-close.active .opener svg {
  transform: scaleY(-1);
}
.advanced-filters-block .opener,
.advanced-filters-block.open-close .opener {
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  font-size: 25px;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-color: #2C3967;
  color: #2C3967;
  background-color: transparent;
  border-radius: 0;
  border: none;
  transition: text-decoration-color 0.27s ease-in-out;
  padding: 0;
}
@media (max-width: 991.98px) {
  .advanced-filters-block .opener,
  .advanced-filters-block.open-close .opener {
    display: none;
  }
}
.advanced-filters-block .opener:hover,
.advanced-filters-block.open-close .opener:hover {
  text-decoration-color: transparent;
}
.advanced-filters-block .opener span:before,
.advanced-filters-block.open-close .opener span:before {
  content: attr(data-show);
}
.advanced-filters-block .opener:before, .advanced-filters-block .opener:after,
.advanced-filters-block.open-close .opener:before,
.advanced-filters-block.open-close .opener:after {
  display: flex;
  flex: 1;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(to right, #2c3967 0%, #2c3967 100%);
  background-size: 100% 1px;
  background-position: center;
  background-repeat: no-repeat;
}
.advanced-filters-block .opener:before,
.advanced-filters-block.open-close .opener:before {
  margin: 0 11px 0 0;
}
.advanced-filters-block .opener:after,
.advanced-filters-block.open-close .opener:after {
  margin: 0 0 0 11px;
}
.advanced-filters-block .opener svg,
.advanced-filters-block.open-close .opener svg {
  align-self: center;
  flex-shrink: 0;
  margin: 0 0 0 16px;
  transform: scaleY(1);
  transition: transform 0.3s linear;
}
.advanced-filters-block .entry-grid,
.advanced-filters-block.open-close .entry-grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 18px;
}
@media (min-width: 992px) {
  .advanced-filters-block .entry-grid,
  .advanced-filters-block.open-close .entry-grid {/*
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}
@media (min-width: 1280px) {
  .advanced-filters-block .entry-grid,
  .advanced-filters-block.open-close .entry-grid {
  /*  gap: 50px; */
    gap: 30px;
  }
}
.advanced-filters-block .slide,
.advanced-filters-block.open-close .slide {
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 0 0;
}
@media (max-width: 991.98px) {
  .advanced-filters-block .slide,
  .advanced-filters-block.open-close .slide {
    position: static !important;
    height: auto !important;
    padding: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .popup-active .advanced-filters-block .slide,
  .popup-active .advanced-filters-block.open-close .slide {
    opacity: 1;
    visibility: visible;
  }
}
.advanced-filters-block .jcf-select-text span,
.advanced-filters-block.open-close .jcf-select-text span {
  display: inline-block;
  width: 100%;
}

.listing-results {
  background: rgba(179, 206, 231, 0.35);
  padding: 50px 0;
}
.listing-results .load-more {
  margin-top: 30px;
}
@media (min-width: 1280px) {
  .listing-results .load-more {
    margin-top: 49px;
  }
}

.listing-listing {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .listing-listing {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media (min-width: 992px) {
  .listing-listing {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
@media (min-width: 1280px) {
  .listing-listing {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    grid-gap: 50px 20px;
  }
  .listing-listing.package-listing {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
.listing-listing li {
  display: flex;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 1;
  transform: translate(0, 0);
}
.listing-listing li.new-item {
  opacity: 0;
  transform: translate(0, 40px);
}
.listing-listing .blog-article.listing-mod {
  width: 100%; /*
  min-height: 660px; */
  background-color: #fff;
  border-radius: 20px;
}/*
@media (min-width: 768px) {
  .listing-listing .blog-article.listing-mod {
    min-height: 637px;
  }
}*/
@media (max-width: 767.98px) {
  .listing-listing .blog-article.listing-mod .blog-article-visual {
    height: 80vw;
  }
}
@media (max-width: 767.98px) {
  .listing-listing .blog-article.listing-mod .blog-article-tags {
    min-height: 40px;
    padding: 10px 20px 14px;
    margin: 0 0 9px;
  }
}
.listing-listing .blog-article.listing-mod .blog-article-content {
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .listing-listing .blog-article.listing-mod .blog-article-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .listing-listing .blog-article.listing-mod h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
  }
}/*
@media (max-width: 767.98px) {
  .listing-listing .blog-article.listing-mod .listing-google-rating {
    margin: auto 0 22px;
  }
}*/
@media (max-width: 767.98px) {
  .listing-listing .blog-article.listing-mod .period-of-operation {
    font-size: 18px;
  }
}
.listing-listing .blog-article.listing-mod .listing-region {
  width: calc(100% - 136px);
}
.listing-listing .blog-article.listing-mod .listing-region div {
  max-width: 80%;
}
.listing-listing .blog-article.listing-mod .listing-region strong,
.listing-listing .blog-article.listing-mod .listing-region span {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 767.98px) {
  .listing-listing .blog-article.listing-mod .btn {
    padding: 9px 19px;
    font-size: 18px;
  }
}

.default-switcher input {
  position: absolute;
  left: -99999px;
  opacity: 0;
}
.default-switcher input:checked + label {
  background-color: #0076d6;
}
.default-switcher input:checked + label:before {
  left: 27.5px;
}
.default-switcher input:focus + label {
  outline: 2px solid #0076d6;
}
.default-switcher label {
  display: block;
  width: 50px;
  height: 25px;
  border-radius: 25px;
  background-color: rgb(201, 201, 201);
  margin: 20px 0 0;
  position: relative;
  cursor: pointer;
  transition: background-color 0.27s ease-in-out;
}
@media (min-width: 992px) {
  .default-switcher label {
    margin: 20px auto 0;
  }
}
.default-switcher label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  transition: left 0.27s ease-in-out;
}

.section-events {
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .section-events {
    padding: 34px 0 0;
  }
}
.section-events.is-busy .events-listing li {
  opacity: 0;
  transform: translate(0, 40px);
}
.section-events .breadcrumbs-list {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .section-events .breadcrumbs-list {
    margin-bottom: 64px;
  }
}
@media (max-width: 991.98px) {
  .section-events .breadcrumbs-list > li {
    font-size: 16px;
  }
}
.section-events .entry-header {
  max-width: 850px;
  margin: 0 auto 50px;
}
@media (min-width: 992px) {
  .section-events .entry-header {
    text-align: center;
  }
}
.section-events .entry-header h2 {
  text-align: center;
  margin: 0 0 1.25em;
}
@media (min-width: 992px) {
  .section-events .entry-header h2 {
    margin: 0 0 0.85em;
  }
}
.section-events .entry-header > *:last-child {
  margin-bottom: 0;
}

.events-filter-form {
  margin: 0;
  padding: 0 0 32px;
}
.events-filter-form > fieldset {
  display: block;
}
@media (min-width: 992px) {
  .events-filter-form > fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.events-filter-form .entry-date {
  flex-shrink: 0;
}
.events-filter-form .date-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 19px;
}
@media (min-width: 992px) {
  .events-filter-form .date-box {
    justify-content: flex-start;
    margin: 0;
  }
}
.events-filter-form .ui-datepicker-current {
  height: auto;
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 300;
  color: #fff;
  background-color: #0076d6;
  border-radius: 10px;
  padding: 5px;
  border: none;
}
.events-filter-form .ui-datepicker-current:hover {
  background-color: #0079cc;
}
.events-filter-form .datepicker-wrap {
  position: relative;
}
.events-filter-form .datepicker-wrap input {
  cursor: pointer;
  height: auto;
  width: 202px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
  color: #2C3967;
  border: none;
  padding: 0 24px 0 0;
}
.events-filter-form .datepicker-wrap #filter-date-alt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3 8.147 9 9 9-9' stroke='%232C3967' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: right center;
  background-repeat: no-repeat;
}
.events-filter-form .listing-filter-popup {
  margin: 0;
}
@media (min-width: 992px) {
  .events-filter-form .listing-filter-popup {
    flex-grow: 1;
    padding: 0 0 0 20px;
  }
}
.events-filter-form .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: 22px;
}
@media (min-width: 992px) {
  .events-filter-form .form-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 20px;
  }
}
@media (min-width: 1280px) {
  .events-filter-form .form-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) repeat(2, auto);
    gap: 20px;
  }
}
.events-filter-form label, .events-filter-form .fake-label {
  margin-bottom: 0.4em;
  display: block;
}
@media (max-width: 767.98px) {
  .events-filter-form label, .events-filter-form .fake-label {
    font-size: 25px;
    margin-bottom: 0.35em;
  }
}
.events-filter-form .jcf-select {
  width: 100%;
  height: 50px;
  justify-content: space-between;
  padding: 5px 29px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .events-filter-form .jcf-select:not(.jcf-drop-active) {
    background-color: transparent;
  }
}
.events-filter-form .jcf-select.jcf-focus {
  outline: 2px solid #0076d6;
}
.events-filter-form .jcf-select .jcf-select-text span {
  display: inline-block;
  width: 100%;
}
.events-filter-form .jcf-select .jcf-drop-flipped {
  top: 100%;
  bottom: auto;
  padding: 0 0 10px;
}
.events-filter-form .default-switcher {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.events-filter-form .default-switcher:not(:last-child) {
  margin-bottom: 5px;
}
.events-filter-form .default-switcher .fake-label {
  margin: 0;
}
.events-filter-form .default-switcher label {
  flex-shrink: 0;
  margin: 0 0 0 10px;
}
.events-filter-form .reset-wrap {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .events-filter-form .reset-wrap {
    margin-top: 16px;
  }
}
.events-filter-form .reset-wrap [type=reset] {
  height: 30px;
  padding: 0;
}

@media (min-width: 1280px) {
  .events-search-wrap {
    position: relative;
    width: 124px;
    height: 48px;
  }
}
.events-search-wrap input[type=search] {
  width: 100%;
  height: 48px;
  font-size: 21px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 8px 10px 8px 44px;
  background-color: #0076d6;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.715 19.282-4.67-4.45a8.544 8.544 0 0 0 2.27-5.81c0-4.74-3.86-8.6-8.6-8.6s-8.59 3.86-8.59 8.59 3.86 8.59 8.59 8.59c1.83 0 3.53-.58 4.93-1.56l4.79 4.57c.18.17.41.26.64.26a.93.93 0 0 0 .64-1.6v.01ZM1.795 9.012c0-3.82 3.11-6.93 6.93-6.93s6.93 3.11 6.93 6.93-3.11 6.93-6.93 6.93-6.93-3.11-6.93-6.93Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 19px 20px;
  background-position: 15px center;
}
@media (min-width: 1280px) {
  .events-search-wrap input[type=search] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: width 0.27s linear, box-shadow 0.27s linear;
  }
}
@media (min-width: 1280px) {
  .events-search-wrap input[type=search]:focus {
    width: 220%;
    box-shadow: 0 0 15px rgba(0, 118, 214, 0.25);
  }
}

.events-results {
  background-color: #e4eef7;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .events-results {
    padding: 50px 0;
  }
}
.events-results .load-more {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .events-results .load-more {
    margin-top: 50px;
  }
}

.events-listing {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .events-listing {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media (min-width: 1280px) {
  .events-listing {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    grid-gap: 50px 20px;
  }
}
.events-listing > li {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 1;
  transform: translate(0, 0);
}
.events-listing > li.new-item {
  opacity: 0;
  transform: translate(0, 40px);
}

.event-card {
  min-height: 570px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .event-card {
    min-height: 620px;
  }
}
.event-card:hover .entry-thumbnail img {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .event-card.line-mod {
    flex-direction: row;
    min-height: auto;
  }
}
@media (min-width: 768px) {
  .event-card.line-mod .entry-thumbnail {
    min-height: 300px;
    max-width: 274px;
  }
}
@media (min-width: 992px) {
  .event-card.line-mod .entry-thumbnail {
    max-width: 464px;
  }
}
@media (min-width: 768px) {
  .event-card.line-mod .right-box {
    padding: 0 16px 0 0;
  }
}
.event-card.line-mod .holder {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .event-card.line-mod .entry-tags {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .event-card.line-mod .entry-body {
    flex-direction: row-reverse;
    padding: 0 34px;
    margin-top: 9px;
  }
}
@media (min-width: 768px) {
  .event-card.line-mod .entry-footer {
    padding: 10px 34px 20px 34px;
  }
}
.event-card .entry-thumbnail {
  position: relative;
  margin: 0;
  height: 300px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.event-card .entry-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.27s linear;
}
.event-card .entry-thumbnail figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-height: 100px;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #0076d6;
  position: absolute;
  top: 0;
  right: 10px;
  border-radius: 0 0 20px 20px;
  padding: 16px;
}
.event-card .entry-tags {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.event-card .entry-tags p {
  display: inline-block;
  background-color: #2C3967;
  border-radius: 0 0 20px 0;
  padding: 10px 20px;
  margin: 0;
}
.event-card .entry-body {
  display: flex;
  align-items: flex-start;
  padding: 0 5px 0 20px;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .event-card .entry-body {
    padding: 0 20px;
  }
}
.event-card .left-box {
  width: 90px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.event-card .left-box strong {
  font-size: 36px;
  font-weight: 600;
}
.event-card .left-box .dash {
  display: block;
  margin: -0.5em 0 -0.4em;
}
.event-card .right-box {
  width: calc(100% - 90px);
  padding: 0 0 0 10px;
}
.event-card .price, .event-card .time {
  font-size: 18px;
  line-height: 1.33333;
}
.event-card .price strong, .event-card .time strong {
  display: inline-block;
  min-width: 59px;
  font-weight: 600;
  margin: 0 3px 0 0;
}
.event-card .price {
  margin: 0 0 -1px;
}
@media (min-width: 768px) {
  .event-card .price {
    margin: 0 0 3px;
  }
}
.event-card .time {
  margin: 0;
}
.event-card h3 {
  font-size: 18px;
  line-height: 1;
  margin: 1.2em 0 0;
}
@media (min-width: 768px) {
  .event-card h3 {
    font-size: 24px;
    margin: 0.7em 0 0;
  }
}
@media (min-width: 992px) {
  .event-card h3 {
    font-size: 30px;
  }
}
.event-card h3 a {
  color: #2C3967;
}
.event-card h3 a:hover {
  color: #0076d6;
}
.event-card .entry-footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 10px;
}
@media (min-width: 768px) {
  .event-card .entry-footer {
    padding: 10px 10px 10px 29px;
  }
}
.event-card .entry-footer .listing-region {
  margin: 0;
}
.event-card .entry-footer .btn {
  width: auto;
  max-width: none;
  padding: 9px 19px;
  flex-shrink: 0;
}

.section-cards-grid {
  padding: 30px 0 50px;
}
@media (min-width: 1480px) {
  .section-cards-grid {
    padding: 68px 0;
  }
}
.section-cards-grid .entry-header {
  max-width: 1008px;
  text-align: center;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .section-cards-grid .entry-header {
    margin: 0 auto 80px;
  }
}
@media (min-width: 1480px) {
  .section-cards-grid .entry-header {
    margin: 0 auto 137px;
  }
}
.section-cards-grid h2 {
  margin: 0 0 0.85em;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .cards-grid.three-mod {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .cards-grid.four-mod {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .cards-grid.four-mod {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .cards-grid.four-mod .card-block .entry-body {
    padding-bottom: 30px;
  }
}

.card-block {
  position: relative;
  padding-bottom: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.33333;
  background-color: #1848B5;
  border-radius: 20px;
  overflow: hidden;
}
.deep-blue .card-block {
  background-color: #2C3967;
}
.evergreen .card-block {
  background-color: #455317;
}
@media (min-width: 768px) {
  .card-block {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .card-block {
    padding-bottom: 50px;
  }
}
.card-block figure {
  width: 100%;
  margin: 0;
  height: 270px;
}
.card-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-block .entry-body {
  padding: 32px 28px 60px;
}
@media (min-width: 992px) {
    .card-block .entry-body {
        padding-bottom: 90px;
    }
}
@media (min-width: 1280px) {
  .card-block .entry-body {
    padding: 40px 40px 75px;
  }
}
.card-block h3 {
  margin: 0 0 0.5em;
}
.card-block .btn {
  position: absolute;
  bottom: 32px;
  left: auto;
  width: calc(100% - 56px);
  max-width: none;
  color: #fff;
  line-height: 1;
  background: #0076d6;
  margin: 23px 0 0;
  padding: 10px 40px;
}
@media (min-width: 1280px) {
  .card-block .btn {
    bottom: 40px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 1279px) {
    .card-block .btn {
      font-size: 22px;
    }
  }
@media (max-width: 767.98px) {
  .card-block .btn {
    font-size: 20px;
  }
}
.card-block .btn:hover {
  background: #0088e6;
}
.evergreen .card-block .btn {
  color: #455317;
  background: #fff;
}
.evergreen .card-block .btn:hover {
  background: #f7f7f7;
}
.card-block a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: .1px;
    transition: all 0.2s;
}
.card-block a:hover {
    opacity: .8;
    text-decoration: none;
}

.image-component {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 0 0 21px;
}
@media (min-width: 768px) {
  .image-component {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .image-component {
    margin: 0 0 50px;
    row-gap: 50px;
  }
}

.media-item {
  max-width: 100%;
  flex: 0 0 100%;
  height: 89.3333333333vw;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .media-item {
    height: 40.5405405405vw;
  }
}
@media (min-width: 1480px) {
  .media-item {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .media-item.half-width {
    max-width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 1750px) {
  .media-item.half-width figcaption {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.media-item.video {
  height: auto;
}
.media-item.video a {
  display: block;
  height: 89.3333333333vw;
  border-radius: 50px;
  text-decoration: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .media-item.video a {
    height: 40.5405405405vw;
    border-radius: 50px 50px 0 0;
  }
}
@media (min-width: 1480px) {
  .media-item.video a {
    height: 600px;
  }
}
.media-item.video a:hover img {
  opacity: 0.8;
}
.media-item.video a:hover .media-item-play-btn {
  transform: translate(-50%, -50%) scale(0.9);
}
.media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: opacity 0.27s linear;
}
.media-item figcaption {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  background-color: #2C3967;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 1;
}
@media (min-width: 992px) {
  .media-item figcaption {
    text-align: right;
    background: rgba(44, 57, 103, 0.85);
    padding: 19px 18px;
  }
}
@media (min-width: 1480px) {
  .media-item figcaption {
    font-size: 25px;
  }
}

.media-item-link {
  display: block;
  text-decoration: none;
  position: relative;
}

.media-item-play-btn {
  width: 97px;
  height: 97px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.27s linear;
}
@media (min-width: 992px) {
  .media-item-play-btn {
    width: 13.5135135135vw;
    height: 13.5135135135vw;
  }
}
@media (min-width: 1480px) {
  .media-item-play-btn {
    width: 200px;
    height: 200px;
  }
}
.media-item-play-btn path {
  transition: fill 0.27s linear;
}

.text-component {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  padding-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .text-component {
    padding-top: 60px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .text-component {
    font-size: 18px;
    line-height: 1.333333;
  }
}
@media (min-width: 1680px) {
  .text-component {
    font-size: 25px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .text-component.center-desktop {
    text-align: center;
  }
}
.text-component .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .text-component .row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
  }
}
.text-component .row > div {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .text-component .row > div {
    max-width: calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
  }
}
.text-component .inner {
  max-width: 850px;
  margin: 0 auto;
}
.text-component .inner > *:last-child {
  margin-bottom: 0;
}
.text-component h2 {
  margin: 0 0 0.38em;
}
@media (min-width: 992px) {
  .text-component h2 {
    margin: 0 0 0.64em;
  }
}
@media (min-width: 1280px) {
  .text-component h2 {
    margin: 0 0 0.82em;
  }
}
@media (max-width: 767.98px) {
  .text-component h3 {
    font-size: 30px;
  }
}
.text-component p {
  margin: 0 0 1.3em;
}
@media (min-width: 992px) {
  .text-component p {
    margin: 0 0 1.2em;
  }
}

@media (min-width: 992px) {
  .text-image-component {
    margin: 0 0 50px;
  }
}
.text-image-component .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .text-image-component .row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .text-image-component .row.left {
    flex-direction: row-reverse;
  }
}
.text-image-component .row .col {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .text-image-component .row .col {
    max-width: calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
  }
}
.text-image-component .col.text {
  margin: 0 0 40px;
}
@media (min-width: 992px) {
  .text-image-component .col.text {
    margin: 0;
  }
}
.text-image-component .col.text > *:last-child {
  margin-bottom: 0;
}
.text-image-component .media-item {
  margin: 0 0 21px;
}
@media (min-width: 768px) {
  .text-image-component .media-item {
    margin: 0 0 40px;
  }
}
@media (min-width: 992px) {
  .text-image-component .media-item {
    margin: 0;
  }
}
.text-image-component h3 {
  font-size: 30px;
  line-height: 1.16667;
  font-weight: 600;
  margin: 0 0 0.35em;
}
@media (min-width: 1280px) {
  .text-image-component h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 1.455em;
  }
}
@media (min-width: 1680px) {
  .text-image-component h3 {
    font-size: 35px;
    line-height: 1.2;
  }
}
.text-component ul ul,
.text-component ul ol,
.text-component ol ul,
.text-component ol ol {
  margin: 10px 0;
}
.text-image-component .buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}
@media (min-width: 576px) {
  .text-image-component .buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .text-image-component .buttons {
    gap: 20px;
    margin-top: 50px;
  }
}
.text-image-component .btn {
  font-size: 25px;
  max-width: none;
  width: auto;
  padding: 18px 40px;
}
@media (max-width: 575.98px) {
  .text-image-component .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .text-image-component .btn {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .text-image-component .btn {
    font-size: 18px;
  }
}
@media (min-width: 1680px) {
  .text-image-component .btn {
    font-size: 25px;
  }
}

.section-static-map {
  background-size: cover;
  background-position: 101vw 0;
  background-repeat: no-repeat;
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .section-static-map {
    background-position: center;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .static-map-box {
    display: flex;
  }
}

@media (min-width: 768px) {
  .static-map-content {
    display: flex;
    align-items: center;
    max-width: 40%;
    flex: 0 0 40%;
    color: #fff;
    background: rgba(24, 72, 181, 0.9);
    padding: 32px;
  }
}
@media (min-width: 1480px) {
  .static-map-content {
    max-width: 540px;
    flex: 0 0 540px;
    padding: 44px 51px 40px;
  }
}
.static-map-content .inner {
  width: 100%;
}
.static-map-content .inner > *:last-child {
  margin-bottom: 0;
}
.static-map-content h2 {
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 0.65em;
}
@media (min-width: 768px) {
  .static-map-content h2 {
    text-align: left;
    padding: 0 0 0 0.15em;
    margin: 0 0 0.4em;
  }
}
.static-map-content .info-list {
  margin: 0 0 1.1em;
}
@media (min-width: 768px) {
  .static-map-content .info-list {
    margin: 0 0 1.4em;
  }
}
@media (min-width: 1280px) {
  .static-map-content .info-list {
    margin: 0 0 2.8em;
  }
}
.static-map-content .info-list li {
  justify-content: center;
}
@media (min-width: 768px) {
  .static-map-content .info-list li {
    justify-content: left;
  }
}
.static-map-content .info-list svg g {
  fill: #2C3967;
}
@media (min-width: 768px) {
  .static-map-content .info-list svg g {
    fill: #fff;
  }
}
.static-map-content a {
    color: #fff;
    text-decoration: underline;
}
.static-map-content a:hover {
    opacity: .8;
    text-decoration: none;
}

.static-map-image {
  display: none;
  margin: 0;
}
@media (min-width: 768px) {
  .static-map-image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60%;
    flex: 0 0 60%;
    padding: 20px;
    background-color: #B3CEE7;
  }
}
@media (min-width: 1480px) {
  .static-map-image {
    max-width: calc(100% - 540px);
    flex: 0 0 calc(100% - 540px);
  }
}
.static-map-image img {
  width: 100%;
}

.section-text-image {
  padding: 40px 0 100px;
}
@media (min-width: 768px) {
  .section-text-image {
    padding: 30px 0;
  }
}
@media (min-width: 1680px) {
  .section-text-image {
    padding: 70px 0;
  }
} /*
.section-text-image .container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 49px;
}
@media (min-width: 768px) {
  .section-text-image .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    grid-gap: 20px;
  }
}
@media (min-width: 992px) {
  .section-text-image .container {
    grid-gap: 50px;
  }
}*/
.section-text-image .row {
  display: flex;
  flex-direction: column;
  gap: 49px;
}
@media (min-width: 768px) {
  .section-text-image .row {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .section-text-image .row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }
  .section-text-image .row.right {
    flex-direction: row-reverse;
  }
}
.section-text-image .row > div {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .section-text-image .row > div {
    max-width: calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
  }
}

.section-text-image .image-box {
  order: 2;
}
@media (min-width: 768px) {
  .section-text-image .image-box {
    order: 1;
  }
}
.section-text-image .image-box figure {
  height: 89.3333333333vw;
  margin: 0;
  border-radius: 50px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-text-image .image-box figure {
    height: 40.5405405405vw;
  }
}
@media (min-width: 1480px) {
  .section-text-image .image-box figure {
    height: 600px;
  }
}
.section-text-image .image-box figure.media-item {
  border-radius: 50px 50px 0 0;
}
.section-text-image .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-text-image .text-box {
  order: 1;
}
@media (min-width: 768px) {
  .section-text-image .text-box {
    order: 2;
  }
}
.section-text-image h2 {
  margin: 0 0 1.25em;
}
@media (min-width: 768px) {
  .section-text-image h2 {
    margin: 0 0 0.85em;
  }
}
.section-text-image .btn-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  .section-text-image .btn-wrap {
    text-align: left;
  }
}
.section-text-image .btn {
  margin: 1.15em 0 0;
  max-width: none;
  width: auto;
  padding: 19px 40px;
}
.section-text-image .btn+.btn {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .section-text-image .btn {
    margin: 0.9em 0 0;
  }
  .section-text-image .btn+.btn {
    margin-left: 10px;
  }
}

.group-title {
  margin: 0 0 50px;
}
.group-title h2 {
  text-align: center;
  text-transform: capitalize;
  margin: 0;
}
@media (min-width: 768px) {
  .group-title h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
}
.group-title .number {
  font-size: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  background-color: #2C3967;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .group-title .number {
    width: 2em;
    height: 2em;
    margin: 0 1em 0 0;
  }
}

.section-top {
  background: rgba(179, 206, 231, 0.35);
  padding: 20px 0;
}
@media (min-width: 768px) {
  .section-top {
    padding: 50px 0;
  }
}
@media (min-width: 1480px) {
  .section-top {
    padding: 100px 0;
  }
}
.section-top h2 {
  margin: 0 0 0.85em;
  text-align: center;
}

.section-top + .section-crowdriff {
  padding-top: 0;
}

.top-25-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin: 0 -10px;
}
.top-25-list li {
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .top-25-list li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1280px) {
  .top-25-list li {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 1280px) {
  .top-25-list li:nth-child(25n+6), .top-25-list li:nth-child(25n+14), .top-25-list li:nth-child(25n+19) {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1280px) {
  .top-25-list li:nth-child(25n+6) .entry-thumbnail a, .top-25-list li:nth-child(25n+14) .entry-thumbnail a, .top-25-list li:nth-child(25n+19) .entry-thumbnail a {
    height: 380px;
  }
}
.top-25-list li:nth-child(4n+1) .top-25-article:hover {
  background-color: #1848B5;
}
.top-25-list li:nth-child(4n+2) .top-25-article:hover {
  background-color: #2C3967;
}
.top-25-list li:nth-child(4n+3) .top-25-article:hover {
  background-color: #47515F;
}
.top-25-list li:nth-child(4n+4) .top-25-article:hover {
  background-color: #455317;
}

.top-25-article {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.25;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 20px 20px;
  transition: background-color 0.3s linear, color 0.3s linear;
}
@media (min-width: 768px) {
  .top-25-article {/*
    min-height: 600px; */
    font-size: 18px;
    line-height: 1.33333;
  }
}
.top-25-article:hover {
  color: #fff;
}
.top-25-article:hover .entry-thumbnail img {
  transform: scale(1.05);
}
.top-25-article:hover h3 a {
  color: #fff;
}
.top-25-article:hover .btn {
  color: #fff;
  border-color: #fff;
}
.top-25-article .entry-thumbnail {
  margin: -20px -20px 21px;
}
@media (min-width: 768px) {
  .top-25-article .entry-thumbnail {
    margin: -20px -20px 19px;
  }
}
.top-25-article .entry-thumbnail a {
  display: block;
  height: 79.2vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-25-article .entry-thumbnail a {
    height: 40vw;
  }
}
@media (min-width: 992px) {
  .top-25-article .entry-thumbnail a {
    height: 380px;
  }
}
@media (min-width: 1280px) {
  .top-25-article .entry-thumbnail a {
    height: 200px;
  }
}
.top-25-article .entry-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.3s linear;
}
.top-25-article h3 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 21px;
}
@media (min-width: 768px) {
  .top-25-article h3 {
    font-size: 35px;
  }
}
.top-25-article h3 a {
  color: #2C3967;
  transition: color 0.3s linear;
}
.top-25-article p {
  margin: 0 0 1.15em;
}
.top-25-article .btn {
  flex-shrink: 0;
  margin-top: auto;
  max-width: none;
  width: auto;
  color: #1848B5;
  border-color: #1848B5;
  padding: 18px 40px;
  align-self: flex-start;
  transition: color 0.3s linear, border-color 0.3s linear;
}
@media (min-width: 768px) {
  .top-25-article .btn {
    padding: 9px 40px;
  }
}
.top-25-article .btn:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.mapbox-cta {
  color: #fff;
  background-color: #1848B5;
  padding: 52px 0 48px;
}
@media (min-width: 1480px) {
  .mapbox-cta {
    padding: 51px 0 49px;
  }
}
@media (min-width: 992px) {
  .mapbox-cta .container {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .mapbox-cta .content {
    flex-grow: 1;
    font-weight: 700;
  }
}
.mapbox-cta h2 {
  margin: 0 0 0.37em;
}
@media (min-width: 992px) {
  .mapbox-cta h2 {
    margin: 0 0 0.25em;
  }
}
.mapbox-cta p {
  margin: 0;
}
.mapbox-cta .cta {
  margin: 20px 0 0;
}
@media (min-width: 992px) {
  .mapbox-cta .cta {
    flex-shrink: 0;
    margin: 0 0 0 16px;
  }
}
.mapbox-cta .btn {
  max-width: none;
  width: auto;
  padding: 19px 39px;
}
@media (max-width: 575.98px) {
  .mapbox-cta .btn {
    width: 100%;
  }
}
.mapbox {
    position: relative;
    width: 100%;
    height: 720px;
}
.mapbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
}

.section-content-slider {
  padding: 51px 0 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-content-slider {
    padding: 49px 0 24px;
  }
}
.section-content-slider .container {
  max-width: 1500px;
  padding: 0 15px;
}
@media (min-width: 1480px) {
  .section-content-slider .container {
    padding: 0 20px;
  }
}
.section-content-slider .entry-header {
  text-align: center;
  margin: 0 0 51px;
}
@media (min-width: 768px) {
  .section-content-slider .entry-header {
    margin: 0 0 11px;
  }
}
.section-content-slider .entry-header h2 {
  margin-bottom: 0;
}
@media (min-width: 1680px) {
  .section-content-slider .entry-header h2 {
    font-size: 45px;
  }
}
@media (max-width: 991.98px) {
  .section-content-slider .entry-header h2 {
    font-size: 30px;
    line-height: 1.16667;
  }
}

.content-slider {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .content-slider {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .content-slider .slick-list {
    overflow: visible;
    width: 100%;
  }
}
.content-slider .slick-arrow {
  cursor: pointer;
  color: #2C3967;
  background-color: transparent;
  border: 1px solid #2C3967;
}
.content-slider .slick-arrow:hover {
  border-color: #0076d6;
  color: #fff;
  background-color: #0076d6;
}
.content-slider .slick-prev {
  order: 1;
  margin: 40px 5px 8px auto;
}
@media (min-width: 768px) {
  .content-slider .slick-prev {
    order: -2;
    margin: 0 5px 32px auto;
  }
}
@media (min-width: 992px) {
  .content-slider .slick-prev {
    margin: 0 5px 51px auto;
  }
}
.content-slider .slick-next {
  order: 2;
  margin: 40px auto 8px 5px;
}
@media (min-width: 768px) {
  .content-slider .slick-next {
    order: -1;
    margin: 0 auto 32px 5px;
  }
}
@media (min-width: 992px) {
  .content-slider .slick-next {
    margin: 0 auto 51px 5px;
  }
}
.content-slider .slick-dots {
  order: 3;
  margin: 39px auto 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .content-slider .slick-dots {
    width: 100%;
    justify-content: center;
    margin: 0;
  }
}
.content-slider .slick-dots button {
  cursor: pointer;
}

.content-slide {
  min-height: 39.1891891892vw;
  position: relative;
  transition: 0.3s opacity linear;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .content-slide {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    padding: 50px 24px 0;
    border-radius: 0;
    opacity: 0.5;
  }
}
@media (min-width: 992px) {
  .content-slide {
    justify-content: flex-start;
    margin: 0 10px;
  }
}
@media (min-width: 1280px) {
  .content-slide {
    padding: 50px 50px 0;
    min-height: 580px;
  }
}
@media (min-width: 1480px) {
  .content-slide {
    min-height: 580px;
  }
}
@media (min-width: 1680px) {
  .content-slide {
    min-height: 740px;
  }
}
.content-slide.slick-active {
  opacity: 1;
}
.content-slide.slick-active .content-slider-item {
  opacity: 1;
  visibility: visible;
}
.content-slide .entry-image {
  display: block;
  margin: 0;
  height: 89.3333333333vw;
}
@media (min-width: 768px) {
  .content-slide .entry-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.content-slide .image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  min-width: 25%;
  max-width: 40%;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  font-weight: 400;
  background: rgba(44, 57, 103, 0.85);
  border-radius: 20px 0 0 0;
  z-index: 9;
}
@media (min-width: 992px) {
  .content-slide .image-caption {
    font-size: 20px;
    padding: 14px 18px;
  }
}
@media (min-width: 1480px) {
  .content-slide .image-caption {
    font-size: 25px;
    padding: 19px 18px;
  }
}
.content-slide .entry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content-slider-item {
  width: 100%;
  max-width: 538px;
  color: #fff;
  background-color: #1848B5;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0.3s linear;
  padding: 50px 50px 50px;
}
@media (max-width: 767.98px) {
  .content-slider-item {
    font-size: 16px;
    line-height: 1.25;
    padding: 22px 20px 18px;
    visibility: visible;
    opacity: 1;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .content-slider-item {
    border-radius: 50px 50px 0 0;
  }
}
.content-slider-item h3 {
  margin: 0 0 1.1em;
}
@media (max-width: 767.98px) {
  .content-slider-item h3 {
    font-size: 30px;
    line-height: 1.16667;
    margin: 0 0 0.65em;
  }
}
@media (min-width: 1680px) {
  .content-slider-item h3 {
    font-size: 45px;
    line-height: 1.06667;
  }
}
.content-slider-item .entry-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 28px 0 0;
}
@media (min-width: 576px) {
  .content-slider-item .entry-btns {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 50px 0 0;
    gap: 19px;
  }
}
.content-slider-item .btn {
  width: 100%;
  max-width: none;
  padding: 19px 40px;
}
@media (min-width: 576px) {
  .content-slider-item .btn {
    width: auto;
  }
}
.content-slider-item a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: .1px;
    transition: all 0.2s;
}
.content-slider-item a:hover {
    opacity: .8;
    text-decoration: none;
}

.section-testimonial-slider {
    padding: 30px 0 50px;
}
@media (min-width: 1480px) {
    .section-testimonial-slider {
        padding: 68px 0;
    }
}
.section-testimonial-slider .entry-header {
    text-align: center;
}
.section-testimonial-slider .entry-header p {
    max-width: 960px;
    margin: 0 auto;
}
.content-slider.testimonial {
    position: relative;
    margin-top: 50px;
}
.content-slider.testimonial .slick-list {
    border: 1px solid #2C3967;
    border-radius: 50px;
    overflow: hidden;
}
.content-slider.testimonial .slick-prev {
    order: 1;
    margin: 30px 5px 0 auto;
}
.content-slider.testimonial .slick-next {
    order: 2;
    margin: 30px auto 0 5px;
}
.content-slider.testimonial .slick-dots {
    order: 3;
    width: 100%;
    margin-top: 10px;
}
@media (min-width: 992px) {
    .content-slider.testimonial .slick-prev,
    .content-slider.testimonial .slick-next {
        margin-top: 50px;
    }
}
.testimonial-slide {
    position: relative;
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
}
@media (min-width: 768px) {
    .testimonial-slide {
        flex-direction: row;
        align-items: center;
    }
    .testimonial-slide > * {
        width: 50%;
    }
}
.testimonial-slide .image-box {
    position: relative;
    width: 100%;
    height: 316px;
}
.testimonial-slide .image-box figure {
    height: 100%;
    margin: 0;
}
@media (min-width: 768px) {
    .testimonial-slide .image-box {
        width: 50%;
        height: 100%;
        min-height: 360px;
    }
}
@media (min-width: 992px) {
    .testimonial-slide .image-box {
        min-height: 400px;
    }
}
@media (min-width: 1280px) {
    .testimonial-slide .image-box {
        min-height: 480px;
    }
}
.testimonial-slide .image-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transition: opacity 0.27s linear;
}
.testimonial-slide figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
    background: rgba(44, 57, 103, 0.85);
    z-index: 9;
}
@media (min-width: 768px) {
    .testimonial-slide figcaption {
        text-align: right;
        padding: 19px 18px;
    }
}
@media (min-width: 1480px) {
  .testimonial-slide figcaption {
    font-size: 25px;
  }
}
.testimonial-slide .content-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px 33px;
}
.testimonial-slide .content-item > * {
    margin: 0;
}
.testimonial-slide .h1 {
    position: relative;
    line-height: .9166667;
    font-weight: 700;
}
.testimonial-slide .before {
    position: absolute;
    right: 100%;
}
.testimonial-slide .content-item p {
    position: relative;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 400;
}
.testimonial-slide .content-item p strong {
    font-weight: 700;
}
.testimonial-slide .content-item p strong span {
    position: absolute;
    right: 100.75%;
}
.testimonial-slide .btn {
    width: auto;
    max-width: none;
    font-size: 18px;
    line-height: 1.445;
    padding: 10px 40px;
}
@media (min-width: 768px) {
    .testimonial-slide .content-item {
        gap: 25px;
        padding: 25px 25px 25px 5%;
    }
}
@media (min-width: 992px) {
    .testimonial-slide .content-item {
        gap: 30px;
    }
    .testimonial-slide .btn {
        font-size: 25px;
        line-height: 1.84;
    }
}
@media (min-width: 1280px) {
    .testimonial-slide .content-item {
        gap: 40px;
        padding: 40px 40px 40px 7%;
    }
}
@media (max-width: 767px) {
    .testimonial-slide .content-item h2 {
        margin-left: 20px;
    }
    .testimonial-slide .content-item p {
        margin-left: 28px;
    }
    .testimonial-slide .entry-btns {
        padding-top: 20px;
        text-align: center;
    }
}

.section-faq {
  padding: 17px 0 0;
}
@media (min-width: 768px) {
  .section-faq {
    padding: 17px 0 20px;
  }
}
@media (min-width: 992px) {
  .section-faq {
    padding: 14px 0 50px;
  }
}
@media (min-width: 1480px) {
  .section-faq {
    padding: 14px 0 80px;
  }
}
.section-faq .entry-header {
  max-width: 850px;
  margin: 0 auto 49px;
}
@media (min-width: 992px) {
  .section-faq .entry-header {
    margin: 0 auto 50px;
  }
}
.section-faq .entry-header > *:last-child {
  margin-bottom: 0;
}
.section-faq .entry-header h2 {
  text-align: center;
  margin: 0 0 1.25em;
}
@media (min-width: 992px) {
  .section-faq .entry-header h2 {
    margin: 0 0 0.85em;
  }
}

.site-accordion.faq-accordion {
/*  columns: 1; */
  display: flex;
/*  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(1, 1fr);*/
  column-gap: 20px;
}
@media (max-width: 991px) {
  .site-accordion.faq-accordion {
    flex-direction: column;
  }
}
.site-accordion.faq-accordion .column {
    flex: 1;
}
.site-accordion.faq-accordion .block-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-radius: 20px;
  border: 1px solid #2C3967;
  padding: 40px 40px 39px;
  margin: 0 0 20px;
}
@media (max-width: 767.98px) {
  .site-accordion.faq-accordion .block-item {
    padding: 25px 25px 30px;
  }
}
.site-accordion.faq-accordion .active .opener:after {
  transform: scaleY(1);
}
.site-accordion.faq-accordion .opener {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 30px;
  line-height: 1.16667;
  font-weight: 600;
  text-align: left;
  color: #2C3967;
}
.site-accordion.faq-accordion .opener:after {
  flex-shrink: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 8.147 7-7 7 7' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0076d6;
  border-radius: 50%;
  margin-left: 12px;
  transition: transform 0.3s linear;
  transform: scaleY(-1);
}
@media (min-width: 992px) {
  .site-accordion.faq-accordion .opener:after {
    width: 44px;
    height: 44px;
    margin-left: 20px;
  }
}
.site-accordion.faq-accordion .slide {
  display: none;
  padding: 19px 0 0;
}
.site-accordion.faq-accordion .active .slide {
  display: block;
}
.site-accordion.faq-accordion .slide > *:last-child {
  margin-bottom: 0;
}

.section-cta {
  position: relative;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .section-cta {
    padding: 86px 0;
    margin: 0 0 50px;
  }
}
@media (min-width: 1480px) {
  .section-cta {
    padding: 86px 0;
  }
}
.section-cta.tall {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .section-cta.tall {
    padding: 86px 0;
    margin: 0 0 50px;
  }
}
@media (min-width: 1480px) {
  .section-cta.tall {
    padding: 152px 0;
  }
}
.section-cta.tall .full-cta-item {
  max-width: 720px;
}
@media (min-width: 768px) {
  .section-cta.tall .full-cta-item {
    border-radius: 50px;
  }
}
.section-cta.tall .full-cta-item p {
  margin: 0 0 1em;
}
.section-cta.tall .full-cta-item .btn {
  margin: 17px 0 0;
}
@media (min-width: 768px) {
  .section-cta.tall .full-cta-item .btn {
    margin: 24px 0 0;
  }
}
.section-cta.default {
  margin: 0;
}
@media (max-width: 767.98px) {
  .section-cta.default .full-cta-wrap {
    border-radius: 50px 50px 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .section-cta.default .full-cta-wrap .entry-bg {
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  .section-cta.default .full-cta-item {
    margin: -20px 0 0;
    border-radius: 20px;
  }
}

.section-cta + .section-crowdriff {
  margin-top: 0;
}
@media (min-width: 768px) {
  .section-cta + .section-crowdriff {
    padding-top: 0;
  }
}

.full-cta-wrap {
  border-radius: 50px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .full-cta-wrap {
    border-radius: 0;
  }
}
.full-cta-wrap .entry-bg {
  width: 100%;
  height: 89.3333333333vw;
  margin: 0;
}
@media (min-width: 768px) {
  .full-cta-wrap .entry-bg {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
  }
}
.full-cta-wrap .entry-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.full-cta-wrap .image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  min-width: 25%;
  max-width: 40%;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  font-weight: 400;
  background: rgba(44, 57, 103, 0.85);
  border-radius: 20px 0 0 0;
  z-index: 9;
}
@media (min-width: 992px) {
  .full-cta-wrap .image-caption {
    font-size: 20px;
    padding: 14px 18px;
  }
}
@media (min-width: 1480px) {
  .full-cta-wrap .image-caption {
    font-size: 25px;
    padding: 19px 18px;
  }
}

.full-cta-item {
  width: 100%;
  color: #fff;
  background-color: #2C3967;
  padding: 22px 20px 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .full-cta-item {
    max-width: 660px;
    border-radius: 20px;
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .full-cta-item {
    font-size: 16px;
  }
}
.full-cta-item.blue {
  background-color: #2C3967;
}
@media (max-width: 767.98px) {
  .full-cta-item.blue {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .full-cta-item.blue h2, .full-cta-item.blue p {
    margin-bottom: 20px;
  }
}
.full-cta-item.green {
  background-color: #455317;
}
.full-cta-item h2 {
  margin: 0 0 22px;
}
@media (min-width: 768px) {
  .full-cta-item h2 {
    margin: 0 0 51px;
  }
}
.full-cta-item .h3, .full-cta-item .section-plan .itinerary-listing > li h3, .section-plan .itinerary-listing > li .full-cta-item h3,
.full-cta-item .section-plan .itinerary-listing > li .h3,
.section-plan .itinerary-listing > li .full-cta-item .h3 {
  margin: 0 0 0.7em;
}
@media (min-width: 1680px) {
  .full-cta-item .h3, .full-cta-item .section-plan .itinerary-listing > li h3, .section-plan .itinerary-listing > li .full-cta-item h3,
  .full-cta-item .section-plan .itinerary-listing > li .h3,
  .section-plan .itinerary-listing > li .full-cta-item .h3 {
    font-size: 30px;
    line-height: 1.16667;
  }
}
.full-cta-item p {
  margin: 0 0 0.7em;
}
.full-cta-item .btn {
  width: 100%;
  max-width: none;
  padding: 19px 40px;
}
@media (min-width: 576px) {
  .full-cta-item .btn {
    width: auto;
  }
}

.full-cta-item.blue a,
.full-cta-item.green a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: .1px;
    transition: all 0.2s;
}
.full-cta-item.blue a:hover,
.full-cta-item.green a:hover {
    opacity: .8;
    text-decoration: none;
}

.section-events-related {
  background: rgba(179, 206, 231, 0.35);
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section-events-related {
    padding: 50px 0;
  }
}
@media (min-width: 1680px) {
  .section-events-related {
    padding: 100px 0;
  }
}
.section-events-related .container.wide {
  max-width: 1608px;
}
.section-events-related .entry-header {
  text-align: center;
  margin: 0 0 50px;
}

.related-events-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  .related-events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.related-events-grid.one-mod {
  grid-template-columns: 1fr;
}
@media (min-width: 1480px) {
  .related-events-grid {
    gap: 20px 50px;
  }
}

.events-slider.slick-slider,
.events-slider {
  position: relative;
}
@media (min-width: 768px) {
  .events-slider.slick-slider,
  .events-slider {
    padding: 0 64px;
  }
}
.events-slider.slick-slider .slick-arrow,
.events-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 56px;
}
@media (min-width: 768px) {
  .events-slider.slick-slider .slick-arrow,
  .events-slider .slick-arrow {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.events-slider.slick-slider .slick-arrow.slick-prev,
.events-slider .slick-arrow.slick-prev {
  left: calc(50% - 4px);
  transform: translate(-100%, 0);
}
@media (min-width: 768px) {
  .events-slider.slick-slider .slick-arrow.slick-prev,
  .events-slider .slick-arrow.slick-prev {
    left: 0;
    right: auto;
    transform: none;
  }
}
.events-slider.slick-slider .slick-arrow.slick-next,
.events-slider .slick-arrow.slick-next {
  right: 0;
}
@media (max-width: 767.98px) {
  .events-slider.slick-slider .slick-arrow.slick-next,
  .events-slider .slick-arrow.slick-next {
    left: calc(50% + 4px);
  }
}
.events-slider.slick-slider .slick-slide,
.events-slider .slick-slide {
  margin: 0 4px;
}
@media (min-width: 768px) {
  .events-slider.slick-slider .slick-slide,
  .events-slider .slick-slide {
    margin: 0 10px;
  }
}
@media (min-width: 1480px) {
  .events-slider.slick-slider .slick-slide,
  .events-slider .slick-slide {
    margin: 0 25px;
  }
}
.events-slider.slick-slider .slick-list,
.events-slider .slick-list {
  margin: 0 -4px;
}
@media (min-width: 768px) {
  .events-slider.slick-slider .slick-list,
  .events-slider .slick-list {
    margin: 0 -10px;
  }
}
@media (min-width: 1480px) {
  .events-slider.slick-slider .slick-list,
  .events-slider .slick-list {
    margin: 0 -25px;
  }
}
@media (max-width: 767.98px) {
  .events-slider.slick-slider .slick-dots,
  .events-slider .slick-dots {
    margin-top: 60px;
  }
}

.section-packages-related {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section-packages-related {
    padding: 50px 0;
  }
}
@media (min-width: 1680px) {
  .section-packages-related {
    padding: 100px 0;
  }
}
.section-packages-related .container.wide {
  max-width: 1608px;
}
.section-packages-related .entry-header {
  text-align: center;
  margin: 0 0 50px;
}
.section-packages-related .events-slider.slick-slider .slick-arrow,
.section-packages-related .events-slider .slick-arrow {
  border: 1px solid #2C3967;
}
.section-packages-related .events-slider.slick-slider .slick-arrow:hover,
.section-packages-related .events-slider .slick-arrow:hover {
  background-color: #0076d6;
  border-color: #0076d6;
}

.related-packages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .related-packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.related-packages-grid.one-mod {
  grid-template-columns: 1fr;
}
@media (min-width: 1480px) {
  .related-packages-grid {
    gap: 20px 50px;
  }
}

.feature-card.packages-mod {
  border: 1px solid #2C3967;
  border-radius: 50px;
  overflow: hidden;
}
.feature-card.packages-mod:hover .img-holder img {
  transform: scale(1.02);
}
@media (min-width: 992px) {
  .feature-card.packages-mod.line-mod {
    border: none;
  }
}
@media (min-width: 992px) {
  .feature-card.packages-mod.line-mod .inner-holder {
    display: flex;
  }
}
@media (min-width: 992px) {
  .feature-card.packages-mod.line-mod .img-holder {
    display: flex;
    width: 33.5%;
    position: relative;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .feature-card.packages-mod.line-mod .img-holder a {
    height: inherit;
    min-height: 384px;
    width: 100%;
  }
}
.feature-card.packages-mod.line-mod .badge {
  padding: 10px 20px;
  margin: 0 0 10px -20px;
}
@media (min-width: 768px) {
  .feature-card.packages-mod.line-mod .badge {
    margin: 0 0 10px -30px;
  }
}
@media (min-width: 992px) {
  .feature-card.packages-mod.line-mod .badge {
    margin: 0 0 10px -20px;
  }
}
@media (max-width: 991.98px) {
  .feature-card.packages-mod.line-mod .card-body {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .feature-card.packages-mod.line-mod .card-body {
    width: 66.5%;
    font-size: 18px;
    padding: 0 20px 20px;
    position: relative;
    border: 1px solid #2C3967;
    border-left: none;
    border-radius: 0 50px 50px 0;
  }
}
@media (min-width: 992px) {
  .feature-card.packages-mod.line-mod .card-body:only-child {
    width: 100%;
    border-radius: 50px;
    border-left: 1px solid #2C3967;
  }
}
@media (min-width: 992px) {
  .feature-card.packages-mod.line-mod .card-body:only-child .badge {
    border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 992px) {
  .feature-card.packages-mod.line-mod .info-list {
    margin: 0;
    border: none;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .feature-card.packages-mod.line-mod .info-list > li {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .feature-card.packages-mod.line-mod .info-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .feature-card.packages-mod.line-mod .btn {
    font-size: 18px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 8px 37px;
  }
}
.feature-card.packages-mod .img-holder {
  margin: -1px -1px 0;
}
.feature-card.packages-mod .img-holder a {
  display: block;
  height: 300px;
  overflow: hidden;
}
.feature-card.packages-mod .img-holder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.25s linear;
}
.feature-card.packages-mod .badge {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #2C3967;
  border-radius: 0 0 20px 0;
  padding: 10px 20px;
}
.feature-card.packages-mod .card-body {
  padding: 20px;
}
@media (max-width: 767.98px) {
  .feature-card.packages-mod .card-body {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .feature-card.packages-mod .card-body {
    padding: 30px;
  }
}
.feature-card.packages-mod h4 {
  font-size: 30px;
  line-height: 1.16667;
  font-weight: 600;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .feature-card.packages-mod h4 {
    margin: 0 0 20px;
  }
}
.feature-card.packages-mod h4 a {
  color: #2C3967;
}
.feature-card.packages-mod h4 a:hover {
  color: #0076d6;
}
.feature-card.packages-mod .price {
  display: block;
  padding: 0 0 15px;
  border-bottom: 1px solid #2C3967;
  margin: 0 0 16px;
}
@media (max-width: 767.98px) {
  .feature-card.packages-mod .price {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .feature-card.packages-mod .price {
    margin: 0 0 20px;
    padding: 0 0 19px;
  }
}
.feature-card.packages-mod p {
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .feature-card.packages-mod p {
    margin: 0 0 20px;
  }
}
.feature-card.packages-mod .info-list {
  font-size: 16px;
  border-bottom: 1px solid #2C3967;
  margin: 0 0 16px;
}
@media (max-width: 767.98px) {
  .feature-card.packages-mod .info-list {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .feature-card.packages-mod .info-list {
    margin: 0 0 20px;
  }
}
.feature-card.packages-mod .info-list > li {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .feature-card.packages-mod .info-list > li {
    margin-bottom: 20px;
  }
}
.feature-card.packages-mod .btn {
  width: auto;
  max-width: none;
  padding: 10px 40px;
}
@media (max-width: 767.98px) {
  .feature-card.packages-mod .btn {
    font-size: 18px;
    padding: 10px 37px;
  }
}

.listing-media-block {
  margin-bottom: 49px;
}
@media (min-width: 992px) {
  .listing-media-block {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .listing-media {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
    margin: 0 -4px;
  }
}
@media (min-width: 768px) {
  .listing-media {
    display: grid;
    grid-template-areas: "a a b c" "a a d e";
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .listing-media {
    gap: 16px;
  }
}
@media (min-width: 1280px) {
  .listing-media {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .listing-media li {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 0 4px;
  }
}
.listing-media li:nth-child(1) {
  grid-area: a;
}
@media (max-width: 767.98px) {
  .listing-media li:nth-child(1) {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.listing-media li:nth-child(2) {
  grid-area: b;
}
.listing-media li:nth-child(3) {
  grid-area: c;
}
.listing-media li:nth-child(4) {
  grid-area: d;
}
.listing-media li:nth-child(5) {
  grid-area: e;
}
.listing-media li:nth-child(5) ~ * {
  display: none;
}

.listing-media-figure {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.listing-media-figure:hover img {
  transform: scale(1.05);
}
.listing-media-figure[data-count]:before {
  content: "+" attr(data-count);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 118, 214, 0.65) 0%, rgba(0, 118, 214, 0.65) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .listing-media-figure[data-count]:before {
    font-size: 50px;
  }
}
@media (min-width: 1680px) {
  .listing-media-figure[data-count]:before {
    font-size: 60px;
  }
}
.listing-media-figure a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 67.7777%;
  position: relative;
}
.listing-media-figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 0.27s ease-in-out;
}
.listing-media-figure svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.listing-heading {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .listing-heading {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .listing-heading .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .listing-heading .left {
    width: 50%;
    padding: 80px 16px 0 0;
  }
}
@media (min-width: 1280px) {
  .listing-heading .left {
    width: calc(100% - 549px);
    padding: 80px 136px 0 0;
  }
}
.listing-heading .left h1 {
  margin: 0 0 0.55em;
}
@media (min-width: 768px) {
  .listing-heading .left h1 {
    display: flex;
    align-items: center;
  }
}

.listing-google-rating {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .listing-google-rating {
    margin: 0 0 0 32px;
  }
}
@media (min-width: 992px) {
  .listing-google-rating {
    margin: 0 0 0 40px;
  }
}
.listing-google-rating svg {
  flex-shrink: 0;
  margin: 0 10px 0 0;
}

.listing-region {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #2C3967;
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .listing-region {
    margin: 0 0 32px;
  }
}
.listing-region svg {
  flex-shrink: 0;
  margin: 0 10px 0 0;
}

.listing-contacts {
  max-width: 560px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .listing-contacts {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .listing-contacts {
    max-width: none;
  }
}
@media (min-width: 1280px) {
  .listing-contacts {
    grid-template-columns: 42% 58%;
    gap: 23px;
  }
}
.listing-contacts h4 {
  font-weight: 600;
  line-height: 1.16667;
  margin: 0;
}
@media (min-width: 1680px) {
  .listing-contacts h4 {
    font-size: 30px;
  }
}
.listing-contacts address {
  font-style: normal;
}
@media (max-width: 767.98px) {
  .listing-contacts address {
    margin: 0;
  }
}
.listing-contacts a {
  color: #2C3967;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.27s ease-in-out;
}
.listing-contacts a:hover {
  text-decoration-color: inherit;
}
.listing-contacts .listing-google-map-link {
  display: inline-flex;
  align-items: center;
  color: #0076d6;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 0;
  text-decoration: none;
}
.listing-contacts .listing-google-map-link:hover span {
  text-decoration-color: inherit;
}
.listing-contacts .listing-google-map-link span {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.27s ease-in-out;
}
.listing-contacts .listing-google-map-link svg {
  flex-shrink: 0;
  margin: 0 0 0 10px;
}

.listing-related {
    padding: 0 0 10px;
}
.listing-related a {
    color: #2c3967;
    text-decoration: underline;
}
.listing-related a:hover {
    color: #0076d6;
}

.listing-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .listing-socials {
    margin: 11px 0 0;
  }
}
.listing-socials a:hover svg {
  transform: scale(0.94);
}
.listing-socials a svg {
  transform: scale(1);
  transition: transform 0.27s linear;
}

.listing-heading-aside {
  color: #fff;
  background-color: #2C3967;
  border-radius: 20px;
  padding: 32px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .listing-heading-aside {
    padding: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .listing-heading-aside {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1280px) {
  .listing-heading-aside {
    width: 549px;
  }
}
.listing-heading-aside .entry-title {
  color: #b3cee7;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0.7em;
}
.listing-heading-aside h4 {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .listing-heading-aside h4 {
    font-size: 30px;
    margin: 0 0 -0.05em;
  }
}
.listing-heading-aside p {
  margin: 0 0 0.8em;
}
.listing-heading-aside .btn {
    width: 100%;
    max-width: none;
    margin-top: 20px;
}
.listing-heading-aside .btn-outline {
  color: #fff;
  border-color: #fff;
  border-width: 2px;
  padding: 18px 20px;
}
.listing-heading-aside .btn-outline:hover, .listing-heading-aside .btn-outline:focus {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.listing-heading-aside .entry-text-wrap {
  text-align: center;
  margin: 20px 0 0;
}
.listing-heading-aside .entry-text-wrap a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.27s ease-in-out;
}
.listing-heading-aside .entry-text-wrap a:hover {
  text-decoration-color: inherit;
}
.listing-heading-aside .booking-additional-text {
  color: #fff;
  font-weight: 300;
  margin: 0;
}
.price-qualifier {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 500;
}
@media (max-width: 424px) {
  .price-qualifier { display: block; }
}

p.note {
    font-size: 16px;
    font-style: italic;
}

.booking-open-close {
  margin: 20px 0 0;
  position: relative;
  z-index: 1;
}
.booking-open-close.active .opener {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.booking-open-close.active .opener svg {
  transform: scaleY(-1);
}
.booking-open-close.active .slide {
  opacity: 1;
  visibility: visible;
}
.booking-open-close .opener {
  height: auto;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  padding: 19px 40px;
  border: none;
  background-color: #0076d6;
  border-radius: 1.3em;
  transition: background-color 0.3s linear, border-radius 0.3s linear;
}
.booking-open-close .opener:hover {
  background-color: #0088e6;
}
.booking-open-close .opener svg {
  flex-shrink: 0;
  margin: 0 0 0 12px;
  transform: scaleY(1);
  transition: transform 0.3s linear;
}
.booking-open-close .slide {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}
.booking-open-close a {
  display: block;
  line-height: 1.1;
  padding: 10px 25px;
  font-size: 18px;
  color: #2C3967;
  transition: background-color 0.27s ease-in-out;
}
.booking-open-close a:hover {
  background: rgba(179, 206, 231, 0.35);
}

.listing-highlights {
  padding: 0 0 40px;
}
@media (min-width: 992px) {
  .listing-highlights {
    padding: 0 0 50px;
  }
}
.listing-highlights .inner-box {
  border-radius: 20px;
  background: rgba(179, 206, 231, 0.35);
  padding: 32px;
}
@media (min-width: 992px) {
  .listing-highlights .inner-box {
    padding: 50px;
  }
}
.listing-highlights .inner-box > *:last-child {
  margin-bottom: 0;
}
.listing-highlights h4 {
  font-size: 30px;
  margin: 0 0 0.6em;
}
.listing-highlights ul {
  margin: 0 0 1em;
}
.listing-highlights ul > li {
  padding: 0 0 0 1.5em;
  position: relative;
}
.listing-highlights ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2C3967;
  position: absolute;
  top: 0.55em;
  left: 0.63em;
}

.listing-description .container {
  max-width: 890px;
}
.listing-description .collapse-holder.active-height .load-more-text {
  display: inline-block;
}
.listing-description h2 {
  margin: 0 0 0.93em;
}

.text-load-more {
  position: relative;
  margin: 0 0 25px;
}
.text-load-more.active:after {
  opacity: 1;
  visibility: visible;
}
.text-load-more:after {
  height: 2em;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(228, 238, 247, 0) 0%, rgb(228, 238, 247) 100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.27s linear, visibility 0.27s linear;
}
.text-load-more.active + .load-more-text:before {
  content: attr(data-more);
}
.text-load-more > *:last-child {
  margin-bottom: 0;
}
.text-load-more p {
  margin: 0 0 1.2em;
}
.text-load-more p:empty {
  margin: 0;
}

.load-more-text {
  display: none;
  color: #2C3967;
  text-transform: capitalize;
  text-decoration: underline;
}
.load-more-text:before {
  content: attr(data-less);
}
.load-more-text:hover {
  text-decoration: underline;
  color: #0076d6;
}
.load-more-text:focus, .load-more-text:active {
  color: #2C3967;
  text-decoration: underline;
}

.listing-accordion-block {
  margin-top: 50px;
}

.listing-accordion li {
  margin: 0;
}
.listing-accordion li.active .opener {
  border-radius: 20px 20px 0 0;
}
.listing-accordion li.active .opener-icon svg {
  transform: scaleY(-1);
}
.listing-accordion li:not(:last-child) {
  margin-bottom: 16px;
}
.listing-accordion .opener {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #2C3967;
  background-color: #fff;
  border-radius: 20px;
  border: none;
  padding: 20px;
  margin: 0;
  transition: border-radius 0.3s linear;
  cursor: pointer;
}
@media (min-width: 992px) {
  .listing-accordion .opener {
    padding: 20px 40px;
  }
}
.listing-accordion .opener-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0076d6;
  margin: 0 0 0 16px;
}
.listing-accordion .opener-icon svg {
  transform: scaleY(1);
  transition: transform 0.3s linear;
}
.listing-accordion .slide {
  padding: 4px 20px 20px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 992px) {
  .listing-accordion .slide {
    padding: 20px 40px 30px;
  }
}
.listing-accordion h4 {
  line-height: 1.16667;
  margin: 0 0 0.64em;
}
@media (min-width: 1680px) {
  .listing-accordion h4 {
    font-size: 30px;
  }
}

.amenities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #2C3967;
  margin: 0 0 -10px;
}
.amenities-list li {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .amenities-list li {
    max-width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}
@media (min-width: 992px) {
  .amenities-list li {
    max-width: calc(33.3333% - 11px);
    flex: 0 0 calc(33.3333% - 11px);
  }
}
@media (min-width: 1280px) {
  .amenities-list li:nth-child(3n+1) {
    max-width: 29.5%;
    flex: 0 0 29.5%;
  }
}
@media (min-width: 1280px) {
  .amenities-list li:nth-child(3n+2) {
    max-width: 24%;
    flex: 0 0 24%;
  }
}
@media (min-width: 1280px) {
  .amenities-list li:nth-child(3n+3) {
    max-width: 24%;
    flex: 0 0 24%;
  }
}
.amenities-list figure {
  flex-shrink: 0;
  height: 48px;
  width: 56px;
  text-align: center;
  margin: 0;
  padding: 10px;
}
.amenities-list figure img {
  height: 100%;
  object-fit: contain;
}

.listing-additional-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33333;
}
@media (min-width: 768px) {
  .listing-additional-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .listing-additional-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .listing-additional-list {
    grid-template-columns: 20% 39% 41%;
    grid-gap: 8px 16px;
    padding: 11px 0 0;
  }
}
.listing-additional-list p {
  margin: 0 0 1.1em;
}
.listing-additional-list p:last-child {
  margin-bottom: 0;
}

.membership-accordion-slide {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .membership-accordion-slide {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .membership-accordion-slide {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .membership-accordion-slide {
    grid-template-columns: 32.6% 32.7% 34.7%;
    grid-gap: 16px;
    padding: 11px 0 0;
  }
}

.membership-list {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33333;
}
.membership-list li {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.membership-list figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 48px;
  min-width: 56px;
  text-align: center;
  margin: 0 7px 0 0;
}
.membership-list figure img {
  max-height: 100%;
}

.selected-ratings-items {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33333;
}
.selected-ratings-items li:not(:last-child) {
  margin: 0 0 19px;
}
.selected-ratings-items p {
  margin: 0 0 9px;
}
.selected-ratings-items .rating {
  display: flex;
  gap: 0 18px;
}

.selected-ratings-items + h4 {
  margin-top: 1.4em;
}

.listing-links li:not(:last-child) {
  margin: 0 0 19px;
}
.listing-links a {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33333;
  color: #2C3967;
  text-decoration: none;
}
.listing-links a:hover, .listing-links a:focus {
  color: #2C3967;
}
.listing-links a:hover span, .listing-links a:focus span {
  text-decoration-color: inherit;
}
.listing-links a span {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.27s ease-in-out;
}
.listing-links a svg {
  flex-shrink: 0;
  margin: 0 0 0 10px;
}

.listing-accordion-block {
  margin-top: 50px;
}

.listing-accordion li {
  margin: 0;
}
.listing-accordion li.active .opener {
  border-radius: 20px 20px 0 0;
}
.listing-accordion li.active .opener-icon svg {
  transform: scaleY(-1);
}
.listing-accordion li:not(:last-child) {
  margin-bottom: 16px;
}
.listing-accordion .opener {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #2C3967;
  background-color: #fff;
  border-radius: 20px;
  border: none;
  padding: 20px;
  margin: 0;
  transition: border-radius 0.3s linear;
  cursor: pointer;
}
@media (min-width: 992px) {
  .listing-accordion .opener {
    padding: 20px 40px;
  }
}
.listing-accordion .opener-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0076d6;
  margin: 0 0 0 16px;
}
.listing-accordion .opener-icon svg {
  transform: scaleY(1);
  transition: transform 0.3s linear;
}
.listing-accordion .slide {
  padding: 4px 20px 20px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 992px) {
  .listing-accordion .slide {
    padding: 20px 40px 30px;
  }
}
.listing-accordion h4 {
  line-height: 1.16667;
  margin: 0 0 0.64em;
}
@media (min-width: 1680px) {
  .listing-accordion h4 {
    font-size: 30px;
  }
}

.amenities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #2C3967;
  margin: 0 0 -10px;
}
.amenities-list li {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .amenities-list li {
    max-width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}
@media (min-width: 992px) {
  .amenities-list li {
    max-width: calc(33.3333% - 11px);
    flex: 0 0 calc(33.3333% - 11px);
  }
}
@media (min-width: 1280px) {
  .amenities-list li:nth-child(3n+1) {
    max-width: 29.5%;
    flex: 0 0 29.5%;
  }
}
@media (min-width: 1280px) {
  .amenities-list li:nth-child(3n+2) {
    max-width: 24%;
    flex: 0 0 24%;
  }
}
@media (min-width: 1280px) {
  .amenities-list li:nth-child(3n+3) {
    max-width: 24%;
    flex: 0 0 24%;
  }
}
.amenities-list figure {
  flex-shrink: 0;
  height: 48px;
  width: 56px;
  text-align: center;
  margin: 0;
  padding: 10px;
}
.amenities-list figure img {
  height: 100%;
  object-fit: contain;
}

.listing-additional-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33333;
}
@media (min-width: 768px) {
  .listing-additional-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .listing-additional-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .listing-additional-list {
    grid-template-columns: 20% 39% 41%;
    grid-gap: 8px 16px;
    padding: 11px 0 0;
  }
}
.listing-additional-list p {
  margin: 0 0 1.1em;
}
.listing-additional-list p:last-child {
  margin-bottom: 0;
}

.membership-accordion-slide {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .membership-accordion-slide {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .membership-accordion-slide {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .membership-accordion-slide {
    grid-template-columns: 32.6% 32.7% 34.7%;
    grid-gap: 16px;
    padding: 11px 0 0;
  }
}

.membership-list {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33333;
}
.membership-list li {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.membership-list figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 48px;
  min-width: 56px;
  text-align: center;
  margin: 0 7px 0 0;
}
.membership-list figure img {
  max-height: 100%;
}

.selected-ratings-items {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33333;
}
.selected-ratings-items li:not(:last-child) {
  margin: 0 0 19px;
}
.selected-ratings-items p {
  margin: 0 0 9px;
}
.selected-ratings-items .rating {
  display: flex;
  gap: 0 18px;
}

.selected-ratings-items + h4 {
  margin-top: 1.4em;
}

.listing-links li:not(:last-child) {
  margin: 0 0 19px;
}
.listing-links a {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33333;
  color: #2C3967;
  text-decoration: none;
}
.listing-links a:hover, .listing-links a:focus {
  color: #2C3967;
}
.listing-links a:hover span, .listing-links a:focus span {
  text-decoration-color: inherit;
}
.listing-links a span {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.27s ease-in-out;
}
.listing-links a svg {
  flex-shrink: 0;
  margin: 0 0 0 10px;
}

.tribe-events-meta-group dl dt {
  float: none;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
  padding: 0 10px;
}

@media (max-width: 767.98px) {
  .single-post .section-blogs.dark-blue-mod {
    background: linear-gradient(to bottom, #1848B5 234px, #fff 234px, #fff 100%);
  }
}

.single-header {
  padding: 0 0 24px;
}
@media (min-width: 992px) {
  .single-header {
    padding: 0 0 49px;
  }
}
.single-header .breadcrumbs-list {
  display: inline-block;
  line-height: 1.1;
  position: relative;
  padding: 0 0 0 28px;
  margin: 50px 0 49px;
}
@media (min-width: 1280px) {
  .single-header .breadcrumbs-list {
    margin: 60px 0;
  }
}
.single-header .breadcrumbs-list li {
  display: inline;
  font-size: 16px;
  position: static;
}
@media (min-width: 1280px) {
  .single-header .breadcrumbs-list li {
    font-size: 18px;
  }
}
.single-header .breadcrumbs-list li:first-child:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .single-header .breadcrumbs-list li:first-child:before {
    transform: translate(0, -35%);
  }
}
.single-header .breadcrumbs-list li:not(:first-child):before {
  content: "|";
  width: auto;
  position: static;
  color: #2C3967;
  margin: 0 4px 0 -1px;
  background-color: transparent;
}

.single-thumbnail {
  position: relative;
  margin: 0;
  height: 600px;
}
@media (min-width: 768px) {
  .single-thumbnail {
    height: 38.8571428571vw;
  }
}
@media (min-width: 1750px) {
  .single-thumbnail {
    height: 680px;
  }
}
.single-thumbnail img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.single-thumbnail .banner-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  min-width: 25%;
  max-width: 50%;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: right;
  font-weight: 400;
  background: rgba(44, 57, 103, 0.85);
  border-radius: 20px 0 0 0;
  z-index: 9;
}
@media (min-width: 768px) {
  .single-thumbnail .banner-caption {
    max-width: 35%;
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .single-thumbnail .banner-caption {
    font-size: 20px;
    padding: 14px 18px;
  }
}
@media (min-width: 1480px) {
  .single-thumbnail .banner-caption {
    font-size: 25px;
    padding: 19px 18px;
  }
}

.single-header-meta {
  text-align: center;
}
.single-header-meta > *:last-child {
  margin-bottom: 0;
}
.single-header-meta .blog-article-read {
  justify-content: center;
  font-size: 20px;
  margin: 0 0 21px;
}
@media (min-width: 1280px) {
  .single-header-meta .blog-article-read {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1280px) {
  .single-header-meta .blog-article-read .icon-view {
    font-size: 22px;
  }
}
.single-header-meta h1 {
  max-width: 850px;
  margin: 0 auto 26px;
}
@media (min-width: 1280px) {
  .single-header-meta h1 {
    margin: 0 auto 30px;
  }
}

.single-tags {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2C3967;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .single-tags {
    padding-inline: 20px;
    padding-bottom: 0;
  }
}/*
@media (min-width: 1280px) {
  .single-tags {
    font-size: 24px;
  }
}*/
.single-tags li {
  display: inline;
}
.single-tags li:not(:first-child):before {
  content: " • ";
}
.single-tags a {
  color: #2C3967;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.27s ease-in-out;
}
.single-tags a:hover {
  text-decoration-color: #2C3967;
}

.single-content {
  padding: 0 0 22px;
}
@media (min-width: 992px) {
  .single-content {
    padding: 0 0 50px;
  }
}
.single-content .container > p, .single-content .container > h1, .single-content .container > h2, .single-content .container > h3, .single-content .container > h4, .single-content .container > h5, .single-content .container > h6, .single-content .container > ul {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.single-content .container > h2 {
  margin-bottom: 0.38em;
}
@media (min-width: 992px) {
  .single-content .container > h2 {
    margin-bottom: 1.1em;
  }
}
.single-content .container > p {
  margin-bottom: 1.3em;
}
@media (min-width: 992px) {
  .single-content .container > p {
    margin-bottom: 1.2em;
  }
}

@media (max-width: 767.98px) {
  .single-itinerary .single-header {
    padding: 0 0 5px;
  }
}
@media (max-width: 767.98px) {
  .single-itinerary .single-header .breadcrumbs-list {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .single-itinerary .single-thumbnail {
    height: 340px;
  }
}
.single-itinerary .single-header-meta h1 {
  margin: 0 auto 21px;
}
.single-itinerary .single-tags {
  text-transform: uppercase;
}

.itinerary-content .wp-block-group {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 30px 0 40px;
}
@media (min-width: 768px) {
  .itinerary-content .wp-block-group {
    padding: 50px 0;
  }
}
@media (min-width: 1480px) {
  .itinerary-content .wp-block-group {
    padding: 100px 0;
  }
}
.itinerary-content .wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.itinerary-content .wp-block-group .wp-block-group__inner-container.is-layout-constrained > * {
  margin-block-start: 0;
}
@media (max-width: 991.98px) {
  .itinerary-content .wp-block-group .wp-block-group__inner-container .text-image-component:last-child .media-item {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .itinerary-content .text-image-component, .itinerary-content .image-component, .itinerary-content .text-component {
    margin-bottom: 50px;
  }
}
@media (min-width: 1480px) {
  .itinerary-content .text-image-component, .itinerary-content .image-component, .itinerary-content .text-component {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .itinerary-content .image-component {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .itinerary-content .text-image-component .media-item, .itinerary-content .text-image-component .text {
    margin-bottom: 50px;
  }
}
.itinerary-content .text-image-component h3 {
  margin: 0 0 0.7em;
}
@media (min-width: 768px) {
  .itinerary-content .text-image-component h3 {
    margin: 0 0 0.55em;
  }
}
.itinerary-content .text-image-component p {
  margin: 0 0 1.2em;
}
.itinerary-content .text-image-component p + h3 {
  margin-top: 1.6em;
}
@media (min-width: 768px) {
  .itinerary-content .text-image-component p + h3 {
    margin-top: 1.4em;
  }
}
@media (max-width: 991.98px) {
  .itinerary-content .text-component {
    font-size: 20px;
  }
}
.itinerary-content .text-component h3 {
  margin-bottom: 0.6em;
}

.listing-article .single-header,
.single-package .single-header {
  padding: 0;
}
@media (min-width: 992px) {
  .listing-article .single-header,
  .single-package .single-header {
    padding: 0 0 3px;
  }
}

.listing-details {
  padding: 40px 0;
  background: #e4eef7;
}
@media (min-width: 992px) {
  .listing-details {
    padding: 50px 0;
  }
}

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-datepicker {
  display: none;
  padding: 30px;
}
#ui-datepicker-div {
  font-family: "Kanit", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  width: auto;
  max-width: none;
  margin-block: 5px;
  padding: 12px !important;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 41px 33px 0 rgba(0,0,0,0.05), 0 22px 17px 0 rgba(0,0,0,0.04), 0 12px 10px 0 rgba(0,0,0,0.035), 0 6px 5px 0 rgba(0,0,0,0.03), 0 3px 2px 0 rgba(0,0,0,0.02);
  z-index: 9999 !important;
}
@media (min-width: 768px) {
  #ui-datepicker-div {
    padding: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #ui-datepicker-div {
    left: 50% !important;
    transform: translateX(-50%);
    margin-block: 0;
  }
}
@media (max-width: 767px) {
  #ui-datepicker-div {
    left: 5% !important;
  }
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  height: 46px;
  padding: 0 !important;
}

#ui-datepicker-div .ui-datepicker-prev, 
#ui-datepicker-div .ui-datepicker-next {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0 !important;
  width: 46px !important;
  height: 46px !important;
  color: #2c3967;
  transition: all .3s;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 0;
}

.ui-datepicker .ui-datepicker-prev {
  right: 54px;
}

.ui-datepicker .ui-datepicker-next {
  right: 0;
}
/*
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}*/

#ui-datepicker-div .ui-datepicker-prev:before, 
#ui-datepicker-div .ui-datepicker-next:before {
  display: none;
}
#ui-datepicker-div .ui-datepicker-prev:after, 
#ui-datepicker-div .ui-datepicker-next:after {
  content: "\e904";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .3s;
}
.ui-datepicker .ui-datepicker-prev:after {
  transform: rotate(90deg);
}
.ui-datepicker .ui-datepicker-next:after {
  transform: rotate(-90deg);
}
.ui-datepicker .ui-datepicker-prev:hover:after {
  transform: rotate(90deg) translateY(4px);
}
.ui-datepicker .ui-datepicker-next:hover:after {
  transform: rotate(-90deg) translateY(4px);
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

#ui-datepicker-div .ui-datepicker-title {
  margin: 0;
}

#ui-datepicker-div .ui-datepicker-title select {
  color: #2C3967;
  font-size: 24px;
  font-family: "Kanit", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 1px 0;
  background: none;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

#ui-datepicker-div table {
  table-layout: auto;
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 12px 0 0 !important;
}
.ui-datepicker table tr {
  display: grid;
  grid-template-columns: repeat(7, 64px);
}
@media (max-width: 767px) {
  .ui-datepicker table tr {
    grid-template-columns: repeat(7, 44px);
  }
}
#ui-datepicker-div th,
#ui-datepicker-div td {
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
}

#ui-datepicker-div th {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 0;
  color: #2c3967;
  text-align: center;
  font-weight: 600 !important;
}
#ui-datepicker-div th span {
  color: #2C3967;
  font-size: 16px;
}
@media (max-width: 767px) {
  #ui-datepicker-div th {
    height: 44px;
  }
}

#ui-datepicker-div tbody, 
#ui-datepicker-div tbody td {
  border-style: solid;
  border-color: #D5D4DF;
}
#ui-datepicker-div tbody {
  border-width: 1px 1px 0 0;
}
#ui-datepicker-div tbody td {
  border-width: 0 0 1px 1px;
}

#ui-datepicker-div td {
  display: block;
  padding: 0 !important;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
/*
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
*/
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  color: #2C3967 !important;
  font-size: 24px !important;
  line-height: 46px !important;
  font-weight: bold;
  background: none !important;
  border: 0 !important;
}

#ui-datepicker-div .ui-widget-header a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  color: #2c3967;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  transform: none;
}

#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  color: #2c3967;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: 0 !important;
  border-radius: 0;
  background: #fff !important;
  box-shadow: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  #ui-datepicker-div .ui-widget-header a,
  #ui-datepicker-div .ui-state-default,
  #ui-datepicker-div .ui-widget-content .ui-state-default,
  #ui-datepicker-div .ui-widget-header .ui-state-default {
    height: 44px;
  }
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-hover, 
#ui-datepicker-div .ui-widget-header .ui-state-hover, 
#ui-datepicker-div .ui-state-focus, 
#ui-datepicker-div .ui-widget-content .ui-state-focus, 
#ui-datepicker-div .ui-widget-header .ui-state-focus {
  background: #B3CEE7 !important;
}

#ui-datepicker-div .ui-state-hover a, 
#ui-datepicker-div .ui-state-hover a:hover, 
#ui-datepicker-div .ui-state-hover a:link, 
#ui-datepicker-div .ui-state-hover a:visited, 
#ui-datepicker-div .ui-state-focus a, 
#ui-datepicker-div .ui-state-focus a:hover, 
#ui-datepicker-div .ui-state-focus a:link, 
#ui-datepicker-div .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

#ui-datepicker-div .ui-state-active, 
#ui-datepicker-div .ui-widget-content .ui-state-active, 
#ui-datepicker-div .ui-widget-header .ui-state-active {
  color: #2C3967 !important;
  background: #F0964A !important;
  font-weight: 600 !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

#ui-datepicker-div .ui-state-highlight, 
#ui-datepicker-div .ui-widget-content .ui-state-highlight, 
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
  color: #fff !important;
  font-weight: 600 !important;
  background: #2c3967 !important;
}
/*
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}*/

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

#ui-datepicker-div .ui-state-disabled, 
#ui-datepicker-div .ui-widget-content .ui-state-disabled, 
#ui-datepicker-div .ui-widget-header .ui-state-disabled {/*
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;*/
  opacity: 1 !important;
  color: #a8a8a8;
  background: #F2F3F7;
}
#ui-datepicker-div .ui-state-disabled .ui-state-default, 
#ui-datepicker-div .ui-widget-content .ui-state-disabled .ui-state-default, 
#ui-datepicker-div .ui-widget-header .ui-state-disabled .ui-state-default {
  opacity: .5;
  background: none !important;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../ui-icons_444444_256x240.html");
}

.ui-widget-header .ui-icon {
  background-image: url("../ui-icons_444444_256x240.html");
}

.ui-state-default .ui-icon {
  background-image: url("../ui-icons_777777_256x240.html");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("../ui-icons_555555_256x240.html");
}

.ui-state-active .ui-icon {
  background-image: url("../ui-icons_ffffff_256x240.html");
}

.ui-state-highlight .ui-icon {
  background-image: url("../ui-icons_777620_256x240.html");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../ui-icons_cc0000_256x240.html");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

